lstat: don't compile lstat.c on systems lacking lstat
[pspp] / ChangeLog
1 2008-11-12  Bruno Haible  <bruno@clisp.org>
2
3         lstat: don't compile lstat.c on systems lacking lstat
4         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
5         which don't have lstat; this is handled by lib/sys_stat.in.h already.
6         Reported by Daniel P. Berrange via Jim Meyering.
7
8 2008-11-12  Jim Meyering  <meyering@redhat.com>
9
10         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
11
12 2008-11-12  Simon Josefsson  <simon@josefsson.org>
13
14         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
15         instead.
16
17 2008-11-12  Bruno Haible  <bruno@clisp.org>
18
19         * lib/unicodeio.c: Include unistr.h.
20         (utf8_wctomb): Remove function.
21         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
22
23 2008-11-12  Simon Josefsson  <simon@josefsson.org>
24
25         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
26         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
27         <bruno@clisp.org>.
28         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
29
30 2008-11-12  Simon Josefsson  <simon@josefsson.org>
31
32         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
33         * doc/gnulib.texi: Add section for warnings.
34
35 2008-11-11  Bruno Haible  <bruno@clisp.org>
36
37         * lib/sockets.h: Add a comment.
38
39 2008-11-11  Karl Berry  <karl@gnu.org>
40
41         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
42
43 2008-11-11  Eric Blake  <ebb9@byu.net>
44
45         fdl.texi: avoid git symlinks
46         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
47
48 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
49
50         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
51
52 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
53
54         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
55         (gl_WARN_ADD): Substitute $2 if literal.
56
57 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
58
59         * m4/warning.m4: Remove.
60
61 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
62
63         * m4/warnings.m4: Almost complete rewrite. :-)
64
65 2008-11-10  Simon Josefsson  <simon@josefsson.org>
66
67         * modules/warnings: New module.
68         * m4/warnings.m4: New file.
69         * MODULES.html.sh: Mention warnings module.
70         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
71         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
72
73 2008-11-10  Eric Blake  <ebb9@byu.net>
74
75         fdl.texi: make a symlink to the latest version
76         * doc/standards.texi: Revert today's earlier change.
77         * doc/fdl-1.2.texi: Rename from old fdl.texi...
78         * doc/fdl.texi: ...and replace this with a symlink to the newer
79         fdl-1.3.texi.
80
81 2008-11-10  Bruno Haible  <bruno@clisp.org>
82
83         * tests/test-select-fd.c (main): Accept the result file name as fourth
84         argument.
85         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
86         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
87
88 2008-11-10  Bruno Haible  <bruno@clisp.org>
89
90         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
91         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
92         as autoconf-substituted macros.
93         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
94         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
95         gl_NETDB_H_DEFAULTS. Set these variables.
96         * modules/netdb (Makefile.am): Substitute these variables.
97
98 2008-11-10  Eric Blake  <ebb9@byu.net>
99
100         standards.texi: include correct file for FDL 1.3
101         * doc/standards.texi (GNU Free Documentation License): Change
102         include file to pull in FDL 1.3, not 1.2.
103
104         fdl.texi: revert accidental change to license
105         * doc/fdl.texi: This is FDL 1.2, not 1.3.
106
107 2008-11-10  Bruno Haible  <bruno@clisp.org>
108
109         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
110         cross-compiling guesses also when the native compile gives no result.
111
112 2008-11-10  Bruno Haible  <bruno@clisp.org>
113
114         * lib/spawni.c (__spawni): Force variable into the stack.
115
116 2008-11-10  Bruno Haible  <bruno@clisp.org>
117
118         Add support for Haiku.
119         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
120         glibc and BeOS, but also on Haiku.
121         * lib/fpurge.c (fpurge): Likewise.
122         * lib/freadable.c (freadable): Likewise.
123         * lib/freadahead.c (freadahead): Likewise.
124         * lib/freading.c (freading): Likewise.
125         * lib/freadptr.c (freadptr): Likewise.
126         * lib/freadseek.c (freadptrinc): Likewise.
127         * lib/fseeko.c (rpl_fseeko): Likewise.
128         * lib/fseterr.c (fseterr): Likewise.
129         * lib/fwritable.c (fwritable): Likewise.
130         * lib/fwriting.c (fwriting): Likewise.
131         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
132
133 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
134
135         * lib/config.charset: Treat Haiku like BeOS.
136
137 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
138
139         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
140         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
141
142 2008-11-08  Bruno Haible  <bruno@clisp.org>
143
144         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
145         AC_CACHE_CHECK.
146
147 2008-11-08  Bruno Haible  <bruno@clisp.org>
148
149         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
150
151 2008-11-08  Bruno Haible  <bruno@clisp.org>
152
153         * tests/test-select-fd.c: New file.
154         * tests/test-select-in.sh: New file.
155         * tests/test-select-out.sh: New file.
156         * tests/test-select-stdin.c: New file.
157         * modules/select-tests (Files): Add the new files.
158         (Depends-on): Add gettimeofday.
159         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
160         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
161         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
162
163 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
164             Bruno Haible  <bruno@clisp.org>
165
166         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
167
168 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
169
170         * build-aux/pmccabe2html: Added support for C++ source files.
171
172 2008-11-05  Ben Pfaff  <blp@gnu.org>
173
174         Fix lib/close.c build on Windows.
175         * modules/close (Files): Add lib/w32sock.h.
176
177 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
178
179         Accept Bison's NEWS format.
180         * build-aux/announce-gen (print_news_deltas): Tweak
181         $re_prefix.
182
183 2008-11-04  Bruno Haible  <bruno@clisp.org>
184
185         * modules/random_r (Maintainer): Add glibc.
186
187 2008-11-04  Simon Josefsson  <simon@josefsson.org>
188
189         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
190         by karl@freefriends.org (Karl Berry).
191         * doc/alloca.texi: Likewise.
192         * doc/c-ctype.texi: Likewise.
193         * doc/c-strcase.texi: Likewise.
194         * doc/c-strcaseeq.texi: Likewise.
195         * doc/c-strcasestr.texi: Likewise.
196         * doc/c-strstr.texi: Likewise.
197         * doc/c-strtod.texi: Likewise.
198         * doc/c-strtold.texi: Likewise.
199         * doc/ctime.texi: Likewise.
200         * doc/error.texi: Likewise.
201         * doc/fdl.texi: Likewise.
202         * doc/gcd.texi: Likewise.
203         * doc/getdate.texi: Likewise.
204         * doc/gnulib-intro.texi: Likewise.
205         * doc/gnulib-tool.texi: Likewise.
206         * doc/gnulib.texi: Likewise.
207         * doc/inet_ntoa.texi: Likewise.
208         * doc/maintain.texi: Likewise.
209         * doc/make-stds.texi: Likewise.
210         * doc/quote.texi: Likewise.
211         * doc/regexprops-generic.texi: Likewise.
212         * doc/standards.texi: Likewise.
213         * doc/verify.texi: Likewise.
214         * doc/visibility.texi: Likewise.
215         * doc/gnulib.texi (GNU Free Documentation License): Include
216         fdl-1.3.texi instead of fdl.texi.
217
218 2008-11-04  Simon Josefsson  <simon@josefsson.org>
219
220         * doc/fdl-1.3.texi: New file, from
221         <http://www.gnu.org/licenses/fdl-1.3.texi>.
222         * modules/fdl-1.3: Add.
223         * MODULES.html.sh: Add fdl-1.3.
224
225 2008-11-03  Bruno Haible  <bruno@clisp.org>
226
227         Make determination of absolute name of header file work with AIX xlc.
228         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
229         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
230         preprocessing.
231         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
232         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
233
234 2008-11-03  Simon Josefsson  <simon@josefsson.org>
235
236         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
237         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
238         <ludo@gnu.org>.
239
240 2008-11-02  Bruno Haible  <bruno@clisp.org>
241
242         Mark 'strpbrk' obsolete.
243         * modules/strpbrk (Status, Notice): New sections.
244         * modules/strtok_r (Depends-on): Add strpbrk.
245
246 2008-11-02  Bruno Haible  <bruno@clisp.org>
247
248         Mark 'strdup' obsolete.
249         * modules/strdup (Status, Notice): New sections.
250         * modules/findprog (Depends-on): Add strdup.
251         * modules/getaddrinfo (Depends-on): Likewise.
252         * modules/localename (Depends-on): Likewise.
253         * modules/relocatable-lib (Depends-on): Likewise.
254         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
255         * modules/relocatable-prog (Depends-on): Likewise.
256         * modules/trim (Depends-on): Likewise.
257         * modules/unictype/gen-ctype (Depends-on): Likewise.
258         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
259
260 2008-11-02  Bruno Haible  <bruno@clisp.org>
261
262         Mark 'strcspn' obsolete.
263         * modules/strcspn (Status, Notice): New sections.
264
265 2008-11-02  Bruno Haible  <bruno@clisp.org>
266
267         Mark 'rmdir' obsolete.
268         * modules/rmdir (Status, Notice): New sections.
269         * modules/clean-temp (Depends-on): Add rmdir.
270         * modules/openat (Depends-on): Likewise.
271
272 2008-11-02  Bruno Haible  <bruno@clisp.org>
273
274         Mark 'raise' obsolete.
275         * modules/raise (Status, Notice): New sections.
276         (Include): Specify <signal.h>.
277         * modules/stdio (Depends-on): Add raise.
278         * modules/write (Depends-on): Likewise.
279
280 2008-11-02  Bruno Haible  <bruno@clisp.org>
281
282         Mark 'memset' obsolete.
283         * modules/memset (Status, Notice): New sections.
284
285 2008-11-02  Bruno Haible  <bruno@clisp.org>
286
287         Mark 'memmove' obsolete.
288         * modules/memmove (Status, Notice): New sections.
289         * modules/argp (Depends-on): Add memmove.
290         * modules/argz (Depends-on): Likewise.
291         * modules/canonicalize (Depends-on): Likewise.
292         * modules/canonicalize-lgpl (Depends-on): Likewise.
293         * modules/fts (Depends-on): Likewise.
294         * modules/getcwd (Depends-on): Likewise.
295         * modules/human (Depends-on): Likewise.
296         * modules/regex (Depends-on): Likewise.
297         * modules/striconveh (Depends-on): Likewise.
298         * modules/trim (Depends-on): Likewise.
299         * modules/unistr/u8-move (Depends-on): Likewise.
300         * modules/unistr/u16-move (Depends-on): Likewise.
301         * modules/unistr/u32-move (Depends-on): Likewise.
302
303 2008-11-02  Bruno Haible  <bruno@clisp.org>
304
305         Mark 'memcpy' obsolete.
306         * modules/memcpy (Status, Notice): New sections.
307
308 2008-11-02  Bruno Haible  <bruno@clisp.org>
309
310         Mark 'memcmp' obsolete.
311         * modules/memcmp (Status, Notice): New sections.
312         * modules/argmatch (Depends-on): Add memchr.
313         * modules/backupfile (Depends-on): Likewise.
314         * modules/c-strcasestr (Depends-on): Likewise.
315         * modules/crypto/des (Depends-on): Likewise.
316         * modules/csharpcomp (Depends-on): Likewise.
317         * modules/fnmatch (Depends-on): Likewise.
318         * modules/git-merge-changelog (Depends-on): Likewise.
319         * modules/isnand (Depends-on): Likewise.
320         * modules/isnand-nolibm (Depends-on): Likewise.
321         * modules/isnanf (Depends-on): Likewise.
322         * modules/isnanf-nolibm (Depends-on): Likewise.
323         * modules/isnanl (Depends-on): Likewise.
324         * modules/isnanl-nolibm (Depends-on): Likewise.
325         * modules/mbchar (Depends-on): Likewise.
326         * modules/memcoll (Depends-on): Likewise.
327         * modules/quotearg (Depends-on): Likewise.
328         * modules/regex (Depends-on): Likewise.
329         * modules/relocatable-prog (Depends-on): Likewise.
330         * modules/same (Depends-on): Likewise.
331         * modules/signbit (Depends-on): Likewise.
332         * modules/strcasestr-simple (Depends-on): Likewise.
333         * modules/unictype/gen-ctype (Depends-on): Likewise.
334         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
335         * modules/uniname/uniname (Depends-on): Likewise.
336         * modules/unistr/u8-cmp (Depends-on): Likewise.
337
338 2008-11-02  Bruno Haible  <bruno@clisp.org>
339
340         Mark 'memchr' obsolete.
341         * modules/memchr (Status, Notice): New sections.
342         * modules/argp (Depends-on): Add memchr.
343         * modules/base64 (Depends-on): Likewise.
344         * modules/c-strcasestr (Depends-on): Likewise.
345         * modules/chdir-long (Depends-on): Likewise.
346         * modules/fnmatch (Depends-on): Likewise.
347         * modules/getsubopt (Depends-on): Likewise.
348         * modules/git-merge-changelog (Depends-on): Likewise.
349         * modules/glob (Depends-on): Likewise.
350         * modules/strcasestr-simple (Depends-on): Likewise.
351         * modules/strnlen (Depends-on): Likewise.
352
353 2008-11-02  Bruno Haible  <bruno@clisp.org>
354
355         Mark 'atexit' obsolete.
356         * modules/atexit (Status, Notice): New sections.
357         * modules/chdir-long (Depends-on): Add atexit.
358         * modules/wait-process (Depends-on): Likewise.
359
360 2008-11-02  Bruno Haible  <bruno@clisp.org>
361
362         * gnulib-tool: New option --with-obsolete.
363         (func_usage): Document it.
364         (func_modules_transitive_closure): Drop obsolete dependencies if
365         incobsolete is not true.
366         (func_import): Read and save the incobsolete variable to the cache.
367
368 2008-11-02  Bruno Haible  <bruno@clisp.org>
369
370         * modules/TEMPLATE-EXTENDED: New field 'Status'.
371         * gnulib-tool: New option --extract-status.
372         (func_usage): Document it.
373         (sed_extract_prog): Recognize it.
374         (func_get_status): New function.
375
376 2008-10-30  Simon Josefsson  <simon@josefsson.org>
377
378         * modules/sockets (License): Change from LGPL to LGPLv2+.
379
380 2008-10-28  Simon Josefsson  <simon@josefsson.org>
381
382         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
383
384 2008-10-28  Simon Josefsson  <simon@josefsson.org>
385
386         * MODULES.html.sh (Support for systems lacking POSIX:2001):
387         Mention times and sys_times.
388         * modules/sys_times, modules/sys_times-tests: New modules.
389         * modules/times, modules/times-tests: Likewise
390         * m4/sys_times_h.m4: New file.
391         * lib/sys_times.in.h: Likewise
392         * lib/times.c: Likewise.
393         * tests/test-sys_times.c: Likewise.
394         * tests/test-times.c: Likewise.
395         * doc/posix-headers/sys_times.texi: Update.
396         * doc/posix-functions/times.texi: Update.
397
398 2008-10-28  Jim Meyering  <meyering@redhat.com>
399
400         * modules/tempname (Depends-on): Add lstat.
401
402         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
403
404 2008-10-28  Simon Josefsson  <simon@josefsson.org>
405
406         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
407         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
408         using idiom used elsewhere in gnulib.
409
410 2008-10-27  Jim Meyering  <meyering@redhat.com>
411
412         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
413
414 2008-10-27  Simon Josefsson  <simon@josefsson.org>
415
416         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
417         TESTS_ENVIRONMENT, for shell scripts that needs to call built
418         programs.
419         * tests/test-argp-2.sh: Use $EXEEXT when needed.
420
421 2008-10-27  Simon Josefsson  <simon@josefsson.org>
422
423         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
424
425 2008-10-27  Bruno Haible  <bruno@clisp.org>
426
427         * tests/test-lstat.c: Include <stdio.h>.
428
429 2008-10-27  Simon Josefsson  <simon@josefsson.org>
430
431         * modules/lstat-tests: New module.
432         * tests/test-lstat.c: New file.
433
434 2008-10-26  Jim Meyering  <meyering@redhat.com>
435
436         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
437
438 2008-10-26  Simon Josefsson  <simon@josefsson.org>
439             Bruno Haible  <bruno@clisp.org>
440
441         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
442         * modules/configmake (Include): Add a note that the include must come
443         after all system headers.
444         * lib/javaversion.c: Include configmake.h after all other includes.
445
446 2008-10-26  Bruno Haible  <bruno@clisp.org>
447
448         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
449         HAVE_STRUCT_RANDOM_DATA to 1.
450         (gl_STDLIB_H): Simplify.
451
452 2008-10-26  Simon Josefsson  <simon@josefsson.org>
453
454         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
455         substitute HAVE_STRUCT_RANDOM_DATA.
456         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
457         random_data.
458         * modules/stdlib (Makefile.am): Substitute
459         HAVE_STRUCT_RANDOM_DATA.
460
461 2008-10-26  Simon Josefsson  <simon@josefsson.org>
462
463         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
464         * doc/gnulib-intro.texi (Copyright): Likewise.
465
466 2008-10-26  Simon Josefsson  <simon@josefsson.org>
467
468         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
469         findings.
470
471 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
472             Bruno Haible  <bruno@clisp.org>
473
474         * lib/unistd.in.h: Include <winsock2.h>.
475         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
476         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
477         Provide dummy declarations.
478         (gethostname): Override.
479         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
480         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
481         gl_PREREQ_SYS_H_WINSOCK2.
482         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
483         * doc/posix-functions/gethostname.texi: More details.
484
485 2008-10-25  Bruno Haible  <bruno@clisp.org>
486
487         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
488         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
489         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
490
491         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
492         here ...
493         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
494         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
495         gl_UNISTD_H_DEFAULTS.
496
497 2008-10-25  Eric Blake  <ebb9@byu.net>
498
499         signbit: avoid spurious compiler failure
500         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
501         declarations inside function.
502
503 2008-10-24  Simon Josefsson  <simon@josefsson.org>
504             Bruno Haible  <bruno@clisp.org>
505
506         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
507         * modules/random_r (Depends-on): Add stdint.
508
509 2008-10-24  Bruno Haible  <bruno@clisp.org>
510
511         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
512         Eggert.
513         * modules/strerror (License): Likewise.
514
515 2008-10-24  Jim Meyering  <meyering@redhat.com>
516
517         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
518         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
519
520 2008-10-24  Eric Blake  <ebb9@byu.net>
521
522         getgroups: fix compilation when getgroups is available
523         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
524         but with <config.h> override of getgroups disabled.
525
526 2008-10-24  Simon Josefsson  <simon@josefsson.org>
527
528         * doc/gnulib.texi (Header files): Add note about C++ problems.
529         Explained by Bruno Haible <bruno@clisp.org>.
530
531 2008-10-23  Bruno Haible  <bruno@clisp.org>
532
533         Define a dummy SA_NODEFER macro on Interix.
534         * lib/signal.in.h (SA_NODEFER): Define fallback.
535         Reported by Aleksey Cheusov <cheusov@tut.by> via
536         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
537
538 2008-10-23  Bruno Haible  <bruno@clisp.org>
539
540         * modules/freadahead (License): Change to LGPLv2+.
541         Suggested by Simon Josefsson.
542
543 2008-10-23  Jim Meyering  <meyering@redhat.com>
544
545         random_r: new module
546         * modules/random_r: New file.
547         * m4/random_r.m4: New file.
548         * lib/random_r.c: New file, from glibc.
549         * modules/random_r-tests: New file.
550         * tests/test-random_r.c: New file.
551         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
552          Declare.
553         (RAND_MAX): Define.
554         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
555         * modules/stdlib: Substitute them, too.
556         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
557         * doc/glibc-functions/initstate_r.texi: Mention the new module.
558         * doc/glibc-functions/random_r.texi: Likewise.
559         * doc/glibc-functions/setstate_r.texi: Likewise.
560         * doc/glibc-functions/srandom_r.texi: Likewise.
561         * config/srclist.txt: Mention it.
562
563 2008-10-23  David Lutterkort  <lutter@redhat.com>
564
565         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
566         link requirement
567
568 2008-10-23  Jim Meyering  <meyering@redhat.com>
569
570         selinux-h: mark parameters of stub functions as intentionally unused
571         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
572         * lib/se-context.in.h: Likewise.
573
574 2008-10-22  Simon Josefsson  <simon@josefsson.org>
575
576         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
577
578 2008-10-22  Simon Josefsson  <simon@josefsson.org>
579
580         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
581
582 2008-10-22  Eric Blake  <ebb9@byu.net>
583
584         glthread/thread: avoid compiler warning
585         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
586         Add unreachable abort to silence compiler.
587
588 2008-10-22  Eric Blake  <ebb9@byu.net>
589
590         netdb: also supply struct addrinfo for cygwin 1.5.x
591         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
592         older cygwin.
593         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
594         cygwin.
595         * doc/posix-headers/netdb.texi (netdb.h): Document this.
596
597 2008-10-22  Bruno Haible  <bruno@clisp.org>
598
599         * users.txt: Update entry about pspp.
600
601 2008-10-21  Bruno Haible  <bruno@clisp.org>
602
603         Simplification.
604         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
605         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
606
607         Simplification.
608         * lib/ioctl.c (ioctl): Don't undefine.
609         * lib/socket.c (socket): Don't undefine.
610
611         Remove unused module indicator macros.
612         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
613         GNULIB_$1 as a C macro.
614
615         * doc/posix-functions/close.texi: Undo last change.
616         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
617         Windows platforms.
618
619 2008-10-21  Bruno Haible  <bruno@clisp.org>
620
621         Add gethostname() declaration to <unistd.h>.
622         * lib/unistd.in.h (gethostname): New declaration.
623         * lib/gethostname.c: Include <unistd.h>.
624         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
625         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
626         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
627         and HAVE_GETHOSTNAME.
628         * modules/gethostname (Depends-on): Add unistd.
629         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
630         (Include): Specify <unistd.h>.
631         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
632         HAVE_GETHOSTNAME.
633         * tests/test-gethostname.c: Include <unistd.h> first.
634
635 2008-10-21  Bruno Haible  <bruno@clisp.org>
636
637         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
638         * modules/select-tests (Depends-on): Likewise.
639         Reported by Simon Josefsson.
640
641 2008-10-21  Simon Josefsson  <simon@josefsson.org>
642
643         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
644         * lib/accept.c: New file, based on winsock.c.
645         * lib/bind.c: New file, based on winsock.c.
646         * lib/connect.c: New file, based on winsock.c.
647         * lib/getpeername.c: New file, based on winsock.c.
648         * lib/getsockname.c: New file, based on winsock.c.
649         * lib/getsockopt.c: New file, based on winsock.c.
650         * lib/ioctl.c: New file, based on winsock.c.
651         * lib/listen.c: New file, based on winsock.c.
652         * lib/recv.c: New file, based on winsock.c.
653         * lib/recvfrom.c: New file, based on winsock.c.
654         * lib/send.c: New file, based on winsock.c.
655         * lib/sendto.c: New file, based on winsock.c.
656         * lib/setsockopt.c: New file, based on winsock.c.
657         * lib/shutdown.c: New file, based on winsock.c.
658         * lib/socket.c: New file, based on winsock.c.
659         * lib/w32sock.h: New file, based on winsock.c.
660         * lib/winsock.c: Remove file.
661         * modules/accept: Likewise.
662         * modules/bind: Likewise.
663         * modules/connect: Likewise.
664         * modules/getpeername: Likewise.
665         * modules/getsockname: Likewise.
666         * modules/getsockopt: Likewise.
667         * modules/ioctl: Likewise.
668         * modules/listen: Likewise.
669         * modules/recv: Likewise.
670         * modules/recvfrom: Likewise.
671         * modules/send: Likewise.
672         * modules/sendto: Likewise.
673         * modules/setsockopt: Likewise.
674         * modules/shutdown: Likewise.
675         * modules/socket: Use socket.c instead of winsock.c.
676         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
677         * doc/posix-functions/accept.texi: Doc fix.
678         * doc/posix-functions/bind.texi: Doc fix.
679         * doc/posix-functions/close.texi: Doc fix.
680         * doc/posix-functions/connect.texi: Doc fix.
681         * doc/posix-functions/getpeername.texi: Doc fix.
682         * doc/posix-functions/getsockname.texi: Doc fix.
683         * doc/posix-functions/getsockopt.texi: Doc fix.
684         * doc/posix-functions/ioctl.texi: Doc fix.
685         * doc/posix-functions/listen.texi: Doc fix.
686         * doc/posix-functions/recv.texi: Doc fix.
687         * doc/posix-functions/recvfrom.texi: Doc fix.
688         * doc/posix-functions/send.texi: Doc fix.
689         * doc/posix-functions/sendto.texi: Doc fix.
690         * doc/posix-functions/setsockopt.texi: Doc fix.
691         * doc/posix-functions/shutdown.texi: Doc fix.
692         * doc/posix-functions/socket.texi: Doc fix.
693
694 2008-10-20  Bruno Haible  <bruno@clisp.org>
695
696         Take into account the role of SIGABRT_COMPAT on Windows 2008.
697         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
698         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
699         as an alias for SIGABRT.
700         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
701         (sigaction): Map it to SIGABRT.
702         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
703
704 2008-10-20  Bruno Haible  <bruno@clisp.org>
705
706         * lib/fts.c: Don't include lstat.h.
707         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
708
709         Move the lstat() declaration to <sys/stat.h>.
710         * lib/lstat.h: Remove file.
711         * lib/sys_stat.in.h: Add special invocation convention.
712         (lstat): New declaration.
713         * lib/lstat.c (orig_lstat): New function.
714         (rpl_lstat): Use orig_lstat instead of lstat.
715         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
716         AC_C_INLINE. Set REPLACE_LSTAT.
717         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
718         and REPLACE_LSTAT.
719         * modules/lstat (Files): Remove lib/lstat.h.
720         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
721         (Include): Specify <sys/stat.h> instead of lstat.h.
722         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
723         REPLACE_LSTAT.
724         * NEWS: Mention the change.
725
726 2008-10-20  Bruno Haible  <bruno@clisp.org>
727
728         * modules/posix_spawn-tests: New file.
729         * tests/test-posix_spawn3.c: New file.
730
731 2008-10-20  Bruno Haible  <bruno@clisp.org>
732
733         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
734         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
735         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
736         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
737         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
738
739 2008-10-20  Bruno Haible  <bruno@clisp.org>
740
741         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
742         of posix_spawn on AIX 5.3.
743
744 2008-10-20  Bruno Haible  <bruno@clisp.org>
745
746         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
747
748 2008-10-20  Bruno Haible  <bruno@clisp.org>
749
750         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
751         of AC_LANG_PROGRAM.
752
753 2008-10-20  Simon Josefsson  <simon@josefsson.org>
754
755         * lib/netdb.in.h: Don't define GNU specific constants until they
756         are supported or needed.  Reported by Bruno Haible
757         <bruno@clisp.org>.
758
759 2008-10-20  Simon Josefsson  <simon@josefsson.org>
760
761         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
762
763 2008-10-20  Simon Josefsson  <simon@josefsson.org>
764
765         * lib/getaddrinfo.h: Remove file.
766         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
767         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
768         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
769         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
770         * modules/netdb: Substitute GNULIB_GETADDRINFO.
771         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
772         * tests/test-getaddrinfo.c: Likewise.
773         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
774         * NEWS: Mention change.
775
776 2008-10-19  Bruno Haible  <bruno@clisp.org>
777
778         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
779
780 2008-10-19  Bruno Haible  <bruno@clisp.org>
781
782         * lib/wait-process.c: Include simply <sys/wait.h>.
783         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
784         WIFSTOPPED): Remove fallback definitions.
785         * modules/wait-process (Depends-on): Add sys_wait.
786
787         New module 'sys_wait'.
788         * modules/sys_wait: New file.
789         * lib/sys_wait.in.h: New file, partially copied from
790         lib/wait-process.c.
791         * m4/sys_wait_h.m4: New file.
792         * doc/posix-headers/sys_wait.texi: Mention the new module.
793
794 2008-10-19  Bruno Haible  <bruno@clisp.org>
795
796         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
797
798 2008-10-19  Bruno Haible  <bruno@clisp.org>
799
800         Assume that waitpid() fills an 'int' status, not a 'union wait'.
801         * lib/wait-process.c (WAIT_T): Remove type.
802         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
803         (wait_subprocess): Update.
804
805 2008-10-19  Bruno Haible  <bruno@clisp.org>
806
807         New module 'atoll'.
808         * modules/atoll: New file.
809         * lib/stdlib.in.h (atoll): New declaration.
810         * lib/atoll.c: New file, from glibc with modifications.
811         * m4/atoll.m4: New file.
812         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
813         HAVE_ATOLL.
814         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
815         * doc/posix-functions/atoll.texi: Mention the new module.
816
817 2008-10-19  Bruno Haible  <bruno@clisp.org>
818
819         Add strtoull() declaration to <stdlib.h>.
820         * lib/stdlib.in.h (strtoull): New declaration.
821         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
822         Set HAVE_STRTOULL.
823         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
824         HAVE_STRTOULL.
825         * modules/strtoull (Depends-on): Add stdlib.
826         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
827         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
828         HAVE_STRTOULL.
829
830 2008-10-19  Bruno Haible  <bruno@clisp.org>
831
832         Add strtoll() declaration to <stdlib.h>.
833         * lib/stdlib.in.h (strtoll): New declaration.
834         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
835         Set HAVE_STRTOLL.
836         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
837         HAVE_STRTOLL.
838         * modules/strtoll (Depends-on): Add stdlib.
839         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
840         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
841
842 2008-10-19  Bruno Haible  <bruno@clisp.org>
843
844         * modules/bcopy (Depends-on): Add strings.
845         (Include): Specify <strings.h>.
846
847 2008-10-19  Bruno Haible  <bruno@clisp.org>
848
849         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
850
851 2008-10-19  Bruno Haible  <bruno@clisp.org>
852
853         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
854         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
855         mingw.
856
857 2008-10-19  Bruno Haible  <bruno@clisp.org>
858
859         * lib/atanl.c: Don't include isnanl.h.
860         * lib/cosl.c: Likewise.
861         * lib/ldexpl.c: Likewise.
862         * lib/logl.c: Likewise.
863         * lib/sinl.c: Likewise.
864         * lib/sqrtl.c: Likewise.
865         * lib/tanl.c: Likewise.
866
867         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
868         * lib/isnanf.h: Remove file.
869         * lib/isnand.h: Remove file.
870         * lib/isnanl.h: Remove file.
871         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
872         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
873         macros.
874         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
875         HAVE_ISNANF, don't define it as a C macro.
876         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
877         HAVE_ISNAND, don't define it as a C macro.
878         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
879         HAVE_ISNANL, don't define it as a C macro.
880         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
881         HAVE_ISNAN[FDL].
882         * modules/isnanf (Files): Remove lib/isnanf.h.
883         (Depends-on): Add math.
884         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
885         (Include): Specify <math.h> instead of isnanf.h.
886         * modules/isnand (Files): Remove lib/isnand.h.
887         (Depends-on): Add math.
888         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
889         (Include): Specify <math.h> instead of isnand.h.
890         * modules/isnanl (Files): Remove lib/isnanl.h.
891         (Depends-on): Add math.
892         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
893         (Include): Specify <math.h> instead of isnanl.h.
894         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
895         HAVE_ISNAN[FDL].
896         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
897         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
898         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
899         * NEWS: Mention the change.
900
901 2008-10-18  Bruno Haible  <bruno@clisp.org>
902
903         Add getusershell(), setusershell(), endusershell() declarations to
904         <unistd.h>.
905         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
906         declarations.
907         * lib/getusershell.c: Include unistd.h.
908         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
909         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
910         HAVE_GETUSERSHELL.
911         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
912         and HAVE_GETUSERSHELL.
913         * modules/getusershell (Depends-on): Add unistd, extensions.
914         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
915         (Include): Specify <unistd.h>.
916         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
917         HAVE_GETUSERSHELL.
918
919 2008-10-18  Bruno Haible  <bruno@clisp.org>
920
921         Add a getloadavg() declaration to <stdlib.h>.
922         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
923         getloadavg declaration.
924         (getloadavg): New declaration.
925         * lib/getloadavg.c: Include <stdlib.h> first.
926         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
927         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
928         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
929         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
930         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
931         * modules/getloadavg (Depends-on): Add stdlib, extensions.
932         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
933         (Include): Specify <stdlib.h>.
934         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
935         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
936
937 2008-10-18  Bruno Haible  <bruno@clisp.org>
938
939         * lib/dirchownmod.c: Don't include lchmod.h.
940
941         Move the lchmod() declaration to <sys/stat.h>.
942         * lib/lchmod.h: Remove file.
943         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
944         (lchmod): New declaration, moved here from lib/lchown.h.
945         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
946         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
947         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
948         and HAVE_LCHMOD.
949         * modules/lchmod (Files): Remove lib/lchmod.h.
950         (Depends-on): Add sys_stat, extensions.
951         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
952         (Include): Specify <sys/stat.h> instead of lchmod.h.
953         * modules/sys_stat (Depends-on): Add link-warning.
954         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
955         definition of GL_LINK_WARNING.
956         * NEWS: Mention the change.
957
958 2008-10-18  Bruno Haible  <bruno@clisp.org>
959
960         * lib/fchdir.c: Don't include dirfd.h.
961         * lib/fts.c: Likewise.
962         * lib/getcwd.c: Likewise.
963         * lib/glob.c: Likewise.
964
965         Move the dirfd() declaration to <dirent.h>.
966         * lib/dirfd.h: Remove file.
967         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
968         (dirfd): New declaration.
969         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
970         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
971         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
972         HAVE_DECL_DIRFD.
973         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
974         HAVE_DECL_DIRFD.
975         * modules/dirfd (Files): Remove lib/dirfd.h.
976         (Depends-on): Add dirent, extensions.
977         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
978         (Include): Specify <dirent.h> instead of dirfd.h.
979         * modules/dirent (Depends-on): Add link-warning.
980         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
981         definition of GL_LINK_WARNING.
982         * NEWS: Mention the change.
983
984 2008-10-18  Bruno Haible  <bruno@clisp.org>
985
986         Move the euidaccess() declaration to <unistd.h>.
987         * lib/euidaccess.h: Remove file.
988         * lib/unistd.in.h (euidaccess): New declaration.
989         * lib/euidaccess.c: Don't include euidaccess.h.
990         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
991         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
992         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
993         and HAVE_EUIDACCESS.
994         * modules/euidaccess (Files): Remove lib/euidaccess.h.
995         (Depends-on): Add unistd.
996         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
997         (Include): Specify <unistd.h> instead of euidaccess.h.
998         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
999         HAVE_EUIDACCESS.
1000         * NEWS: Mention the change.
1001
1002 2008-10-18  Bruno Haible  <bruno@clisp.org>
1003
1004         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
1005
1006         Move the getdomainname() declaration to <unistd.h>.
1007         * lib/getdomainname.h: Remove file.
1008         * lib/unistd.in.h (getdomainname): New declaration.
1009         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
1010         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
1011         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
1012         HAVE_GETDOMAINNAME.
1013         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1014         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
1015         * modules/getdomainname (Files): Remove lib/getdomainname.h.
1016         (Depends-on): Add unistd, extensions.
1017         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1018         (Includes): Specify <unistd.h> instead of getdomainname.h.
1019         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
1020         HAVE_GETDOMAINNAME.
1021         * NEWS: Mention the change.
1022
1023 2008-10-18  Bruno Haible  <bruno@clisp.org>
1024
1025         * modules/dirent: New file.
1026         * m4/dirent_h.m4: New file.
1027         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
1028         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
1029         * modules/fchdir (Files): Remove lib/dirent.in.h.
1030         (Depends-on): Add dirent.
1031         (Makefile.am): Move rules to modules/dirent.
1032         * doc/posix-headers/dirent.texi: Mention the new module.
1033
1034 2008-10-18  Bruno Haible  <bruno@clisp.org>
1035
1036         Avoid -Wunused-parameter warnings in public gnulib header files.
1037         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
1038         macro.
1039         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
1040
1041 2008-10-18  Bruno Haible  <bruno@clisp.org>
1042
1043         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
1044         * doc/glibc-functions/error.texi: Mention the module 'error'.
1045         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
1046         * doc/glibc-functions/getdomainname.texi: Mention the module
1047         'getdomainname'.
1048         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
1049         * doc/glibc-functions/getpagesize.texi: Mention the module
1050         'getpagesize'.
1051         * doc/glibc-functions/getusershell.texi: Mention the module
1052         'getusershell'.
1053         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
1054         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
1055         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
1056         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
1057         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
1058         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
1059         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
1060         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
1061         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
1062         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
1063         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
1064         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
1065         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
1066         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
1067
1068 2008-10-17  Bruno Haible  <bruno@clisp.org>
1069
1070         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
1071         HP-UX and IRIX, use -0.0L.
1072         * tests/test-ceill.c (minus_zero): Likewise.
1073         * tests/test-floorl.c (minus_zero): Likewise.
1074         * tests/test-frexpl.c (minus_zero): Likewise.
1075         * tests/test-isnan.c (minus_zerol): Likewise.
1076         * tests/test-isnanl.h (minus_zero): Likewise.
1077         * tests/test-ldexpl.c (minus_zero): Likewise.
1078         * tests/test-roundl.c (minus_zero): Likewise.
1079         * tests/test-signbit.c (minus_zerol): Likewise.
1080         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
1081         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
1082         * tests/test-truncl.c (minus_zero): Likewise.
1083         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
1084         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
1085         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
1086         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
1087
1088 2008-10-17  Bruno Haible  <bruno@clisp.org>
1089
1090         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
1091         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
1092         that it gets activated only for gcc >= 3.0.
1093         * lib/dirent.in.h: Likewise.
1094         * lib/errno.in.h: Likewise.
1095         * lib/fcntl.in.h: Likewise.
1096         * lib/float.in.h: Likewise.
1097         * lib/iconv.in.h: Likewise.
1098         * lib/inttypes.in.h: Likewise.
1099         * lib/locale.in.h: Likewise.
1100         * lib/math.in.h: Likewise.
1101         * lib/netdb.in.h: Likewise.
1102         * lib/netinet_in.in.h: Likewise.
1103         * lib/search.in.h: Likewise.
1104         * lib/signal.in.h: Likewise.
1105         * lib/spawn.in.h: Likewise.
1106         * lib/stdarg.in.h: Likewise.
1107         * lib/stdint.in.h: Likewise.
1108         * lib/stdio.in.h: Likewise.
1109         * lib/stdlib.in.h: Likewise.
1110         * lib/string.in.h: Likewise.
1111         * lib/strings.in.h: Likewise.
1112         * lib/sys_file.in.h: Likewise.
1113         * lib/sys_ioctl.in.h: Likewise.
1114         * lib/sys_select.in.h: Likewise.
1115         * lib/sys_socket.in.h: Likewise.
1116         * lib/sys_stat.in.h: Likewise.
1117         * lib/sys_time.in.h: Likewise.
1118         * lib/sysexits.in.h: Likewise.
1119         * lib/time.in.h: Likewise.
1120         * lib/unistd.in.h: Likewise.
1121         * lib/wchar.in.h: Likewise.
1122         * lib/wctype.in.h: Likewise.
1123         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1124
1125 2008-10-17  Jim Meyering  <meyering@redhat.com>
1126
1127         ignore-value: don't depend on inline module
1128         * modules/ignore-value (Depends-on): Remove 'inline'.
1129         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
1130         Suggestion from Bruno Haible.
1131
1132 2008-10-17  Bruno Haible  <bruno@clisp.org>
1133
1134         New implementation of condition variables for Win32.
1135         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
1136         (gl_linked_waitqueue_t): New type.
1137         (gl_cond_t): Use it.
1138         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
1139         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
1140         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
1141         (glthread_cond_init_func, glthread_cond_wait_func,
1142         glthread_cond_timedwait_func, glthread_cond_signal_func,
1143         glthread_cond_broadcast_func, glthread_cond_destroy_func):
1144         Reimplemented on the basis of gl_linked_waitqueue_t.
1145         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
1146         gl_waitqueue_t.
1147         (gl_rwlock_t): Update.
1148         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
1149
1150 2008-10-17  Simon Josefsson  <simon@josefsson.org>
1151
1152         * modules/recvfrom (Depends-on): Add dependency on getpeername.
1153         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1154
1155 2008-10-17  Jim Meyering  <meyering@redhat.com>
1156
1157         ignore-value: new module
1158         * modules/ignore-value: New file.
1159         * lib/ignore-value.h: New file.
1160         * MODULES.html.sh (Compiler warning management): New section,
1161         just for this module.  More to come.
1162
1163 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
1164
1165         open-safer.c: avoid 'signed and unsigned in conditional...' warning
1166         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
1167         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
1168
1169 2008-10-16  Jim Meyering  <meyering@redhat.com>
1170
1171         openat-die.c: avoid 'no previous prototype' warning
1172         * lib/openat-die.c: Include "openat.h".
1173         Reported by Reuben Thomas <rrt@sc3d.org>.
1174
1175 2008-10-16  Simon Josefsson  <simon@josefsson.org>
1176
1177         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
1178         * lib/netdb.in.h: Fix typo.
1179         Reported by Bruno Haible  <bruno@clisp.org>
1180
1181         * lib/netdb.in.h: Include sys/socket.h for platforms without
1182         netdb.h, to get structures like hostent on MinGW.
1183         * modules/netdb (Depends-on): Add sys_socket.
1184
1185 2008-10-15  Simon Josefsson  <simon@josefsson.org>
1186
1187         * modules/netdb, modules/netdb-tests: New file.
1188         * m4/netdb_h.m4: New file.
1189         * lib/netdb.in.h: Add, currently just an empty file pending
1190         definitions.
1191         * tests/test-netdb.c: New file.
1192         * doc/posix-headers/netdb.texi: Mention that we replace it if
1193         needed.
1194         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1195         netdb.
1196
1197 2008-10-15  Simon Josefsson  <simon@josefsson.org>
1198
1199         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
1200         with code.
1201
1202 2008-10-13  Bruno Haible  <bruno@clisp.org>
1203
1204         * lib/glthread/cond.c (glthread_cond_wait_func,
1205         glthread_cond_timedwait_func): Add a comment.
1206
1207 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1208
1209         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
1210         * tests/test-select.c: Likewise,
1211
1212 2008-10-13  Bruno Haible  <bruno@clisp.org>
1213
1214         * lib/glthread/cond.c (glthread_cond_wait_func,
1215         glthread_cond_timedwait_func): Fix variable name.
1216         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1217
1218 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
1219
1220         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
1221         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
1222         struct sockaddr.sa_len.
1223         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
1224
1225 2008-10-13  Simon Josefsson  <simon@josefsson.org>
1226
1227         * build-aux/pmccabe2html: Add css and css_url parameters.
1228
1229 2008-10-12  Bruno Haible  <bruno@clisp.org>
1230
1231         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
1232         calling aclx_get.
1233         Reported by Rainer Tammer <tammer@tammer.net>.
1234
1235 2008-10-12  Bruno Haible  <bruno@clisp.org>
1236
1237         Use msvcrt aware primitives for creation/termination of Win32 threads.
1238         * lib/glthread/thread.c: Include <process.h>.
1239         (glthread_create_func): Use _beginthreadex instead of CreateThread.
1240         (wrapper_func): Update signature.
1241         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
1242
1243 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1244             Bruno Haible  <bruno@clisp.org>
1245
1246         Provide a Win32 implementation of the 'cond' module.
1247         * lib/glthread/cond.h [USE_WIN32]: New implementation.
1248         * lib/glthread/cond.c (glthread_cond_init_func,
1249         glthread_cond_wait_func, glthread_cond_timedwait_func,
1250         glthread_cond_signal_func, glthread_cond_broadcast_func,
1251         glthread_cond_destroy_func) [USE_WIN32]: New functions.
1252         * modules/cond (Dependencies): Add gettimeofday.
1253
1254 2008-10-11  Bruno Haible  <bruno@clisp.org>
1255
1256         Make sleep work on older versions of mingw.
1257         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
1258         only whether it exists.
1259         * doc/posix-functions/sleep.texi: Mention the problem with older
1260         versions of mingw.
1261
1262 2008-10-11  Bruno Haible  <bruno@clisp.org>
1263
1264         New module 'shutdown'.
1265         * modules/shutdown: New file.
1266         * lib/sys_socket.in.h (shutdown): New declaration.
1267         * lib/winsock.c (shutdown): New function.
1268         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
1269         GNULIB_SHUTDOWN.
1270         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
1271         * doc/posix-functions/shutdown.texi: Document the new module.
1272
1273 2008-10-11  Jim Meyering  <meyering@redhat.com>
1274
1275         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
1276
1277 2008-10-11  Bruno Haible  <bruno@clisp.org>
1278
1279         New module 'fclose'.
1280         * modules/fclose: New file.
1281         * lib/stdio.in.h (fclose): New declaration.
1282         * lib/fclose.c: New file.
1283         * m4/fclose.m4: New file.
1284         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
1285         REPLACE_FCLOSE.
1286         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
1287         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
1288         REPLACE_FCLOSE.
1289         * modules/close (Depends-on): fclose.
1290         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
1291
1292 2008-10-11  Bruno Haible  <bruno@clisp.org>
1293
1294         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
1295         set errno and don't call _close.
1296
1297 2008-10-10  Bruno Haible  <bruno@clisp.org>
1298
1299         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
1300         ACL, not afterwards. Fixes test failure on Cygwin.
1301
1302 2008-10-09  Ben Pfaff  <blp@gnu.org>
1303
1304         * build-aux/announce-gen: Fix gnulib version related part of usage
1305         message.  Die with a useful error message if no tarballs are
1306         found.
1307
1308 2008-10-10  Jim Meyering  <meyering@redhat.com>
1309
1310         bootstrap: use git's --depth=N option only if it's supported
1311         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
1312         recognize the --depth option.  Reported by Pádraig Brady.
1313
1314 2008-10-09  Bruno Haible  <bruno@clisp.org>
1315
1316         New module 'ioctl'.
1317         * modules/ioctl: New file.
1318         * lib/sys_socket.in.h (ioctl): Remove declaration.
1319         * lib/winsock.c: Include <sys/ioctl.h>.
1320         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
1321         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
1322         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
1323         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
1324         * doc/posix-functions/ioctl.texi: Mention the new module.
1325
1326 2008-10-09  Bruno Haible  <bruno@clisp.org>
1327
1328         New module 'sys_ioctl'.
1329         * lib/sys_ioctl.in.h: New file.
1330         * m4/sys_ioctl_h.m4: New file.
1331         * modules/sys_ioctl: New file.
1332         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
1333
1334 2008-10-09  Bruno Haible  <bruno@clisp.org>
1335
1336         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
1337         * lib/winsock.c: Include <stdarg.h>.
1338         (rpl_ioctl): Change to second argument 'int' and then varargs.
1339
1340 2008-10-09  Bruno Haible  <bruno@clisp.org>
1341
1342         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
1343         when the sys_socket module is present and the system has <winsock2.h>.
1344
1345 2008-10-09  Bruno Haible  <bruno@clisp.org>
1346
1347         * doc/posix-functions/close.texi: Mention module 'close' instead of
1348         module 'sys_socket'.
1349
1350 2008-10-09  Bruno Haible  <bruno@clisp.org>
1351
1352         * doc/glibc-headers/sys_ioctl.texi: New file.
1353         * doc/gnulib.texi: Include it.
1354
1355 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1356             Bruno Haible  <bruno@clisp.org>
1357
1358         Combine the two replacements of 'close'.
1359         * lib/sys_socket.in.h (close): Define to a reminder to include
1360         <unistd.h>.
1361         (_gl_close_fd_maybe_socket): New declaration.
1362         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
1363         * lib/winsock.c (close): Remove undefinition.
1364         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
1365         needed for the gnulib module 'close'.
1366         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
1367         define to an error symbol or to a warning, if suitable.
1368         * lib/close.c: Include <sys/socket.h>.
1369         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
1370         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
1371         UNISTD_H_HAVE_WINSOCK2_H.
1372         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
1373         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1374         UNISTD_H_HAVE_WINSOCK2_H.
1375         * modules/sys_socket (Files): Add m4/unistd_h.m4.
1376         (configure.ac): Set a module indicator.
1377         (Makefile.am): Substitute GNULIB_CLOSE.
1378         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
1379         * modules/poll-tests (Depends-on): Add close.
1380         * modules/select-tests (Depends-on): Likewise.
1381
1382 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1383             Bruno Haible  <bruno@clisp.org>
1384
1385         New module 'close'.
1386         * modules/close: New file.
1387         * lib/unistd.in.h (close): Move declaration out of the
1388         FCHDIR_REPLACEMENT scope.
1389         (_gl_unregister_fd): New declaration.
1390         * lib/close.c: New file.
1391         * lib/fchdir.c (rpl_close): Remove function.
1392         * m4/close.m4: New file.
1393         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
1394         close.
1395         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
1396         REPLACE_CLOSE.
1397         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
1398         REPLACE_CLOSE.
1399         * modules/fchdir (Depends-on): Add close.
1400
1401 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1402             Bruno Haible  <bruno@clisp.org>
1403
1404         * lib/fcntl.in.h (open): Simplify conditionals.
1405         (_gl_register_fd): New declaration.
1406         * lib/fchdir.c (rpl_open): Remove function.
1407         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
1408         also.
1409         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
1410         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
1411         open.
1412
1413 2008-10-09  Jim Meyering  <meyering@redhat.com>
1414
1415         GNUmakefile: use the more name-space-friendly "_version"
1416         * top/GNUmakefile (_dummy): Update.
1417         (_version): Rename from "version".
1418
1419 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1420             Bruno Haible  <bruno@clisp.org>
1421
1422         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
1423         rpl_close.
1424         (_gl_register_fd): New function, extracted from rpl_open.
1425         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
1426         (rpl_open, rpl_opendir): Use _gl_register_fd.
1427
1428 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1429
1430         Fix organization of 'open' replacement.
1431         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
1432         (gl_FUNC_OPEN): Use it.
1433         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
1434
1435 2008-10-08  Bruno Haible  <bruno@clisp.org>
1436
1437         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
1438
1439 2008-10-08  Simon Josefsson  <simon@josefsson.org>
1440
1441         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
1442         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
1443         listen).
1444
1445 2008-10-08  Eric Blake  <ebb9@byu.net>
1446
1447         GNUmakefile: add 'make version' target
1448         * top/GNUmakefile (_curr-ver): Split version update rules...
1449         (version): ...into a target.
1450
1451 2008-10-07  Bruno Haible  <bruno@clisp.org>
1452
1453         Use a more portable replacement expression for -0.0L.
1454         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
1455         instead of -0.0L. Fix m4 quotation.
1456
1457         * tests/test-signbit.c: Include <float.h>.
1458         (minus_zero): New variable.
1459         (test_signbitl): Use minus_zero instead of -zero.
1460         * modules/signbit-tests (Depends-on): Add float.
1461
1462         * tests/test-ceill.c: Include <float.h>.
1463         (zero): Remove variable.
1464         (minus_zero): New variable.
1465         (main): Use minus_zero instead of -zero.
1466         * modules/ceill-tests (Depends-on): Add float.
1467
1468         * tests/test-floorl.c: Include <float.h>.
1469         (zero): Remove variable.
1470         (minus_zero): New variable.
1471         (main): Use minus_zero instead of -zero.
1472         * modules/floorl-tests (Depends-on): Add float.
1473
1474         * tests/test-roundl.c: Include <float.h>.
1475         (zero): Remove variable.
1476         (minus_zero): New variable.
1477         (main): Use minus_zero instead of -zero.
1478         * modules/roundl-tests (Depends-on): Add float.
1479
1480         * tests/test-truncl.c: Include <float.h>.
1481         (zero): Remove variable.
1482         (minus_zero): New variable.
1483         (main): Use minus_zero instead of -zero.
1484         * modules/truncl-tests (Depends-on): Add float.
1485
1486         * tests/test-frexpl.c (zero): Remove variable.
1487         (minus_zero): New variable.
1488         (main): Use minus_zero instead of -zero.
1489         * modules/frexpl-tests (Depends-on): Add float.
1490
1491         * tests/test-isnan.c (zerol): Remove variable.
1492         (minus_zerol): New variable.
1493         (test_long_double): Use minus_zerol instead of -zerol.
1494         * modules/isnan-tests (Depends-on): Add float.
1495
1496         * tests/test-isnanl.h (zero): Remove variable.
1497         (minus_zero): New variable.
1498         (main): Use minus_zero instead of -zero.
1499         * modules/isnanl-nolibm-tests (Depends-on): Add float.
1500         * modules/isnanl-tests (Depends-on): Add float.
1501
1502         * tests/test-ldexpl.c (zero): Remove variable.
1503         (minus_zero): New variable.
1504         (main): Use minus_zero instead of -zero.
1505         * modules/ldexpl-tests (Depends-on): Add float.
1506
1507         * tests/test-snprintf-posix.h (zerol): Remove variable.
1508         (minus_zerol): New variable.
1509         (test_function): Use minus_zerol instead of -zerol.
1510         * modules/snprintf-posix-tests (Depends-on): Add float.
1511         * modules/vsnprintf-posix-tests (Depends-on): Add float.
1512
1513         * tests/test-sprintf-posix.h (zerol): Remove variable.
1514         (minus_zerol): New variable.
1515         (test_function): Use minus_zerol instead of -zerol.
1516         * modules/sprintf-posix-tests (Depends-on): Add float.
1517         * modules/vsprintf-posix-tests (Depends-on): Add float.
1518
1519         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
1520         (minus_zerol): New variable.
1521         (test_function): Use minus_zerol instead of -zerol.
1522         * modules/vasnprintf-posix-tests (Depends-on): Add float.
1523
1524         * tests/test-vasprintf-posix.c (zerol): Remove variable.
1525         (minus_zerol): New variable.
1526         (test_function): Use minus_zerol instead of -zerol.
1527         * modules/vasprintf-posix-tests (Depends-on): Add float.
1528
1529 2008-10-07  Simon Josefsson  <simon@josefsson.org>
1530
1531         * MODULES.html.sh (Support for building documentation): Mention
1532         pmccabe2html.  Sort entries.
1533
1534         Add pmccabe2html module, from gnupdf.
1535         * build-aux/pmccabe.css: New file.
1536         * build-aux/pmccabe2html: New file.
1537         * m4/pmccabe2html.m4: New file.
1538         * modules/pmccabe2html: New file.
1539
1540 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
1541
1542         flock: new module
1543         * MODULES.html.sh: Add to list of modules.
1544         * lib/flock.c: flock implementation for Windows and Unix systems
1545         which have fcntl.
1546         * doc/glibc-functions/flock.texi: Update documentation.
1547         * lib/sys_file.in.h: <sys/file.h> header file.
1548         * m4/flock.m4: M4 macros.
1549         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
1550         * modules/flock: flock module.
1551         * modules/flock-tests: flock tests module.
1552         * modules/sys_file: sys/file.h module.
1553         * tests/test-flock.c: test suite for flock.
1554
1555 2008-10-06  Jim Meyering  <meyering@redhat.com>
1556
1557         bootstrap: check for LT_INIT more portably still ;-)
1558         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
1559         Spotted by Bruno Haible.
1560
1561 2008-10-06  Eric Blake  <ebb9@byu.net>
1562
1563         test-signbit: avoid tripping Irix cc bug on -0.0L
1564         * tests/test-signbit.c (minus_zerol): Delete, and replace with
1565         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
1566         entire testsuite consistent and avoids an Irix 6.2 bug.
1567
1568 2008-10-05  Bruno Haible  <bruno@clisp.org>
1569             Jim Meyering  <jim@meyering.net>
1570
1571         Add an option for ignoring EPIPE during close_stdout.
1572         * lib/closeout.h: Include <stdbool.h>.
1573         (close_stdout_set_ignore_EPIPE): New declaration.
1574         * lib/closeout.c: Include <stdbool.h>.
1575         (ignore_EPIPE): New variable.
1576         (close_stdout_set_ignore_EPIPE): New function.
1577         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
1578         * lib/close-stream.c (close_stream): Mention the possible EPIPE
1579         failure.
1580         * modules/closeout (Depends-on): Add stdbool.
1581
1582 2008-10-05  Bruno Haible  <bruno@clisp.org>
1583
1584         * modules/accept: New file.
1585         * modules/bind: New file.
1586         * modules/connect: New file.
1587         * modules/getpeername: New file.
1588         * modules/getsockname: New file.
1589         * modules/getsockopt: New file.
1590         * modules/listen: New file.
1591         * modules/recv: New file.
1592         * modules/recvfrom: New file.
1593         * modules/send: New file.
1594         * modules/sendto: New file.
1595         * modules/setsockopt: New file.
1596         * modules/socket: New file.
1597         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
1598         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1599         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
1600         the particular module is requested. Add a link warning when the
1601         particular module is not requested.
1602         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
1603         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
1604         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
1605         the particular module is requested.
1606         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
1607         gl_SYS_SOCKET_H_DEFAULTS): New macros.
1608         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
1609         * modules/sys_socket (Depends-on): Add link-warning.
1610         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
1611         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
1612         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
1613         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
1614         GL_LINK_WARNING.
1615         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
1616         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
1617         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
1618         * doc/posix-functions/getpeername.texi: Mention the new module
1619         'getpeername'.
1620         * doc/posix-functions/getsockname.texi: Mention the new module
1621         'getsockname'.
1622         * doc/posix-functions/getsockopt.texi: Mention the new module
1623         'getsockopt'.
1624         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
1625         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
1626         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
1627         * doc/posix-functions/send.texi: Mention the new module 'send'.
1628         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
1629         * doc/posix-functions/setsockopt.texi: Mention the new module
1630         'setsockopt'.
1631         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
1632         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
1633         listen, connect, accept.
1634         * modules/select-tests (Depends-on): Likewise.
1635
1636 2008-10-05  Bruno Haible  <bruno@clisp.org>
1637
1638         * lib/winsock.c (strerror): Remove unused #undef.
1639         (rpl_close): Remove unused local variable.
1640
1641         * modules/sys_socket (Depends-on); Add errno.
1642
1643 2008-10-05  Bruno Haible  <bruno@clisp.org>
1644
1645         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
1646         (select): Add a link warning when the 'select' module is not used.
1647         * modules/sys_select (Depends-on): Add link-warning.
1648         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
1649         Suggested by Paolo Bonzini.
1650
1651 2008-10-05  Jim Meyering  <meyering@redhat.com>
1652
1653         bootstrap: check for LT_INIT more portably
1654         * build-aux/bootstrap: Avoid using grep -E, since it's not
1655         portable enough.  Suggestion from Bruno Haible.
1656
1657 2008-10-05  Bruno Haible  <bruno@clisp.org>
1658
1659         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
1660         as being fixed by gnulib.
1661
1662 2008-10-05  Bruno Haible  <bruno@clisp.org>
1663
1664         * modules/select-tests: New file, mostly copied from
1665         modules/sys_select-tests.
1666         * tests/test-select.c: New file, mostly copied from
1667         tests/test-sys_select.c.
1668         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
1669         * modules/sys_select-tests (Depends-on): Remove all dependencies.
1670         (Makefile.am): Remove test_sys_select_LDADD.
1671
1672         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
1673         to an undefined symbol, for an error message.
1674         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
1675         (gl_SYS_SELECT_H_DEFAULTS): New macro.
1676         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
1677         winsock-select.c here.
1678         * modules/sys_select (Files): Remove lib/winsock-select.c.
1679         (Depends-on): Remove alloca.
1680         (Makefile.am): Substitute GNULIB_SELECT.
1681         * modules/select: New file.
1682         * doc/posix-functions/select.texi: Update.
1683
1684 2008-10-05  Bruno Haible  <bruno@clisp.org>
1685
1686         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
1687         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
1688         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
1689         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
1690         getdtablesize.
1691         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
1692         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
1693
1694 2008-10-05  Bruno Haible  <bruno@clisp.org>
1695
1696         * modules/getdtablesize-tests: New file.
1697         * tests/test-getdtablesize.c: New file.
1698
1699         New module 'getdtablesize'.
1700         * lib/unistd.in.h (getdtablesize): New declaration.
1701         * lib/getdtablesize.c: New file.
1702         * m4/getdtablesize.m4: New file.
1703         * modules/getdtablesize: New file.
1704         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1705         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
1706         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
1707         HAVE_GETDTABLESIZE.
1708         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
1709
1710 2008-10-05  Bruno Haible  <bruno@clisp.org>
1711
1712         * modules/sched (Makefile.am): Fix typo.
1713         Reported by Simon Josefsson.
1714
1715 2008-10-05  Jim Meyering  <meyering@redhat.com>
1716
1717         bootstrap: check for LT_INIT, too
1718         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
1719         are deprecated.  Suggestion from Ralf Wildenhues.
1720
1721 2008-10-05  Bruno Haible  <bruno@clisp.org>
1722
1723         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
1724         overriding them by ours.
1725         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
1726
1727 2008-10-05  Jim Meyering  <meyering@redhat.com>
1728
1729         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
1730         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
1731         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
1732
1733 2008-10-04  Bruno Haible  <bruno@clisp.org>
1734
1735         * modules/dup2 (License): Change to LGPLv2+.
1736         * modules/sleep (License): Likewise.
1737         * modules/perror (License): Likewise.
1738         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
1739         Blake.
1740         * modules/signal (License): Likewise.
1741         * modules/sigprocmask (License): Likewise.
1742         * modules/raise (License): Change to LGPLv2+, with approval by Jim
1743         Meyering.
1744
1745 2008-10-04  Bruno Haible  <bruno@clisp.org>
1746
1747         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
1748         Reported by Rainer Tammer <tammer@tammer.net>.
1749
1750 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
1751             Bruno Haible  <bruno@clisp.org>
1752
1753         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
1754         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
1755         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
1756
1757 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
1758
1759         filevercmp: new module
1760         * lib/filevercmp.h: New function filevercmp comparing version strings.
1761         * lib/filevercmp.c: Implementation of filevercmp function.
1762         * modules/filevercmp: Module metadata.
1763         * tests/test-filevercmp.c: Unit test for new module.
1764         * modules/filevercmp-tests: Unit test metadata.
1765         * MODULES.html.sh: Add filevercmp module.
1766
1767 2008-10-03  Bruno Haible  <bruno@clisp.org>
1768
1769         * lib/c-ctype.h: Add comment.
1770         Reported by Jim Meyering.
1771
1772 2008-10-02  Bruno Haible  <bruno@clisp.org>
1773
1774         * modules/posix_spawn-internal (Depends-on): Add 'open'.
1775
1776 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
1777
1778         * build-aux/bootstrap: Allow renaming bootstrap, and change the
1779         name of bootstrap.conf accordingly.
1780
1781 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
1782
1783         * build-aux/bootstrap: Install git-merge-changelog configuration
1784         items into .gitconfig if needed.
1785
1786 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
1787
1788         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
1789         git repository, and initialize/update it accordingly.
1790
1791 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
1792
1793         * modules/fsync-tests: New file.
1794         * tests/test-fsync.c: New file.
1795
1796         New module 'fsync'.
1797         * lib/fsync.c: New file.
1798         * m4/fsync.m4: New file.
1799         * modules/fsync: New file.
1800         * lib/unistd.in.h (fsync): New declaration.
1801         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
1802         GNULIB_FSYNC and HAVE_FSYNC.
1803         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
1804         * MODULES.html.sh (posix_functions): Add fsync.
1805         * doc/posix-functions/fsync.texi: Mention the new module.
1806
1807 2008-10-02  Jim Meyering  <meyering@redhat.com>
1808
1809         fts.c: sync with similar code from coreutils' remove.c
1810         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
1811         Guard also with "#if defined __linux__", since for now at least,
1812         this code is Linux-kernel-specific.
1813
1814 2008-10-02  Jim Meyering  <meyering@redhat.com>
1815
1816         fts: bug fixes
1817         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
1818         Include <sys/vfs.h>, not <sys/statfs.h>.
1819
1820         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
1821         Include <sys/vfs.h>, not <sys/statfs.h>.
1822
1823 2008-10-01  Bruno Haible  <bruno@clisp.org>
1824
1825         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
1826         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
1827         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
1828         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
1829         * doc/posix-functions/posix_spawnp.texi: Likewise.
1830         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
1831         whether posix_spawn actually works.
1832         * m4/pipe.m4 (gl_PIPE): Likewise.
1833         * modules/execute (Files): Add m4/posix_spawn.m4.
1834         * modules/pipe (Files): Add m4/posix_spawn.m4.
1835         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
1836
1837 2008-10-01  Jim Meyering  <meyering@redhat.com>
1838
1839         remove trailing spaces
1840         * NEWS: Likewise.
1841         * lib/poll.c (poll): Likewise.
1842         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
1843         * lib/winsock.c (rpl_close): Likewise.
1844         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
1845         * modules/yield: Likewise.
1846         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
1847         * tests/test-sys_select.c (connect_to_socket): Likewise.
1848
1849         fts.c: adjust a new interface to be more generally useful
1850         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
1851         (fts_build): Adjust caller.
1852
1853 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1854
1855         * modules/cond-tests: New file.
1856         * tests/test-cond.c: New file.
1857
1858 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1859             Bruno Haible  <bruno@clisp.org>
1860
1861         * modules/cond (Dependencies): Add errno, time.
1862         * lib/glthread/cond.h: Include <time.h>.
1863         (gl_cond_define, gl_cond_define_initialized): Use the same definition
1864         across platforms.
1865
1866 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1867             Bruno Haible  <bruno@clisp.org>
1868
1869         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
1870
1871 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1872             Bruno Haible  <bruno@clisp.org>
1873
1874         * modules/tls-tests (Depends-on): Add thread, yield.
1875         (configure.ac): Remove all checks.
1876         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
1877         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
1878         gl_thread_self): Remove definitions. Include glthread/thread.h and
1879         glthread/yield.h instead.
1880         (test_tls): Pass an additional NULL argument to gl_thread_join.
1881
1882 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1883             Bruno Haible  <bruno@clisp.org>
1884
1885         * modules/lock-tests (Depends-on): Add thread, yield.
1886         (configure.ac): Remove all checks.
1887         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
1888         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
1889         gl_thread_self): Remove definitions. Include glthread/thread.h and
1890         glthread/yield.h instead.
1891         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
1892         additional NULL argument to gl_thread_join.
1893
1894 2008-09-30  Bruno Haible  <bruno@clisp.org>
1895
1896         Fix the Win32 implementation of the 'thread' module.
1897         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
1898         pointer type.
1899         (gl_thread_self): Invoke gl_thread_self_func.
1900         (gl_thread_self_func): New declaration.
1901         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
1902         (do_init_self_key, init_self_key): New functions.
1903         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
1904         Remove some fields.
1905         (running_threads, running_lock): Remove variables.
1906         (get_current_thread_handle): New function.
1907         (gl_thread_self_func, wrapper_func, glthread_create_func,
1908         glthread_join_func, gl_thread_exit_func): Largely rewritten and
1909         simplified.
1910
1911 2008-09-30  Bruno Haible  <bruno@clisp.org>
1912
1913         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
1914         files.
1915
1916 2008-09-30  Jim Meyering  <meyering@redhat.com>
1917
1918         fts.m4: correct the test for statfs.f_type
1919         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
1920         when checking for statfs.f_type.
1921
1922 2008-09-15  Simon Josefsson  <simon@josefsson.org>
1923
1924         tests: avoid some compiler warnings
1925         * tests/test-memchr.c (main): Pass NULL indirectly.
1926         * tests/test-getdate.c (main): Remove unused variable 'ret'.
1927
1928 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
1929
1930         getdate.y: disallow countable dayshifts like "4 yesterday ago"
1931         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
1932         exactly specified dayshifts.
1933         (dayshift): New rule.
1934         (rel): Add dayshift.
1935         (relative_time_table) [tomorrow, yesterday, today, now]:
1936         Use tDAY_SHIFT in place of tDAY_UNIT.
1937         * tests/test-getdate.c: Add tests for now-disallowed countable
1938         dayshifts, e.g., "4 yesterday ago".
1939
1940 2008-09-29  Bruno Haible  <bruno@clisp.org>
1941
1942         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
1943         * tests/test-posix_spawn1.in.sh: Renamed from
1944         tests/test-posix_spawn.in.sh.
1945         * tests/test-posix_spawn2.c: New file.
1946         * tests/test-posix_spawn2.in.sh: New file.
1947         * modules/posix_spawnp-tests (Files): Update.
1948         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
1949
1950 2008-09-29  Bruno Haible  <bruno@clisp.org>
1951
1952         Propagate effects of putenv/setenv/unsetenv to child processes.
1953         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
1954         * lib/pipe.c (create_pipe): Likewise.
1955
1956 2008-09-29  Bruno Haible  <bruno@clisp.org>
1957
1958         Enable use of shell scripts as executables in mingw.
1959         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
1960         run the program as a shell script.
1961         * lib/pipe.c (create_pipe): Likewise.
1962         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
1963         resulting array.
1964
1965 2008-09-29  Eric Blake  <ebb9@byu.net>
1966
1967         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
1968
1969 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
1970
1971         * doc/posix-functions/accept.texi: Update mingw problems.
1972         * doc/posix-functions/bind.texi: Update mingw problems.
1973         * doc/posix-functions/close.texi: Update mingw problems.
1974         * doc/posix-functions/connect.texi: Update mingw problems.
1975         * doc/posix-functions/getpeername.texi: Update mingw problems.
1976         * doc/posix-functions/getsockname.texi: Update mingw problems.
1977         * doc/posix-functions/getsockopt.texi: Update mingw problems.
1978         * doc/posix-functions/ioctl.texi: Update mingw problems.
1979         * doc/posix-functions/listen.texi: Update mingw problems.
1980         * doc/posix-functions/recv.texi: Update mingw problems.
1981         * doc/posix-functions/recvfrom.texi: Update mingw problems.
1982         * doc/posix-functions/select.texi: Update mingw problems.
1983         * doc/posix-functions/send.texi: Update mingw problems.
1984         * doc/posix-functions/sendto.texi: Update mingw problems.
1985         * doc/posix-functions/setsockopt.texi: Update mingw problems.
1986         * doc/posix-functions/socket.texi: Update mingw problems.
1987
1988 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
1989             Bruno Haible  <bruno@clisp.org>
1990
1991         * lib/sys_select.in.h: Include sys/time.h.
1992         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
1993         * modules/sys_select: Depend on sys_time.
1994         * tests/test-sys_select.c: Test that sys/select.h defines struct
1995         timeval fully.
1996
1997 2008-09-29  Bruno Haible  <bruno@clisp.org>
1998
1999         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
2000         * lib/sys_select.in.h: Likewise.
2001
2002 2008-09-29  Bruno Haible  <bruno@clisp.org>
2003
2004         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
2005
2006 2008-09-29  Bruno Haible  <bruno@clisp.org>
2007
2008         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
2009         Set LIBSOCKET instead of augmenting LIBS.
2010         * modules/sockets (Link): New section.
2011         * modules/sockets-tests (test_sockets_LDADD): New variable.
2012         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
2013         * modules/poll-tests (test_poll_LDADD): New variable.
2014         * NEWS: Document the change.
2015
2016 2008-09-29  Bruno Haible  <bruno@clisp.org>
2017
2018         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
2019         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
2020         ARPA_INET_H directly.
2021         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
2022
2023 2008-09-28  Bruno Haible  <bruno@clisp.org>
2024
2025         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
2026         from gl_HEADER_SYS_SOCKET.
2027         (gl_HEADER_SYS_SOCKET): Invoke it.
2028         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2029
2030 2008-09-28  Bruno Haible  <bruno@clisp.org>
2031
2032         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
2033         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
2034         Needed on OSF/1 4.0.
2035
2036 2008-09-28  Bruno Haible  <bruno@clisp.org>
2037
2038         Override open more carefully.
2039         * lib/open.c (orig_open): New function.
2040         (rpl_open): Use orig_open instead of open.
2041         * lib/fcntl.in.h: Add special invocation convention.
2042         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
2043         (gl_FUNC_OPEN): Invoke it.
2044
2045         Override freopen more carefully.
2046         * lib/freopen.c (orig_freopen): New function.
2047         (rpl_freopen): Use orig_freopen instead of freopen.
2048         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
2049         (gl_FUNC_FREOPEN): Invoke it.
2050
2051         Override fopen more carefully.
2052         * lib/fopen.c (orig_fopen): New function.
2053         (rpl_fopen): Use orig_fopen instead of fopen.
2054         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
2055         (gl_FUNC_FOPEN): Invoke it.
2056         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
2057
2058 2008-09-28  Bruno Haible  <bruno@clisp.org>
2059
2060         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
2061         SIGPIPE.
2062
2063 2008-09-28  Bruno Haible  <bruno@clisp.org>
2064
2065         * tests/test-sigaction.c (handler, main): Disable the check whether
2066         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
2067         glibc systems with LinuxThreads.
2068
2069 2008-09-28  Bruno Haible  <bruno@clisp.org>
2070
2071         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
2072
2073         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
2074         with AIX xlc.
2075         * lib/fcntl.in.h (open): Likewise.
2076         Reported by Rainer Tammer <tammer@tammer.net>.
2077
2078 2008-09-28  Bruno Haible  <bruno@clisp.org>
2079
2080         * modules/posix_spawnp-tests: New file.
2081         * tests/test-posix_spawn.c: New file.
2082         * tests/test-posix_spawn.in.sh: New file.
2083
2084         New module 'posix_spawnp'.
2085         * modules/posix_spawnp: New file.
2086         * lib/spawnp.c: New file, from GNU libc with modifications.
2087         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
2088
2089         New module 'posix_spawn'.
2090         * modules/posix_spawn: New file.
2091         * lib/spawn.c: New file, from GNU libc with modifications.
2092         * doc/posix-functions/posix_spawn.texi: Mention the new module.
2093
2094         New module 'posix_spawnattr_destroy'.
2095         * modules/posix_spawnattr_destroy: New file.
2096         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
2097         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
2098         module.
2099
2100         New module 'posix_spawnattr_setsigmask'.
2101         * modules/posix_spawnattr_setsigmask: New file.
2102         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
2103         modifications.
2104         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
2105         new module.
2106
2107         New module 'posix_spawnattr_getsigmask'.
2108         * modules/posix_spawnattr_getsigmask: New file.
2109         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
2110         modifications.
2111         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
2112         new module.
2113
2114         New module 'posix_spawnattr_setsigdefault'.
2115         * modules/posix_spawnattr_setsigdefault: New file.
2116         * lib/spawnattr_setdefault.c: New file, from GNU libc with
2117         modifications.
2118         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
2119         new module.
2120
2121         New module 'posix_spawnattr_getsigdefault'.
2122         * modules/posix_spawnattr_getsigdefault: New file.
2123         * lib/spawnattr_getdefault.c: New file, from GNU libc with
2124         modifications.
2125         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
2126         new module.
2127
2128         New module 'posix_spawnattr_setschedpolicy'.
2129         * modules/posix_spawnattr_setschedpolicy: New file.
2130         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
2131         modifications.
2132         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
2133         new module.
2134
2135         New module 'posix_spawnattr_getschedpolicy'.
2136         * modules/posix_spawnattr_getschedpolicy: New file.
2137         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
2138         modifications.
2139         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
2140         new module.
2141
2142         New module 'posix_spawnattr_setschedparam'.
2143         * modules/posix_spawnattr_setschedparam: New file.
2144         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
2145         modifications.
2146         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
2147         new module.
2148
2149         New module 'posix_spawnattr_getschedparam'.
2150         * modules/posix_spawnattr_getschedparam: New file.
2151         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
2152         modifications.
2153         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
2154         new module.
2155
2156         New module 'posix_spawnattr_setpgroup'.
2157         * modules/posix_spawnattr_setpgroup: New file.
2158         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
2159         modifications.
2160         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
2161         module.
2162
2163         New module 'posix_spawnattr_getpgroup'.
2164         * modules/posix_spawnattr_getpgroup: New file.
2165         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
2166         modifications.
2167         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
2168         module.
2169
2170         New module 'posix_spawnattr_setflags'.
2171         * modules/posix_spawnattr_setflags: New file.
2172         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
2173         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
2174         module.
2175
2176         New module 'posix_spawnattr_getflags'.
2177         * modules/posix_spawnattr_getflags: New file.
2178         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
2179         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
2180         module.
2181
2182         New module 'posix_spawnattr_init'.
2183         * modules/posix_spawnattr_init: New file.
2184         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
2185         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
2186         module.
2187
2188         New module 'posix_spawn_file_actions_destroy'.
2189         * modules/posix_spawn_file_actions_destroy: New file.
2190         * lib/spawn_faction_destroy.c: New file, from GNU libc with
2191         modifications.
2192         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
2193         the new module.
2194
2195         New module 'posix_spawn_file_actions_addopen'.
2196         * modules/posix_spawn_file_actions_addopen: New file.
2197         * lib/spawn_faction_addopen.c: New file, from GNU libc with
2198         modifications.
2199         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
2200         the new module.
2201
2202         New module 'posix_spawn_file_actions_adddup2'.
2203         * modules/posix_spawn_file_actions_adddup2: New file.
2204         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
2205         modifications.
2206         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
2207         the new module.
2208
2209         New module 'posix_spawn_file_actions_addclose'.
2210         * modules/posix_spawn_file_actions_addclose: New file.
2211         * lib/spawn_faction_addclose.c: New file, from GNU libc with
2212         modifications.
2213         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
2214         the new module.
2215
2216         New module 'posix_spawn_file_actions_init'.
2217         * modules/posix_spawn_file_actions_init: New file.
2218         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
2219         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
2220         new module.
2221
2222         New module 'posix_spawn-internal'.
2223         * modules/posix_spawn-internal: New file.
2224         * lib/spawn_int.h: New file, from GNU libc with modifications.
2225         * lib/spawni.c: New file, from GNU libc with modifications.
2226         * m4/posix_spawn.m4: New file.
2227
2228         New module 'spawn'.
2229         * modules/spawn: New file.
2230         * lib/spawn.in.h: New file, from GNU libc with modifications.
2231         * m4/spawn_h.m4: New file.
2232         * doc/posix-headers/spawn.texi: Mention the new module.
2233
2234 2008-09-28  Bruno Haible  <bruno@clisp.org>
2235
2236         * modules/sched-tests: New file.
2237         * tests/test-sched.c: New file.
2238
2239         New module 'sched'.
2240         * modules/sched: New file.
2241         * lib/sched.in.h: New file.
2242         * m4/sched_h.m4: New file.
2243         * doc/posix-headers/sched.texi: Mention the new module.
2244
2245 2008-09-27  Eric Blake  <ebb9@byu.net>
2246
2247         Fix previous patch, and tweak references to $0.
2248         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
2249         (func_version, func_gnulib_dir): Don't call this program
2250         gnulib-tool.
2251         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
2252         with using $0 in function.
2253         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
2254         (func_fatal_error): Reuse the name the user invoked us with.
2255
2256 2008-09-27  Bruno Haible  <bruno@clisp.org>
2257
2258         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
2259         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
2260         (gl_ICONV_H): Not here.
2261         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
2262         instead of assigning ICONV_H directly.
2263
2264         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
2265         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
2266         WCHAR_H directly.
2267
2268 2008-09-27  Bruno Haible  <bruno@clisp.org>
2269
2270         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
2271         * modules/arpa_inet (Depends-on): Add link-warning.
2272         (Makefile.am): Insert the definition of GL_LINK-WARNING.
2273         * modules/unistd (Makefile.am): Likewise.
2274
2275 2008-09-26  Bruno Haible  <bruno@clisp.org>
2276
2277         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
2278         variables.
2279         (func_version): Essentially copied from gnulib-tool.
2280         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
2281         func_readlink): Copied from gnulib-tool.
2282
2283 2008-09-26  Bruno Haible  <bruno@clisp.org>
2284
2285         * gnulib-tool (func_version): Change directory to $gnulib_dir before
2286         invoking git-version-gen.
2287
2288 2008-09-26  Bruno Haible  <bruno@clisp.org>
2289
2290         * posix-modules: Update to directory names changed on 2008-01-19.
2291         Remove commas in output before splitting into words. No more need to
2292         avoid 'ftruncate' since 2007-02-19.
2293
2294 2008-09-26  Bruno Haible  <bruno@clisp.org>
2295
2296         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
2297
2298 2008-09-26  Bruno Haible  <bruno@clisp.org>
2299
2300         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
2301         * modules/fwriteerror (Depends-on): Add errno.
2302
2303 2008-09-26  Bruno Haible  <bruno@clisp.org>
2304
2305         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
2306         * tests/test-vc-list-files-cvs.sh: Likewise.
2307
2308 2008-09-26  Bruno Haible  <bruno@clisp.org>
2309
2310         * doc/posix-headers/sys_resource.texi: Reorder items.
2311
2312 2008-09-26  Jim Meyering  <meyering@redhat.com>
2313
2314         fts: tweak inode comparison function
2315         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
2316         inode numbers, as documented.
2317
2318         fts: sort dirent entries on inode number before traversing
2319         This avoids a quadratic, seek-related performance penalty when
2320         operating on a directory containing many entries (measurable at 10k;
2321         3.5 hours at 2 million entries with a cold cache) on certain types
2322         of file systems, including ext3 and ext4, but not tmpfs.
2323         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
2324         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
2325         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
2326         (fs_handles_readdir_ordered_dirents_efficiently): New function.
2327         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
2328         (fts_build): Set the stat.st_ino member from D_INO.
2329         If it is likely to be useful, sort dirent entries on inode number.
2330
2331         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
2332         and the struct statfs.f_type member.
2333         * modules/fts (Depends-on): Add d-ino.
2334
2335 2008-09-26  Bruno Haible  <bruno@clisp.org>
2336
2337         * modules/sigpipe-die (Depends-on): Add sigpipe.
2338
2339         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
2340         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
2341         and GNULIB_STDIO_H_SIGPIPE are set.
2342         * lib/stdio-write.c: New file.
2343         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
2344         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
2345         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
2346         REPLACE_STDIO_WRITE_FUNCS.
2347         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
2348         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
2349         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
2350         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
2351         * modules/stdio (Files): Add lib/stdio-write.c.
2352         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
2353         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
2354         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
2355         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
2356         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
2357         REPLACE_FPRINTF_POSIX.
2358         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
2359         REPLACE_PRINTF_POSIX.
2360         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
2361         REPLACE_VFPRINTF_POSIX.
2362         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
2363         REPLACE_VPRINTF_POSIX.
2364         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
2365         SIGPIPE issue.
2366         * doc/posix-functions/fputc.texi: Likewise.
2367         * doc/posix-functions/fputs.texi: Likewise.
2368         * doc/posix-functions/fwrite.texi: Likewise.
2369         * doc/posix-functions/printf.texi: Likewise.
2370         * doc/posix-functions/putc.texi: Likewise.
2371         * doc/posix-functions/putchar.texi: Likewise.
2372         * doc/posix-functions/puts.texi: Likewise.
2373         * doc/posix-functions/vfprintf.texi: Likewise.
2374         * doc/posix-functions/vprintf.texi: Likewise.
2375
2376         * modules/safe-write (Depends-on): Add write.
2377
2378         * modules/sigpipe-tests: New file.
2379         * tests/test-sigpipe.c: New file.
2380         * tests/test-sigpipe.sh: New file.
2381
2382         * modules/write: New file.
2383         * lib/unistd.in.h: Include <sys/types.h>.
2384         (write): New declaration.
2385         * lib/write.c: New file.
2386         * m4/write.m4: New file.
2387         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2388         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
2389         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
2390         GNULIB_WRITE, REPLACE_WRITE.
2391         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
2392         and the SIGPIPE issue.
2393
2394         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
2395         (raise): New declaration.
2396         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
2397         (ext_signal): New function.
2398         (rpl_raise): New function.
2399         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
2400         GNULIB_SIGNAL_H_SIGPIPE.
2401         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
2402         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
2403
2404         * modules/sigpipe: New file.
2405         * m4/sigpipe.m4: New file.
2406
2407 2008-09-25  Derek Price  <derek@ximbiot.com>
2408             Bruno Haible  <bruno@clisp.org>
2409
2410         * gnulib-tool (func_import): Report all license incompatibilities, not
2411         just the first one.
2412
2413 2008-09-25  Bruno Haible  <bruno@clisp.org>
2414
2415         * gnulib-tool (func_import): When computing the edits, consider not
2416         only the Makefile.ams that exist but also those that will be generated.
2417
2418 2008-09-25  Simon Josefsson  <simon@josefsson.org>
2419
2420         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
2421         fixes gnulib-tool --test warning about duplicate dependency.
2422
2423 2008-09-25  Bruno Haible  <bruno@clisp.org>
2424
2425         * gnulib-tool: Don't ask the user to perform edits in the generated
2426         Makefile.ams.
2427         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
2428         apply to the Makefile.am being generated.
2429         (func_emit_tests_Makefile_am): Execute edits that apply to the
2430         Makefile.am being generated.
2431         (func_import): Setup list of Makefile.am edits before emitting the
2432         Makefile.ams, not at the end.
2433         (func_create_testdir): Update.
2434         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2435
2436 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2437
2438         * gnulib-tool (func_import): Store the --tests-base option in the
2439         comment in gnulib-cache.m4.
2440
2441 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
2442
2443         * NEWS: Document increased portability that sys_select now provides.
2444
2445         * lib/sys_select.in.h: Install select wrapper.
2446         * lib/sys_socket.in.h: Use more descriptive name when there is no
2447         select wrapper.
2448         * lib/winsock-select.c: New.
2449         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
2450         Require gl_HEADER_SYS_SOCKET.
2451         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
2452         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
2453         * tests/test-sys_select.c: Add functional tests.
2454
2455 2008-09-24  Eric Blake  <ebb9@byu.net>
2456
2457         open, fopen: close fd leak in last patch
2458         * lib/open.c (rpl_open): Close fd before returning error.
2459         * lib/fopen.c (rpl_fopen): Close fd before returning error.
2460         * doc/posix-functions/open.texi (open): Document that Irix also
2461         has the bug.
2462         * doc/posix-functions/fopen.texi (fopen): Likewise.
2463         Reported by Paolo Bonzini.
2464
2465 2008-09-24  Bruno Haible  <bruno@clisp.org>
2466
2467         Ensure that a filename ending in a slash cannot be used to access a
2468         non-directory.
2469         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
2470         to check whether it's really a directory.
2471         * lib/fopen.c: Include fcntl.h, unistd.h.
2472         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
2473         and fdopen().
2474         * modules/fopen (Depends-on): Add unistd.
2475         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
2476         * tests/test-fopen.c (main): Likewise.
2477         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
2478         * doc/posix-functions/fopen.texi: Likewise.
2479         Reported by Eric Blake.
2480
2481 2008-09-23  Eric Blake  <ebb9@byu.net>
2482
2483         c-stack: avoid compiler optimizations when provoking overflow
2484         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
2485         recursion harder to optimize, to ensure a stack overflow occurs.
2486         * tests/test-c-stack.c (recurse): Likewise.
2487         Borrowed from libsigsegv.
2488
2489         c-stack: work around Irix sigaltstack bug
2490         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
2491         whether sigaltstack uses wrong end of stack_t (copied in part from
2492         libsigsegv).
2493         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
2494         Irix bug, without requiring an over-allocation.
2495         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
2496         bug.
2497
2498         fopen: document mingw bug on directories
2499         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
2500         not allowing a stream visiting a directory, even though reading
2501         from such a stream is not portable.
2502
2503 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
2504
2505         * lib/poll.c: Rewrite.
2506         * modules/poll: Depend on alloca.
2507
2508 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
2509
2510         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
2511         instead define prototypes for a full set of wrappers.  Ensure
2512         that Cygwin does not use the compatibility code, which is only
2513         for MinGW.
2514         * lib/winsock.c: New.
2515         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
2516         * modules/sys_socket: Add lib/winsock.c.
2517
2518         * modules/poll-tests: Add errno and perror.
2519         * tests/test-poll.c: Use ioctl, not ioctlsocket.
2520
2521 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
2522
2523         * tests/test-poll.c: Downgrade minimum needed Winsock version.
2524
2525 2008-09-23  Bruno Haible  <bruno@clisp.org>
2526
2527         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
2528         * doc/glibc-functions/*: Likewise.
2529
2530 2008-09-23  Simon Josefsson  <simon@josefsson.org>
2531
2532         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
2533         success.
2534
2535 2008-09-22  Eric Blake  <ebb9@byu.net>
2536             Bruno Haible  <bruno@clisp.org>
2537
2538         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
2539         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
2540         supply %A but mishandle pseudo-NaN.
2541         Reported by Simon Josefsson.
2542
2543 2008-09-21  Bruno Haible  <bruno@clisp.org>
2544
2545         * tests/test-lock.c (main): Tweak skip message.
2546         * tests/test-tls.c (main): Likewise.
2547
2548 2008-09-21  Bruno Haible  <bruno@clisp.org>
2549
2550         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
2551         whether 'struct sigaction' has sa_sigaction here...
2552         (gl_PREREQ_SIG_HANDLER_H): ... not here.
2553         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
2554
2555 2008-09-21  Bruno Haible  <bruno@clisp.org>
2556
2557         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
2558         section.
2559         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
2560         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
2561         the new section.
2562         (Support for obsolete systems lacking POSIX:2001): New section.
2563         (String handling <string.h>): Move strdup to the new section.
2564         Suggested by Simon Josefsson and Paolo Bonzini.
2565
2566 2008-09-21  Bruno Haible  <bruno@clisp.org>
2567
2568         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
2569         exponents in %e and %g results on 'long double'. Needed for mingw's
2570         improved *printf functions.
2571         * tests/test-vasprintf-posix.c (test_function): Likewise.
2572         * tests/test-snprintf-posix.h (test_function): Likewise.
2573         * tests/test-sprintf-posix.h (test_function): Likewise.
2574         Reported by Eric Blake.
2575
2576 2008-09-21  Bruno Haible  <bruno@clisp.org>
2577
2578         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
2579         * tests/test-sprintf-posix.h (test_function): Likewise.
2580
2581 2008-09-21  Bruno Haible  <bruno@clisp.org>
2582
2583         * modules/getpass (Depends-on): Add strdup-posix.
2584
2585         New module 'strdup-posix'.
2586         * modules/strdup-posix: New file.
2587         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
2588         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
2589         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2590         REPLACE_STRDUP.
2591         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
2592         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
2593         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2594         strdup-posix.
2595
2596         * modules/strdup (Depends-on): Remove malloc-posix.
2597
2598 2008-09-20  Bruno Haible  <bruno@clisp.org>
2599
2600         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
2601         Wildenhues.
2602
2603 2008-09-20  Bruno Haible  <bruno@clisp.org>
2604
2605         Ensure that wint_t gets defined on IRIX 5.3.
2606         * lib/wchar.in.h (wint_t): Define if not defined by the system.
2607         * lib/wctype.in.h (wint_t): Likewise.
2608         (__wctype_wint_t): Remove type.
2609         (isw*): Use wint_t instead of __wctype_wint_t.
2610         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
2611         * modules/wchar (Files): Add m4/wint_t.m4.
2612         (Makefile.am): Substitute HAVE_WINT_T.
2613         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
2614         * tests/test-wctype.c: Check that wint_t is defined.
2615         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
2616         * doc/posix-headers/wctype.texi: Likewise.
2617         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2618
2619 2008-09-18  Bruno Haible  <bruno@clisp.org>
2620
2621         * gnulib-tool (func_exit): Update comment.
2622
2623 2008-09-18  Simon Josefsson  <simon@josefsson.org>
2624
2625         * modules/getaddrinfo (Depends-on): Remove strdup, this module
2626         assumes strdup exists and does not depend on strdup to return
2627         ENOMEM on out of memory conditions.
2628
2629 2008-09-18  Bruno Haible  <bruno@clisp.org>
2630
2631         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
2632         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
2633         digits for the exponent.
2634
2635 2008-09-18  Jim Meyering  <meyering@redhat.com>
2636             Bruno Haible  <bruno@clisp.org>
2637
2638         * lib/vasnprintf.c (decimal_point_char): Define also if
2639         NEED_PRINTF_INFINITE_LONG_DOUBLE.
2640
2641 2008-09-16  Bruno Haible  <bruno@clisp.org>
2642         and Eric Blake  <ebb9@byu.net>
2643
2644         vasnprintf: support Irix 5.3
2645         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
2646         that mishandle long double infinity.
2647         Reported by Tom G. Christensen.
2648
2649 2008-09-16  Bruno Haible  <bruno@clisp.org>
2650
2651         * doc/glibc-functions/scandir.texi: Mention the function is missing on
2652         Solaris 9.
2653         * doc/glibc-functions/alphasort.texi: Likewise.
2654         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
2655
2656 2008-09-16  Jim Meyering  <meyering@redhat.com>
2657
2658         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
2659         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
2660         a umask modification leak out of a subshell.  Otherwise, the
2661         opensolaris /bin/sh would be accepted and thus cause unwarranted
2662         failures in the coreutils test suite.
2663
2664 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
2665
2666         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
2667         to succeed.
2668
2669 2008-09-16  Jim Meyering  <meyering@redhat.com>
2670
2671         avoid spurious test failure when library is built without ACL support
2672         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
2673         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
2674         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
2675         * tests/test-copy-acl.sh: Likewise.
2676
2677 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2678
2679         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
2680         based on character occurrence counts.
2681
2682 2008-09-15  Eric Blake  <ebb9@byu.net>
2683
2684         tests: avoid some compiler warnings
2685         * tests/test-memchr.c (main): Pass NULL indirectly.
2686         * tests/test-closein.c (main): Avoid unused variable.
2687
2688 2008-09-15  Bruno Haible  <bruno@clisp.org>
2689
2690         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
2691         are missing on OpenBSD 4.0 individually.
2692         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2693
2694 2008-09-15  Bruno Haible  <bruno@clisp.org>
2695
2696         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
2697         * doc/posix-functions/strerror.texi: Mention also Cygwin.
2698         * doc/posix-functions/perror.texi: Likewise.
2699         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
2700         is missing.
2701         Reported by Eric Blake.
2702
2703         * lib/errno.in.h: Use replacement values >= 2000.
2704         Reported by Eric Blake.
2705
2706 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2707
2708         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
2709         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
2710         limit.
2711         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
2712         compareseq was aborted.
2713
2714 2008-09-14  Bruno Haible  <bruno@clisp.org>
2715
2716         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
2717         yvec_edit_count.
2718         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
2719         (fstrcmp_bounded): Simplify result computation accordingly.
2720
2721 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2722
2723         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
2724         (fstrcmp): Define in terms of fstrcmp_bounded.
2725         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
2726         lower_bound argument.
2727         Return quickly if the result is certainly < lower_bound.
2728         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
2729
2730 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2731
2732         * lib/diffseq.h (EARLY_ABORT): New macro.
2733         (compareseq): Change return type to bool. Return true when EARLY_ABORT
2734         evaluates to true.
2735
2736 2008-09-14  Bruno Haible  <bruno@clisp.org>
2737
2738         * modules/perror-tests: New file.
2739         * tests/test-perror.sh: New file.
2740         * tests/test-perror.c: New file.
2741
2742         New module 'perror'.
2743         * lib/stdio.in.h (perror): New declaration.
2744         * lib/perror.c: New file.
2745         * m4/perror.m4: New file.
2746         * modules/perror: New file.
2747         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
2748         * doc/posix-functions/perror.texi: Mention the perror module.
2749         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
2750         REPLACE_PERROR.
2751         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
2752         REPLACE_PERROR.
2753
2754 2008-09-14  Bruno Haible  <bruno@clisp.org>
2755
2756         * modules/stdio (Makefile.am): Reorder to match the order in
2757         lib/stdio.in.h.
2758         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2759
2760 2008-09-13  Bruno Haible  <bruno@clisp.org>
2761
2762         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
2763
2764 2008-09-13  Bruno Haible  <bruno@clisp.org>
2765
2766         Extend strerror to cover the added errno values.
2767         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
2768         (rpl_strerror): Provide error messages for the added errno values and
2769         for the WSA* values.
2770         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
2771         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
2772         strerror.
2773         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
2774         * modules/strerror (Depends-on): Add errno.
2775         * doc/posix-functions/strerror.texi: Document the change.
2776         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
2777         and EOVERFLOW.
2778
2779 2008-09-13  Bruno Haible  <bruno@clisp.org>
2780
2781         * modules/EOVERFLOW: Remove file.
2782         * m4/eoverflow.m4: Remove file.
2783         * modules/EOVERFLOW-tests: Remove file.
2784         * tests/test-EOVERFLOW.c: Remove file.
2785         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
2786         * modules/ftell (Depends-on): Likewise.
2787         * modules/getdelim (Depends-on): Likewise.
2788         * modules/getugroups (Depends-on): Likewise.
2789         * modules/poll (Depends-on): Likewise.
2790         * modules/snprintf (Depends-on): Likewise.
2791         * modules/sprintf-posix (Depends-on): Likewise.
2792         * modules/vasnprintf (Depends-on): Likewise.
2793         * modules/vasprintf (Depends-on): Likewise.
2794         * modules/vfprintf-posix (Depends-on): Likewise.
2795         * modules/vsnprintf (Depends-on): Likewise.
2796         * modules/vsprintf-posix (Depends-on): Likewise.
2797         * modules/xvasprintf (Depends-on): Likewise.
2798         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
2799         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
2800         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
2801         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
2802         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
2803         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
2804         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
2805         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
2806         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
2807         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
2808         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
2809         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
2810         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
2811         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
2812         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
2813         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
2814         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
2815         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
2816         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
2817         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
2818         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
2819         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
2820         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
2821         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
2822         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
2823         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
2824         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
2825         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
2826         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
2827         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
2828         * MODULES.html.sh: Remove EOVERFLOW.
2829         * NEWS: Mention the change.
2830
2831 2008-09-13  Bruno Haible  <bruno@clisp.org>
2832
2833         * modules/errno-tests: New file.
2834         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
2835
2836         * lib/errno.in.h: New file.
2837         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
2838         * modules/errno: New file.
2839         * doc/posix-headers/errno.texi: Update documentation.
2840         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
2841
2842 2008-09-13  Bruno Haible  <bruno@clisp.org>
2843
2844         * tests/test-poll.c: Use #if for native Windows, rather than testing
2845         __MSVCRT__.
2846
2847 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2848             Bruno Haible  <bruno@clisp.org>
2849
2850         * lib/glob.c: Don't include <pwd.h> on native Windows.
2851         (WINDOWS32): New macro.
2852         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
2853
2854 2008-09-13  Bruno Haible  <bruno@clisp.org>
2855
2856         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
2857         (ETIMEDOUT): Remove macro.
2858         (glthread_cond_timedwait_multithreaded): New declaration.
2859         (glthread_cond_timedwait): Use it.
2860         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
2861         (glthread_cond_timedwait_multithreaded): New function.
2862
2863 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
2864
2865         * modules/poll-tests: Do not check for io.h.
2866         * tests/test-poll.c: Check for __MSVCRT__ instead.
2867
2868 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
2869
2870         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
2871         * modules/poll-tests: Add inet_pton, stdbool, sockets.
2872         * tests/test-poll.c: Use them.  Use _pipe on Windows.
2873
2874 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
2875
2876         * modules/poll-tests: New.
2877         * tests/test-poll.c: New.
2878
2879 2008-09-12  Eric Blake  <ebb9@byu.net>
2880
2881         frexp: test for NetBSD failure on -0.0
2882         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
2883         not all, bugs from NetBSD 3.0 have been fixed.
2884         * doc/posix-functions/frexp.texi (frexp): Document bug.
2885         Reported by Thomas Klausner.
2886
2887         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
2888         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
2889         literal -0.0.
2890         Reported by Jonathan C. Patschke <jp@centtech.com>.
2891
2892 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2893
2894         * lib/glthread/cond.h: Use dummy implementation also if
2895         USE_WIN32_THREADS.
2896
2897 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2898
2899         * modules/fnmatch-posix (License): Change to LGPLv2+.
2900         * modules/fnmatch-gnu (License): Likewise.
2901
2902 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2903
2904         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
2905
2906 2008-09-11  Jim Meyering  <meyering@redhat.com>
2907
2908         * users.txt: Add gtk-vnc.
2909
2910 2008-09-08  Simon Josefsson  <simon@josefsson.org>
2911
2912         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
2913         rotate amounts.
2914
2915         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
2916         required for 16-bit and 8-bit rotates.
2917         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
2918         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
2919         UINT8_MAX instead of hard-coded constants.
2920         Suggested by Paul Eggert.
2921
2922 2008-09-07  Bruno Haible  <bruno@clisp.org>
2923
2924         * tests/test-striconveh.c (main): Check behaviour when converting from
2925         UTF-7.
2926
2927         Make striconveh work better with stateful encodings.
2928         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
2929         that iconv does not increment the inptr when returning -1/EINVAL.
2930
2931 2008-09-07  Bruno Haible  <bruno@clisp.org>
2932
2933         * build-aux/config.rpath: Update according to libtool-2.2.6.
2934         * build-aux/config.libpath: Likewise.
2935
2936 2008-09-06  Bruno Haible  <bruno@clisp.org>
2937
2938         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
2939         * lib/freadptr.c (freadptr): Likewise.
2940         * lib/freadseek.c (freadptrinc): Likewise.
2941         Reported by Simon Josefsson.
2942
2943 2008-09-06  Bruno Haible  <bruno@clisp.org>
2944
2945         * modules/freadptr (License): Change to LGPLv2+.
2946         * modules/freadseek (License): Likewise.
2947         Suggested by Eric Blake.
2948
2949         * modules/memchr2 (License): Change to LGPLv2+.
2950         Approved by Eric Blake.
2951
2952 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2953             Bruno Haible  <bruno@clisp.org>
2954
2955         Make gnulib-tool work with native 'sed' on AIX.
2956         * gnulib-tool (sed_noop): New variable.
2957         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
2958         func_add_or_update, func_create_testdir): Use it to initialize sed
2959         script variables.
2960         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2961
2962 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
2963             Bruno Haible  <bruno@clisp.org>
2964
2965         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
2966         also works after #include directives.
2967
2968 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
2969
2970         getdate.y: reject an out-of-range timezone value
2971         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
2972         the range [-24...+24].  When specified with only one or two digits,
2973         * tests/test-getdate.c: Tests for the fix.
2974         * doc/getdate.texi: Document this change.
2975
2976 2008-09-03  Bruno Haible  <bruno@clisp.org>
2977
2978         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
2979
2980 2008-09-02  Simon Josefsson  <simon@josefsson.org>
2981
2982         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
2983         <bruce.korb@gmail.com> with ideas from Ben Pfaff
2984         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
2985         Blake <ebb9@byu.net>.
2986
2987         * tests/test-bitrotate.c: Add more test vectors.
2988
2989 2008-09-02  Eric Blake  <ebb9@byu.net>
2990
2991         vasnprintf-posix: handle large precision via %.*d
2992         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
2993         when handling it ourselves.
2994         * tests/test-vasnprintf-posix.c (test_function): Add test.
2995         * tests/test-snprintf-posix.h (test_function): Likewise.
2996         * tests/test-sprintf-posix.h (test_function): Likewise.
2997         * tests/test-vasprintf-posix.c (test_function): Likewise.
2998         Reported by Alain Guibert.
2999
3000 2008-09-01  Eric Blake  <ebb9@byu.net>
3001
3002         c-stack: make configure-time check more robust
3003         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
3004         successful sigaction call.
3005         Reported by Tom G. Christensen.
3006
3007 2008-09-01  Bruno Haible  <bruno@clisp.org>
3008
3009         New module 'findprog-lgpl'.
3010         * modules/findprog-lgpl: New file.
3011         * lib/findprog-lgpl.c: New file.
3012         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
3013         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
3014         to decide whether to use strdup or xstrdup, concatenated_filename or
3015         xconcatenated_filename.
3016
3017 2008-09-01  Bruno Haible  <bruno@clisp.org>
3018
3019         Split module 'concat-filename' into 'concat-filename' (LGPL) and
3020         'xconcat-filename' (GPL).
3021         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
3022         (License): Change to LGPLv2+.
3023         * modules/xconcat-filename: New file.
3024         * lib/concat-filename.h (concatenated_filename): Change specification.
3025         (xconcatenated_filename): New declaration.
3026         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
3027         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
3028         memory situations.
3029         * lib/xconcat-filename.c: New file.
3030         * NEWS: Mention the change.
3031         * lib/findprog.c: Include concat-filename.h, not filename.h.
3032         (find_in_path): Use xconcatenated_filename instead of
3033         concatenated_filename.
3034         * lib/javacomp.c: Include concat-filename.h, not filename.h.
3035         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
3036         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
3037         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
3038         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
3039         instead of concatenated_filename.
3040         * lib/javaexec.c: Include concat-filename.h, not filename.h.
3041         (execute_java_class): Use xconcatenated_filename instead of
3042         concatenated_filename.
3043         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
3044         * modules/javacomp (Depends-on): Likewise.
3045         * modules/javaexec (Depends-on): Likewise.
3046
3047 2008-09-01  Bruno Haible  <bruno@clisp.org>
3048
3049         Split module 'filename' into 'filename' and 'concat-filename'.
3050         * modules/filename: Keep only lib/filename.h.
3051         (License): Change to LGPLv2+.
3052         * modules/concat-filename: New file, extracted from modules/filename.
3053         * lib/filename.h (concatenated_filename): Remove declaration.
3054         * lib/concat-filename.h: New file, extracted from lib/filename.h.
3055         * lib/concat-filename.c: Include concat-filename.h.
3056         * NEWS: Mention the change.
3057
3058 2008-09-01  Simon Josefsson  <simon@josefsson.org>
3059
3060         * lib/bitrotate.h (rotl8, rotr8): Add.
3061
3062         * modules/bitrotate (configure.ac): Need
3063         AC_REQUIRE([AC_C_INLINE]).
3064         (Description): Mention stdint.h.  Reported by Bruno Haible
3065         <bruno@clisp.org>.
3066
3067         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
3068         Paolo Bonzini <bonzini@gnu.org>.
3069
3070 2008-08-31  Bruno Haible  <bruno@clisp.org>
3071
3072         Assume Solaris specific bi-arch conventions on Solaris systems.
3073         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
3074         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
3075         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
3076         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
3077         like acl_libdirstem.
3078         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
3079         acl_libdirstem.
3080         * NEWS: Mention the change.
3081         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
3082
3083 2008-08-31  Jim Meyering  <meyering@redhat.com>
3084
3085         * lib/strftime.h: Add comments describing the two added arguments.
3086
3087         remove duplicate #include directives
3088         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
3089         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
3090
3091 2008-08-31  Bruno Haible  <bruno@clisp.org>
3092
3093         New module 'sigpipe-die'.
3094         * modules/sigpipe-die: New file.
3095         * lib/sigpipe-die.h: New file.
3096         * lib/sigpipe-die.c: New file.
3097         * MODULES.html.sh (Signal handling): Add sigpipe-die.
3098
3099 2008-08-31  Bruno Haible  <bruno@clisp.org>
3100
3101         Don't override previously installed signal handlers.
3102         * lib/fatal-signal.c (saved_sigactions): New variable.
3103         (uninstall_handlers): Reset the signal to the saved handler, not
3104         to SIG_DFL (except when ignored).
3105         (install_handlers): Save the previous handlers.
3106
3107 2008-08-30  Bruno Haible  <bruno@clisp.org>
3108
3109         * gnulib-tool (func_reset_sigpipe): New function.
3110         (func_get_automake_snippet, func_modules_transitive_closure,
3111         func_import): Invoke it before a join command that reads from stdin,
3112         to avoid "echo: write error: Broken pipe" error messages on stderr.
3113         Reported by Sam Steingold <sds@gnu.org>.
3114
3115 2008-08-30  Bruno Haible  <bruno@clisp.org>
3116
3117         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
3118         Code copied from m4/open.m4.
3119         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
3120         access and the filename ends in a slash. Code copied from lib/open.c.
3121         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
3122         * tests/test-fopen.c (main): Check against bug with trailing slash.
3123
3124 2008-08-29  Bruno Haible  <bruno@clisp.org>
3125
3126         Avoid some "gcc -pedantic" warnings.
3127         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
3128         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
3129         * lib/dirent.in.h: Likewise.
3130         * lib/fcntl.in.h: Likewise.
3131         * lib/float.in.h: Likewise.
3132         * lib/iconv.in.h: Likewise.
3133         * lib/inttypes.in.h: Likewise.
3134         * lib/locale.in.h: Likewise.
3135         * lib/math.in.h: Likewise.
3136         * lib/netinet_in.in.h: Likewise.
3137         * lib/search.in.h: Likewise.
3138         * lib/signal.in.h: Likewise.
3139         * lib/stdarg.in.h: Likewise.
3140         * lib/stdint.in.h: Likewise.
3141         * lib/stdio.in.h: Likewise.
3142         * lib/stdlib.in.h: Likewise.
3143         * lib/string.in.h: Likewise.
3144         * lib/strings.in.h: Likewise.
3145         * lib/sys_select.in.h: Likewise.
3146         * lib/sys_socket.in.h: Likewise.
3147         * lib/sys_stat.in.h: Likewise.
3148         * lib/sys_time.in.h: Likewise.
3149         * lib/sysexits.in.h: Likewise.
3150         * lib/time.in.h: Likewise.
3151         * lib/unistd.in.h: Likewise.
3152         * lib/wchar.in.h: Likewise.
3153         * lib/wctype.in.h: Likewise.
3154         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
3155         * modules/fchdir (Makefile.am): Likewise.
3156         * modules/fcntl (Makefile.am): Likewise.
3157         * modules/float (Makefile.am): Likewise.
3158         * modules/iconv_open (Makefile.am): Likewise.
3159         * modules/inttypes (Makefile.am): Likewise.
3160         * modules/locale (Makefile.am): Likewise.
3161         * modules/math (Makefile.am): Likewise.
3162         * modules/netinet_in (Makefile.am): Likewise.
3163         * modules/search (Makefile.am): Likewise.
3164         * modules/signal (Makefile.am): Likewise.
3165         * modules/stdarg (Makefile.am): Likewise.
3166         * modules/stdint (Makefile.am): Likewise.
3167         * modules/stdio (Makefile.am): Likewise.
3168         * modules/stdlib (Makefile.am): Likewise.
3169         * modules/string (Makefile.am): Likewise.
3170         * modules/strings (Makefile.am): Likewise.
3171         * modules/sys_select (Makefile.am): Likewise.
3172         * modules/sys_socket (Makefile.am): Likewise.
3173         * modules/sys_stat (Makefile.am): Likewise.
3174         * modules/sys_time (Makefile.am): Likewise.
3175         * modules/sysexits (Makefile.am): Likewise.
3176         * modules/time (Makefile.am): Likewise.
3177         * modules/unistd (Makefile.am): Likewise.
3178         * modules/wchar (Makefile.am): Likewise.
3179         * modules/wctype (Makefile.am): Likewise.
3180         Reported by Reuben Thomas <rrt@sc3d.org>.
3181
3182 2008-08-29  Bruno Haible  <bruno@clisp.org>
3183
3184         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
3185         any more.
3186
3187 2008-08-29  Simon Josefsson  <simon@josefsson.org>
3188
3189         * MODULES.html.sh (Misc): Add bitrotate.
3190
3191         * modules/bitrotate: New file.
3192
3193         * lib/bitrotate.h: New file.
3194
3195         * modules/bitrotate-tests: New file.
3196
3197         * tests/test-bitrotate.c: New file.
3198
3199         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
3200         on the bitrotate module.
3201
3202         * lib/arctwo.c: Use new bitrotate module.
3203
3204 2008-08-29  Jim Meyering  <meyering@redhat.com>
3205
3206         bootstrap: merge changes from coreutils
3207         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
3208         of copied files.  Remove a kludge, now that this is fixed.
3209         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
3210         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
3211         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
3212
3213 2008-08-29  Bruno Haible  <bruno@clisp.org>
3214
3215         * MODULES.html.sh: Remove --cvs-urls option.
3216
3217 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
3218
3219         maint.mk: adjust to file name change
3220         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
3221
3222 2008-08-28  Jim Meyering  <meyering@redhat.com>
3223
3224         * modules/getndelim2 (License): Relicense to LGPLv2+.
3225         Approved by Richard Stallman for the version of 1995, and by
3226         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
3227
3228 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
3229
3230         * lib/getdelim.c (flockfile, funlockfile): Make all of them
3231         dummy if one is not available.  Do not touch them if
3232         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
3233         (getc_maybe_unlocked): New.
3234         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
3235
3236 2008-08-26  Eric Blake  <ebb9@byu.net>
3237
3238         doc/INSTALL: resync from autoconf
3239         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
3240         (INSTALL_PRELUDE): Delete; this is done more efficiently by
3241         moving...
3242         * install.texi [!autoconf]: ...here.  Resync from autoconf.
3243         * INSTALL: Regenerate.
3244         * INSTALL.ISO: New file.
3245         * INSTALL.UTF-8: Likewise.
3246
3247 2008-08-26  Jim Meyering  <meyering@redhat.com>
3248
3249         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
3250         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
3251         these definitions conditional, so that they may be overridden, too.
3252
3253 2008-08-26  Bruno Haible  <bruno@clisp.org>
3254
3255         Generate INSTALL file variants with prettier quotes.
3256         * doc/Makefile (INSTALL_PRELUDE): New macro.
3257         (INSTALL): Use it.
3258         (INSTALL.ISO, INSTALL.UTF-8): New rules.
3259
3260 2008-08-26  Bruno Haible  <bruno@clisp.org>
3261
3262         Run makeinfo in an English locale.
3263         * doc/Makefile (MAKEINFO): New variable.
3264
3265 2008-08-26  Bruno Haible  <bruno@clisp.org>
3266
3267         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
3268         Suggested by Eric Blake.
3269
3270 2008-08-25  Bruno Haible  <bruno@clisp.org>
3271
3272         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
3273
3274 2008-08-25  Eric Blake  <ebb9@byu.net>
3275
3276         c-stack: test that stack overflow can be caught
3277         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
3278         that platform allows handling stack overflow; at least OS/2 EMX
3279         has sigaltstack, but crashes before transferring control to
3280         handler on stack overflow.
3281         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
3282         check for HAVE_STACK_OVERFLOW_HANDLING.
3283         Reported by Elbert Pol.
3284
3285 2008-08-25  Bruno Haible  <bruno@clisp.org>
3286
3287         * doc/posix-functions/strftime.texi: Fix description of strftime
3288         module.
3289
3290 2008-08-24  Bruno Haible  <bruno@clisp.org>
3291
3292         * tests/uniwidth/test-uc_width2.c: New file.
3293         * tests/uniwidth/test-uc_width2.sh: New file.
3294         * modules/uniwidth/width-tests (Files): Add the new files.
3295         (TESTS): Add uniwidth/test-uc_width2.sh.
3296         (TESTS_ENVIRONMENT): New variable.
3297         (check_PROGRAMS): Add test-uc_width2.
3298         (test_uc_width2_SOURCES): New variable.
3299
3300         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
3301         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
3302         not 0x00AB.
3303         Reported by Alexander V. Lukyanov <lav@netis.ru>.
3304
3305 2008-08-22  Eric Blake  <ebb9@byu.net>
3306
3307         test-lock, test-tls: mention why a test is skipped
3308         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
3309         skipped.
3310         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
3311
3312         count-one-bits: relax license
3313         * modules/count-one-bits (License): Relicense to LGPLv2+.
3314         Suggested by Ludovic Courtès, approved by Ben Pfaff.
3315
3316 2008-08-22  Andreas Schwab  <schwab@suse.de>
3317
3318         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
3319         Remove spurious space in assignment.
3320
3321 2008-08-21  Simon Josefsson  <simon@josefsson.org>
3322
3323         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
3324         Paul Eggert <eggert@CS.UCLA.EDU>.
3325
3326 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
3327
3328         * modules/gettext: Add m4/threadlib.m4.
3329
3330 2008-08-19  Eric Blake  <ebb9@byu.net>
3331
3332         test-c-stack: fix compilation failure on FreeBSD 5.0
3333         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
3334         headers before <sys/resource.h>.
3335         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
3336         the bug.
3337         Reported by Nelson H. F. Beebe.
3338
3339         strverscmp: migrate from "strverscmp.h" to <string.h>
3340         * modules/string (Makefile.am): Add new hooks.
3341         * modules/strverscmp (Files): Remove strverscmp.h.
3342         (Depends-on): Add string.
3343         (configure.ac): Add indicator.
3344         (Include): Mention new header.
3345         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
3346         defaults.
3347         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
3348         results.
3349         * lib/strverscmp.h: Delete.
3350         * lib/string.in.h (strverscmp): Provide declaration, when needed.
3351         * tests/test-strverscmp.c (includes): Adjust client.
3352         * lib/check-version.c (includes): Likewise.
3353         * NEWS: Document the change.
3354
3355         strverscmp: add unit test
3356         * modules/strverscmp-tests: New file.
3357         * tests/test-strverscmp.c: Likewise.
3358
3359 2008-08-19  Simon Josefsson  <simon@josefsson.org>
3360
3361         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
3362         regarding Windows crypto stuff, from Mono.
3363
3364 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
3365
3366         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
3367         if present, for intel RND.  Return error on failures.
3368
3369 2008-08-18  Ben Pfaff  <blp@gnu.org>
3370
3371         gitlog-to-changelog: give better diagnostic for failed pipe-open
3372         * build-aux/gitlog-to-changelog: Improve error message: suggest
3373         that the version of Git may be too old.
3374
3375 2008-08-18  Simon Josefsson  <simon@josefsson.org>
3376
3377         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
3378         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
3379
3380 2008-08-18  Bruno Haible  <bruno@clisp.org>
3381
3382         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
3383         pthread_in_use().
3384
3385 2008-08-18  Bruno Haible  <bruno@clisp.org>
3386
3387         * lib/glthread/threadlib.c: Include <pthread.h>.
3388
3389 2008-08-18  Bruno Haible  <bruno@clisp.org>
3390
3391         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
3392         glthread_recursive_lock_* macros.
3393         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
3394         Fix syntax error.
3395
3396 2008-08-18  Bruno Haible  <bruno@clisp.org>
3397
3398         * lib/glthread/thread.c: Avoid forcing a context switch right after
3399         thread creation.
3400
3401 2008-08-17  Bruno Haible  <bruno@clisp.org>
3402
3403         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
3404         * lib/glthread/thread.h: Provide Win32 specific implementation.
3405         * modules/thread (Files): Add lib/glthread/thread.c.
3406         (Depends-on): Add lock.
3407         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
3408
3409 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3410
3411         New module 'yield'.
3412         * modules/yield: New file.
3413         * lib/glthread/yield.h: New file.
3414         * m4/yield.m4: New file.
3415         * MODULES.html.sh (Multithreading): Add yield.
3416
3417 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3418
3419         New module 'thread'.
3420         * modules/thread: New file.
3421         * lib/glthread/thread.h: New file.
3422         * m4/thread.m4: New file.
3423         * MODULES.html.sh (Multithreading): Add thread.
3424
3425 2008-08-17  Bruno Haible  <bruno@clisp.org>
3426
3427         * lib/glthread/lock.h: Include <stdlib.h> always.
3428         * lib/glthread/tls.h: Likewise.
3429         * lib/glthread/cond.h: Likewise.
3430
3431 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3432
3433         New module 'cond'.
3434         * modules/cond: New file.
3435         * lib/glthread/cond.h: New file.
3436         * lib/glthread/cond.c: New file.
3437         * m4/cond.m4: New file.
3438         * MODULES.html.sh (Multithreading): Add cond.
3439
3440 2008-08-16  Eric Blake  <ebb9@byu.net>
3441
3442         c-stack: fix regression on Irix 5.3 from 2008-06-21
3443         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
3444         sa_sigaction...
3445         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
3446         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
3447         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
3448         * modules/signal (Makefile.am): Use the value.
3449         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
3450         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
3451         * doc/posix-headers/signal.texi (signal.h): Document this
3452         portability issue.
3453         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
3454         Reported by Tom G. Christensen.
3455
3456 2008-08-17  Bruno Haible  <bruno@clisp.org>
3457
3458         New module 'threadlib'.
3459         * modules/threadlib: New file.
3460         * lib/glthread/threadlib.c: New file, extracted from
3461         lib/glthread/lock.c.
3462         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
3463         functions.
3464         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
3465         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
3466         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
3467         macros.
3468         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
3469         (gl_DISABLE_THREADS): Remove macro.
3470         * modules/lock (Files): Remove build-aux/config.rpath.
3471         (Depends-on): Remove havelib. Add threadlib.
3472         (configure.ac-early): Remove section.
3473         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
3474         * modules/tls (Depends-on): Remove lock. Add threadlib.
3475         (Link): New section, copied from threadlib.
3476         * MODULES.html.sh (Multithreading): Add threadlib.
3477
3478 2008-08-14  Bruno Haible  <bruno@clisp.org>
3479
3480         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
3481         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
3482         glthread_rwlock_unlock, glthread_rwlock_destroy,
3483         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
3484         glthread_recursive_lock_destroy): Define as macros always.
3485         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
3486         glthread_lock_lock.
3487         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
3488         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
3489         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
3490         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
3491         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
3492         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
3493         (glthread_recursive_lock_lock_func): Renamed from
3494         glthread_recursive_lock_lock.
3495         (glthread_recursive_lock_unlock_func): Renamed from
3496         glthread_recursive_lock_unlock.
3497         (glthread_recursive_lock_destroy_func): Renamed from
3498         glthread_recursive_lock_destroy.
3499
3500 2008-08-14  Bruno Haible  <bruno@clisp.org>
3501
3502         * lib/glthread/lock.h: Renamed from lib/lock.h.
3503         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
3504         * lib/glthread/tls.h: Renamed from lib/tls.h.
3505         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
3506         * lib/fstrcmp.c: Update includes.
3507         * lib/strsignal.c: Update includes.
3508         * modules/lock (Files, Makefile.am): Update.
3509         (Include): Change to "glthread/lock.h".
3510         * modules/tls (Files, Makefile.am): Update.
3511         (Include): Change to "glthread/tls.h".
3512         * tests/test-lock.c: Update includes.
3513         * tests/test-tls.c: Update includes.
3514         * NEWS: Mention the renamed header files.
3515
3516 2008-08-11  Jim Meyering  <meyering@redhat.com>
3517
3518         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
3519
3520 2008-08-11  Eric Blake  <ebb9@byu.net>
3521
3522         test-c-stack: avoid C99-ism
3523         * tests/test-c-stack.c (main): Fix whitespace, move declaration
3524         before statement.
3525         Reported by Alain Guibert.
3526
3527 2008-08-10  Jim Meyering  <meyering@redhat.com>
3528
3529         ensure that return value of uinttostr et al are not ignored
3530         * lib/inttostr.h (__GNUC_PREREQ): Define.
3531         (__attribute_warn_unused_result__): Define.
3532         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
3533
3534 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
3535
3536         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
3537         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
3538
3539 2008-08-07  Jim Meyering  <meyering@redhat.com>
3540
3541         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
3542
3543         * modules/mkstemp (License): Relicense under LGPLv2+.
3544         * modules/tempname (License): Likewise.
3545
3546 2008-08-06  Bruno Haible  <bruno@clisp.org>
3547
3548         * lib/poll.c (poll): Further micro-optimization.
3549
3550 2008-08-06  Jim Meyering  <meyering@redhat.com>
3551
3552         inet_pton.c: use locale-independent tolower
3553         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
3554         (inet_pton6): Use c_tolower rather than tolower.
3555         * modules/inet_pton (Depends-on): Add c-ctype.
3556
3557 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
3558
3559         * lib/poll.c (poll): Avoid division when timeout is 0, cache
3560         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
3561
3562 2008-08-06  Jim Meyering  <meyering@redhat.com>
3563
3564         * modules/inet_pton (License): Relicense under LGPLv2+.
3565
3566 2008-08-03  Bruno Haible  <bruno@clisp.org>
3567
3568         Additional non-aborting API for lock and tls.
3569         * lib/lock.h: Include <errno.h>.
3570         (glthread_lock_init): New macro/function.
3571         (gl_lock_init): Define as wrapper around glthread_lock_init.
3572         (glthread_lock_lock): New macro/function.
3573         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
3574         (glthread_lock_unlock): New macro/function.
3575         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
3576         (glthread_lock_destroy): New macro/function.
3577         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
3578         (glthread_rwlock_init): New macro/function.
3579         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
3580         (glthread_rwlock_rdlock): New macro/function.
3581         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
3582         (glthread_rwlock_wrlock): New macro/function.
3583         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
3584         (glthread_rwlock_unlock): New macro/function.
3585         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
3586         (glthread_rwlock_destroy): New macro/function.
3587         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
3588         (glthread_recursive_lock_init): New macro/function.
3589         (gl_recursive_lock_init): Define as wrapper around
3590         glthread_recursive_lock_init.
3591         (glthread_recursive_lock_lock): New macro/function.
3592         (gl_recursive_lock_lock): Define as wrapper around
3593         glthread_recursive_lock_lock.
3594         (glthread_recursive_lock_unlock): New macro/function.
3595         (gl_recursive_lock_unlock): Define as wrapper around
3596         glthread_recursive_lock_unlock.
3597         (glthread_recursive_lock_destroy): New macro/function.
3598         (gl_recursive_lock_destroy): Define as wrapper around
3599         glthread_recursive_lock_destroy.
3600         (glthread_once): New macro/function.
3601         (gl_once): Define as wrapper around glthread_once.
3602         Update function declarations.
3603         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
3604         glthread_rwlock_init. Return error code.
3605         (glthread_rwlock_rdlock_multithreaded): Renamed from
3606         glthread_rwlock_rdlock. Return error code.
3607         (glthread_rwlock_wrlock_multithreaded): Renamed from
3608         glthread_rwlock_wrlock. Return error code.
3609         (glthread_rwlock_unlock_multithreaded): Renamed from
3610         glthread_rwlock_unlock. Return error code.
3611         (glthread_rwlock_destroy_multithreaded): Renamed from
3612         glthread_rwlock_destroy. Return error code.
3613         (glthread_recursive_lock_init_multithreaded): Renamed from
3614         glthread_recursive_lock_init. Return error code.
3615         (glthread_recursive_lock_lock_multithreaded): Renamed from
3616         glthread_recursive_lock_lock. Return error code.
3617         (glthread_recursive_lock_unlock_multithreaded): Renamed from
3618         glthread_recursive_lock_unlock. Return error code.
3619         (glthread_recursive_lock_destroy_multithreaded): Renamed from
3620         glthread_recursive_lock_destroy. Return error code.
3621         (glthread_once_call): Make static.
3622         (glthread_once_multithreaded): Renamed from glthread_once.
3623         * lib/tls.h: Include <errno.h>.
3624         (glthread_tls_key_init): New macro/function.
3625         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
3626         (glthread_tls_set): New macro/function.
3627         (gl_tls_set): Define as wrapper around glthread_tls_set.
3628         (glthread_tls_key_destroy): New macro/function.
3629         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
3630         Update function declarations.
3631         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
3632         glthread_tls_get.
3633         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
3634
3635 2008-08-04  Eric Blake  <ebb9@byu.net>
3636
3637         gnumakefile: use space, not TAB, outside of targets
3638         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
3639
3640 2008-08-02  Jim Meyering  <meyering@redhat.com>
3641
3642         getdate.y: avoid locale-dependent date parsing failure
3643         In Turkish locales, getdate would fail to recognize keywords
3644         containing a lowercase "i".  The solution is not to rely on
3645         locale-sensitive case-conversion.
3646         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
3647         (lookup_word): Use c_toupper in place of toupper.
3648         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
3649         Reported by Vefa Bicakci <bicave@superonline.com> in
3650         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
3651         * modules/getdate (Depends-on): Add c-ctype.
3652
3653 2008-08-02  Bruno Haible  <bruno@clisp.org>
3654
3655         * gnulib-tool (func_import): When updating or creating a .gitignore
3656         file, prepend each added line with a slash, and ignore leading slashes
3657         from the existing lines.
3658         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3659
3660 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3661
3662         Portability fix for GNU make 3.79.1.
3663         * top/GNUmakefile: Avoid 'else COND', which older GNU make
3664         versions do not understand.
3665
3666 2008-08-01  Bruno Haible  <bruno@clisp.org>
3667
3668         Work around bug of HP-UX 10.20 cc with -0.0 literal.
3669         * tests/test-isnanf.h (zero): New variable.
3670         (main): Avoid literal -0.0f.
3671         * tests/test-isnand.h (zero): New variable.
3672         (main): Avoid literal -0.0.
3673         * tests/test-isnanl.h (zero): New variable.
3674         (main): Avoid literal -0.0L.
3675         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
3676         (test_float, test_double, test_long_double): Avoid literals -0.0f,
3677         -0.0, -0.0L.
3678         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
3679         (test_signbitd): Avoid literal -0.0.
3680         (test_signbitl): Avoid literal -0.0L.
3681         * tests/test-ceilf1.c (zero): New variable.
3682         (main): Avoid literal -0.0f.
3683         * tests/test-ceill.c (zero): New variable.
3684         (main): Avoid literal -0.0L.
3685         * tests/test-floorf1.c (zero): New variable.
3686         (main): Avoid literal -0.0f.
3687         * tests/test-floorl.c (zero): New variable.
3688         (main): Avoid literal -0.0L.
3689         * tests/test-roundf1.c (zero): New variable.
3690         (main): Avoid literal -0.0f.
3691         * tests/test-round1.c (zero): New variable.
3692         (main): Avoid literal -0.0.
3693         * tests/test-roundl.c (zero): New variable.
3694         (main): Avoid literal -0.0L.
3695         * tests/test-truncf1.c (zero): New variable.
3696         (main): Avoid literal -0.0f.
3697         * tests/test-trunc1.c (zero): New variable.
3698         (main): Avoid literal -0.0.
3699         * tests/test-truncl.c (zero): New variable.
3700         (main): Avoid literal -0.0L.
3701         * tests/test-frexp.c (zero): New variable.
3702         (main): Avoid literal -0.0.
3703         * tests/test-frexpl.c (zero): New variable.
3704         (main): Avoid literal -0.0L.
3705         * tests/test-ldexpl.c (zero): New variable.
3706         (main): Avoid literal -0.0L.
3707         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
3708         (zerod, zerol): New variables.
3709         (test_function): Avoid literals -0.0, -0.0L.
3710         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
3711         (zerod, zerol): New variables.
3712         (test_function): Avoid literals -0.0, -0.0L.
3713         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
3714         (zerod, zerol): New variables.
3715         (test_function): Avoid literals -0.0, -0.0L.
3716         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
3717         (zerod, zerol): New variables.
3718         (test_function): Avoid literals -0.0, -0.0L.
3719         * tests/test-strtod.c (zero): New variable.
3720         (main): Avoid literal -0.0.
3721         Reported by Jonathan C. Patschke <jp@centtech.com>.
3722
3723 2008-07-31  Jim Meyering  <meyering@redhat.com>
3724
3725         sha256.h: correct definition of SHA224_DIGEST_SIZE
3726         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
3727         Reported by Paulie Pena IV <paulie4@gmail.com>.
3728         Define as 224 / 8, rather than as a literal.
3729         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
3730         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
3731         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
3732
3733 2008-07-31  Bruno Haible  <bruno@clisp.org>
3734
3735         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
3736         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
3737         Reported by Jonathan Patschke <jp@centtech.com>.
3738
3739 2008-07-31  Bruno Haible  <bruno@clisp.org>
3740
3741         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
3742         Reported by Paolo Bonzini <bonzini@gnu.org>.
3743
3744 2008-07-30  Eric Blake  <ebb9@byu.net>
3745
3746         test-strtod: allow compilation without -lm
3747         * tests/test-strtod.c (main): Avoid link dependence on fabs.
3748         Reported by Dennis Clarke <blastwave@gmail.com>.
3749
3750 2008-07-28  Jim Meyering  <meyering@redhat.com>
3751
3752         bootstrap: work also when there are no .po files in po/
3753         * build-aux/bootstrap (update_po_files): Complete the change
3754         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
3755
3756 2008-07-27  Jim Meyering  <meyering@redhat.com>
3757
3758         * users.txt: Add zile.
3759
3760 2008-07-26  Ben Pfaff  <blp@gnu.org>
3761
3762         Add missing dependencies on new m4/exponent[fdl].m4 files.
3763         * modules/isnanf-nolibm: Add m4/exponentf.m4.
3764         * modules/isnand-nolibm: Add m4/exponentd.m4.
3765         * modules/isnanl-nolibm: Add m4/exponentl.m4.
3766         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
3767         m4/isnan[fdl].m4, because the macros actually used moved.
3768         Reported by Jim Meyering.
3769
3770 2008-07-14  Ben Pfaff  <blp@gnu.org>
3771
3772         Add isinf module.
3773         * lib/isinf.c: New file.
3774         * lib/math.in.h: Define isinf macro if we have decided to replace
3775         it.
3776         * m4/isinf.m4: New file.
3777         * m4/math_h.m4: Initialize and substitute variables for isinf
3778         module.
3779         * modules/isinf: New file.
3780         * modules/isinf-tests: New file.
3781         * modules/math: Add substitutions for new module.
3782         * tests/test-isinf.c: New file.
3783         * doc/posix-functions/isinf.texi: Mention new module.
3784         * MODULES.html.sh: Mention new module.
3785
3786 2008-07-14  Ben Pfaff  <blp@gnu.org>
3787
3788         Factor out some macros for use by additional modules.
3789         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
3790         exponentf.m4.
3791         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
3792         exponentd.m4.
3793         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
3794         file exponentl.m4.
3795         * m4/exponentf.m4: New file.
3796         * m4/exponentd.m4: New file.
3797         * m4/exponentl.m4: New file.
3798         * modules/isnanf: Use new file m4/exponentf.m4.
3799         * modules/isnand: Use new file m4/exponentd.m4.
3800         * modules/isnanl: Use new file m4/exponentl.m4.
3801
3802 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
3803
3804         mktime.c: normalize tp->tm_isdst value to -1/0/1.
3805         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
3806         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
3807         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
3808
3809         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
3810         readlink on platforms without PATH_MAX.
3811
3812 2008-07-21  Eric Blake  <ebb9@byu.net>
3813
3814         Warn, not fail, on stale version.
3815         * top/GNUmakefile (_curr-ver): Tone down previous patch.
3816
3817         Don't allow installation with stale devel version number.
3818         * top/GNUmakefile (_is-install-target): New macro.
3819         (_curr-ver): Forbid installation with stale version number.
3820
3821 2008-07-20  Bruno Haible  <bruno@clisp.org>
3822
3823         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
3824         TESTS_ENVIRONMENT.
3825         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
3826
3827 2008-07-20  Bruno Haible  <bruno@clisp.org>
3828
3829         * lib/c-stack.h (c_stack_action): Add documentation.
3830         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
3831
3832 2008-07-20  Bruno Haible  <bruno@clisp.org>
3833
3834         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
3835         * modules/readlink (License): Likewise.
3836
3837 2008-07-17  Eric Blake  <ebb9@byu.net>
3838
3839         * modules/c-stack (Link): Fix typo.
3840
3841         Make c-stack use libsigsegv, when available.
3842         * modules/c-stack (Depends-on): Add libsigsegv.
3843         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
3844         needed.
3845         * lib/c-stack.c (SIGSTKSZ): Define fallback.
3846         (segv_handler, overflow_handler, c_stack_action)
3847         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
3848         implementation when libsigsegv is available, but only when using
3849         the library is necessary.
3850         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
3851         comment, explaining why XSI check fails on Linux.
3852         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
3853         * tests/test-c-stack2.sh: Tweak skip message.
3854         * NEWS: Document new link-time requirements.
3855
3856 2008-07-16  Eric Blake  <ebb9@byu.net>
3857
3858         c-stack: Expose false positives when not using libsigsegv.
3859         * modules/c-stack-tests (Files): Expand test.
3860         * tests/test-c-stack.c (main): Add means to conditionally trigger
3861         non-overflow SIGSEGV.
3862         * tests/test-c-stack2.sh: New file.
3863
3864 2008-07-14  Bruno Haible  <bruno@clisp.org>
3865
3866         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
3867         Reported by Eric Blake.
3868
3869 2008-07-14  Sam Steingold  <sds@gnu.org>
3870             Bruno Haible  <bruno@clisp.org>
3871
3872         New module libsigsegv.
3873         * modules/libsigsegv: New file.
3874         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
3875         modifications.
3876         * MODULES.html.sh (Signal handling): New section.
3877
3878 2008-07-14  Bruno Haible  <bruno@clisp.org>
3879
3880         * modules/unictype/ctype-* (Description): Add the word "function".
3881         Improves the resulting doc in MODULES.html.
3882
3883 2008-07-12  Ben Pfaff  <blp@gnu.org>
3884
3885         Add longlong module.
3886         * modules/longlong: New file.
3887
3888 2008-07-12  Bruno Haible  <bruno@clisp.org>
3889
3890         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
3891         to empty.
3892
3893 2008-07-10  Ben Pfaff  <blp@gnu.org>
3894
3895         Add isnan module.
3896         * doc/posix-functions/isnan.texi: Mention new module.
3897         * lib/math.in.h: Define isnan macro if we have decided to replace
3898         it.
3899         * m4/isnan.m4: New file.
3900         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
3901         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
3902         also.
3903         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
3904         redundancy.
3905         * m4/math_h.m4: Initialize and substitute variables for isnan
3906         module.
3907         * modules/isnan: New file.
3908         * modules/isnan-tests: New file.
3909         * modules/math: Add substitutions for new module.
3910         * tests/test-isnan.c: New file.
3911         * MODULES.html.sh: Mention new module.
3912
3913 2008-07-10  Ben Pfaff  <blp@gnu.org>
3914
3915         Add isnanf module.
3916         * lib/isnanf.m4: New file.
3917         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
3918         (gl_HAVE_ISNANF_IN_LIBM): New macro.
3919         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
3920         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
3921         * modules/isnanf: New file.
3922         * modules/isnanf-tests: New file.
3923         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
3924         files.
3925         * tests/test-isnanf-nolibm.c: factored most of its contents into
3926         new file tests/test-isnanf.h.
3927         * tests/test-isnanf.h: New file.
3928         * tests/test-isnanf.c: New file.
3929         * MODULES.html.sh: Mention new module.
3930         * doc/glibc-functions/isnanf.texi: Mention new module.
3931
3932 2008-07-10  Ben Pfaff  <blp@gnu.org>
3933
3934         Add isnand module.
3935         * lib/isnand.h: New file.
3936         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
3937         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
3938         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
3939         functionality also.
3940         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
3941         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
3942         (gl_HAVE_ISNAND_IN_LIBM): New macro.
3943         * modules/isnand: New file.
3944         * modules/isnand-tests: New file.
3945         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
3946         files.
3947         * tests/test-isnand-nolibm.c: factored most of its contents into
3948         new file tests/test-isnand.h.
3949         * tests/test-isnand.h: New file.
3950         * tests/test-isnand.c: New file.
3951         * MODULES.html.sh: Mention new module.
3952
3953 2008-07-10  Ben Pfaff  <blp@gnu.org>
3954
3955         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
3956         * lib/isnand.h: Rename lib/isnand-nolibm.h.
3957         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
3958         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
3959         * modules/isnanf-nolibm: Update references to renamed files.
3960         * modules/isnand-nolibm: Likewise.
3961         * modules/isnanf-nolibm-tests: Likewise.
3962         * modules/isnand-nolibm-tests: Likewise.
3963         * lib/frexp.c: Likewise.
3964         * lib/isfinite.c: Likewise.
3965         * lib/signbitd.c: Likewise.
3966         * lib/signbitf.c: Likewise.
3967         * lib/vasnprintf.c: Likewise.
3968         * tests/test-ceilf1.c: Likewise.
3969         * tests/test-ceilf2.c: Likewise.
3970         * tests/test-floorf1.c: Likewise.
3971         * tests/test-floorf2.c: Likewise.
3972         * tests/test-frexp.c: Likewise.
3973         * tests/test-round1.c: Likewise.
3974         * tests/test-round2.c: Likewise.
3975         * tests/test-roundf1.c: Likewise.
3976         * tests/test-strtod.c: Likewise.
3977         * tests/test-trunc1.c: Likewise.
3978         * tests/test-trunc2.c: Likewise.
3979         * tests/test-truncf1.c: Likewise.
3980         * tests/test-truncf2.c: Likewise.
3981         * NEWS: Mention the renamed header files.
3982
3983 2008-07-11  Jim Meyering  <meyering@redhat.com>
3984
3985         vc-list-files: make the last-resort awk code more portable
3986         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
3987         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
3988         does not support it.
3989
3990 2008-07-10  Eric Blake  <ebb9@byu.net>
3991
3992         Work with tar's bootstrap.
3993         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
3994         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
3995         an m4 comment.
3996
3997 2008-07-09  Jim Meyering  <meyering@redhat.com>
3998
3999         posix-shell.m4: fix typo that made this test malfunction
4000         * m4/posix-shell.m4: Remove capitalization in variable name.
4001
4002 2008-07-08  Bruno Haible  <bruno@clisp.org>
4003
4004         * m4/onceonly.m4: Update comments.
4005         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4006
4007 2008-07-04  Jim Meyering  <meyering@redhat.com>
4008
4009         * users.txt: Add vc-dwim.
4010         (bison, coreutils): Use the gitweb URL.
4011
4012 2008-07-03  Jim Meyering  <meyering@redhat.com>
4013
4014         * users.txt: Add libffcall.  From Sam Steingold.
4015
4016 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
4017
4018         getdate.y: do not ignore TZ with relative day, month or year offset
4019         * lib/getdate.y (get_date): Move the tz-handling block to follow the
4020         relative-date-handling, since otherwise, the latter would clobber the
4021         sole output (an updated Start value) of the tz-handling block.
4022         * tests/test-getdate.c: Tests for the fix
4023
4024 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4025
4026         Recognize 'foo_LIBRARIES += libgnu.a'.
4027         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
4028         makefile snippet has already specified an installation location,
4029         also using '+='.
4030
4031 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
4032
4033         getdate.y: factor out common actions
4034         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
4035         Use them in place of open-coded actions.
4036
4037 2008-07-01  Simon Josefsson  <simon@josefsson.org>
4038
4039         Add self-test for getdate module.
4040         * modules/getdate-tests: New file.
4041         * tests/test-getdate.c: New file.
4042
4043 2008-06-29  Bruno Haible  <bruno@clisp.org>
4044
4045         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
4046         .gitignore.
4047         Reported by Sylvain Beucler <beuc@beuc.net>.
4048
4049 2008-06-29  Bruno Haible  <bruno@clisp.org>
4050
4051         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
4052         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
4053
4054 2008-06-29  Bruno Haible  <bruno@clisp.org>
4055
4056         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
4057         EXTRA_DIST.
4058         Reported by Sylvain Beucler <beuc@beuc.net>.
4059
4060 2008-06-26  Jim Meyering  <meyering@redhat.com>
4061
4062         make several modules depend on the "open" module
4063         This provides slightly increased consistency when opening-for-write
4064         the name of a non-directory spelled with a trailing slash.
4065         * modules/chdir-safer: Likewise.
4066         * modules/chown: Likewise.
4067         * modules/clean-temp: Likewise.
4068         * modules/copy-file: Likewise.
4069         * modules/fchdir: Likewise.
4070         * modules/fcntl-safer: Likewise.
4071         * modules/pipe: Likewise.
4072         * modules/utime: Likewise.
4073         Prompted by Eric Blake and Bruno Haible.
4074
4075 2008-06-24  Andreas Schwab  <schwab@suse.de>
4076
4077         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
4078         literals can be used as initializers for global variables.
4079
4080 2008-06-23  Eric Blake  <ebb9@byu.net>
4081
4082         Make gnulib-cache.m4 easier to diff.
4083         * gnulib-tool (func_import): Allow newlines when reading cached
4084         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
4085
4086 2008-06-23  Bruno Haible  <bruno@clisp.org>
4087
4088         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
4089         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
4090         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
4091         m4/signalblocking.m4.
4092         (gl_PREREQ_SIGACTION): Don't invoke it.
4093         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
4094         gl_PREREQ_SIG_HANDLER_H.
4095         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4096         Don't check for sigaction here.
4097
4098 2008-06-23  Bruno Haible  <bruno@clisp.org>
4099
4100         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
4101         (install_handlers): Don't set the SA_RESETHAND flag.
4102
4103 2008-06-23  Bruno Haible  <bruno@clisp.org>
4104
4105         * m4/sigaction.m4: Comment fixes.
4106         * lib/signal.in.h: Likewise.
4107
4108 2008-06-23  Eric Blake  <ebb9@byu.net>
4109
4110         Fix typo.
4111         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
4112
4113         Avoid SA_ namespace.
4114         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
4115         Reported by Ralf Wildenhues.
4116
4117         Avoid test failure due to SA_RESTORER.
4118         * tests/test-sigaction.c (SA_MASK): New macro.
4119         (main): Avoid failing due to extension flags being set.
4120         Reported by Jim Meyering.
4121
4122         Revert use of sig-handler.h in sigprocmask.c.
4123         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
4124         it requires the existence of struct sigaction.
4125         * lib/sigprocmask.c (handler_t): Restore typedef.
4126         (rpl_signal, old_handlers): Use local type.
4127
4128 2008-06-22  Bruno Haible  <bruno@clisp.org>
4129
4130         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
4131         conditionally.
4132         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4133
4134 2008-06-22  Bruno Haible  <bruno@clisp.org>
4135
4136         * doc/posix-functions/siginterrupt.texi: Move note.
4137
4138         * lib/signal.in.h (SA_RESTART): New macro.
4139         * lib/sigaction.c: Update comment.
4140
4141         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
4142
4143         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
4144         (gl_PREREQ_SIGPROCMASK): Invoke it.
4145         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
4146
4147         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
4148
4149         * lib/sigprocmask.c: Update a comment.
4150
4151 2008-06-21  Eric Blake  <ebb9@byu.net>
4152
4153         Use sigaction module rather than signal().
4154         * modules/c-stack (Depends-on): Add sigaction.
4155         * modules/fatal-signal (Depends-on): Likewise.
4156         * modules/nanosleep (Depends-on): Likewise.
4157         * modules/sigprocmask (Files): Add sig-handler.h.
4158         * modules/sigaction (Files): Likewise.
4159         * lib/sig-handler.h (get_handler): New file, suggested by Paul
4160         Eggert.
4161         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
4162         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
4163         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
4164         (init_fatal_signals): Likewise.
4165         * lib/nanosleep.c (rpl_nanosleep): Likewise.
4166         (siginterrupt): Delete fallback.
4167         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
4168         instead.
4169         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
4170         siginterrupt.
4171
4172         New module sigaction, for mingw.
4173         * modules/sigaction: New module...
4174         * modules/sigaction-tests: ...and its test.
4175         * m4/sigaction.m4: New file.
4176         * lib/sigaction.c: Likewise.
4177         * tests/test-sigaction.c: Likewise.
4178         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
4179         * modules/signal (Makefile.am): Likewise.
4180         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
4181         needed.
4182         * doc/posix-headers/signal.texi (signal.h): Mention provided
4183         types.
4184         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
4185         that sigaction is preferable.
4186         * doc/posix-functions/sigaction.texi (sigaction): Mention new
4187         module.
4188         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4189         sigaction.
4190
4191         Improve robustness of sigprocmask by overriding signal.
4192         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
4193         is in use.
4194         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
4195         (SIGKILL, SIGSTOP): Provide fallbacks.
4196         (rpl_signal): Implement.
4197         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
4198         signal can be called inside handlers.
4199
4200         Fix nanosleep module on mingw.
4201         * modules/nanosleep (Depends-on): Add sys_select.
4202         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
4203
4204         Fix licensing of sigprocmask.
4205         * modules/raise (License): Relicense as LGPL.
4206
4207 2008-06-21  Bruno Haible  <bruno@clisp.org>
4208
4209         * lib/propername.c (proper_name_utf8): Don't use the transliterated
4210         result if it contains question marks.
4211         Reported by Michael Geng <linux@michaelgeng.de>.
4212
4213 2008-06-19  Bruno Haible  <bruno@clisp.org>
4214
4215         Fix CVS-ism.
4216         * doc/gnulib.texi: Include updated-stamp.texi.
4217         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
4218         (updated-stamp.texi): New rule.
4219         (gnulib.info): Depend on it.
4220         * doc/.gitignore: Add updated-stamp.texi.
4221         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
4222
4223 2008-06-19  Bruno Haible  <bruno@clisp.org>
4224
4225         * doc/Makefile (gnulib.info): Update and simplify dependencies.
4226         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
4227
4228 2008-06-19  Eric Blake  <ebb9@byu.net>
4229
4230         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
4231         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
4232         Reported by Stepan Kasal.
4233
4234 2008-06-18  Bruno Haible  <bruno@clisp.org>
4235
4236         * lib/fatal-signal.c (init_fatal_signals): Add comment.
4237         Reported by Eric Blake.
4238
4239 2008-06-18  Eric Blake  <ebb9@byu.net>
4240
4241         Work around cygwin 1.5.25 strsignal bug.
4242         * tests/test-strsignal.c: Allow for const char *.
4243         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
4244
4245 2008-06-18  Simon Josefsson  <simon@josefsson.org>
4246
4247         * users.txt: Update URL to article and add author/date
4248         information.
4249
4250 2008-06-17  Bruno Haible  <bruno@clisp.org>
4251
4252         New macro gl_DISABLE_THREADS.
4253         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
4254         if the user did not pass --enable-threads or --disable-threads option.
4255         (gl_DISABLE_THREADS): New macro.
4256         Reported by Eric Blake <ebb9@byu.net>.
4257
4258 2008-06-17  Bruno Haible  <bruno@clisp.org>
4259
4260         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
4261         when the macro ignores it.
4262         Based on a patch by Eric Blake <ebb9@byu.net>.
4263
4264 2008-06-17  Bruno Haible  <bruno@clisp.org>
4265
4266         * modules/tls (License): Change to LGPLv2+.
4267         Reported by Eric Blake.
4268
4269 2008-06-17  Eric Blake  <ebb9@byu.net>
4270
4271         Simplify c-stack prerequisites.
4272         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
4273         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
4274         no longer requires <ucontext.h> to exist.  Optimize setrlimit
4275         check.
4276         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
4277         <sys/resource.h>.
4278
4279         Move c-stack test into testsuite.
4280         * modules/c-stack-tests: New file.
4281         * lib/c-stack.c [DEBUG]: Move test program...
4282         * tests/test-c-stack.c: ...into this new file.  Skip rather than
4283         fail test if sigaltstack is lacking.
4284         * tests/test-c-stack.sh: New driver file.
4285
4286 2008-06-16  Eric Blake  <ebb9@byu.net>
4287
4288         Use raise module consistently.
4289         * modules/fatal-signal (Depends-on): Add raise.
4290         * modules/sigprocmask (Depends-on): Likewise.
4291         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
4292         * lib/sigprocmask.c (sigprocmask): Likewise.
4293         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4294         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
4295
4296         Fix compliance bug in sigpending.
4297         * lib/sigprocmask.c (sigpending): Return pending array via
4298         parameter, not return value.
4299
4300 2008-06-14  Eric Blake  <ebb9@byu.net>
4301
4302         Improve obstack-printf test code.
4303         * tests/test-obstack-printf.c (test_function): Fix comment, and
4304         simplify usage of obstack_* in macros.  Add a test for coverage.
4305         Reported by Bruno Haible.
4306
4307 2008-06-14  Bruno Haible  <bruno@clisp.org>
4308
4309         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
4310         array size as a constant, not as a const variable.
4311         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
4312         AC_USE_SYSTEM_EXTENSIONS.
4313         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
4314         Test whether the obstack_printf function actually exists.
4315         * modules/obstack-printf (Depends-on): Add extensions.
4316         (Include): Remove obstack.h.
4317         * modules/obstack-printf-posix (Depends-on): Add extensions.
4318         (Include): Remove obstack.h.
4319
4320 2008-06-13  Eric Blake  <ebb9@byu.net>
4321
4322         Add obstack-printf and obstack-printf-posix modules.
4323         * modules/obstack-printf: New file.
4324         * modules/obstack-printf-posix: Likewise.
4325         * MODULES.html.sh (Misc): Mention them.
4326         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
4327         Likewise.
4328         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
4329         Likewise.
4330         * modules/stdio (Makefile.am): Accomodate new modules.
4331         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
4332         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
4333         Declare.
4334         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
4335         functions.
4336         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
4337         (gl_REPLACE_OBSTACK_PRINTF): New macros
4338         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
4339         * tests/test-obstack-printf.c: New file.
4340         * modules/obstack-printf-tests: Likewise.
4341         * modules/obstack-printf-posix-tests: Likewise.
4342
4343 2008-06-11  Bruno Haible  <bruno@clisp.org>
4344
4345         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
4346         * lib/open.c: Include errno.h.
4347         (open): Fail when attempting to write to a file that has a trailing
4348         slash.
4349         * tests/test-open.c (main): Test against trailing slash bug.
4350         * doc/posix-functions/open.texi: Mention the trailing slash bug.
4351
4352 2008-06-10  Bruno Haible  <bruno@clisp.org>
4353
4354         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
4355         for $? to work inside the trap command, with various /bin/sh-s.
4356         * tests/test-vc-list-files-cvs.sh: Likewise.
4357
4358 2008-06-10  Bruno Haible  <bruno@clisp.org>
4359
4360         * lib/acl-internal.h: Don't include gettext.h here.
4361         * lib/set-mode-acl.c: Include gettext.h here.
4362         * lib/copy-acl.c: Likewise.
4363
4364 2008-06-10  Bruno Haible  <bruno@clisp.org>
4365
4366         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
4367         * lib/wait-process.c (wait_subprocess): Likewise.
4368         * lib/execute.h (execute): Add termsigp argument.
4369         * lib/execute.c (execute): Likewise.
4370         * lib/csharpcomp.c (compile_csharp_using_pnet,
4371         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
4372         * lib/csharpexec.c (execute_csharp_using_pnet,
4373         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
4374         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
4375         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
4376         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
4377         is_jikes_present): Update.
4378         * lib/javaexec.c (execute_java_class): Update.
4379         * lib/javaversion.c (execute_and_read_line): Update.
4380         * NEWS: Document the changes.
4381         Reported by Eric Blake.
4382
4383 2008-06-10  Eric Blake  <ebb9@byu.net>
4384
4385         Add missing include.
4386         * tests/test-strstr.c (includes): Add <signal.h>.
4387         * tests/test-strcasestr.c (includes): Likewise.
4388         * tests/test-memmem.c (includes): Likewise.
4389
4390 2008-06-10  Bruno Haible  <bruno@clisp.org>
4391
4392         * lib/wait-process.c (wait_subprocess): Add an assertion.
4393
4394 2008-06-10  Bruno Haible  <bruno@clisp.org>
4395
4396         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
4397
4398 2008-06-10  Bruno Haible  <bruno@clisp.org>
4399
4400         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
4401         using alarm().
4402         * tests/test-strcasestr.c (main): Likewise.
4403         * tests/test-strstr.c (main): Likewise.
4404
4405 2008-06-09  Bruno Haible  <bruno@clisp.org>
4406
4407         Work around the Solaris 10 ACE ACLs ABI change.
4408         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
4409         declare if ACL_NO_TRIVIAL is present.
4410         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
4411         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
4412         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
4413         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
4414         define if ACL_NO_TRIVIAL is present.
4415         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
4416         and use the current ABI.
4417         (file_has_acl): Use same #if condition as elsewhere.
4418         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
4419         in use, and use the current ABI.
4420         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
4421         Reported by Jim Meyering.
4422
4423 2008-06-09  Eric Blake  <ebb9@byu.net>
4424
4425         Work around environments that (stupidly) ignore SIGALRM.
4426         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
4427         before using alarm().
4428         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4429         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
4430         Reported by Ian Beckwith <ianb@erislabs.net>.
4431
4432         Produce autobuild blurb earlier in log.
4433         * modules/autobuild (configure.ac-early): Move AB_INIT here.
4434
4435 2008-06-09  Jim Meyering  <meyering@redhat.com>
4436         and Ondřej Vašík  <ovasik@redhat.com>
4437
4438         utimens.c: correct kernel bug work-around
4439         Ondřej Vašík found that the invalid return value of 280 indicates
4440         failure, not success, and the kernel bug we're trying to work
4441         around affects not just the utimensat call, but also the fallback
4442         futimens call.
4443         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
4444         not success.
4445         [HAVE_FUTIMENS]: Use the same work-around, here.
4446
4447 2008-06-09  Jim Meyering  <meyering@redhat.com>
4448
4449         add more guards around definition of ACE_-related code
4450         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
4451         ALLOW and ACE_OWNER are also defined.
4452
4453 2008-06-08  Bruno Haible  <bruno@clisp.org>
4454
4455         * lib/acl-internal.h: Add me as co-author.
4456         * lib/file-has-acl.c: Likewise.
4457         * lib/set-mode-acl.c: Likewise.
4458         * lib/copy-acl.c: Likewise.
4459
4460 2008-06-08  Bruno Haible  <bruno@clisp.org>
4461
4462         Add support for AIX ACLs.
4463         * lib/acl-internal.h (acl_nontrivial): New declaration.
4464         * lib/file-has-acl.c (acl_nontrivial): New function.
4465         (file_has_acl): Add implementation using AIX 4 ACL API.
4466         * lib/set-mode-acl.c (qset_acl): Likewise.
4467         * lib/copy-acl.c (qcopy_acl): Likewise.
4468
4469 2008-06-08  Bruno Haible  <bruno@clisp.org>
4470
4471         Add support for HP-UX ACLs.
4472         * lib/acl-internal.h (acl_nontrivial): New declaration.
4473         * lib/file-has-acl.c (acl_nontrivial): New function.
4474         (file_has_acl): Add implementation using HP-UX 11 ACL API.
4475         * lib/set-mode-acl.c (qset_acl): Likewise.
4476         * lib/copy-acl.c (qcopy_acl): Likewise.
4477
4478 2008-06-08  Bruno Haible  <bruno@clisp.org>
4479
4480         Add support for Cygwin ACLs.
4481         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
4482         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
4483         the chmod_or_fchmod call.
4484         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
4485
4486 2008-06-08  Bruno Haible  <bruno@clisp.org>
4487
4488         Fix bug with setuid modes in Solaris 10+ code.
4489         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
4490         succeeded, when the mode contains some special bits.
4491
4492 2008-06-08  Bruno Haible  <bruno@clisp.org>
4493
4494         Add support for Solaris 7..10 ACLs.
4495         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
4496         declarations.
4497         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
4498         functions.
4499         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
4500         * lib/set-mode-acl.c (qset_acl): Likewise.
4501         * lib/copy-acl.c (qcopy_acl): Likewise.
4502
4503 2008-06-08  Bruno Haible  <bruno@clisp.org>
4504
4505         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
4506         declaration.
4507         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
4508         (acl_access_nontrivial): Remove MacOS X case.
4509         (file_has_acl): Use acl_extended_nontrivial.
4510         * lib/copy-acl.c (qcopy_acl): Likewise.
4511
4512 2008-06-08  Bruno Haible  <bruno@clisp.org>
4513
4514         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
4515
4516 2008-06-08  Jim Meyering  <meyering@redhat.com>
4517
4518         * modules/acl (Maintainer): Add Bruno Haible.
4519
4520 2008-06-07  Bruno Haible  <bruno@clisp.org>
4521
4522         Improve support for Tru64 ACLs.
4523         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
4524         ACL on OSF/1.
4525
4526 2008-06-07  Bruno Haible  <bruno@clisp.org>
4527
4528         Add support for MacOS X ACLs.
4529         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
4530         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
4531         * lib/set-mode-acl.c (qset_acl): Likewise.
4532         * lib/copy-acl.c (qcopy_acl): Likewise.
4533
4534 2008-06-07  Bruno Haible  <bruno@clisp.org>
4535
4536         Fix memory leak introduced on 2008-05-22.
4537         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
4538         use.
4539
4540 2008-06-07  Bruno Haible  <bruno@clisp.org>
4541
4542         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
4543         to construct an empty ACL.
4544
4545 2008-06-07  Bruno Haible  <bruno@clisp.org>
4546
4547         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
4548         precisely.
4549         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
4550
4551 2008-06-07  Bruno Haible  <bruno@clisp.org>
4552
4553         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
4554         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
4555
4556 2008-06-07  Bruno Haible  <bruno@clisp.org>
4557
4558         * doc/posix-functions/_setjmp.texi: Explain the use of this function
4559         regardless of POSIX.
4560         * doc/posix-functions/_longjmp.texi: Likewise.
4561         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
4562         SystemV platform in this case.
4563
4564 2008-06-06  Eric Blake  <ebb9@byu.net>
4565
4566         Document abort() bugs.
4567         * doc/posix-functions/abort.texi (abort): Mention anomalies.
4568
4569         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
4570         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
4571         sigsetjmp.
4572         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
4573         siglongjmp, but only as a macro.
4574         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
4575         is obsolete.
4576         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
4577
4578         Tweak documentation to cover cygwin argz bugs.
4579         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
4580         argz bug fix; no code change needed since no cygwin releases
4581         occurred between the last fix and the bug being tested.
4582         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
4583         module and recently fixed cygwin bugs.
4584         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
4585         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
4586         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
4587         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
4588         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
4589         Likewise.
4590         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
4591         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
4592         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
4593         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
4594         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
4595         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
4596         Likewise.
4597
4598         Avoid gcc warning on cygwin.
4599         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
4600         !ACL_NO_TRIVIAL]: Avoid unused variable.
4601
4602 2008-06-05  Eric Blake  <ebb9@byu.net>
4603
4604         Be tolerant of UNKNOWN version in gnulib-tool test dir.
4605         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
4606         git-version-gen fails to come up with a version.
4607         Reported by Simon Josefsson.
4608
4609 2008-06-05  Jim Meyering  <meyering@redhat.com>
4610             Paul Eggert  <eggert@cs.ucla.edu>
4611
4612         utimens.c: work around a probable Linux kernel bug
4613         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
4614         appears to be a kernel bug that causes utimensat to return 280
4615         instead of 0, indicating success.
4616
4617 2008-06-04  Bruno Haible  <bruno@clisp.org>
4618
4619         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
4620         2008-06-01 commit.
4621
4622 2008-06-04  Bruno Haible  <bruno@clisp.org>
4623
4624         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
4625         * lib/file-has-acl.c (acl_access_nontrivial): New function.
4626         (file_has_acl): Use it. Save errno afterwards.
4627         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
4628
4629 2008-06-03  Bruno Haible  <bruno@clisp.org>
4630
4631         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
4632         draft code. Simplify #ifs.
4633         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
4634         Put Solaris code after POSIX-draft code. Fix comments regarding
4635         Solaris 10, HP-UX. Mention Cygwin.
4636         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
4637
4638 2008-06-03  Eric Blake  <ebb9@byu.net>
4639
4640         Provide fallback for older kernels.
4641         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
4642         Provide runtime fallback if kernel lacks support.
4643         Reported by Mike Frysinger.
4644
4645 2008-06-02  Bruno Haible  <bruno@clisp.org>
4646
4647         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
4648         it exists.
4649
4650 2008-06-02  Bruno Haible  <bruno@clisp.org>
4651
4652         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
4653         * lib/copy-acl.c (qcopy_acl): Update comment.
4654
4655 2008-06-02  Bruno Haible  <bruno@clisp.org>
4656
4657         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
4658         like ACL APIs.
4659
4660 2008-06-02  Bruno Haible  <bruno@clisp.org>
4661
4662         * tests/test-file-has-acl.sh: Use different code for Cygwin.
4663         * tests/test-set-mode-acl.sh: Likewise.
4664         * tests/test-copy-acl.sh: Likewise.
4665         * tests/test-copy-file.sh: Likewise.
4666
4667 2008-06-02  Bruno Haible  <bruno@clisp.org>
4668
4669         * tests/test-file-has-acl.sh: Remove unused code.
4670
4671 2008-06-01  Bruno Haible  <bruno@clisp.org>
4672
4673         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
4674         (copy_acl): Just a wrapper around qcopy_acl that emits the error
4675         messages.
4676         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
4677
4678 2008-06-01  Bruno Haible  <bruno@clisp.org>
4679
4680         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
4681         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
4682         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
4683         APIs.
4684         * modules/acl-tests (configure.ac): Remove tests now contained in
4685         m4/acl.m4.
4686
4687 2008-06-02  Jim Meyering  <meyering@redhat.com>
4688
4689         announce-gen: use a better key-server host name
4690         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
4691         it may be more consistently reliable.  Suggested by Werner Koch
4692         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
4693
4694 2008-06-01  Bruno Haible  <bruno@clisp.org>
4695
4696         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
4697         Reported by Voroskoi Andras <voroskoi@gmail.com>.
4698
4699 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
4700
4701         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
4702
4703 2008-06-01  Bruno Haible  <bruno@clisp.org>
4704
4705         New ACL tests.
4706         * tests/test-file-has-acl.sh: New file.
4707         * tests/test-file-has-acl.c: New file.
4708         * tests/test-set-mode-acl.sh: New file.
4709         * tests/test-set-mode-acl.c: New file.
4710         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
4711         * tests/test-copy-acl.c: New file.
4712         * modules/acl-tests: New file, based on modules/copy-file-tests.
4713         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
4714         (Depends-on): Add acl-tests.
4715         (configure.ac): Remove checks.
4716         (Makefile.am): Don't create test-sameacls program here any more.
4717
4718 2008-06-01  Bruno Haible  <bruno@clisp.org>
4719
4720         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
4721         * tests/test-sameacls.c: Include progname.h.
4722         (main): Invoke set_program_name. Portability fixes for MacOS X,
4723         Solaris, HP-UX.
4724
4725 2008-06-01  Bruno Haible  <bruno@clisp.org>
4726
4727         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
4728         function.
4729         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
4730
4731 2008-06-01  Bruno Haible  <bruno@clisp.org>
4732
4733         * modules/rpmatch (Depends-on): Add strdup.
4734
4735 2008-06-01  Bruno Haible  <bruno@clisp.org>
4736
4737         * lib/pipe.c: Include unistd-safer.h.
4738         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
4739         * modules/pipe (Depends-on): Add unistd-safer.
4740
4741 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4742
4743         * modules/autobuild (configure.ac): Call AB_INIT.
4744
4745 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4746
4747         * tests/test-getaddrinfo.c: Don't print debug messages by default.
4748         Suggested by Bruno Haible <bruno@clisp.org>.
4749
4750 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4751
4752         * tests/test-base64.c: Cast size_t to unsigned long when invoking
4753         printf.  Use %lu instead of %d.  Reported by Bruno Haible
4754         <bruno@clisp.org>.
4755
4756 2008-05-29  Eric Blake  <ebb9@byu.net>
4757
4758         Prefer new POSIX 200x interfaces over futimesat.
4759         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
4760         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
4761         when available.
4762         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
4763
4764 2008-05-28  Bruno Haible  <bruno@clisp.org>
4765
4766         * modules/stpcpy (License): Change to LGPLv2+.
4767         Requested by David Lutterkort <dlutter@redhat.com>.
4768
4769 2008-05-27  Bruno Haible  <bruno@clisp.org>
4770
4771         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
4772         current mingw.
4773         Reported by Jose E. Marchesi <jemarch@gnu.org>.
4774
4775 2008-05-27  Bruno Haible  <bruno@clisp.org>
4776
4777         * modules/iconv_open (Link): New section, from module 'iconv'.
4778         * modules/striconv (Link): Likewise.
4779         * modules/striconveh (Link): Likewise.
4780         * modules/xstriconv (Link): Likewise.
4781         * modules/unicodeio (Link): Likewise.
4782         * modules/propername (Link): Likewise.
4783         Reported by Jim Meyering.
4784
4785 2008-05-26  Jim Meyering  <meyering@redhat.com>
4786
4787         sha256: do not artificially restrict buffer length to be < 2^32
4788         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
4789         uint32_t to size_t.
4790         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
4791         to match.
4792
4793         avoid unaligned access errors, e.g., on sparc
4794         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
4795         direct access through a possibly-unaligned uint64* pointer.
4796         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
4797         direct access through a possibly-unaligned uint32* pointer.
4798         Prompted by this patch from Tom "spot" Callaway:
4799         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
4800
4801         sha512.c: fix typo in comment
4802         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
4803
4804 2008-05-25  Bruno Haible  <bruno@clisp.org>
4805
4806         * lib/set-mode-acl.c: Renamed from lib/acl.c.
4807         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
4808         (Makefile.am): Update lib_SOURCES.
4809
4810 2008-05-25  Bruno Haible  <bruno@clisp.org>
4811
4812         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
4813
4814 2008-05-25  Jim Meyering  <meyering@redhat.com>
4815
4816         useless-if-before-free: freed expr may have white-space differences
4817         * build-aux/useless-if-before-free: Recognize cases in which the
4818         freed expression differs from the tested one in embedded white
4819         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
4820         $1 was used, so we can't make any regexp shy.  Improved tests now
4821         detect this.
4822
4823         useless-if-before-free: accept white space in the expression.
4824         * build-aux/useless-if-before-free: For now, any white space
4825         in the expression must be identical in the free argument.
4826
4827         useless-if-before-free: efficiency tweak
4828         * build-aux/useless-if-before-free: Make the expression-matching
4829         regexp "shy".
4830         Make the *outer* regexp shy, not the expr-matching one.
4831
4832         update code-in-comment to accept cast of free arg
4833         * build-aux/useless-if-before-free: Update regexp.
4834
4835 2008-05-25  Bruno Haible  <bruno@clisp.org>
4836
4837         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
4838         * modules/copy-file-tests (Files, Makefile.am): Update.
4839         * tests/test-copy-file.c (func_test_copy): Update.
4840
4841 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
4842
4843         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
4844
4845 2008-05-23  Bruno Haible  <bruno@clisp.org>
4846
4847         Improve support for ACLs on OSF/1.
4848         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
4849         Remove fallback for unknown flavors of ACLs.
4850
4851 2008-05-22  Bruno Haible  <bruno@clisp.org>
4852
4853         Add support for ACLs on OSF/1.
4854         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
4855         replacements.
4856         (acl_free_text): New macro fallback.
4857         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
4858         acl_free.
4859         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
4860         acl_free_text function. Require AC_C_INLINE.
4861
4862 2008-05-22  Bruno Haible  <bruno@clisp.org>
4863
4864         Make copy_acl work on MacOS X 10.5.
4865         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
4866         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
4867         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
4868         If MODE_INSIDE_ACL, don't assume that every system has the same text
4869         representation for ACLs as FreeBSD.
4870         * lib/copy-acl.c (copy_acl): Add support for platforms with
4871         !MODE_INSIDE_ACL.
4872         * lib/file-has-acl.c (file_has_acl): Likewise.
4873         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
4874         FreeBSD, MacOS X, or IRIX, respectively.
4875
4876 2008-05-22  Bruno Haible  <bruno@clisp.org>
4877
4878         * lib/acl.h: Don't include <sys/acl.h>.
4879         (GETACLCNT): Move fallback to lib/acl-internal.h.
4880         * lib/acl-internal.h: Include <sys/acl.h> here.
4881         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
4882
4883 2008-05-22  Bruno Haible  <bruno@clisp.org>
4884
4885         Split off copy_acl function to separate file.
4886         * lib/copy-acl.c: New file, extracted from lib/acl.c.
4887         * lib/acl.c (copy_acl): Moved function to separate file.
4888         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
4889         * modules/acl (Files): Add lib/copy-acl.c.
4890         (Makefiles.am): Augment lib_SOURCES.
4891
4892 2008-05-22  Bruno Haible  <bruno@clisp.org>
4893
4894         * modules/copy-file-tests: New file.
4895         * tests/test-copy-file.sh: New file.
4896         * tests/test-copy-file.c: New file.
4897         * tests/test-copy-file-sameacls.c: New file.
4898
4899 2008-05-22  Eric Blake  <ebb9@byu.net>
4900
4901         Avoid gcc warning.
4902         * tests/test-memcmp.c (main): Pass NULL indirectly.
4903
4904 2008-05-21  Bruno Haible  <bruno@clisp.org>
4905
4906         Add reference doc about ACLs.
4907         * doc/acl-resources.txt: New file.
4908         * doc/acl-cygwin.txt: New file.
4909
4910 2008-05-21  Bruno Haible  <bruno@clisp.org>
4911
4912         Avoid one more warning from gcc.
4913         * lib/vasnprintf.c (IF_LINT): Update comments.
4914         (VASNPRINTF): Use it also for the 'prefix' array initializer.
4915
4916 2008-05-21  Jim Meyering  <meyering@redhat.com>
4917
4918         avoid a warning from gcc
4919         * lib/vasnprintf.c (IF_LINT): Define.
4920         (scale10_round_decimal_long_double):
4921         Use it to avoid a "may be used uninitialized" warning.
4922         (scale10_round_decimal_double): Likewise.
4923
4924 2008-05-21  Simon Josefsson  <simon@josefsson.org>
4925
4926         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
4927         declared.
4928
4929 2008-05-20  Bruno Haible  <bruno@clisp.org>
4930
4931         * tests/test-memcmp.c (main): Test also the sign of the result. Test
4932         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
4933
4934 2008-05-20  Simon Josefsson  <simon@josefsson.org>
4935
4936         * modules/memcmp-tests: New file.
4937         * tests/test-memcmp.c: New file.
4938
4939 2008-05-19  Bruno Haible  <bruno@clisp.org>
4940
4941         * modules/propername (Notice, configure.ac): Put quoted "..." into
4942         --keyword option.
4943         * lib/propername.h: Update comments accordingly.
4944         Reported by Eric Blake.
4945
4946 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
4947
4948         * modules/getpass-gnu (Depends-on): Add fseeko.
4949
4950 2008-05-19  Simon Josefsson  <simon@josefsson.org>
4951
4952         * modules/base64-tests: New file.
4953
4954 2008-05-19  Bo Borgerson <gigabo@gmail.com>
4955
4956         * lib/base64.c (base64_decode_ctx): If a decode context structure
4957         was passed in use it to ignore newlines.  If a context structure
4958         was _not_ passed in, continue to treat newlines as garbage (this
4959         is the historical behavior).  Formerly base64_decode.
4960         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
4961         takes a decode context structure.
4962         * lib/base64.h (base64_decode): Macro for four-argument calls.
4963         (base64_decode_alloc): Likewise.
4964         * lib/base64.c (base64_decode_ctx): If a decode context structure
4965         was passed in use it to ignore newlines.  If a context structure
4966         was _not_ passed in, continue to treat newlines as garbage (this
4967         is the historical behavior).  Formerly base64_decode.
4968         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
4969         takes a decode context structure.
4970         * lib/base64.h (base64_decode): Macro for four-argument calls.
4971         (base64_decode_alloc): Likewise.
4972
4973 2008-05-19  Jim Meyering  <meyering@redhat.com>
4974
4975         avoid a warning from gcc
4976         * lib/trim.c (IF_LINT): Define.
4977         (trim2): Use it to avoid a "may be used uninitialized" warning.
4978
4979         Fix doc typo.
4980         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
4981
4982 2008-05-19  Bruno Haible  <bruno@clisp.org>
4983
4984         * doc/glibc-functions/getpass.texi: Document limits of other
4985         implementations.
4986
4987 2008-05-19  Simon Josefsson  <simon@josefsson.org>
4988             Bruno Haible <bruno@clisp.org>
4989
4990         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
4991
4992 2008-05-18  Bruno Haible  <bruno@clisp.org>
4993
4994         * modules/propername: New file, from GNU gettext.
4995         * lib/propername.h: New file, from GNU gettext.
4996         * lib/propername.c: New file, from GNU gettext.
4997         * MODULES.html.sh (Internationalization functions): Add propername.
4998
4999 2008-05-16  Jim Meyering  <meyering@redhat.com>
5000             Bruno Haible  <bruno@clisp.org>
5001
5002         Avoid some warnings from "gcc -Wshadow".
5003         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
5004
5005 2008-05-15  Eric Blake  <ebb9@byu.net>
5006
5007         Extend previous patch to cygwin 1.7.0.
5008         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
5009         fast implementation in cygwin >= 1.7.0.
5010         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5011         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5012
5013 2008-05-15  Bruno Haible  <bruno@clisp.org>
5014
5015         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
5016         implementation in glibc >= 2.9.
5017         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5018         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5019
5020 2008-05-15  Bruno Haible  <bruno@clisp.org>
5021
5022         * MODULES.html.sh (Internationalization functions): Remove linebreak.
5023         (Unicode string functions): Add unilbrk/*.
5024         Reported by Karl Berry.
5025
5026 2008-05-15  Eric Blake  <ebb9@byu.net>
5027
5028         Fix violation of <stdbool.h> replacement in regex.
5029         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
5030         * lib/regexec.c (re_search_internal): Likewise.
5031         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
5032
5033 2008-05-15  Jim Meyering  <meyering@redhat.com>
5034
5035         avoid distracting test output when git or cvs is not found
5036         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
5037         * tests/test-vc-list-files-git.sh: Likewise.
5038
5039 2008-05-15  Eric Blake  <ebb9@byu.net>
5040
5041         Glibc finally accepted the memmem speedup code, bugzilla #5514.
5042         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
5043         glibc version.
5044         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
5045         * doc/posix-functions/strstr.texi (strstr): Likewise.
5046         * lib/str-two-way.h (MAX): Sychronize with glibc.
5047
5048 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
5049
5050         * lib/regcomp.c (optimize_utf8): Add a note on why we test
5051         opr.ctx_type.
5052         (calc_first): Initialize constraint field.
5053         (duplicate_node_closure): Use it instead of special casing ANCHORS.
5054         Fix grammar.
5055         (duplicate_node): Merge constraint field for all node types.
5056         (calc_eclosure_iter): Look at constraint field for all node types.
5057         * lib/regex_internal.c (create_cd_newstate): Don't look at
5058         opr.ctx_type.
5059
5060 2008-05-14  Bruno Haible  <bruno@clisp.org>
5061
5062         Help GCC to do better code generation.
5063         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
5064         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
5065         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
5066         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
5067         Declare with attribute 'malloc' if supported.
5068
5069 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
5070
5071         use "echo STR|wc -c" rather than unportable "expr length STR"
5072         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
5073         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
5074
5075 2008-05-14  Jim Meyering  <meyering@redhat.com>
5076
5077         use dd ibs=$n count=1 ... rather than less-portable head -c$n
5078         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
5079         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
5080         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
5081         via Collin Lasse.
5082
5083 2008-05-14  Eric Blake  <ebb9@byu.net>
5084
5085         Avoid quadratic growth in gl_LIBSOURCES.
5086         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
5087         Suggested by Bruno Haible.
5088
5089         Test xmemdup0.
5090         * modules/xmemdup0-tests: New file.
5091         * tests/test-xmemdup0.c: Likewise.
5092
5093 2008-05-13  Eric Blake  <ebb9@byu.net>
5094
5095         Split xmemdup0 into its own module.
5096         * modules/xmemdup0: New file.
5097         * lib/xmemdup0.h: Likewise.
5098         * lib/xmemdup0.c: Likewise.
5099         * MODULES.html.sh (Memory management functions): Add xmemdup0.
5100         * lib/xalloc.h (xmemdup0): Remove.
5101         * lib/xmalloc.c (xmemdup0): Likewise.
5102
5103 2008-05-13  Eric Blake  <ebb9@byu.net>
5104             Bruno Haible  <bruno@clisp.org>
5105
5106         Reduce number of forks required during autoconf.
5107         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
5108         and gl_LIBSOURCES_DIR.
5109         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
5110         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
5111         m4_syscmd per file.
5112         <m4_foreach_w>: Move...
5113         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
5114
5115 2008-05-13  Eric Blake  <ebb9@byu.net>
5116
5117         * gnulib-tool: Fix various comment typos.
5118
5119 2008-05-12  Bruno Haible  <bruno@clisp.org>
5120
5121         Tailor the linebreaking algorithm.
5122         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
5123
5124 2008-05-12  Bruno Haible  <bruno@clisp.org>
5125
5126         Update to Unicode 5.0.0.
5127         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
5128         LBP_JV, LBP_JT. Redistribute values.
5129         (unilbrk_table): Change size.
5130         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
5131         Unicode TR#14 rev. 22.
5132         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
5133         LBP_JV, LBP_JT. Redistribute values.
5134         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
5135         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
5136         Update.
5137         * lib/unilbrk/lbrkprop1.h: Regenerated.
5138         * lib/unilbrk/lbrkprop2.h: Regenerated.
5139         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
5140         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
5141         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
5142         Likewise.
5143         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
5144         Likewise.
5145         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
5146         result.
5147         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
5148         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
5149         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
5150         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
5151         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
5152         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
5153
5154 2008-05-11  Bruno Haible  <bruno@clisp.org>
5155
5156         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
5157
5158 2008-05-11  Bruno Haible  <bruno@clisp.org>
5159
5160         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
5161         * modules/unilbrk/gen-lbrk: New file.
5162
5163 2008-05-11  Bruno Haible  <bruno@clisp.org>
5164
5165         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
5166         * m4/sha512.m4 (gl_SHA512): Likewise.
5167
5168 2008-05-11  Jim Meyering  <meyering@redhat.com>
5169
5170         New modules: crypto/sha256, crypto/sha512 (from coreutils)
5171         * modules/crypto/sha256: New file.
5172         * modules/crypto/sha512: Likewise.
5173         * lib/sha256.c: Likewise.
5174         * lib/sha256.h: Likewise.
5175         * lib/sha512.c: Likewise.
5176         * lib/sha512.h: Likewise.
5177         * lib/u64.h: Likewise.
5178         * m4/sha256.m4: Likewise.
5179         * m4/sha512.m4: Likewise.
5180         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
5181
5182 2008-05-10  Bruno Haible  <bruno@clisp.org>
5183
5184         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
5185         (Input/Output <stdio.h>): Add xprintf.
5186         (Signal handling <signal.h>): Add strsignal.
5187         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
5188         (Core language properties): Add func.
5189         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
5190         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
5191         strings.
5192         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
5193         (Input/output): New section.
5194         (File system functions): Add openat-die, stat-macros.
5195         (Networking functions): Add sockets.
5196         (Unicode string functions): Add unictype/*.
5197         (Support for building libraries and executables): Add gperf.
5198         (Support for building documentation): Add agpl-3.0.
5199         (Misc): Add nocrash.
5200
5201 2008-05-10  Bruno Haible  <bruno@clisp.org>
5202
5203         * modules/unictype/gen-ctype: New file.
5204
5205 2008-05-10  Jim Meyering  <meyering@redhat.com>
5206
5207         Make chdir-safer.c more efficient on a system with no symlinks.
5208         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
5209         also if ELOOP is zero.  Suggested by Bruno Haible.
5210
5211         Make chdir-safer.c slightly safer.
5212         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
5213         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
5214
5215         Avoid compile failure on systems without ELOOP (like mingw).
5216         * lib/chdir-safer.c (ELOOP): Define if not already defined.
5217         Reported by Bruno Haible.
5218
5219 2008-05-10  Bruno Haible  <bruno@clisp.org>
5220
5221         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
5222         (is_utf8_encoding): Use a case-insensitive comparison.
5223         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
5224         streq.
5225
5226 2008-05-10  Bruno Haible  <bruno@clisp.org>
5227
5228         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
5229         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
5230         * lib/unilbrk/ulc-common.h (iconv_string_length,
5231         iconv_string_keeping_offsets): Remove declarations.
5232         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
5233         Don't include <iconv.h>, streq.h, xsize.h.
5234         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
5235         conversion.
5236         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
5237         <iconv.h>, streq.h, xsize.h.
5238         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
5239         conversion.
5240         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
5241         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
5242         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
5243         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
5244
5245 2008-05-10  Bruno Haible  <bruno@clisp.org>
5246
5247         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
5248         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
5249
5250         * modules/unilbrk/u32-width-linebreaks-tests: New file.
5251         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
5252
5253         * modules/unilbrk/u16-width-linebreaks-tests: New file.
5254         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
5255
5256         * modules/unilbrk/u8-width-linebreaks-tests: New file.
5257         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
5258
5259         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
5260         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
5261
5262         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
5263         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
5264
5265         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
5266         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
5267
5268         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
5269         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
5270
5271 2008-05-10  Bruno Haible  <bruno@clisp.org>
5272
5273         Split up 'linebreak' module.
5274         * lib/unilbrk.h: New file, based on lib/linebreak.h.
5275         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
5276         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
5277         modifications.
5278         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
5279         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
5280         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
5281         lib/linebreak.c.
5282         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
5283         lib/linebreak.c.
5284         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
5285         lib/linebreak.c.
5286         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
5287         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
5288         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
5289         lib/linebreak.c.
5290         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
5291         lib/linebreak.c.
5292         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
5293         lib/linebreak.c.
5294         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
5295         lib/linebreak.c.
5296         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
5297         lib/linebreak.c.
5298         * modules/unilbrk/base: New file.
5299         * modules/unilbrk/tables: New file.
5300         * modules/unilbrk/u8-possible-linebreaks: New file.
5301         * modules/unilbrk/u16-possible-linebreaks: New file.
5302         * modules/unilbrk/u32-possible-linebreaks: New file.
5303         * modules/unilbrk/ulc-common: New file.
5304         * modules/unilbrk/ulc-possible-linebreaks: New file.
5305         * modules/unilbrk/u8-width-linebreaks: New file.
5306         * modules/unilbrk/u16-width-linebreaks: New file.
5307         * modules/unilbrk/u32-width-linebreaks: New file.
5308         * modules/unilbrk/ulc-width-linebreaks: New file.
5309         * lib/linebreak.h: Remove file.
5310         * lib/linebreak.c: Remove file.
5311         * m4/linebreak.m4: Remove file.
5312         * modules/linebreak: Remove file.
5313         * NEWS: Mention the changes.
5314
5315 2008-05-09  Eric Blake  <ebb9@byu.net>
5316
5317         Add xmemdup0.
5318         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
5319         implementation.
5320         * lib/xmalloc.c (xmemdup0): New C implementation.
5321
5322 2008-05-08  Bruno Haible  <bruno@clisp.org>
5323
5324         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
5325
5326 2008-05-07  Eric Blake  <ebb9@byu.net>
5327
5328         Support cross-compilation of <wctype.h>.
5329         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
5330         AC_CACHE_CHECK.
5331
5332 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
5333
5334         * build-aux/vc-list-files: Add support for bzr.
5335
5336 2008-05-03  Jim Meyering  <meyering@redhat.com>
5337
5338         avoid failed assertion with tight malloc
5339         * tests/test-getndelim2.c: Correct an off-by-one assertion.
5340
5341 2008-05-03  Simon Josefsson  <simon@josefsson.org>
5342
5343         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
5344         are needed from arpa/inet.h.
5345         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
5346         Reported by Bruno Haible.
5347
5348 2008-05-02  Jim Meyering  <meyering@redhat.com>
5349
5350         avoid compilation error on FreeBSD 6
5351         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
5352
5353 2008-05-01  Jim Meyering  <meyering@redhat.com>
5354
5355         useless-if-before-free: correct --help's exit status description
5356         * build-aux/useless-if-before-free (usage): Like grep, exit 0
5357         for one or more matches, etc.  Reported by Bruno Haible.
5358
5359         vc-list-files: make the stand-alone gnulib test work
5360         * modules/vc-list-files-tests (configure.ac):
5361         Define and AC_SUBST abs_aux_dir.
5362         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
5363         $(abs_top_srcdir) to each script and having each of them
5364         duplicate the work of setting PATH, set PATH here, using
5365         the new variable, abs_aux_dir instead.
5366         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
5367         * tests/test-vc-list-files-git.sh: Likewise.
5368         Reported by Bruno Haible.
5369
5370 2008-05-01  Bruno Haible  <bruno@clisp.org>
5371
5372         * lib/getndelim2.c (getndelim2): Fix newsize computation during
5373         reallocation. Rename 'done' to 'found_delimiter'.
5374
5375 2008-05-01  Jim Meyering  <meyering@redhat.com>
5376
5377         vc-list-files: accommodate /bin/sh like the one from Solaris 10
5378         * build-aux/vc-list-files: Use `...`, not $(...).
5379
5380 2008-04-30  Jim Meyering  <meyering@redhat.com>
5381
5382         add tests for vc-list-files
5383         * modules/vc-list-files-tests: New module.
5384         * tests/test-vc-list-files-cvs.sh: New file.
5385         * tests/test-vc-list-files-git.sh: New file.
5386
5387         avoid a warning from gcc
5388         * lib/getndelim2.c (IF_LINT): Define.
5389         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
5390
5391         vc-list-files: work properly with build-aux/cvsu, too
5392         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
5393         to all cvs-based clauses.
5394
5395         vc-list-files: work properly in the CVS+awk case, too
5396         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
5397
5398         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
5399         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
5400         take more than one file argument, so .  Add quotes, just in case $dir
5401         ever contains a shell meta-character.  Prompted by Soren Hansen in
5402         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
5403
5404 2008-04-29  Eric Blake  <ebb9@byu.net>
5405
5406         Optimize getndelim2 to use block operations when possible.
5407         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
5408         freadseek, and memchr2.
5409         * lib/getndelim2.c (getndelim2): Use them for block reads.
5410
5411 2008-04-29  Bruno Haible  <bruno@clisp.org>
5412
5413         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
5414         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
5415         * modules/inet_ntop (Depends-on): Add extensions.
5416         * modules/inet_pton (Depends-on): Likewise.
5417         Reported by Simon Josefsson.
5418
5419 2008-04-29  Jim Meyering  <meyering@redhat.com>
5420
5421         When the is more than one match in a block, match all of them.
5422         * build-aux/useless-if-before-free: Iterate through each block
5423         until there are no more matches.
5424
5425         Fix broken useless-if-before-free script.
5426         * build-aux/useless-if-before-free: Fix typo: missing "?" after
5427         the expression to match cast of argument to free-like function.
5428
5429 2008-04-29  Eric Blake  <ebb9@byu.net>
5430
5431         Use new header.
5432         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
5433
5434 2008-04-29  Jim Meyering  <meyering@redhat.com>
5435
5436         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
5437         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
5438         by gnulib to exist and to declare e.g., inet_ntop.
5439         Don't include "inet_ntop.h", now removed.
5440
5441         * m4/arpa_inet_h.m4: Remove trailing blanks.
5442
5443 2008-04-29  Eric Blake  <ebb9@byu.net>
5444
5445         Silence valgrind on safe reads beyond potential array bounds.
5446         * lib/rawmemchr.valgrind: New file.
5447         * lib/strchrnul.valgrind: Likewise.
5448         * modules/rawmemchr (Files): Distribute new file.
5449         * modules/strchrnul (Files): Likewise.
5450         Suggested by Bruno Haible.
5451
5452 2008-04-29  Bruno Haible  <bruno@clisp.org>
5453
5454         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
5455         (inet_ntop, inet_pton): Change portability warning's wording.
5456         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
5457         Invoke gl_CHECK_NEXT_HEADERS.
5458         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
5459         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
5460         set ARPA_INET_H.
5461         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
5462         * modules/arpa_inet (Description): No longer only for systems that
5463         lack it.
5464         (Depends-on): Add include_next.
5465         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
5466         HAVE_ARPA_INET_H.
5467
5468 2008-04-29  Jim Meyering  <meyering@redhat.com>
5469
5470         * modules/mkdir (License): Re-license as LGPLv2+.
5471
5472 2008-04-29  Bruno Haible  <bruno@clisp.org>
5473
5474         * modules/rawmemchr (Maintainer): Set to Eric.
5475         * modules/strchrnul (Maintainer): Likewise.
5476
5477 2008-04-29  Simon Josefsson  <simon@josefsson.org>
5478
5479         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
5480         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
5481
5482         * modules/arpa_inet (arpa/inet.h): Use them.
5483
5484 2008-04-28  Eric Blake  <ebb9@byu.net>
5485
5486         Test getndelim2.
5487         * modules/getndelim2-tests: New file.
5488         * tests/test-getndelim2.c: Likewise.
5489         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
5490         stream.
5491         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
5492
5493         * MODULES.html.sh: Document new module.
5494
5495 2008-04-20  Bruno Haible  <bruno@clisp.org>
5496
5497         * lib/c-stack.c (die): Use raise.
5498         * modules/c-stack (Depends-on): Add raise.
5499
5500 2008-04-28  Bruno Haible  <bruno@clisp.org>
5501
5502         Expect rpmatch to be declared.
5503         * lib/yesno.c (rpmatch): Remove declaration.
5504
5505         Declare rpmatch.
5506         * lib/stdlib.in.h (rpmatch): New declaration.
5507         * lib/rpmatch.c: Include <stdlib.h> first.
5508         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
5509         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
5510         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
5511         HAVE_RPMATCH.
5512         * modules/rpmatch (Depends-on): Add stdlib, extensions.
5513         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5514         (Include): Set to <stdlib.h>.
5515         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
5516         HAVE_RPMATCH.
5517         * NEWS: Document the change.
5518
5519 2008-04-28  Bruno Haible  <bruno@clisp.org>
5520
5521         Change rpmatch to use nl_langinfo when appropriate.
5522         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
5523         (N_): New macro.
5524         (localized_pattern): New function/macro.
5525         (try): Remove match, nomatch arguments. Copy the pattern into safe
5526         memory before caching it.
5527         (rpmatch): Use localized_pattern. Add translator comments.
5528         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
5529         Suggested by Eric Blake.
5530         * modules/rpmatch (Depends-on): Add stdbool.
5531
5532 2008-04-28  Eric Blake  <ebb9@byu.net>
5533
5534         Add rawmemchr module, matching glibc.
5535         * modules/string (Makefile.am): New indicator.
5536         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
5537         * lib/string.in.h (rawmemchr): Declare when appropriate.
5538         * modules/rawmemchr: New file.
5539         * m4/rawmemchr.m4: Likewise.
5540         * lib/rawmemchr.c: Likewise.
5541         * modules/rawmemchr-tests: Likewise.
5542         * tests/test-rawmemchr.c: Likewise.
5543         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
5544         module.
5545         * modules/strchrnul (Depends-on): Add rawmemchr.
5546         * lib/strchrnul.c (strchrnul): Optimize a corner case.
5547
5548         Whitespace cleanup.
5549         * tests/test-strchrnul.c: Reindent.
5550         * lib/strchrnul.c: Likewise.
5551
5552         Optimize and test strchrnul.
5553         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
5554         * modules/strchrnul-tests: New file.
5555         * tests/test-strchrnul.c: Likewise.
5556
5557         Remove intprops dependency.
5558         * modules/memchr (Depends-on): Remove intprops.
5559         * modules/memrchr (Depends-on): Likewise.
5560         * modules/memchr2 (Depends-on): Likewise.
5561         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
5562         * lib/memrchr.c (__memrchr): Likewise.
5563         * lib/memrchr2.c (memchr2): Likewise.
5564         Reported by Simon Josefsson.
5565
5566 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5567
5568         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
5569         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5570
5571 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5572
5573         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
5574
5575         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
5576
5577         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
5578
5579         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
5580         declarations.
5581         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
5582
5583         * m4/inet_pton.m4: Don't check for header files.
5584
5585         * m4/inet_ntop.m4: Don't check for header files.
5586
5587 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5588
5589         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
5590         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
5591         trigger for cygwin).
5592         Reported by Bruno Haible  <bruno@clisp.org>.
5593
5594 2008-04-28  Bruno Haible  <bruno@clisp.org>
5595
5596         * doc/posix-functions/strdup.texi: Mention mingw problem.
5597
5598 2008-04-27  Bruno Haible  <bruno@clisp.org>
5599
5600         * modules/stat-time-tests (Depends-on): Add sleep.
5601         * tests/test-stat-time.c (force_unlink): New function.
5602         (cleanup): Use it.
5603         (test_mtime): Remove the ctime related tests.
5604         (test_ctime): New function, containing the ctime related tests.
5605         (main): Call test_ctime, except on native Windows platforms.
5606
5607 2008-04-27  Bruno Haible  <bruno@clisp.org>
5608
5609         * lib/rpmatch.c (rpmatch): Add some comments.
5610         Reported by James Youngman <jay@gnu.org>.
5611
5612 2008-04-27  Bruno Haible  <bruno@clisp.org>
5613
5614         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
5615         quiet NaNs.
5616
5617 2008-04-27  Bruno Haible  <bruno@clisp.org>
5618
5619         Make test-yesno.sh work on mingw.
5620         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
5621         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
5622         (main): Set stdin to binary mode.
5623         * modules/yesno-tests (Depends-on): Add binary-io.
5624
5625 2008-04-27  Bruno Haible  <bruno@clisp.org>
5626
5627         Fix 'isfinite' on x86, x86_64, ia64 platforms.
5628         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
5629         argument that lie outside the IEEE 854 domain.
5630         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
5631         (gl_ISFINITE): Use it.
5632         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
5633
5634 2008-04-27  Bruno Haible  <bruno@clisp.org>
5635
5636         Allow local renaming in config.h.
5637         * lib/memrchr.c (memrchr): Don't undefine outside libc.
5638
5639 2008-04-27  Bruno Haible  <bruno@clisp.org>
5640
5641         * lib/memchr.c (__memchr): Change type of 'i'.
5642         * lib/memchr2.c (memchr2): Likewise.
5643
5644 2008-04-26  Eric Blake  <ebb9@byu.net>
5645         and Bruno Haible  <bruno@clisp.org>
5646
5647         Optimize and test memrchr.
5648         * modules/memrchr (Depends-on): Add intprops.
5649         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
5650         * modules/memrchr-tests: New file.
5651         * tests/test-memrchr.c: New file.
5652
5653 2008-04-26  Bruno Haible  <bruno@clisp.org>
5654
5655         Add tentative support for DragonFly BSD.
5656         * lib/stdio-impl.h: Add macros for DragonFly BSD.
5657         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
5658         fp.
5659         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
5660         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
5661         * lib/fpurge.c (fpurge): Likewise.
5662         * lib/freadable.c (freaadable): Likewise.
5663         * lib/freadahead.c (freadahead): Likewise.
5664         * lib/freading.c (freading): Likewise.
5665         * lib/freadptr.c (freadptr): Likewise.
5666         * lib/freadseek.c (freadptrinc): Likewise.
5667         * lib/fseeko.c (fseeko): Likewise.
5668         * lib/fseterr.c (fseterr): Likewise.
5669         * lib/fwritable.c (fwritable): Likewise.
5670         * lib/fwriting.c (fwriting): Likewise.
5671
5672 2008-04-26  Bruno Haible  <bruno@clisp.org>
5673
5674         * lib/stdio-impl.h: New file.
5675         * lib/fbufmode.c: Include stdio-impl.h.
5676         (fbufmode): Use fp_, remove redundant #defines.
5677         * lib/fflush.c: Include stdio-impl.h.
5678         (clear_ungetc_buffer): Remove redundant #defines.
5679         * lib/fpurge.c: Include stdio-impl.h.
5680         (fpurge): Remove redundant #defines.
5681         * lib/freadable.c: Include stdio-impl.h.
5682         (freadable): Remove redundant #defines.
5683         * lib/freadahead.c: Include stdio-impl.h.
5684         (freadahead): Remove redundant #defines.
5685         * lib/freading.c: Include stdio-impl.h.
5686         (freading): Remove redundant #defines.
5687         * lib/freadptr.c: Include stdio-impl.h.
5688         (freadptr): Remove redundant #defines.
5689         * lib/freadseek.c: Include stdio-impl.h.
5690         (freadptrinc): Remove redundant #defines.
5691         * lib/fseeko.c: Include stdio-impl.h.
5692         (rpl_fseeko): Remove redundant #defines.
5693         * lib/fseterr.c: Include stdio-impl.h.
5694         (fseterr): Remove redundant #defines.
5695         * lib/fwritable.c: Include stdio-impl.h.
5696         (fwritable: Remove redundant #defines.
5697         * lib/fwriting.c: Include stdio-impl.h.
5698         (fwriting): Remove redundant #defines.
5699         * modules/fbufmode (Files): Add lib/stdio-impl.h.
5700         * modules/fflush (Files): Likewise.
5701         * modules/fpurge (Files): Likewise.
5702         * modules/freadable (Files): Likewise.
5703         * modules/freadahead (Files): Likewise.
5704         * modules/freading (Files): Likewise.
5705         * modules/freadptr (Files): Likewise.
5706         * modules/freadseek (Files): Likewise.
5707         * modules/fseeko (Files): Likewise.
5708         * modules/fseterr (Files): Likewise.
5709         * modules/fwritable (Files): Likewise.
5710         * modules/fwriting (Files): Likewise.
5711
5712 2008-04-26  Bruno Haible  <bruno@clisp.org>
5713
5714         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
5715         restore_seek_optimization, update_fpos_cache): New functions, extracted
5716         from rpl_fflush.
5717         (rpl_fflush): Use them.
5718         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
5719         (gl_REPLACE_FFLUSH): Use it.
5720
5721 2008-04-26  Bruno Haible  <bruno@clisp.org>
5722
5723         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
5724         on Solaris.
5725         * tests/test-xstrtoimax.sh: Likewise.
5726         * tests/test-xstrtoumax.sh: Likewise.
5727         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5728
5729 2008-04-26  Bruno Haible  <bruno@clisp.org>
5730
5731         * modules/memchr-tests: New file.
5732         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
5733
5734 2008-04-26  Eric Blake  <ebb9@byu.net>
5735             Bruno Haible  <bruno@clisp.org>
5736
5737         * lib/memchr.c: Include intprops.h.
5738         (__memchr): Optimize parallel detection of matching bytes. Rename local
5739         variables. Add explanatory comments.
5740
5741 2008-04-26  Bruno Haible  <bruno@clisp.org>
5742
5743         Fix module 'memchr', broken since 2000-10-28.
5744         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
5745
5746 2008-04-26  Bruno Haible  <bruno@clisp.org>
5747
5748         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
5749         comments.
5750
5751 2008-04-25  Eric Blake  <ebb9@byu.net>
5752
5753         Use native fstatat on cygwin 1.7.0.
5754         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
5755         first.
5756
5757 2008-04-23  Eric Blake  <ebb9@byu.net>
5758
5759         Improve memchr2 performance.
5760         * lib/memchr2.c (memchr2): Further optimize parallel detection of
5761         NUL bytes.
5762         * modules/memchr2 (Depends-on): Use intprops.h.
5763
5764 2008-04-23  Simon Josefsson  <simon@josefsson.org>
5765
5766         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
5767         an inline function instead of a CPP macro.  Patch by Ben Pfaff
5768         <blp@cs.stanford.edu>.
5769
5770 2008-04-23  Simon Josefsson  <simon@josefsson.org>
5771
5772         * lib/arpa_inet.in.h: New file.
5773
5774         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
5775         (Makefile.am): Sed in substitute header file.
5776
5777         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
5778         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
5779
5780         * modules/inet_ntop (configure.ac): Use
5781         gl_ARPA_INET_MODULE_INDICATOR.
5782
5783         * modules/inet_pton (configure.ac): Use
5784         gl_ARPA_INET_MODULE_INDICATOR.
5785
5786 2008-04-22  Jim Meyering  <meyering@redhat.com>
5787
5788         * modules/verify (License): Re-license as LGPLv2+.
5789
5790 2008-04-22  Simon Josefsson  <simon@josefsson.org>
5791
5792         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
5793         parameter to void* as per POSIX standard (MinGW uses char*).
5794
5795 2008-04-21  Bruno Haible  <bruno@clisp.org>
5796
5797         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
5798         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
5799         Define to replacements if REPLACE_ISWCNTRL is 1.
5800         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
5801         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
5802         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
5803         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
5804         what it fixes.
5805         * doc/posix-functions/iswalpha.texi: Likewise.
5806         * doc/posix-functions/iswblank.texi: Likewise.
5807         * doc/posix-functions/iswcntrl.texi: Likewise.
5808         * doc/posix-functions/iswdigit.texi: Likewise.
5809         * doc/posix-functions/iswgraph.texi: Likewise.
5810         * doc/posix-functions/iswlower.texi: Likewise.
5811         * doc/posix-functions/iswprint.texi: Likewise.
5812         * doc/posix-functions/iswpunct.texi: Likewise.
5813         * doc/posix-functions/iswspace.texi: Likewise.
5814         * doc/posix-functions/iswupper.texi: Likewise.
5815         * doc/posix-functions/iswxdigit.texi: Likewise.
5816         Reported by Alain Guibert.
5817
5818 2008-04-21  Bruno Haible  <bruno@clisp.org>
5819
5820         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
5821         Patch by Alain Guibert.
5822
5823 2008-04-21  Bruno Haible  <bruno@clisp.org>
5824
5825         Fix test failures on mingw.
5826         * tests/test-xstrtol.c (print_no_progname): New function.
5827         (main): Install it in error_print_progname hook.
5828         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
5829         * tests/test-xstrtoimax.sh: Likewise.
5830         * tests/test-xstrtoumax.sh: Likewise.
5831
5832 2008-04-21  Bruno Haible  <bruno@clisp.org>
5833
5834         Fix test failure on mingw.
5835         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
5836
5837 2008-04-21  Bruno Haible  <bruno@clisp.org>
5838
5839         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
5840         Actually assign a value.
5841
5842 2008-04-20  Bruno Haible  <bruno@clisp.org>
5843
5844         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
5845         take 2.
5846         * lib/canonicalize.c (canonicalize_file_name): Elide if the
5847         'canonicalize-lgpl' module is also used.
5848         * lib/canonicalize-lgpl.c: Undo last change.
5849         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
5850
5851 2008-04-20  Bruno Haible  <bruno@clisp.org>
5852
5853         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
5854         config.h. Provide _mkdir based fallback for mingw.
5855         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
5856         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
5857         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
5858         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
5859         rather than defining mkdir in config.h.
5860         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
5861         (gl_SYS_STAT_H_DEFAULTS): New macro.
5862         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
5863         HAVE_IO_H any more.
5864         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
5865         HAVE_DECL_MKDIR and HAVE_IO_H.
5866
5867 2008-04-20  Bruno Haible  <bruno@clisp.org>
5868
5869         * lib/isapipe.c: Port to native Windows platforms.
5870
5871 2008-04-20  Bruno Haible  <bruno@clisp.org>
5872
5873         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
5874
5875 2008-04-21  Eric Blake  <ebb9@byu.net>
5876
5877         Work around preprocessors that don't handle UINTMAX_MAX.
5878         * lib/memchr2.c (memchr2): Avoid embedded #if.
5879         Reported by Alain Guibert, fix suggested by Bruno Haible.
5880
5881 2008-04-21  Simon Josefsson  <simon@josefsson.org>
5882
5883         * doc/posix-functions/strftime.texi (strftime): Explain better
5884         Windows incompatibility.  Suggested by Micah Cowan
5885         <micah@cowan.name>.
5886
5887 2008-04-20  Bruno Haible  <bruno@clisp.org>
5888
5889         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
5890         unistr/u8-mblen.
5891
5892 2008-04-20  Bruno Haible  <bruno@clisp.org>
5893
5894         Fix test failure on platforms with non-GNU iconv.
5895         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
5896         (U_TO_U8): Use it, rather than u16_to_u8.
5897         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
5898         units at the end of the input string.
5899         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
5900
5901 2008-04-20  Bruno Haible  <bruno@clisp.org>
5902
5903         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
5904         when the resulting length is 0.
5905         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
5906
5907 2008-04-20  Bruno Haible  <bruno@clisp.org>
5908
5909         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
5910         works.
5911         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
5912
5913 2008-04-20  Bruno Haible  <bruno@clisp.org>
5914
5915         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
5916         * modules/tsearch-tests (configure.ac): Test for initstate function.
5917
5918 2008-04-20  Bruno Haible  <bruno@clisp.org>
5919
5920         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
5921         for nlink_t if missing.
5922         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
5923
5924 2008-04-19  Bruno Haible  <bruno@clisp.org>
5925
5926         Work around snprintf bug on Linux libc5.
5927         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
5928         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5929         gl_SNPRINTF_SIZE1.
5930         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5931         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
5932         that test failed.
5933         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
5934         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
5935         * modules/snprintf (Files): Add m4/printf.m4.
5936         * modules/vsnprintf (Files): Likewise.
5937         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
5938         * doc/posix-functions/vsnprintf.texi: Likewise.
5939
5940 2008-04-19  Bruno Haible  <bruno@clisp.org>
5941
5942         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
5943         from 0.0058 to less than 10^-7.
5944
5945 2008-04-19  Bruno Haible  <bruno@clisp.org>
5946
5947         Fix rounding when a precision is given.
5948         * lib/vasnprintf.c (is_borderline): New function.
5949         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
5950         9...9x.
5951         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
5952         %e, %g.
5953         * tests/test-vasprintf-posix.c (test_function): Likewise.
5954         * tests/test-snprintf-posix.h (test_function): Likewise.
5955         * tests/test-sprintf-posix.h (test_function): Likewise.
5956         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
5957         * tests/test-printf-posix.h (test_function): Likewise.
5958         * tests/test-printf-posix.output: Update.
5959         Reported by John Darrington <john@darrington.wattle.id.au> via
5960         Ben Pfaff <blp@cs.stanford.edu>.
5961
5962 2008-04-18  Simon Josefsson  <simon@josefsson.org>
5963
5964         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
5965         Suggested by Bruno Haible <bruno@clisp.org>.
5966
5967 2008-04-17  Bruno Haible  <bruno@clisp.org>
5968
5969         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
5970         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
5971         implementation.
5972         Patch by Bruce Merry <bmerry@gmail.com>.
5973
5974 2008-04-17  Simon Josefsson  <simon@josefsson.org>
5975
5976         * doc/posix-functions/strftime.texi (strftime): Mention that %e
5977         doesn't work under Windows.
5978
5979 2008-04-16  Bruno Haible  <bruno@clisp.org>
5980
5981         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
5982         New macros.
5983         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
5984         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
5985         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
5986         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
5987         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
5988         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
5989         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
5990         macros.
5991         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
5992         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
5993         Northern Sotho, Uighur.
5994
5995 2008-04-16  Bruno Haible  <bruno@clisp.org>
5996
5997         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
5998         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
5999         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
6000         Reported by Daniel Bergström <daniel@octocode.com>.
6001
6002 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
6003             Bruno Haible  <bruno@clisp.org>
6004
6005         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
6006         function.
6007         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
6008         New functions, mostly extracted from gl_locale_name_default.
6009         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
6010
6011 2008-04-16  Eric Blake  <ebb9@byu.net>
6012
6013         Adjust strtod detection to catch glibc 2.7 bug.
6014         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
6015         Reported by John Gatewood Ham.
6016
6017 2008-04-16  Bruno Haible  <bruno@clisp.org>
6018
6019         Add tentative support for Linux libc5.
6020         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
6021         * lib/fpurge.c (fpurge): Likewise.
6022         * lib/freadable.c (freadable): Likewise.
6023         * lib/freadahead.c (freadahead): Likewise.
6024         * lib/freading.c (freading): Likewise.
6025         * lib/freadptr.c (freadptr): Likewise.
6026         * lib/freadseek.c (freadptrinc): Likewise.
6027         * lib/fseeko.c (rpl_fseeko): Likewise.
6028         * lib/fseterr.c (fseterr): Likewise.
6029         * lib/fwritable.c (fwritable): Likewise.
6030         * lib/fwriting.c (fwriting): Likewise.
6031         Reported by Alain Guibert <alguibert+bts@free.fr>.
6032
6033 2008-04-15  Bruno Haible  <bruno@clisp.org>
6034
6035         * modules/mathl (configure.ac): Define module indicator.
6036
6037 2008-04-15  Bruno Haible  <bruno@clisp.org>
6038
6039         * lib/logl.c (logl): Remove unused variables.
6040
6041 2008-04-15  Bruno Haible  <bruno@clisp.org>
6042
6043         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
6044         fails.
6045
6046 2008-04-15  Bruno Haible  <bruno@clisp.org>
6047
6048         * lib/trim.c (trim2): Fix argument of isspace() macro.
6049
6050 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
6051
6052         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
6053         to 0.
6054         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
6055
6056 2008-04-14  Bruno Haible  <bruno@clisp.org>
6057
6058         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
6059         AC_LANG_PROGRAM argument.
6060         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
6061         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
6062         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
6063         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
6064         * m4/math_h.m4 (gl_MATH_H): Likewise.
6065         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
6066         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
6067         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
6068         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
6069         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
6070         * m4/regex.m4 (gl_REGEX): Likewise.
6071         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
6072         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
6073         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6074         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
6075         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6076         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6077         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
6078         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
6079
6080 2008-04-14  Jim Meyering  <meyering@redhat.com>
6081
6082         test-strtod: fix typos: s/abs/fabs/
6083         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
6084
6085 2008-04-13  Bruno Haible  <bruno@clisp.org>
6086
6087         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
6088         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
6089         module is also used and while not building the reloc-wrapper.
6090
6091 2008-04-13  Bruno Haible  <bruno@clisp.org>
6092
6093         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
6094
6095 2008-04-13  Bruno Haible  <bruno@clisp.org>
6096
6097         Fix AIX compilation failure introduced on 2008-04-02.
6098         * tests/test-frexp.c (exp): Undefine before redefining.
6099         * tests/test-frexpl.c (exp): Likewise.
6100
6101 2008-04-13  Bruno Haible  <bruno@clisp.org>
6102
6103         Work around a HP-UX stdio bug.
6104         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
6105         * tests/test-ftello.c (main): Likewise.
6106         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
6107         * doc/posix-functions/ftello.texi: Likewise.
6108
6109 2008-04-13  Bruno Haible  <bruno@clisp.org>
6110
6111         Make test-signbit pass on HP-UX/hppa.
6112         * tests/test-signbit.c (minus_zerol): New variable.
6113         (test_signbitl): Use it.
6114
6115 2008-04-13  Bruno Haible  <bruno@clisp.org>
6116
6117         Make truncl work on OSF/1 4.0.
6118         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
6119         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
6120         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
6121         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
6122         HAVE_DECL_TRUNCL.
6123         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
6124         HAVE_DECL_TRUNCL.
6125         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
6126
6127 2008-04-13  Bruno Haible  <bruno@clisp.org>
6128
6129         * lib/unictype.h: Remove trailing comma from enumeration definitions.
6130
6131 2008-04-13  Bruno Haible  <bruno@clisp.org>
6132
6133         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
6134         expression, so as to avoid HP-UX 11 cc compiler bug.
6135
6136 2008-04-13  Bruno Haible  <bruno@clisp.org>
6137
6138         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
6139
6140 2008-04-13  Bruno Haible  <bruno@clisp.org>
6141
6142         * lib/git-merge-changelog.c: Remove empty declaration outside of
6143         functions.
6144
6145 2008-04-13  Bruno Haible  <bruno@clisp.org>
6146
6147         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
6148
6149 2008-04-13  Bruno Haible  <bruno@clisp.org>
6150
6151         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
6152         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
6153         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
6154         also if it exists but lacks definitions of the SHUT_* macros.
6155         * modules/sys_socket (Description): Update.
6156         Reported by Elbert Pol <e.pol@chello.nl>.
6157
6158 2008-04-13  Bruno Haible  <bruno@clisp.org>
6159
6160         * lib/localcharset.c (OS2): Don't redefine if already defined.
6161         Reported by Elbert Pol <e.pol@chello.nl>.
6162
6163 2008-04-13  Bruno Haible  <bruno@clisp.org>
6164
6165         * lib/binary-io.h [__EMX__]: Include <io.h>.
6166         Reported by Elbert Pol <e.pol@chello.nl>.
6167
6168 2008-04-12  Bruno Haible  <bruno@clisp.org>
6169
6170         * lib/fpucw.h: Enable the definitions also for x86_64.
6171         Needed for NetBSD/x86_64.
6172         Reported by Thomas Klausner <tk@giga.or.at>.
6173
6174 2008-04-12  Bruno Haible  <bruno@clisp.org>
6175
6176         * tests/test-strtod.c: Include isnand.h.
6177         (main): Use isnand instead of isnan.
6178         Reported by Jim Meyering.
6179
6180 2008-04-12  Bruno Haible  <bruno@clisp.org>
6181
6182         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
6183         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
6184
6185 2008-04-12  Jim Meyering  <meyering@redhat.com>
6186
6187         * m4/math_h.m4 (gl_MATH_H): Fix typos.
6188
6189 2008-04-12  Bruno Haible  <bruno@clisp.org>
6190
6191         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
6192         Reported by Elbert Pol <e.pol@chello.nl>.
6193
6194 2008-04-12  Eric Blake  <ebb9@byu.net>
6195
6196         Work around Solaris 10 math.h bug.
6197         * m4/math_h.m4 (gl_MATH_H): Check for bug.
6198         (gl_MATH_H_DEFAULTS): Set up default.
6199         * modules/math (Makefile.am): Replace new indicators.
6200         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
6201         * tests/test-math.c (main): Test this.
6202         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
6203         * doc/posix-headers/math.texi (math.h): Mention bug.
6204         Reported by Nelson H. F. Beebe and Jim Meyering.
6205
6206 2008-04-11  Bruno Haible  <bruno@clisp.org>
6207
6208         Adapt to future versions of Apple GCC.
6209         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
6210         Reported by Peter O'Gorman <peter@pogma.com>.
6211
6212 2008-04-11  Bruno Haible  <bruno@clisp.org>
6213
6214         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
6215
6216 2008-04-11  Bruno Haible  <bruno@clisp.org>
6217
6218         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
6219
6220         * modules/getaddrinfo-tests (Makefile.am): Define
6221         test_getaddrinfo_LDADD.
6222
6223 2008-04-11  Bruno Haible  <bruno@clisp.org>
6224
6225         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
6226         (init): Fix syntax error.
6227         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
6228         is declared.
6229
6230 2008-04-11  Bruno Haible  <bruno@clisp.org>
6231
6232         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
6233         * modules/glob (Depends-on): Add stdbool.
6234
6235 2008-04-11  Bruno Haible  <bruno@clisp.org>
6236
6237         * lib/trim.c: Include <string.h>.
6238
6239 2008-04-11  Eric Blake  <ebb9@byu.net>
6240
6241         Avoid compile failure on OS/2.
6242         * lib/regex_internal.h (internal_function): Disable optimization
6243         on OS/2 (__EMX__), where it caused compiler error.
6244         Reported by Elbert Pol.
6245
6246 2008-04-11  Bruno Haible  <bruno@clisp.org>
6247
6248         Flush the standard error stream before aborting. Needed on mingw.
6249         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
6250         * tests/test-array_list.c (ASSERT): Likewise.
6251         * tests/test-array_oset.c (ASSERT): Likewise.
6252         * tests/test-avltree_list.c (ASSERT): Likewise.
6253         * tests/test-avltree_oset.c (ASSERT): Likewise.
6254         * tests/test-avltreehash_list.c (ASSERT): Likewise.
6255         * tests/test-binary-io.c (ASSERT): Likewise.
6256         * tests/test-byteswap.c (ASSERT): Likewise.
6257         * tests/test-c-ctype.c (ASSERT): Likewise.
6258         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
6259         * tests/test-c-strcasestr.c (ASSERT): Likewise.
6260         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
6261         * tests/test-c-strstr.c (ASSERT): Likewise.
6262         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
6263         * tests/test-canonicalize.c (ASSERT): Likewise.
6264         * tests/test-carray_list.c (ASSERT): Likewise.
6265         * tests/test-ceilf1.c (ASSERT): Likewise.
6266         * tests/test-ceilf2.c (ASSERT): Likewise.
6267         * tests/test-ceill.c (ASSERT): Likewise.
6268         * tests/test-count-one-bits.c (ASSERT): Likewise.
6269         * tests/test-fbufmode.c (ASSERT): Likewise.
6270         * tests/test-fflush2.c (ASSERT): Likewise.
6271         * tests/test-floorf1.c (ASSERT): Likewise.
6272         * tests/test-floorf2.c (ASSERT): Likewise.
6273         * tests/test-floorl.c (ASSERT): Likewise.
6274         * tests/test-fopen.c (ASSERT): Likewise.
6275         * tests/test-fpending.c (ASSERT): Likewise.
6276         * tests/test-fprintf-posix.c (ASSERT): Likewise.
6277         * tests/test-fpurge.c (ASSERT): Likewise.
6278         * tests/test-freadable.c (ASSERT): Likewise.
6279         * tests/test-freadahead.c (ASSERT): Likewise.
6280         * tests/test-freading.c (ASSERT): Likewise.
6281         * tests/test-freadptr.c (ASSERT): Likewise.
6282         * tests/test-freadptr2.c (ASSERT): Likewise.
6283         * tests/test-freadseek.c (ASSERT): Likewise.
6284         * tests/test-freopen.c (ASSERT): Likewise.
6285         * tests/test-frexp.c (ASSERT): Likewise.
6286         * tests/test-frexpl.c (ASSERT): Likewise.
6287         * tests/test-fseek.c (ASSERT): Likewise.
6288         * tests/test-fseeko.c (ASSERT): Likewise.
6289         * tests/test-fstrcmp.c (ASSERT): Likewise.
6290         * tests/test-ftell.c (ASSERT): Likewise.
6291         * tests/test-ftello.c (ASSERT): Likewise.
6292         * tests/test-func.c (ASSERT): Likewise.
6293         * tests/test-fwritable.c (ASSERT): Likewise.
6294         * tests/test-fwriting.c (ASSERT): Likewise.
6295         * tests/test-getdelim.c (ASSERT): Likewise.
6296         * tests/test-getline.c (ASSERT): Likewise.
6297         * tests/test-i-ring.c (ASSERT): Likewise.
6298         * tests/test-iconv-utf.c (ASSERT): Likewise.
6299         * tests/test-iconv.c (ASSERT): Likewise.
6300         * tests/test-isfinite.c (ASSERT): Likewise.
6301         * tests/test-isnand.c (ASSERT): Likewise.
6302         * tests/test-isnanf.c (ASSERT): Likewise.
6303         * tests/test-isnanl.h (ASSERT): Likewise.
6304         * tests/test-ldexpl.c (ASSERT): Likewise.
6305         * tests/test-linked_list.c (ASSERT): Likewise.
6306         * tests/test-linkedhash_list.c (ASSERT): Likewise.
6307         * tests/test-localename.c (ASSERT): Likewise.
6308         * tests/test-lseek.c (ASSERT): Likewise.
6309         * tests/test-mbscasecmp.c (ASSERT): Likewise.
6310         * tests/test-mbscasestr1.c (ASSERT): Likewise.
6311         * tests/test-mbscasestr2.c (ASSERT): Likewise.
6312         * tests/test-mbscasestr3.c (ASSERT): Likewise.
6313         * tests/test-mbscasestr4.c (ASSERT): Likewise.
6314         * tests/test-mbschr.c (ASSERT): Likewise.
6315         * tests/test-mbscspn.c (ASSERT): Likewise.
6316         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
6317         * tests/test-mbspbrk.c (ASSERT): Likewise.
6318         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
6319         * tests/test-mbsrchr.c (ASSERT): Likewise.
6320         * tests/test-mbsspn.c (ASSERT): Likewise.
6321         * tests/test-mbsstr1.c (ASSERT): Likewise.
6322         * tests/test-mbsstr2.c (ASSERT): Likewise.
6323         * tests/test-mbsstr3.c (ASSERT): Likewise.
6324         * tests/test-memchr2.c (ASSERT): Likewise.
6325         * tests/test-memmem.c (ASSERT): Likewise.
6326         * tests/test-open.c (ASSERT): Likewise.
6327         * tests/test-printf-frexp.c (ASSERT): Likewise.
6328         * tests/test-printf-frexpl.c (ASSERT): Likewise.
6329         * tests/test-printf-posix.c (ASSERT): Likewise.
6330         * tests/test-quotearg.c (ASSERT): Likewise.
6331         * tests/test-rbtree_list.c (ASSERT): Likewise.
6332         * tests/test-rbtree_oset.c (ASSERT): Likewise.
6333         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
6334         * tests/test-round1.c (ASSERT): Likewise.
6335         * tests/test-roundf1.c (ASSERT): Likewise.
6336         * tests/test-roundl.c (ASSERT): Likewise.
6337         * tests/test-signbit.c (ASSERT): Likewise.
6338         * tests/test-sleep.c (ASSERT): Likewise.
6339         * tests/test-snprintf-posix.c (ASSERT): Likewise.
6340         * tests/test-snprintf.c (ASSERT): Likewise.
6341         * tests/test-sprintf-posix.c (ASSERT): Likewise.
6342         * tests/test-stat-time.c (ASSERT): Likewise.
6343         * tests/test-strcasestr.c (ASSERT): Likewise.
6344         * tests/test-strerror.c (ASSERT): Likewise.
6345         * tests/test-striconv.c (ASSERT): Likewise.
6346         * tests/test-striconveh.c (ASSERT): Likewise.
6347         * tests/test-striconveha.c (ASSERT): Likewise.
6348         * tests/test-strsignal.c (ASSERT): Likewise.
6349         * tests/test-strstr.c (ASSERT): Likewise.
6350         * tests/test-strtod.c (ASSERT): Likewise.
6351         * tests/test-trunc1.c (ASSERT): Likewise.
6352         * tests/test-trunc2.c (ASSERT): Likewise.
6353         * tests/test-truncf1.c (ASSERT): Likewise.
6354         * tests/test-truncf2.c (ASSERT): Likewise.
6355         * tests/test-truncl.c (ASSERT): Likewise.
6356         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
6357         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
6358         * tests/test-vasnprintf.c (ASSERT): Likewise.
6359         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
6360         * tests/test-vasprintf.c (ASSERT): Likewise.
6361         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
6362         * tests/test-vprintf-posix.c (ASSERT): Likewise.
6363         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
6364         * tests/test-vsnprintf.c (ASSERT): Likewise.
6365         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
6366         * tests/test-wcwidth.c (ASSERT): Likewise.
6367         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
6368         * tests/test-xprintf-posix.c (ASSERT): Likewise.
6369         * tests/test-xvasprintf.c (ASSERT): Likewise.
6370         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
6371         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
6372         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
6373         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
6374         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
6375         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
6376         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
6377         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
6378         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
6379         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
6380         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
6381         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
6382         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
6383         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
6384         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
6385         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
6386         * tests/unictype/test-block_list.c (ASSERT): Likewise.
6387         * tests/unictype/test-block_of.c (ASSERT): Likewise.
6388         * tests/unictype/test-block_test.c (ASSERT): Likewise.
6389         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
6390         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
6391         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
6392         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
6393         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
6394         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
6395         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
6396         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
6397         * tests/unictype/test-combining.c (ASSERT): Likewise.
6398         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
6399         * tests/unictype/test-digit.c (ASSERT): Likewise.
6400         * tests/unictype/test-mirror.c (ASSERT): Likewise.
6401         * tests/unictype/test-numeric.c (ASSERT): Likewise.
6402         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
6403         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
6404         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
6405         * tests/unictype/test-scripts.c (ASSERT): Likewise.
6406         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
6407         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
6408         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
6409         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
6410         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
6411         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
6412         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
6413         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
6414         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
6415         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
6416         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
6417         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
6418         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
6419         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
6420         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
6421         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
6422         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
6423         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
6424         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
6425         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
6426         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
6427         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
6428         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
6429         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
6430         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
6431         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
6432         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
6433         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
6434         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
6435         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
6436         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
6437         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
6438         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
6439         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
6440         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
6441         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
6442         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
6443         Reported by Eric Blake.
6444
6445 2008-04-11  Bruno Haible  <bruno@clisp.org>
6446
6447         * lib/wchar.in.h: Tweak comment.
6448
6449 2008-04-11  Bruno Haible  <bruno@clisp.org>
6450
6451         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
6452         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
6453         gl_COMMON.
6454         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
6455
6456 2008-04-11  Bruno Haible  <bruno@clisp.org>
6457
6458         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
6459
6460 2008-04-11  Simon Josefsson  <simon@josefsson.org>
6461
6462         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
6463         of attempting to use non-existing /dev/*random.  Based on patch
6464         from Adam Strzelecki <ono@java.pl> in
6465         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
6466
6467 2008-04-08  Bruno Haible  <bruno@clisp.org>
6468
6469         Add tentative support for emx+gcc.
6470         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
6471         * lib/fpurge.c (fpurge): Likewise.
6472         * lib/freadable.c (freadable): Likewise.
6473         * lib/freadahead.c (freadahead): Likewise.
6474         * lib/freading.c (freading): Likewise.
6475         * lib/freadptr.c (freadptr): Likewise.
6476         * lib/freadseek.c (freadptrinc): Likewise.
6477         * lib/fseeko.c (rpl_fseeko): Likewise.
6478         * lib/fseterr.c (fseterr): Likewise.
6479         * lib/fwritable.c (fwritable): Likewise.
6480         * lib/fwriting.c (fwriting): Likewise.
6481         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
6482
6483 2008-04-09  Eric Blake  <ebb9@byu.net>
6484
6485         Avoid some autoconf warnings.
6486         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
6487         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
6488         * m4/afs.m4 (gl_AFS): Likewise.
6489         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
6490         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
6491         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
6492         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
6493         (gl_INTEGER_TYPE_SUFFIX): Likewise.
6494         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
6495         (AC_CHECK_DECLS_ONCE): Likewise.
6496         Rename file...
6497         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
6498         gnulib-tool requires autoconf 2.59 or better.
6499         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
6500
6501 2008-04-08  Eric Blake  <ebb9@byu.net>
6502
6503         Use 'git describe --match' if present (added in git 1.5.5).
6504         * build-aux/git-version-gen: Limit result to tags that match 'v*'
6505         if possible.
6506
6507 2008-04-08  Bruno Haible  <bruno@clisp.org>
6508
6509         Add tentative support for OpenServer.
6510         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
6511         _ptr, _cnt.
6512         * lib/fpurge.c (fpurge): Likewise.
6513         * lib/freadable.c (freadable): Likewise.
6514         * lib/freadahead.c (freadahead): Likewise.
6515         * lib/freading.c (freading): Likewise.
6516         * lib/freadptr.c (freadptr): Likewise.
6517         * lib/freadseek.c (freadptrinc): Likewise.
6518         * lib/fseeko.c (rpl_fseeko): Likewise.
6519         * lib/fseterr.c (fseterr): Likewise.
6520         * lib/fwritable.c (fwritable): Likewise.
6521         * lib/fwriting.c (fwriting): Likewise.
6522         Reported by Roger Cornelius <rac@tenzing.org> and
6523         Brian K. White <brian@aljex.com>.
6524
6525 2008-04-06  Jim Meyering  <meyering@redhat.com>
6526
6527         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
6528
6529 2008-04-06  Bruno Haible  <bruno@clisp.org>
6530
6531         Avoid possible error with non-ASCII bytes in UTF-8 locales.
6532         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
6533         * tests/test-printf-posix.sh: Likewise.
6534         * tests/test-vfprintf-posix.sh: Likewise.
6535         * tests/test-vprintf-posix.sh: Likewise.
6536         * tests/test-xprintf-posix.sh: Likewise.
6537
6538 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6539
6540         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
6541         hide error from 'ls', needed on OS/2.
6542         Report by Elbert Pol <elbert.pol@gmail.com>.
6543
6544 2008-04-04  Eric Blake  <ebb9@byu.net>
6545
6546         Make test-fseeko.c failures meaningful.
6547         * tests/test-fseeko.c: Print line number on failure.
6548         * tests/test-fseek.c: Likewise.
6549         Reported by Nelson H. F. Beebe.
6550
6551         Improve strtod bug detection check.
6552         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
6553         required for Solaris 10.
6554         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
6555
6556 2008-04-04  Bruno Haible  <bruno@clisp.org>
6557
6558         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
6559         by m4/setenv.m4.
6560
6561 2008-04-03  Eric Blake  <ebb9@byu.net>
6562
6563         Ensure sane .version contents.
6564         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
6565         version string.
6566         * build-aux/git-version-gen: Improve documentation.
6567
6568         Make GNU make output nicer.
6569         * top/GNUmakefile [!_have-Makefile]: Add dependency on
6570         MAKECMDGOALS to enforce message for all command line targets.  Set
6571         srcdir for use in maint.mk.
6572
6573         Another maintainer tweak.
6574         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
6575         a target that regenerates version.
6576
6577 2008-04-03  Jim Meyering  <meyering@redhat.com>
6578
6579         vc-list-files: don't cause coreutils "make po-check" failure
6580         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
6581
6582 2008-04-03  Eric Blake  <ebb9@byu.net>
6583
6584         Allow VPATH usage of vc-list-files.
6585         * build-aux/vc-list-files (scriptversion): Add timestamp.
6586         (options): Add --help, --version, -C.
6587         (CVS): Support installed cvsu.
6588
6589 2008-04-02  Bruno Haible  <bruno@clisp.org>
6590
6591         Avoid some "statement with no effect" warnings from gcc.
6592         * tests/test-wctype.c (main): Explicitly ignore unused values.
6593         Reported by Jim Meyering.
6594
6595 2008-04-02  Jim Meyering  <meyering@redhat.com>
6596
6597         Avoid some warnings from "gcc -Wshadow".
6598         * tests/test-frexp.c (exp): Define to a different identifier.
6599         * tests/test-frexpl.c (exp): Likewise.
6600
6601 2008-04-03  Jim Meyering  <meyering@redhat.com>
6602
6603         bootstrap: remove dangling *.[ch] symlinks from lib
6604         * build-aux/bootstrap [dangling symlink removal]: Move find's
6605         -depth option to precede all others, to avoid a warning.
6606         Remove *.[ch] files too, and from "$source_base" (usually lib/).
6607
6608 2008-04-02  Bruno Haible  <bruno@clisp.org>
6609
6610         Avoid some warnings from "gcc -Wshadow".
6611         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
6612         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
6613         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
6614         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
6615         Reported by Jim Meyering.
6616
6617 2008-04-01  Bruno Haible  <bruno@clisp.org>
6618
6619         Fix test to work on IRIX 6.5 with cc.
6620         * tests/test-math.c (numeric_equal): New function.
6621         (main): Use it.
6622
6623 2008-04-01  Bruno Haible  <bruno@clisp.org>
6624
6625         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
6626
6627 2008-04-01  Bruno Haible  <bruno@clisp.org>
6628
6629         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
6630         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6631         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
6632         (Depends-on): Remove math.
6633
6634         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
6635         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6636         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
6637         (Depends-on): Remove math.
6638
6639         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
6640         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6641         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
6642         (Depends-on): Remove math.
6643         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
6644         (Depends-on): Remove math.
6645
6646         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
6647         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6648         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
6649         (Depends-on): Remove math.
6650         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
6651         (Depends-on): Remove math.
6652
6653         * tests/test-round1.c: Include nan.h.
6654         (main): Use NaNd instead of NAN.
6655         * modules/round-tests (Files): Add tests/nan.h.
6656
6657         * tests/test-trunc1.c: Include nan.h.
6658         (main): Use NaNd instead of NAN.
6659         * modules/trunc-tests (Files): Add tests/nan.h.
6660
6661         * tests/test-roundf1.c: Include nan.h.
6662         (main): Use NaNf instead of NAN.
6663         * modules/roundf-tests (Files): Add tests/nan.h.
6664
6665         * tests/test-truncf1.c: Include nan.h.
6666         (main): Use NaNf instead of NAN.
6667         * modules/truncf-tests (Files): Add tests/nan.h.
6668
6669         * tests/test-ceilf1.c: Include nan.h.
6670         (main): Use NaNf instead of NAN.
6671         * modules/ceilf-tests (Files): Add tests/nan.h.
6672
6673         * tests/test-floorf1.c: Include nan.h.
6674         (main): Use NaNf instead of NAN.
6675         * modules/floorf-tests (Files): Add tests/nan.h.
6676
6677         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
6678         (main): Use NaNf instead of NAN.
6679         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
6680
6681         * tests/test-isnand.c: Include nan.h instead of <math.h>.
6682         (main): Use NaNd instead of NAN.
6683         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
6684
6685         * tests/test-frexp.c: Include nan.h.
6686         (main): Use NaNd instead of NAN.
6687         * modules/frexp-tests (Files): Add tests/nan.h.
6688
6689         * lib/isnan.c: Don't include <math.h>.
6690         (FUNC): Don't use NAN macro.
6691         * modules/isnand-nolibm (Depends-on): Remove math.
6692         * modules/isnanf-nolibm (Depends-on): Remove math.
6693         * modules/isnanl (Depends-on): Remove math.
6694         * modules/isnanl-nolibm (Depends-on): Remove math.
6695
6696         * tests/nan.h: New file.
6697
6698 2008-04-01  Eric Blake  <ebb9@byu.net>
6699
6700         Fix typos.
6701         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
6702         values to be the right type.
6703
6704         For now, cater to gnulib strtod inaccuracies.
6705         * tests/test-strtod.c (main): Allow 1-ulp error on expected
6706         fractional results.  While not as nice from a QoI perspective, it
6707         is a quicker patch than correctly implementing decimal to binary
6708         rounding.
6709
6710 2008-03-31  Eric Blake  <ebb9@byu.net>
6711
6712         Guarantee a definition of NAN.
6713         * lib/math.in.h (NAN): Define if missing.
6714         * tests/test-math.c (main): Test it.
6715         * doc/posix-headers/math.texi (math.h): Document this.
6716         * lib/isnan.c (rpl_isnand): Use it.
6717         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
6718         * tests/test-floorf1.c (NaN): Likewise.
6719         * tests/test-frexp.c (NaN): Likewise.
6720         * tests/test-isnand.c (NaN): Likewise.
6721         * tests/test-isnanf.c (NaN): Likewise.
6722         * tests/test-round1.c (NaN): Likewise.
6723         * tests/test-roundf1.c (NaN): Likewise.
6724         * tests/test-snprintf-posix.h (NaN): Likewise.
6725         * tests/test-sprintf-posix.h (NaN): Likewise.
6726         * tests/test-trunc1.c (NaN): Likewise.
6727         * tests/test-truncf1.c (NaN): Likewise.
6728         * tests/test-vasnprintf-posix.c (NaN): Likewise.
6729         * tests/test-vasprintf-posix.c (NaN): Likewise.
6730         * modules/isnand-nolibm (Depends-on): Add math.
6731         * modules/isnanf-nolibm (Depends-on): Likewise.
6732         * modules/isnanl (Depends-on): Likewise.
6733         * modules/isnanl-nolibm (Depends-on): Likewise.
6734         * modules/snprintf-posix-tests (Depends-on): Likewise.
6735         * modules/sprintf-posix-tests (Depends-on): Likewise.
6736         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
6737         * modules/vsprintf-posix-tests (Depends-on): Likewise.
6738         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
6739         * modules/vasprintf-posix-tests (Depends-on): Likewise.
6740
6741 2008-03-31  Bruno Haible  <bruno@clisp.org>
6742
6743         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
6744         * doc/posix-functions/strtod.texi: Likewise.
6745
6746 2008-03-31  Bruno Haible  <bruno@clisp.org>
6747
6748         * tests/test-strtod.c (main): Don't use C99 syntax.
6749
6750 2008-03-31  Bruno Haible  <bruno@clisp.org>
6751
6752         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
6753         Reported by Eric Blake.
6754
6755 2008-03-31  Jim Meyering  <meyering@redhat.com>
6756
6757         Don't compare actual signbit return values.
6758         * tests/test-strtod.c (main): Rather, compare only their
6759         zero/non-zero nature.
6760
6761 2008-03-31  Eric Blake  <ebb9@byu.net>
6762
6763         More strtod documentation.
6764         * doc/posix-functions/strtod.texi (strtod): Interpret more test
6765         failures as distinct bugs.
6766
6767 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6768
6769         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
6770         Problem reported by Erik Benada in
6771         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
6772
6773 2008-03-30  Bruno Haible  <bruno@clisp.org>
6774
6775         * tests/test-strtod.c: Add comments about which assertion fails on which
6776         platform.
6777         * doc/posix-functions/strtod.texi: Add info about many more platforms.
6778
6779 2008-03-30  Eric Blake  <ebb9@byu.net>
6780
6781         Test signbit behavior on zeros.
6782         * tests/test-signbit.c (test_signbitf): Add tests for zero.
6783         (test_signbitd, test_signbitl): Likewise.
6784
6785         More strtod touchups.
6786         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
6787         sign of negative underflow, for now.  Use .5, not .1.
6788         * doc/posix-functions/strtod.texi (strtod): Mention these
6789         limitations.
6790         Reported by Jim Meyering.
6791
6792 2008-03-30  Bruno Haible  <bruno@clisp.org>
6793
6794         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
6795         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
6796
6797 2008-03-30  Bruno Haible  <bruno@clisp.org>
6798
6799         Avoid failure when attempting to return empty iconv results on some
6800         platforms.
6801         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
6802         allocation, don't report ENOMEM when the resulting string is empty.
6803
6804 2008-03-30  Bruno Haible  <bruno@clisp.org>
6805
6806         Fix buffer overrun.
6807         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
6808         Don't consider the width for tmp_length. Check count against tmp_length
6809         before doing the padding. Ensure enough allocation during padding.
6810
6811 2008-03-30  Eric Blake  <ebb9@byu.net>
6812
6813         strtod touchups.
6814         * lib/strtod.c (strtod): Avoid compiler warnings.
6815         Reported by Jim Meyering.
6816
6817 2008-03-30  Bruno Haible  <bruno@clisp.org>
6818
6819         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
6820         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
6821         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
6822         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
6823         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
6824         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
6825         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
6826         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
6827
6828         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
6829         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
6830         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
6831         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
6832         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
6833         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
6834         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
6835         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
6836
6837         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
6838         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
6839         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
6840         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
6841         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
6842         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
6843         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
6844         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
6845
6846         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
6847         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
6848
6849         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
6850         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
6851
6852         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
6853         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
6854
6855         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
6856         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
6857         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
6858
6859         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
6860         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
6861         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
6862
6863         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
6864         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
6865         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
6866
6867         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
6868         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
6869         * modules/vasprintf (Depends-on): Add EOVERFLOW.
6870
6871         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
6872         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
6873         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
6874         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
6875         (Depends-on): Add EOVERFLOW.
6876         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
6877         (Depends-on): Add EOVERFLOW.
6878         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
6879         (Depends-on): Add EOVERFLOW.
6880         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
6881         (Depends-on): Add EOVERFLOW.
6882         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
6883         (Depends-on): Add EOVERFLOW.
6884         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
6885         (Depends-on): Add EOVERFLOW.
6886         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
6887         (Depends-on): Add EOVERFLOW.
6888         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
6889         (Depends-on): Add EOVERFLOW.
6890
6891         * lib/sprintf.c (EOVERFLOW): Remove fallback.
6892         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
6893         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
6894
6895         * lib/snprintf.c (EOVERFLOW): Remove fallback.
6896         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
6897         * modules/snprintf (Depends-on): Add EOVERFLOW.
6898
6899         * lib/poll.c (EOVERFLOW): Remove fallback.
6900         * modules/poll (Depends-on): Add EOVERFLOW.
6901
6902         * lib/getugroups.c (EOVERFLOW): Remove fallback.
6903         * modules/getugroups (Depends-on): Add EOVERFLOW.
6904
6905         * lib/getdelim.c (EOVERFLOW): Remove fallback.
6906         * modules/getdelim (Depends-on): Add EOVERFLOW.
6907
6908         * lib/ftell.c (EOVERFLOW): Remove fallback.
6909         * modules/ftell (Depends-on): Add EOVERFLOW.
6910
6911         * lib/fprintf.c (EOVERFLOW): Remove fallback.
6912         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
6913         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
6914
6915         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
6916
6917         * modules/EOVERFLOW-tests: New file.
6918         * tests/test-EOVERFLOW.c: New file.
6919
6920         * modules/EOVERFLOW: New file.
6921         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
6922
6923 2008-03-30  Bruno Haible  <bruno@clisp.org>
6924
6925         Fix bug introduced on 2007-06-10.
6926         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
6927         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
6928
6929 2008-03-30  Bruno Haible  <bruno@clisp.org>
6930
6931         Improve freadseek's efficiency after ungetc.
6932         * lib/freadseek.c: Include freadahead.h.
6933         (freadptrinc): New function, extracted from freadseek.
6934         (freadseek): Use it in a loop. Use freadahead to determine the number
6935         of loop iterations.
6936         * modules/freadseek (Depends-on): Add freadahead.
6937         (configure.ac): Require AC_C_INLINE.
6938
6939 2008-03-30  Bruno Haible  <bruno@clisp.org>
6940
6941         * lib/freadseek.c (freadseek): Don't ignore the return value of
6942         freadptr.
6943
6944 2008-03-29  Eric Blake  <ebb9@byu.net>
6945
6946         Add hex float support.
6947         * modules/strtod (Depends-on): Add c-ctype.
6948         (Link): Mention POW_LIB.
6949         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
6950         whitespace between 'e' and exponent.
6951         * tests/test-strtod.c (main): Enable hex float tests.
6952         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
6953         now provides.
6954
6955         Document various strtod bugs, with some fixes.
6956         * doc/posix-functions/strtod.texi (strtod): Document bugs with
6957         "-0x", "inf", "nan", and hex constants.
6958         * doc/posix-functions/atof.texi (atof): Likewise.
6959         * modules/stdlib (Makefile.am): Support strtod.
6960         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
6961         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
6962         detect additional strtod bugs.
6963         * lib/stdlib.in.h (rpl_strtod): Add declarations.
6964         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
6965         bool where appropriate.  Parse 'inf' and 'nan'.
6966         * tests/test-strtod.c: New file.
6967         * modules/strtod (Depends-on): Add stdbool, stdlib.
6968         (configure.ac): Turn on module indicator.
6969         * modules/strtod-tests: New module.
6970
6971 2008-03-29  Eric Blake  <ebb9@byu.net>
6972
6973         Fix ftell on mingw.
6974         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
6975         * modules/ftell-tests (Depends-on): Add binary-io.
6976         * modules/ftello-tests (Depends-on): Likewise.
6977         * tests/test-ftell.c (main): Enhance test to cover behavior after
6978         ungetc.  Enforce binary mode.
6979         * tests/test-ftello.c (main): Likewise.
6980
6981         Pass test-freadseek on cygwin.
6982         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
6983         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
6984         ungetc buffer.
6985
6986         * tests/test-fflush2.c (main): Fix typo.
6987
6988 2008-03-29  Bruno Haible  <bruno@clisp.org>
6989
6990         * tests/test-fflush2.c (main): Temporarily disable the contents of
6991         this test.
6992         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
6993         Reported by Eric Blake.
6994
6995 2008-03-28  Simon Josefsson  <simon@josefsson.org>
6996
6997         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
6998         (GC_SHA224_DIGEST_SIZE): Add.
6999
7000         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
7001         (gc_hash_digest_length): Likewise.
7002         (gc_hash_buffer): Likewise.
7003
7004 2008-03-25  Bruno Haible  <bruno@clisp.org>
7005
7006         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
7007         detail which gettext release to use.
7008         Reported by Simon Josefsson.
7009
7010 2008-03-26  Jim Meyering  <meyering@redhat.com>
7011
7012         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
7013         * modules/gnumakefile (clean-GNUmakefile): Also, use
7014         test ... && ... || : syntax rather than if-then ... fi.
7015
7016         gnumakefile: Don't double-quote-expand $(VPATH) value.
7017         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
7018
7019 2008-03-24  Eric Blake  <ebb9@byu.net>
7020
7021         Alter GNUmakefile to install into top directory.
7022         * modules/maintainer-makefile: Split, and add dependency...
7023         * modules/gnumakefile: to this new module.
7024         * build-aux/GNUmakefile: Move...
7025         * top/GNUmakefile: ...here.
7026         * build-aux/maint.mk: Move...
7027         * top/maint.mk: ...here.
7028         * MODULES.html.sh (Support for maintaining...): Document new
7029         module.
7030
7031 2008-03-23  Bruno Haible  <bruno@clisp.org>
7032
7033         * gnulib-tool: New options --vc-files, --no-vc-files.
7034         (func_usage): Document them.
7035         (vc_files): New variable.
7036         (func_import): Consider vc_files.
7037         (func_create_testdir): Set vc_files to empty.
7038         Suggested by Jim Meyering and Karl Berry.
7039
7040 2008-03-23  Bruno Haible  <bruno@clisp.org>
7041
7042         Fix regex compilation error on HP-UX 11.
7043         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
7044         * modules/regex (Files): Add m4/mbstate_t.m4.
7045         Reported by Ton Voon <ton.voon@altinity.com>.
7046
7047 2008-03-23  Bruno Haible  <bruno@clisp.org>
7048
7049         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
7050
7051 2008-03-23  Eric Blake  <ebb9@byu.net>
7052             Bruno Haible  <bruno@clisp.org>
7053
7054         Install files from top/ in the destination directory.
7055         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
7056         augmentation also for the files from top/.
7057         (func_import, func_create_testdir): Rewrite file names:
7058         top/filename -> filename.
7059
7060 2008-03-23  Bruno Haible  <bruno@clisp.org>
7061
7062         Tweak "gnulib --version" output.
7063         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
7064
7065 2008-03-23  Bruno Haible  <bruno@clisp.org>
7066
7067         Tweak "gnulib --version" output.
7068         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
7069         rather than contents of ChangeLog, when possible.
7070
7071 2008-03-21  Eric Blake  <ebb9@byu.net>
7072
7073         More --version tweaks.
7074         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
7075         date of last ChangeLog entry.
7076
7077 2008-03-21  Jim Meyering  <meyering@redhat.com>
7078
7079         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
7080
7081 2008-03-20  Eric Blake  <ebb9@byu.net>
7082
7083         VPATH fix.
7084         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
7085
7086 2008-03-20  Simon Josefsson  <simon@josefsson.org>
7087
7088         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
7089         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
7090
7091 2008-03-20  Eric Blake  <ebb9@byu.net>
7092
7093         Sync GNUmakefile with coreutils.
7094         * build-aux/GNUmakefile (have-Makefile): Rename...
7095         (_have-Makefile): ...to this, for namespace consideration.
7096         (GNUmakefile.cfg): Include, if present.
7097         (_autoreconf): Define a default.
7098         (_is-dist-target): New rule for rebuilds to pick up intra-release
7099         version.
7100         (maint-cfg.mk): Rename...
7101         (cfg.mk): ...to this.
7102
7103 2008-03-18  Jim Meyering  <meyering@redhat.com>
7104
7105         New script and module: mktempd
7106         * MODULES.html.sh (maint+release support): Add mktempd.
7107         * build-aux/mktempd: New file.
7108         * modules/mktempd: New file.
7109
7110 2008-03-15  Jim Meyering  <meyering@redhat.com>
7111
7112         Undo last change.
7113         * lib/sha1.c, lib/md5.c: 63 != ~63.
7114         Reported by Andreas Schwab.
7115
7116         sha1.c, md5.c: Hoist a redundant expression.
7117         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
7118         "ctx->buflen" only once, before calling *_process_block.
7119         * lib/md5.c (md5_process_bytes): Likewise.
7120
7121 2008-03-14  Eric Blake  <ebb9@byu.net>
7122
7123         Bump copyright year in files generated by gnulib-tool.
7124         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
7125         gnulib-tool, rather than hard-coding it.
7126
7127         Fix 'gnulib-tool --version' output to work with git.
7128         * gnulib-tool (func_gnulib_dir): New function, extracted from...
7129         (startup): ...here.
7130         (func_version): Use it to invoke git-version-gen, rather than
7131         relying on CVS keyword expansion.  Modernize wording.
7132         (cvsdatestamp, last_checkin_date, version): Kill unused
7133         variables.
7134
7135 2008-03-12  Jim Meyering  <meyering@redhat.com>
7136
7137         Recognize optional cast of the argument to free.
7138         * build-aux/useless-if-before-free: Update regexps.
7139
7140         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
7141
7142 2008-03-11  Bruno Haible  <bruno@clisp.org>
7143
7144         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
7145         by a single package.
7146         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
7147         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
7148         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
7149         Reported by Sam Steingold <sds@gnu.org>.
7150
7151 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7152
7153         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
7154         repositories.
7155
7156 2008-03-11  Bruno Haible  <bruno@clisp.org>
7157
7158         Avoid conflicts between local macro definitions.
7159         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
7160         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
7161
7162 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
7163             Bruno Haible  <bruno@clisp.org>
7164
7165         Make va_copy work with some version of xlc on AIX 5.1.
7166         * lib/stdarg.in.h: New file.
7167         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
7168         On AIX, use a <stdarg.h> file substitute.
7169         * modules/stdarg (Files): Add lib/stdarg.in.h.
7170         (Depends-on): Add include_next.
7171         (Makefile.am): Build a stdarg.h substitute if requested.
7172         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
7173
7174 2008-03-10  Bruno Haible  <bruno@clisp.org>
7175
7176         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
7177         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
7178         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
7179
7180 2008-03-10  Bruno Haible  <bruno@clisp.org>
7181
7182         * modules/stdlib (Depends-on): Add include_next, remove
7183         absolute-header.
7184
7185 2008-03-09  Bruno Haible  <bruno@clisp.org>
7186
7187         * lib/freadahead.h (freadahead): Document more precisely.
7188         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
7189         the sum of both buffer sizes.
7190         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
7191         * NEWS: Document the change.
7192
7193 2008-03-09  Bruno Haible  <bruno@clisp.org>
7194
7195         Extend freadptr to return also the buffer size.
7196         * lib/freadptr.h (freadptr): Add sizep argument.
7197         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
7198         (freadptr): Add sizep argument. Determine buffer size like freadahead
7199         does.
7200         * tests/test-freadptr.c: Don't include freadahead.h.
7201         (main): Adapt for new calling convention of freadptr.
7202         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
7203         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
7204         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
7205         tests/test-freadptr2.sh.
7206         (Depends): Remove freadahead.
7207         (TESTS): Add test-freadptr2.sh.
7208         (check_PROGRAMS): Add test-freadptr2.
7209
7210 2008-03-09  Bruno Haible  <bruno@clisp.org>
7211
7212         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
7213         Report and solution by Simon Josefsson.
7214
7215 2008-03-06  Bruno Haible  <bruno@clisp.org>
7216
7217         Make fflush after ungetc work on BSD platforms.
7218         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
7219         * tests/test-fflush2.c: New file.
7220         * tests/test-fflush2.sh: New file.
7221         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
7222         tests/test-fflush2.c.
7223         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
7224         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
7225
7226 2008-03-06  Eric Blake  <ebb9@byu.net>
7227
7228         Likewise for ftello.
7229         * modules/ftello (Dependencies): Add extensions.
7230         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
7231
7232 2008-03-06  Bruno Haible  <bruno@clisp.org>
7233
7234         * modules/fseeko (Dependencies): Add extensions.
7235         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
7236         Needed on glibc systems.
7237
7238 2008-03-06  Bruno Haible  <bruno@clisp.org>
7239
7240         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
7241         email address.
7242         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
7243
7244 2008-03-06  Bruno Haible  <bruno@clisp.org>
7245
7246         * users.txt: Add libgnupdf.
7247
7248 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
7249
7250         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
7251         (Header File Substitutes, Function Substitutes,
7252         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
7253         (Build robot for gnulib): Fix typo.
7254
7255 2008-03-06  Bruno Haible  <bruno@clisp.org>
7256
7257         * doc/gnulib-tool.texi (VCS Issues): Small updates.
7258         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
7259
7260 2008-03-06  Bruno Haible  <bruno@clisp.org>
7261
7262         * doc/func.texi: New file, extracted from doc/gnulib.texi.
7263         * doc/gnulib.texi: Include it.
7264
7265 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7266
7267         * modules/func (License): Change license to unlimited; there was
7268         no LGPL parts in the module anyway.
7269
7270 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7271
7272         * modules/__func__: Renamed to modules/func.
7273         * modules/__func__-tests: Renamed to modules/func-tests.
7274         * tests/test-__func__.c: Renamed to tests/test-func.c.
7275         * m4/__func__.m4: Renamed to m4/func.m4.
7276         * doc/gnulib.texi (__func__): Section renamed to func.
7277         Suggested by Eric Blake <ebb9@byu.net>.
7278
7279 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7280
7281         * doc/gnulib.texi (__func__): Use C99 terminology when talking
7282         about __func__.  Make example self-contained.  Suggested by Eric
7283         Blake <ebb9@byu.net>.
7284
7285         * tests/test-__func__.c (main): Avoid extraneous () around __func.
7286         Suggested by Eric Blake <ebb9@byu.net>.
7287
7288 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7289
7290         * modules/__func__: New file.
7291         * modules/__func__-tests: New file.
7292         * tests/test-__func__.c: New file.
7293         * m4/__func__.m4: New file.
7294         * doc/gnulib.texi (__func__): Document __func__ module.
7295
7296 2008-03-05  Simon Josefsson  <simon@josefsson.org>
7297
7298         * modules/byteswap (License): Re-license as LGPLv2+.
7299
7300 2008-03-05  Simon Josefsson  <simon@josefsson.org>
7301
7302         * doc/Makefile: Add pdf target.
7303
7304 2008-03-05  Simon Josefsson  <simon@josefsson.org>
7305
7306         * modules/inline (License): Use 'unlimited', since there are only
7307         *.m4 files in this module.
7308
7309 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
7310             Bruno Haible  <bruno@clisp.org>
7311
7312         Add support for HP C 7.1 on OpenVMS 8.3.
7313         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
7314
7315 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
7316
7317         Update VMS specifics.
7318         * lib/getopt.c [VMS]: Remove include of unixlib.h.
7319
7320 2008-03-02  Jim Meyering  <meyering@redhat.com>
7321
7322         Remove the last dependency on the "free" module.
7323         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
7324         Reported by Bob Proulx.
7325
7326         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
7327
7328         Remove useless "if" tests before free.  Deprecate "free" module.
7329         * doc/posix-functions/free.texi: Mention that this
7330         module is no longer useful.
7331         * modules/free (Notice): Say this module is obsolete.
7332         * modules/readutmp (Depends-on): Remove free.
7333         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
7334         * lib/putenv.c (putenv): Likewise.
7335         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
7336         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
7337         * tests/test-c-strcasestr.c (main): Likewise.
7338         * tests/test-c-strstr.c (main): Likewise.
7339         * tests/test-mbscasestr1.c (main): Likewise.
7340         * tests/test-mbscasestr2.c (main): Likewise.
7341         * tests/test-mbsstr1.c (main): Likewise.
7342         * tests/test-mbsstr2.c (main): Likewise.
7343         * tests/test-memmem.c (main): Likewise.
7344         * tests/test-strcasestr.c (main): Likewise.
7345         * tests/test-striconv.c (main): Likewise.
7346         * tests/test-striconveh.c (main): Likewise.
7347         * tests/test-striconveha.c (main): Likewise.
7348         * tests/test-strstr.c (main): Likewise.
7349
7350         * build-aux/git-version-gen: Adjust a comment and the Usage string.
7351
7352         bootstrap: sync from coreutils again
7353         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
7354
7355 2008-03-01  Jim Meyering  <meyering@redhat.com>
7356
7357         bootstrap: sync from coreutils
7358         * build-aux/bootstrap (update_po_files): Copy a .po file into place
7359         also when the target doesn't exist.
7360
7361 2008-03-01  Eric Blake  <ebb9@byu.net>
7362
7363         Fix bugs in last patch.
7364         * lib/memchr2.c (memchr2): Fix typo.
7365         * tests/test-memchr2.c: Test previous bug, and don't use GNU
7366         extension.
7367         Reported by Bruce Korb.
7368
7369         New module 'memchr2'.
7370         * modules/memchr2: New file.
7371         * modules/memchr2-tests: Likewise.
7372         * lib/memchr2.h: Likewise.
7373         * lib/memchr2.c: Likewise, based on memchr.c.
7374         * tests/test-memchr2.c: New test.
7375         * MODULES.html.sh (String handling): Add memchr2.
7376
7377 2008-02-29  Bruno Haible  <bruno@clisp.org>
7378
7379         * modules/freadseek-tests: New file.
7380         * tests/test-freadseek.sh: New file.
7381         * tests/test-freadseek.c: New file.
7382
7383         New module 'freadseek'.
7384         * modules/freadseek: New file.
7385         * lib/freadseek.h: New file.
7386         * lib/freadseek.c: New file.
7387         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
7388
7389 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
7390
7391         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
7392         wydawca.
7393
7394         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
7395         program_invocation_name and program_invocation_short_name are
7396         present.
7397
7398 2008-02-28  Bruno Haible  <bruno@clisp.org>
7399
7400         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
7401         * tests/test-freadptr.sh: Also test non-seekable stdin.
7402
7403 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
7404
7405         * build-aux/bootstrap (source_base, m4_base)
7406         (doc_base, tests_base): New variables.
7407         (gnulib_tool_options): Do not hardcode base directories, use
7408         the above variables instead.
7409
7410 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
7411
7412         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
7413
7414 2008-02-28  Bruno Haible  <bruno@clisp.org>
7415
7416         * modules/freadptr-tests: New file.
7417         * tests/test-freadptr.sh: New file.
7418         * tests/test-freadptr.c: New file.
7419
7420         New module 'freadptr'.
7421         * modules/freadptr: New file.
7422         * lib/freadptr.h: New file.
7423         * lib/freadptr.c: New file.
7424         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
7425
7426 2008-02-26  Karl Berry  <karl@freefriends.org>
7427
7428         Sync from Libtool:
7429         * libltdl/argz.c (argz_add, argz_count): New functions.
7430         * libltdl/argz.in.h: Declare them.
7431         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
7432
7433 2008-02-22  Bruno Haible  <bruno@clisp.org>
7434
7435         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
7436         is a pointer type.  Needed for HP-UX 10.
7437         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
7438         * doc/posix-functions/gmtime_r.texi: Likewise.
7439         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
7440
7441 2008-02-24  Bruno Haible  <bruno@clisp.org>
7442
7443         * modules/environ-tests: New file.
7444         * tests/test-environ.c: New file.
7445
7446         New module 'environ'.
7447         * modules/environ: New file.
7448         * lib/unistd.in.h (environ): New declaration.
7449         * m4/environ.m4: New file.
7450         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
7451         after use.
7452         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
7453         HAVE_DECL_ENVIRON.
7454         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
7455         HAVE_DECL_ENVIRON.
7456         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
7457         wrong claim that 'environ' is missing on some systems.
7458         * modules/execute (Depends-on): Add environ.
7459         * lib/execute.c (environ): Remove fallback declaration.
7460         * modules/pipe (Depends-on): Add environ.
7461         * lib/pipe.c (environ): Remove fallback declaration.
7462         * modules/setenv (Depends-on): Add environ.
7463         * lib/setenv.c (environ): Remove fallback declaration.
7464         * modules/unsetenv (Depends-on): Add environ.
7465         * lib/unsetenv.c (environ): Remove fallback declaration.
7466         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
7467         m4/environ.m4.
7468         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
7469         (gl_PREREQ_UNSETENV): Likewise.
7470
7471 2008-02-24  Bruno Haible  <bruno@clisp.org>
7472
7473         * doc/posix-functions/environ.texi: Document the MacOS X problem.
7474
7475 2008-02-20  Bob Proulx  <bob@proulx.com>
7476
7477         Enable use of older two part flavor 'git describe'.
7478         * build-aux/git-version-gen: If using the older two part flavor of
7479         git version then recreate the third part now present in the
7480         newer three part flavor of git describe.
7481
7482 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
7483
7484         * lib/fts.c (fts_build): Typo correction to comment.
7485
7486 2008-02-17  Bruno Haible  <bruno@clisp.org>
7487
7488         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
7489         generating no-op conflicts.
7490
7491 2008-02-17  Bruno Haible  <bruno@clisp.org>
7492
7493         Speed up by 10%.
7494         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
7495         result_entries, rather than an index-based loop.
7496
7497 2008-02-17  Bruno Haible  <bruno@clisp.org>
7498
7499         Speed up by 25%.
7500         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
7501         'hashcode_cached'.
7502         (entry_create): New function.
7503         (entry_hashcode): Use the cached hashcode if possible.
7504         (read_changelog_file, try_split_merged_entry): Use entry_create.
7505
7506 2008-02-17  Bruno Haible  <bruno@clisp.org>
7507
7508         Speed up from O(n^2) to O(n) for long ChangeLog files.
7509         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
7510         (read_changelog_file): Change implementation of entries_reversed list
7511         to rbtreehash.
7512         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
7513
7514 2008-02-17  Bruno Haible  <bruno@clisp.org>
7515
7516         New option --split-merged-entry.
7517         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
7518         (find_paragraph_end, try_split_merged_entry): New functions.
7519         (long_options): Add option --split-merged-entry.
7520         (usage): Document option --split-merged-entry.
7521         (main): Implement option --split-merged-entry.
7522         Reported by Eric Blake.
7523
7524 2008-02-17  Bruno Haible  <bruno@clisp.org>
7525
7526         * lib/git-merge-changelog.c: Include c-strstr.h.
7527         (main): Support the "git pull --rebase" situation.
7528         * modules/git-merge-changelog (Depends-on): Add c-strstr.
7529         Reported by Eric Blake.
7530
7531 2008-02-16  Eric Blake  <ebb9@byu.net>
7532
7533         Avoid doubling \ in common case of "c-maybe" quoting style.
7534         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
7535         eliding outer quotes.
7536         * lib/quotearg.h: Document this.
7537         * tests/test-quotearg.c (result_strings, inputs, results_g)
7538         (flag_results, locale_results): Test it by adding a new string to
7539         each test group.
7540         (compare_strings): Test new string.
7541
7542 2008-02-13  Eric Blake  <ebb9@byu.net>
7543
7544         Avoid trigraph quoting in default output.
7545         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
7546         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
7547         unless explicitly requested.
7548         * tests/test-quotearg.c (flag_results, main): Add additional tests.
7549
7550 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
7551
7552         Don't rely on signed integer overflowing to negative value.
7553         * lib/getugroups.c (getugroups): Include <limits.h>.
7554         Instead, compare against INT_MAX, and increment only if the test passes.
7555
7556 2008-02-13  Jim Meyering  <meyering@redhat.com>
7557         and Eric Blake  <ebb9@byu.net>
7558
7559         Avoid shadowing warning and compile errors on Linux.
7560         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
7561         forwarding macros on Linux.
7562         (dcgettext): Define a stub, for Linux.
7563         (results_g, main): Avoid warnings.
7564
7565 2008-02-12  Eric Blake  <ebb9@byu.net>
7566
7567         Silence warning in last patch.
7568         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
7569
7570         Quotearg part 4: add tests, fix c-maybe colon quoting.
7571         * lib/quotearg.h: Improve documentation.
7572         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
7573         escapes when adding outer quotes.  When quoting trigraphs, use
7574         valid C notation.  When quoting NUL, omit extra characters if next
7575         character is not digit.  Alter prototype.
7576         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
7577         callers.
7578         * modules/quotearg-tests: New module.
7579         * tests/test-quotearg.c: New test.
7580
7581 2008-02-07  Eric Blake  <ebb9@byu.net>
7582
7583         Quotearg part 3: add flag to control outer quote elision.
7584         * lib/quotearg.h (c_maybe_quoting_style): New style.
7585         (enum quoting_flags): Better documentation of flags.
7586         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
7587         c-maybe style.
7588         (quotearg_buffer_restyled): Handle new flag to elide outer
7589         quotes.
7590
7591         Quotearg part 2: add flag that can control NUL elision.
7592         * lib/quotearg.h (set_quoting_flags): New prototype.
7593         * lib/quotearg.c (struct quoting_options): Add flag field.
7594         (set_quoting_flags): New function.
7595         (quotearg_buffer_restyled): Add flags parameter.
7596         (quotearg_alloc_mem): Set the flag if length cannot be returned.
7597         (quotearg_n_options): Set the flag, since length cannot be
7598         returned.
7599         (quoting_options_from_style): Default flags correctly.
7600
7601         Quotearg part 1: more wrappers, restore quotearg_char state.
7602         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
7603         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
7604         (quotearg_colon_mem): New wrappers.
7605         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
7606         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
7607         functions.
7608         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
7609         (quotearg_colon_mem): New functions.
7610
7611 2008-02-11  Bruno Haible  <bruno@clisp.org>
7612
7613         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
7614         library in the current directory: it does not work with parallel make.
7615         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7616
7617 2008-02-11  Bruno Haible  <bruno@clisp.org>
7618
7619         * .gitattributes: New file.
7620
7621 2008-02-11  Jim Meyering  <meyering@redhat.com>
7622
7623         useless-if-before-free: Fix reversed exit values.
7624         * build-aux/useless-if-before-free: Use correct values
7625         for EXIT_MATCH and EXIT_NO_MATCH.
7626
7627         * build-aux/useless-if-before-free: Close stdout carefully.
7628
7629 2008-02-10  Bruno Haible  <bruno@clisp.org>
7630
7631         New module 'git-merge-changelog'.
7632         * modules/git-merge-changelog: New file.
7633         * lib/git-merge-changelog.c: New file.
7634
7635 2008-02-10  Jim Meyering  <meyering@redhat.com>
7636
7637         useless-if-before-free: New option: --list (-l).
7638
7639         useless-if-before-free: Don't exit immediately upon open failure.
7640         * build-aux/useless-if-before-free: Exit 2 for errors.
7641         Upon failure to open a file, don't exit immediately.
7642         Rather, just warn and continue with any remaining files.
7643
7644 2008-02-10  Bruno Haible  <bruno@clisp.org>
7645
7646         New abstract list operation 'node_set_value'.
7647         * lib/gl_list.h (gl_list_node_set_value): New function.
7648         (struct gl_list_implementation): New field node_set_value.
7649         * lib/gl_list.c (gl_list_node_set_value): New function.
7650         * lib/gl_array_list.c (gl_array_node_set_value): New function.
7651         (gl_array_list_implementation): Update.
7652         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
7653         (gl_carray_list_implementation): Update.
7654         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
7655         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7656         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7657         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
7658         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7659         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7660         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7661         Update.
7662         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7663         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
7664         (gl_sublist_list_implementation): Update.
7665
7666 2008-02-10  Bruno Haible  <bruno@clisp.org>
7667
7668         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
7669         Needed when ELEMENT is #defined to 'some_type *'.
7670
7671 2008-02-10  Jim Meyering  <meyering@redhat.com>
7672
7673         New script and module: useless-if-before-free
7674         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
7675         * build-aux/useless-if-before-free: New file.
7676         * modules/useless-if-before-free: New file.
7677
7678         * build-aux/gitlog-to-changelog: Use committer date, not author date.
7679
7680         xstrtol_error: Fix typo.
7681         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
7682         s/exit_failure/exit_status/.
7683
7684 2008-02-09  Jim Meyering  <meyering@redhat.com>
7685
7686         New script and module: gitlog-to-changelog
7687         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
7688         * modules/gitlog-to-changelog: New file.
7689         * build-aux/gitlog-to-changelog: New file.
7690
7691 2008-02-08  Jim Meyering  <meyering@redhat.com>
7692
7693         Avoid two "parameter unused" warnings.
7694         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
7695         Mark "st" as used.
7696
7697         Use "git COMMAND", not "git-COMMAND".
7698         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
7699         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
7700         * build-aux/git-version-gen: Use "git status", not "git-status".
7701
7702 2008-02-07  Bruno Haible  <bruno@clisp.org>
7703
7704         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
7705         Avoids a crash on Windows Vista.
7706         Reported by Adam Strzelecki <ono@java.pl> via
7707         Simon Josefsson <simon@josefsson.org>.
7708
7709 2008-02-06  Bruno Haible  <bruno@clisp.org>
7710
7711         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
7712         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
7713         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
7714         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
7715         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
7716         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7717         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
7718         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
7719         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7720         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7721         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7722         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7723         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7724         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7725         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7726         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
7727         left-adjust flag.
7728         * tests/test-snprintf-posix.h (test_function): Likewise.
7729         * tests/test-sprintf-posix.h (test_function): Likewise.
7730         * tests/test-vasprintf-posix.c (test_function): Likewise.
7731         * doc/posix-functions/fprintf.texi: Update.
7732         * doc/posix-functions/printf.texi: Update.
7733         * doc/posix-functions/snprintf.texi: Update.
7734         * doc/posix-functions/sprintf.texi: Update.
7735         * doc/posix-functions/vfprintf.texi: Update.
7736         * doc/posix-functions/vprintf.texi: Update.
7737         * doc/posix-functions/vsnprintf.texi: Update.
7738         * doc/posix-functions/vsprintf.texi: Update.
7739         Reported by Peter Fales <psfales@alcatel-lucent.com>.
7740
7741 2008-02-06  Bruno Haible  <bruno@clisp.org>
7742
7743         Fix bug introduced on 2008-01-26.
7744         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
7745
7746 2008-02-06  Bruno Haible  <bruno@clisp.org>
7747
7748         Fix bug introduced on 2007-06-10.
7749         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
7750         !NEED_PRINTF_FLAG_ZERO.
7751
7752 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
7753
7754         getloadavg: use libperfstat on AIX5
7755         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
7756
7757 2008-02-03  Bruno Haible  <bruno@clisp.org>
7758
7759         * lib/diffseq.h: Add comments about required #includes.
7760         Reported by Michael Biggs <gnulib@doubleplum.net>.
7761
7762 2008-02-01  Bruno Haible  <bruno@clisp.org>
7763
7764         * users.txt: Add gnuit.
7765
7766 2008-01-31  Bruno Haible  <bruno@clisp.org>
7767
7768         * lib/md4.c (set_uint32): Mark as inline.
7769         * lib/md5.c (set_uint32): Likewise.
7770         * lib/sha1.c (set_uint32): Likewise.
7771         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
7772         * m4/md5.m4 (gl_MD5): Likewise.
7773         * m4/sha1.m4 (gl_SHA1): Likewise.
7774
7775 2008-01-31  Jim Meyering  <meyering@redhat.com>
7776
7777         Use "sizeof VAR", rather than a literal "4".
7778         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
7779         * lib/md4.c (md4_read_ctx): Likewise.
7780         * lib/sha1.c (sha1_read_ctx): Likewise.
7781
7782 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7783
7784         * tests/test-sha1.c: New file, based on test-md5.c.
7785
7786         * modules/crypto/sha1-tests: New file.
7787
7788 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7789
7790         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
7791
7792 2008-01-31  Jim Meyering  <meyering@redhat.com>
7793
7794         Prefer "sizeof v" over the equivalent "4".
7795         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
7796         * lib/md5.c (set_uint32): Likewise.
7797         * lib/sha1.c (set_uint32): Likewise.
7798
7799 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7800
7801         * lib/sha1.c (set_uint32): Mark function as static.
7802
7803 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7804
7805         md2: clarify comments to say that alignment is not required.
7806         * lib/md2.h: Remove warning about alignment in comment.
7807         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
7808         never been required.
7809
7810 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7811
7812         md4: adapt alignment constraint fix from sha1.
7813         * lib/md4.c (set_uint32): New function, from sha1.c
7814         (md4_read_ctx): Use it.
7815         (md4_finish_ctx): Doc fix.
7816         * lib/md4.h: Doc fix.
7817
7818 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7819
7820         md5: adapt alignment constraint fix from sha1.
7821         * lib/md5.c (set_uint32): New function, from sha1.c
7822         (md5_read_ctx): Use it.
7823         (md5_finish_ctx): Doc fix.
7824         * lib/md5.h: Doc fix.
7825
7826 2008-01-30  Peter Palfrader  <weasel@debian.org>
7827
7828         sha1: remove the result buffer alignment constraint
7829         * lib/sha1.c (set_uint32): New function.
7830         (sha1_read_ctx): Rewrite to remove the result buffer alignment
7831         constraint.
7832         (sha1_finish_ctx): Remove comment warning about alignment constraint.
7833         * lib/sha1.h: Likewise.
7834
7835 2008-01-30  Andreas Schwab  <schwab@suse.de>
7836             Bruno Haible  <bruno@clisp.org>
7837
7838         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
7839         correct definition of LDBL_MIN_EXP.
7840
7841 2008-01-30  Karl Berry  <karl@gnu.org>
7842
7843         * config/srclist-update: try to preserve x bit on updates.
7844         * config/srclistvars.sh: update for karl.
7845
7846 2008-01-29  Jim Meyering  <meyering@redhat.com>
7847
7848         vasnprintf.c: Avoid warning about unused label
7849         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
7850         "overflow" label definition and associated code with the
7851         same cpp condition that guards the sole use of that label.
7852
7853 2008-01-26  Bruno Haible  <bruno@clisp.org>
7854
7855         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
7856         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
7857         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
7858         * lib/isnanl-nolibm.h (isnanl): Likewise.
7859         Reported by Paul Eggert <eggert@cs.ucla.edu>.
7860
7861 2008-01-26  Bruno Haible  <bruno@clisp.org>
7862
7863         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
7864         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
7865
7866 2008-01-26  Bruno Haible  <bruno@clisp.org>
7867
7868         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
7869         GCC >= 4.0 built-in.
7870         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
7871
7872 2008-01-26  Bruno Haible  <bruno@clisp.org>
7873
7874         Rename isnan, applicable to 'double' only, to isnand.
7875         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
7876         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
7877         (configure.ac): Update.
7878         (Include): Replace "isnan.h" with "isnand.h".
7879         * m4/isnand.m4: Renamed from m4/isnan.m4.
7880         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
7881         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
7882         instead of isnan.c.
7883         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
7884         instead of HAVE_ISNAN_IN_LIBC.
7885         (isnand): Renamed from isnan.
7886         * lib/isnand.c: New file.
7887         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
7888         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
7889         (Makefile.am): Update.
7890         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
7891         Include isnand.h instead of isnan.h.
7892         (main): Test isnand instead of isnan.
7893         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
7894         isnan-nolibm.
7895         * modules/frexp (Depends-on): Likewise.
7896         * modules/frexp-tests (Depends-on): Likewise.
7897         * modules/frexp-nolibm (Depends-on): Likewise.
7898         * modules/frexp-nolibm-tests (Depends-on): Likewise.
7899         * modules/isfinite (Depends-on): Likewise.
7900         * modules/round-tests (Depends-on): Likewise.
7901         * modules/signbit (Depends-on): Likewise.
7902         * modules/signbit-tests (Depends-on): Likewise.
7903         * modules/snprintf-posix (Depends-on): Likewise.
7904         * modules/sprintf-posix (Depends-on): Likewise.
7905         * modules/trunc-tests (Depends-on): Likewise.
7906         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
7907         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7908         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7909         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7910         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7911         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7912         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7913         * modules/vasnprintf-posix (Depends-on): Likewise.
7914         * modules/vasprintf-posix (Depends-on): Likewise.
7915         * modules/vfprintf-posix (Depends-on): Likewise.
7916         * modules/vsnprintf-posix (Depends-on): Likewise.
7917         * modules/vsprintf-posix (Depends-on): Likewise.
7918         * lib/frexp.c: Include isnand.h instead of isnan.h.
7919         (ISNAN): Set to isnand instead of isnan.
7920         * lib/isfinite.c: Include isnand.h instead of isnan.h.
7921         (gl_isfinited): Use isnand instead of isnan.
7922         * lib/signbitd.c: Include isnand.h instead of isnan.h.
7923         (gl_signbitd): Use isnand instead of isnan.
7924         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
7925         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
7926         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
7927         (main): Use isnand instead of isnan.
7928         * tests/test-round1.c: Include isnand.h.
7929         (main): Use isnand instead of isnan.
7930         * tests/test-round2.c: Include isnand.h instead of isnan.h.
7931         (ISNAN): Set to isnand instead of isnan.
7932         * tests/test-trunc1.c: Include isnand.h.
7933         (main): Use isnand instead of isnan.
7934         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
7935         (equal): Use isnand instead of isnan.
7936         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
7937         isnand-nolibm.
7938         * NEWS: Mention the change.
7939
7940 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
7941             Bruno Haible  <bruno@clisp.org>
7942
7943         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
7944         the GCC builtins for signbits are present and set
7945         REPLACE_SIGNBIT_USING_GCC if so.
7946         * lib/math.in.h (signbit): Define using GCC builtins if
7947         REPLACE_SIGNBIT_USING_GCC is set.
7948         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
7949         REPLACE_SIGNBIT_USING_GCC.
7950         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
7951
7952 2008-01-25  Jim Meyering  <meyering@redhat.com>
7953
7954         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
7955         * lib/poll.c: Include <config.h>, not "config.h".
7956         * tests/test-getaddrinfo.c: Likewise.
7957
7958 2008-01-25  Simon Josefsson  <simon@josefsson.org>
7959
7960         * modules/sockets-tests: New file.
7961
7962 2008-01-24  Simon Josefsson  <simon@josefsson.org>
7963
7964         * modules/sockets: New module, can be used to call WSA_Startup and
7965         WSA_Cleanup when needed.
7966
7967         * lib/sockets.h, lib/sockets.c: New files.
7968
7969         * m4/sockets.m4: New file.
7970
7971         * tests/test-sockets.c: New file.
7972
7973 2008-01-19  Bruno Haible  <bruno@clisp.org>
7974
7975         * doc/posix-headers: Renamed from doc/headers.
7976         * doc/posix-functions: Renamed from doc/functions.
7977         * doc/gnulib.texi: Update.
7978
7979 2008-01-19  Bruno Haible  <bruno@clisp.org>
7980
7981         * doc/glibc-functions/strcasestr.texi: Include contents of
7982         doc/functions/strcasestr.texi, fixing the list of platforms.
7983         * doc/functions/strcasestr.texi: Remove file.
7984
7985 2008-01-19  Bruno Haible  <bruno@clisp.org>
7986
7987         * doc/glibc-functions/memmem.texi: Include contents of
7988         doc/functions/memmem.texi.
7989         * doc/functions/memmem.texi: Remove file.
7990
7991 2008-01-18  Bruno Haible  <bruno@clisp.org>
7992
7993         * doc/glibc-functions/*.texi: New files.
7994         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
7995         to use the new files.
7996
7997 2008-01-17  Bruno Haible  <bruno@clisp.org>
7998
7999         * tests/test-gethostname.c (main): Fix printf statement.
8000
8001 2008-01-17  Simon Josefsson  <simon@josefsson.org>
8002
8003         * modules/gethostname-tests: New file.
8004
8005         * tests/test-gethostname.c: New file.
8006
8007 2008-01-17  Simon Josefsson  <simon@josefsson.org>
8008
8009         * lib/gethostname.c: Include string.h unconditionally, strncpy is
8010         used by the UNAME case.  Reported by Bruno Haible
8011         <bruno@clisp.org>.
8012
8013 2008-01-17  Eric Blake  <ebb9@byu.net>
8014
8015         Convert c-strcasestr to be more efficient.
8016         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
8017         (Depends-on): Add c-strcase, remove malloca, strnlen.
8018         * tests/test-c-strcasestr.c (main): Enhance test.
8019         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
8020
8021 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
8022
8023         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
8024         Use it in creating po/Makevars.
8025
8026 2008-01-15  Simon Josefsson  <simon@josefsson.org>
8027
8028         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
8029         Applications that requires it should initialize libgcrypt
8030         manually.
8031
8032 2008-01-16  Simon Josefsson  <simon@josefsson.org>
8033
8034         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
8035
8036 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
8037
8038         Fix problem with getdate on mingw32 reported by Simon Josefsson
8039         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
8040         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
8041         tzname", when deciding whether to declare tzname.
8042         * lib/strftime.c (tzname): Likewise.
8043
8044 2008-01-15  Bruno Haible  <bruno@clisp.org>
8045
8046         Work around a MacOS X 10.5 bug in frexpl().
8047         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
8048         * doc/functions/frexpl.texi: Document the bug.
8049         Reported by Elias Pipping <pipping@gentoo.org>.
8050
8051 2008-01-14  Eric Blake  <ebb9@byu.net>
8052
8053         Touch up previous patch.
8054         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
8055         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
8056
8057         Convert strcasestr module to use Two-Way algorithm.
8058         * modules/strcasestr-simple: New module, based on the old
8059         strcasestr, but with Two-Way rather than KMP.
8060         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
8061         * lib/string.in.h (rpl_strcasestr): Declare.
8062         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
8063         performance.
8064         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
8065         * modules/string (Makefile.am): Support strcasestr.
8066         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
8067         * modules/strcasestr-tests (Depends-on): Check for alarm.
8068         * tests/test-strcasestr.c: Augment test.
8069         * lib/str-two-way.h: Clean up stray macro.
8070         * NEWS: Document new module.
8071         * MODULES.html.sh (string handling): Likewise.
8072         * doc/functions/strcasestr.texi: New file.
8073         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
8074         here, since it is not a POSIX function.
8075
8076 2008-01-14  Colin Watson  <cjwatson@debian.org>
8077             Bruno Haible  <bruno@clisp.org>
8078
8079         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
8080         works fine; if not, set REPLACE_STRSIGNAL.
8081         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
8082         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8083         REPLACE_STRSIGNAL.
8084         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
8085         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
8086         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
8087
8088 2008-01-14  Bruno Haible  <bruno@clisp.org>
8089
8090         * modules/strsignal (Include): Change to <string.h>.
8091
8092 2008-01-14  Colin Watson  <cjwatson@debian.org>
8093
8094         * modules/argp (Notice): Add a notice recommending to change
8095         XGETTEXT_OPTIONS.
8096         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
8097
8098 2008-01-13  Colin Watson  <cjwatson@debian.org>
8099
8100         * modules/strsignal-tests: New file.
8101         * tests/test-strsignal.c: New file.
8102
8103         * lib/strsignal.c: New file, from glibc with modifications.
8104         * lib/siglist.h: New file, from glibc with modifications.
8105         * lib/string.in.h (strsignal): New declaration.
8106         * m4/strsignal.m4: New file.
8107         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8108         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
8109         * modules/strsignal: New file.
8110         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
8111         HAVE_DECL_STRSIGNAL.
8112
8113 2008-01-13  Bruno Haible  <bruno@clisp.org>
8114
8115         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
8116         locale encoding is not ASCII. Needed for OpenBSD 4.0.
8117         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
8118         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8119
8120 2008-01-13  Bruno Haible  <bruno@clisp.org>
8121
8122         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
8123         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
8124         * lib/argp.h (__attribute__): Likewise.
8125         * lib/c-stack.c (__attribute__): Likewise.
8126         * lib/error.h (__attribute__): Likewise.
8127         * lib/fts.c (__attribute__): Likewise.
8128         * lib/openat.h (__attribute__): Likewise.
8129         * lib/stdio.in.h (__attribute__): Likewise.
8130         * lib/string.in.h (__attribute__): Likewise.
8131         * lib/utimens.c (__attribute__): Likewise.
8132         * lib/vasnprintf.h (__attribute__): Likewise.
8133         * lib/xalloc.h (__attribute__): Likewise.
8134         * lib/xprintf.h (__attribute__): Likewise.
8135         * lib/xstrtol.h (__attribute__): Likewise.
8136         * lib/xvasprintf.h (__attribute__): Likewise.
8137
8138 2008-01-12  Bruno Haible  <bruno@clisp.org>
8139
8140         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
8141         * doc/glibc-headers/a.out.texi: New file.
8142         * doc/glibc-headers/aliases.texi: New file.
8143         * doc/glibc-headers/alloca.texi: New file.
8144         * doc/glibc-headers/ar.texi: New file.
8145         * doc/glibc-headers/argp.texi: New file.
8146         * doc/glibc-headers/argz.texi: New file.
8147         * doc/glibc-headers/byteswap.texi: New file.
8148         * doc/glibc-headers/crypt.texi: New file.
8149         * doc/glibc-headers/endian.texi: New file.
8150         * doc/glibc-headers/envz.texi: New file.
8151         * doc/glibc-headers/err.texi: New file.
8152         * doc/glibc-headers/error.texi: New file.
8153         * doc/glibc-headers/execinfo.texi: New file.
8154         * doc/glibc-headers/fpu_control.texi: New file.
8155         * doc/glibc-headers/fstab.texi: New file.
8156         * doc/glibc-headers/fts.texi: New file.
8157         * doc/glibc-headers/getopt.texi: New file.
8158         * doc/glibc-headers/ieee754.texi: New file.
8159         * doc/glibc-headers/ifaddrs.texi: New file.
8160         * doc/glibc-headers/libintl.texi: New file.
8161         * doc/glibc-headers/mcheck.texi: New file.
8162         * doc/glibc-headers/mntent.texi: New file.
8163         * doc/glibc-headers/obstack.texi: New file.
8164         * doc/glibc-headers/paths.texi: New file.
8165         * doc/glibc-headers/printf.texi: New file.
8166         * doc/glibc-headers/pty.texi: New file.
8167         * doc/glibc-headers/resolv.texi: New file.
8168         * doc/glibc-headers/shadow.texi: New file.
8169         * doc/glibc-headers/sysexits.texi: New file.
8170         * doc/glibc-headers/ttyent.texi: New file.
8171
8172 2008-01-12  Jim Meyering  <meyering@redhat.com>
8173
8174         announce-gen: emit Gnulib's git-based version string.
8175         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
8176         New option --gnulib-version=V, where V is expected to be
8177         the output of running git describe in the gnulib directory.
8178         (get_tool_versions): Request feedback on xdelta.  I suspect it's
8179         not useful, and plan to stop publishing an xdelta file with each
8180         coreutils release.
8181
8182         * build-aux/announce-gen: Also check for lzma-compressed files.
8183
8184 2008-01-11  Bruno Haible  <bruno@clisp.org>
8185
8186         * tests/test-memmem.c (main): Increase maximum allowed time.
8187         * tests/test-strstr.c (main): Likewise.
8188
8189 2008-01-11  Bruno Haible  <bruno@clisp.org>
8190
8191         * doc/functions/memmem.texi: Add more precisions about platforms.
8192         * doc/functions/strstr.texi: Likewise.
8193
8194 2008-01-10  Eric Blake  <ebb9@byu.net>
8195
8196         * m4/strstr.m4: Delete cruft from copy-n-paste.
8197         Reported by Bruno Haible.
8198
8199 2008-01-10  Bruno Haible  <bruno@clisp.org>
8200
8201         Make c-strstr rely on strstr.
8202         * lib/c-strstr.c: Don't include str-kmp.h.
8203         (c_strstr): Define in terms of strstr.
8204         * modules/c-strstr (Files): Remove lib/str-kmp.h.
8205         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
8206
8207 2008-01-10  Bruno Haible  <bruno@clisp.org>
8208
8209         * doc/gnulib.texi (String Functions in C Locale): New section.
8210         * doc/c-ctype.texi: New file.
8211         * doc/c-strcase.texi: New file.
8212         * doc/c-strcaseeq.texi: New file.
8213         * doc/c-strcasestr.texi: New file.
8214         * doc/c-strstr.texi: New file.
8215         * doc/c-strtod.texi: New file.
8216         * doc/c-strtold.texi: New file.
8217
8218 2008-01-10  Eric Blake  <ebb9@byu.net>
8219
8220         * lib/relocatable.h: Fix a comment.
8221
8222 2008-01-10  Eric Blake  <ebb9@byu.net>
8223
8224         Share two-way algorithm.
8225         * lib/str-two-way.h: New file, merged from...
8226         * lib/memmem.c: ...here...
8227         * lib/strstr.c: ...and here.
8228         * modules/memmem (Files): Use it.
8229         * modules/strstr (Files): Likewise.
8230
8231         Avoid quadratic strstr implementations.
8232         * lib/strstr.c: New file.
8233         * m4/strstr.m4: Likewise.
8234         * modules/strstr: Likewise.
8235         * modules/strstr-tests: Likewise.
8236         * tests/test-strstr.c: Likewise.
8237         * lib/string.in.h (rpl_strstr): Declare.
8238         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
8239         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
8240         * modules/string (Makefile.am): Likewise.
8241         * MODULES.html.sh (string handling): Mention new module.
8242         * doc/functions/strstr.texi (strstr): Document the bug.
8243
8244 2008-01-10  Bruno Haible  <bruno@clisp.org>
8245
8246         * lib/relocatable.h (relocate): State whether result is freshly
8247         allocated or not.
8248         * lib/relocatable.c (relocate): Return a freshly allocated string
8249         instead of a pointer to a privately held string.
8250         Reported by Sylvain Beucler <beuc@gnu.org>.
8251
8252 2008-01-10  Colin Watson  <cjwatson@debian.org>
8253
8254         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
8255         s/S_ISNLK/S_ISLNK/.
8256
8257 2008-01-09  Bruno Haible  <bruno@clisp.org>
8258
8259         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
8260         and other files.
8261         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
8262         if it's only a guess.
8263         * modules/memmem: Simplify by depending on memmem-simple.
8264
8265 2008-01-09  Bruno Haible  <bruno@clisp.org>
8266
8267         Work around OpenBSD 4.0 tdelete() bug.
8268         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
8269         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
8270         macros and don't redefine the enum values.
8271         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
8272         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
8273         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
8274
8275 2008-01-09  Bruno Haible  <bruno@clisp.org>
8276
8277         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
8278         (main): Don't perform the tests if setlocale did not install a UTF-8
8279         locale. Needed on OpenBSD 4.0.
8280         * modules/wcwidth-tests (Depends-on): Add localcharset.
8281
8282 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8283
8284         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
8285         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
8286         * NEWS: announce this.
8287         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
8288
8289 2008-01-09  Simon Josefsson  <simon@josefsson.org>
8290         and Eric Blake  <ebb9@byu.net>
8291
8292         Add memmem-simple module.
8293         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
8294         (gl_FUNC_MEMMEM): Separate performance from presence checks.
8295         * modules/memmem-simple: New file.
8296         * modules/memmem (Description): Tweak.
8297         * MODULES.html.sh (string handling): Mention new module.
8298         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
8299         addressed by memmem-simple.
8300         * NEWS: Document the difference.
8301
8302 2008-01-09  Eric Blake  <ebb9@byu.net>
8303
8304         Give gcc some memmem optimization hints.
8305         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
8306         (strcasestr): Declare as pure.
8307         * modules/memmem (Maintainer): Claim my implementation.
8308
8309 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8310
8311         Support AIX 6.1 and higher.
8312         * build-aux/config.libpath: Likewise.
8313         * build-aux/config.rpath: Likewise.
8314
8315 2008-01-08  Jim Meyering  <meyering@redhat.com>
8316             Bruno Haible  <bruno@clisp.org>
8317
8318         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
8319         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
8320         Reported by Peter Fales in
8321         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
8322
8323 2008-01-08  Bruno Haible  <bruno@clisp.org>
8324
8325         * modules/unictype/category-of (Depends-on): Add
8326         unictype/category-none.
8327         * modules/unictype/category-and-tests (Depends-on): Add
8328         unictype/category-{L,N,Lu,Nd}.
8329         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
8330         * modules/unictype/category-or-tests (Depends-on): Add
8331         unictype/category-{L,N}.
8332         * modules/unictype/category-name-tests (Depends-on): Add
8333         unictype/category-{Z,Nl}.
8334         Reported by Simon Josefsson.
8335
8336 2008-01-08  Bruno Haible  <bruno@clisp.org>
8337
8338         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
8339         convention better.
8340         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
8341         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
8342         Reported by Peter Miller <millerp@canb.auug.org.au>.
8343
8344 2008-01-08  Eric Blake  <ebb9@byu.net>
8345
8346         Rewrite memmem to guarantee linear complexity without malloc.
8347         * lib/memmem.c (memmem): Use Two-Way rather than
8348         Knuth-Morris-Pratt, to allow O(1) space usage.
8349         (critical_factorization, two_way_short_needle)
8350         (two_way_long_needle): New functions.
8351         (knuth_morris_pratt): Delete.
8352         * modules/memmem (Depends-on): No longer need malloca or stdbool.
8353         Add stdint.
8354         * tests/test-memmem.c (main): Add tests for periodic needle and
8355         sublinear performance.
8356         * doc/functions/memmem.texi (memmem): Document other deficiencies
8357         in cygwin and older glibc.
8358
8359 2008-01-08  Bruno Haible  <bruno@clisp.org>
8360
8361         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
8362         augmentation.
8363
8364 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
8365
8366         Add a configure time option: --disable-acl.
8367         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
8368         AC_ARG_ENABLE(acl).
8369
8370 2008-01-06  Simon Josefsson  <simon@josefsson.org>
8371
8372         * tests/test-localename.c: Don't include obsolete "setenv.h".
8373
8374         * modules/localename-tests (Depends-on): Need unsetenv.
8375
8376 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8377
8378         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
8379
8380 2008-01-06  Colin Watson  <cjwatson@debian.org>
8381
8382         * users.txt: Add man-db.
8383
8384 2008-01-07  Bruno Haible  <bruno@clisp.org>
8385
8386         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
8387         previous section name.
8388
8389 2008-01-07  Bruno Haible  <bruno@clisp.org>
8390
8391         * lib/progname.c (set_program_name): Don't strip off a leading
8392         "lt-" prefix outside a .libs directory.
8393         Suggested by Paul Eggert.
8394
8395 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
8396             Bruno Haible  <bruno@clisp.org>
8397
8398         Improve memory cleanup in 'relocatable' module.
8399         * lib/relocatable.h (compute_curr_prefix): Change return type to
8400         'char *'.
8401         * lib/relocatable.c (compute_curr_prefix): Change return type to
8402         'char *'. Free curr_installdir after use.
8403         (relocate): Free curr_prefix_better after use.
8404         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
8405
8406 2008-01-01  Bruno Haible  <bruno@clisp.org>
8407
8408         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
8409         failure on older glibc systems.
8410         Reported by Peter Fales <psfales@alcatel-lucent.com>.
8411
8412 2008-01-05  Eric Blake  <ebb9@byu.net>
8413
8414         Avoid quadratic system memmem.
8415         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
8416         Reported by Ralf Wildenhues.
8417
8418         Fix memmem test for mingw.
8419         * modules/memmem-tests (configure.ac): Check for alarm.
8420         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
8421         it.
8422         * doc/functions/memmem.texi: New file.
8423         * doc/gnulib.texi (Function Substitutes): Add memmem.
8424         Reported by Bruno Haible.
8425
8426 2008-01-04  Bruno Haible  <bruno@clisp.org>
8427
8428         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
8429         Require gl_HEADER_STRINGS_H_DEFAULTS, not
8430         gl_HEADER_STRING_H_DEFAULTS.
8431
8432 2008-01-04  Eric Blake  <ebb9@byu.net>
8433
8434         Shorten duration of memmem test.
8435         * tests/test-memmem.c (main): Use alarm to declare failure if test
8436         is taking too long.
8437         Reported by Ralf Wildenhues.
8438
8439 2007-12-21  Simon Josefsson  <simon@josefsson.org>
8440
8441         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
8442         string, needed by strerror.
8443
8444 2008-01-03  Colin Watson  <cjwatson@debian.org>
8445             Bruno Haible  <bruno@clisp.org>
8446
8447         * doc/gnulib-tool.texi (Localization): New section.
8448
8449 2008-01-02  Bruno Haible  <bruno@clisp.org>
8450
8451         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
8452         variables to 'unsigned char *' type.
8453         Reported by Paul Eggert.
8454
8455 2008-01-02  Jim Meyering  <jim@meyering.net>
8456
8457         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
8458
8459 2007-12-31  Jim Meyering  <jim@meyering.net>
8460
8461         Avoid use of private FTS type name.
8462         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
8463
8464 2007-12-30  Karl Berry  <karl@gnu.org>
8465
8466         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
8467         work around defect in Texinfo and/or the standalone Info browser.
8468
8469 2007-12-30  Bruno Haible  <bruno@clisp.org>
8470
8471         Unify 5 copies of the KMP code.
8472         * lib/str-kmp.h: New file.
8473         * lib/c-strcasestr.c: Include str-kmp.h.
8474         (knuth_morris_pratt): Remove function.
8475         (c_strcasestr): Update.
8476         * lib/c-strstr.c: Include str-kmp.h.
8477         (knuth_morris_pratt): Remove function.
8478         (c_strcasestr): Update.
8479         * lib/mbscasestr.c: Include str-kmp.h.
8480         (knuth_morris_pratt_unibyte): Remove function.
8481         * lib/mbsstr.c: Include str-kmp.h.
8482         (knuth_morris_pratt_unibyte): Remove function.
8483         * lib/strcasestr.c: Include str-kmp.h.
8484         (knuth_morris_pratt): Remove function.
8485         (strcasestr): Update.
8486         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
8487         * modules/c-strstr (Files): Likewise.
8488         * modules/mbscasestr (Files): Likewise.
8489         * modules/mbsstr (Files): Likewise.
8490         * modules/strcasestr (Files): Likewise.
8491         Suggested by Paul Eggert.
8492
8493 2007-12-30  Bruno Haible  <bruno@clisp.org>
8494
8495         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
8496         defined.
8497
8498 2007-12-30  Bruno Haible  <bruno@clisp.org>
8499
8500         * lib/xmalloca.h: Include xalloc.h.
8501         (xnmalloca): New macro.
8502
8503 2007-12-30  Bruno Haible  <bruno@clisp.org>
8504
8505         * lib/malloca.h (nmalloca): New macro.
8506         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
8507         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
8508         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
8509         knuth_morris_pratt_multibyte): Likewise.
8510         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
8511         knuth_morris_pratt_multibyte): Likewise.
8512         * lib/memmem.c (knuth_morris_pratt): Likewise.
8513         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
8514
8515 2007-12-25  Bruno Haible  <bruno@clisp.org>
8516
8517         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
8518         * lib/glob.c: Don't include openat.h.
8519         (link_exists2_p): Add back the code that deals with the
8520         !GLOB_ALTDIRFUNC case.
8521         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
8522         let it do the filename concatenation.
8523         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
8524         * modules/glob (Depends-on): Remove openat.
8525
8526 2007-12-31  Bruno Haible  <bruno@clisp.org>
8527
8528         * modules/dirfd (License): Change to LGPLv2+.
8529         Approved by Jim Meyering.
8530
8531 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
8532
8533         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
8534         when multiplying M by sizeof (size_t).
8535
8536 2007-12-10  Martin Lambers  <marlam@marlam.de>
8537
8538         Override getpagesize on mingw.
8539         * lib/getpagesize.c: New file.
8540         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
8541         * modules/getpagesize (Files): Add lib/getpagesize.c.
8542         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
8543         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8544         REPLACE_GETPAGESIZE.
8545         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
8546
8547 2007-12-25  Bruno Haible  <bruno@clisp.org>
8548
8549         * modules/localcharset (Notice): New field.
8550         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
8551         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
8552
8553 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
8554             Bruno Haible  <bruno@clisp.org>
8555
8556         Avoid using the syntax symbol() in formatted documentation.
8557         * MODULES.html.sh (func_module): When replacing symbol() with a
8558         hyperlink, remove the parentheses. Show an error if some remain.
8559         Recognize and render the '...' syntax.
8560         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
8561         Rework. Add paragraph about GCC's inlining.
8562         * doc/alloca.texi: Likewise.
8563         * doc/error.texi: Remove parentheses from symbol reference.
8564         * doc/gnulib-intro.texi: Likewise.
8565         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
8566         * modules/fnmatch (Description): Reword to say "the ... function".
8567         * modules/full-read (Description): Likewise.
8568         * modules/full-write (Description): Likewise.
8569         * modules/safe-read (Description): Likewise.
8570         * modules/safe-write (Description): Likewise.
8571         * modules/strchrnul (Description): Likewise.
8572         * modules/trim (Description): Likewise.
8573         * modules/error (Description): Remove parentheses from symbol
8574         references.
8575         * modules/verror (Description): Likewise.
8576         Reported by Karl Berry.
8577
8578 2007-12-25  Bruno Haible  <bruno@clisp.org>
8579
8580         Fixup after 2007-10-16 commit.
8581         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
8582
8583 2007-12-24  Bruno Haible  <bruno@clisp.org>
8584
8585         Make --enable-relocatable work with DESTDIR.
8586         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
8587         to compute installdir from destprog.
8588         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
8589         also set the RELOC_DESTDIR variable.
8590         Reported by Левашев Иван <octagram@bluebottle.com>.
8591
8592 2007-12-24  Bruno Haible  <bruno@clisp.org>
8593
8594         Fix link error due to xalloc_die().
8595         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
8596         of xreadlink.
8597         * lib/relocwrapper.c: Update comments.
8598         * build-aux/install-reloc: Remove xreadlink.c from file list.
8599         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
8600         xreadlink.c.
8601         Reported by Левашев Иван <octagram@bluebottle.com>.
8602
8603 2007-12-24  Bruno Haible  <bruno@clisp.org>
8604
8605         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
8606         * lib/setenv.h: Remove file.
8607         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
8608         lib/setenv.h.
8609         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
8610         (Depends-on): Add stdlib.
8611         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
8612         gl_FUNC_UNSETENV.
8613         (Include): Replace setenv.h with <stdlib.h>.
8614         * modules/unsetenv: New file.
8615         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
8616         * lib/unsetenv.c: Include <stdlib.h> first.
8617         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
8618         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
8619         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
8620         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
8621         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
8622         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
8623         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
8624         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
8625         * doc/functions/unsetenv.texi: Update.
8626         * modules/xsetenv (Depends-on): Add unsetenv.
8627         * modules/getdate (Depends-on): Likewise.
8628         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
8629         * lib/xsetenv.c: Don't include setenv.h.
8630         * lib/getdate.y: Likewise.
8631         * lib/relocwrapper.c: Likewise.
8632         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
8633         (Depends-on): Add stdlib.
8634         * NEWS: Mention the changes.
8635         Reported by Левашев Иван <octagram@bluebottle.com>.
8636
8637 2007-12-23  Bruno Haible  <bruno@clisp.org>
8638
8639         * lib/memmem.c (memmem): Use lowercase variable names. Tab
8640         indentation.
8641
8642 2007-12-23  Bruno Haible  <bruno@clisp.org>
8643
8644         * lib/c-strcasestr.c: Add more comments.
8645         * lib/c-strstr.c: Likewise.
8646         * lib/mbscasestr.c: Likewise.
8647         * lib/mbsstr.c: Likewise.
8648         * lib/strcasestr.c: Likewise.
8649         * lib/memmem.c: Likewise.
8650
8651 2007-12-23  Bruno Haible  <bruno@clisp.org>
8652
8653         * tests/test-memmem.c: Include <string.h> first.
8654
8655 2007-12-22  Bruno Haible  <bruno@clisp.org>
8656
8657         * gnulib-tool (func_create_testdir): Change $auxdir while generating
8658         the contents of $testsbase.
8659         Reported by Ralf Wildenhues.
8660
8661 2007-12-22  Bruno Haible  <bruno@clisp.org>
8662
8663         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
8664         two variables local_ldadd_before, local_ldadd_last.
8665
8666 2007-12-20  Eric Blake  <ebb9@byu.net>
8667
8668         Work around circular library issue when cross-compiling.
8669         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
8670         that progname.o does not need to pull in rpl_memcmp.
8671
8672 2007-12-19  Eric Blake  <ebb9@byu.net>
8673
8674         Fix memmem to avoid O(n^2) worst-case complexity.
8675         * lib/memmem.c (knuth_morris_pratt): New function.
8676         (memmem): Use it if first few naive iterations fail.
8677         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
8678         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
8679         * modules/memchr (License): Likewise.
8680         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
8681         malloca.
8682         * tests/test-memmem.c: Rewrite, borrowing ideas from
8683         test-mbsstr1.c; the old version wouldn't even compile!
8684         * modules/memmem-tests: New file.
8685         * lib/string.in.h (rpl_memmem): Add declaration.
8686         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
8687         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
8688         REPLACE_MEMMEM.
8689
8690 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8691
8692         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
8693         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
8694         before any system include files, and undef after them all.  This
8695         should fix a problem on VMS reported by John E. Malmberg in
8696         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
8697
8698 2007-12-17  Eric Blake  <ebb9@byu.net>
8699
8700         Revert addition of verify, for BSD/OS.
8701         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
8702         can't handle large files, for the sake of obsolete platforms.
8703         * modules/fseeko (Depends-on): Remove verify.
8704         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
8705         * doc/functions/ftello.texi (ftello): Likewise.
8706         * doc/functions/fgetpos.texi (fgetpos): Likewise.
8707         Reported by Larry Jones.
8708
8709 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
8710
8711         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
8712         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
8713
8714 2007-12-17  Jim Meyering  <meyering@redhat.com>
8715
8716         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
8717         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
8718         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
8719         * modules/getcwd (Depends-on): Add openat.
8720         Reported by Petr Salinger.
8721
8722 2007-12-17  Bruno Haible  <bruno@clisp.org>
8723
8724         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
8725         avoid a segmentation fault of the configure test on x86_64 systems.
8726
8727 2007-12-15  Jim Meyering  <meyering@redhat.com>
8728
8729         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
8730
8731 2007-12-13  Eric Blake  <ebb9@byu.net>
8732
8733         Another fseek test.
8734         * tests/test-fseek.c (main): Also test ungetc handling.
8735         * tests/test-fseeko.c (main): Likewise.
8736         * modules/fseeko (Depends-on): Add verify.
8737         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
8738         large.
8739         Reported by Larry Jones.
8740
8741         Fix fseeko on mingw.
8742         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
8743         seek.
8744
8745         Beef up fseek tests.
8746         * tests/test-fseek.c (main): Also test eof handling.
8747         * tests/test-fseeko.c (main): Likewise.
8748         Reported by Larry Jones.
8749
8750 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
8751
8752         Fix fseeko on BSD-based platforms.
8753         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
8754         successful seek.
8755
8756 2007-12-12  Eric Blake  <ebb9@byu.net>
8757
8758         Allow circular dependency of separate libtests.a
8759         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
8760         when use_libtests.
8761
8762 2007-12-11  Eric Blake  <ebb9@byu.net>
8763
8764         Fix bug with -0.0L in previous patch.
8765         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
8766         * tests/test-isnan.c (main): Also test on zeroes.
8767         * tests/test-isnanf.c (main): Likewise.
8768         * tests/test-isnanl.h (main): Likewise.
8769
8770         Detect pseudo-denormals on x86 even when cross-compiling.
8771         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
8772         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
8773         invalid bit patterns that happen to satisfy ==.
8774
8775         Avoid link failures with separate libtests.a.
8776         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
8777         last, to satisfy circular dependencies.
8778
8779 2007-12-11  Eric Blake  <ebb9@byu.net>
8780         and Bruno Haible  <bruno@clisp.org>
8781
8782         Fix OpenBSD 4.0 <float.h> handling of long double.
8783         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
8784         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
8785         * doc/headers/float.texi (float.h): Document OpenBSD bug.
8786
8787 2007-12-11  Jim Meyering  <meyering@redhat.com>
8788
8789         * users.txt: Add libvirt.
8790
8791         Support versions of autoconf prior to 2.59c.
8792         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
8793         if it is not already defined.
8794
8795 2007-12-09  Bruno Haible  <bruno@clisp.org>
8796
8797         Let 'gnulib-tool --import' collect sources needed for the tests in
8798         tests/ rather than in lib/.
8799         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
8800         argument. If true, add rules to generate libtests.a, and put libtests.a
8801         into $(LDADD). Consider source files in subdirectories and set
8802         uses_subdirs.
8803         (func_emit_initmacro_start, func_emit_initmacro_end,
8804         func_emit_initmacro_done): Pass all arguments explicitly.
8805         (func_import): Determine two module lists main_modules,
8806         testsrelated_modules. Determine use_libtests. Determine two variables
8807         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
8808         instead of just sed_transform_lib_file. Determine two variables
8809         main_files and testsrelated_files. Compute 'files' as the union of
8810         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
8811         func_add_or_update. In the generated gnulib-comp.m4, collect the
8812         object files for tests/ in different variables than those for lib/.
8813         Substitute LIBTESTS_LIBDEPS.
8814         (func_create_testdir): Combine the uses_subdirs results from
8815         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
8816
8817 2007-12-09  Bruno Haible  <bruno@clisp.org>
8818
8819         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
8820         the build-aux directory.
8821
8822 2007-12-09  Bruno Haible  <bruno@clisp.org>
8823
8824         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
8825         introduced on 2006-09-09.
8826
8827 2007-12-07  Jim Meyering  <meyering@redhat.com>
8828
8829         Let these macros work also with autoconf-2.59.
8830         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
8831         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
8832         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
8833
8834 2007-12-06  Jim Meyering  <meyering@redhat.com>
8835
8836         Avoid a configure-time syntax error in gl_FUNC_ACL.
8837         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
8838         function in each branch, before testing the cache variable.
8839
8840 2007-12-04  Eric Blake  <ebb9@byu.net>
8841
8842         Make scripts executable.
8843         * build-aux/config.guess: Add execute permissions.
8844         * build-aux/config.sub: Likewise.
8845         * build-aux/gendocs.sh: Likewise.
8846
8847         Fix frexp on mingw.
8848         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
8849         cross-compiling.
8850         * doc/functions/frexp.texi (frexp): Document the bug.
8851
8852         Make cygwin fseeko check more reliable.
8853         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
8854         version numbers, rather than unrelated feature check.
8855         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
8856         * doc/functions/ftello.texi (ftello): Likewise.
8857         Reported by Bruno Haible.
8858
8859         * m4/strerror.m4: Bump version number.
8860
8861 2007-12-03  Bruno Haible  <bruno@clisp.org>
8862
8863         * doc/functions/mprotect.texi: Mention the mingw problem.
8864
8865 2007-12-03  Eric Blake  <ebb9@byu.net>
8866
8867         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
8868         REPLACE_STRERROR is initialized before this macro.
8869
8870 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8871
8872         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
8873         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
8874         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
8875         put -lsec in even for programs other than 'ls'.  This fixes a problem
8876         for gettext reported by Bruno Haible in
8877         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
8878         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
8879         Add support for Solaris 10.  This isn't efficient, but should get the
8880         job done for now.
8881
8882 2007-12-03  James Youngman  <jay@gnu.org>
8883
8884         * doc/regexprops-generic.texi: change "an close-group" to "a
8885         close-group" and "illegal" to "not allowed".
8886
8887 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8888
8889         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
8890         pr_byname.h. Needed for the rare case when the maintainer has done
8891         "make maintainer-clean" in the source directory and then attempts a
8892         build outside the source directory.
8893         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
8894         scripts_byname.h.
8895
8896 2007-12-02  Martin Lambers <marlam@marlam.de>
8897             Bruno Haible  <bruno@clisp.org>
8898
8899         * lib/getpagesize.h: Remove file.
8900         * lib/unistd.in.h: Include declaration of getpagesize here.
8901         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
8902         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
8903         HAVE_SYS_PARAM_H.
8904         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
8905         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
8906         * modules/getpagesize (Files): Remove lib/getpagesize.h.
8907         (Depends-on): Add unistd.
8908         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8909         (Include): Use <unistd.h> instead of getpagesize.h.
8910         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
8911         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
8912         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
8913         gl_GETPAGESIZE invocation, already handled by module dependency.
8914         * lib/pagealign_alloc.c: Don't include getpagesize.h.
8915
8916 2007-12-02  Bruno Haible  <bruno@clisp.org>
8917
8918         * modules/strings-tests: New file.
8919         * tests/test-strings.c: New file.
8920
8921         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
8922         * lib/strings.in.h: New file.
8923         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
8924         * m4/strings_h.m4: New file.
8925         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
8926         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
8927         * modules/strings: New file.
8928         * modules/string (Makefile.am): Update.
8929         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
8930         Reported by Karl Berry.
8931
8932 2007-12-01  Eric Blake  <ebb9@byu.net>
8933
8934         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
8935         accomodate fix in cygwin 1.5.25.
8936
8937 2007-12-01  Jim Meyering  <meyering@redhat.com>
8938
8939         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
8940         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
8941         that would inhibit utf8-optimization of a regexp containing line-
8942         or buffer-anchors, e.g., `^', `$'.
8943
8944 2007-11-30  Bruno Haible  <bruno@clisp.org>
8945
8946         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
8947         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
8948         glthread_recursive_lock_init.
8949         * lib/lock.c (glthread_recursive_lock_init)
8950         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
8951         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8952
8953 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
8954
8955         New function qset_acl, like set_acl but with syscall semantics.
8956         * lib/acl.h (qset_acl): New decl.
8957         * lib/acl.c (qset_acl): New function.
8958         (set_acl): Use new function.  Use more-consistent diagnostics.
8959
8960 2007-11-28  Jim Meyering  <meyering@redhat.com>
8961
8962         * modules/physmem (License): Change from GPL to LGPLv2+.
8963
8964 2007-11-26  Bruno Haible  <bruno@clisp.org>
8965
8966         * lib/vasnprintf.c (decode_long_double): Don't abort if the
8967         'long double' type has excess precision.
8968         Reported by Jim Meyering in
8969         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
8970
8971 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8972
8973         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
8974         Sync from <http://gnu.org/licenses>.
8975         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
8976         with license text from same location.
8977         * doc/maintain.texi, doc/standards.texi:  Sync from
8978         <http://savannah.gnu.org/projects/gnustandards>.
8979
8980 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
8981         and Jim Meyering  <meyering@redhat.com>
8982
8983         Adjust getdate' grammar to accept a slightly more regular language.
8984         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
8985         Before, the former was rejected.
8986         * lib/getdate.y (digits_to_date_time): New function, factored
8987         out of ...
8988         (number): ...here.  Just call digits_to_date_time.
8989         (hybrid): New non-terminal to handle an <unsigned number,
8990         signed relative offset> sequence consistently.
8991
8992 2007-11-18  Jim Meyering  <meyering@redhat.com>
8993
8994         Pull my changes from coreutils:
8995         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
8996         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
8997         use of $gnulib_tool_option_extras, so that it's separated from the
8998         preceding argument.
8999
9000         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
9001         * build-aux/bootstrap (cp_mark_as_generated): Create any required
9002         parent destination directories before copying a file into place.
9003
9004 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9005
9006         bootstrap: work also with 4-argument variant of AC_INIT
9007         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
9008
9009 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
9010
9011         Port test-getaddrinfo to Solaris.
9012         Problem reported by Bruno Haible in
9013         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
9014         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
9015         explanation of setting 'hints'.
9016         Don't reject an implementation merely because it returns EAI_SERVICE.
9017         (EAI_SERVICE): Define to 0 if not defined.
9018
9019 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
9020
9021         The license of gnu-make and posix-shell is now "GPLed build tool".
9022         * modules/gnu-make (License): Likewise.
9023         * modules/posix-shell (License): Likewise.
9024
9025         New module posix-shell, for determining a POSIX shell
9026         or perhaps something that is close enough to a POSIX shell.
9027         * m4/posix-shell.m4: New file.
9028         * modules/posix-shell: New file.
9029
9030         * MODULES.html.sh: Mention new module.
9031
9032         New module gnu-make, for determining whether we're using GNU Make.
9033         * m4/gnu-make.m4: New file.
9034         * modules/gnu-make: New file.
9035         * MODULES.html.sh: Mention new module.
9036
9037 2007-11-14  Jim Meyering  <meyering@redhat.com>
9038
9039         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
9040         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
9041         use this macro to create a function _definition_.
9042         Remove useless "#undef ARGMATCH_DIE".
9043
9044 2007-11-14  Bruno Haible  <bruno@clisp.org>
9045
9046         * lib/config.charset: Update for OpenBSD 4.1.
9047         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
9048
9049 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
9050
9051         Document 64-bit #if problems in stdint.texi.
9052         * doc/headers/stdint.texi (stdint.h): Mention problems with
9053         64-bit-#if, and how to work around them.
9054
9055         Don't insist on 'long long int' support in the preprocessor.  It
9056         breaks too many things.  For example, PRIdMAX still uses a 'long
9057         long int' format with the latest Sun compiler, even though
9058         HAVE_LONG_LONG_INT isn't defined due to that compiler's
9059         preprocessor problem.  This causes the latest coreutils to dump
9060         core on Solaris 10 sparc with the Sun C compiler.
9061         Instead, fix the 2007-10-16 problem in a different way, by evaluating
9062         the troublesome expressions at configure-time, not at #if-time.
9063         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
9064         preprocessor.
9065         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
9066         compile-time C checks, done at 'configure'-time.
9067         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
9068         * modules/inttypes (Makefile): Substitute the new symbols that
9069         gl_INTTYPES_H now generates.
9070         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
9071
9072 2007-11-12  Bruno Haible  <bruno@clisp.org>
9073
9074         Tests for Unicode character classification functions.
9075
9076         * modules/unictype/bidicategory-byname-tests: New file.
9077         * modules/unictype/bidicategory-name-tests: New file.
9078         * modules/unictype/bidicategory-of-tests: New file.
9079         * modules/unictype/bidicategory-test-tests: New file.
9080         * modules/unictype/block-list-tests: New file.
9081         * modules/unictype/block-of-tests: New file.
9082         * modules/unictype/block-test-tests: New file.
9083         * modules/unictype/category-C-tests: New file.
9084         * modules/unictype/category-Cc-tests: New file.
9085         * modules/unictype/category-Cf-tests: New file.
9086         * modules/unictype/category-Cn-tests: New file.
9087         * modules/unictype/category-Co-tests: New file.
9088         * modules/unictype/category-Cs-tests: New file.
9089         * modules/unictype/category-L-tests: New file.
9090         * modules/unictype/category-Ll-tests: New file.
9091         * modules/unictype/category-Lm-tests: New file.
9092         * modules/unictype/category-Lo-tests: New file.
9093         * modules/unictype/category-Lt-tests: New file.
9094         * modules/unictype/category-Lu-tests: New file.
9095         * modules/unictype/category-M-tests: New file.
9096         * modules/unictype/category-Mc-tests: New file.
9097         * modules/unictype/category-Me-tests: New file.
9098         * modules/unictype/category-Mn-tests: New file.
9099         * modules/unictype/category-N-tests: New file.
9100         * modules/unictype/category-Nd-tests: New file.
9101         * modules/unictype/category-Nl-tests: New file.
9102         * modules/unictype/category-No-tests: New file.
9103         * modules/unictype/category-P-tests: New file.
9104         * modules/unictype/category-Pc-tests: New file.
9105         * modules/unictype/category-Pd-tests: New file.
9106         * modules/unictype/category-Pe-tests: New file.
9107         * modules/unictype/category-Pf-tests: New file.
9108         * modules/unictype/category-Pi-tests: New file.
9109         * modules/unictype/category-Po-tests: New file.
9110         * modules/unictype/category-Ps-tests: New file.
9111         * modules/unictype/category-S-tests: New file.
9112         * modules/unictype/category-Sc-tests: New file.
9113         * modules/unictype/category-Sk-tests: New file.
9114         * modules/unictype/category-Sm-tests: New file.
9115         * modules/unictype/category-So-tests: New file.
9116         * modules/unictype/category-Z-tests: New file.
9117         * modules/unictype/category-Zl-tests: New file.
9118         * modules/unictype/category-Zp-tests: New file.
9119         * modules/unictype/category-Zs-tests: New file.
9120         * modules/unictype/category-and-not-tests: New file.
9121         * modules/unictype/category-and-tests: New file.
9122         * modules/unictype/category-byname-tests: New file.
9123         * modules/unictype/category-name-tests: New file.
9124         * modules/unictype/category-none-tests: New file.
9125         * modules/unictype/category-of-tests: New file.
9126         * modules/unictype/category-or-tests: New file.
9127         * modules/unictype/category-test-withtable-tests: New file.
9128         * modules/unictype/combining-class-tests: New file.
9129         * modules/unictype/ctype-alnum-tests: New file.
9130         * modules/unictype/ctype-alpha-tests: New file.
9131         * modules/unictype/ctype-blank-tests: New file.
9132         * modules/unictype/ctype-cntrl-tests: New file.
9133         * modules/unictype/ctype-digit-tests: New file.
9134         * modules/unictype/ctype-graph-tests: New file.
9135         * modules/unictype/ctype-lower-tests: New file.
9136         * modules/unictype/ctype-print-tests: New file.
9137         * modules/unictype/ctype-punct-tests: New file.
9138         * modules/unictype/ctype-space-tests: New file.
9139         * modules/unictype/ctype-upper-tests: New file.
9140         * modules/unictype/ctype-xdigit-tests: New file.
9141         * modules/unictype/decimal-digit-tests: New file.
9142         * modules/unictype/digit-tests: New file.
9143         * modules/unictype/mirror-tests: New file.
9144         * modules/unictype/numeric-tests: New file.
9145         * modules/unictype/property-alphabetic-tests: New file.
9146         * modules/unictype/property-ascii-hex-digit-tests: New file.
9147         * modules/unictype/property-bidi-arabic-digit-tests: New file.
9148         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
9149         * modules/unictype/property-bidi-block-separator-tests: New file.
9150         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
9151         * modules/unictype/property-bidi-common-separator-tests: New file.
9152         * modules/unictype/property-bidi-control-tests: New file.
9153         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
9154         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
9155         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
9156         * modules/unictype/property-bidi-european-digit-tests: New file.
9157         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
9158         * modules/unictype/property-bidi-left-to-right-tests: New file.
9159         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
9160         * modules/unictype/property-bidi-other-neutral-tests: New file.
9161         * modules/unictype/property-bidi-pdf-tests: New file.
9162         * modules/unictype/property-bidi-segment-separator-tests: New file.
9163         * modules/unictype/property-bidi-whitespace-tests: New file.
9164         * modules/unictype/property-byname-tests: New file.
9165         * modules/unictype/property-combining-tests: New file.
9166         * modules/unictype/property-composite-tests: New file.
9167         * modules/unictype/property-currency-symbol-tests: New file.
9168         * modules/unictype/property-dash-tests: New file.
9169         * modules/unictype/property-decimal-digit-tests: New file.
9170         * modules/unictype/property-default-ignorable-code-point-tests: New file.
9171         * modules/unictype/property-deprecated-tests: New file.
9172         * modules/unictype/property-diacritic-tests: New file.
9173         * modules/unictype/property-extender-tests: New file.
9174         * modules/unictype/property-format-control-tests: New file.
9175         * modules/unictype/property-grapheme-base-tests: New file.
9176         * modules/unictype/property-grapheme-extend-tests: New file.
9177         * modules/unictype/property-grapheme-link-tests: New file.
9178         * modules/unictype/property-hex-digit-tests: New file.
9179         * modules/unictype/property-hyphen-tests: New file.
9180         * modules/unictype/property-id-continue-tests: New file.
9181         * modules/unictype/property-id-start-tests: New file.
9182         * modules/unictype/property-ideographic-tests: New file.
9183         * modules/unictype/property-ids-binary-operator-tests: New file.
9184         * modules/unictype/property-ids-trinary-operator-tests: New file.
9185         * modules/unictype/property-ignorable-control-tests: New file.
9186         * modules/unictype/property-iso-control-tests: New file.
9187         * modules/unictype/property-join-control-tests: New file.
9188         * modules/unictype/property-left-of-pair-tests: New file.
9189         * modules/unictype/property-line-separator-tests: New file.
9190         * modules/unictype/property-logical-order-exception-tests: New file.
9191         * modules/unictype/property-lowercase-tests: New file.
9192         * modules/unictype/property-math-tests: New file.
9193         * modules/unictype/property-non-break-tests: New file.
9194         * modules/unictype/property-not-a-character-tests: New file.
9195         * modules/unictype/property-numeric-tests: New file.
9196         * modules/unictype/property-other-alphabetic-tests: New file.
9197         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
9198         * modules/unictype/property-other-grapheme-extend-tests: New file.
9199         * modules/unictype/property-other-id-continue-tests: New file.
9200         * modules/unictype/property-other-id-start-tests: New file.
9201         * modules/unictype/property-other-lowercase-tests: New file.
9202         * modules/unictype/property-other-math-tests: New file.
9203         * modules/unictype/property-other-uppercase-tests: New file.
9204         * modules/unictype/property-paired-punctuation-tests: New file.
9205         * modules/unictype/property-paragraph-separator-tests: New file.
9206         * modules/unictype/property-pattern-syntax-tests: New file.
9207         * modules/unictype/property-pattern-white-space-tests: New file.
9208         * modules/unictype/property-private-use-tests: New file.
9209         * modules/unictype/property-punctuation-tests: New file.
9210         * modules/unictype/property-quotation-mark-tests: New file.
9211         * modules/unictype/property-radical-tests: New file.
9212         * modules/unictype/property-sentence-terminal-tests: New file.
9213         * modules/unictype/property-soft-dotted-tests: New file.
9214         * modules/unictype/property-space-tests: New file.
9215         * modules/unictype/property-terminal-punctuation-tests: New file.
9216         * modules/unictype/property-test-tests: New file.
9217         * modules/unictype/property-titlecase-tests: New file.
9218         * modules/unictype/property-unassigned-code-value-tests: New file.
9219         * modules/unictype/property-unified-ideograph-tests: New file.
9220         * modules/unictype/property-uppercase-tests: New file.
9221         * modules/unictype/property-variation-selector-tests: New file.
9222         * modules/unictype/property-white-space-tests: New file.
9223         * modules/unictype/property-xid-continue-tests: New file.
9224         * modules/unictype/property-xid-start-tests: New file.
9225         * modules/unictype/property-zero-width-tests: New file.
9226         * modules/unictype/scripts-tests: New file.
9227         * modules/unictype/syntax-c-ident-tests: New file.
9228         * modules/unictype/syntax-c-whitespace-tests: New file.
9229         * modules/unictype/syntax-java-ident-tests: New file.
9230         * modules/unictype/syntax-java-whitespace-tests: New file.
9231         * tests/unictype/test-bidi_byname.c: New file.
9232         * tests/unictype/test-bidi_name.c: New file.
9233         * tests/unictype/test-bidi_of.c: New file.
9234         * tests/unictype/test-bidi_test.c: New file.
9235         * tests/unictype/test-block_list.c: New file.
9236         * tests/unictype/test-block_of.c: New file.
9237         * tests/unictype/test-block_test.c: New file.
9238         * tests/unictype/test-categ_and.c: New file.
9239         * tests/unictype/test-categ_and_not.c: New file.
9240         * tests/unictype/test-categ_byname.c: New file.
9241         * tests/unictype/test-categ_name.c: New file.
9242         * tests/unictype/test-categ_none.c: New file.
9243         * tests/unictype/test-categ_of.c: New file.
9244         * tests/unictype/test-categ_or.c: New file.
9245         * tests/unictype/test-categ_test_withtable.c: New file.
9246         * tests/unictype/test-combining.c: New file.
9247         * tests/unictype/test-decdigit.c: New file.
9248         * tests/unictype/test-digit.c: New file.
9249         * tests/unictype/test-mirror.c: New file.
9250         * tests/unictype/test-numeric.c: New file.
9251         * tests/unictype/test-pr_byname.c: New file.
9252         * tests/unictype/test-pr_test.c: New file.
9253         * tests/unictype/test-predicate-part1.h: New file.
9254         * tests/unictype/test-predicate-part2.h: New file.
9255         * tests/unictype/test-scripts.c: New file.
9256         * tests/unictype/test-sy_c_ident.c: New file.
9257         * tests/unictype/test-sy_java_ident.c: New file.
9258
9259         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
9260         for Unicode 5.0.0.
9261         * tests/unictype/test-categ_Cc.c: Likewise.
9262         * tests/unictype/test-categ_Cf.c: Likewise.
9263         * tests/unictype/test-categ_Cn.c: Likewise.
9264         * tests/unictype/test-categ_Co.c: Likewise.
9265         * tests/unictype/test-categ_Cs.c: Likewise.
9266         * tests/unictype/test-categ_L.c: Likewise.
9267         * tests/unictype/test-categ_Ll.c: Likewise.
9268         * tests/unictype/test-categ_Lm.c: Likewise.
9269         * tests/unictype/test-categ_Lo.c: Likewise.
9270         * tests/unictype/test-categ_Lt.c: Likewise.
9271         * tests/unictype/test-categ_Lu.c: Likewise.
9272         * tests/unictype/test-categ_M.c: Likewise.
9273         * tests/unictype/test-categ_Mc.c: Likewise.
9274         * tests/unictype/test-categ_Me.c: Likewise.
9275         * tests/unictype/test-categ_Mn.c: Likewise.
9276         * tests/unictype/test-categ_N.c: Likewise.
9277         * tests/unictype/test-categ_Nd.c: Likewise.
9278         * tests/unictype/test-categ_Nl.c: Likewise.
9279         * tests/unictype/test-categ_No.c: Likewise.
9280         * tests/unictype/test-categ_P.c: Likewise.
9281         * tests/unictype/test-categ_Pc.c: Likewise.
9282         * tests/unictype/test-categ_Pd.c: Likewise.
9283         * tests/unictype/test-categ_Pe.c: Likewise.
9284         * tests/unictype/test-categ_Pf.c: Likewise.
9285         * tests/unictype/test-categ_Pi.c: Likewise.
9286         * tests/unictype/test-categ_Po.c: Likewise.
9287         * tests/unictype/test-categ_Ps.c: Likewise.
9288         * tests/unictype/test-categ_S.c: Likewise.
9289         * tests/unictype/test-categ_Sc.c: Likewise.
9290         * tests/unictype/test-categ_Sk.c: Likewise.
9291         * tests/unictype/test-categ_Sm.c: Likewise.
9292         * tests/unictype/test-categ_So.c: Likewise.
9293         * tests/unictype/test-categ_Z.c: Likewise.
9294         * tests/unictype/test-categ_Zl.c: Likewise.
9295         * tests/unictype/test-categ_Zp.c: Likewise.
9296         * tests/unictype/test-categ_Zs.c: Likewise.
9297         * tests/unictype/test-ctype_alnum.c: Likewise.
9298         * tests/unictype/test-ctype_alpha.c: Likewise.
9299         * tests/unictype/test-ctype_blank.c: Likewise.
9300         * tests/unictype/test-ctype_cntrl.c: Likewise.
9301         * tests/unictype/test-ctype_digit.c: Likewise.
9302         * tests/unictype/test-ctype_graph.c: Likewise.
9303         * tests/unictype/test-ctype_lower.c: Likewise.
9304         * tests/unictype/test-ctype_print.c: Likewise.
9305         * tests/unictype/test-ctype_punct.c: Likewise.
9306         * tests/unictype/test-ctype_space.c: Likewise.
9307         * tests/unictype/test-ctype_upper.c: Likewise.
9308         * tests/unictype/test-ctype_xdigit.c: Likewise.
9309         * tests/unictype/test-decdigit.h: Likewise.
9310         * tests/unictype/test-digit.h: Likewise.
9311         * tests/unictype/test-numeric.h: Likewise.
9312         * tests/unictype/test-pr_alphabetic.c: Likewise.
9313         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
9314         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
9315         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
9316         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
9317         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
9318         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
9319         * tests/unictype/test-pr_bidi_control.c: Likewise.
9320         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
9321         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
9322         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
9323         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
9324         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
9325         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
9326         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
9327         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
9328         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
9329         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
9330         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
9331         * tests/unictype/test-pr_combining.c: Likewise.
9332         * tests/unictype/test-pr_composite.c: Likewise.
9333         * tests/unictype/test-pr_currency_symbol.c: Likewise.
9334         * tests/unictype/test-pr_dash.c: Likewise.
9335         * tests/unictype/test-pr_decimal_digit.c: Likewise.
9336         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
9337         * tests/unictype/test-pr_deprecated.c: Likewise.
9338         * tests/unictype/test-pr_diacritic.c: Likewise.
9339         * tests/unictype/test-pr_extender.c: Likewise.
9340         * tests/unictype/test-pr_format_control.c: Likewise.
9341         * tests/unictype/test-pr_grapheme_base.c: Likewise.
9342         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
9343         * tests/unictype/test-pr_grapheme_link.c: Likewise.
9344         * tests/unictype/test-pr_hex_digit.c: Likewise.
9345         * tests/unictype/test-pr_hyphen.c: Likewise.
9346         * tests/unictype/test-pr_id_continue.c: Likewise.
9347         * tests/unictype/test-pr_id_start.c: Likewise.
9348         * tests/unictype/test-pr_ideographic.c: Likewise.
9349         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
9350         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
9351         * tests/unictype/test-pr_ignorable_control.c: Likewise.
9352         * tests/unictype/test-pr_iso_control.c: Likewise.
9353         * tests/unictype/test-pr_join_control.c: Likewise.
9354         * tests/unictype/test-pr_left_of_pair.c: Likewise.
9355         * tests/unictype/test-pr_line_separator.c: Likewise.
9356         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
9357         * tests/unictype/test-pr_lowercase.c: Likewise.
9358         * tests/unictype/test-pr_math.c: Likewise.
9359         * tests/unictype/test-pr_non_break.c: Likewise.
9360         * tests/unictype/test-pr_not_a_character.c: Likewise.
9361         * tests/unictype/test-pr_numeric.c: Likewise.
9362         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
9363         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
9364         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
9365         * tests/unictype/test-pr_other_id_continue.c: Likewise.
9366         * tests/unictype/test-pr_other_id_start.c: Likewise.
9367         * tests/unictype/test-pr_other_lowercase.c: Likewise.
9368         * tests/unictype/test-pr_other_math.c: Likewise.
9369         * tests/unictype/test-pr_other_uppercase.c: Likewise.
9370         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
9371         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
9372         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
9373         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
9374         * tests/unictype/test-pr_private_use.c: Likewise.
9375         * tests/unictype/test-pr_punctuation.c: Likewise.
9376         * tests/unictype/test-pr_quotation_mark.c: Likewise.
9377         * tests/unictype/test-pr_radical.c: Likewise.
9378         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
9379         * tests/unictype/test-pr_soft_dotted.c: Likewise.
9380         * tests/unictype/test-pr_space.c: Likewise.
9381         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
9382         * tests/unictype/test-pr_titlecase.c: Likewise.
9383         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
9384         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
9385         * tests/unictype/test-pr_uppercase.c: Likewise.
9386         * tests/unictype/test-pr_variation_selector.c: Likewise.
9387         * tests/unictype/test-pr_white_space.c: Likewise.
9388         * tests/unictype/test-pr_xid_continue.c: Likewise.
9389         * tests/unictype/test-pr_xid_start.c: Likewise.
9390         * tests/unictype/test-pr_zero_width.c: Likewise.
9391         * tests/unictype/test-sy_c_whitespace.c: Likewise.
9392         * tests/unictype/test-sy_java_whitespace.c: Likewise.
9393
9394 2007-11-12  Bruno Haible  <bruno@clisp.org>
9395
9396         Unicode character classification functions.
9397         * lib/unictype.h: New file.
9398         * modules/unictype/base: New file.
9399         * modules/unictype/category-L: New file.
9400         * modules/unictype/category-Lu: New file.
9401         * modules/unictype/category-Ll: New file.
9402         * modules/unictype/category-Lt: New file.
9403         * modules/unictype/category-Lm: New file.
9404         * modules/unictype/category-Lo: New file.
9405         * modules/unictype/category-M: New file.
9406         * modules/unictype/category-Mn: New file.
9407         * modules/unictype/category-Mc: New file.
9408         * modules/unictype/category-Me: New file.
9409         * modules/unictype/category-N: New file.
9410         * modules/unictype/category-Nd: New file.
9411         * modules/unictype/category-Nl: New file.
9412         * modules/unictype/category-No: New file.
9413         * modules/unictype/category-P: New file.
9414         * modules/unictype/category-Pc: New file.
9415         * modules/unictype/category-Pd: New file.
9416         * modules/unictype/category-Ps: New file.
9417         * modules/unictype/category-Pe: New file.
9418         * modules/unictype/category-Pi: New file.
9419         * modules/unictype/category-Pf: New file.
9420         * modules/unictype/category-Po: New file.
9421         * modules/unictype/category-S: New file.
9422         * modules/unictype/category-Sm: New file.
9423         * modules/unictype/category-Sc: New file.
9424         * modules/unictype/category-Sk: New file.
9425         * modules/unictype/category-So: New file.
9426         * modules/unictype/category-Z: New file.
9427         * modules/unictype/category-Zs: New file.
9428         * modules/unictype/category-Zl: New file.
9429         * modules/unictype/category-Zp: New file.
9430         * modules/unictype/category-C: New file.
9431         * modules/unictype/category-Cc: New file.
9432         * modules/unictype/category-Cf: New file.
9433         * modules/unictype/category-Cs: New file.
9434         * modules/unictype/category-Co: New file.
9435         * modules/unictype/category-Cn: New file.
9436         * modules/unictype/category-or: New file.
9437         * modules/unictype/category-of: New file.
9438         * modules/unictype/category-test: New file.
9439         * modules/unictype/category-test-withtable: New file.
9440         * modules/unictype/category-byname: New file.
9441         * modules/unictype/category-none: New file.
9442         * modules/unictype/category-and: New file.
9443         * modules/unictype/category-and-not: New file.
9444         * modules/unictype/category-name: New file.
9445         * modules/unictype/combining-class: New file.
9446         * modules/unictype/category-all: New file.
9447         * modules/unictype/bidicategory-all: New file.
9448         * modules/unictype/bidicategory-byname: New file.
9449         * modules/unictype/bidicategory-name: New file.
9450         * modules/unictype/bidicategory-of: New file.
9451         * modules/unictype/bidicategory-test: New file.
9452         * modules/unictype/decimal-digit: New file.
9453         * modules/unictype/digit: New file.
9454         * modules/unictype/numeric: New file.
9455         * modules/unictype/mirror: New file.
9456         * modules/unictype/property-white-space: New file.
9457         * modules/unictype/property-alphabetic: New file.
9458         * modules/unictype/property-other-alphabetic: New file.
9459         * modules/unictype/property-not-a-character: New file.
9460         * modules/unictype/property-default-ignorable-code-point: New file.
9461         * modules/unictype/property-other-default-ignorable-code-point: New
9462         file.
9463         * modules/unictype/property-deprecated: New file.
9464         * modules/unictype/property-logical-order-exception: New file.
9465         * modules/unictype/property-variation-selector: New file.
9466         * modules/unictype/property-private-use: New file.
9467         * modules/unictype/property-unassigned-code-value: New file.
9468         * modules/unictype/property-uppercase: New file.
9469         * modules/unictype/property-other-uppercase: New file.
9470         * modules/unictype/property-lowercase: New file.
9471         * modules/unictype/property-other-lowercase: New file.
9472         * modules/unictype/property-titlecase: New file.
9473         * modules/unictype/property-soft-dotted: New file.
9474         * modules/unictype/property-id-start: New file.
9475         * modules/unictype/property-other-id-start: New file.
9476         * modules/unictype/property-id-continue: New file.
9477         * modules/unictype/property-other-id-continue: New file.
9478         * modules/unictype/property-xid-start: New file.
9479         * modules/unictype/property-xid-continue: New file.
9480         * modules/unictype/property-pattern-white-space: New file.
9481         * modules/unictype/property-pattern-syntax: New file.
9482         * modules/unictype/property-join-control: New file.
9483         * modules/unictype/property-grapheme-base: New file.
9484         * modules/unictype/property-grapheme-extend: New file.
9485         * modules/unictype/property-other-grapheme-extend: New file.
9486         * modules/unictype/property-grapheme-link: New file.
9487         * modules/unictype/property-bidi-control: New file.
9488         * modules/unictype/property-bidi-left-to-right: New file.
9489         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
9490         * modules/unictype/property-bidi-arabic-right-to-left: New file.
9491         * modules/unictype/property-bidi-european-digit: New file.
9492         * modules/unictype/property-bidi-eur-num-separator: New file.
9493         * modules/unictype/property-bidi-eur-num-terminator: New file.
9494         * modules/unictype/property-bidi-arabic-digit: New file.
9495         * modules/unictype/property-bidi-common-separator: New file.
9496         * modules/unictype/property-bidi-block-separator: New file.
9497         * modules/unictype/property-bidi-segment-separator: New file.
9498         * modules/unictype/property-bidi-whitespace: New file.
9499         * modules/unictype/property-bidi-non-spacing-mark: New file.
9500         * modules/unictype/property-bidi-boundary-neutral: New file.
9501         * modules/unictype/property-bidi-pdf: New file.
9502         * modules/unictype/property-bidi-embedding-or-override: New file.
9503         * modules/unictype/property-bidi-other-neutral: New file.
9504         * modules/unictype/property-hex-digit: New file.
9505         * modules/unictype/property-ascii-hex-digit: New file.
9506         * modules/unictype/property-ideographic: New file.
9507         * modules/unictype/property-unified-ideograph: New file.
9508         * modules/unictype/property-radical: New file.
9509         * modules/unictype/property-ids-binary-operator: New file.
9510         * modules/unictype/property-ids-trinary-operator: New file.
9511         * modules/unictype/property-zero-width: New file.
9512         * modules/unictype/property-space: New file.
9513         * modules/unictype/property-non-break: New file.
9514         * modules/unictype/property-iso-control: New file.
9515         * modules/unictype/property-format-control: New file.
9516         * modules/unictype/property-dash: New file.
9517         * modules/unictype/property-hyphen: New file.
9518         * modules/unictype/property-punctuation: New file.
9519         * modules/unictype/property-line-separator: New file.
9520         * modules/unictype/property-paragraph-separator: New file.
9521         * modules/unictype/property-quotation-mark: New file.
9522         * modules/unictype/property-sentence-terminal: New file.
9523         * modules/unictype/property-terminal-punctuation: New file.
9524         * modules/unictype/property-currency-symbol: New file.
9525         * modules/unictype/property-math: New file.
9526         * modules/unictype/property-other-math: New file.
9527         * modules/unictype/property-paired-punctuation: New file.
9528         * modules/unictype/property-left-of-pair: New file.
9529         * modules/unictype/property-combining: New file.
9530         * modules/unictype/property-composite: New file.
9531         * modules/unictype/property-decimal-digit: New file.
9532         * modules/unictype/property-numeric: New file.
9533         * modules/unictype/property-diacritic: New file.
9534         * modules/unictype/property-extender: New file.
9535         * modules/unictype/property-ignorable-control: New file.
9536         * modules/unictype/property-test: New file.
9537         * modules/unictype/property-byname: New file.
9538         * modules/unictype/property-all: New file.
9539         * modules/unictype/scripts: New file.
9540         * modules/unictype/scripts-all: New file.
9541         * modules/unictype/block-of: New file.
9542         * modules/unictype/block-test: New file.
9543         * modules/unictype/block-list: New file.
9544         * modules/unictype/block-all: New file.
9545         * modules/unictype/syntax-c-whitespace: New file.
9546         * modules/unictype/syntax-java-whitespace: New file.
9547         * modules/unictype/syntax-c-ident: New file.
9548         * modules/unictype/syntax-java-ident: New file.
9549         * modules/unictype/ctype-alnum: New file.
9550         * modules/unictype/ctype-alpha: New file.
9551         * modules/unictype/ctype-cntrl: New file.
9552         * modules/unictype/ctype-digit: New file.
9553         * modules/unictype/ctype-graph: New file.
9554         * modules/unictype/ctype-lower: New file.
9555         * modules/unictype/ctype-print: New file.
9556         * modules/unictype/ctype-punct: New file.
9557         * modules/unictype/ctype-space: New file.
9558         * modules/unictype/ctype-upper: New file.
9559         * modules/unictype/ctype-xdigit: New file.
9560         * modules/unictype/ctype-blank: New file.
9561         * lib/unictype/bidi_byname.c: New file.
9562         * lib/unictype/bidi_name.c: New file.
9563         * lib/unictype/bidi_of.c: New file.
9564         * lib/unictype/bidi_test.c: New file.
9565         * lib/unictype/bitmap.h: New file.
9566         * lib/unictype/block_test.c: New file.
9567         * lib/unictype/blocks.c: New file.
9568         * lib/unictype/categ_C.c: New file.
9569         * lib/unictype/categ_Cc.c: New file.
9570         * lib/unictype/categ_Cf.c: New file.
9571         * lib/unictype/categ_Cn.c: New file.
9572         * lib/unictype/categ_Co.c: New file.
9573         * lib/unictype/categ_Cs.c: New file.
9574         * lib/unictype/categ_L.c: New file.
9575         * lib/unictype/categ_Ll.c: New file.
9576         * lib/unictype/categ_Lm.c: New file.
9577         * lib/unictype/categ_Lo.c: New file.
9578         * lib/unictype/categ_Lt.c: New file.
9579         * lib/unictype/categ_Lu.c: New file.
9580         * lib/unictype/categ_M.c: New file.
9581         * lib/unictype/categ_Mc.c: New file.
9582         * lib/unictype/categ_Me.c: New file.
9583         * lib/unictype/categ_Mn.c: New file.
9584         * lib/unictype/categ_N.c: New file.
9585         * lib/unictype/categ_Nd.c: New file.
9586         * lib/unictype/categ_Nl.c: New file.
9587         * lib/unictype/categ_No.c: New file.
9588         * lib/unictype/categ_P.c: New file.
9589         * lib/unictype/categ_Pc.c: New file.
9590         * lib/unictype/categ_Pd.c: New file.
9591         * lib/unictype/categ_Pe.c: New file.
9592         * lib/unictype/categ_Pf.c: New file.
9593         * lib/unictype/categ_Pi.c: New file.
9594         * lib/unictype/categ_Po.c: New file.
9595         * lib/unictype/categ_Ps.c: New file.
9596         * lib/unictype/categ_S.c: New file.
9597         * lib/unictype/categ_Sc.c: New file.
9598         * lib/unictype/categ_Sk.c: New file.
9599         * lib/unictype/categ_Sm.c: New file.
9600         * lib/unictype/categ_So.c: New file.
9601         * lib/unictype/categ_Z.c: New file.
9602         * lib/unictype/categ_Zl.c: New file.
9603         * lib/unictype/categ_Zp.c: New file.
9604         * lib/unictype/categ_Zs.c: New file.
9605         * lib/unictype/categ_and.c: New file.
9606         * lib/unictype/categ_and_not.c: New file.
9607         * lib/unictype/categ_byname.c: New file.
9608         * lib/unictype/categ_name.c: New file.
9609         * lib/unictype/categ_none.c: New file.
9610         * lib/unictype/categ_of.c: New file.
9611         * lib/unictype/categ_or.c: New file.
9612         * lib/unictype/categ_test.c: New file.
9613         * lib/unictype/combining.c: New file.
9614         * lib/unictype/ctype_alnum.c: New file.
9615         * lib/unictype/ctype_alpha.c: New file.
9616         * lib/unictype/ctype_blank.c: New file.
9617         * lib/unictype/ctype_cntrl.c: New file.
9618         * lib/unictype/ctype_digit.c: New file.
9619         * lib/unictype/ctype_graph.c: New file.
9620         * lib/unictype/ctype_lower.c: New file.
9621         * lib/unictype/ctype_print.c: New file.
9622         * lib/unictype/ctype_punct.c: New file.
9623         * lib/unictype/ctype_space.c: New file.
9624         * lib/unictype/ctype_upper.c: New file.
9625         * lib/unictype/ctype_xdigit.c: New file.
9626         * lib/unictype/decdigit.c: New file.
9627         * lib/unictype/digit.c: New file.
9628         * lib/unictype/identsyntaxmap.h: New file.
9629         * lib/unictype/mirror.c: New file.
9630         * lib/unictype/numeric.c: New file.
9631         * lib/unictype/pr_alphabetic.c: New file.
9632         * lib/unictype/pr_ascii_hex_digit.c: New file.
9633         * lib/unictype/pr_bidi_arabic_digit.c: New file.
9634         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
9635         * lib/unictype/pr_bidi_block_separator.c: New file.
9636         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
9637         * lib/unictype/pr_bidi_common_separator.c: New file.
9638         * lib/unictype/pr_bidi_control.c: New file.
9639         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
9640         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
9641         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
9642         * lib/unictype/pr_bidi_european_digit.c: New file.
9643         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
9644         * lib/unictype/pr_bidi_left_to_right.c: New file.
9645         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
9646         * lib/unictype/pr_bidi_other_neutral.c: New file.
9647         * lib/unictype/pr_bidi_pdf.c: New file.
9648         * lib/unictype/pr_bidi_segment_separator.c: New file.
9649         * lib/unictype/pr_bidi_whitespace.c: New file.
9650         * lib/unictype/pr_byname.c: New file.
9651         * lib/unictype/pr_byname.gperf: New file.
9652         * lib/unictype/pr_combining.c: New file.
9653         * lib/unictype/pr_composite.c: New file.
9654         * lib/unictype/pr_currency_symbol.c: New file.
9655         * lib/unictype/pr_dash.c: New file.
9656         * lib/unictype/pr_decimal_digit.c: New file.
9657         * lib/unictype/pr_default_ignorable_code_point.c: New file.
9658         * lib/unictype/pr_deprecated.c: New file.
9659         * lib/unictype/pr_diacritic.c: New file.
9660         * lib/unictype/pr_extender.c: New file.
9661         * lib/unictype/pr_format_control.c: New file.
9662         * lib/unictype/pr_grapheme_base.c: New file.
9663         * lib/unictype/pr_grapheme_extend.c: New file.
9664         * lib/unictype/pr_grapheme_link.c: New file.
9665         * lib/unictype/pr_hex_digit.c: New file.
9666         * lib/unictype/pr_hyphen.c: New file.
9667         * lib/unictype/pr_id_continue.c: New file.
9668         * lib/unictype/pr_id_start.c: New file.
9669         * lib/unictype/pr_ideographic.c: New file.
9670         * lib/unictype/pr_ids_binary_operator.c: New file.
9671         * lib/unictype/pr_ids_trinary_operator.c: New file.
9672         * lib/unictype/pr_ignorable_control.c: New file.
9673         * lib/unictype/pr_iso_control.c: New file.
9674         * lib/unictype/pr_join_control.c: New file.
9675         * lib/unictype/pr_left_of_pair.c: New file.
9676         * lib/unictype/pr_line_separator.c: New file.
9677         * lib/unictype/pr_logical_order_exception.c: New file.
9678         * lib/unictype/pr_lowercase.c: New file.
9679         * lib/unictype/pr_math.c: New file.
9680         * lib/unictype/pr_non_break.c: New file.
9681         * lib/unictype/pr_not_a_character.c: New file.
9682         * lib/unictype/pr_numeric.c: New file.
9683         * lib/unictype/pr_other_alphabetic.c: New file.
9684         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
9685         * lib/unictype/pr_other_grapheme_extend.c: New file.
9686         * lib/unictype/pr_other_id_continue.c: New file.
9687         * lib/unictype/pr_other_id_start.c: New file.
9688         * lib/unictype/pr_other_lowercase.c: New file.
9689         * lib/unictype/pr_other_math.c: New file.
9690         * lib/unictype/pr_other_uppercase.c: New file.
9691         * lib/unictype/pr_paired_punctuation.c: New file.
9692         * lib/unictype/pr_paragraph_separator.c: New file.
9693         * lib/unictype/pr_pattern_syntax.c: New file.
9694         * lib/unictype/pr_pattern_white_space.c: New file.
9695         * lib/unictype/pr_private_use.c: New file.
9696         * lib/unictype/pr_punctuation.c: New file.
9697         * lib/unictype/pr_quotation_mark.c: New file.
9698         * lib/unictype/pr_radical.c: New file.
9699         * lib/unictype/pr_sentence_terminal.c: New file.
9700         * lib/unictype/pr_soft_dotted.c: New file.
9701         * lib/unictype/pr_space.c: New file.
9702         * lib/unictype/pr_terminal_punctuation.c: New file.
9703         * lib/unictype/pr_test.c: New file.
9704         * lib/unictype/pr_titlecase.c: New file.
9705         * lib/unictype/pr_unassigned_code_value.c: New file.
9706         * lib/unictype/pr_unified_ideograph.c: New file.
9707         * lib/unictype/pr_uppercase.c: New file.
9708         * lib/unictype/pr_variation_selector.c: New file.
9709         * lib/unictype/pr_white_space.c: New file.
9710         * lib/unictype/pr_xid_continue.c: New file.
9711         * lib/unictype/pr_xid_start.c: New file.
9712         * lib/unictype/pr_zero_width.c: New file.
9713         * lib/unictype/scripts.c: New file.
9714         * lib/unictype/sy_c_ident.c: New file.
9715         * lib/unictype/sy_c_whitespace.c: New file.
9716         * lib/unictype/sy_java_ident.c: New file.
9717         * lib/unictype/sy_java_whitespace.c: New file.
9718
9719         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
9720         Unicode 5.0.0.
9721         * lib/unictype/blocks.h: Likewise.
9722         * lib/unictype/categ_C.h: Likewise.
9723         * lib/unictype/categ_Cc.h: Likewise.
9724         * lib/unictype/categ_Cf.h: Likewise.
9725         * lib/unictype/categ_Cn.h: Likewise.
9726         * lib/unictype/categ_Co.h: Likewise.
9727         * lib/unictype/categ_Cs.h: Likewise.
9728         * lib/unictype/categ_L.h: Likewise.
9729         * lib/unictype/categ_Ll.h: Likewise.
9730         * lib/unictype/categ_Lm.h: Likewise.
9731         * lib/unictype/categ_Lo.h: Likewise.
9732         * lib/unictype/categ_Lt.h: Likewise.
9733         * lib/unictype/categ_Lu.h: Likewise.
9734         * lib/unictype/categ_M.h: Likewise.
9735         * lib/unictype/categ_Mc.h: Likewise.
9736         * lib/unictype/categ_Me.h: Likewise.
9737         * lib/unictype/categ_Mn.h: Likewise.
9738         * lib/unictype/categ_N.h: Likewise.
9739         * lib/unictype/categ_Nd.h: Likewise.
9740         * lib/unictype/categ_Nl.h: Likewise.
9741         * lib/unictype/categ_No.h: Likewise.
9742         * lib/unictype/categ_P.h: Likewise.
9743         * lib/unictype/categ_Pc.h: Likewise.
9744         * lib/unictype/categ_Pd.h: Likewise.
9745         * lib/unictype/categ_Pe.h: Likewise.
9746         * lib/unictype/categ_Pf.h: Likewise.
9747         * lib/unictype/categ_Pi.h: Likewise.
9748         * lib/unictype/categ_Po.h: Likewise.
9749         * lib/unictype/categ_Ps.h: Likewise.
9750         * lib/unictype/categ_S.h: Likewise.
9751         * lib/unictype/categ_Sc.h: Likewise.
9752         * lib/unictype/categ_Sk.h: Likewise.
9753         * lib/unictype/categ_Sm.h: Likewise.
9754         * lib/unictype/categ_So.h: Likewise.
9755         * lib/unictype/categ_Z.h: Likewise.
9756         * lib/unictype/categ_Zl.h: Likewise.
9757         * lib/unictype/categ_Zp.h: Likewise.
9758         * lib/unictype/categ_Zs.h: Likewise.
9759         * lib/unictype/categ_of.h: Likewise.
9760         * lib/unictype/combining.h: Likewise.
9761         * lib/unictype/ctype_alnum.h: Likewise.
9762         * lib/unictype/ctype_alpha.h: Likewise.
9763         * lib/unictype/ctype_blank.h: Likewise.
9764         * lib/unictype/ctype_cntrl.h: Likewise.
9765         * lib/unictype/ctype_digit.h: Likewise.
9766         * lib/unictype/ctype_graph.h: Likewise.
9767         * lib/unictype/ctype_lower.h: Likewise.
9768         * lib/unictype/ctype_print.h: Likewise.
9769         * lib/unictype/ctype_punct.h: Likewise.
9770         * lib/unictype/ctype_space.h: Likewise.
9771         * lib/unictype/ctype_upper.h: Likewise.
9772         * lib/unictype/ctype_xdigit.h: Likewise.
9773         * lib/unictype/decdigit.h: Likewise.
9774         * lib/unictype/digit.h: Likewise.
9775         * lib/unictype/mirror.h: Likewise.
9776         * lib/unictype/numeric.h: Likewise.
9777         * lib/unictype/pr_alphabetic.h: Likewise.
9778         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
9779         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
9780         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
9781         * lib/unictype/pr_bidi_block_separator.h: Likewise.
9782         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
9783         * lib/unictype/pr_bidi_common_separator.h: Likewise.
9784         * lib/unictype/pr_bidi_control.h: Likewise.
9785         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
9786         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
9787         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
9788         * lib/unictype/pr_bidi_european_digit.h: Likewise.
9789         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
9790         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
9791         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
9792         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
9793         * lib/unictype/pr_bidi_pdf.h: Likewise.
9794         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
9795         * lib/unictype/pr_bidi_whitespace.h: Likewise.
9796         * lib/unictype/pr_combining.h: Likewise.
9797         * lib/unictype/pr_composite.h: Likewise.
9798         * lib/unictype/pr_currency_symbol.h: Likewise.
9799         * lib/unictype/pr_dash.h: Likewise.
9800         * lib/unictype/pr_decimal_digit.h: Likewise.
9801         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
9802         * lib/unictype/pr_deprecated.h: Likewise.
9803         * lib/unictype/pr_diacritic.h: Likewise.
9804         * lib/unictype/pr_extender.h: Likewise.
9805         * lib/unictype/pr_format_control.h: Likewise.
9806         * lib/unictype/pr_grapheme_base.h: Likewise.
9807         * lib/unictype/pr_grapheme_extend.h: Likewise.
9808         * lib/unictype/pr_grapheme_link.h: Likewise.
9809         * lib/unictype/pr_hex_digit.h: Likewise.
9810         * lib/unictype/pr_hyphen.h: Likewise.
9811         * lib/unictype/pr_id_continue.h: Likewise.
9812         * lib/unictype/pr_id_start.h: Likewise.
9813         * lib/unictype/pr_ideographic.h: Likewise.
9814         * lib/unictype/pr_ids_binary_operator.h: Likewise.
9815         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
9816         * lib/unictype/pr_ignorable_control.h: Likewise.
9817         * lib/unictype/pr_iso_control.h: Likewise.
9818         * lib/unictype/pr_join_control.h: Likewise.
9819         * lib/unictype/pr_left_of_pair.h: Likewise.
9820         * lib/unictype/pr_line_separator.h: Likewise.
9821         * lib/unictype/pr_logical_order_exception.h: Likewise.
9822         * lib/unictype/pr_lowercase.h: Likewise.
9823         * lib/unictype/pr_math.h: Likewise.
9824         * lib/unictype/pr_non_break.h: Likewise.
9825         * lib/unictype/pr_not_a_character.h: Likewise.
9826         * lib/unictype/pr_numeric.h: Likewise.
9827         * lib/unictype/pr_other_alphabetic.h: Likewise.
9828         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
9829         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
9830         * lib/unictype/pr_other_id_continue.h: Likewise.
9831         * lib/unictype/pr_other_id_start.h: Likewise.
9832         * lib/unictype/pr_other_lowercase.h: Likewise.
9833         * lib/unictype/pr_other_math.h: Likewise.
9834         * lib/unictype/pr_other_uppercase.h: Likewise.
9835         * lib/unictype/pr_paired_punctuation.h: Likewise.
9836         * lib/unictype/pr_paragraph_separator.h: Likewise.
9837         * lib/unictype/pr_pattern_syntax.h: Likewise.
9838         * lib/unictype/pr_pattern_white_space.h: Likewise.
9839         * lib/unictype/pr_private_use.h: Likewise.
9840         * lib/unictype/pr_punctuation.h: Likewise.
9841         * lib/unictype/pr_quotation_mark.h: Likewise.
9842         * lib/unictype/pr_radical.h: Likewise.
9843         * lib/unictype/pr_sentence_terminal.h: Likewise.
9844         * lib/unictype/pr_soft_dotted.h: Likewise.
9845         * lib/unictype/pr_space.h: Likewise.
9846         * lib/unictype/pr_terminal_punctuation.h: Likewise.
9847         * lib/unictype/pr_titlecase.h: Likewise.
9848         * lib/unictype/pr_unassigned_code_value.h: Likewise.
9849         * lib/unictype/pr_unified_ideograph.h: Likewise.
9850         * lib/unictype/pr_uppercase.h: Likewise.
9851         * lib/unictype/pr_variation_selector.h: Likewise.
9852         * lib/unictype/pr_white_space.h: Likewise.
9853         * lib/unictype/pr_xid_continue.h: Likewise.
9854         * lib/unictype/pr_xid_start.h: Likewise.
9855         * lib/unictype/pr_zero_width.h: Likewise.
9856         * lib/unictype/scripts.h: Likewise.
9857         * lib/unictype/scripts_byname.gperf: Likewise.
9858         * lib/unictype/sy_c_ident.h: Likewise.
9859         * lib/unictype/sy_c_whitespace.h: Likewise.
9860         * lib/unictype/sy_java_ident.h: Likewise.
9861         * lib/unictype/sy_java_whitespace.h: Likewise.
9862
9863         * lib/unictype/Makefile: New file.
9864         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
9865         glibc.
9866         * lib/unictype/3level.h: New file, copied from glibc.
9867         * lib/unictype/3levelbit.h: New file.
9868
9869 2007-11-11  Bruno Haible  <bruno@clisp.org>
9870
9871         * modules/gperf: New file.
9872         * modules/iconv_open (Depends-on): Add it.
9873         (Makefile.am): Remove the GPERF definition.
9874
9875 2007-11-11  Bruno Haible  <bruno@clisp.org>
9876
9877         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
9878         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
9879
9880 2007-11-11  Bruno Haible  <bruno@clisp.org>
9881
9882         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
9883         (usage): Remove function.
9884
9885 2007-11-11  Bruno Haible  <bruno@clisp.org>
9886
9887         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
9888         gl_FUNC_CEILF_LIBS.
9889         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
9890         gl_FUNC_CEIL_LIBS.
9891         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
9892         gl_FUNC_CEILL_LIBS.
9893         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
9894         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
9895         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
9896
9897 2007-11-11  Bruno Haible  <bruno@clisp.org>
9898
9899         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
9900         roundf were declared but do not exist on functions.
9901         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
9902         roundl were declared but do not exist on functions.
9903         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
9904         HAVE_FLOORL_AND_CEILL, respectively.
9905         Needed for Sun C on Solaris 10.
9906
9907 2007-11-11  Bruno Haible  <bruno@clisp.org>
9908
9909         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
9910         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
9911         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
9912         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
9913         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
9914         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
9915         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
9916         HAVE_DECL_ROUNDF.
9917         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
9918         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
9919         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
9920         of HAVE_DECL_ROUND*.
9921         * modules/math (Makefile.am): Update.
9922
9923 2007-11-10  Bruno Haible  <bruno@clisp.org>
9924
9925         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
9926         ptrdiff_t as m4/intl.m4.
9927
9928 2007-11-10  Jim Meyering  <meyering@redhat.com>
9929
9930         Avoid link failure for the argmatch test.
9931         * tests/test-argmatch.c (usage): Define function to avoid a link
9932         failure: argmatch_die requires a usage function.
9933
9934 2007-11-09  Bruno Haible  <bruno@clisp.org>
9935
9936         * doc/functions/snprintf.texi: Mention BeOS deficiency.
9937         * doc/functions/vsnprintf.texi: Likewise.
9938         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
9939         with a size argument < 2.
9940
9941 2007-11-09  Bruno Haible  <bruno@clisp.org>
9942
9943         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
9944         buffer. Fixes an inefficiency introduced on 2007-11-03.
9945
9946 2007-11-09  Bruno Haible  <bruno@clisp.org>
9947
9948         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
9949         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
9950
9951 2007-11-08  Jim Meyering  <meyering@redhat.com>
9952
9953         Change cache variable name prefix "jm_" to "gl_" everywhere.
9954         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
9955         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
9956         * m4/uptime.m4: s/gl_/jm_/
9957
9958 2007-11-07  Bruno Haible  <bruno@clisp.org>
9959
9960         Update to GNU gettext 0.17.
9961         * m4/intl.m4: Update to GNU gettext 0.17.
9962         * m4/po.m4: Likewise.
9963         * modules/gettext (Files): Remove m4/ulonglong.m4.
9964         (configure.ac): Require gettext infrastructure from version 0.17.
9965
9966 2007-11-06  Bruno Haible  <bruno@clisp.org>
9967
9968         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
9969         symbolic values are not defined in a public header.
9970         * lib/freadable.c (freadable) [QNX]: Likewise.
9971         * lib/freadahead.c (freadahead) [QNX]: Likewise.
9972         * lib/freading.c (freading) [QNX]: Likewise.
9973         * lib/fseterr.c (fseterr) [QNX]: Likewise.
9974         * lib/fwritable.c (fwritable) [QNX]: Likewise.
9975         * lib/fwriting.c (fwriting) [QNX]: Likewise.
9976         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
9977         Reported by Alain Magloire.
9978
9979         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
9980
9981 2007-11-05  Bruno Haible  <bruno@clisp.org>
9982
9983         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
9984         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
9985         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
9986         Reported by Eric Blake.
9987
9988 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9989             Bruno Haible  <bruno@clisp.org>
9990
9991         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
9992         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
9993         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
9994         (malloc): Undefine also before including <stdlib.h>.
9995         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
9996         Needed on OSF/1 4.0.
9997
9998 2007-11-05  Jim Meyering  <meyering@redhat.com>
9999
10000         git-version-gen: sync from coreutils.
10001         * build-aux/git-version-gen: Add comments.
10002         Change the first '-' to '.' in the snapshot version string,
10003         e.g., 6.9-377-08144 -> 6.9.377-08144
10004         Remove first parameter.
10005         Don't declare a version "-dirty" merely because a time
10006         stamp has changed.
10007
10008 2007-11-04  Bruno Haible  <bruno@clisp.org>
10009
10010         * lib/lock.h: Protect all macro definitions containing an 'if'
10011         statement through a "do { ... } while (0)".
10012         * lib/tls.h: Likewise.
10013
10014 2007-11-04  Bruno Haible  <bruno@clisp.org>
10015
10016         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
10017
10018 2007-11-04  Bruno Haible  <bruno@clisp.org>
10019
10020         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
10021         * modules/fprintf-posix (Depends-on): Add nocrash.
10022         * modules/snprintf-posix (Depends-on): Likewise.
10023         * modules/sprintf-posix (Depends-on): Likewise.
10024         * modules/vasnprintf-posix (Depends-on): Likewise.
10025         * modules/vasprintf-posix (Depends-on): Likewise.
10026         * modules/vfprintf-posix (Depends-on): Likewise.
10027         * modules/vsnprintf-posix (Depends-on): Likewise.
10028         * modules/vsprintf-posix (Depends-on): Likewise.
10029         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
10030         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
10031         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
10032         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
10033         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
10034         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
10035         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
10036
10037 2007-11-04  Bruno Haible  <bruno@clisp.org>
10038
10039         * modules/nocrash: New file.
10040         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
10041         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
10042
10043 2007-11-04  Bruno Haible  <bruno@clisp.org>
10044
10045         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
10046         precision handling.
10047         * tests/test-vasprintf-posix.c (test_function): Likewise.
10048         * tests/test-snprintf-posix.h (test_function): Likewise.
10049         * tests/test-sprintf-posix.h (test_function): Likewise.
10050
10051         Fix *printf behaviour for large precisions on mingw and BeOS.
10052         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
10053         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
10054         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
10055         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
10056         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10057         gl_PRINTF_PRECISION and test its result. Invoke
10058         gl_PREREQ_VASNPRINTF_PRECISION.
10059         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10060         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10061         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10062         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10063         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10064         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10065         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10066         * doc/functions/fprintf.texi: Update.
10067         * doc/functions/printf.texi: Update.
10068         * doc/functions/snprintf.texi: Update.
10069         * doc/functions/sprintf.texi: Update.
10070         * doc/functions/vfprintf.texi: Update.
10071         * doc/functions/vprintf.texi: Update.
10072         * doc/functions/vsnprintf.texi: Update.
10073         * doc/functions/vsprintf.texi: Update.
10074
10075 2007-11-04  Bruno Haible  <bruno@clisp.org>
10076
10077         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
10078
10079 2007-11-04  Bruno Haible  <bruno@clisp.org>
10080
10081         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
10082         Reported by Sylvain Beucler <beuc@gnu.org>.
10083
10084 2007-11-03  Bruno Haible  <bruno@clisp.org>
10085
10086         * tests/test-fprintf-posix2.sh: New file.
10087         * tests/test-fprintf-posix2.c: New file.
10088         * modules/fprintf-posix-tests (Files): Add them.
10089         (TESTS): Add test-fprintf-posix2.sh.
10090         (configure.ac): Check for getrlimit and setrlimit.
10091         (check_PROGRAMS): Add test-fprintf-posix2.
10092
10093         * tests/test-printf-posix2.sh: New file.
10094         * tests/test-printf-posix2.c: New file.
10095         * modules/printf-posix-tests (Files): Add them.
10096         (TESTS): Add test-printf-posix2.sh.
10097         (configure.ac): Check for getrlimit and setrlimit.
10098         (check_PROGRAMS): Add test-printf-posix2.
10099
10100         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
10101         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
10102         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
10103         (decode_double): New function, copied from decode_long_double.
10104         (scale10_round_decimal_decoded): New function, extracted from
10105         scale10_round_decimal_long_double.
10106         (scale10_round_decimal_long_double): Use it.
10107         (scale10_round_decimal_double): New function.
10108         (floorlog10): New function.
10109         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
10110         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
10111         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
10112         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10113         gl_PRINTF_ENOMEM and test its result. Invoke
10114         gl_PREREQ_VASNPRINTF_ENOMEM.
10115         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10116         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10117         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10118         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10119         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10120         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10121         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10122         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
10123         * modules/snprintf-posix (Depends-on): Likewise.
10124         * modules/sprintf-posix (Depends-on): Likewise.
10125         * modules/vasnprintf-posix (Depends-on): Likewise.
10126         * modules/vasprintf-posix (Depends-on): Likewise.
10127         * modules/vfprintf-posix (Depends-on): Likewise.
10128         * modules/vsnprintf-posix (Depends-on): Likewise.
10129         * modules/vsprintf-posix (Depends-on): Likewise.
10130         * doc/functions/fprintf.texi: Update.
10131         * doc/functions/printf.texi: Update.
10132         * doc/functions/snprintf.texi: Update.
10133         * doc/functions/sprintf.texi: Update.
10134         * doc/functions/vfprintf.texi: Update.
10135         * doc/functions/vprintf.texi: Update.
10136         * doc/functions/vsnprintf.texi: Update.
10137         * doc/functions/vsprintf.texi: Update.
10138
10139 2007-11-03  Bruno Haible  <bruno@clisp.org>
10140
10141         * modules/frexp-nolibm-tests: New file.
10142
10143         * modules/frexp-nolibm: New file.
10144         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
10145
10146 2007-11-03  Bruno Haible  <bruno@clisp.org>
10147
10148         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
10149         value is C99 compliant.
10150         Needed for OSF/1 5.1.
10151
10152 2007-11-03  Bruno Haible  <bruno@clisp.org>
10153
10154         Fix out-of-memory handling of vasnprintf.
10155         * lib/printf-parse.c: Include <errno.h>.
10156         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
10157         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
10158         is already set.
10159
10160 2007-11-02  Eric Blake  <ebb9@byu.net>
10161
10162         Fix tests on cygwin.
10163         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
10164
10165 2007-11-01  Bruno Haible  <bruno@clisp.org>
10166
10167         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
10168         warning.
10169         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
10170         needed for POSIX compatibility.
10171
10172 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
10173
10174         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
10175         for compatibility with GNU.
10176
10177 2007-11-01  Bruno Haible  <bruno@clisp.org>
10178
10179         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
10180         (putenv): Renamed from rpl_putenv. Change argument type from
10181         'const char *' to 'char *'.
10182         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
10183         of defining putenv in config.h, just set REPLACE_PUTENV.
10184         * modules/putenv (Depends-on): Add stdlib.
10185         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10186         (Include): Use <stdlib.h>.
10187         * lib/stdlib.in.h (putenv): New declaration.
10188         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
10189         REPLACE_PUTENV.
10190         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
10191         REPLACE_PUTENV.
10192         Needed for MacOS X 10.5.0.
10193         Reported by Peter O'Gorman <peter@pogma.com>.
10194
10195 2007-11-01  Jim Meyering  <meyering@redhat.com>
10196
10197         Treat an empty date string exactly like "0".
10198         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
10199         if the remaining date string (to be parsed) is empty, use "0".
10200         Reported by Mischa Molhoek and discussed in this thread:
10201         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
10202
10203 2007-10-31  Bruno Haible  <bruno@clisp.org>
10204
10205         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
10206         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
10207         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
10208         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
10209         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
10210         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
10211
10212 2007-10-31  Bruno Haible  <bruno@clisp.org>
10213
10214         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
10215         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
10216         (AC_TYPE_LONG_LONG_INT): Use it.
10217         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
10218         it as well.
10219         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
10220         to m4/longlong.m4.
10221         * modules/stdint (Files): Remove m4/ulonglong.m4.
10222         * modules/strtoull (Files): Use m4/longlong.m4 instead of
10223         m4/ulonglong.m4.
10224         * modules/strtoumax (Files): Likewise.
10225
10226 2007-10-30  Bruno Haible  <bruno@clisp.org>
10227
10228         * modules/xvasprintf-posix: New file.
10229         Suggested by Eric Blake.
10230
10231 2007-10-30  Bruno Haible  <bruno@clisp.org>
10232
10233         * modules/xprintf-posix-tests: New file.
10234         * tests/test-xprintf-posix.sh: New file.
10235         * tests/test-xprintf-posix.c: New file.
10236         * tests/test-xfprintf-posix.c: New file.
10237
10238         * modules/xprintf-posix: New file.
10239
10240 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10241
10242         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
10243         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
10244         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
10245
10246 2007-10-29  Bruno Haible  <bruno@clisp.org>
10247
10248         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
10249         contain the special marker '_cv_'.
10250         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
10251         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
10252         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
10253         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
10254         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
10255         Reported by Ralf Wildenhues.
10256
10257 2007-10-29  Bruno Haible  <bruno@clisp.org>
10258
10259         * gnulib-tool (func_import): When --lgpl is not specified, set
10260         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
10261         GPLv3.
10262         Reported by Simon Josefsson.
10263
10264 2007-10-28  Bruno Haible  <bruno@clisp.org>
10265
10266         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
10267         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
10268         HAVE_DECL_ISFINITE.
10269         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
10270         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
10271         HAVE_DECL_ISFINITE.
10272
10273 2007-10-28  Bruno Haible  <bruno@clisp.org>
10274
10275         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
10276         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
10277
10278 2007-10-28  Bruno Haible  <bruno@clisp.org>
10279
10280         Fix link errors with Sun C 5.0 on Solaris 10.
10281         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
10282         function is declared but not present in the compiler's libm.
10283         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
10284         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
10285         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
10286         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
10287         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
10288         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
10289         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
10290         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
10291         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
10292         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
10293         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
10294         HAVE_DECL_FLOORL.
10295
10296 2007-10-28  Bruno Haible  <bruno@clisp.org>
10297
10298         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
10299         gl_FUNC_FLOORL. Cache the result.
10300         (gl_FUNC_FLOORL): Use it.
10301         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
10302         gl_FUNC_CEILL. Cache the result.
10303         (gl_FUNC_CEILL): Use it.
10304
10305         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
10306         gl_FUNC_FLOOR. Cache the result.
10307         (gl_FUNC_FLOOR): Use it.
10308         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
10309         gl_FUNC_CEIL. Cache the result.
10310         (gl_FUNC_CEIL): Use it.
10311
10312         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
10313         gl_FUNC_FLOORF. Cache the result.
10314         (gl_FUNC_FLOORF): Use it.
10315         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
10316         gl_FUNC_CEILF. Cache the result.
10317         (gl_FUNC_CEILF): Use it.
10318
10319 2007-10-28  Bruno Haible  <bruno@clisp.org>
10320
10321         * gnulib-tool: Allow specifying the LGPL version number through
10322         --lgpl=2 or --lgpl=3.
10323         (func_usage): Document --lgpl with argument.
10324         Handle --lgpl=... arguments.
10325         (func_import): Recognize also gl_LGPL calls with an argument. When
10326         --lgpl=2 is used and the module's license is just LGPL, report an
10327         error. Set sed_transform_lib_file according to the lgpl variable. In
10328         the generated files, use --lgpl or gl_LGPL invocations with argument,
10329         if necessary.
10330         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
10331         an LGPv2+ license.
10332         * doc/gnulib-tool.texi (Modified imports): Update explanation of
10333         gl_LGPL macro.
10334
10335 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10336             Bruno Haible  <bruno@clisp.org>
10337
10338         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
10339         (u16_uctomb_aux): Likewise.
10340         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
10341         !HAVE_INLINE.
10342         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
10343
10344 2007-10-28  Bruno Haible  <bruno@clisp.org>
10345
10346         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
10347         Invoke AM_GETTEXT_OPTION if it exists.
10348         * modules/vasprintf: Likewise.
10349         * modules/verror: Likewise.
10350         * modules/xprintf: Likewise.
10351         * modules/xvasprintf: Likewise.
10352
10353 2007-10-27  Ben Pfaff  <blp@gnu.org>
10354
10355         * lib/math.in.h: Define isfinite macro and prototypes for
10356         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
10357         implementations.
10358         * m4/math_h.m4: New substitutions for isfinite module.
10359         * lib/isfinite.c: New file.
10360         * m4/isfinite.m4: New file.
10361         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
10362         * modules/isfinite: New file.
10363         * modules/isfinite-tests: New file.
10364         * tests/tests-isfinite.c: New file.
10365         * doc/functions/isfinite.texi: Mention isfinite module.
10366         * MODULES.html.sh: Mention new module.
10367
10368 2007-10-27  Ben Pfaff  <blp@gnu.org>
10369
10370         Ralf Wildenhues reported that Tru64 4.0D declares the round
10371         functions but does not have definitions.
10372         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
10373         cannot be found in any library, set the output variable to
10374         "missing" instead of "".
10375         * m4/round.m4: Also use our substitute if we cannot find round in
10376         any library, even if it is declared.
10377         * m4/roundf.m4: Likewise for roundf.
10378         * m4/roundl.m4: Likewise for roundl.
10379         * lib/math.in.h: Undefine roundf, round, roundl before defining
10380         their replacements, to allow for hypothetical systems where these
10381         may be defined as macros but not available in libraries.
10382
10383 2007-10-27  Bruno Haible  <bruno@clisp.org>
10384
10385         * doc/gnulib.texi: Invoke @firstparagraphindent.
10386         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
10387         changes in gnulib.
10388         (Source changes): New section.
10389
10390 2007-10-26  Bruno Haible  <bruno@clisp.org>
10391
10392         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
10393         borrowed from autoconf.
10394
10395 2007-10-26  Bruno Haible  <bruno@clisp.org>
10396
10397         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
10398         strerror returned the empty string. Needed on HP-UX 11.00.
10399
10400 2007-10-24  Micah Cowan  <micah@cowan.name>
10401
10402         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
10403         * build-aux/bootstrap: Remove support for now-unnecessary option,
10404         --cvs-user, and envvars CVS_USER, CVS_RSH.
10405
10406 2007-10-24  Jim Meyering  <meyering@redhat.com>
10407
10408         Avoid diagnostics from sha1sum when there is no cached checksum.
10409         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
10410         if the po.s1 file hasn't been created yet.
10411
10412         * build-aux/bootstrap: Sync from coreutils:
10413         2007-10-24  Jim Meyering  <meyering@redhat.com>
10414         Get gnulib from the git repository, not from an obsolete cvs one.
10415         * build-aux/bootstrap: Suggestion from Micah Cowan.
10416         2007-10-04  Jim Meyering  <jim@meyering.net>
10417         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
10418         (update_po_files): Work also when there are no .po files in po/.
10419
10420 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
10421
10422         * README: Append ".git" to git and cg examples.
10423         Problem reported by Benoit Sigoure.
10424
10425 2007-10-23  Micah Cowan  <micah@cowan.name>
10426
10427         * users.txt: Add wget.
10428
10429 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10430
10431         Fix linking of some unistdio tests on FreeBSD.
10432         * modules/unistdio/u16-vsnprintf-tests
10433         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
10434         * modules/unistdio/u16-vsprintf-tests
10435         (test_u16_vsnprintf1_LDADD): Likewise.
10436         * modules/unistdio/u32-vsnprintf-tests
10437         (test_u32_vsnprintf1_LDADD): Likewise.
10438         * modules/unistdio/u32-vsprintf-tests
10439         (test_u32_vsprintf1_LDADD): Likewise.
10440         * modules/unistdio/u8-vsnprintf-tests
10441         (test_u8_vsnprintf1_LDADD): Likewise.
10442         * modules/unistdio/u8-vsprintf-tests
10443         (test_u8_vsprintf1_LDADD): Likewise.
10444         * modules/unistdio/ulc-vsnprintf-tests
10445         (test_ulc_vsnprintf1_LDADD): Likewise.
10446         * modules/unistdio/ulc-vsprintf-tests
10447         (test_ulc_vsprintf1_LDADD): Likewise.
10448
10449         Fix linking of some uniconv tests on FreeBSD.
10450         * modules/uniconv/u16-conv-from-enc-tests
10451         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
10452         * modules/uniconv/u16-conv-to-enc-tests
10453         (test_u16_conv_to_enc_LDADD): Likewise.
10454         * modules/uniconv/u16-strconv-from-enc-tests
10455         (test_u16_strconv_from_enc_LDADD): Likewise.
10456         * modules/uniconv/u16-strconv-to-enc-tests
10457         (test_u16_strconv_to_enc_LDADD): Likewise.
10458         * modules/uniconv/u32-conv-from-enc-tests
10459         (test_u32_conv_from_enc_LDADD): Likewise.
10460         * modules/uniconv/u32-conv-to-enc-tests
10461         (test_u32_conv_to_enc_LDADD): Likewise.
10462         * modules/uniconv/u32-strconv-from-enc-tests
10463         (test_u32_strconv_from_enc_LDADD): Likewise.
10464         * modules/uniconv/u32-strconv-to-enc-tests
10465         (test_u32_strconv_to_enc_LDADD): Likewise.
10466         * modules/uniconv/u8-conv-from-enc-tests
10467         (test_u8_conv_from_enc_LDADD): Likewise.
10468         * modules/uniconv/u8-conv-to-enc-tests
10469         (test_u8_conv_to_enc_LDADD): Likewise.
10470         * modules/uniconv/u8-strconv-from-enc-tests
10471         (test_u8_strconv_from_enc_LDADD): Likewise.
10472         * modules/uniconv/u8-strconv-to-enc-tests
10473         (test_u8_strconv_to_enc_LDADD): Likewise.
10474
10475 2007-10-22  Bruno Haible  <bruno@clisp.org>
10476
10477         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
10478         size.
10479
10480 2007-10-22  Eric Blake  <ebb9@byu.net>
10481
10482         Tweak x*printf documentation.
10483         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
10484         variable name and comments.
10485         Suggested by Bruno Haible.
10486
10487 2007-10-22  Bruno Haible  <bruno@clisp.org>
10488
10489         * lib/acl.c (copy_acl): Fix file name in comment.
10490
10491 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
10492
10493         Fix Tru64 problem with stdbool.h.
10494         * lib/stdbool.in.h (false, true):
10495         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
10496         Don't declare as an enum in this situation; it runs afoul of Tru64.
10497         Problem reported by Steven M. Schweda in
10498         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
10499
10500 2007-10-22  Eric Blake  <ebb9@byu.net>
10501
10502         Also wrap vf?printf.
10503         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
10504         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
10505         (xvprintf, xvfprintf): New functions.
10506
10507 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10508
10509         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
10510         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
10511
10512         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
10513         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
10514
10515 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
10516
10517         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
10518         by Bruno Haible.
10519
10520 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10521
10522         * lib/getloadavg.c
10523         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
10524         Undef `sys' after including sys/table.h, for Tru64 4.0D.
10525
10526         * tests/test-i-ring.c: Work for C89.
10527
10528 2007-10-22  Bruno Haible  <bruno@clisp.org>
10529
10530         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
10531         -1u, in preprocessor expression, so that we don't test for the bug
10532         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
10533         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
10534
10535 2007-10-22  Eric Blake  <ebb9@byu.net>
10536
10537         * tests/test-yesno.sh: Silence stderr during test.
10538
10539 2007-10-22  Simon Josefsson  <simon@josefsson.org>
10540
10541         * modules/crypto/gc-camellia: New file.
10542
10543         * m4/gc-camellia.m4: New file.
10544
10545         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
10546
10547         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
10548
10549 2007-10-22  Simon Josefsson  <simon@josefsson.org>
10550
10551         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
10552         --help to stdout.  Reported by sms@antinode.org (Steven
10553         M. Schweda).
10554
10555 2007-10-22  Simon Josefsson  <simon@josefsson.org>
10556
10557         * users.txt: Fix link to libksba.
10558
10559 2007-10-21  Ben Pfaff  <blp@gnu.org>
10560
10561         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
10562         round.c roundf implementation that depends on floorf and ceilf to
10563         be tested unconditionally.
10564
10565 2007-10-21  Ben Pfaff  <blp@gnu.org>
10566
10567         * m4/check-libm-func.m4: Removed.
10568         * m4/check-math-lib.m4: New file.
10569         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
10570         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
10571         definition and lack of AC_LIBOBJ([roundf]).
10572         * m4/roundl.m4: Ditto, and similarly for roundl.
10573         * modules/round: Reference new m4 file.
10574         * modules/roundf: Ditto.
10575         * modules/roundl: Ditto.
10576         * tests/test-round2.c (main): Use ROUND instead of round.
10577         Bug report from Bruno Haible.
10578
10579 2007-10-21  Bruno Haible  <bruno@clisp.org>
10580
10581         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
10582         context.
10583
10584 2007-10-21  Bruno Haible  <bruno@clisp.org>
10585
10586         * tests/test-wcwidth.c (main): Allow negative result for some control
10587         characters.
10588
10589         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
10590         Needed on OSF/1 5.1.
10591
10592 2007-10-21  Bruno Haible  <bruno@clisp.org>
10593
10594         * tests/test-floorf1.c: Include isnanf.h.
10595         (main): Use isnanf() instead of isnan().
10596         * tests/test-ceilf1.c: Include isnanf.h.
10597         (main): Use isnanf() instead of isnan().
10598         * tests/test-truncf1.c: Include isnanf.h.
10599         (main): Use isnanf() instead of isnan().
10600         * tests/test-roundf1.c: Include isnanf.h.
10601         (main): Use isnanf() instead of isnan().
10602
10603 2007-10-21  Eric Blake  <ebb9@byu.net>
10604
10605         * users.txt: Update URL for m4.
10606
10607 2007-10-21  Bruno Haible  <bruno@clisp.org>
10608
10609         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
10610
10611 2007-10-21  Bruno Haible  <bruno@clisp.org>
10612
10613         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
10614         Git's management files if the CVS files are not present.
10615
10616 2007-10-20  Bruno Haible  <bruno@clisp.org>
10617
10618         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
10619         gcc-3.4.x.
10620
10621 2007-10-20  Ben Pfaff  <blp@gnu.org>
10622
10623         * lib/math.in.h: Declare round, roundf, roundl if we are providing
10624         implementations.
10625         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
10626         * lib/round.c: New file.
10627         * lib/roundf.c: New file.
10628         * lib/roundl.c: New file.
10629         * m4/round.m4: New file.
10630         * m4/roundf.m4: New file.
10631         * m4/roundl.m4: New file.
10632         * m4/check-libm-func-m4: New file.
10633         * modules/math: Replace round, roundf, roundl related @VARS@ in
10634         math.in.h.
10635         * modules/round: New file.
10636         * modules/round-tests: New file.
10637         * modules/roundf: New file.
10638         * modules/roundf-tests: New file.
10639         * modules/roundl: New file.
10640         * modules/roundl-tests: New file.
10641         * tests/test-round1.c: New file.
10642         * tests/test-round2.c: New file.
10643         * tests/test-roundf1.c: New file.
10644         * tests/test-roundf2.c: New file.
10645         * tests/test-roundl.c: New file.
10646         * doc/functions/round.texi: Mention round module.
10647         * doc/functions/roundf.texi: Mention roundf module.
10648         * doc/functions/roundl.texi: Mention roundl module.
10649         * MODULES.html.sh: Mention new modules.
10650         Thanks to Bruno Haible for suggestions.
10651
10652 2007-10-20  Jim Meyering  <meyering@redhat.com>
10653
10654         * lib/xprintf.c: Include <config.h> unconditionally.
10655
10656         Change xprintf's license to GPL.
10657         * modules/xprintf (License): s/LGPL/GPL/, since this module
10658         depends on modules (exit and exitfail) which are GPL.
10659         Suggestion from Bruno Haible.
10660
10661         xprintf fixes.
10662         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
10663         Use a clearer diagnostic.
10664         Patch from Bruno Haible.
10665
10666 2007-10-20  Bruno Haible  <bruno@clisp.org>
10667
10668         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
10669         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
10670         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10671
10672 2007-10-20  Bruno Haible  <bruno@clisp.org>
10673
10674         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
10675         precision in the comparison result > x - 1 or similar.
10676         * tests/test-ceilf2.c (correct_result_p): Likewise.
10677         * tests/test-truncf2.c (correct_result_p): Likewise.
10678         * tests/test-trunc2.c (correct_result_p): Likewise.
10679         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10680
10681 2007-10-20  Bruno Haible  <bruno@clisp.org>
10682
10683         * modules/ceil: New file.
10684         * m4/ceil.m4: New file.
10685         * doc/functions/ceil.texi: Mention the 'ceil' module.
10686
10687 2007-10-20  Bruno Haible  <bruno@clisp.org>
10688
10689         * modules/floor: New file.
10690         * m4/floor.m4: New file.
10691         * doc/functions/floor.texi: Mention the 'floor' module.
10692
10693 2007-10-20  Bruno Haible  <bruno@clisp.org>
10694
10695         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
10696         of %a.
10697         * modules/floorf-tests (Depends-on): Likewise.
10698         * modules/truncf-tests (Depends-on): Likewise.
10699         * modules/trunc-tests (Depends-on): Likewise.
10700         Reported by Ben Pfaff.
10701
10702 2007-10-19  Jim Meyering  <meyering@redhat.com>
10703
10704         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
10705         Don't bother testing specific errno values.  Just test ferror.
10706
10707         New module: xprintf
10708         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
10709
10710 2007-10-19  Bruno Haible  <bruno@clisp.org>
10711
10712         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
10713         syntax.
10714         * modules/javaexec (Makefile.am): Likewise.
10715         * modules/relocatable-prog (Makefile.am): Likewise.
10716         Suggested by Jim Meyering.
10717
10718 2007-10-18  Bruno Haible  <bruno@clisp.org>
10719
10720         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
10721         Reported by Jim Meyering.
10722
10723 2007-10-18  Eric Blake  <ebb9@byu.net>
10724
10725         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
10726
10727 2007-10-18  Bruno Haible  <bruno@clisp.org>
10728
10729         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
10730         the format string into writable memory. Needed in Fortify conditions.
10731
10732 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
10733             Bruno Haible  <bruno@clisp.org>
10734
10735         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
10736         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
10737         * modules/trim (Depends-on): Add mbchar.
10738         (configure.ac): Add gl_FUNC_MBRTOWC.
10739         (Makefile.am): Augment lib_SOURCES.
10740
10741 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
10742
10743         Modify glob.c to use fstatat and dirfd, to simplify it.
10744         Suggested by Eric Blake.
10745         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
10746         Don't include <stdbool.h>; not used.
10747         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
10748         (link_exists_p): Simplify implementation, since we can now assume
10749         dirfd and fstatat.
10750         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
10751
10752 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10753
10754         * gnulib-tool (func_get_dependencies): Fix sed script to
10755         match only tests.
10756
10757 2007-10-17  Bruno Haible  <bruno@clisp.org>
10758
10759         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
10760         allow locale names without encoding suffix.
10761         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
10762         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
10763
10764 2007-10-16  Bruno Haible  <bruno@clisp.org>
10765
10766         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
10767         * lib/getgroups.c (getgroups): Likewise.
10768         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
10769
10770 2007-10-16  Bruno Haible  <bruno@clisp.org>
10771
10772         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
10773         * modules/malloc-posix (License): Likewise.
10774         * modules/realloc-posix (License): Likewise.
10775         * modules/calloc-posix (License): Likewise.
10776         * modules/intprops (License): Change from GPL to LGPL, with
10777         Paul Eggert's approval.
10778
10779 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
10780
10781         Merge glibc changes into lib/glob.c.
10782
10783         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
10784         2007-10-15 04:59:03 UTC.  Here are the changes:
10785
10786         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
10787
10788         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
10789
10790         * lib/glob.c: Add some branch prediction throughout.
10791
10792         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
10793
10794         [BZ #5103]
10795         * lib/glob.c (glob): Recognize patterns starting \/.
10796
10797         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
10798
10799         [BZ #3996]
10800         * lib/glob.c (attribute_hidden): Define if not defined.
10801         (glob): Unescape dirname, filename or username when needed and not
10802         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
10803         is NULL.  Handle unescaped [ in pattern without closing ].
10804         Don't pass GLOB_CHECK down to recursive glob for directories.
10805         (__glob_pattern_type): New function.
10806         (__glob_pattern_p): Implement using __glob_pattern_type.
10807         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
10808         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
10809         Remove unreachable code.
10810
10811         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
10812
10813         * lib/glob.c (glob_in_dir): Add some comments and asserts to
10814         explain why there are no leaks.
10815
10816         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
10817
10818         [BZ #3253]
10819         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
10820         time, rather allocate increasingly bigger arrays of pointers, if
10821         possible with alloca, if too large with malloc.
10822
10823 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
10824
10825         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
10826         Problem reported by H.Merijn Brand in
10827         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
10828         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
10829         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10830
10831 2007-10-15  Bruno Haible  <bruno@clisp.org>
10832
10833         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
10834         with explicit rpl_ prefix.
10835         * lib/fopen.c (fopen): Likewise.
10836         * lib/freopen.c (freopen): Likewise.
10837         * lib/iconv.c (iconv): Likewise.
10838         * lib/iconv_close.c (iconv_close): Likewise.
10839
10840 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10841
10842         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
10843
10844 2007-10-15  Bruno Haible  <bruno@clisp.org>
10845
10846         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
10847         <stddef.h> instead of <stdlib.h> since we only need NULL.
10848         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10849
10850 2007-10-15  Bruno Haible  <bruno@clisp.org>
10851
10852         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
10853         Replace paragraph talking about LIBOBJS.
10854         Reported by Colin Watson <cjwatson@debian.org>.
10855
10856 2007-10-15  Bruno Haible  <bruno@clisp.org>
10857
10858         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
10859         <stdlib.h> before using NULL.
10860
10861 2007-10-15  Simon Josefsson  <simon@josefsson.org>
10862
10863         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
10864         Reported by Albert Chin <china@thewrittenword.com>.
10865
10866 2007-10-14  Bruno Haible  <bruno@clisp.org>
10867
10868         * modules/iconv_open-utf-tests: New file.
10869         * tests/test-iconv-utf.c: New file.
10870
10871         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
10872         * modules/iconv_open-utf: New file.
10873         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
10874         (iconv, iconv_close): New declarations.
10875         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
10876         be defined.
10877         (iconv_open): Add special handling of conversion between UTF-8 and
10878         UTF-{16,32}{BE,LE}.
10879         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
10880         * lib/iconv_close.c: New file.
10881         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
10882         gl_FUNC_ICONV_OPEN.
10883         (gl_FUNC_ICONV_OPEN): Use it.
10884         (gl_FUNC_ICONV_OPEN_UTF): New macro.
10885         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
10886         and REPLACE_ICONV_UTF.
10887         * modules/iconv_open (Depends-on): Add c-strcase.
10888         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
10889         ICONV_CONST.
10890         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
10891
10892 2007-10-13  Albert Chin  <china@thewrittenword.com>
10893             Bruno Haible  <bruno@clisp.org>
10894
10895         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
10896         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
10897
10898 2007-10-13  Bruno Haible  <bruno@clisp.org>
10899
10900         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
10901         defined, use the ISO C99 inline semantics.
10902         * lib/argp.h (ARGP_EI): Likewise.
10903
10904 2007-10-13  Bruno Haible  <bruno@clisp.org>
10905
10906         Handle 'inline' change in gcc 4.3.0.
10907         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
10908         argp_fmtstream_write, argp_fmtstream_set_lmargin,
10909         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
10910         argp_fmtstream_point): Disable 'extern' declaration if the function
10911         definition is going to be provided inline.
10912         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
10913         semantics, not the ISO C99 inline semantics.
10914         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
10915         'extern' declaration if the function definition is going to be provided
10916         inline.
10917         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
10918         the GNU C inline semantics, not the ISO C99 inline semantics. With
10919         GCC 4.2, avoid a warning.
10920
10921 2007-10-13  Bruno Haible  <bruno@clisp.org>
10922
10923         * lib/freading.h (freading): Enable the use of __freading for
10924         glibc >= 2.7.
10925         * lib/freading.c (freading): Likewise.
10926
10927 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10928
10929         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
10930         "warning: C99 inline functions are not supported; using GNU89".
10931
10932 2007-10-12  Bruno Haible  <bruno@clisp.org>
10933
10934         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
10935         of 2.
10936         * tests/test-ceilf2.c: New file.
10937         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
10938
10939         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
10940         * modules/ceilf-tests: Update.
10941
10942 2007-10-12  Bruno Haible  <bruno@clisp.org>
10943
10944         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
10945         of 2.
10946         * tests/test-floorf2.c: New file.
10947         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
10948
10949         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
10950         * modules/floorf-tests: Update.
10951
10952 2007-10-12  Bruno Haible  <bruno@clisp.org>
10953
10954         * tests/test-trunc2.c: New file.
10955         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
10956
10957         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
10958         * modules/trunc-tests: Update.
10959
10960 2007-10-12  Bruno Haible  <bruno@clisp.org>
10961
10962         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
10963         of 2.
10964         * tests/test-truncf2.c: New file.
10965         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
10966
10967         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
10968         * modules/truncf-tests: Update.
10969
10970 2007-10-11  Eric Blake  <ebb9@byu.net>
10971
10972         Don't claim strerror is broken on Interix.
10973         * doc/functions/strerror.texi (strerror): Known broken systems are
10974         now Solaris 8, and not Interix.
10975         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
10976         Interix on cross-compile.
10977         Reported by Martin Koeppe in
10978         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
10979
10980 2007-10-11  Bruno Haible  <bruno@clisp.org>
10981
10982         * modules/i-ring-tests: New file.
10983         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
10984         instead of assert.
10985
10986 2007-10-11  Bruno Haible  <bruno@clisp.org>
10987
10988         * modules/filenamecat-tests: New file.
10989         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
10990         * lib/filenamecat.c: Remove test code.
10991
10992 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10993
10994         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
10995
10996         * lib/strerror.c: Include <string.h> always, to test interface,
10997         and to remove the need for the dummy.
10998         Include intprops.h to compute width instead of doing it ourselves
10999         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
11000         (strerror): Define it to return NULL if there's no system strerror.
11001         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
11002         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
11003         ancient pre-strerror Unix systems well any more.  Saying "unknown
11004         system error" is enough.
11005         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
11006         simpler strerror.c implementation.
11007         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
11008         Simplify the tests to reflect the simpler strerror implementation.
11009         * modules/strerror (Depends-on): Add intprops.
11010
11011 2007-10-09  Eric Blake  <ebb9@byu.net>
11012
11013         Silence test-fpending.
11014         * modules/fpending-tests (Files): Add wrapper script.
11015         * tests/test-fpending.sh: New file.
11016
11017 2007-10-09  Bruno Haible  <bruno@clisp.org>
11018
11019         * MODULES.html.sh (func_module): Don't create a hyperlink for
11020         function names like 'printf_frexp'.
11021         (Misc): Add crc, memxor.
11022         (Characteristics of floating types): New section.
11023         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
11024         isnanf-nolibm, signbit, trunc, truncf, truncl.
11025         (Enhancements for ISO C 99 functions): New subsection Input/output.
11026         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
11027         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
11028         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
11029         (Compatibility checks for POSIX:2001 functions): Add clock-time.
11030         (Enhancements for POSIX:2001 functions): Add chdir-long.
11031         (File system functions): Add areadlink, chdir-safer, read-file.
11032         Remove cycle-check.
11033         (File system as inode set): New section.
11034         (Date and time): Add gethrxtime.
11035         (Multithreading): Add openmp.
11036         (Internationalization functions): Add localename.
11037         (Unicode string functions): Add unistr/u*-mbsnlen.
11038         (Support for maintaining and releasing projects): Add git-version-gen.
11039         (Lone files): Remove directories.
11040
11041 2007-10-08  Ben Pfaff  <blp@gnu.org>
11042
11043         * lib/xmalloca.h: Fix typo in comment.
11044
11045 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
11046
11047         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
11048         when avoiding problems with integer overflow.  Use a portable test
11049         instead.
11050
11051 2007-10-08  Simon Josefsson  <simon@josefsson.org>
11052
11053         * modules/dummy (License): Change to LGPLv2+.
11054         * modules/float (License): Likewise
11055         * modules/realloc (License): Likewise
11056         * modules/stdlib (License): Likewise
11057
11058 2007-10-07  Bruno Haible  <bruno@clisp.org>
11059
11060         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
11061         * floor.c (TWO_MANT_DIG): Likewise.
11062         * ceil.c (TWO_MANT_DIG): Likewise.
11063         Reported by Ben Pfaff.
11064
11065 2007-10-07  Bruno Haible  <bruno@clisp.org>
11066
11067         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
11068         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
11069         * lib/frexp.c (FUNC): Likewise.
11070         * lib/printf-frexp.h (printf_frexp): Likewise.
11071         * lib/printf-frexpl.h (printf_frexpl): Likewise.
11072         * lib/printf-frexp.c (FUNC): Likewise.
11073         Suggested by Jim Meyering.
11074
11075 2007-10-07  Jim Meyering  <meyering@redhat.com>
11076
11077         Make xnanosleep's integer overflow test more robust.
11078         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
11079         so that gcc-4.3.0 doesn't optimize away this test for overflow.
11080
11081 2007-10-07  Bruno Haible  <bruno@clisp.org>
11082
11083         * NEWS: Mention the license change.
11084
11085         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
11086         abbreviations in the modules files.
11087
11088         Change copyright notice from GPLv2+ to GPLv3+.
11089         * README: Change copyright notice.
11090         * MODULES.html.sh: Likewise.
11091         * build-aux/bootstrap.conf: Likewise.
11092         * build-aux/config.libpath: Likewise.
11093         * build-aux/csharpcomp.sh.in: Likewise.
11094         * build-aux/csharpexec.sh.in: Likewise.
11095         * build-aux/install-reloc: Likewise.
11096         * build-aux/javacomp.sh.in: Likewise.
11097         * build-aux/javaexec.sh.in: Likewise.
11098         * build-aux/ldd.sh.in: Likewise.
11099         * build-aux/reloc-ldflags: Likewise.
11100         * build-aux/relocatable.sh.in: Likewise.
11101         * build-aux/x-to-1.in: Likewise.
11102         * check-module: Likewise.
11103         * config/srclistvars.sh: Likewise.
11104         * gnulib-tool: Likewise.
11105         * lib/acl-internal.h: Likewise.
11106         * lib/acl.c: Likewise.
11107         * lib/acl.h: Likewise.
11108         * lib/acl_entries.c: Likewise.
11109         * lib/areadlink-with-size.c: Likewise.
11110         * lib/areadlink.c: Likewise.
11111         * lib/areadlink.h: Likewise.
11112         * lib/argmatch.c: Likewise.
11113         * lib/argmatch.h: Likewise.
11114         * lib/argp-ba.c: Likewise.
11115         * lib/argp-eexst.c: Likewise.
11116         * lib/argp-fmtstream.c: Likewise.
11117         * lib/argp-fmtstream.h: Likewise.
11118         * lib/argp-fs-xinl.c: Likewise.
11119         * lib/argp-help.c: Likewise.
11120         * lib/argp-namefrob.h: Likewise.
11121         * lib/argp-parse.c: Likewise.
11122         * lib/argp-pin.c: Likewise.
11123         * lib/argp-pv.c: Likewise.
11124         * lib/argp-pvh.c: Likewise.
11125         * lib/argp-xinl.c: Likewise.
11126         * lib/argp.h: Likewise.
11127         * lib/at-func.c: Likewise.
11128         * lib/atanl.c: Likewise.
11129         * lib/backupfile.c: Likewise.
11130         * lib/backupfile.h: Likewise.
11131         * lib/basename.c: Likewise.
11132         * lib/binary-io.h: Likewise.
11133         * lib/byteswap.in.h: Likewise.
11134         * lib/c-stack.c: Likewise.
11135         * lib/c-stack.h: Likewise.
11136         * lib/c-strcasestr.c: Likewise.
11137         * lib/c-strcasestr.h: Likewise.
11138         * lib/c-strstr.c: Likewise.
11139         * lib/c-strstr.h: Likewise.
11140         * lib/c-strtod.c: Likewise.
11141         * lib/calloc.c: Likewise.
11142         * lib/canon-host.c: Likewise.
11143         * lib/canon-host.h: Likewise.
11144         * lib/canonicalize-lgpl.c: Likewise.
11145         * lib/canonicalize.c: Likewise.
11146         * lib/canonicalize.h: Likewise.
11147         * lib/ceil.c: Likewise.
11148         * lib/ceilf.c: Likewise.
11149         * lib/ceill.c: Likewise.
11150         * lib/chdir-long.c: Likewise.
11151         * lib/chdir-long.h: Likewise.
11152         * lib/chdir-safer.c: Likewise.
11153         * lib/chdir-safer.h: Likewise.
11154         * lib/chown.c: Likewise.
11155         * lib/classpath.c: Likewise.
11156         * lib/classpath.h: Likewise.
11157         * lib/clean-temp.c: Likewise.
11158         * lib/clean-temp.h: Likewise.
11159         * lib/cloexec.c: Likewise.
11160         * lib/close-stream.c: Likewise.
11161         * lib/closein.c: Likewise.
11162         * lib/closein.h: Likewise.
11163         * lib/closeout.c: Likewise.
11164         * lib/closeout.h: Likewise.
11165         * lib/concat-filename.c: Likewise.
11166         * lib/copy-file.c: Likewise.
11167         * lib/copy-file.h: Likewise.
11168         * lib/count-one-bits.h: Likewise.
11169         * lib/crc.c: Likewise.
11170         * lib/crc.h: Likewise.
11171         * lib/creat-safer.c: Likewise.
11172         * lib/csharpcomp.c: Likewise.
11173         * lib/csharpcomp.h: Likewise.
11174         * lib/csharpexec.c: Likewise.
11175         * lib/csharpexec.h: Likewise.
11176         * lib/cycle-check.c: Likewise.
11177         * lib/cycle-check.h: Likewise.
11178         * lib/diacrit.c: Likewise.
11179         * lib/diacrit.h: Likewise.
11180         * lib/diffseq.h: Likewise.
11181         * lib/dirchownmod.c: Likewise.
11182         * lib/dirent.in.h: Likewise.
11183         * lib/dirfd.c: Likewise.
11184         * lib/dirfd.h: Likewise.
11185         * lib/dirname.c: Likewise.
11186         * lib/dirname.h: Likewise.
11187         * lib/dummy.c: Likewise.
11188         * lib/dup-safer.c: Likewise.
11189         * lib/dup2.c: Likewise.
11190         * lib/eealloc.h: Likewise.
11191         * lib/error.c: Likewise.
11192         * lib/error.h: Likewise.
11193         * lib/euidaccess.c: Likewise.
11194         * lib/exclude.c: Likewise.
11195         * lib/exclude.h: Likewise.
11196         * lib/execute.c: Likewise.
11197         * lib/execute.h: Likewise.
11198         * lib/exitfail.c: Likewise.
11199         * lib/exitfail.h: Likewise.
11200         * lib/expl.c: Likewise.
11201         * lib/fatal-signal.c: Likewise.
11202         * lib/fatal-signal.h: Likewise.
11203         * lib/fbufmode.c: Likewise.
11204         * lib/fbufmode.h: Likewise.
11205         * lib/fchdir.c: Likewise.
11206         * lib/fchmodat.c: Likewise.
11207         * lib/fchownat.c: Likewise.
11208         * lib/fcntl--.h: Likewise.
11209         * lib/fcntl-safer.h: Likewise.
11210         * lib/fcntl.in.h: Likewise.
11211         * lib/fd-safer.c: Likewise.
11212         * lib/fflush.c: Likewise.
11213         * lib/file-has-acl.c: Likewise.
11214         * lib/file-set.c: Likewise.
11215         * lib/file-type.c: Likewise.
11216         * lib/file-type.h: Likewise.
11217         * lib/fileblocks.c: Likewise.
11218         * lib/filemode.c: Likewise.
11219         * lib/filemode.h: Likewise.
11220         * lib/filename.h: Likewise.
11221         * lib/filenamecat.c: Likewise.
11222         * lib/filenamecat.h: Likewise.
11223         * lib/findprog.c: Likewise.
11224         * lib/findprog.h: Likewise.
11225         * lib/float.in.h: Likewise.
11226         * lib/floor.c: Likewise.
11227         * lib/floorf.c: Likewise.
11228         * lib/floorl.c: Likewise.
11229         * lib/fopen-safer.c: Likewise.
11230         * lib/fopen.c: Likewise.
11231         * lib/fpending.c: Likewise.
11232         * lib/fpending.h: Likewise.
11233         * lib/fprintf.c: Likewise.
11234         * lib/fprintftime.h: Likewise.
11235         * lib/fpucw.h: Likewise.
11236         * lib/fpurge.c: Likewise.
11237         * lib/fpurge.h: Likewise.
11238         * lib/freadable.c: Likewise.
11239         * lib/freadable.h: Likewise.
11240         * lib/freadahead.c: Likewise.
11241         * lib/freadahead.h: Likewise.
11242         * lib/freading.c: Likewise.
11243         * lib/freading.h: Likewise.
11244         * lib/free.c: Likewise.
11245         * lib/freopen.c: Likewise.
11246         * lib/frexp.c: Likewise.
11247         * lib/frexpl.c: Likewise.
11248         * lib/fseek.c: Likewise.
11249         * lib/fseterr.c: Likewise.
11250         * lib/fseterr.h: Likewise.
11251         * lib/fstatat.c: Likewise.
11252         * lib/fstrcmp.c: Likewise.
11253         * lib/fstrcmp.h: Likewise.
11254         * lib/fsusage.c: Likewise.
11255         * lib/fsusage.h: Likewise.
11256         * lib/ftell.c: Likewise.
11257         * lib/ftello.c: Likewise.
11258         * lib/fts-cycle.c: Likewise.
11259         * lib/fts.c: Likewise.
11260         * lib/fts_.h: Likewise.
11261         * lib/full-read.c: Likewise.
11262         * lib/full-read.h: Likewise.
11263         * lib/full-write.c: Likewise.
11264         * lib/full-write.h: Likewise.
11265         * lib/fwritable.c: Likewise.
11266         * lib/fwritable.h: Likewise.
11267         * lib/fwriteerror.c: Likewise.
11268         * lib/fwriteerror.h: Likewise.
11269         * lib/fwriting.c: Likewise.
11270         * lib/fwriting.h: Likewise.
11271         * lib/gcd.c: Likewise.
11272         * lib/gcd.h: Likewise.
11273         * lib/getcwd.c: Likewise.
11274         * lib/getdate.h: Likewise.
11275         * lib/getdate.y: Likewise.
11276         * lib/getdomainname.c: Likewise.
11277         * lib/getdomainname.h: Likewise.
11278         * lib/getgroups.c: Likewise.
11279         * lib/gethostname.c: Likewise.
11280         * lib/gethrxtime.c: Likewise.
11281         * lib/gethrxtime.h: Likewise.
11282         * lib/getloadavg.c: Likewise.
11283         * lib/getndelim2.c: Likewise.
11284         * lib/getndelim2.h: Likewise.
11285         * lib/getnline.c: Likewise.
11286         * lib/getnline.h: Likewise.
11287         * lib/getopt.c: Likewise.
11288         * lib/getopt.in.h: Likewise.
11289         * lib/getopt1.c: Likewise.
11290         * lib/getopt_int.h: Likewise.
11291         * lib/getpagesize.h: Likewise.
11292         * lib/getsubopt.c: Likewise.
11293         * lib/gettime.c: Likewise.
11294         * lib/getugroups.c: Likewise.
11295         * lib/getugroups.h: Likewise.
11296         * lib/getusershell.c: Likewise.
11297         * lib/gl_anyavltree_list1.h: Likewise.
11298         * lib/gl_anyavltree_list2.h: Likewise.
11299         * lib/gl_anyhash_list1.h: Likewise.
11300         * lib/gl_anyhash_list2.h: Likewise.
11301         * lib/gl_anylinked_list1.h: Likewise.
11302         * lib/gl_anylinked_list2.h: Likewise.
11303         * lib/gl_anyrbtree_list1.h: Likewise.
11304         * lib/gl_anyrbtree_list2.h: Likewise.
11305         * lib/gl_anytree_list1.h: Likewise.
11306         * lib/gl_anytree_list2.h: Likewise.
11307         * lib/gl_anytree_oset.h: Likewise.
11308         * lib/gl_anytreehash_list1.h: Likewise.
11309         * lib/gl_anytreehash_list2.h: Likewise.
11310         * lib/gl_array_list.c: Likewise.
11311         * lib/gl_array_list.h: Likewise.
11312         * lib/gl_array_oset.c: Likewise.
11313         * lib/gl_array_oset.h: Likewise.
11314         * lib/gl_avltree_list.c: Likewise.
11315         * lib/gl_avltree_list.h: Likewise.
11316         * lib/gl_avltree_oset.c: Likewise.
11317         * lib/gl_avltree_oset.h: Likewise.
11318         * lib/gl_avltreehash_list.c: Likewise.
11319         * lib/gl_avltreehash_list.h: Likewise.
11320         * lib/gl_carray_list.c: Likewise.
11321         * lib/gl_carray_list.h: Likewise.
11322         * lib/gl_linked_list.c: Likewise.
11323         * lib/gl_linked_list.h: Likewise.
11324         * lib/gl_linkedhash_list.c: Likewise.
11325         * lib/gl_linkedhash_list.h: Likewise.
11326         * lib/gl_list.c: Likewise.
11327         * lib/gl_list.h: Likewise.
11328         * lib/gl_oset.c: Likewise.
11329         * lib/gl_oset.h: Likewise.
11330         * lib/gl_rbtree_list.c: Likewise.
11331         * lib/gl_rbtree_list.h: Likewise.
11332         * lib/gl_rbtree_oset.c: Likewise.
11333         * lib/gl_rbtree_oset.h: Likewise.
11334         * lib/gl_rbtreehash_list.c: Likewise.
11335         * lib/gl_rbtreehash_list.h: Likewise.
11336         * lib/gl_sublist.c: Likewise.
11337         * lib/gl_sublist.h: Likewise.
11338         * lib/group-member.c: Likewise.
11339         * lib/group-member.h: Likewise.
11340         * lib/hard-locale.c: Likewise.
11341         * lib/hard-locale.h: Likewise.
11342         * lib/hash-pjw.c: Likewise.
11343         * lib/hash-pjw.h: Likewise.
11344         * lib/hash-triple.c: Likewise.
11345         * lib/hash.c: Likewise.
11346         * lib/hash.h: Likewise.
11347         * lib/human.c: Likewise.
11348         * lib/human.h: Likewise.
11349         * lib/i-ring.c: Likewise.
11350         * lib/i-ring.h: Likewise.
11351         * lib/idcache.c: Likewise.
11352         * lib/imaxabs.c: Likewise.
11353         * lib/imaxdiv.c: Likewise.
11354         * lib/inet_pton.c: Likewise.
11355         * lib/inet_pton.h: Likewise.
11356         * lib/intprops.h: Likewise.
11357         * lib/inttostr.c: Likewise.
11358         * lib/inttostr.h: Likewise.
11359         * lib/inttypes.in.h: Likewise.
11360         * lib/isapipe.c: Likewise.
11361         * lib/isdir.c: Likewise.
11362         * lib/isnan.c: Likewise.
11363         * lib/isnan.h: Likewise.
11364         * lib/isnanf.c: Likewise.
11365         * lib/isnanf.h: Likewise.
11366         * lib/isnanl-nolibm.h: Likewise.
11367         * lib/isnanl.c: Likewise.
11368         * lib/isnanl.h: Likewise.
11369         * lib/javacomp.c: Likewise.
11370         * lib/javacomp.h: Likewise.
11371         * lib/javaexec.c: Likewise.
11372         * lib/javaexec.h: Likewise.
11373         * lib/javaversion.c: Likewise.
11374         * lib/javaversion.h: Likewise.
11375         * lib/javaversion.java: Likewise.
11376         * lib/lbrkprop.h: Likewise.
11377         * lib/lchmod.h: Likewise.
11378         * lib/lchown.c: Likewise.
11379         * lib/ldexpl.c: Likewise.
11380         * lib/linebreak.c: Likewise.
11381         * lib/linebreak.h: Likewise.
11382         * lib/linebuffer.c: Likewise.
11383         * lib/linebuffer.h: Likewise.
11384         * lib/locale.in.h: Likewise.
11385         * lib/logl.c: Likewise.
11386         * lib/long-options.c: Likewise.
11387         * lib/long-options.h: Likewise.
11388         * lib/lstat.c: Likewise.
11389         * lib/lstat.h: Likewise.
11390         * lib/math.in.h: Likewise.
11391         * lib/mbchar.c: Likewise.
11392         * lib/mbchar.h: Likewise.
11393         * lib/mbfile.h: Likewise.
11394         * lib/mbiter.h: Likewise.
11395         * lib/mbscasecmp.c: Likewise.
11396         * lib/mbscasestr.c: Likewise.
11397         * lib/mbschr.c: Likewise.
11398         * lib/mbscspn.c: Likewise.
11399         * lib/mbslen.c: Likewise.
11400         * lib/mbsncasecmp.c: Likewise.
11401         * lib/mbsnlen.c: Likewise.
11402         * lib/mbspbrk.c: Likewise.
11403         * lib/mbspcasecmp.c: Likewise.
11404         * lib/mbsrchr.c: Likewise.
11405         * lib/mbssep.c: Likewise.
11406         * lib/mbsspn.c: Likewise.
11407         * lib/mbsstr.c: Likewise.
11408         * lib/mbstok_r.c: Likewise.
11409         * lib/mbswidth.c: Likewise.
11410         * lib/mbswidth.h: Likewise.
11411         * lib/mbuiter.h: Likewise.
11412         * lib/memcasecmp.c: Likewise.
11413         * lib/memcasecmp.h: Likewise.
11414         * lib/memchr.c: Likewise.
11415         * lib/memcmp.c: Likewise.
11416         * lib/memcoll.c: Likewise.
11417         * lib/memcoll.h: Likewise.
11418         * lib/memcpy.c: Likewise.
11419         * lib/memrchr.c: Likewise.
11420         * lib/mkancesdirs.c: Likewise.
11421         * lib/mkdir-p.c: Likewise.
11422         * lib/mkdir-p.h: Likewise.
11423         * lib/mkdir.c: Likewise.
11424         * lib/mkdirat.c: Likewise.
11425         * lib/mkdtemp.c: Likewise.
11426         * lib/mkstemp-safer.c: Likewise.
11427         * lib/mkstemp.c: Likewise.
11428         * lib/modechange.c: Likewise.
11429         * lib/modechange.h: Likewise.
11430         * lib/mountlist.c: Likewise.
11431         * lib/mountlist.h: Likewise.
11432         * lib/mpsort.c: Likewise.
11433         * lib/nanosleep.c: Likewise.
11434         * lib/obstack.c: Likewise.
11435         * lib/obstack.h: Likewise.
11436         * lib/open-safer.c: Likewise.
11437         * lib/open.c: Likewise.
11438         * lib/openat-die.c: Likewise.
11439         * lib/openat-priv.h: Likewise.
11440         * lib/openat-proc.c: Likewise.
11441         * lib/openat.c: Likewise.
11442         * lib/openat.h: Likewise.
11443         * lib/pagealign_alloc.c: Likewise.
11444         * lib/pagealign_alloc.h: Likewise.
11445         * lib/physmem.c: Likewise.
11446         * lib/physmem.h: Likewise.
11447         * lib/pipe-safer.c: Likewise.
11448         * lib/pipe.c: Likewise.
11449         * lib/pipe.h: Likewise.
11450         * lib/posixtm.c: Likewise.
11451         * lib/posixtm.h: Likewise.
11452         * lib/posixver.c: Likewise.
11453         * lib/printf-frexp.c: Likewise.
11454         * lib/printf-frexp.h: Likewise.
11455         * lib/printf-frexpl.c: Likewise.
11456         * lib/printf-frexpl.h: Likewise.
11457         * lib/printf.c: Likewise.
11458         * lib/progname.c: Likewise.
11459         * lib/progname.h: Likewise.
11460         * lib/progreloc.c: Likewise.
11461         * lib/putenv.c: Likewise.
11462         * lib/quote.c: Likewise.
11463         * lib/quote.h: Likewise.
11464         * lib/quotearg.c: Likewise.
11465         * lib/quotearg.h: Likewise.
11466         * lib/raise.c: Likewise.
11467         * lib/readline.c: Likewise.
11468         * lib/readline.h: Likewise.
11469         * lib/readlink.c: Likewise.
11470         * lib/readtokens.c: Likewise.
11471         * lib/readtokens.h: Likewise.
11472         * lib/readtokens0.c: Likewise.
11473         * lib/readtokens0.h: Likewise.
11474         * lib/readutmp.c: Likewise.
11475         * lib/readutmp.h: Likewise.
11476         * lib/realloc.c: Likewise.
11477         * lib/relocwrapper.c: Likewise.
11478         * lib/rename-dest-slash.c: Likewise.
11479         * lib/rename.c: Likewise.
11480         * lib/rmdir.c: Likewise.
11481         * lib/rpmatch.c: Likewise.
11482         * lib/safe-read.c: Likewise.
11483         * lib/safe-read.h: Likewise.
11484         * lib/safe-write.c: Likewise.
11485         * lib/safe-write.h: Likewise.
11486         * lib/same-inode.h: Likewise.
11487         * lib/same.c: Likewise.
11488         * lib/same.h: Likewise.
11489         * lib/save-cwd.c: Likewise.
11490         * lib/save-cwd.h: Likewise.
11491         * lib/savedir.c: Likewise.
11492         * lib/savedir.h: Likewise.
11493         * lib/savewd.c: Likewise.
11494         * lib/savewd.h: Likewise.
11495         * lib/search.in.h: Likewise.
11496         * lib/setenv.c: Likewise.
11497         * lib/setenv.h: Likewise.
11498         * lib/settime.c: Likewise.
11499         * lib/sh-quote.c: Likewise.
11500         * lib/sh-quote.h: Likewise.
11501         * lib/sig2str.c: Likewise.
11502         * lib/sig2str.h: Likewise.
11503         * lib/signal.in.h: Likewise.
11504         * lib/signbitd.c: Likewise.
11505         * lib/signbitf.c: Likewise.
11506         * lib/signbitl.c: Likewise.
11507         * lib/sigprocmask.c: Likewise.
11508         * lib/sincosl.c: Likewise.
11509         * lib/sleep.c: Likewise.
11510         * lib/sprintf.c: Likewise.
11511         * lib/sqrtl.c: Likewise.
11512         * lib/stat-time.h: Likewise.
11513         * lib/stdio--.h: Likewise.
11514         * lib/stdio-safer.h: Likewise.
11515         * lib/stdlib--.h: Likewise.
11516         * lib/stdlib-safer.h: Likewise.
11517         * lib/stdlib.in.h: Likewise.
11518         * lib/stpcpy.c: Likewise.
11519         * lib/stpncpy.c: Likewise.
11520         * lib/strchrnul.c: Likewise.
11521         * lib/strcspn.c: Likewise.
11522         * lib/strerror.c: Likewise.
11523         * lib/strftime.c: Likewise.
11524         * lib/strftime.h: Likewise.
11525         * lib/striconveh.c: Likewise.
11526         * lib/striconveh.h: Likewise.
11527         * lib/striconveha.c: Likewise.
11528         * lib/striconveha.h: Likewise.
11529         * lib/stripslash.c: Likewise.
11530         * lib/strnlen1.c: Likewise.
11531         * lib/strnlen1.h: Likewise.
11532         * lib/strtod.c: Likewise.
11533         * lib/strtoimax.c: Likewise.
11534         * lib/strtok_r.c: Likewise.
11535         * lib/strtol.c: Likewise.
11536         * lib/strtoll.c: Likewise.
11537         * lib/strtoul.c: Likewise.
11538         * lib/strtoull.c: Likewise.
11539         * lib/sysexits.in.h: Likewise.
11540         * lib/tempname.c: Likewise.
11541         * lib/tempname.h: Likewise.
11542         * lib/timespec.h: Likewise.
11543         * lib/tls.c: Likewise.
11544         * lib/tls.h: Likewise.
11545         * lib/tmpdir.c: Likewise.
11546         * lib/tmpdir.h: Likewise.
11547         * lib/tmpfile-safer.c: Likewise.
11548         * lib/tmpfile.c: Likewise.
11549         * lib/trigl.c: Likewise.
11550         * lib/trigl.h: Likewise.
11551         * lib/trim.c: Likewise.
11552         * lib/trim.h: Likewise.
11553         * lib/trunc.c: Likewise.
11554         * lib/truncf.c: Likewise.
11555         * lib/truncl.c: Likewise.
11556         * lib/tsearch.c: Likewise.
11557         * lib/unicodeio.c: Likewise.
11558         * lib/unicodeio.h: Likewise.
11559         * lib/unistd--.h: Likewise.
11560         * lib/unistd-safer.h: Likewise.
11561         * lib/unistdio/ulc-fprintf.c: Likewise.
11562         * lib/unistdio/ulc-vfprintf.c: Likewise.
11563         * lib/unlinkdir.c: Likewise.
11564         * lib/unlinkdir.h: Likewise.
11565         * lib/unlocked-io.h: Likewise.
11566         * lib/unsetenv.c: Likewise.
11567         * lib/userspec.c: Likewise.
11568         * lib/utime.c: Likewise.
11569         * lib/utimecmp.c: Likewise.
11570         * lib/utimecmp.h: Likewise.
11571         * lib/utimens.c: Likewise.
11572         * lib/verify.h: Likewise.
11573         * lib/verror.c: Likewise.
11574         * lib/verror.h: Likewise.
11575         * lib/version-etc-fsf.c: Likewise.
11576         * lib/version-etc.c: Likewise.
11577         * lib/version-etc.h: Likewise.
11578         * lib/vfprintf.c: Likewise.
11579         * lib/vprintf.c: Likewise.
11580         * lib/vsprintf.c: Likewise.
11581         * lib/w32spawn.h: Likewise.
11582         * lib/wait-process.c: Likewise.
11583         * lib/wait-process.h: Likewise.
11584         * lib/wcwidth.c: Likewise.
11585         * lib/write-any-file.c: Likewise.
11586         * lib/xalloc-die.c: Likewise.
11587         * lib/xalloc.h: Likewise.
11588         * lib/xasprintf.c: Likewise.
11589         * lib/xgetcwd.c: Likewise.
11590         * lib/xgetcwd.h: Likewise.
11591         * lib/xgetdomainname.c: Likewise.
11592         * lib/xgetdomainname.h: Likewise.
11593         * lib/xgethostname.c: Likewise.
11594         * lib/xmalloc.c: Likewise.
11595         * lib/xmalloca.c: Likewise.
11596         * lib/xmalloca.h: Likewise.
11597         * lib/xmemcoll.c: Likewise.
11598         * lib/xnanosleep.c: Likewise.
11599         * lib/xreadlink.c: Likewise.
11600         * lib/xreadlink.h: Likewise.
11601         * lib/xsetenv.c: Likewise.
11602         * lib/xsetenv.h: Likewise.
11603         * lib/xstriconv.c: Likewise.
11604         * lib/xstriconv.h: Likewise.
11605         * lib/xstrndup.c: Likewise.
11606         * lib/xstrndup.h: Likewise.
11607         * lib/xstrtod.c: Likewise.
11608         * lib/xstrtod.h: Likewise.
11609         * lib/xstrtol-error.c: Likewise.
11610         * lib/xstrtol.c: Likewise.
11611         * lib/xstrtol.h: Likewise.
11612         * lib/xtime.h: Likewise.
11613         * lib/xvasprintf.c: Likewise.
11614         * lib/xvasprintf.h: Likewise.
11615         * lib/yesno.c: Likewise.
11616         * lib/yesno.h: Likewise.
11617         * posix-modules: Likewise.
11618         * tests/test-alloca-opt.c: Likewise.
11619         * tests/test-arcfour.c: Likewise.
11620         * tests/test-arctwo.c: Likewise.
11621         * tests/test-argmatch.c: Likewise.
11622         * tests/test-argp-2.sh: Likewise.
11623         * tests/test-argp.c: Likewise.
11624         * tests/test-arpa_inet.c: Likewise.
11625         * tests/test-array_list.c: Likewise.
11626         * tests/test-array_oset.c: Likewise.
11627         * tests/test-atexit.c: Likewise.
11628         * tests/test-avltree_list.c: Likewise.
11629         * tests/test-avltree_oset.c: Likewise.
11630         * tests/test-avltreehash_list.c: Likewise.
11631         * tests/test-base64.c: Likewise.
11632         * tests/test-binary-io.c: Likewise.
11633         * tests/test-byteswap.c: Likewise.
11634         * tests/test-c-ctype.c: Likewise.
11635         * tests/test-c-strcasecmp.c: Likewise.
11636         * tests/test-c-strcasestr.c: Likewise.
11637         * tests/test-c-strncasecmp.c: Likewise.
11638         * tests/test-c-strstr.c: Likewise.
11639         * tests/test-canonicalize-lgpl.c: Likewise.
11640         * tests/test-canonicalize.c: Likewise.
11641         * tests/test-carray_list.c: Likewise.
11642         * tests/test-ceilf.c: Likewise.
11643         * tests/test-ceill.c: Likewise.
11644         * tests/test-count-one-bits.c: Likewise.
11645         * tests/test-crc.c: Likewise.
11646         * tests/test-dirname.c: Likewise.
11647         * tests/test-fbufmode.c: Likewise.
11648         * tests/test-fcntl.c: Likewise.
11649         * tests/test-fflush.c: Likewise.
11650         * tests/test-floorf.c: Likewise.
11651         * tests/test-floorl.c: Likewise.
11652         * tests/test-fopen.c: Likewise.
11653         * tests/test-fprintf-posix.c: Likewise.
11654         * tests/test-fprintf-posix.h: Likewise.
11655         * tests/test-fpurge.c: Likewise.
11656         * tests/test-freadable.c: Likewise.
11657         * tests/test-freadahead.c: Likewise.
11658         * tests/test-freading.c: Likewise.
11659         * tests/test-freopen.c: Likewise.
11660         * tests/test-frexp.c: Likewise.
11661         * tests/test-frexpl.c: Likewise.
11662         * tests/test-fseek.c: Likewise.
11663         * tests/test-fseeko.c: Likewise.
11664         * tests/test-fseterr.c: Likewise.
11665         * tests/test-fstrcmp.c: Likewise.
11666         * tests/test-ftell.c: Likewise.
11667         * tests/test-ftello.c: Likewise.
11668         * tests/test-fwritable.c: Likewise.
11669         * tests/test-fwriting.c: Likewise.
11670         * tests/test-getaddrinfo.c: Likewise.
11671         * tests/test-getpass.c: Likewise.
11672         * tests/test-gettimeofday.c: Likewise.
11673         * tests/test-hmac-md5.c: Likewise.
11674         * tests/test-hmac-sha1.c: Likewise.
11675         * tests/test-iconv.c: Likewise.
11676         * tests/test-iconvme.c: Likewise.
11677         * tests/test-inttypes.c: Likewise.
11678         * tests/test-isnan.c: Likewise.
11679         * tests/test-isnanf.c: Likewise.
11680         * tests/test-isnanl-nolibm.c: Likewise.
11681         * tests/test-isnanl.c: Likewise.
11682         * tests/test-isnanl.h: Likewise.
11683         * tests/test-ldexpl.c: Likewise.
11684         * tests/test-linked_list.c: Likewise.
11685         * tests/test-linkedhash_list.c: Likewise.
11686         * tests/test-locale.c: Likewise.
11687         * tests/test-localename.c: Likewise.
11688         * tests/test-lock.c: Likewise.
11689         * tests/test-lseek.c: Likewise.
11690         * tests/test-malloca.c: Likewise.
11691         * tests/test-math.c: Likewise.
11692         * tests/test-mbscasecmp.c: Likewise.
11693         * tests/test-mbscasestr1.c: Likewise.
11694         * tests/test-mbscasestr2.c: Likewise.
11695         * tests/test-mbscasestr3.c: Likewise.
11696         * tests/test-mbscasestr4.c: Likewise.
11697         * tests/test-mbschr.c: Likewise.
11698         * tests/test-mbscspn.c: Likewise.
11699         * tests/test-mbsncasecmp.c: Likewise.
11700         * tests/test-mbspbrk.c: Likewise.
11701         * tests/test-mbspcasecmp.c: Likewise.
11702         * tests/test-mbsrchr.c: Likewise.
11703         * tests/test-mbsspn.c: Likewise.
11704         * tests/test-mbsstr1.c: Likewise.
11705         * tests/test-mbsstr2.c: Likewise.
11706         * tests/test-mbsstr3.c: Likewise.
11707         * tests/test-md5.c: Likewise.
11708         * tests/test-memmem.c: Likewise.
11709         * tests/test-netinet_in.c: Likewise.
11710         * tests/test-open.c: Likewise.
11711         * tests/test-printf-frexp.c: Likewise.
11712         * tests/test-printf-frexpl.c: Likewise.
11713         * tests/test-printf-posix.c: Likewise.
11714         * tests/test-printf-posix.h: Likewise.
11715         * tests/test-rbtree_list.c: Likewise.
11716         * tests/test-rbtree_oset.c: Likewise.
11717         * tests/test-rbtreehash_list.c: Likewise.
11718         * tests/test-read-file.c: Likewise.
11719         * tests/test-rijndael.c: Likewise.
11720         * tests/test-search.c: Likewise.
11721         * tests/test-signbit.c: Likewise.
11722         * tests/test-sleep.c: Likewise.
11723         * tests/test-snprintf-posix.c: Likewise.
11724         * tests/test-snprintf-posix.h: Likewise.
11725         * tests/test-snprintf.c: Likewise.
11726         * tests/test-sprintf-posix.c: Likewise.
11727         * tests/test-sprintf-posix.h: Likewise.
11728         * tests/test-stat-time.c: Likewise.
11729         * tests/test-stdbool.c: Likewise.
11730         * tests/test-stdint.c: Likewise.
11731         * tests/test-stdio.c: Likewise.
11732         * tests/test-stdlib.c: Likewise.
11733         * tests/test-stpncpy.c: Likewise.
11734         * tests/test-strcasestr.c: Likewise.
11735         * tests/test-striconv.c: Likewise.
11736         * tests/test-striconveh.c: Likewise.
11737         * tests/test-striconveha.c: Likewise.
11738         * tests/test-string.c: Likewise.
11739         * tests/test-sys_select.c: Likewise.
11740         * tests/test-sys_socket.c: Likewise.
11741         * tests/test-sys_stat.c: Likewise.
11742         * tests/test-sys_time.c: Likewise.
11743         * tests/test-sysexits.c: Likewise.
11744         * tests/test-time.c: Likewise.
11745         * tests/test-tls.c: Likewise.
11746         * tests/test-trunc.c: Likewise.
11747         * tests/test-truncf.c: Likewise.
11748         * tests/test-truncl.c: Likewise.
11749         * tests/test-unistd.c: Likewise.
11750         * tests/test-vasnprintf-posix.c: Likewise.
11751         * tests/test-vasnprintf-posix2.c: Likewise.
11752         * tests/test-vasnprintf.c: Likewise.
11753         * tests/test-vasprintf-posix.c: Likewise.
11754         * tests/test-vasprintf.c: Likewise.
11755         * tests/test-verify.c: Likewise.
11756         * tests/test-vfprintf-posix.c: Likewise.
11757         * tests/test-vprintf-posix.c: Likewise.
11758         * tests/test-vsnprintf-posix.c: Likewise.
11759         * tests/test-vsnprintf.c: Likewise.
11760         * tests/test-vsprintf-posix.c: Likewise.
11761         * tests/test-wchar.c: Likewise.
11762         * tests/test-wctype.c: Likewise.
11763         * tests/test-wcwidth.c: Likewise.
11764         * tests/test-xstrtol.c: Likewise.
11765         * tests/test-xvasprintf.c: Likewise.
11766         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
11767         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
11768         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
11769         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
11770         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
11771         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
11772         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
11773         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
11774         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
11775         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
11776         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
11777         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
11778         * tests/uniname/test-uninames.c: Likewise.
11779         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
11780         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
11781         * tests/unistdio/test-u16-printf1.h: Likewise.
11782         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
11783         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
11784         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
11785         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
11786         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
11787         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
11788         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
11789         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
11790         * tests/unistdio/test-u32-printf1.h: Likewise.
11791         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
11792         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
11793         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
11794         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
11795         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
11796         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
11797         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
11798         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
11799         * tests/unistdio/test-u8-printf1.h: Likewise.
11800         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
11801         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
11802         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
11803         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
11804         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
11805         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
11806         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
11807         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
11808         * tests/unistdio/test-ulc-printf1.h: Likewise.
11809         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
11810         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
11811         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
11812         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
11813         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
11814         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
11815         * tests/uniwidth/test-u16-strwidth.c: Likewise.
11816         * tests/uniwidth/test-u16-width.c: Likewise.
11817         * tests/uniwidth/test-u32-strwidth.c: Likewise.
11818         * tests/uniwidth/test-u32-width.c: Likewise.
11819         * tests/uniwidth/test-u8-strwidth.c: Likewise.
11820         * tests/uniwidth/test-u8-width.c: Likewise.
11821         * tests/uniwidth/test-uc_width.c: Likewise.
11822         * config/srclist-update: Likewise.
11823         (fixlicense): Update to GPLv3+.
11824
11825         Change copyright notice from LGPLv2.1+ to LGPLv3+.
11826         * tests/test-tsearch.c: Change copyright notice.
11827
11828         Change copyright notice from LGPLv2.0+ to LGPLv3+.
11829         * lib/c-strcaseeq.h: Change copyright notice.
11830         * lib/streq.h: Likewise.
11831         * lib/uniconv.h: Likewise.
11832         * lib/uniconv/u-conv-from-enc.h: Likewise.
11833         * lib/uniconv/u-conv-to-enc.h: Likewise.
11834         * lib/uniconv/u-strconv-from-enc.h: Likewise.
11835         * lib/uniconv/u-strconv-to-enc.h: Likewise.
11836         * lib/uniconv/u16-conv-from-enc.c: Likewise.
11837         * lib/uniconv/u16-conv-to-enc.c: Likewise.
11838         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
11839         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
11840         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
11841         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
11842         * lib/uniconv/u32-conv-from-enc.c: Likewise.
11843         * lib/uniconv/u32-conv-to-enc.c: Likewise.
11844         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
11845         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
11846         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
11847         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
11848         * lib/uniconv/u8-conv-from-enc.c: Likewise.
11849         * lib/uniconv/u8-conv-to-enc.c: Likewise.
11850         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
11851         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
11852         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
11853         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
11854         * lib/uniname.h: Likewise.
11855         * lib/uniname/uniname.c: Likewise.
11856         * lib/unistdio.h: Likewise.
11857         * lib/unistdio/u-asnprintf.h: Likewise.
11858         * lib/unistdio/u-asprintf.h: Likewise.
11859         * lib/unistdio/u-printf-args.c: Likewise.
11860         * lib/unistdio/u-printf-args.h: Likewise.
11861         * lib/unistdio/u-printf-parse.h: Likewise.
11862         * lib/unistdio/u-snprintf.h: Likewise.
11863         * lib/unistdio/u-sprintf.h: Likewise.
11864         * lib/unistdio/u-vasprintf.h: Likewise.
11865         * lib/unistdio/u-vsnprintf.h: Likewise.
11866         * lib/unistdio/u-vsprintf.h: Likewise.
11867         * lib/unistdio/u16-asnprintf.c: Likewise.
11868         * lib/unistdio/u16-asprintf.c: Likewise.
11869         * lib/unistdio/u16-printf-parse.c: Likewise.
11870         * lib/unistdio/u16-snprintf.c: Likewise.
11871         * lib/unistdio/u16-sprintf.c: Likewise.
11872         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
11873         * lib/unistdio/u16-u16-asprintf.c: Likewise.
11874         * lib/unistdio/u16-u16-snprintf.c: Likewise.
11875         * lib/unistdio/u16-u16-sprintf.c: Likewise.
11876         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
11877         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
11878         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
11879         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
11880         * lib/unistdio/u16-vasnprintf.c: Likewise.
11881         * lib/unistdio/u16-vasprintf.c: Likewise.
11882         * lib/unistdio/u16-vsnprintf.c: Likewise.
11883         * lib/unistdio/u16-vsprintf.c: Likewise.
11884         * lib/unistdio/u32-asnprintf.c: Likewise.
11885         * lib/unistdio/u32-asprintf.c: Likewise.
11886         * lib/unistdio/u32-printf-parse.c: Likewise.
11887         * lib/unistdio/u32-snprintf.c: Likewise.
11888         * lib/unistdio/u32-sprintf.c: Likewise.
11889         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
11890         * lib/unistdio/u32-u32-asprintf.c: Likewise.
11891         * lib/unistdio/u32-u32-snprintf.c: Likewise.
11892         * lib/unistdio/u32-u32-sprintf.c: Likewise.
11893         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
11894         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
11895         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
11896         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
11897         * lib/unistdio/u32-vasnprintf.c: Likewise.
11898         * lib/unistdio/u32-vasprintf.c: Likewise.
11899         * lib/unistdio/u32-vsnprintf.c: Likewise.
11900         * lib/unistdio/u32-vsprintf.c: Likewise.
11901         * lib/unistdio/u8-asnprintf.c: Likewise.
11902         * lib/unistdio/u8-asprintf.c: Likewise.
11903         * lib/unistdio/u8-printf-parse.c: Likewise.
11904         * lib/unistdio/u8-snprintf.c: Likewise.
11905         * lib/unistdio/u8-sprintf.c: Likewise.
11906         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
11907         * lib/unistdio/u8-u8-asprintf.c: Likewise.
11908         * lib/unistdio/u8-u8-snprintf.c: Likewise.
11909         * lib/unistdio/u8-u8-sprintf.c: Likewise.
11910         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
11911         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
11912         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
11913         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
11914         * lib/unistdio/u8-vasnprintf.c: Likewise.
11915         * lib/unistdio/u8-vasprintf.c: Likewise.
11916         * lib/unistdio/u8-vsnprintf.c: Likewise.
11917         * lib/unistdio/u8-vsprintf.c: Likewise.
11918         * lib/unistdio/ulc-asnprintf.c: Likewise.
11919         * lib/unistdio/ulc-asprintf.c: Likewise.
11920         * lib/unistdio/ulc-printf-parse.c: Likewise.
11921         * lib/unistdio/ulc-snprintf.c: Likewise.
11922         * lib/unistdio/ulc-sprintf.c: Likewise.
11923         * lib/unistdio/ulc-vasnprintf.c: Likewise.
11924         * lib/unistdio/ulc-vasprintf.c: Likewise.
11925         * lib/unistdio/ulc-vsnprintf.c: Likewise.
11926         * lib/unistdio/ulc-vsprintf.c: Likewise.
11927         * lib/unistr.h: Likewise.
11928         * lib/unistr/u-cpy-alloc.h: Likewise.
11929         * lib/unistr/u-cpy.h: Likewise.
11930         * lib/unistr/u-endswith.h: Likewise.
11931         * lib/unistr/u-move.h: Likewise.
11932         * lib/unistr/u-set.h: Likewise.
11933         * lib/unistr/u-startswith.h: Likewise.
11934         * lib/unistr/u-stpcpy.h: Likewise.
11935         * lib/unistr/u-stpncpy.h: Likewise.
11936         * lib/unistr/u-strcat.h: Likewise.
11937         * lib/unistr/u-strcpy.h: Likewise.
11938         * lib/unistr/u-strcspn.h: Likewise.
11939         * lib/unistr/u-strdup.h: Likewise.
11940         * lib/unistr/u-strlen.h: Likewise.
11941         * lib/unistr/u-strncat.h: Likewise.
11942         * lib/unistr/u-strncpy.h: Likewise.
11943         * lib/unistr/u-strnlen.h: Likewise.
11944         * lib/unistr/u-strpbrk.h: Likewise.
11945         * lib/unistr/u-strspn.h: Likewise.
11946         * lib/unistr/u-strstr.h: Likewise.
11947         * lib/unistr/u-strtok.h: Likewise.
11948         * lib/unistr/u16-check.c: Likewise.
11949         * lib/unistr/u16-chr.c: Likewise.
11950         * lib/unistr/u16-cmp.c: Likewise.
11951         * lib/unistr/u16-cpy-alloc.c: Likewise.
11952         * lib/unistr/u16-cpy.c: Likewise.
11953         * lib/unistr/u16-endswith.c: Likewise.
11954         * lib/unistr/u16-mblen.c: Likewise.
11955         * lib/unistr/u16-mbsnlen.c: Likewise.
11956         * lib/unistr/u16-mbtouc-aux.c: Likewise.
11957         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
11958         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
11959         * lib/unistr/u16-mbtouc.c: Likewise.
11960         * lib/unistr/u16-mbtoucr.c: Likewise.
11961         * lib/unistr/u16-move.c: Likewise.
11962         * lib/unistr/u16-next.c: Likewise.
11963         * lib/unistr/u16-prev.c: Likewise.
11964         * lib/unistr/u16-set.c: Likewise.
11965         * lib/unistr/u16-startswith.c: Likewise.
11966         * lib/unistr/u16-stpcpy.c: Likewise.
11967         * lib/unistr/u16-stpncpy.c: Likewise.
11968         * lib/unistr/u16-strcat.c: Likewise.
11969         * lib/unistr/u16-strchr.c: Likewise.
11970         * lib/unistr/u16-strcmp.c: Likewise.
11971         * lib/unistr/u16-strcpy.c: Likewise.
11972         * lib/unistr/u16-strcspn.c: Likewise.
11973         * lib/unistr/u16-strdup.c: Likewise.
11974         * lib/unistr/u16-strlen.c: Likewise.
11975         * lib/unistr/u16-strmblen.c: Likewise.
11976         * lib/unistr/u16-strmbtouc.c: Likewise.
11977         * lib/unistr/u16-strncat.c: Likewise.
11978         * lib/unistr/u16-strncmp.c: Likewise.
11979         * lib/unistr/u16-strncpy.c: Likewise.
11980         * lib/unistr/u16-strnlen.c: Likewise.
11981         * lib/unistr/u16-strpbrk.c: Likewise.
11982         * lib/unistr/u16-strrchr.c: Likewise.
11983         * lib/unistr/u16-strspn.c: Likewise.
11984         * lib/unistr/u16-strstr.c: Likewise.
11985         * lib/unistr/u16-strtok.c: Likewise.
11986         * lib/unistr/u16-to-u32.c: Likewise.
11987         * lib/unistr/u16-to-u8.c: Likewise.
11988         * lib/unistr/u16-uctomb-aux.c: Likewise.
11989         * lib/unistr/u16-uctomb.c: Likewise.
11990         * lib/unistr/u32-check.c: Likewise.
11991         * lib/unistr/u32-chr.c: Likewise.
11992         * lib/unistr/u32-cmp.c: Likewise.
11993         * lib/unistr/u32-cpy-alloc.c: Likewise.
11994         * lib/unistr/u32-cpy.c: Likewise.
11995         * lib/unistr/u32-endswith.c: Likewise.
11996         * lib/unistr/u32-mblen.c: Likewise.
11997         * lib/unistr/u32-mbsnlen.c: Likewise.
11998         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
11999         * lib/unistr/u32-mbtouc.c: Likewise.
12000         * lib/unistr/u32-mbtoucr.c: Likewise.
12001         * lib/unistr/u32-move.c: Likewise.
12002         * lib/unistr/u32-next.c: Likewise.
12003         * lib/unistr/u32-prev.c: Likewise.
12004         * lib/unistr/u32-set.c: Likewise.
12005         * lib/unistr/u32-startswith.c: Likewise.
12006         * lib/unistr/u32-stpcpy.c: Likewise.
12007         * lib/unistr/u32-stpncpy.c: Likewise.
12008         * lib/unistr/u32-strcat.c: Likewise.
12009         * lib/unistr/u32-strchr.c: Likewise.
12010         * lib/unistr/u32-strcmp.c: Likewise.
12011         * lib/unistr/u32-strcpy.c: Likewise.
12012         * lib/unistr/u32-strcspn.c: Likewise.
12013         * lib/unistr/u32-strdup.c: Likewise.
12014         * lib/unistr/u32-strlen.c: Likewise.
12015         * lib/unistr/u32-strmblen.c: Likewise.
12016         * lib/unistr/u32-strmbtouc.c: Likewise.
12017         * lib/unistr/u32-strncat.c: Likewise.
12018         * lib/unistr/u32-strncmp.c: Likewise.
12019         * lib/unistr/u32-strncpy.c: Likewise.
12020         * lib/unistr/u32-strnlen.c: Likewise.
12021         * lib/unistr/u32-strpbrk.c: Likewise.
12022         * lib/unistr/u32-strrchr.c: Likewise.
12023         * lib/unistr/u32-strspn.c: Likewise.
12024         * lib/unistr/u32-strstr.c: Likewise.
12025         * lib/unistr/u32-strtok.c: Likewise.
12026         * lib/unistr/u32-to-u16.c: Likewise.
12027         * lib/unistr/u32-to-u8.c: Likewise.
12028         * lib/unistr/u32-uctomb.c: Likewise.
12029         * lib/unistr/u8-check.c: Likewise.
12030         * lib/unistr/u8-chr.c: Likewise.
12031         * lib/unistr/u8-cmp.c: Likewise.
12032         * lib/unistr/u8-cpy-alloc.c: Likewise.
12033         * lib/unistr/u8-cpy.c: Likewise.
12034         * lib/unistr/u8-endswith.c: Likewise.
12035         * lib/unistr/u8-mblen.c: Likewise.
12036         * lib/unistr/u8-mbsnlen.c: Likewise.
12037         * lib/unistr/u8-mbtouc-aux.c: Likewise.
12038         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
12039         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
12040         * lib/unistr/u8-mbtouc.c: Likewise.
12041         * lib/unistr/u8-mbtoucr.c: Likewise.
12042         * lib/unistr/u8-move.c: Likewise.
12043         * lib/unistr/u8-next.c: Likewise.
12044         * lib/unistr/u8-prev.c: Likewise.
12045         * lib/unistr/u8-set.c: Likewise.
12046         * lib/unistr/u8-startswith.c: Likewise.
12047         * lib/unistr/u8-stpcpy.c: Likewise.
12048         * lib/unistr/u8-stpncpy.c: Likewise.
12049         * lib/unistr/u8-strcat.c: Likewise.
12050         * lib/unistr/u8-strchr.c: Likewise.
12051         * lib/unistr/u8-strcmp.c: Likewise.
12052         * lib/unistr/u8-strcpy.c: Likewise.
12053         * lib/unistr/u8-strcspn.c: Likewise.
12054         * lib/unistr/u8-strdup.c: Likewise.
12055         * lib/unistr/u8-strlen.c: Likewise.
12056         * lib/unistr/u8-strmblen.c: Likewise.
12057         * lib/unistr/u8-strmbtouc.c: Likewise.
12058         * lib/unistr/u8-strncat.c: Likewise.
12059         * lib/unistr/u8-strncmp.c: Likewise.
12060         * lib/unistr/u8-strncpy.c: Likewise.
12061         * lib/unistr/u8-strnlen.c: Likewise.
12062         * lib/unistr/u8-strpbrk.c: Likewise.
12063         * lib/unistr/u8-strrchr.c: Likewise.
12064         * lib/unistr/u8-strspn.c: Likewise.
12065         * lib/unistr/u8-strstr.c: Likewise.
12066         * lib/unistr/u8-strtok.c: Likewise.
12067         * lib/unistr/u8-to-u16.c: Likewise.
12068         * lib/unistr/u8-to-u32.c: Likewise.
12069         * lib/unistr/u8-uctomb-aux.c: Likewise.
12070         * lib/unistr/u8-uctomb.c: Likewise.
12071         * lib/unitypes.h: Likewise.
12072         * lib/uniwidth.h: Likewise.
12073         * lib/uniwidth/cjk.h: Likewise.
12074         * lib/uniwidth/u16-strwidth.c: Likewise.
12075         * lib/uniwidth/u16-width.c: Likewise.
12076         * lib/uniwidth/u32-strwidth.c: Likewise.
12077         * lib/uniwidth/u32-width.c: Likewise.
12078         * lib/uniwidth/u8-strwidth.c: Likewise.
12079         * lib/uniwidth/u8-width.c: Likewise.
12080         * lib/uniwidth/width.c: Likewise.
12081
12082 2007-10-07  Bruno Haible  <bruno@clisp.org>
12083
12084         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
12085         The file is still under LGPL (see modules/inttypes).
12086
12087 2007-10-06  Bruno Haible  <bruno@clisp.org>
12088
12089         * modules/trunc (Dependencies): Add 'extensions'.
12090         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
12091         Reported by Ben Pfaff <blp@gnu.org>.
12092
12093 2007-10-06  Bruno Haible  <bruno@clisp.org>
12094
12095         * modules/freopen-tests: New file.
12096         * tests/test-freopen.c: New file.
12097
12098         * modules/fopen-tests: New file.
12099         * tests/test-fopen.c: New file.
12100
12101         * modules/fopen: New file.
12102         * lib/fopen.c: New file.
12103         * m4/fopen.m4: New file.
12104         * modules/freopen: New file.
12105         * lib/freopen.c: New file.
12106         * m4/freopen.m4: New file.
12107         * lib/stdio.in.h (fopen, freopen): New declarations.
12108         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
12109         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
12110         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
12111         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
12112         * doc/functions/fopen.texi: Mention the 'fopen' module.
12113         * doc/functions/freopen.texi: Mention the 'freopen' module.
12114
12115 2007-10-06  Bruno Haible  <bruno@clisp.org>
12116
12117         * modules/open-tests: New file.
12118         * tests/test-open.c: New file.
12119
12120         * modules/open: New file.
12121         * lib/open.c: New file.
12122         * m4/open.m4: New file.
12123         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
12124         lib/open.c does.
12125         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
12126         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
12127         macros.
12128         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
12129         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
12130         REPLACE_OPEN.
12131         * doc/functions/open.texi: Mention the 'open' module.
12132
12133 2007-10-04  Bruno Haible  <bruno@clisp.org>
12134
12135         * modules/ceill-tests: New file.
12136         * tests/test-ceill.c: New file.
12137
12138         * modules/ceill: New file.
12139         * lib/ceill.c: Replace entire file.
12140         * m4/ceill.m4: New file.
12141         * lib/math.in.h (ceill): Replace declaration.
12142         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
12143         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
12144         * doc/functions/ceill.texi: Mention the 'ceill' module.
12145         * modules/mathl (Files): Remove lib/ceill.c.
12146         (Depends-on): Add ceill.
12147
12148 2007-10-04  Bruno Haible  <bruno@clisp.org>
12149
12150         * modules/ceilf-tests: New file.
12151         * tests/test-ceilf.c: New file.
12152
12153         * modules/ceilf: New file.
12154         * lib/ceil.c: New file.
12155         * lib/ceilf.c: New file.
12156         * m4/ceilf.m4: New file.
12157         * lib/math.in.h (ceilf): New declaration.
12158         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
12159         HAVE_DECL_CEILF.
12160         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
12161         HAVE_DECL_CEILF.
12162         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
12163
12164 2007-10-04  Bruno Haible  <bruno@clisp.org>
12165
12166         * modules/floorl-tests: New file.
12167         * tests/test-floorl.c: New file.
12168
12169         * modules/floorl: New file.
12170         * lib/floorl.c: Replace entire file.
12171         * m4/floorl.m4: New file.
12172         * lib/math.in.h (floorl): Replace declaration.
12173         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
12174         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
12175         * doc/functions/floorl.texi: Mention the 'floorl' module.
12176         * modules/mathl (Files): Remove lib/floorl.c.
12177         (Depends-on): Add floorl.
12178
12179 2007-10-04  Bruno Haible  <bruno@clisp.org>
12180
12181         * modules/floorf-tests: New file.
12182         * tests/test-floorf.c: New file.
12183
12184         * modules/floorf: New file.
12185         * lib/floor.c: New file.
12186         * lib/floorf.c: New file.
12187         * m4/floorf.m4: New file.
12188         * lib/math.in.h (floorf): New declaration.
12189         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
12190         HAVE_DECL_FLOORF.
12191         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
12192         HAVE_DECL_FLOORF.
12193         * doc/functions/floorf.texi: Mention the 'floorf' module.
12194
12195 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
12196             Bruno Haible  <bruno@clisp.org>
12197
12198         Advertise for the Git server instead of the CVS server.
12199         * doc/gnulib-intro.texi (Steady Development): Mention the Git
12200         repository instead of the CVS one.
12201         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
12202         about all VCS systems generically.
12203         * doc/gnulib.texi (Introduction): Capitalize `Git'.
12204
12205 2007-10-04  Bruno Haible  <bruno@clisp.org>
12206
12207         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
12208         means.
12209         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
12210
12211 2007-10-04  Bruno Haible  <bruno@clisp.org>
12212
12213         * modules/truncl-tests: New file.
12214         * tests/test-truncl.c: New file.
12215
12216         * modules/truncl: New file.
12217         * lib/truncl.c: New file.
12218         * m4/truncl.m4: New file.
12219         * lib/math.in.h (truncl): New declaration.
12220         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
12221         HAVE_DECL_TRUNCL.
12222         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
12223         HAVE_DECL_TRUNCL.
12224         * doc/functions/truncl.texi: Mention the 'truncl' module.
12225
12226 2007-10-04  Bruno Haible  <bruno@clisp.org>
12227
12228         * modules/truncf-tests: New file.
12229         * tests/test-truncf.c: New file.
12230
12231         * modules/truncf: New file.
12232         * lib/trunc.c: Make paramerizable through USE_* macros.
12233         * lib/truncf.c: New file.
12234         * m4/truncf.m4: New file.
12235         * lib/math.in.h (truncf): New declaration.
12236         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
12237         HAVE_DECL_TRUNCF.
12238         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
12239         HAVE_DECL_TRUNCF.
12240         * doc/functions/truncf.texi: Mention the 'truncf' module.
12241
12242 2007-10-03  Bruno Haible  <bruno@clisp.org>
12243
12244         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
12245         augmentation also for tests modules.
12246         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
12247         * modules/atexit-tests (Makefile.am): Likewise.
12248         * modules/binary-io-tests (Makefile.am): Likewise.
12249         * modules/c-strcase-tests (Makefile.am): Likewise.
12250         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
12251         * modules/canonicalize-tests (Makefile.am): Likewise.
12252         * modules/closein-tests (Makefile.am): Likewise.
12253         * modules/fprintf-posix-tests (Makefile.am): Likewise.
12254         * modules/freadahead-tests (Makefile.am): Likewise.
12255         * modules/fseek-tests (Makefile.am): Likewise.
12256         * modules/fseeko-tests (Makefile.am): Likewise.
12257         * modules/ftell-tests (Makefile.am): Likewise.
12258         * modules/ftello-tests (Makefile.am): Likewise.
12259         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
12260         * modules/isnanl-tests (Makefile.am): Likewise.
12261         * modules/lseek-tests (Makefile.am): Likewise.
12262         * modules/mbscasecmp-tests (Makefile.am): Likewise.
12263         * modules/mbscasestr-tests (Makefile.am): Likewise.
12264         * modules/mbschr-tests (Makefile.am): Likewise.
12265         * modules/mbscspn-tests (Makefile.am): Likewise.
12266         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
12267         * modules/mbspbrk-tests (Makefile.am): Likewise.
12268         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
12269         * modules/mbsrchr-tests (Makefile.am): Likewise.
12270         * modules/mbsspn-tests (Makefile.am): Likewise.
12271         * modules/mbsstr-tests (Makefile.am): Likewise.
12272         * modules/printf-posix-tests (Makefile.am): Likewise.
12273         * modules/snprintf-posix-tests (Makefile.am): Likewise.
12274         * modules/sprintf-posix-tests (Makefile.am): Likewise.
12275         * modules/tsearch-tests (Makefile.am): Likewise.
12276         * modules/uniname/uniname-tests (Makefile.am): Likewise.
12277         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
12278         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
12279         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
12280         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
12281         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
12282         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
12283         * modules/vprintf-posix-tests (Makefile.am): Likewise.
12284         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
12285         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
12286         * modules/xstrtoimax-tests (Makefile.am): Likewise.
12287         * modules/xstrtol-tests (Makefile.am): Likewise.
12288         * modules/xstrtoumax-tests (Makefile.am): Likewise.
12289         * modules/yesno-tests (Makefile.am): Likewise.
12290
12291 2007-10-03  Bruno Haible  <bruno@clisp.org>
12292
12293         * modules/trunc-tests: New file.
12294         * tests/test-trunc.c: New file.
12295
12296         * modules/trunc: New file.
12297         * lib/trunc.c: New file.
12298         * m4/trunc.m4: New file.
12299         * lib/math.in.h (trunc): New declaration.
12300         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
12301         HAVE_DECL_TRUNC.
12302         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
12303         HAVE_DECL_TRUNC.
12304         * doc/functions/trunc.texi: Mention the 'trunc' module.
12305
12306 2007-10-03  Bruno Haible  <bruno@clisp.org>
12307
12308         * tests/test-fpending.c: New file, mostly copied
12309         from coreutils/lib/t-fpending.c.
12310         * modules/fpending-tests: New file.
12311
12312 2007-10-03  Bruno Haible  <bruno@clisp.org>
12313
12314         Port the stdio extensions to QNX (untested).
12315         * lib/fseterr.c (fseterr): Add support for QNX.
12316         * lib/fbufmode.c (fbufmode): Likewise.
12317         * lib/freadable.c (freadable): Likewise.
12318         * lib/fwritable.c (fwritable): Likewise.
12319         * lib/freading.c (freading): Likewise.
12320         * lib/fwriting.c (fwriting): Likewise.
12321         * lib/freadahead.c (freadahed): Likewise.
12322         * lib/fpurge.c (fpurge): Likewise.
12323         * lib/fseeko.c (rpl_fseeko): Likewise.
12324
12325 2007-10-03  Bruno Haible  <bruno@clisp.org>
12326             Jim Meyering  <jim@meyering.net>
12327             Eric Blake  <ebb9@byu.net>
12328
12329         * doc/relocatable.texi: Use @command instead of @program.
12330
12331 2007-10-02  Jim Meyering  <jim@meyering.net>
12332
12333         Perform one more "_.h" -> ".in.h" substitution.
12334         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
12335         instead of unistd_.h here, too.
12336
12337 2007-10-01  Bruno Haible  <bruno@clisp.org>
12338
12339         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
12340         Needed for the alloca-opt module.
12341
12342 2007-09-30  Bruno Haible  <bruno@clisp.org>
12343
12344         * lib/alloca.in.h: Renamed from lib/alloca_.h.
12345         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
12346         alloca_.h.
12347         * lib/argz.in.h: Renamed from lib/argz_.h.
12348         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
12349         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
12350         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
12351         byteswap_.h.
12352         * lib/dirent.in.h: Renamed from lib/dirent_.h.
12353         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
12354         dirent_.h.
12355         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
12356         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
12357         fcntl_.h.
12358         * lib/float.in.h: Renamed from lib/float_.h.
12359         * modules/float (Files, Makefile.am): Use float.in.h instead of
12360         float_.h.
12361         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
12362         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
12363         fnmatch_.h.
12364         * lib/getopt.in.h: Renamed from lib/getopt_.h.
12365         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
12366         getopt_.h.
12367         * lib/glob.in.h: Renamed from lib/glob_.h.
12368         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
12369         * lib/iconv.in.h: Renamed from lib/iconv_.h.
12370         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
12371         iconv_.h.
12372         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
12373         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
12374         inttypes_.h.
12375         * lib/locale.in.h: Renamed from lib/locale_.h.
12376         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
12377         locale_.h.
12378         * lib/math.in.h: Renamed from lib/math_.h.
12379         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
12380         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
12381         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
12382         of netinet_in_.h. Add dependency.
12383         * lib/poll.in.h: Renamed from lib/poll_.h.
12384         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
12385         * lib/search.in.h: Renamed from lib/search_.h.
12386         * modules/search (Files, Makefile.am): Use search.in.h instead of
12387         search_.h.
12388         * lib/signal.in.h: Renamed from lib/signal_.h.
12389         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
12390         _signal.h.
12391         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
12392         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
12393         stdbool_.h.
12394         * lib/stdint.in.h: Renamed from lib/stdint_.h.
12395         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
12396         stdint_.h.
12397         * lib/stdio.in.h: Renamed from lib/stdio_.h.
12398         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
12399         stdio_.h.
12400         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
12401         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
12402         stdlib_.h.
12403         * lib/string.in.h: Renamed from lib/string_.h.
12404         * modules/string (Files, Makefile.am): Use string.in.h instead of
12405         string_.h.
12406         * doc/gnulib-tool.texi (Initial import): Update.
12407         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
12408         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
12409         of sys_select_.h. Add dependency.
12410         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
12411         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
12412         of sys_socket_.h.
12413         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
12414         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
12415         sys_stat_.h.
12416         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
12417         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
12418         sys_time_.h.
12419         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
12420         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
12421         sysexits_.h.
12422         * lib/time.in.h: Renamed from lib/time_.h.
12423         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
12424         * lib/unistd.in.h: Renamed from lib/unistd_.h.
12425         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
12426         unistd_.h.
12427         * lib/wchar.in.h: Renamed from lib/wchar_.h.
12428         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
12429         wchar_.h.
12430         * lib/wctype.in.h: Renamed from lib/wctype_.h.
12431         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
12432         wctype_.h.
12433         * build-aux/bootstrap (slurp): Update.
12434         * lib/.cppi-disable: Update.
12435
12436 2007-09-30  Bruno Haible  <bruno@clisp.org>
12437
12438         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
12439         Needed on BeOS.
12440
12441 2007-09-30  Bruno Haible  <bruno@clisp.org>
12442
12443         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
12444
12445 2007-09-29  Bruno Haible  <bruno@clisp.org>
12446
12447         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
12448
12449 2007-09-29  Bruno Haible  <bruno@clisp.org>
12450
12451         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
12452         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
12453         * build-aux/install-reloc: Compile also areadlink.c.
12454         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
12455
12456 2007-09-29  Bruno Haible  <bruno@clisp.org>
12457
12458         * gnulib-tool (func_emit_initmacro_done): Indentation.
12459
12460 2007-09-29  Bruno Haible  <bruno@clisp.org>
12461
12462         * README: Add CVS checkout update instructions.
12463         Info from Bob Proulx <bob@proulx.com>.
12464
12465 2007-09-28  Eric Blake  <ebb9@byu.net>
12466
12467         Provide move-if-change.
12468         * build-aux/move-if-change: New file, based on best practice
12469         rather than any canonical upstream location.
12470
12471 2007-09-28  Jim Meyering  <jim@meyering.net>
12472
12473         Fix canonicalize loop-detection corner case.
12474         Do not attempt to stat the symlink values stored via seen_triple.
12475         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
12476         on linux-2.6.18, (but not 2.6.22).
12477         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
12478         triple_compare.  The former compares dev,ino,filename, while the latter
12479         would actually stat dirname(filename) when dev and ino were equal.
12480         * lib/hash-triple.c: Install <string.h>.
12481         (STREQ): Define.
12482         (triple_compare_ino_str): New function.
12483         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
12484
12485 2007-09-28  Eric Blake  <ebb9@byu.net>
12486
12487         Enforce that AC_REPLACE_FUNCS files exist.
12488         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
12489         override check for typos.
12490
12491         Fix test-closein on Solaris 10.
12492         * tests/test-closein.c (main): Don't assume stdin can be inherited
12493         closed on all systems.
12494         * tests/test-closein.sh: Likewise.
12495         Reported by Piotr Tarnowski.
12496
12497 2007-09-28  Jim Meyering  <jim@meyering.net>
12498
12499         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
12500
12501 2007-09-27  Jim Meyering  <jim@meyering.net>
12502
12503         canonicalize: Avoid a false-positive cycle failure.
12504         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
12505         Sort.  Remove cycle-check.
12506         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
12507         not cycle-check.h.
12508         (seen_triple): New function.
12509         (canonicalize_filename_mode): Use it instead of cycle-check.
12510         * tests/test-canonicalize.c: Add a test for this bug.
12511         * tests/test-canonicalize.sh: Set up and run the test.
12512
12513         New module, file-set, from coreutils.
12514         * modules/file-set: Define it.
12515         * lib/file-set.c, lib/file-set.h: Implement.
12516
12517         New module, hash-triple, from coreutils.
12518         * modules/hash-triple: Define it.
12519         * lib/hash-triple.c, lib/hash-triple.h: Implement.
12520
12521 2007-09-25  Eric Blake  <ebb9@byu.net>
12522
12523         Fix strerror on Interix.
12524         * lib/string_.h (strerror): Declare replacement.
12525         * doc/functions/strerror.texi (strerror): Document the Interix
12526         shortcoming.
12527         * modules/string (Makefile.am): Support new hooks.
12528         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
12529         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
12530         gl_FUNC_STRERROR_SEPARATE.
12531         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
12532         * lib/strerror.c (rpl_strerror): Provide replacement.
12533         * modules/strerror (Depends-on): Add string.
12534         (configure.ac): Detect use of module.
12535         * tests/test-strerror.c: New file.
12536         * modules/strerror-tests: New test module.
12537         * modules/argp (Depends-on): Add strerror.
12538         * modules/error (Depends-on): Likewise.
12539         Reported by Martin Koeppe.
12540
12541 2007-09-24  Bruno Haible  <bruno@clisp.org>
12542
12543         * README: Update git instructions.
12544
12545 2007-09-24  Eric Blake  <ebb9@byu.net>
12546
12547         Revert fpending breakage from 2007-09-08.
12548         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
12549         __fpending.c.
12550
12551 2007-09-24  Jim Meyering  <jim@meyering.net>
12552
12553         filenamecat.c: Add a test.
12554         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
12555         showing how the function works when DIR is the empty string.
12556
12557 2007-09-21  Simon Josefsson  <simon@josefsson.org>
12558
12559         * tests/test-canonicalize.sh: Turn on executable bit.
12560
12561 2007-09-19  Eric Blake  <ebb9@byu.net>
12562
12563         * README: Update CVS instructions.
12564
12565 2007-09-18  Bruno Haible  <bruno@clisp.org>
12566
12567         * modules/areadlink: New file.
12568         * lib/areadlink.h (areadlink): New declaration.
12569         * lib/areadlink.c: New file, based on lib/xreadlink.c.
12570
12571 2007-09-17  Jim Meyering  <jim@meyering.net>
12572
12573         * lib/savewd.c (ESTALE) [!defined]: Define.
12574         Reported to be required on Interix by Martin Koeppe.
12575
12576 2007-09-17  Bruno Haible  <bruno@clisp.org>
12577
12578         * gnulib-tool (func_version): Use $version.
12579
12580 2007-09-16  Bruno Haible  <bruno@clisp.org>
12581
12582         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
12583         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
12584         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
12585         Reported by Greg Schafer <gschafer@zip.com.au>.
12586
12587 2007-09-15  Bruno Haible  <bruno@clisp.org>
12588
12589         * gnulib-tool (sed): Try a little harder to make bash understand the
12590         alias.
12591         Reported by Bruce Korb <bruce.korb@gmail.com>.
12592
12593 2007-09-13  Eric Blake  <ebb9@byu.net>
12594
12595         * ChangeLog: Remove conflict markers.
12596
12597 2007-09-13  Simon Josefsson  <simon@josefsson.org>
12598
12599         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
12600         Reported by Bruno Haible <bruno@clisp.org>.
12601
12602 2007-09-12  Bruno Haible  <bruno@clisp.org>
12603
12604         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
12605         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
12606         is not defined.
12607
12608 2007-09-12  Eric Blake  <ebb9@byu.net>
12609
12610         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
12611         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
12612         Autoconf definition.
12613         * modules/euidaccess (Depends-on): Add extensions, for
12614         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
12615         * modules/fnmatch (Depends-on): Likewise.
12616         * modules/getaddrinfo (Depends-on): Likewise.
12617         * modules/getdelim (Depends-on): Likewise.
12618         * modules/getline (Depends-on): Likewise.
12619         * modules/getsubopt (Depends-on): Likewise.
12620         * modules/gettext (Depends-on): Likewise.
12621         * modules/group-member (Depends-on): Likewise.
12622         * modules/mbchar (Depends-on): Likewise.
12623         * modules/memmem (Depends-on): Likewise.
12624         * modules/mempcpy (Depends-on): Likewise.
12625         * modules/memrchr (Depends-on): Likewise.
12626         * modules/pagealign_alloc (Depends-on): Likewise.
12627         * modules/readutmp (Depends-on): Likewise.
12628         * modules/stpcpy (Depends-on): Likewise.
12629         * modules/stpncpy (Depends-on): Likewise.
12630         * modules/strchrnul (Depends-on): Likewise.
12631         * modules/strndup (Depends-on): Likewise.
12632         * modules/strsep (Depends-on): Likewise.
12633         * modules/strverscmp (Depends-on): Likewise.
12634         * modules/vasprintf (Depends-on): Likewise.
12635         * modules/wcwidth (Depends-on): Likewise.
12636         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
12637         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
12638         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
12639         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
12640         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
12641         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
12642         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
12643         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12644         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
12645         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
12646         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
12647         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
12648         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
12649         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
12650         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
12651         * m4/readutmp.m4 (gl_READUTMP): Likewise.
12652         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
12653         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
12654         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
12655         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
12656         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
12657         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
12658         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
12659         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
12660         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
12661         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
12662         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
12663         so that lock.m4 can be used in gettext without extensions module.
12664
12665 2007-09-11  Bruno Haible  <bruno@clisp.org>
12666
12667         * m4/isc-posix.m4: Remove file.
12668         Suggested by Eric Blake.
12669
12670 2007-09-11  Eric Blake  <ebb9@byu.net>
12671
12672         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
12673
12674 2007-09-10  Bruno Haible  <bruno@clisp.org>
12675
12676         * posix-modules: Fix typo in error message.
12677         Reported by Matt <mkraai@beckman.com>.
12678
12679 2007-09-09  Bruno Haible  <bruno@clisp.org>
12680
12681         * doc/functions/getdelim.texi: Update list of platforms lacking the
12682         function.
12683         * doc/functions/getline.texi: Likewise.
12684
12685 2007-09-09  Jim Meyering  <jim@meyering.net>
12686
12687         * lib/hash.c (hash_initialize): Detect calloc failure.
12688         Reported by Bruno Haible.
12689
12690 2007-09-09  Bruno Haible  <bruno@clisp.org>
12691
12692         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
12693         malloc or realloc fails.
12694
12695 2007-09-09  Bruno Haible  <bruno@clisp.org>
12696
12697         * modules/getcwd (Depends-on): Add malloc-posix.
12698         * modules/glob (Depends-on): Likewise.
12699         * modules/putenv (Depends-on): Likewise.
12700         * modules/strdup (Depends-on): Likewise.
12701         * modules/getdelim (Depends-on): Add realloc-posix.
12702         * modules/read-file (Depends-on): Likewise.
12703
12704 2007-09-09  Bruno Haible  <bruno@clisp.org>
12705
12706         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
12707         (gl_FUNC_MALLOC_POSIX): Require it.
12708         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
12709         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
12710         * modules/realloc (Files): Add m4/malloc.m4.
12711         * modules/calloc (Files): Likewise.
12712
12713 2007-09-09  Bruno Haible  <bruno@clisp.org>
12714
12715         * modules/malloc-posix: New file.
12716         * modules/malloc (Depends-on): Add malloc-posix.
12717         * lib/malloc.c: Include errno.h.
12718         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
12719         and a POSIX-compatible malloc into a single function. Set ENOMEM
12720         when returning NULL.
12721         * m4/malloc.m4: New file.
12722         * doc/functions/malloc.texi: Mention the malloc-posix module.
12723         * lib/stdlib_.h (malloc): New declaration.
12724         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12725         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
12726         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
12727         and HAVE_MALLOC_POSIX.
12728
12729 2007-09-09  Bruno Haible  <bruno@clisp.org>
12730
12731         * modules/realloc-posix: New file.
12732         * modules/realloc (Depends-on): Add realloc-posix.
12733         * lib/realloc.c: Include errno.h.
12734         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
12735         and a POSIX-compatible realloc into a single function. Set ENOMEM
12736         when returning NULL.
12737         * m4/realloc.m4: New file.
12738         * doc/functions/realloc.texi: Mention the realloc-posix module.
12739         * lib/stdlib_.h (realloc): New declaration.
12740         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12741         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
12742         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
12743         and HAVE_REALLOC_POSIX.
12744
12745 2007-09-09  Bruno Haible  <bruno@clisp.org>
12746
12747         * modules/calloc-posix: New file.
12748         * modules/calloc (Depends-on): Add calloc-posix.
12749         * lib/calloc.c: Include errno.h.
12750         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
12751         and a POSIX-compatible calloc into a single function. Set ENOMEM
12752         when returning NULL.
12753         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
12754         * doc/functions/calloc.texi: Mention the calloc-posix module.
12755         * lib/stdlib_.h (calloc): New declaration.
12756         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12757         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
12758         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
12759         and HAVE_CALLOC_POSIX.
12760
12761 2007-09-09  Bruno Haible  <bruno@clisp.org>
12762
12763         Allow for modules to show an arbitrary notice.
12764         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
12765         * gnulib-tool: New option --extract-notice.
12766         (func_usage): Document it.
12767         (sed_extract_prog): Update.
12768         (func_get_notice): New function.
12769         (func_modules_notice): New function.
12770         (func_import, func_create_testdir): Invoke it.
12771         Suggested by Jim Meyering.
12772
12773 2007-09-09  Bruno Haible  <bruno@clisp.org>
12774
12775         * gnulib-tool: New options --verbose, --quiet.
12776         (func_usage): Document them.
12777         (verbose): New variable.
12778         (func_execute_command): New function.
12779         (func_import): Don't show the module list and the file list if
12780         $verbose < 0.
12781         (func_create_testdir): Likewise. Use func_execute_command.
12782         (func_create_megatestdir): Use func_execute_command.
12783
12784 2007-09-08  Bruno Haible  <bruno@clisp.org>
12785
12786         * gnulib-tool (func_import): Prefer rsync over wget when available,
12787         for fetching the PO files.
12788
12789 2007-09-08  Bruno Haible  <bruno@clisp.org>
12790
12791         * posix-modules: New file. Portions copied from gnulib-tool.
12792         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
12793
12794 2007-09-08  Jim Meyering  <jim@meyering.net>
12795
12796         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
12797         * lib/fpending.h: Rename from __fpending.h.
12798         * lib/fpending.c: Rename from __fpending.c.
12799         Include "fpending.h", not "__fpending.h".
12800         * lib/__fpending.h, lib/__fpending.c: Remove files.
12801         * modules/fpending (Files): Reflect new file names.
12802         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
12803
12804 2007-09-08  Bruno Haible  <bruno@clisp.org>
12805
12806         * m4/inttypes-h.m4: Remove stub file.
12807
12808 2007-09-07  Simon Josefsson  <simon@josefsson.org>
12809
12810         * doc/headers/stdint.texi: Discuss #include_next issue.
12811
12812 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12813
12814         * build-aux/bootstrap: Remove obsolete comment about wget --help.
12815
12816 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12817
12818         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
12819         in variable name.
12820
12821 2007-09-03  Jim Meyering  <jim@meyering.net>
12822
12823         New module: git-version-gen.
12824         * modules/git-version-gen: New file.
12825
12826         Import changes from coreutils for bootstrap script.
12827
12828         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
12829
12830         bootstrap: uses rsync to download the .po files
12831         * build-aux/bootstrap (po_download_command_format): New global.
12832         (download_po_files): Use rsync.
12833         (update_po_files): Don't remove .po files after download,
12834         so future rsync runs can take advantage of the copies.
12835
12836         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
12837
12838         Solve the unnecessary-.po-file-regeneration problem once and for all.
12839         * build-aux/bootstrap (download_po_files): New function, renamed from
12840         get_translations.  Now, downloads, but doesn't update LINGUAS.
12841         (update_po_files): New function.
12842
12843         bootstrap: Ignore more.
12844         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
12845         uniwidth to e.g., lib/.gitignore.
12846         (slurp): Handle the sys_stat_.h -> sys mapping, too.
12847
12848         * build-aux/bootstrap: New setting: vc_ignore.
12849         (insert_sorted_if_absent): Create $file if absent.
12850         Adapt to new, possibly empty, list: $vc_ignore.
12851
12852         bootstrap: generate more ignorable names
12853         * build-aux/bootstrap (slurp): When generating ignorable names,
12854         also map .sin to .sed, .gperf to .c, and .y to .c.
12855
12856 2007-09-03  Jim Meyering  <jim@meyering.net>
12857
12858         * build-aux/git-version-gen: New file, from coreutils.  For details, see
12859         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
12860
12861 2007-09-02  Bruno Haible  <bruno@clisp.org>
12862
12863         Fix mis-recognition of 'mcs' on QNX 6.
12864         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
12865         output contains the string "Mono".
12866         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
12867         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
12868
12869 2007-09-01  Bruno Haible  <bruno@clisp.org>
12870
12871         Fix collision between uniwidth/* and linebreak modules.
12872         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
12873         u32_width): Remove declarations.
12874         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
12875         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
12876         streq3, streq2, streq1, streq0): Remove functions.
12877         (STREQ): Remove macro.
12878         (is_cjk_encoding): Remove function.
12879         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
12880         (uc_width, u8_width, u16_width, u32_width): Remove functions.
12881         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
12882         * NEWS: Document the change.
12883
12884 2007-09-01  Bruno Haible  <bruno@clisp.org>
12885
12886         * lib/streq.h: Add double-inclusion guard.
12887
12888 2007-09-01  Karl Berry  <karl@gnu.org>
12889
12890         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
12891
12892 2007-08-28  Jim Meyering  <jim@meyering.net>
12893
12894         Rename mreadlink_with_size to areadlink_with_size.
12895         * NEWS: Document the change.
12896         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
12897         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
12898         * lib/mreadlink.h: Rename this to...
12899         * lib/areadlink.h: ...this.
12900         * modules/mreadlink-with-size: Rename this to...
12901         * modules/areadlink-with-size: ...this.
12902         * lib/canonicalize.c: Reflect the renaming.
12903         * modules/canonicalize: Likewise.
12904
12905 2007-08-26  Bruno Haible  <bruno@clisp.org>
12906
12907         * gnulib-tool (func_import): When deciding which files to remove,
12908         consider also dangling symbolic links.
12909         Reported by Eric Blake.
12910
12911 2007-08-26  Bruno Haible  <bruno@clisp.org>
12912
12913         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
12914
12915 2007-08-23  Simon Josefsson  <simon@josefsson.org>
12916
12917         * lib/readline.c: Don't include getline.h, the prototype is now
12918         found in stdio.h.
12919
12920 2007-08-23  Jim Meyering  <jim@meyering.net>
12921
12922         Getdelim touchup.
12923         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
12924         around the funlockfile call, since funlockfile never sets errno.
12925         Don't set errno upon failed realloc.
12926
12927 2007-08-22  Eric Blake  <ebb9@byu.net>
12928
12929         Getline touchups.
12930         * lib/getdelim.c (getdelim): Revert regression that required *n to
12931         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
12932         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
12933         getdelim, rather than whether implementation is missing.
12934         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
12935         * lib/stdio_.h (getline): Also declare if replacement is
12936         required.
12937         * doc/functions/getdelim.texi: New file.
12938         * doc/functions/getline.texi: Likewise.
12939         * doc/gnulib.texi (Function Substitutes): Add new files.
12940         Reported by Bruno Haible.
12941
12942 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
12943
12944         * users.txt: Add Guile.
12945
12946 2007-08-22  Eric Blake  <ebb9@byu.net>
12947
12948         * tests/test-getdelim.c (main): Use remove, not unlink.
12949         * tests/test-getline.c (main): Likewise.
12950
12951         Move getline and getdelim into stdio.h, per POSIX 200x.
12952         * modules/getline (Files): Remove getline.h.
12953         (Depends-on): Add stdio.
12954         (configure.ac): Add module indicator.
12955         * modules/getdelim (Files): Remove getdelim.h.
12956         (Depends-on): Add stdio.
12957         (configure.ac): Add module indicator.
12958         * modules/stdio (Makefile.am): Work with new indicators.
12959         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
12960         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
12961         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
12962         * lib/getdelim.h: Delete.
12963         * lib/getline.h: Delete.
12964         * lib/stdio_.h (getdelim, getline): Declare.
12965         * modules/getdelim-tests: New module.
12966         * modules/getline-tests: Likewise.
12967         * tests/test-getdelim.c: New file.
12968         * tests/test-getline.c: Likewise.
12969         * NEWS: Document the change.
12970         * lib/getline.c: Update choice of header.
12971         * lib/csharpcomp.c: Likewise.
12972         * lib/getpass.c: Likewise.
12973         * lib/javacomp.c: Likewise.
12974         * lib/javaversion.c: Likewise.
12975         * lib/yesno.c: Likewise.
12976         * lib/getdelim.c: Likewise.
12977         (getdelim): Set errno on failure, and avoid memory leak.
12978
12979 2007-08-19  Bruno Haible  <bruno@clisp.org>
12980
12981         * modules/closein (Depends-on): Add freadahead.
12982         * lib/closein.c: Include freadahead.h.
12983         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
12984         is zero.
12985
12986 2007-08-19  Bruno Haible  <bruno@clisp.org>
12987
12988         * modules/freadahead-tests: New file.
12989         * tests/test-freadahead.sh: New file.
12990         * tests/test-freadahead.c: New file.
12991
12992         * modules/freadahead: New file.
12993         * lib/freadahead.h: New file.
12994         * lib/freadahead.c: New file.
12995         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
12996         fbufmode, fpurge, freadable, fwritable.
12997
12998 2007-08-19  Eric Blake  <ebb9@byu.net>
12999
13000         Test yesno in combination with closein.
13001         * lib/yesno.c (yesno): Document use of stdin.
13002         * modules/yesno-tests (Files): New module.
13003         * tests/test-yesno.c (main): New file.
13004         * tests/test-yesno.sh: Likewise.
13005
13006 2007-08-19  Bruno Haible  <bruno@clisp.org>
13007
13008         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
13009         * lib/fseeko.c (rpl_fseeko): Likewise.
13010         * lib/fseterr.c (fseterr): Likewise.
13011
13012 2007-08-19  Bruno Haible  <bruno@clisp.org>
13013
13014         * tests/test-lseek.c (main): Disable a test for BeOS.
13015         * doc/functions/lseek.texi: Document the BeOS bug.
13016
13017 2007-08-19  Bruno Haible  <bruno@clisp.org>
13018             Eric Blake  <ebb9@byu.net>
13019
13020         * lib/lseek.c: Include <sys/stat.h>.
13021         (rpl_lseek): Add workaround code also for Unix platforms.
13022         Needed for BeOS.
13023         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
13024         * doc/functions/lseek.texi: Document BeOS definiency.
13025
13026 2007-08-18  Bruno Haible  <bruno@clisp.org>
13027
13028         * modules/fstrcmp-tests: New file.
13029         * tests/test-fstrcmp.c: New file.
13030
13031 2007-08-18  Bruno Haible  <bruno@clisp.org>
13032
13033         * modules/fstrcmp: New file, from GNU gettext with modifications.
13034         * lib/fstrcmp.h: New file, from GNU gettext.
13035         * lib/fstrcmp.c: New file, from GNU gettext.
13036         * MODULES.html.sh (String handling): Add fstrcmp.
13037
13038 2007-08-18  Bruno Haible  <bruno@clisp.org>
13039
13040         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
13041         'bool'.
13042         (diag, compareseq): Remove const from the ctxt argument.
13043         (USE_HEURISTIC): Undefine at the end.
13044
13045 2007-08-18  Jim Meyering  <jim@meyering.net>
13046
13047         New file: lib/idcache.h
13048         * NEWS: Mention the addition.
13049         * modules/idcache (Files): Add lib/idcache.h
13050         * lib/idcache.c: Include "idcache.h".
13051         Don't include <sys/types.h>.
13052         Add a FIXME comment.
13053         Move file-scoped "static" declarations to the top.
13054         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
13055
13056 2007-08-17  Bruno Haible  <bruno@clisp.org>
13057         and Paul Eggert  <eggert@cs.ucla.edu>
13058
13059         * MODULES.html.sh: Add diffseq.
13060         * modules/diffseq: New file.
13061         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
13062         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
13063
13064 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13065
13066         Import changes from coreutils for bootstrap script.
13067
13068         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
13069
13070         * build-aux/bootstrap (slurp): Work even in environments where
13071         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
13072         current code does not slurp files whose names start with ".", and
13073         this looks like it might be a troublesome area.
13074
13075         2007-07-11  Jim Meyering  <jim@meyering.net>
13076
13077         If there's a GPL vN copyright comment, require that N == 3.
13078
13079         2007-07-08  Jim Meyering  <jim@meyering.net>
13080
13081         Run the coreutils-specific code only if tests/Makefile.am.in exists.
13082         * build-aux/bootstrap (mam_template): Move definition out of loop.
13083
13084         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
13085
13086         * build-aux/bootstrap (symlink_to_dir): Rename function from
13087         symlink_to_gnulib.  Add a directory parameter.  Update all
13088         callers.
13089         (cp_mark_as_generated): Also check for -- and link to -- files in
13090         gl/.
13091
13092         2007-07-08  Jim Meyering  <jim@meyering.net>
13093
13094         Adapt to deeper hierarchy in gnulib.
13095         * build-aux/bootstrap (symlink_to_dir): If the destination
13096         directory doesn't exist, create it. This is required at least for
13097         "lib/uniwidth/cjk.h".
13098
13099         2007-05-15  Jim Meyering  <jim@meyering.net>
13100
13101         * build-aux/bootstrap: Now that generated Makefile.am files
13102         are no longer under version control, they must be created at
13103         bootstrap time.
13104
13105 2007-08-14  Ben Pfaff  <blp@gnu.org>
13106
13107         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
13108
13109 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13110
13111         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
13112         given the changes below.
13113         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
13114         even on hosts that have padding bits beyond the supported 64.
13115
13116 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
13117
13118         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
13119         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
13120         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
13121         depends on it.
13122         (xstrtol_error): Remove.
13123         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
13124         but with a different signature.
13125         (ATTRIBUTE_NORETURN, __attribute__): New macros.
13126         * lib/xstrtol-error.c: Include exitfail.h.
13127         (xstrtol_fatal): New function, with a different signature from the
13128         old xstrtol_error, so that the caller need not worry about passing
13129         in an exit status, or about storage management of the option argument.
13130         (xstrtol_error): Now a static function.  Redo signature to
13131         implement xstrtol_fatal.  Output the correct number of hyphens in
13132         front of the option so that the caller need not worry about
13133         storage management.
13134         (N_): New macro.
13135         (_): Remove; not used now.
13136         * modules/xstrtol: Depend on getopt.
13137         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
13138         of old STRTOL_FATAL_ERROR macro.
13139         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
13140         of test program.
13141         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
13142         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
13143
13144 2007-08-08  Eric Blake  <ebb9@byu.net>
13145
13146         * lib/xstrtol-error.c: Add missing include.
13147
13148         Move xstrtol messages into gnulib domain, when --pobase is used.
13149         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
13150         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
13151         * modules/xstrtol (Files): Distribute new file.
13152         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
13153         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
13154         * tests/test-xstrtol.c: ...into new file.
13155         * tests/test-xstrtoul.c: Also test xstrtoul.
13156         * tests/test-xstrtoimax.c: Also test xstrtoimax.
13157         * tests/test-xstrtoumax.c: Also test xstrtoumax.
13158         * tests/test-xstrtol.sh: Drive the tests.
13159         * tests/test-xstrtoimax.sh: Likewise.
13160         * tests/test-xstrtoumax.sh: Likewise.
13161         * modules/xstrtol-tests: New module.
13162         * modules/xstrtoimax-tests: Likewise.
13163         * modules/xstrtoumax-tests: Likewise.
13164
13165 2007-08-08  Jim Meyering  <jim@meyering.net>
13166
13167         New function: mfile_name_concat.
13168         * lib/filenamecat.c (mfile_name_concat): New function, just like
13169         file_name_concat, but return NULL upon failure rather than exiting
13170         with a diagnostic.
13171         * lib/filenamecat.h: Declare it.
13172
13173 2007-08-07  Bruno Haible  <bruno@clisp.org>
13174
13175         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
13176         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
13177         warning from gcc.
13178         Reported by Eric Blake.
13179
13180 2007-08-07  Simon Josefsson  <simon@josefsson.org>
13181
13182         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
13183         * modules/crypto/arcfour (License): Likewise.
13184         * modules/crypto/des-tests (License): Likewise.
13185         * modules/crypto/gc-arctwo-tests (License): Likewise.
13186         * modules/crypto/gc-des-tests (License): Likewise.
13187         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
13188         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
13189         * modules/crypto/gc-md2-tests (License): Likewise.
13190         * modules/crypto/gc-md4-tests (License): Likewise.
13191         * modules/crypto/gc-md5-tests (License): Likewise.
13192         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
13193         * modules/crypto/gc-rijndael-tests (License): Likewise.
13194         * modules/crypto/gc-sha1-tests (License): Likewise.
13195         * modules/crypto/gc-tests (License): Likewise.
13196         * modules/crypto/hmac-md5 (License): Likewise.
13197         * modules/crypto/hmac-sha1 (License): Likewise.
13198         * modules/crypto/md2-tests (License): Likewise.
13199         * modules/crypto/md4-tests (License): Likewise.
13200         * modules/crypto/md5 (License): Likewise.
13201         * modules/crypto/rijndael (License): Likewise.
13202         * modules/crypto/sha1 (License): Likewise.
13203         * modules/memxor (License): Likewise.
13204
13205 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13206         and Bruno Haible  <bruno@clisp.org>
13207
13208         * NEWS: Describe interface changes to human, xstrtol.
13209         * lib/human.h: Include <xstrtol.h>.
13210         (human_options): Return enum strtol_error, not int.  Remove
13211         bool arg; take int * instead.
13212         * lib/human.c: Don't include "gettext.h".
13213         (_): Remove; no longer used.
13214         Don't include <xstrtol.h>, since human.h does it.
13215         (human_options): Adjust to abovementioned interface changes.
13216         Do not report error to stderr; that's now the caller's
13217         responsibility.
13218         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
13219         interface change.
13220         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
13221         Str, Argument_type_string.  All uses changed.  Put " argument"
13222         in diagnostics to make them clearer.  Change wording of suffix
13223         message for clarity.
13224         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
13225         Argument_type_string.
13226         (STRTOL_FATAL_WARN): Remove; no longer used.
13227         * modules/human (Depends-on): Remove gettext-h.
13228
13229 2007-08-06  Simon Josefsson  <simon@josefsson.org>
13230
13231         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
13232
13233 2007-07-31  Bruno Haible  <bruno@clisp.org>
13234
13235         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
13236         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
13237         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
13238
13239 2007-07-31  Bruno Haible  <bruno@clisp.org>
13240
13241         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
13242         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
13243
13244 2007-07-30  Bruno Haible  <bruno@clisp.org>
13245
13246         * modules/base64 (License): Use the synonymous term "LGPLv2+".
13247         * modules/c-ctype (License): Likewise.
13248         * modules/c-strcase (License): Likewise.
13249         * modules/check-version (License): Likewise.
13250         * modules/iconv (License): Likewise.
13251         * modules/iconv_open (License): Likewise.
13252         * modules/read-file (License): Likewise.
13253         * modules/striconv (License): Likewise.
13254         * modules/strverscmp (License): Likewise.
13255         * modules/vasprintf (License): Likewise.
13256         * modules/crypto/des (License): Likewise.
13257         * modules/crypto/gc (License): Likewise.
13258         * modules/crypto/gc-arcfour (License): Likewise.
13259         * modules/crypto/gc-arctwo (License): Likewise.
13260         * modules/crypto/gc-des (License): Likewise.
13261         * modules/crypto/gc-hmac-md5 (License): Likewise.
13262         * modules/crypto/gc-hmac-sha1 (License): Likewise.
13263         * modules/crypto/gc-md2 (License): Likewise.
13264         * modules/crypto/gc-md4 (License): Likewise.
13265         * modules/crypto/gc-md5 (License): Likewise.
13266         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
13267         * modules/crypto/gc-random (License): Likewise.
13268         * modules/crypto/gc-rijndael (License): Likewise.
13269         * modules/crypto/gc-sha1 (License): Likewise.
13270         * modules/crypto/md2 (License): Likewise.
13271         * modules/crypto/md4 (License): Likewise.
13272
13273 2007-07-30  Jim Meyering  <jim@meyering.net>
13274
13275         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
13276         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
13277         it has valid stat data.  This bug would cause du not to count the
13278         sizes of inaccessible directories.
13279         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
13280         in <http://bugzilla.redhat.com/250077>.
13281
13282 2007-07-25  Peter O'Gorman  <peter@pogma.com>
13283             Bruno Haible  <bruno@clisp.org>
13284
13285         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
13286         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
13287         #include_next, gives a diagnostic about it, but reports no error in
13288         the exit code.
13289         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
13290
13291 2007-07-24  Ben Pfaff  <blp@gnu.org>
13292
13293         Improve name: "count-one-bits" is better than "popcount".
13294         * MODULES.html.sh: Update name.
13295         * lib/popcount.h: Renamed lib/count-one-bits.h.
13296         (popcount): Renamed count_one_bits.
13297         (popcountl): Renamed count_one_bits_l.
13298         (popcountll): Renamed count_one_bits_ll.
13299         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
13300         * modules/popcount: Renamed module/count-one-bits.
13301         * modules/popcount-tests: Renamed module/count-one-bits-tests.
13302         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
13303
13304 2007-07-23  Ben Pfaff  <blp@gnu.org>
13305
13306         * lib/popcount.h (popcount32): Reduce size of constants, to allow
13307         better code generation, and add U to large constants to avoid
13308         warnings, in non-GCC case.
13309         Suggested by Bruno Haible.
13310
13311 2007-07-23  Ben Pfaff  <blp@gnu.org>
13312
13313         * lib/popcount.h: Use verify_true instead of if...abort.
13314         * modules/popcount: Depend on verify module.
13315         Suggested by Jim Meyering.
13316
13317 2007-07-23  Bruno Haible  <bruno@clisp.org>
13318
13319         * gnulib-tool (func_import): Create a .cvsignore file also when the
13320         directory is not yet in CVS but the toplevel directory is. When
13321         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
13322         Reported by Karl Berry.
13323
13324 2007-07-22  Ben Pfaff  <blp@gnu.org>
13325
13326         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
13327         case.
13328         Suggested by Eric Blake.
13329
13330 2007-07-22  Ben Pfaff  <blp@gnu.org>
13331
13332         New module: popcount.
13333         * MODULES.html.sh: Add popcount.
13334         * modules/popcount: New file.
13335         * modules/popcount-tests: New file.
13336         * tests/test-popcount.c: New file.
13337         * lib/popcount.h: New file.
13338         * m4/popcount.m4: New file.
13339
13340 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13341
13342         * build-aux/announce-gen: Update to GPLv3.
13343
13344         * build-aux/config.guess: Update from config.
13345
13346 2007-07-21  Bruno Haible  <bruno@clisp.org>
13347
13348         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
13349         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
13350
13351 2007-07-20  Jim Meyering  <jim@meyering.net>
13352
13353         * check-module: Diagnose a self-dependency.
13354
13355 2007-07-19  Bruno Haible  <bruno@clisp.org>
13356
13357         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
13358         empty.
13359         Reported by Eric Blake.
13360
13361 2007-07-18  Bruno Haible  <bruno@clisp.org>
13362
13363         * gnulib-tool: New options --po-base, --po-domain.
13364         (func_usage): Document them.
13365         (pobase, po_domain): New variables.
13366         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
13367         DEFAULT_TEXT_DOMAIN.
13368         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
13369         (func_import): Consider pobase and po_domain. Create a po/ directory.
13370         (func_create_testdir): Set pobase and po_domain to empty.
13371         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
13372         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
13373
13374 2007-07-18  Bruno Haible  <bruno@clisp.org>
13375
13376         * gnulib-tool (func_get_automake_snippet): Synthesize also an
13377         EXTRA_DIST augmentation for files in build-aux/.
13378
13379 2007-07-16  Bruno Haible  <bruno@clisp.org>
13380
13381         * modules/lseek (License): Use the synonymous term "LGPLv2+".
13382         * modules/getdelim (License): Likewise.
13383
13384 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13385
13386         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
13387         * modules/d-type (License): Likewise.
13388         * modules/extensions (License): Likewise.
13389         * modules/fnmatch (License): Likewise.
13390         * modules/fseeko (License): Likewise.
13391         * modules/getaddrinfo (License): Likewise.
13392         * modules/getline (License): Likewise.
13393         * modules/getlogin_r (License): Likewise.
13394         * modules/getpass (License): Likewise.
13395         * modules/gettimeofday (License): Likewise.
13396         * modules/glob (License): Likewise.
13397         * modules/inet_ntop (License): Likewise.
13398         * modules/malloc (License): Likewise.
13399         * modules/malloca (License): Likewise.
13400         * modules/memmem (License): Likewise.
13401         * modules/mempcpy (License): Likewise.
13402         * modules/memset (License): Likewise.
13403         * modules/minmax (License): Likewise.
13404         * modules/mktime (License): Likewise.
13405         * modules/netinet_in (License): Likewise.
13406         * modules/pathmax (License): Likewise.
13407         * modules/poll (License): Likewise.
13408         * modules/regex (License): Likewise.
13409         * modules/snprintf (License): Likewise.
13410         * modules/stdbool (License): Likewise.
13411         * modules/stdint (License): Likewise.
13412         * modules/stdio (License): Likewise.
13413         * modules/strcase (License): Likewise.
13414         * modules/strcasestr (License): Likewise.
13415         * modules/strdup (License): Likewise.
13416         * modules/string (License): Likewise.
13417         * modules/strndup (License): Likewise.
13418         * modules/strnlen (License): Likewise.
13419         * modules/strpbrk (License): Likewise.
13420         * modules/strptime (License): Likewise.
13421         * modules/strsep (License): Likewise.
13422         * modules/sys_select (License): Likewise.
13423         * modules/sys_socket (License): Likewise.
13424         * modules/sys_stat (License): Likewise.
13425         * modules/sys_time (License): Likewise.
13426         * modules/time (License): Likewise.
13427         * modules/time_r (License): Likewise.
13428         * modules/timegm (License): Likewise.
13429         * modules/unistd (License): Likewise.
13430         * modules/vsnprintf (License): Likewise.
13431         * modules/wctype (License): Likewise.
13432
13433 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13434
13435         * modules/argz (License): LGPLv2+.
13436
13437 2007-07-15  Karl Berry  <karl@gnu.org>
13438
13439         * doc/gnulib.texi: revise node structure per new fdl.texi.
13440
13441 2007-07-14  Bruno Haible  <bruno@clisp.org>
13442
13443         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
13444         the output file.
13445         * lib/uniname/uninames.h: Regenerated.
13446
13447 2007-07-14  Karl Berry  <karl@gnu.org>
13448
13449         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
13450         omitting sectioning and index commands.
13451
13452 2007-07-13  Bruno Haible  <bruno@clisp.org>
13453
13454         New gnulib-tool option --more-symlinks.
13455         * gnulib-tool (func_usage): Document --more-symlinks.
13456         (do_copyrights): New variable.
13457         Recognize option --more-symlinks.
13458         (func_import): Don't add a copyright notice transform to
13459         sed_transform_lib_file if do_copyrights is empty.
13460
13461 2007-07-13  Bruno Haible  <bruno@clisp.org>
13462
13463         * lib/vasnprintf.c (decimal_point_char): Define also if
13464         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
13465         && !NEED_PRINTF_DIRECTIVE_A.
13466         Reported by Clemens Koller <clemens.koller@anagramm.de> via
13467         Gary V. Vaughan <gary@gnu.org>.
13468
13469 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
13470
13471         * lib/inttypes_.h: Undo previous change, since it was fixed
13472         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
13473
13474 2007-07-13  Bruno Haible  <bruno@clisp.org>
13475
13476         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
13477         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
13478
13479 2007-07-13  Jim Meyering  <jim@meyering.net>
13480
13481         df: Don't fail for Tru64's "file-on-file mount".
13482         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
13483         so we fall through and use statfs instead.  Details here:
13484         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
13485         Reported by Albert Chin.
13486
13487 2007-07-13  Bruno Haible  <bruno@clisp.org>
13488
13489         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
13490         * modules/configmake (License): Likewise.
13491         * modules/gettext (License): Likewise.
13492         * modules/gettext-h (License): Likewise.
13493         * modules/include_next (License): Likewise.
13494         * modules/link-warning (License): Likewise.
13495         * modules/localcharset (License): Likewise.
13496         * modules/localename (License): Likewise.
13497         * modules/lock (License): Likewise.
13498         * modules/relocatable-lib-lgpl (License): Likewise.
13499         * modules/size_max (License): Likewise.
13500         * modules/vasnprintf (License): Likewise.
13501         * modules/wchar (License): Likewise.
13502         * modules/xsize (License): Likewise.
13503
13504 2007-07-13  Bruno Haible  <bruno@clisp.org>
13505
13506         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
13507         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
13508
13509 2007-07-12  Bruno Haible  <bruno@clisp.org>
13510
13511         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
13512         in the modules files.
13513
13514 2007-07-11  Karl Berry  <karl@gnu.org>
13515
13516         * MODULES.html.sh (func_module): use
13517          sed -e '\|^'"${includefile}"'$|d'
13518          instead of /.../d, to avoid errors on $includefile's containing /.
13519
13520 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13521
13522         * gnulib-tool (func_import): Avoid duplication of --avoid
13523         statements
13524         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
13525         names to `_' in variable names.
13526
13527 2007-07-10  Eric Blake  <ebb9@byu.net>
13528
13529         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
13530         * NEWS: Document this change.
13531
13532 2007-07-08  Bruno Haible  <bruno@clisp.org>
13533
13534         Update to Unicode 5.0.
13535         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
13536         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
13537         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
13538         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
13539         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
13540         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
13541         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
13542         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
13543         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
13544         U+10A3F, U+1D242..U+1D244.
13545         (nonspacing_table_ind): Update.
13546         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
13547         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
13548
13549 2007-07-08  Bruno Haible  <bruno@clisp.org>
13550
13551         Update to Unicode 5.0.
13552         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
13553         code transform. Extend the name index field of unicode_name_to_code and
13554         unicode_code_to_name from 16 to 24 bits.
13555         * lib/uniname/uniname.c (unicode_character_name,
13556         unicode_name_character): Add the range 0x12xxx to the code transform.
13557         * lib/uniname/uninames.h: Regenerated.
13558         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
13559
13560 2007-07-07  Bruno Haible  <bruno@clisp.org>
13561
13562         * modules/wcwidth-tests: New file.
13563         * tests/test-wcwidth.c: New file.
13564
13565         Work around MacOS X wcwidth() bug.
13566         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
13567         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
13568         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
13569         original wcwidth in non-UTF-8 locales.
13570         * modules/wcwidth (Depends-on): Add localcharset, streq,
13571         uniwidth/width.
13572         * doc/functions/wcwidth.texi: Update.
13573
13574 2007-07-07  Bruno Haible  <bruno@clisp.org>
13575
13576         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
13577         (wcwidth): New declaration.
13578         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
13579         macros.
13580         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
13581         here. Prepare for creating <wchar.h> unconditionally.
13582         * modules/wchar (Depends-on): Add link-warning.
13583         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
13584         REPLACE_WCWIDTH, and GL_LINK_WARNING.
13585         * lib/wcwidth.h: Remove file.
13586         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
13587         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
13588         * modules/wcwidth (Files): Remove lib/wcwidth.h.
13589         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
13590         (Include): Replace wcwidth.h with <wchar.h>.
13591         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
13592         * lib/mbchar.h: Don't include wcwidth.h.
13593         * lib/mbswidth.c: Likewise.
13594         * NEWS: Mention the change.
13595
13596 2007-07-07  Bruno Haible  <bruno@clisp.org>
13597
13598         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
13599         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
13600         definition with an external declaration.
13601         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
13602         defined as a function. Remove AC_C_INLINE requirement.
13603         * modules/wcwidth (Files): Add lib/wcwidth.c.
13604         (Makefile.am): Remove redundant statement.
13605
13606 2007-07-07  Bruno Haible  <bruno@clisp.org>
13607
13608         * MODULES.html.sh (Unicode string functions): Add the new modules.
13609
13610         * tests/uniwidth/test-u32-strwidth.c: New file.
13611         * modules/uniwidth/u32-strwidth-tests: New file.
13612
13613         * lib/uniwidth/u32-strwidth.c: New file.
13614         * modules/uniwidth/u32-strwidth: New file.
13615
13616         * tests/uniwidth/test-u16-strwidth.c: New file.
13617         * modules/uniwidth/u16-strwidth-tests: New file.
13618
13619         * lib/uniwidth/u16-strwidth.c: New file.
13620         * modules/uniwidth/u16-strwidth: New file.
13621
13622         * tests/uniwidth/test-u8-strwidth.c: New file.
13623         * modules/uniwidth/u8-strwidth-tests: New file.
13624
13625         * lib/uniwidth/u8-strwidth.c: New file.
13626         * modules/uniwidth/u8-strwidth: New file.
13627
13628         * tests/uniwidth/test-u32-width.c: New file.
13629         * modules/uniwidth/u32-width-tests: New file.
13630
13631         * lib/uniwidth/u32-width.c: New file.
13632         * modules/uniwidth/u32-width: New file.
13633
13634         * tests/uniwidth/test-u16-width.c: New file.
13635         * modules/uniwidth/u16-width-tests: New file.
13636
13637         * lib/uniwidth/u16-width.c: New file.
13638         * modules/uniwidth/u16-width: New file.
13639
13640         * tests/uniwidth/test-u8-width.c: New file.
13641         * modules/uniwidth/u8-width-tests: New file.
13642
13643         * lib/uniwidth/u8-width.c: New file.
13644         * modules/uniwidth/u8-width: New file.
13645
13646         * tests/uniwidth/test-uc_width.c: New file.
13647         * modules/uniwidth/width-tests: New file.
13648
13649         * lib/uniwidth/width.c: New file, from GNU libiconv.
13650         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
13651         * modules/uniwidth/width: New file.
13652
13653         * lib/uniwidth.h: New file, from GNU libiconv.
13654         * modules/uniwidth/base: New file.
13655
13656 2007-07-07  Bruno Haible  <bruno@clisp.org>
13657
13658         * lib/uniname.h: New file, from GNU gettext.
13659         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
13660         * lib/uniname/uninames.h: New file, from GNU gettext.
13661         * lib/uniname/uniname.c: New file, from GNU gettext.
13662         * tests/uniname/test-uninames.sh: New file.
13663         * tests/uniname/test-uninames.c: New file, from GNU gettext.
13664         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
13665         * modules/uniname/base: New file.
13666         * modules/uniname/uniname: New file.
13667         * modules/uniname/uniname-tests: New file.
13668         * MODULES.html.sh (Unicode string functions): Add the new modules.
13669
13670 2007-07-06  Bruno Haible  <bruno@clisp.org>
13671
13672         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
13673
13674 2007-07-06  Bruno Haible  <bruno@clisp.org>
13675
13676         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
13677         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
13678         includes <cygwin/sys_time.h> which includes <sys/select.h> which
13679         include <sys/time.h>.
13680         Reported by Eric Blake.
13681
13682 2007-07-06  Eric Blake  <ebb9@byu.net>
13683
13684         Fix testing canonicalize on cygwin.
13685         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
13686         Revert patch from 2007-06-19.
13687         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
13688         canonicalize module is also in use.
13689         * tests/test-canonicalize.c: New file.
13690         * tests/test-canonicalize.sh: Likewise.
13691         * modules/canonicalize-tests: Likewise.
13692
13693 2007-07-06  Jim Meyering  <jim@meyering.net>
13694
13695         * lib/getugroups.c (getugroups): Detect getgrent failure.
13696         Adjust comment to reflect reality: this function may return -1.
13697
13698 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
13699
13700         * build-aux/bootstrap (TP_URL,get_translations): Update to use
13701         the new TP address.
13702         (usage): Fix typo
13703         (gnulib_mk): New variable.
13704
13705 2007-07-05  Jim Meyering  <jim@meyering.net>
13706
13707         Don't let endgrent clobber errno, no matter how improbable.
13708         * lib/getugroups.c (getugroups): Save and restore errno around
13709         endgrent call.
13710
13711         Close the group DB even when failing with 2^31 or more members.
13712         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
13713
13714 2007-07-04  Jim Meyering  <jim@meyering.net>
13715
13716         * lib/getugroups.h: New file.
13717         * lib/getugroups.c: Include "getugroups.h".
13718         Remove uses of "register" keyword.
13719         Move local variable, "cp", down into scope where used.
13720         Give "username" parameter the "const" attribute.
13721         * modules/getugroups (Files): Add lib/getugroups.h
13722
13723 2007-07-04  Karl Berry  <karl@gnu.org>
13724
13725         * MODULES.html.sh (func_all_modules): Complete rename of
13726         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
13727
13728 2007-07-02  Bruno Haible  <bruno@clisp.org>
13729
13730         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
13731         mode, when inttypes.h comes from gnulib.
13732         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
13733
13734 2007-07-02  Simon Josefsson  <simon@josefsson.org>
13735
13736         * NEWS: Mention lgpl module name change.
13737
13738         * modules/lgpl-2.1: Renamed from lgpl.
13739
13740         * NEWS: Mention gpl module name change.
13741
13742         * modules/gpl-3.0: New file, based on gpl-2.0.
13743
13744         * modules/gpl-2.0: Renamed from gpl.
13745
13746         * modules/gpl: Fix filename, doc/gpl.texi is now found at
13747         doc/gpl-2.0.texi.
13748
13749 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13750
13751         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
13752         #define __STDC_LIMIT_MACROS temporarily while including
13753         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
13754         Problem reported by Joel E. Denny in
13755         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
13756
13757 2007-07-01  Bruno Haible  <bruno@clisp.org>
13758
13759         * lib/unistdio.h: New file.
13760         * lib/unistdio/u-asnprintf.h: New file.
13761         * lib/unistdio/u-asprintf.h: New file.
13762         * lib/unistdio/u-printf-args.c: New file.
13763         * lib/unistdio/u-printf-args.h: New file.
13764         * lib/unistdio/u-printf-parse.h: New file.
13765         * lib/unistdio/u-snprintf.h: New file.
13766         * lib/unistdio/u-sprintf.h: New file.
13767         * lib/unistdio/u-vasprintf.h: New file.
13768         * lib/unistdio/u-vsnprintf.h: New file.
13769         * lib/unistdio/u-vsprintf.h: New file.
13770         * lib/unistdio/ulc-asnprintf.c: New file.
13771         * lib/unistdio/ulc-asprintf.c: New file.
13772         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
13773         * lib/unistdio/ulc-printf-parse.c: New file.
13774         * lib/unistdio/ulc-snprintf.c: New file.
13775         * lib/unistdio/ulc-sprintf.c: New file.
13776         * lib/unistdio/ulc-vasnprintf.c: New file.
13777         * lib/unistdio/ulc-vasprintf.c: New file.
13778         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
13779         * lib/unistdio/ulc-vsnprintf.c: New file.
13780         * lib/unistdio/ulc-vsprintf.c: New file.
13781         * lib/unistdio/u8-asnprintf.c: New file.
13782         * lib/unistdio/u8-asprintf.c: New file.
13783         * lib/unistdio/u8-printf-parse.c: New file.
13784         * lib/unistdio/u8-snprintf.c: New file.
13785         * lib/unistdio/u8-sprintf.c: New file.
13786         * lib/unistdio/u8-vasnprintf.c: New file.
13787         * lib/unistdio/u8-vasprintf.c: New file.
13788         * lib/unistdio/u8-vsnprintf.c: New file.
13789         * lib/unistdio/u8-vsprintf.c: New file.
13790         * lib/unistdio/u8-u8-asnprintf.c: New file.
13791         * lib/unistdio/u8-u8-asprintf.c: New file.
13792         * lib/unistdio/u8-u8-snprintf.c: New file.
13793         * lib/unistdio/u8-u8-sprintf.c: New file.
13794         * lib/unistdio/u8-u8-vasnprintf.c: New file.
13795         * lib/unistdio/u8-u8-vasprintf.c: New file.
13796         * lib/unistdio/u8-u8-vsnprintf.c: New file.
13797         * lib/unistdio/u8-u8-vsprintf.c: New file.
13798         * lib/unistdio/u16-asnprintf.c: New file.
13799         * lib/unistdio/u16-asprintf.c: New file.
13800         * lib/unistdio/u16-printf-parse.c: New file.
13801         * lib/unistdio/u16-snprintf.c: New file.
13802         * lib/unistdio/u16-sprintf.c: New file.
13803         * lib/unistdio/u16-vasnprintf.c: New file.
13804         * lib/unistdio/u16-vasprintf.c: New file.
13805         * lib/unistdio/u16-vsnprintf.c: New file.
13806         * lib/unistdio/u16-vsprintf.c: New file.
13807         * lib/unistdio/u16-u16-asnprintf.c: New file.
13808         * lib/unistdio/u16-u16-asprintf.c: New file.
13809         * lib/unistdio/u16-u16-snprintf.c: New file.
13810         * lib/unistdio/u16-u16-sprintf.c: New file.
13811         * lib/unistdio/u16-u16-vasnprintf.c: New file.
13812         * lib/unistdio/u16-u16-vasprintf.c: New file.
13813         * lib/unistdio/u16-u16-vsnprintf.c: New file.
13814         * lib/unistdio/u16-u16-vsprintf.c: New file.
13815         * lib/unistdio/u32-asnprintf.c: New file.
13816         * lib/unistdio/u32-asprintf.c: New file.
13817         * lib/unistdio/u32-printf-parse.c: New file.
13818         * lib/unistdio/u32-snprintf.c: New file.
13819         * lib/unistdio/u32-sprintf.c: New file.
13820         * lib/unistdio/u32-vasnprintf.c: New file.
13821         * lib/unistdio/u32-vasprintf.c: New file.
13822         * lib/unistdio/u32-vsnprintf.c: New file.
13823         * lib/unistdio/u32-vsprintf.c: New file.
13824         * lib/unistdio/u32-u32-asnprintf.c: New file.
13825         * lib/unistdio/u32-u32-asprintf.c: New file.
13826         * lib/unistdio/u32-u32-snprintf.c: New file.
13827         * lib/unistdio/u32-u32-sprintf.c: New file.
13828         * lib/unistdio/u32-u32-vasnprintf.c: New file.
13829         * lib/unistdio/u32-u32-vasprintf.c: New file.
13830         * lib/unistdio/u32-u32-vsnprintf.c: New file.
13831         * lib/unistdio/u32-u32-vsprintf.c: New file.
13832         * tests/unistdio/test-ulc-asnprintf1.c: New file.
13833         * tests/unistdio/test-ulc-asnprintf1.h: New file.
13834         * tests/unistdio/test-ulc-printf1.h: New file.
13835         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
13836         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
13837         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
13838         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
13839         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
13840         * tests/unistdio/test-ulc-vasprintf1.c: New file.
13841         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
13842         * tests/unistdio/test-ulc-vsprintf1.c: New file.
13843         * tests/unistdio/test-u8-asnprintf1.c: New file.
13844         * tests/unistdio/test-u8-asnprintf1.h: New file.
13845         * tests/unistdio/test-u8-printf1.h: New file.
13846         * tests/unistdio/test-u8-vasnprintf1.c: New file.
13847         * tests/unistdio/test-u8-vasnprintf2.c: New file.
13848         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
13849         * tests/unistdio/test-u8-vasnprintf3.c: New file.
13850         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
13851         * tests/unistdio/test-u8-vasprintf1.c: New file.
13852         * tests/unistdio/test-u8-vsnprintf1.c: New file.
13853         * tests/unistdio/test-u8-vsprintf1.c: New file.
13854         * tests/unistdio/test-u16-asnprintf1.c: New file.
13855         * tests/unistdio/test-u16-asnprintf1.h: New file.
13856         * tests/unistdio/test-u16-printf1.h: New file.
13857         * tests/unistdio/test-u16-vasnprintf1.c: New file.
13858         * tests/unistdio/test-u16-vasnprintf2.c: New file.
13859         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
13860         * tests/unistdio/test-u16-vasnprintf3.c: New file.
13861         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
13862         * tests/unistdio/test-u16-vasprintf1.c: New file.
13863         * tests/unistdio/test-u16-vsnprintf1.c: New file.
13864         * tests/unistdio/test-u16-vsprintf1.c: New file.
13865         * tests/unistdio/test-u32-asnprintf1.c: New file.
13866         * tests/unistdio/test-u32-asnprintf1.h: New file.
13867         * tests/unistdio/test-u32-printf1.h: New file.
13868         * tests/unistdio/test-u32-vasnprintf1.c: New file.
13869         * tests/unistdio/test-u32-vasnprintf2.c: New file.
13870         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
13871         * tests/unistdio/test-u32-vasnprintf3.c: New file.
13872         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
13873         * tests/unistdio/test-u32-vasprintf1.c: New file.
13874         * tests/unistdio/test-u32-vsnprintf1.c: New file.
13875         * tests/unistdio/test-u32-vsprintf1.c: New file.
13876         * modules/unistdio/base: New file.
13877         * modules/unistdio/u-printf-args: New file.
13878         * modules/unistdio/ulc-asnprintf: New file.
13879         * modules/unistdio/ulc-asprintf: New file.
13880         * modules/unistdio/ulc-fprintf: New file.
13881         * modules/unistdio/ulc-printf-parse: New file.
13882         * modules/unistdio/ulc-snprintf: New file.
13883         * modules/unistdio/ulc-sprintf: New file.
13884         * modules/unistdio/ulc-vasnprintf: New file.
13885         * modules/unistdio/ulc-vasprintf: New file.
13886         * modules/unistdio/ulc-vfprintf: New file.
13887         * modules/unistdio/ulc-vsnprintf: New file.
13888         * modules/unistdio/ulc-vsprintf: New file.
13889         * modules/unistdio/u8-asnprintf: New file.
13890         * modules/unistdio/u8-asprintf: New file.
13891         * modules/unistdio/u8-printf-parse: New file.
13892         * modules/unistdio/u8-snprintf: New file.
13893         * modules/unistdio/u8-sprintf: New file.
13894         * modules/unistdio/u8-vasnprintf: New file.
13895         * modules/unistdio/u8-vasprintf: New file.
13896         * modules/unistdio/u8-vsnprintf: New file.
13897         * modules/unistdio/u8-vsprintf: New file.
13898         * modules/unistdio/u8-u8-asnprintf: New file.
13899         * modules/unistdio/u8-u8-asprintf: New file.
13900         * modules/unistdio/u8-u8-snprintf: New file.
13901         * modules/unistdio/u8-u8-sprintf: New file.
13902         * modules/unistdio/u8-u8-vasnprintf: New file.
13903         * modules/unistdio/u8-u8-vasprintf: New file.
13904         * modules/unistdio/u8-u8-vsnprintf: New file.
13905         * modules/unistdio/u8-u8-vsprintf: New file.
13906         * modules/unistdio/u16-asnprintf: New file.
13907         * modules/unistdio/u16-asprintf: New file.
13908         * modules/unistdio/u16-printf-parse: New file.
13909         * modules/unistdio/u16-snprintf: New file.
13910         * modules/unistdio/u16-sprintf: New file.
13911         * modules/unistdio/u16-vasnprintf: New file.
13912         * modules/unistdio/u16-vasprintf: New file.
13913         * modules/unistdio/u16-vsnprintf: New file.
13914         * modules/unistdio/u16-vsprintf: New file.
13915         * modules/unistdio/u16-u16-asnprintf: New file.
13916         * modules/unistdio/u16-u16-asprintf: New file.
13917         * modules/unistdio/u16-u16-snprintf: New file.
13918         * modules/unistdio/u16-u16-sprintf: New file.
13919         * modules/unistdio/u16-u16-vasnprintf: New file.
13920         * modules/unistdio/u16-u16-vasprintf: New file.
13921         * modules/unistdio/u16-u16-vsnprintf: New file.
13922         * modules/unistdio/u16-u16-vsprintf: New file.
13923         * modules/unistdio/u32-asnprintf: New file.
13924         * modules/unistdio/u32-asprintf: New file.
13925         * modules/unistdio/u32-printf-parse: New file.
13926         * modules/unistdio/u32-snprintf: New file.
13927         * modules/unistdio/u32-sprintf: New file.
13928         * modules/unistdio/u32-vasnprintf: New file.
13929         * modules/unistdio/u32-vasprintf: New file.
13930         * modules/unistdio/u32-vsnprintf: New file.
13931         * modules/unistdio/u32-vsprintf: New file.
13932         * modules/unistdio/u32-u32-asnprintf: New file.
13933         * modules/unistdio/u32-u32-asprintf: New file.
13934         * modules/unistdio/u32-u32-snprintf: New file.
13935         * modules/unistdio/u32-u32-sprintf: New file.
13936         * modules/unistdio/u32-u32-vasnprintf: New file.
13937         * modules/unistdio/u32-u32-vasprintf: New file.
13938         * modules/unistdio/u32-u32-vsnprintf: New file.
13939         * modules/unistdio/u32-u32-vsprintf: New file.
13940         * modules/unistdio/ulc-asnprintf-tests: New file.
13941         * modules/unistdio/ulc-vasnprintf-tests: New file.
13942         * modules/unistdio/ulc-vasprintf-tests: New file.
13943         * modules/unistdio/ulc-vsnprintf-tests: New file.
13944         * modules/unistdio/ulc-vsprintf-tests: New file.
13945         * modules/unistdio/u8-asnprintf-tests: New file.
13946         * modules/unistdio/u8-vasnprintf-tests: New file.
13947         * modules/unistdio/u8-vasprintf-tests: New file.
13948         * modules/unistdio/u8-vsnprintf-tests: New file.
13949         * modules/unistdio/u8-vsprintf-tests: New file.
13950         * modules/unistdio/u16-asnprintf-tests: New file.
13951         * modules/unistdio/u16-vasnprintf-tests: New file.
13952         * modules/unistdio/u16-vasprintf-tests: New file.
13953         * modules/unistdio/u16-vsnprintf-tests: New file.
13954         * modules/unistdio/u16-vsprintf-tests: New file.
13955         * modules/unistdio/u32-asnprintf-tests: New file.
13956         * modules/unistdio/u32-vasnprintf-tests: New file.
13957         * modules/unistdio/u32-vasprintf-tests: New file.
13958         * modules/unistdio/u32-vsnprintf-tests: New file.
13959         * modules/unistdio/u32-vsprintf-tests: New file.
13960         * MODULES.html.sh (Unicode string functions): Add the new modules.
13961
13962 2007-07-01  Bruno Haible  <bruno@clisp.org>
13963
13964         * lib/sprintf.c (sprintf): Limit the available length estimation,
13965         to avoid address wraparound.
13966         * lib/vsprintf.c (vsprintf): Likewise.
13967         * modules/sprintf-posix (Dependencies): Add stdint.
13968         * modules/vsprintf-posix (Dependencies): Likewise.
13969
13970 2007-07-01  Bruno Haible  <bruno@clisp.org>
13971
13972         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
13973         Windows PATH as well. Conservative double-quoting. Comments.
13974
13975 2007-07-01  Bruno Haible  <bruno@clisp.org>
13976             Eric Blake  <ebb9@byu.net>
13977             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13978
13979         * gnulib-tool (self_abspathname): Fix algorithm to cope with
13980         empty components in $PATH, denoting '.'.
13981
13982 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13983
13984         * gnulib-tool: Fix indentation.
13985         (func_create_megatestdir): Likewise.
13986         Report by Bruno Haible.
13987
13988 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13989
13990         Sync from Automake.
13991         * build-aux/gnupload: Fix shell portability issues with for loops.
13992         Report by Karl Berry.
13993
13994 2007-06-29  Simon Josefsson  <simon@josefsson.org>
13995
13996         * build-aux/maint.mk (POURL): Use translationproject.org.
13997
13998 2007-06-27  Simon Josefsson  <simon@josefsson.org>
13999             Bruno Haible  <bruno@clisp.org>
14000
14001         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
14002         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
14003         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
14004         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
14005         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
14006
14007 2007-06-27  Bruno Haible  <bruno@clisp.org>
14008
14009         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
14010         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
14011
14012 2007-06-26  Karl Berry  <karl@gnu.org>
14013
14014         * MODULES.html.sh: remove xreadlink-with-size.
14015
14016 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14017
14018         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
14019         method that I hope also handles the double-include problem noted
14020         by Bruno Haible in
14021         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
14022
14023 2007-06-23  Bruno Haible  <bruno@clisp.org>
14024
14025         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14026         Don't let the 'mostlyclean' target fail if the last subdirectory could
14027         not be removed.
14028         Reported by Karl Berry.
14029
14030 2007-06-23  Bruno Haible  <bruno@clisp.org>
14031
14032         * gnulib-tool (echo): Add a speedier workaround for ksh.
14033         * tests/test-echo.sh: Likewise.
14034
14035 2007-06-23  Bruno Haible  <bruno@clisp.org>
14036
14037         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
14038         * tests/test-echo.sh: Likewise.
14039
14040 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14041
14042         * gnulib-tool (IFS): Initialize early, so we don't set it to
14043         empty later.
14044         (self_abspathname): Rewrite algorithm to set it, reindent.
14045         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
14046         (func_create_megatestdir): Merge some sed scripts.
14047
14048 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14049
14050         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
14051         exposed by Sun Studio 11 cc on Solaris 8.
14052
14053 2007-06-22  Bruno Haible  <bruno@clisp.org>
14054
14055         * gnulib-tool (echo): Ensure the echo primitive does not interpret
14056         backslashes.
14057         * tests/test-echo.sh: New file.
14058
14059 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14060
14061         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
14062         simplify `sed_replace_build_aux' scripts, they are portable but
14063         echoing them with `echo' is not.
14064         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
14065
14066 2007-06-21  Karl Berry  <karl@gnu.org>
14067
14068         * config/srclist.txt: guess we can't handle the licenses via
14069         srclist at the moment.
14070
14071 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14072
14073         * MODULES.html.sh: Add include_next.
14074         * modules/include_next: New file.
14075
14076 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14077
14078         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
14079         INCLUDE_NEXT.
14080         (gl_CHECK_NEXT_HEADERS): New macro.
14081         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
14082         the obsolescent gl_ABSOLUTE_HEADER.
14083         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
14084         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
14085         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
14086         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
14087         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
14088         * m4/math_h.m4 (gl_MATH_H): Likewise.
14089         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
14090         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
14091         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
14092         * m4/stdint.m4 (gl_STDINT_H): Likewise.
14093         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
14094         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
14095         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
14096         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
14097         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
14098         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
14099         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
14100         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
14101         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
14102         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
14103         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
14104         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
14105         * m4/inttypes.m4 (gl_INTTYPES_H): Define
14106         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
14107         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
14108         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
14109         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
14110         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
14111         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
14112         * lib/float_.h: Likewise.
14113         * lib/inttypes_.h: Likewise.
14114         * lib/math_.h: Likewise.
14115         * lib/search_.h: Likewise.
14116         * lib/signal_.h: Likewise.
14117         * lib/stdint_.h: Likewise.
14118         * lib/stdio_.h: Likewise.
14119         * lib/stdlib_.h: Likewise.
14120         * lib/string_.h: Likewise.
14121         * lib/sys_stat_.h: Likewise.
14122         * lib/sys_time_.h: Likewise.
14123         * lib/time_.h: Likewise.
14124         * lib/unistd_.h: Likewise.
14125         * lib/wchar_.h: Likewise.
14126         * lib/wctype_.h: Likewise.
14127         * lib/dirent_.h: Likewise.
14128         * lib/iconv_.h: Likewise.
14129         * lib/locale_.h: Likewise.
14130         * lib/netinet_in_.h: Likewise.
14131         * lib/sys_select_.h: Likewise.
14132         * lib/sys_socket_.h: Likewise.
14133         * lib/sysexits_.h: Likewise.
14134         * modules/fcntl (Depends-on): Depend on include_next, not
14135         absolute_header.
14136         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
14137         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
14138         * modules/fchdir: Likewise.
14139         * modules/float: Likewise.
14140         * modules/iconv_open: Likewise.
14141         * modules/inttypes: Likewise.
14142         * modules/locale: Likewise.
14143         * modules/math: Likewise.
14144         * modules/netinet_in: Likewise.
14145         * modules/search: Likewise.
14146         * modules/signal: Likewise.
14147         * modules/stdint: Likewise.
14148         * modules/stdio: Likewise.
14149         * modules/stdlib: Likewise.
14150         * modules/string: Likewise.
14151         * modules/sys_select: Likewise.
14152         * modules/sys_socket: Likewise.
14153         * modules/sys_stat: Likewise.
14154         * modules/sys_time: Likewise.
14155         * modules/sysexits: Likewise.
14156         * modules/time: Likewise.
14157         * modules/unistd: Likewise.
14158         * modules/wchar: Likewise.
14159         * modules/wctype: Likewise.
14160         * modules/sys_stat: Change maintainer to "all".
14161         * modules/unistd: Likewise.
14162
14163 2007-06-20  Karl Berry  <karl@gnu.org>
14164
14165         * config/srclist.txt: track www changes in license files.
14166
14167 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
14168
14169         * build-aux/bootstrap: Remove stray dot.
14170         Make sure build_aux settings are honored when linking
14171         gnulib_extra_files.
14172
14173 2007-06-19  Eric Blake  <ebb9@byu.net>
14174
14175         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
14176         Allow compilation on cygwin.
14177
14178 2007-06-19  Jim Meyering  <jim@meyering.net>
14179
14180         xreadlink-with-size: Remove module.  No longer used.
14181         Ex-callers now use xreadlink or mreadlink-with-size.
14182         * modules/xreadlink-with-size: Remove module.
14183         * lib/xreadlink-with-size.c: Remove file.
14184         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
14185         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
14186         just before the function definition *is* accurate.
14187
14188         Eliminate one way canonicalize_filename_mode could exit.
14189         * lib/canonicalize.c (canonicalize_filename_mode):
14190         Use mreadlink_with_size, not xreadlink_with_size.
14191
14192 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
14193
14194         Detect porting problems to FreeBSD/arm, which has time_t wider than
14195         long int.  Original problem reported for GNU diff by Xin Li in
14196         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
14197         * modules/getdate (Depends-on): Add intprops, verify.
14198         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
14199         is an integer type no wider than long int.
14200
14201 2007-06-18  Jim Meyering  <jim@meyering.net>
14202
14203         New module: mreadlink-with-size.
14204         * MODULES.html.sh: Add mreadlink-with-size.
14205         * modules/mreadlink-with-size: New module
14206         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
14207         not xreadlink-with-size.
14208         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
14209
14210 2007-06-16  Bruno Haible  <bruno@clisp.org>
14211
14212         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
14213         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
14214         Reported by Gary V. Vaughan <gary@gnu.org>.
14215
14216 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
14217
14218         Revamp lchown so that it lives in unistd.h where it belongs.
14219         * lib/lchown.h: Remove.
14220         * lib/dirchownmod.c: Don't include lib/lchown.h.
14221         * lib/fchownat.c: Likewise.
14222         * lib/openat.c: Likewise.
14223         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
14224         does not follow symlinks.
14225         (EOPNOTSUPP): Define if not defined.
14226         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
14227         is defined to 0.
14228         (lchown): New decl.
14229         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
14230         Do not check for lchown decl.
14231         Set REPLACE_LCHOWN.
14232         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
14233         REPLACE_LCHOWN.
14234         * modules/chown: Make it clear it follows symlinks.
14235         * modules/lchown: Make it clear it doesn't follow symlinks.
14236         (Files): Remove lib/lchown.h
14237         (Depends-on): Add unistd.
14238         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
14239         (Include): Include <unistd.h>, not "lchown.h".
14240         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
14241         REPLACE_LCHOWN.
14242
14243 2007-06-15  Jim Meyering  <jim@meyering.net>
14244
14245         Change license (GPL to LGPL) of fsusage and dependents.
14246         * modules/fsusage (License): Change to LGPL.
14247         * modules/full-read (License): Likewise.
14248         * modules/full-write (License): Likewise.
14249         * modules/safe-read (License): Likewise.
14250         * modules/safe-write (License): Likewise.
14251
14252 2007-06-14  Ben Pfaff  <blp@gnu.org>
14253
14254         Missing part of allocsa -> malloca transition.
14255         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
14256         gl_MALLOCA.
14257
14258 2007-06-12  Bruno Haible  <bruno@clisp.org>
14259
14260         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
14261         to ia64, x86_64, i386.
14262         Reported by Eric Blake.
14263
14264 2007-06-12  Bruno Haible  <bruno@clisp.org>
14265
14266         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
14267         cross-compiling to x86_64.
14268
14269 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
14270
14271         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
14272         glitch reported by Ralf Wildenhues in
14273         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
14274
14275         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
14276         Vin Shelton.
14277
14278 2007-06-11  Bruno Haible  <bruno@clisp.org>
14279
14280         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
14281         replacement string.
14282         Reported by Eric Blake.
14283
14284 2007-06-10  Bruno Haible  <bruno@clisp.org>
14285
14286         Prepare vasnprintf code for use with Unicode strings.
14287         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
14288         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
14289         TYPE_U32_STRING.
14290         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
14291         a_u32_string variants.
14292         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
14293         * lib/printf-args.c: Don't include config.h and the specification
14294         header if PRINTF_FETCHARGS is already defined.
14295         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
14296         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
14297         TYPE_U16_STRING, TYPE_U32_STRING.
14298         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
14299         u16_directive, u16_directives, u32_directive, u32_directives): New
14300         types.
14301         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
14302         New declarations.
14303         * lib/printf-parse.c: Don't include config.h and the specification
14304         header if PRINTF_PARSE is already defined. Eliminate the set of
14305         parameters for WIDE_CHAR_VERSION; the user of this file must provide
14306         them now. Include c-ctype.h.
14307         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
14308         directive and CHAR_T_ONLY_ASCII.
14309         * lib/vasnprintf.c: Don't include config.h and the specification header
14310         if VASNPRINTF is already defined.
14311         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
14312         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
14313         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
14314         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
14315         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
14316         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
14317         code accordingly.
14318         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
14319         pad_ourselves also in this case, with the 'c' and 's' directives, and
14320         with a different notion of "width".
14321         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
14322
14323 2007-06-10  Bruno Haible  <bruno@clisp.org>
14324
14325         * modules/unistr/u32-mbsnlen: New file.
14326         * lib/unistr/u32-mbsnlen.c: New file.
14327
14328         * modules/unistr/u16-mbsnlen: New file.
14329         * lib/unistr/u16-mbsnlen.c: New file.
14330
14331         * modules/unistr/u8-mbsnlen: New file.
14332         * lib/unistr/u8-mbsnlen.c: New file.
14333
14334         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
14335         declarations.
14336
14337 2007-06-10  Bruno Haible  <bruno@clisp.org>
14338
14339         * lib/string_.h (mbsnlen): New declaration.
14340         * lib/mbsnlen.c: New file.
14341         * m4/mbsnlen.m4: New file.
14342         * modules/mbsnlen: New file.
14343         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
14344         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
14345         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
14346
14347 2007-06-10  Bruno Haible  <bruno@clisp.org>
14348
14349         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
14350
14351 2007-06-10  Bruno Haible  <bruno@clisp.org>
14352
14353         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
14354         * lib/mbuiter.h: Likewise.
14355
14356 2007-06-10  Bruno Haible  <bruno@clisp.org>
14357
14358         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
14359         declaration.
14360
14361 2007-06-10  Karl Berry  <karl@gnu.org>
14362
14363         * config/srclist.txt: remove gettext entries, Bruno prefers
14364         to update individually.
14365
14366 2007-06-10  Bruno Haible  <bruno@clisp.org>
14367
14368         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
14369         'maxlen'. Ensure only length + width bytes are allocated, not
14370         length + 1 + width.
14371
14372 2007-06-09  Bruno Haible  <bruno@clisp.org>
14373
14374         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
14375         (CHAR_T): Remove macro.
14376         (VASNPRINTF): Update.
14377
14378 2007-06-09  Bruno Haible  <bruno@clisp.org>
14379
14380         * MODULES.html.sh (Unicode string functions): Add the new modules.
14381
14382         * modules/uniconv/u32-conv-to-enc: New file.
14383         * lib/uniconv/u32-conv-to-enc.c: New file.
14384         * modules/uniconv/u32-conv-to-enc-tests: New file.
14385         * tests/uniconv/test-u32-conv-to-enc.c: New file.
14386
14387         * modules/uniconv/u16-conv-to-enc: New file.
14388         * lib/uniconv/u16-conv-to-enc.c: New file.
14389         * lib/uniconv/u-conv-to-enc.h: New file.
14390         * modules/uniconv/u16-conv-to-enc-tests: New file.
14391         * tests/uniconv/test-u16-conv-to-enc.c: New file.
14392
14393         * modules/uniconv/u8-conv-to-enc: New file.
14394         * lib/uniconv/u8-conv-to-enc.c: New file.
14395         * modules/uniconv/u8-conv-to-enc-tests: New file.
14396         * tests/uniconv/test-u8-conv-to-enc.c: New file.
14397
14398         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
14399         u32_conv_to_encoding): New declarations.
14400
14401 2007-06-09  Bruno Haible  <bruno@clisp.org>
14402
14403         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
14404
14405 2007-06-09  Bruno Haible  <bruno@clisp.org>
14406
14407         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
14408         * modules/malloca: Renamed from modules/allocsa, updated.
14409         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
14410         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
14411         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
14412         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
14413         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
14414         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
14415         * modules/xmalloca: Renamed from modules/xallocsa, updated.
14416         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
14417         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
14418         * modules/c-strcasestr (Depends-on): Update.
14419         * lib/c-strcasestr.c: Update.
14420         * modules/c-strstr (Depends-on): Update.
14421         * lib/c-strstr.c: Update.
14422         * modules/canonicalize-lgpl (Depends-on): Update.
14423         * lib/canonicalize-lgpl.c: Update.
14424         * modules/clean-temp (Depends-on): Update.
14425         * lib/clean-temp.c: Update.
14426         * modules/csharpcomp (Depends-on): Update.
14427         * lib/csharpcomp.c: Update.
14428         * modules/csharpexec (Depends-on): Update.
14429         * lib/csharpexec.c: Update.
14430         * modules/javacomp (Depends-on): Update.
14431         * lib/javacomp.c: Update.
14432         * modules/javaexec (Depends-on): Update.
14433         * lib/javaexec.c: Update.
14434         * modules/mbscasestr (Depends-on): Update.
14435         * lib/mbscasestr.c: Update.
14436         * modules/mbsstr (Depends-on): Update.
14437         * lib/mbsstr.c: Update.
14438         * modules/setenv (Depends-on): Update.
14439         * lib/setenv.c: Update.
14440         * modules/strcasestr (Depends-on): Update.
14441         * lib/strcasestr.c: Update.
14442         * modules/striconveha (Depends-on): Update.
14443         * lib/striconveha.c: Update.
14444         * modules/relocatable-prog-wrapper (Files): Update.
14445         * lib/relocwrapper.c: Update.
14446         * build-aux/install-reloc: Update.
14447         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
14448
14449 2007-06-08  Bruno Haible  <bruno@clisp.org>
14450
14451         Port to uClibc.
14452         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
14453         * lib/fpurge.c (fpurge): Likewise.
14454         * lib/freading.c (freading): Likewise.
14455         * lib/fseeko.c (rpl_fseeko): Likewise.
14456         * lib/fseterr.c (fseterr): Likewise.
14457         * lib/fwriting.c (fwriting): Likewise.
14458         * tests/test-fflush.c (main): Avoid a failure on uClibc.
14459
14460 2007-06-08  Bruno Haible  <bruno@clisp.org>
14461
14462         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
14463         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
14464         * modules/gettext (Files): Add m4/intlmacosx.m4.
14465
14466 2007-06-07  Bruno Haible  <bruno@clisp.org>
14467
14468         * modules/localename-tests: New file.
14469         * tests/test-localename.c: New file.
14470
14471         New module 'localename'.
14472         * lib/localename.h: New file.
14473         * lib/localename.c: New file, from GNU gettext.
14474         * m4/localename.m4: New file.
14475         * modules/localename: New file.
14476
14477 2007-06-07  Bruno Haible  <bruno@clisp.org>
14478
14479         Work around the lack of <wchar.h> on some builds of uClibc.
14480         * doc/headers/wchar.texi: Update.
14481         * lib/wchar_.h: Include <wchar.h> only if it exists.
14482         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
14483         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
14484         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
14485         doesn't exist.
14486         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
14487         * modules/mbfile (Depends-on): Add wchar.
14488         * modules/mbiter (Depends-on): Likewise.
14489         * modules/mbuiter (Depends-on): Likewise.
14490         Reported by Simon Josefsson.
14491
14492 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
14493
14494         Work around problem reported by Steven M. Schweda in
14495         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
14496         Tru64 5.1B with the Compaq compiler environment installed declares
14497         an 'isblank' function but does not define it in the C library.
14498         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
14499         * lib/regex_internal.h (isblank): Likewise.
14500         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
14501         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
14502
14503 2007-06-05  Bruno Haible  <bruno@clisp.org>
14504
14505         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
14506         ia64.
14507         * modules/printf-safe: New file.
14508         * modules/fprintf-posix (Depends-on): Add printf-safe.
14509         * modules/printf-posix (Depends-on): Likewise.
14510         * modules/snprintf-posix (Depends-on): Likewise.
14511         * modules/sprintf-posix (Depends-on): Likewise.
14512         * modules/vasnprintf-posix (Depends-on): Likewise.
14513         * modules/vasprintf-posix (Depends-on): Likewise.
14514         * modules/vfprintf-posix (Depends-on): Likewise.
14515         * modules/vprintf-posix (Depends-on): Likewise.
14516         * modules/vsnprintf-posix (Depends-on): Likewise.
14517         * modules/vsprintf-posix (Depends-on): Likewise.
14518         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
14519         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
14520         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
14521         "no" on i386, x86_64, ia64.
14522         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
14523         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14524         on i386, x86_64, ia64.
14525         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
14526         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14527         on i386, x86_64, ia64.
14528         * tests/test-vasnprintf-posix.c: Include float.h.
14529         (LDBL80_WORDS): New macro.
14530         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14531         on i386, x86_64, ia64.
14532         * tests/test-vasprintf-posix.c: Include float.h.
14533         (LDBL80_WORDS): New macro.
14534         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14535         on i386, x86_64, ia64.
14536         * tests/test-snprintf-posix.c: Include float.h.
14537         * tests/test-sprintf-posix.c: Likewise.
14538         * tests/test-vsnprintf-posix.c: Likewise.
14539         * tests/test-vsprintf-posix.c: Likewise.
14540
14541 2007-06-05  Bruno Haible  <bruno@clisp.org>
14542
14543         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
14544         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
14545         non-IEEE numbers on i386, x86_64, ia64.
14546         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
14547         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
14548         * tests/test-isnanl.h: Include float.h.
14549         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
14550
14551 2007-06-05  Bruno Haible  <bruno@clisp.org>
14552
14553         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
14554         also the %a / %A. Handle the %a / %A code before this extra handling.
14555
14556 2007-06-05  Bruno Haible  <bruno@clisp.org>
14557
14558         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
14559         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
14560
14561 2007-06-05  Bruno Haible  <bruno@clisp.org>
14562
14563         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
14564         typo in variable name.
14565
14566 2007-06-05  Eric Blake  <ebb9@byu.net>
14567
14568         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
14569         Reported by Simon Josefsson.
14570
14571 2007-06-04  Bruno Haible  <bruno@clisp.org>
14572
14573         Avoid test failures on some PowerPC platforms.
14574         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
14575         Define differently for PowerPC.
14576         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
14577         Reported by Gary V. Vaughan <gary@gnu.org>.
14578
14579 2007-06-02  Bruno Haible  <bruno@clisp.org>
14580
14581         Fix test-stdint failure on FreeBSD/ia64.
14582         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
14583         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
14584         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
14585         * doc/headers/stdint.texi: Update.
14586
14587 2007-06-01  Bruno Haible  <bruno@clisp.org>
14588
14589         * tests/test-binary-io.c (main): Pass a third argument to open().
14590         Reported by Gary V. Vaughan <gary@gnu.org>.
14591
14592 2007-06-01  Bruno Haible  <bruno@clisp.org>
14593
14594         * doc/functions/frexpl.texi: Update for mingw.
14595
14596 2007-06-01  Bruno Haible  <bruno@clisp.org>
14597
14598         * tests/test-lseek.c (main): Disable test of errno for invalid third
14599         argument.
14600         * doc/functions/lseek.texi: Update.
14601         Reported by Gary V. Vaughan <gary@gnu.org>.
14602
14603 2007-05-28  Bruno Haible  <bruno@clisp.org>
14604
14605         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
14606
14607 2007-05-31  Eric Blake  <ebb9@byu.net>
14608
14609         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
14610         cross compiling.
14611
14612 2007-05-30  Eric Blake  <ebb9@byu.net>
14613         and Bruno Haible  <bruno@clisp.org>
14614
14615         Work around mingw test failures exposed by m4-1.4.9b.
14616         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
14617         * tests/test-unistd.c: Disable uid_t and git_t tests for the
14618         moment.
14619
14620 2007-05-30  Bruno Haible  <bruno@clisp.org>
14621
14622         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
14623         assuming that they are closed. Needed on HP-UX 11.
14624
14625 2007-05-29  Bruno Haible  <bruno@clisp.org>
14626
14627         Fix a problem with #include_next.
14628         * lib/dirent_.h: Split the double-inclusion guard.
14629         * lib/fcntl_.h: Likewise.
14630         * lib/float_.h: Likewise.
14631         * lib/iconv_.h: Likewise.
14632         * lib/inttypes_.h: Likewise.
14633         * lib/locale_.h: Likewise.
14634         * lib/math_.h: Likewise.
14635         * lib/netinet_in_.h: Likewise.
14636         * lib/search_.h: Likewise.
14637         * lib/signal_.h: Likewise.
14638         * lib/stdint_.h: Likewise.
14639         * lib/stdio_.h: Likewise.
14640         * lib/stdlib_.h: Likewise.
14641         * lib/string_.h: Likewise.
14642         * lib/sys_select_.h: Likewise.
14643         * lib/sys_socket_.h: Likewise.
14644         * lib/sys_stat_.h: Likewise.
14645         * lib/sys_time_.h: Likewise.
14646         * lib/sysexits_.h: Likewise.
14647         * lib/time_.h: Likewise.
14648         * lib/unistd_.h: Likewise.
14649         * lib/wchar_.h: Likewise.
14650         * lib/wctype_.h: Likewise.
14651
14652 2007-05-29  Bruno Haible  <bruno@clisp.org>
14653
14654         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
14655         for the moment.
14656
14657 2007-05-29  Bruno Haible  <bruno@clisp.org>
14658
14659         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
14660         invocation.
14661         Reported by Eric Blake.
14662
14663 2007-05-29  Bruno Haible  <bruno@clisp.org>
14664
14665         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
14666         compiling case.
14667
14668 2007-05-29  Eric Blake  <ebb9@byu.net>
14669             Bruno Haible  <bruno@clisp.org>
14670
14671         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
14672         cross compiles.
14673
14674 2007-05-28  Eric Blake  <ebb9@byu.net>
14675
14676         * modules/closein-tests (test_closein_LDADD): Support test on
14677         cygwin with libtool.
14678
14679 2007-05-28  Bruno Haible  <bruno@clisp.org>
14680
14681         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
14682         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
14683         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
14684         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
14685         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
14686         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
14687         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
14688         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
14689         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
14690
14691 2007-05-28  Eric Blake  <ebb9@byu.net>
14692
14693         Unconditionally include <config.h> in unit tests.
14694         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
14695         * tests/test-allocsa.c, tests/test-arcfour.c,
14696         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
14697         tests/test-array_list.c, tests/test-array_oset.c,
14698         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
14699         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
14700         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
14701         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
14702         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
14703         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
14704         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
14705         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
14706         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
14707         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
14708         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
14709         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
14710         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
14711         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
14712         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
14713         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
14714         test-md5.c, test-memmem.c, test-printf-posix.c,
14715         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
14716         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
14717         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
14718         test-strcasestr.c, test-striconv.c, test-striconveh.c,
14719         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
14720         test-vasnprintf-posix2.c, test-vasnprintf.c,
14721         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
14722         test-vfprintf-posix.c, test-vprintf-posix.c,
14723         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
14724         test-xvasprintf.c: Likewise.
14725
14726 2007-05-28  Bruno Haible  <bruno@clisp.org>
14727
14728         * gnulib-tool (func_import): Remember the --with-tests command-line
14729         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
14730         Reported by Eric Blake.
14731
14732 2007-05-28  Bruno Haible  <bruno@clisp.org>
14733
14734         * modules/ftell-tests: New file.
14735         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
14736         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
14737
14738         * lib/ftell.c: New file.
14739         * modules/ftell: New file.
14740         * m4/ftell.m4: New file.
14741         * doc/functions/ftell.texi: Update.
14742         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
14743         REPLACE_FTELL.
14744         * lib/stdio_.h (rpl_ftell): New declaration.
14745         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
14746         REPLACE_FTELL.
14747
14748 2007-05-28  Eric Blake  <ebb9@byu.net>
14749
14750         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
14751
14752 2007-05-28  Bruno Haible  <bruno@clisp.org>
14753
14754         * modules/fseek-tests: New file.
14755         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
14756         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
14757
14758         * lib/fseek.c: New file.
14759         * modules/fseek: New file.
14760         * m4/fseek.m4: New file.
14761         * doc/functions/fseek.texi: Update.
14762         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
14763         REPLACE_FSEEK.
14764         * lib/stdio_.h (rpl_fseek): New declaration.
14765         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
14766         REPLACE_FSEEK.
14767
14768 2007-05-28  Bruno Haible  <bruno@clisp.org>
14769
14770         * lib/stdio_.h (fflush): More comments.
14771
14772 2007-05-28  Bruno Haible  <bruno@clisp.org>
14773
14774         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
14775         runtime test.
14776
14777 2007-05-28  Eric Blake  <ebb9@byu.net>
14778
14779         Improve lseek module.
14780         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
14781         * lib/unistd_.h (lseek): Scale back link warning message.
14782         * tests/test-lseek.c: Beef up test.
14783         * tests/test-lseek.sh: Exercise more facets of lseek.
14784         Reported by Bruno Haible.
14785
14786 2007-05-28  Bruno Haible  <bruno@clisp.org>
14787
14788         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
14789         to define.
14790
14791 2007-05-27  Bruno Haible  <bruno@clisp.org>
14792
14793         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
14794
14795 2007-05-27  Bruno Haible  <bruno@clisp.org>
14796
14797         * modules/openmp: New file.
14798         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
14799         Noah Misch.
14800
14801 2007-05-26  Bruno Haible  <bruno@clisp.org>
14802
14803         * modules/chdir-long (Depends-on): Add fchdir.
14804         * modules/chdir-safer (Depends-on): Likewise.
14805         * modules/fts (Depends-on): Likewise.
14806         * modules/fts-lgpl (Depends-on): Likewise.
14807         * modules/openat (Depends-on): Likewise.
14808         * modules/savewd (Depends-on): Likewise.
14809
14810 2007-05-24  Eric Blake  <ebb9@byu.net>
14811
14812         Fix lseek on mingw.
14813         * modules/lseek: New module.
14814         * m4/lseek.m4: New file.
14815         * lib/lseek.c: New file.
14816         * modules/lseek-tests: New file.
14817         * tests/test-lseek.c: New file.
14818         * tests/test-lseek.sh: New file.
14819         * MODULES.html.sh: Document lseek module.
14820         * modules/fflush (Depends-on): Add lseek, fseeko.
14821         * modules/fseeko (Depends-on): Likewise.
14822         * modules/ftello (Depends-on): Likewise.
14823         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
14824         broken.
14825         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
14826         broken.
14827         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
14828         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
14829         * lib/ftello.c (rpl_ftello): Likewise.
14830         * tests/test-fseeko.c (main): Test this.
14831         * tests/test-fseeko.sh: Likewise.
14832         * tests/test-ftello.c (main): Likewise.
14833         * tests/test-ftello.sh: Likewise.
14834         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
14835         implies replacing fseek.
14836         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
14837         HAVE_FTELLO.
14838         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
14839         * modules/unistd (Makefile.am): Likewise.
14840         * lib/unistd_.h (lseek): Declare a replacement.
14841         * doc/functions/lseek.texi (lseek): Document this fix.
14842         * doc/functions/fseek.texi (fseek): Likewise.
14843         * doc/functions/ftell.texi (ftell): Likewise.
14844
14845 2007-05-24  Bruno Haible  <bruno@clisp.org>
14846
14847         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
14848         in the printed representation of a NaN.
14849         * tests/test-vasprintf-posix.c (test_function): Likewise.
14850         * tests/test-snprintf-posix.h (test_function): Likewise.
14851         * tests/test-sprintf-posix.h (test_function): Likewise.
14852         Reported by Eric Blake.
14853
14854 2007-05-23  Eric Blake  <ebb9@byu.net>
14855
14856         Fix fseeko/ftello on cygwin 1.5.24.
14857         * doc/functions/fseeko.texi (fseeko): Document the fix.
14858         * doc/functions/ftello.texi (ftello): Document the fix.
14859         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
14860         * doc/functions/stdout.text (stdout): New file.
14861         * doc/functions/stderr.text (stderr): New file.
14862         * doc/gnulib.texi (Function Substitutes): Use new files.
14863         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
14864         prior to 1.7.0.
14865         * tests/test-ftello.c (main): Likewise for ftello.
14866         * tests/test-fseeko.sh: New file.
14867         * tests/test-ftello.sh: New file.
14868         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
14869         with seekable stdin.
14870         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
14871         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
14872         (gl_REPLACE_FSEEKO): New macro.
14873         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
14874         * modules/fseeko (Files): Distribute fseeko.c.
14875         * modules/ftello (Files): Distribute ftello.c.
14876         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
14877         mode.
14878         * lib/ftello.c (rpl_ftello): New file.
14879         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
14880         fseeko, ftello.
14881         (gl_STDIN_LARGE_OFFSET): New macro.
14882         * modules/stdio (Makefile.am): Perform the replacement.
14883         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
14884
14885 2007-05-23  Bruno Haible  <bruno@clisp.org>
14886
14887         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
14888         GNULIB_POSIXCHECK is defined.
14889
14890 2007-05-21  Bruno Haible  <bruno@clisp.org>
14891
14892         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
14893         Check also the output for NaN arguments. When cross-compiling, guess
14894         no on IRIX.
14895         * lib/vasnprintf.c: Update comments.
14896         * tests/test-vasnprintf-posix.c (strisnan): New function.
14897         (test_function): Use it.
14898         * tests/test-vasprintf-posix.c (strisnan): New function.
14899         (test_function): Use it.
14900         * tests/test-snprintf-posix.h (strisnan): New function.
14901         (test_function): Use it.
14902         * tests/test-sprintf-posix.h (strisnan): New function.
14903         (test_function): Use it.
14904         Reported by Eric Blake.
14905
14906 2007-05-20  Bruno Haible  <bruno@clisp.org>
14907
14908         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
14909         numbers that fails on BeOS.
14910         * doc/functions/frexpl.texi: Update.
14911
14912 2007-05-20  Jim Meyering  <jim@meyering.net>
14913
14914         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
14915         forced upon us by glibc-2.6.
14916
14917 2007-05-20  Bruno Haible  <bruno@clisp.org>
14918
14919         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
14920         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
14921         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
14922         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
14923         NEED_PRINTF_INFINITE.
14924         (is_infinitel): New function.
14925         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
14926         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
14927         gl_PREREQ_VASNPRINTF_INFINITE.
14928         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
14929         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14930         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
14931         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
14932         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
14933         gl_PREREQ_VASNPRINTF_INFINITE.
14934         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14935         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14936         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14937         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14938         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14939         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14940         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14941         * doc/functions/fprintf.texi: Update.
14942         * doc/functions/printf.texi: Update.
14943         * doc/functions/snprintf.texi: Update.
14944         * doc/functions/sprintf.texi: Update.
14945         * doc/functions/vfprintf.texi: Update.
14946         * doc/functions/vprintf.texi: Update.
14947         * doc/functions/vsnprintf.texi: Update.
14948         * doc/functions/vsprintf.texi: Update.
14949
14950 2007-05-20  Bruno Haible  <bruno@clisp.org>
14951
14952         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
14953         was not found in libc.
14954         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
14955
14956 2007-05-20  Bruno Haible  <bruno@clisp.org>
14957
14958         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
14959         printed as "-nan" instead of "nan".
14960         * tests/test-vasprintf-posix.c (test_function): Likewise.
14961         * tests/test-snprintf-posix.h (test_function): Likewise.
14962         * tests/test-sprintf-posix.h (test_function): Likewise.
14963         Needed for HP-UX 11.
14964
14965 2007-05-20  Jim Meyering  <jim@meyering.net>
14966
14967         Fix buggy test for the fchownat-deref bug.
14968         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
14969         symlink required for the run-test.  Without it, this test would
14970         always declare that fchownat doesn't work, and client code would
14971         unnecessarily use the replacement function with fixed libc.
14972         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
14973         Reported by Greg Schafer.
14974
14975 2007-05-19  Bruno Haible  <bruno@clisp.org>
14976
14977         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
14978         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
14979         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
14980         Needed for IRIX 6.5 and Solaris 2.5.1.
14981
14982 2007-05-19  Bruno Haible  <bruno@clisp.org>
14983
14984         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
14985         (test_function): Skip tests involving -0.0 on platforms where
14986         -0.0 = 0.0.
14987         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
14988         (test_function): Skip tests involving -0.0 on platforms where
14989         -0.0 = 0.0.
14990         * tests/test-snprintf-posix.h (have_minus_zero): New function.
14991         (test_function): Skip tests involving -0.0 on platforms where
14992         -0.0 = 0.0.
14993         * tests/test-sprintf-posix.h (have_minus_zero): New function.
14994         (test_function): Skip tests involving -0.0 on platforms where
14995         -0.0 = 0.0.
14996         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
14997         tests.
14998         * tests/test-printf-posix.h (test_function): Likewise.
14999         * tests/test-printf-posix.output: Remove all -0.0 related results.
15000         Needed for IRIX 6.5.
15001
15002 2007-05-19  Bruno Haible  <bruno@clisp.org>
15003
15004         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
15005         printed as "nan0x7fffffff" instead of "nan".
15006         * tests/test-vasprintf-posix.c (test_function): Likewise.
15007         * tests/test-snprintf-posix.h (test_function): Likewise.
15008         * tests/test-sprintf-posix.h (test_function): Likewise.
15009         * tests/test-fprintf-posix.h (NaN): Remove macro.
15010         (test_function): Remove all NaN related tests.
15011         * tests/test-printf-posix.h (NaN): Remove macro.
15012         (test_function): Remove all NaN related tests.
15013         * tests/test-printf-posix.output: Remove all NaN related results.
15014         Needed for IRIX 6.5.
15015
15016 2007-05-19  Bruno Haible  <bruno@clisp.org>
15017
15018         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
15019         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
15020
15021 2007-05-19  Bruno Haible  <bruno@clisp.org>
15022
15023         * lib/float_.h: New file.
15024         * m4/float_h.m4: New file.
15025         * modules/float: New file.
15026         * modules/isnanl (Dependencies): Add float.
15027         * modules/isnanl-nolibm (Dependencies): Likewise.
15028         * modules/mathl (Dependencies): Likewise.
15029         * modules/printf-frexpl (Dependencies): Likewise.
15030         * modules/signbit (Dependencies): Likewise.
15031         * modules/vasnprintf (Dependencies): Likewise.
15032         * doc/headers/float.texi: Update.
15033
15034 2007-05-19  Jim Meyering  <jim@meyering.net>
15035
15036         * lib/utimens.c (gl_futimens): Rename from futimens,
15037         now that glibc-2.6 declares futimens.
15038         * lib/utimens.h: Likewise.
15039
15040 2007-05-19  Bruno Haible  <bruno@clisp.org>
15041
15042         Avoid test failures on mingw.
15043         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
15044         * tests/test-printf-posix.sh: Likewise.
15045         * tests/test-vfprintf-posix.sh: Likewise.
15046         * tests/test-vprintf-posix.sh: Likewise.
15047
15048 2007-05-19  Bruno Haible  <bruno@clisp.org>
15049
15050         Fix *printf result for NaN, Inf, -0.0 on mingw.
15051         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
15052         * lib/vasnprintf.c: Include math.h and isnan.h.
15053         (is_infinite_or_zero): New function.
15054         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
15055         values in the %f, %F, %e, %E, %g, %G directives.
15056         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
15057         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15058         gl_PRINTF_INFINITE and test its result. Invoke
15059         gl_PREREQ_VASNPRINTF_INFINITE.
15060         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15061         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15062         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15063         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15064         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15065         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15066         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15067         * doc/functions/fprintf.texi: Update.
15068         * doc/functions/printf.texi: Update.
15069         * doc/functions/snprintf.texi: Update.
15070         * doc/functions/sprintf.texi: Update.
15071         * doc/functions/vfprintf.texi: Update.
15072         * doc/functions/vprintf.texi: Update.
15073         * doc/functions/vsnprintf.texi: Update.
15074         * doc/functions/vsprintf.texi: Update.
15075
15076 2007-05-19  Bruno Haible  <bruno@clisp.org>
15077
15078         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
15079         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
15080         Instead of multiplying with 10^k, set extra_zeroes to k.
15081         (scale10_round_long_double): Remove function.
15082
15083 2007-05-18  Bruno Haible  <bruno@clisp.org>
15084
15085         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
15086         introduced on 2007-05-06.
15087
15088 2007-05-18  Bruno Haible  <bruno@clisp.org>
15089
15090         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
15091         %g directives.
15092         * tests/test-vasprintf-posix.c (test_function): Likewise.
15093         * tests/test-snprintf-posix.h (test_function): Likewise.
15094         * tests/test-sprintf-posix.h (test_function): Likewise.
15095
15096 2007-05-18  Bruno Haible  <bruno@clisp.org>
15097
15098         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
15099         (strmatch): New function.
15100         (test_function): Test the %f directive on numbers of various exponents.
15101         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
15102         (strmatch): New function.
15103         (test_function): Test the %f directive on numbers of various exponents.
15104         * tests/test-snprintf-posix.h (strmatch): New function.
15105         (test_function): Test the %f directive on numbers of various exponents.
15106         * tests/test-sprintf-posix.h (strmatch): New function.
15107         (test_function): Test the %f directive on numbers of various exponents.
15108         * tests/test-snprintf-posix.c (SIZEOF): New macro.
15109         * tests/test-sprintf-posix.c (SIZEOF): New macro.
15110         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
15111         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
15112
15113 2007-05-18  Bruno Haible  <bruno@clisp.org>
15114
15115         Add support for 'long double' number output.
15116         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
15117         * lib/vasnprintf.c: Include math.h and float+.h.
15118         (mp_limb_t): New type.
15119         (GMP_LIMB_BITS): New macro.
15120         (mp_twolimb_t): New type.
15121         (GMP_TWOLIMB_BITS): New macro.
15122         (mpn_t): New type.
15123         (multiply, divide, convert_to_decimal, decode_long_double,
15124         scale10_round_long_double, scale10_round_decimal_long_double,
15125         floorlog10l): New functions.
15126         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
15127         for the %f, %F, %e, %E, %g, %G directives.
15128         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
15129         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15130         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
15131         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
15132         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15133         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15134         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15135         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15136         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15137         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15138         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15139         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
15140         * modules/snprintf-posix (Depends-on): Likewise.
15141         * modules/sprintf-posix (Depends-on): Likewise.
15142         * modules/vasnprintf-posix (Depends-on): Likewise.
15143         * modules/vasprintf-posix (Depends-on): Likewise.
15144         * modules/vfprintf-posix (Depends-on): Likewise.
15145         * modules/vsnprintf-posix (Depends-on): Likewise.
15146         * modules/vsprintf-posix (Depends-on): Likewise.
15147         * modules/vasnprintf (Files): Add lib/float+.h.
15148         * doc/functions/fprintf.texi: Update.
15149         * doc/functions/printf.texi: Update.
15150         * doc/functions/snprintf.texi: Update.
15151         * doc/functions/sprintf.texi: Update.
15152         * doc/functions/vfprintf.texi: Update.
15153         * doc/functions/vprintf.texi: Update.
15154         * doc/functions/vsnprintf.texi: Update.
15155         * doc/functions/vsprintf.texi: Update.
15156
15157 2007-05-18  Bruno Haible  <bruno@clisp.org>
15158
15159         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
15160
15161 2007-05-18  Bruno Haible  <bruno@clisp.org>
15162
15163         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
15164         for printing 64-bit integers. Needed for mingw.
15165
15166 2007-05-18  Bruno Haible  <bruno@clisp.org>
15167
15168         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
15169         gl_FUNC_FREXPL_WORKS.
15170         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
15171
15172 2007-05-18  Bruno Haible  <bruno@clisp.org>
15173
15174         * modules/frexpl-nolibm-tests: New file.
15175
15176         * modules/frexpl-nolibm: New file.
15177         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
15178
15179 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15180
15181         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
15182         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
15183         GCC 4.2, which otherwise issues a lot of warnings.
15184         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
15185         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
15186         Likewise.
15187         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
15188         * modules/iconv_open (iconv.h): Likewise.
15189         * modules/locale (locale.h): Likewise.
15190         * modules/netinet_in (netinet/in.h): Likewise.
15191         * modules/sys_select (sys_select.h): Likewise.
15192         * modules/sys_socket (sys/socket.h): Likewise.
15193         * modules/sys_stat (sys/stat.h): Likewise.
15194         * modules/sysexits (sysexits.h): Likewise.
15195         * modules/unistd (unistd.h): Likewise.
15196
15197 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15198
15199         * modules/closein-tests (Makefile.am): Distribute
15200         `test-closein.sh'.
15201
15202 2007-05-17  Bruno Haible  <bruno@clisp.org>
15203
15204         * tests/test-printf-posix.output: Renamed from
15205         tests/test-fprintf-posix.out.
15206         * modules/fprintf-posix-tests: Update.
15207         * modules/printf-posix-tests: Update.
15208         * modules/vfprintf-posix-tests: Update.
15209         * modules/vprintf-posix-tests: Update.
15210         * tests/test-fprintf-posix.sh: Update.
15211         * tests/test-printf-posix.sh: Update.
15212         * tests/test-vfprintf-posix.sh: Update.
15213         * tests/test-vprintf-posix.sh: Update.
15214         Reported by Ralf Wildenhues.
15215
15216 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15217
15218         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
15219         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
15220         GCC 4.2, which otherwise issues a lot of warnings.
15221         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
15222         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
15223         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
15224         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
15225         it should no longer be needed.
15226         * lib/string_.h: Likewise.
15227         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
15228         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
15229         * modules/inttypes (inttypes.h): Likewise.
15230         * modules/math (math.h): Likewise.
15231         * modules/search (search.h): Likewise.
15232         * modules/signal (signal.h): Likewise.
15233         * modules/stdint (stdint.h): Likewise.
15234         * modules/stdio (stdio.h): Likewise.
15235         * modules/stdlib (stdlib.h): Likewise.
15236         * modules/string (string.h): Likewise.
15237         * modules/sys_time (sys/time.h): Likewise.
15238         * modules/time (time.h): Likewise.
15239         * modules/wchar (wchar.h): Likewise.
15240         * modules/wctype (wtype.h): Likewise.
15241
15242 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
15243
15244         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
15245
15246 2007-05-13  Bruno Haible  <bruno@clisp.org>
15247
15248         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
15249         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
15250         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
15251         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
15252         (gl_PREREQ_STRTOK_R): Don't require it here.
15253
15254 2007-05-13  Bruno Haible  <bruno@clisp.org>
15255
15256         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
15257         when used in C++ mode.
15258
15259 2007-05-12  Bruno Haible  <bruno@clisp.org>
15260
15261         * lib/linebuffer.h: Tweak doc.
15262         * lib/linebuffer.c: Likewise.
15263
15264 2007-05-12  James Youngman  <jay@gnu.org>
15265
15266         * lib/linebuffer.c (readlinebuffer_delim): New function,
15267         like readlinebuffer, but use a caller-specified delimiter.
15268         (readlinebuffer): Just call readlinebuffer_delim with '\n'
15269         as the delimiter.
15270         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
15271
15272 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
15273
15274         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
15275         * modules/openat (Files): Remove openat-die.c.
15276         (Depends-on): Add openat-die.
15277         * modules/openat-die: New module.
15278
15279 2007-05-06  Bruno Haible  <bruno@clisp.org>
15280
15281         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
15282         Update with info about Cygwin.
15283         * doc/functions/fprintf.texi: Update.
15284         * doc/functions/printf.texi: Update.
15285         * doc/functions/snprintf.texi: Update.
15286         * doc/functions/sprintf.texi: Update.
15287         * doc/functions/vfprintf.texi: Update.
15288         * doc/functions/vprintf.texi: Update.
15289         * doc/functions/vsnprintf.texi: Update.
15290         * doc/functions/vsprintf.texi: Update.
15291         Reported by Eric Blake.
15292
15293 2007-05-06  Bruno Haible  <bruno@clisp.org>
15294
15295         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
15296         padding ourselves for the floating-point directives.
15297         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
15298         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
15299         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15300         gl_PRINTF_FLAG_ZERO and test its result. Invoke
15301         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
15302         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15303         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
15304         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15305         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15306         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15307         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15308         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15309         * tests/test-snprintf-posix.h (test_function): Also check the width
15310         and some flags in the %f directive.
15311         * tests/test-sprintf-posix.h (test_function): Likewise.
15312         * tests/test-vasnprintf-posix.c (test_function): Likewise.
15313         * tests/test-vasprintf-posix.c (test_function): Likewise.
15314         * doc/functions/fprintf.texi: Update.
15315         * doc/functions/printf.texi: Update.
15316         * doc/functions/snprintf.texi: Update.
15317         * doc/functions/sprintf.texi: Update.
15318         * doc/functions/vfprintf.texi: Update.
15319         * doc/functions/vprintf.texi: Update.
15320         * doc/functions/vsnprintf.texi: Update.
15321         * doc/functions/vsprintf.texi: Update.
15322
15323 2007-05-06  Bruno Haible  <bruno@clisp.org>
15324
15325         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
15326         pass the ' flag character to sprintf or snprintf.
15327         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
15328         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
15329         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15330         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
15331         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
15332         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15333         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
15334         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15335         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15336         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15337         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15338         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15339         * tests/test-snprintf-posix.h (test_function): Also check the grouping
15340         flag.
15341         * tests/test-sprintf-posix.h (test_function): Likewise.
15342         * tests/test-vasnprintf-posix.c (test_function): Likewise.
15343         * tests/test-vasprintf-posix.c (test_function): Likewise.
15344         * doc/functions/fprintf.texi: Update.
15345         * doc/functions/printf.texi: Update.
15346         * doc/functions/snprintf.texi: Update.
15347         * doc/functions/sprintf.texi: Update.
15348         * doc/functions/vfprintf.texi: Update.
15349         * doc/functions/vprintf.texi: Update.
15350         * doc/functions/vsnprintf.texi: Update.
15351         * doc/functions/vsprintf.texi: Update.
15352
15353 2007-05-01  Bruno Haible  <bruno@clisp.org>
15354
15355         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
15356
15357 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
15358
15359         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
15360         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
15361
15362 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15363
15364         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
15365         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
15366         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
15367
15368 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
15369
15370         * lib/argp-help.c (struct hol_entry): New member `ord'.
15371         (HOL_ENTRY_PTRCMP): Use ord for comparison
15372         (hol_sort): Initialize ord.
15373
15374 2007-05-01  Bruno Haible  <bruno@clisp.org>
15375
15376         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
15377         Reported by Eric Blake.
15378         * doc/gnulib.texi (Function Substitutes): Update.
15379
15380 2007-05-01  Bruno Haible  <bruno@clisp.org>
15381
15382         * doc/functions.texi: Remove file, now redundant through
15383         doc/functions/*.texi.
15384
15385 2007-05-01  Bruno Haible  <bruno@clisp.org>
15386
15387         * modules/argp (Depends-on): Add sleep.
15388
15389 2007-05-01  Bruno Haible  <bruno@clisp.org>
15390
15391         * modules/sleep-tests: New file.
15392         * tests/test-sleep.c: New file.
15393
15394         * modules/sleep: New file.
15395         * lib/sleep.c: New file.
15396         * m4/sleep.m4: New file.
15397         * lib/unistd_.h (sleep): New declaration.
15398         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
15399         HAVE_SLEEP.
15400         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
15401         * doc/functions/sleep.texi: Document the sleep module.
15402
15403 2007-05-01  Bruno Haible  <bruno@clisp.org>
15404
15405         * lib/sigprocmask.h: Remove file.
15406         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
15407         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
15408         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
15409         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
15410         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
15411         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
15412         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
15413         HAVE_SIGSET_T as a shell variable.
15414         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
15415         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
15416         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
15417         (Depends-on): Add signal. Remove verify.
15418         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
15419         (Include): Mention <signal.h> instead of sigprocmask.h.
15420         * NEWS: Mention the change.
15421         * lib/fatal-signal.c: Don't include sigprocmask.h.
15422
15423 2007-05-01  Bruno Haible  <bruno@clisp.org>
15424
15425         * modules/signal: New file.
15426         * lib/signal_.h: New file.
15427         * m4/signal_h.m4: New file.
15428
15429 2007-05-01  Bruno Haible  <bruno@clisp.org>
15430
15431         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
15432         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
15433         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
15434         HAVE_WCTYPE_CTMP_BUG into wctype.h.
15435
15436 2007-05-01  Bruno Haible  <bruno@clisp.org>
15437
15438         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
15439         configure time.
15440         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
15441         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
15442         * modules/sys_stat (Makefile.am): Substitute their values into
15443         sys/stat.h.
15444
15445 2007-05-01  Bruno Haible  <bruno@clisp.org>
15446
15447         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
15448         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
15449         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
15450
15451 2007-05-01  Bruno Haible  <bruno@clisp.org>
15452
15453         * doc/header/assert.texi: Undo last change: don't mention the gnulib
15454         'assert' module here.
15455
15456 2007-05-01  Bruno Haible  <bruno@clisp.org>
15457
15458         * doc/functions/*.texi: New files.
15459         * doc/functions/google-ranking.txt: New file.
15460         * doc/gnulib.texi (Function Substitutes): New chapter.
15461         (ctime, inet_ntoa): Remove sections.
15462         * doc/ctime.texi: Remove file.
15463         * doc/inet_ntoa.texi: Remove file.
15464         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
15465         dependencies.
15466         (%.info): New rule, specifying a --reference-limit.
15467
15468 2007-05-01  Bruno Haible  <bruno@clisp.org>
15469
15470         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
15471
15472 2007-05-01  Bruno Haible  <bruno@clisp.org>
15473
15474         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
15475         the portability of 'mkdir' to mingw systems.
15476
15477 2007-05-01  Bruno Haible  <bruno@clisp.org>
15478
15479         * doc/headers/google-ranking.txt: New file.
15480
15481 2007-04-30  Eric Blake  <ebb9@byu.net>
15482
15483         Prefer fseeko to fseek.
15484         * modules/getpass (Depends-on): Add fseeko.
15485         * lib/getpass.c (getpass): Use fseeko, not fseek.
15486
15487 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
15488
15489         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
15490         assumes the sorting is stable, while most qsort implementations
15491         are not.  Use argument addresses to ensure they never compare as
15492         equal.
15493
15494         * tests/test-argp-2.sh (usage-indent test): Fix output
15495         (func_compare): Restore diff options
15496         * tests/test-argp.c: Restore #include "progname.h"
15497
15498 2007-04-29  Bruno Haible  <bruno@clisp.org>
15499
15500         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
15501         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15502         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
15503         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15504         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
15505         (configure.ac): Define CHECK_SNPRINTF_POSIX.
15506         (TESTS, check_PROGRAMS): Add test-snprintf.
15507         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
15508         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
15509         (TESTS, check_PROGRAMS): Add test-vsnprintf.
15510         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
15511         assertions that fail on HP-UX, OSF/1, or IRIX.
15512         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
15513
15514 2007-04-29  Bruno Haible  <bruno@clisp.org>
15515
15516         * MODULES.html.sh (posix_functions): Remove 'contents'.
15517
15518 2007-04-29  Karl Berry  <karl@gnu.org>
15519
15520         * config/srclist.txt (gendocs_template_min): new entry.
15521
15522 2007-04-29  Bruno Haible  <bruno@clisp.org>
15523
15524         Work around fpurge bug on BSD systems.
15525         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
15526         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
15527         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
15528         fpurge to rpl_fpurge if the system already has this function.
15529         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
15530         the case where the system already has this function. Correct invariants
15531         on BSD systems.
15532         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
15533         BSD systems.
15534
15535 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
15536
15537         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
15538         proposed by Sven Verdoolaege.
15539
15540         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
15541         options.
15542         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
15543         (usage and help tests): Update
15544
15545 2007-04-29  Bruno Haible  <bruno@clisp.org>
15546
15547         * tests/test-fflush.c (main): Use a file of size 17, not 10.
15548         Print more information in case of failure. Disable a test on BeOS.
15549
15550 2007-04-29  Bruno Haible  <bruno@clisp.org>
15551
15552         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
15553         This helps debugging on systems on which no gdb is available.
15554
15555 2007-04-29  Bruno Haible  <bruno@clisp.org>
15556
15557         * lib/freading.h: Improve comments.
15558         * lib/fwriting.h: Likewise.
15559         * tests/test-freading.c (main): Don't check freading immediately after
15560         repositioning. Needed for glibc.
15561
15562 2007-04-29  Bruno Haible  <bruno@clisp.org>
15563
15564         * lib/freading.c (freading): Trivial simplification.
15565
15566 2007-04-28  Bruno Haible  <bruno@clisp.org>
15567
15568         * tests/test-fwriting.c (main): Also test the interaction between
15569         fflush and fwriting.
15570         * modules/fwriting-tests (Depends-on): Add fflush.
15571
15572         * tests/test-freading.c (main): Also test the interaction between
15573         fflush and freading.
15574         * modules/freading-tests (Depends-on): Add fflush.
15575
15576 2007-04-28  Bruno Haible  <bruno@clisp.org>
15577
15578         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
15579         fseeko and ftello.
15580         Suggested by Eric Blake.
15581
15582 2007-04-28  Jim Meyering  <jim@meyering.net>
15583
15584         Avoid false-negative in gl_STDINT_H's C99 conformance test.
15585         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
15586         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
15587
15588 2007-04-27  Eric Blake  <ebb9@byu.net>
15589
15590         * doc/headers/assert.texi (assert.h): Document assert module use.
15591
15592 2007-04-27  Bruno Haible  <bruno@clisp.org>
15593
15594         * doc/headers/*.texi: New files.
15595         * doc/gnulib.texi (Header File Substitutes): New chapter.
15596         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
15597         dependencies.
15598         (standards.info ,standards.html, standards.dvi): Update dependencies.
15599         (mostlyclean, clean): New targets.
15600
15601 2007-04-27  Bruno Haible  <bruno@clisp.org>
15602
15603         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
15604         * modules/sysexits (Files, Makefile.am): Update.
15605
15606         * lib/sys_socket_.h: Renamed from lib/socket_.h.
15607         * modules/sys_socket (Files, Makefile.am): Update.
15608
15609         * lib/sys_stat_.h: Renamed from lib/stat_.h.
15610         * modules/sys_stat (Files, Makefile.am): Update.
15611
15612 2007-04-27  Eric Blake  <ebb9@byu.net>
15613
15614         * lib/freading.h: Improve comments.
15615         * lib/fwriting.h: Likewise.
15616         * lib/fflush.c: Likewise.
15617
15618         Fix closein for mingw.
15619         * modules/closein-tests: Add tests for closein.
15620         * tests/test-closein.c: New file.
15621         * tests/test-closein.sh: Likewise.
15622         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
15623         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
15624
15625 2007-04-27  Bruno Haible  <bruno@clisp.org>
15626
15627         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
15628         version is < 6.
15629         * lib/math_.h [__DECC]: Likewise.
15630         * lib/stdio_.h [__DECC]: Likewise.
15631         * lib/stdlib_.h [__DECC]: Likewise.
15632         * lib/string_.h [__DECC]: Likewise.
15633         * lib/time_.h [__DECC]: Likewise.
15634         * lib/wchar_.h [__DECC]: Likewise.
15635         * lib/wctype_.h [__DECC]: Likewise.
15636
15637 2007-04-27  Bruno Haible  <bruno@clisp.org>
15638
15639         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
15640
15641 2007-04-27  Bruno Haible  <bruno@clisp.org>
15642
15643         * lib/fflush.c: Add comments.
15644         * modules/fpurge-tests (Depends-on): Add fflush.
15645         * modules/freadable-tests (Depends-on): Likewise.
15646         * modules/fwritable-tests (Depends-on): Likewise.
15647
15648 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
15649
15650         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
15651         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
15652         Report by Bruno Haible <bruno@clisp.org>.
15653
15654 2007-04-26  Eric Blake  <ebb9@byu.net>
15655
15656         Fix fflush on mingw.
15657         * modules/fflush (Depends-on): Add freading.
15658         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
15659         but unread data.
15660
15661 2007-04-26  Eric Blake  <ebb9@byu.net>
15662         and Bruno Haible  <bruno@clisp.org>
15663
15664         Implement freading and fwriting.
15665         * lib/freading.c: New file.
15666         * lib/freading.h: Likewise.
15667         * m4/freading.m4: Likewise.
15668         * modules/freading: Likewise.
15669         * modules/freading-tests: Likewise.
15670         * tests/test-freading.c: Likewise.
15671         * lib/fwriting.c: New file.
15672         * lib/fwriting.h: Likewise.
15673         * m4/fwriting.m4: Likewise.
15674         * modules/fwriting: Likewise.
15675         * modules/fwriting-tests: Likewise.
15676         * tests/test-fwriting.c: Likewise.
15677         * MODULES.html.sh (File stream based Input/Output): Mention them.
15678
15679 2007-04-26  Bruno Haible  <bruno@clisp.org>
15680
15681         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
15682         'long' when we assume it.
15683         Suggested by Eric Blake.
15684
15685 2007-04-26  Bruno Haible  <bruno@clisp.org>
15686
15687         Ensure fseeko, ftello are declared on glibc systems.
15688         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
15689         * modules/fseeko (configure.ac-early): Likewise.
15690         * modules/ftello (configure.ac-early): Likewise.
15691         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
15692         AC_FUNC_FSEEKO for this.
15693         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
15694         (gl_CHECK_FSEEKO): Remove macro.
15695
15696 2007-04-26  Bruno Haible  <bruno@clisp.org>
15697
15698         * tests/test-fflush.c (main): Also check the ftell result after
15699         fflush and fseek/fseeko.
15700         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
15701         file descriptor position cache in the stream.
15702         * lib/fseeko.c (rpl_fseeko): Likewise.
15703
15704 2007-04-26  Bruno Haible  <bruno@clisp.org>
15705
15706         * modules/fflush-tests (Depends-on): Add fseeko.
15707
15708 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
15709             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15710
15711         * lib/argz_.h: ensure error_t definition is obtained in same
15712         mechanism system argz.h would have.
15713         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
15714         argz facilities are known bad.  Err on the side of caution if
15715         cross-compiling.
15716
15717 2007-04-25  Eric Blake  <ebb9@byu.net>
15718
15719         * lib/fpurge.c (includes): Use stdlib.h for free.
15720         * tests/test-fflush.c (main): Also test fflush-fseeko.
15721
15722 2007-04-25  Bruno Haible  <bruno@clisp.org>
15723
15724         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
15725         * lib/fseeko.c: New file.
15726         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
15727         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
15728         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
15729         gl_FUNC_FSEEKO.
15730         (gl_FUNC_FSEEKO): Invoke it.
15731         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
15732         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
15733         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
15734
15735 2007-04-25  Bruno Haible  <bruno@clisp.org>
15736
15737         * modules/fflush (Depends-on): Add ftello.
15738
15739 2007-04-25  Bruno Haible  <bruno@clisp.org>
15740
15741         * modules/ftello-tests: New file.
15742         * tests/test-ftello.c: New file.
15743
15744         * modules/ftello: New file.
15745         * m4/ftello.m4: New file.
15746         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
15747         HAVE_FTELLO.
15748         * lib/stdio_.h (ftello): New declaration.
15749         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
15750         HAVE_FTELLO.
15751
15752 2007-04-25  Bruno Haible  <bruno@clisp.org>
15753
15754         * modules/fseeko-tests: New file.
15755         * tests/test-fseeko.c: New file.
15756
15757         * modules/fseeko: New file.
15758         * m4/fseeko.m4: New file.
15759         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
15760         HAVE_FSEEKO.
15761         * lib/stdio_.h (fseeko): New declaration.
15762         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
15763         HAVE_FSEEKO.
15764
15765 2007-04-25  Bruno Haible  <bruno@clisp.org>
15766
15767         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
15768
15769 2007-04-25  Bruno Haible  <bruno@clisp.org>
15770
15771         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
15772         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
15773         * tests/test-unistd.c: Likewise.
15774         * tests/test-fcntl.c: Likewise.
15775
15776 2007-04-23  Eric Blake  <ebb9@byu.net>
15777
15778         * lib/fflush.c: Fix missing include.
15779         Reported by Bruno Haible.
15780
15781 2007-04-23  Bruno Haible  <bruno@clisp.org>
15782
15783         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
15784         Reported by Eric Blake.
15785
15786 2007-04-23  Bruno Haible  <bruno@clisp.org>
15787
15788         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
15789
15790 2007-04-23  Bruno Haible  <bruno@clisp.org>
15791
15792         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
15793
15794 2007-04-23  Bruno Haible  <bruno@clisp.org>
15795
15796         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
15797         Needed on HP-UX 11.
15798
15799 2007-04-16  Eric Blake  <ebb9@byu.net>
15800
15801         Make fflush rely on fpurge.
15802         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
15803         open coding all variants.
15804         * modules/fflush (Depends-on): Add fpurge and unistd.
15805         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
15806         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
15807
15808         Fix --with-tests compilation on cygwin.
15809         * modules/argmatch-tests (Makefile.am): List gnulib library first
15810         in LDADD.
15811         * modules/argp-tests (Makefile.am): Likewise.
15812         * modules/array-list-tests (Makefile.am): Likewise.
15813         * modules/array-oset-tests (Makefile.am): Likewise.
15814         * modules/avltree-list-tests (Makefile.am): Likewise.
15815         * modules/avltree-oset-tests (Makefile.am): Likewise.
15816         * modules/avltreehash-list-tests (Makefile.am): Likewise.
15817         * modules/carray-list-tests (Makefile.am): Likewise.
15818         * modules/dirname-tests (Makefile.am): Likewise.
15819         * modules/frexp-tests (Makefile.am): Likewise.
15820         * modules/isnanl-tests (Makefile.am): Likewise.
15821         * modules/linked-list-tests (Makefile.am): Likewise.
15822         * modules/linkedhash-list-tests (Makefile.am): Likewise.
15823         * modules/lock-tests (Makefile.am): Likewise.
15824         * modules/rbtree-list-tests (Makefile.am): Likewise.
15825         * modules/rbtree-oset-tests (Makefile.am): Likewise.
15826         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
15827         * modules/tls-tests (Makefile.am): Likewise.
15828         * modules/tsearch-tests (Makefile.am): Likewise.
15829         * modules/xvasprintf-tests (Makefile.am): Likewise.
15830
15831         Fix fpurge for cygwin.
15832         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
15833         value.
15834         * modules/fpurge-tests (Depends-on): Clean up trash.
15835
15836 2007-04-16  Simon Josefsson  <simon@josefsson.org>
15837
15838         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
15839
15840         * m4/autobuild.m4: Re-indent.
15841
15842 2007-04-13  Bruno Haible  <bruno@clisp.org>
15843
15844         * modules/fpurge-tests: New file.
15845         * tests/test-fpurge.c: New file.
15846
15847         * modules/fpurge: New file.
15848         * lib/fpurge.h: New file.
15849         * lib/fpurge.c: New file.
15850         * m4/fpurge.m4: New file.
15851
15852 2007-04-13  Bruno Haible  <bruno@clisp.org>
15853
15854         * modules/fbufmode-tests: New file.
15855         * tests/test-fbufmode.c: New file.
15856
15857         * modules/fbufmode: New file.
15858         * lib/fbufmode.h: New file.
15859         * lib/fbufmode.c: New file.
15860         * m4/fbufmode.m4: New file.
15861
15862 2007-04-13  Bruno Haible  <bruno@clisp.org>
15863
15864         * modules/fwritable-tests: New file.
15865         * tests/test-fwritable.c: New file.
15866
15867         * modules/fwritable: New file.
15868         * lib/fwritable.h: New file.
15869         * lib/fwritable.c: New file.
15870         * m4/fwritable.m4: New file.
15871
15872 2007-04-13  Bruno Haible  <bruno@clisp.org>
15873
15874         * modules/freadable-tests: New file.
15875         * tests/test-freadable.c: New file.
15876
15877         * modules/freadable: New file.
15878         * lib/freadable.h: New file.
15879         * lib/freadable.c: New file.
15880         * m4/freadable.m4: New file.
15881
15882 2007-04-13  Bruno Haible  <bruno@clisp.org>
15883
15884         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
15885         MOSTLYCLEANFILES.
15886
15887 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15888
15889         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
15890         gzip bootstrap.conf to avoid dragging in i18n machinery.
15891         (gnulib_tool_option): Use it.
15892
15893 2007-04-13  Bruno Haible  <bruno@clisp.org>
15894
15895         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
15896         %F directives.
15897         * tests/test-vasprintf-posix.c (test_function): Likewise.
15898         * tests/test-snprintf-posix.h (test_function): Likewise.
15899         * tests/test-sprintf-posix.h (test_function): Likewise.
15900         * tests/test-fprintf-posix.h (test_function): Likewise.
15901         * tests/test-printf-posix.h (test_function): Likewise.
15902         * tests/test-fprintf-posix.out: Likewise.
15903
15904 2007-04-13  Bruno Haible  <bruno@clisp.org>
15905
15906         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
15907         * modules/tls-tests (configure.ac): Likewise.
15908         Reported by Arto C. Nirkko <anirkko@insel.ch>.
15909
15910 2007-04-13  Bruno Haible  <bruno@clisp.org>
15911
15912         * lib/tls.c (glthread_tls_get): Fix return type.
15913         Patch by Arto C. Nirkko <anirkko@insel.ch>.
15914
15915 2007-04-12  Eric Blake  <ebb9@byu.net>
15916
15917         * modules/gettime (Depends-on): Remove gettime.
15918         Reported by Dmitry V. Levin.
15919
15920 2007-04-12  Bruno Haible  <bruno@clisp.org>
15921
15922         * modules/fflush (Include): Mention <stdio.h>.
15923         * modules/strtoimax (Include): Mention <inttypes.h>.
15924         * modules/strtoumax (Include): Likewise.
15925
15926 2007-04-12  Eric Blake  <ebb9@byu.net>
15927
15928         * .cvsignore: New file.
15929         * .gitignore: Likewise.
15930
15931 2007-04-12  Bruno Haible  <bruno@clisp.org>
15932
15933         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
15934         not before, since $(LDADD) often contains libgnu.a.
15935         * modules/striconv-tests (test_striconv_LDADD): Likewise.
15936         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
15937         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
15938         Needed on Cygwin.
15939
15940 2007-04-12  Eric Blake  <ebb9@byu.net>
15941
15942         Work around glibc's failure to flush stdin on fclose.
15943         * lib/closein.c (close_stdin): Flush stdin before closing.
15944
15945         Work around glibc's failure to reset seekable stdin on exit.
15946         * modules/closein: New module.
15947         * lib/closein.c: New file.
15948         * lib/closein.h: Likewise.
15949         * m4/closein.m4: Likewise.
15950         * MODULES.html.sh (File stream based Input/Output): Document it.
15951
15952 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15953
15954         * gnulib-tool: Rename generated 'autobuild' script to
15955         'do-autobuild' in --create-megatestdir output.
15956
15957         * doc/gnulib.texi (Build robot for gnulib): Fix.
15958
15959 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15960
15961         * modules/sysexits (Depends-on): Add absolute-header.
15962
15963 2007-04-12  Eric Blake  <ebb9@byu.net>
15964
15965         No need to preserve errno on success.
15966         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
15967         Reported by Bruno Haible.
15968
15969 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15970
15971         * MODULES.html.sh (Support for maintaining and releasing
15972         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
15973
15974 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15975
15976         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
15977
15978 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15979
15980         * modules/autobuild: New module.
15981
15982         * m4/autobuild.m4: New file.
15983
15984 2007-04-11  Bruno Haible  <bruno@clisp.org>
15985
15986         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
15987         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
15988         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
15989         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
15990         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15991         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15992         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15993         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15994         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15995         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15996         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
15997         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15998         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15999         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
16000         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16001         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16002         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
16003         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16004         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16005         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
16006         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16007         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16008         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
16009         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16010         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16011         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
16012         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16013         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16014         Reported by Eric Blake.
16015
16016 2007-04-11  Bruno Haible  <bruno@clisp.org>
16017
16018         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
16019
16020 2007-04-10  Bruno Haible  <bruno@clisp.org>
16021
16022         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
16023         for NaN and Infinity. Needed on FreeBSD 6.1.
16024         * tests/test-vasnprintf-posix.c (test_function): Undo last change
16025         regarding results for "%010a" of Infinity and NaN.
16026         * tests/test-vasprintf-posix.c (test_function): Likewise.
16027         * tests/test-snprintf-posix.h (test_function): Likewise.
16028         * tests/test-sprintf-posix.h (test_function): Likewise.
16029         * tests/test-fprintf-posix.h (test_function): Likewise.
16030         * tests/test-printf-posix.h (test_function): Likewise.
16031         * tests/test-fprintf-posix.out: Likewise.
16032
16033 2007-04-10  Bruno Haible  <bruno@clisp.org>
16034
16035         * modules/locale-tests: New file.
16036         * tests/test-locale.c: New file.
16037
16038         * modules/locale: New file.
16039         * lib/locale_.h: New file.
16040         * m4/locale_h.m4: New file.
16041
16042 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
16043             Bruno Haible  <bruno@clisp.org>
16044
16045         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
16046         be determined, test for availability of the copysignf, copysign,
16047         copysignl functions.
16048         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
16049         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
16050         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
16051
16052 2007-04-09  Eric Blake  <ebb9@byu.net>
16053
16054         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
16055         * modules/stdio (Makefile.am): Support fflush.
16056         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
16057         * modules/fflush: New file.
16058         * lib/fflush.c: Likewise.
16059         * m4/fflush.m4: Likewise.
16060         * modules/fflush-tests: New test.
16061         * tests/test-fflush.c: Likewise.
16062         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
16063
16064 2007-04-06  Bruno Haible  <bruno@clisp.org>
16065
16066         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
16067         (VASNPRINTF): Use signbit for faster determination whether to print a
16068         minus sign.
16069         * modules/vasnprintf (Files): Remove lib/float+.h.
16070         * modules/fprintf-posix (Depends-on): Add signbit.
16071         * modules/snprintf-posix (Depends-on): Likewise.
16072         * modules/sprintf-posix (Depends-on): Likewise.
16073         * modules/vasnprintf-posix (Depends-on): Likewise.
16074         * modules/vasprintf-posix (Depends-on): Likewise.
16075         * modules/vfprintf-posix (Depends-on): Likewise.
16076         * modules/vsnprintf-posix (Depends-on): Likewise.
16077         * modules/vsprintf-posix (Depends-on): Likewise.
16078
16079 2007-04-06  Bruno Haible  <bruno@clisp.org>
16080
16081         * tests/test-frexp.c (main): Test also the sign bit of zero results.
16082         * tests/test-frexpl.c (main): Likewise.
16083         * tests/test-ldexpl.c (main): Likewise.
16084         * modules/frexp-tests (Depends-on): Add signbit.
16085         * modules/frexpl-tests (Depdends-on): Likewise.
16086         * modules/ldexpl-tests (Depdends-on): Likewise.
16087
16088 2007-04-06  Bruno Haible  <bruno@clisp.org>
16089
16090         * modules/signbit-tests: New file.
16091         * tests/test-signbit.c: New file.
16092
16093         * modules/signbit: New file.
16094         * lib/signbitf.c: New file.
16095         * lib/signbitd.c: New file.
16096         * lib/signbitl.c: New file.
16097         * m4/signbit.m4: New file.
16098         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
16099         (signbit): New macro.
16100         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
16101         REPLACE_SIGNBIT.
16102         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
16103         REPLACE_FREXPL into math.h.
16104
16105 2007-04-06  Bruno Haible  <bruno@clisp.org>
16106
16107         * modules/isnanf-nolibm-tests: New file.
16108         * tests/test-isnanf.c: New file.
16109
16110         * modules/isnanf-nolibm: New file.
16111         * lib/isnanf.h: New file.
16112         * lib/isnanf.c: New file.
16113         * lib/isnan.c: Consider the USE_FLOAT macro.
16114         * m4/isnanf.m4: New file.
16115
16116 2007-04-06  Bruno Haible  <bruno@clisp.org>
16117
16118         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
16119         (Link): New section.
16120
16121         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
16122
16123 2007-04-06  Bruno Haible  <bruno@clisp.org>
16124
16125         Assume the 'long double' type.
16126         * m4/longdouble.m4: Remove file.
16127         * config/srclist.txt: Don't mention longdouble.m4.
16128         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
16129         * lib/float+.h: Likewise.
16130         * lib/frexp.c: Likewise.
16131         * lib/printf-args.h: Likewise.
16132         * lib/printf-args.c: Likewise.
16133         * lib/printf-frexp.c: Likewise.
16134         * lib/printf-parse.c: Likewise.
16135         * lib/vasnprintf.c: Likewise.
16136         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
16137         * m4/intl.m4: Likewise.
16138         * m4/isnanl.m4: Likewise.
16139         * m4/printf.m4: Likewise.
16140         * m4/printf-frexpl.m4: Likewise.
16141         * m4/vasnprintf.m4: Likewise.
16142         * modules/allocsa (Files): Remove m4/longdouble.m4.
16143         * modules/gettext (Files): Likewise.
16144         * modules/relocatable-prog-wrapper (Files): Likewise.
16145         * modules/vasnprintf (Files): Likewise.
16146         * modules/isnanl (Files): Likewise.
16147         (Include): Simplify.
16148         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
16149         (Include): Simplify.
16150         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
16151         (Include): Simplify.
16152         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
16153         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16154         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
16155         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16156         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
16157         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16158         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
16159         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16160         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
16161         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16162         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
16163         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16164         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
16165         * tests/test-isnanl.c: Likewise.
16166         * tests/test-snprintf-posix.h: Likewise.
16167         * tests/test-sprintf-posix.h: Likewise.
16168         * tests/test-vasnprintf-posix.c: Likewise.
16169         * tests/test-vasnprintf-posix2.c: Likewise.
16170         * tests/test-vasprintf-posix.c: Likewise.
16171
16172 2007-04-06  Bruno Haible  <bruno@clisp.org>
16173
16174         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
16175         * lib/math_.h [__DECC]: Include the overridden include file through
16176         #include_next, outside the double-inclusion guard.
16177         * lib/stdio_.h [__DECC]: Likewise.
16178         * lib/stdlib_.h [__DECC]: Likewise.
16179         * lib/string_.h [__DECC]: Likewise.
16180         * lib/time_.h [__DECC]: Likewise.
16181         * lib/wchar_.h [__DECC]: Likewise.
16182         * lib/wctype_.h [__DECC]: Likewise.
16183         * lib/inttypes_.h [__DECC]: Likewise.
16184         Reported by Albert Chin <china@thewrittenword.com> in
16185         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
16186
16187 2007-04-04  Eric Blake  <ebb9@byu.net>
16188
16189         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
16190         1.5.x.
16191
16192 2007-04-04  Bruno Haible  <bruno@clisp.org>
16193
16194         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
16195         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
16196
16197 2007-04-04  Bruno Haible  <bruno@clisp.org>
16198
16199         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
16200         results for "%010a" of Infinity and NaN.
16201         * tests/test-vasprintf-posix.c (test_function): Likewise.
16202         * tests/test-snprintf-posix.h (test_function): Likewise.
16203         * tests/test-sprintf-posix.h (test_function): Likewise.
16204         * tests/test-fprintf-posix.h (test_function): Remove these tests.
16205         * tests/test-printf-posix.h (test_function): Likewise.
16206         * tests/test-fprintf-posix.out: Update.
16207         Needed for FreeBSD 6.1.
16208
16209 2007-04-04  Bruno Haible  <bruno@clisp.org>
16210
16211         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
16212         directly used by the gnulib modules nor by gnulib-tool.
16213
16214 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16215
16216         * DEPENDENCIES: Give overall description of version dependency
16217         desirability.  Use more-typical names for apps.
16218         Add shell, coreutils, diffutils, grep, tar, gzip.
16219
16220 2007-04-04  Simon Josefsson  <simon@josefsson.org>
16221
16222         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
16223
16224 2007-04-04  Karl Berry  <karl@gnu.org>
16225
16226         * MODULES.html.sh (func_module): missing '.
16227
16228 2007-04-03  Bruno Haible  <bruno@clisp.org>
16229
16230         * modules/argmatch-tests (Makefile.am): New variable
16231         test_argmatch_LDADD.
16232         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
16233         * modules/array-list-tests (Makefile.am): New variable
16234         test_array_list_LDADD.
16235         * modules/array-oset-tests (Makefile.am): New variable
16236         test_array_oset_LDADD.
16237         * modules/avltree-list-tests (Makefile.am): New variable
16238         test_avltree_list_LDADD.
16239         * modules/avltree-oset-tests (Makefile.am): New variable
16240         test_avltree_oset_LDADD.
16241         * modules/avltreehash-list-tests (Makefile.am): New variable
16242         test_avltreehash_list_LDADD.
16243         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
16244         test_canonicalize_lgpl_LDADD.
16245         * modules/carray-list-tests (Makefile.am): New variable
16246         test_carray_list_LDADD.
16247         * modules/dirname-tests (Makefile.am): New variable
16248         test_dirname_LDADD.
16249         * modules/linked-list-tests (Makefile.am): New variable
16250         test_linked_list_LDADD.
16251         * modules/linkedhash-list-tests (Makefile.am): New variable
16252         test_linkedhash_list_LDADD.
16253         * modules/rbtree-list-tests (Makefile.am): New variable
16254         test_rbtree_list_LDADD.
16255         * modules/rbtree-oset-tests (Makefile.am): New variable
16256         test_rbtree_oset_LDADD.
16257         * modules/rbtreehash-list-tests (Makefile.am): New variable
16258         test_rbtreehash_list_LDADD.
16259         * modules/xvasprintf-tests (Makefile.am): New variable
16260         test_xvasprintf_LDADD.
16261         Reported by Eric Blake.
16262
16263 2007-04-03  Eric Blake  <ebb9@byu.net>
16264
16265         * DEPENDENCIES: Weaken m4 requirements.
16266
16267 2007-04-03  Bruno Haible  <bruno@clisp.org>
16268
16269         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
16270         * modules/isnanl-tests (configure.ac): Likewise.
16271
16272 2007-04-03  Ben Pfaff  <blp@gnu.org>
16273
16274         * modules/iconv_open: Add $(srcdir)/ to source directory
16275         references in Makefile fragments that call gperf, to fix VPATH
16276         builds.
16277
16278 2007-04-03  Bruno Haible  <bruno@clisp.org>
16279
16280         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
16281         * lib/ldexpl.c: Undo last change.
16282
16283 2007-04-03  Bruno Haible  <bruno@clisp.org>
16284
16285         * modules/printf-frexpl (Depends-on): Undo last change.
16286         (Files): Add m4/ldexpl.m4.
16287
16288 2007-04-03  Bruno Haible  <bruno@clisp.org>
16289
16290         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
16291         * modules/isnanl (Link): New section.
16292
16293         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
16294         * modules/frexp (Link): New section.
16295
16296         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
16297         * modules/frexpl (Link): New section.
16298
16299         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
16300         * modules/ldexpl (Link): New section.
16301
16302 2007-04-03  Bruno Haible  <bruno@clisp.org>
16303
16304         * modules/TEMPLATE-EXTENDED: New file.
16305         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
16306
16307 2007-04-03  Bruno Haible  <bruno@clisp.org>
16308
16309         * DEPENDENCIES: New file.
16310         Suggested by Simon Josefsson.
16311
16312 2007-04-03  Bruno Haible  <bruno@clisp.org>
16313
16314         * doc/gnulib.texi: Escape @.
16315
16316 2007-04-03  James Youngman  <jay@gnu.org>
16317         and Paul Eggert  <eggert@cs.ucla.edu>
16318
16319         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
16320         birthtime on all systems that have birthtime, not just those which
16321         use st_birthtimensec rather than st_birthtim.  Putting zero in
16322         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
16323         that the birth time is not available for files on an NFS mount.
16324
16325 2007-04-03  Simon Josefsson  <simon@josefsson.org>
16326
16327         * modules/memxor: Move back from crypto/, suggested by Bruno.
16328         * modules/crypto/hmac-sha1: Fix memxor dependency.
16329
16330         * modules/crypto/gc: Moved from ../.
16331
16332 2007-04-02  Eric Blake  <ebb9@byu.net>
16333
16334         * lib/ldexpl.c (includes): Avoid libm.
16335
16336         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
16337
16338 2007-04-02  Bruno Haible  <bruno@clisp.org>
16339
16340         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
16341         on IRIX.
16342
16343 2007-04-02  Bruno Haible  <bruno@clisp.org>
16344
16345         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
16346         x86 or x86_64 platforms running MacOS X.
16347         Reported by Ryan Schmidt <@ryandesign.com>.
16348
16349 2007-04-02  Bruno Haible  <bruno@clisp.org>
16350
16351         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
16352         i386.
16353
16354 2007-04-01  Simon Josefsson  <simon@josefsson.org>
16355
16356         * modules/crypto/arcfour: Moved from ../.
16357         * modules/crypto/arcfour-tests: Moved from ../.
16358         * modules/crypto/arctwo: Moved from ../.
16359         * modules/crypto/arctwo-tests: Moved from ../.
16360         * modules/crypto/des: Moved from ../.
16361         * modules/crypto/des-tests: Moved from ../.
16362         * modules/crypto/gc-arcfour: Moved from ../.
16363         * modules/crypto/gc-arcfour-tests: Moved from ../.
16364         * modules/crypto/gc-arctwo: Moved from ../.
16365         * modules/crypto/gc-arctwo-tests: Moved from ../.
16366         * modules/crypto/gc-des: Moved from ../.
16367         * modules/crypto/gc-des-tests: Moved from ../.
16368         * modules/crypto/gc-hmac-md5: Moved from ../.
16369         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
16370         * modules/crypto/gc-hmac-sha1: Moved from ../.
16371         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
16372         * modules/crypto/gc-md2: Moved from ../.
16373         * modules/crypto/gc-md2-tests: Moved from ../.
16374         * modules/crypto/gc-md4: Moved from ../.
16375         * modules/crypto/gc-md4-tests: Moved from ../.
16376         * modules/crypto/gc-md5: Moved from ../.
16377         * modules/crypto/gc-md5-tests: Moved from ../.
16378         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
16379         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
16380         * modules/crypto/gc-random: Moved from ../.
16381         * modules/crypto/gc-rijndael: Moved from ../.
16382         * modules/crypto/gc-rijndael-tests: Moved from ../.
16383         * modules/crypto/gc-sha1: Moved from ../.
16384         * modules/crypto/gc-sha1-tests: Moved from ../.
16385         * modules/crypto/gc-tests: Moved from ../.
16386         * modules/crypto/hmac-md5: Moved from ../.
16387         * modules/crypto/hmac-md5-tests: Moved from ../.
16388         * modules/crypto/hmac-sha1: Moved from ../.
16389         * modules/crypto/hmac-sha1-tests: Moved from ../.
16390         * modules/crypto/md2: Moved from ../.
16391         * modules/crypto/md2-tests: Moved from ../.
16392         * modules/crypto/md4: Moved from ../.
16393         * modules/crypto/md4-tests: Moved from ../.
16394         * modules/crypto/md5: Moved from ../.
16395         * modules/crypto/md5-tests: Moved from ../.
16396         * modules/crypto/memxor: Moved from ../.
16397         * modules/crypto/rijndael: Moved from ../.
16398         * modules/crypto/rijndael-tests: Moved from ../.
16399         * modules/crypto/sha1: Moved from ../.
16400
16401 2007-03-30  James Youngman  <jay@gnu.org>
16402
16403         * tests/test-stat-time.c (prepare_test): use chmod() rather than
16404         rename() to change the ctime of a file (because ctime is unaffected
16405         by rename on jfs2 on AIX 5.1).
16406         (main): Start by doing cleanup, in case a previous run failed leaving
16407         test files behind.
16408
16409 2007-03-31  Bruno Haible  <bruno@clisp.org>
16410
16411         Support old proprietary implementations of iconv.
16412         * modules/iconv_open: New file.
16413         * lib/iconv_.h: New file.
16414         * m4/iconv_h.m4: New file.
16415         * lib/iconv_open.c: New file.
16416         * lib/iconv_open-aix.gperf: New file.
16417         * lib/iconv_open-hpux.gperf: New file.
16418         * lib/iconv_open-irix.gperf: New file.
16419         * lib/iconv_open-osf.gperf: New file.
16420         * m4/iconv_open.m4: New file.
16421         * modules/linebreak (Depends-on): Add iconv_open.
16422         * modules/striconv (Depends-on): Likewise.
16423         * modules/striconveh (Depends-on): Likewise.
16424         * modules/unicodeio (Depends-on): Likewise.
16425         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
16426         (iconv_t)(-1).
16427         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
16428         conversion if cd is (iconv_t)(-1).
16429         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
16430         is not possible.
16431
16432 2007-03-31  Bruno Haible  <bruno@clisp.org>
16433
16434         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
16435         work on Solaris either. Protect also second use of "autodetect_jp".
16436
16437 2007-03-31  Bruno Haible  <bruno@clisp.org>
16438
16439         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
16440         the function is not present.
16441
16442 2007-03-31  Bruno Haible  <bruno@clisp.org>
16443
16444         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
16445         the function is not present.
16446
16447 2007-03-31  Bruno Haible  <bruno@clisp.org>
16448
16449         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
16450         a bug in HP-UX iconv_open().
16451
16452 2007-03-31  Bruno Haible  <bruno@clisp.org>
16453
16454         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
16455         (Mathematics <math.h>): New section, add fpieee.
16456         (Input/output <stdio.h>): Add fseterr.
16457         (Mathematics <math.h>): New section, add printf-frexp.
16458         (Container data structures): Add sublist.
16459         (Core language properties): Add fpucw, inline.
16460         (Functions for greatest-width integer types <inttypes.h>): Add
16461         imaxabs, imaxdiv, inttypes.
16462         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
16463         isnanl-nolibm, ldexp.
16464         (Mathematics <math.h>): New section, add printf-frexpl.
16465         (Support for systems lacking POSIX:2001): Add fprintf-posix,
16466         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
16467         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
16468         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
16469         (Unicode string functions): Add unistr/u*-mbtoucr.
16470         (Java): Add javacomp-script, javaexec-script.
16471         (C#): Add csharpcomp-script, csharpexec-script.
16472         (Support for building libraries and executables): Add havelib,
16473         relocatable-*.
16474         (Support for maintaining and releasing projects): Renamed from
16475         'Support for maintaining and release projects'. Add announce-gen.
16476
16477 2007-03-31  Bruno Haible  <bruno@clisp.org>
16478
16479         * README: Talk primarily about git.
16480         (git and CVS): Renamed from CVS.
16481         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
16482         gnulib is available through git.
16483         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
16484
16485 2007-03-30  Bruno Haible  <bruno@clisp.org>
16486
16487         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
16488         * lib/poll_.h: Likewise.
16489         * lib/stat_.h: Likewise.
16490         * lib/sys_time_.h: Likewise.
16491         * lib/sysexit_.h: Likewise.
16492         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
16493         * lib/stdbool_.h: Likewise.
16494         * lib/byteswap_.h: Add double-inclusion guard.
16495
16496 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
16497
16498         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
16499
16500 2007-03-30  Karl Berry  <karl@gnu.org>
16501
16502         * config/srclist-update: double space after USA in the license
16503         substitution, since that's how it's usually (?) written.
16504
16505 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
16506
16507         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
16508         reported by Bruno Haible.
16509
16510 2007-03-29  Bruno Haible  <bruno@clisp.org>
16511
16512         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
16513         a bug in AIX iconv().
16514
16515 2007-03-29  Bruno Haible  <bruno@clisp.org>
16516
16517         * modules/ldexpl-tests: New file.
16518         * tests/test-ldexpl.c: New file.
16519
16520 2007-03-29  Bruno Haible  <bruno@clisp.org>
16521
16522         * lib/ldexpl.c: Include fpucw.h.
16523         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
16524         multiplication.
16525         * modules/ldexpl (Depends-on): Add fpucw.
16526
16527 2007-03-29  Bruno Haible  <bruno@clisp.org>
16528
16529         * modules/ldexpl: New file.
16530         * m4/ldexpl.m4: New file.
16531         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
16532         set.
16533         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
16534         REPLACE_LDEXPL.
16535         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
16536         REPLACE_LDEXPL.
16537         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
16538         gl_FUNC_LDEXPL_WORKS.
16539         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
16540         * modules/mathl (Files): Remove lib/ldexpl.c.
16541         (Depends-on): Add ldexpl.
16542
16543 2007-03-29  Bruno Haible  <bruno@clisp.org>
16544
16545         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
16546
16547 2007-03-29  Bruno Haible  <bruno@clisp.org>
16548
16549         * tests/test-striconveh.c (main): Don't assume that a direct conversion
16550         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
16551         and possibly also HP-UX.
16552         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
16553         work on AIX, IRIX, HP-UX, OSF/1.
16554         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
16555         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
16556         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
16557         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
16558         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
16559         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
16560
16561 2007-03-29  Bruno Haible  <bruno@clisp.org>
16562
16563         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
16564
16565 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
16566
16567         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
16568         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
16569
16570 2007-03-29  Eric Blake  <ebb9@byu.net>
16571
16572         * lib/acl-internal.h: Remove redundant include.
16573         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
16574         Cygwin when a file is locked.
16575
16576 2007-03-29  Bruno Haible  <bruno@clisp.org>
16577
16578         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
16579         file.
16580         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
16581
16582 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
16583
16584         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
16585         try to remove a parent directory if the child couldn't be removed
16586         (except for the first rmdir, which could fail because the child
16587         doesn't exist).  Problem reported by Jeff Blaine in
16588         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
16589
16590 2007-03-28  Bruno Haible  <bruno@clisp.org>
16591
16592         * lib/striconveh.c (utf8conv_carefully): New function.
16593         (mem_cd_iconveh_internal): Invoke it.
16594
16595 2007-03-28  Bruno Haible  <bruno@clisp.org>
16596
16597         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
16598         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
16599         input.
16600         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
16601         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
16602         unistr/u8-uctomb.
16603
16604 2007-03-28  Bruno Haible  <bruno@clisp.org>
16605
16606         * modules/unistr/u8-mbtoucr: New file.
16607         * lib/unistr/u8-mbtoucr.c: New file.
16608         * modules/unistr/u16-mbtoucr: New file.
16609         * lib/unistr/u16-mbtoucr.c: New file.
16610         * modules/unistr/u16-mbtoucr: New file.
16611         * lib/unistr/u16-mbtoucr.c: New file.
16612         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
16613
16614 2007-03-27  Simon Josefsson  <simon@josefsson.org>
16615             Bruno Haible  <bruno@clisp.org>
16616
16617         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
16618         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
16619         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
16620
16621         * m4/stdio_h.m4: Add stubs for vasprintf too.
16622
16623         * modules/stdio: Support vasprintf in sed command.
16624
16625         * modules/vasprintf: Depend on stdio for prototypes.  Remove
16626         vasprintf.h.  Add stdio module indicator.
16627
16628         * lib/stdio_.h: Declare asprintf and vasprintf, based on
16629         vasprintf.h.
16630
16631         * lib/vasprintf.h: File removed.
16632
16633         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
16634         * lib/vasprintf.c: Ditto.
16635         * lib/xvasprintf.c: Ditto.
16636         * tests/test-vasprintf-posix.c: Ditto.
16637         * tests/test-vasprintf.c: Ditto.
16638
16639 2007-03-27  Bruno Haible  <bruno@clisp.org>
16640
16641         Make vasnprintf multithread-safe.
16642         * lib/vasnprintf.c (decimal_point_char): New function.
16643         (VASNPRINTF): Use it.
16644         Suggested by Simon Josefsson.
16645
16646 2007-03-27  Eric Blake  <ebb9@byu.net>
16647
16648         Support sub-second birthtime on cygwin.
16649         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
16650         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
16651         (get_stat_birthtime): Also work with st_birthtim.
16652
16653 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
16654
16655         * lib/stat-time.h (USE_BIRTHTIME): Remove.
16656         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
16657         (get_stat_birthtime_ns): Do not try to use "spare" fields.
16658         (get_stat_birthtime_ns): Simplify compile-time tests.
16659         (get_stat_birthtime): Change the API to look like
16660         get_stat_mtime etc., except return a negative tv_nsec on error.
16661         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
16662         Don't check for "spare" fields.
16663         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
16664         or for struct stat.st_birthtime, as these tests aren't used.
16665         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
16666
16667 2007-03-27  Bruno Haible  <bruno@clisp.org>
16668
16669         * lib/stat-time.h: Include <sys/stat.h>.
16670
16671 2007-03-27  James Youngman  <jay@gnu.org>
16672
16673         * lib/stat-time.h (get_stat_birthtime): New function for
16674           retrieving st_birthtime as provided by UFS2 (hence *BSD).
16675         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
16676           and its variants.
16677         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
16678         * modules/stat-time-test: New file.
16679         * tests/test-stat-time.c: New test, devised by Bruno Haible.
16680
16681 2007-03-26  Bruno Haible  <bruno@clisp.org>
16682
16683         Better support of signalling NaNs.
16684         * lib/atanl.c: Include isnanl.h.
16685         (atanl): Perform test for NaN at the beginning of the function and
16686         through a call to isnanl.
16687         * lib/cosl.c: Include isnanl.h.
16688         (cosl): Perform test for NaN at the beginning of the function and
16689         through a call to isnanl.
16690         * lib/ldexpl.c: Include isnanl.h.
16691         (ldexpl): Perform test for NaN through a call to isnanl.
16692         * lib/logl.c: Include isnanl.h.
16693         (logl): Perform test for NaN at the beginning of the function and
16694         through a call to isnanl.
16695         * lib/sinl.c: Include isnanl.h.
16696         (sinl): Perform test for NaN at the beginning of the function and
16697         through a call to isnanl.
16698         * lib/sqrtl.c: Include isnanl.h.
16699         (sqrtl): Perform test for NaN at the beginning of the function and
16700         through a call to isnanl.
16701         * lib/tanl.c: Include isnanl.h.
16702         (tanl): Perform test for NaN at the beginning of the function and
16703         through a call to isnanl.
16704         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
16705         * modules/mathl (Depends-on): Add isnanl.
16706
16707 2007-03-26  Eric Blake  <ebb9@byu.net>
16708
16709         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
16710         regression in logic sense of previous patch.
16711
16712 2007-03-26  Bruno Haible  <bruno@clisp.org>
16713
16714         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
16715         unportable shell command "if ! ...".
16716         Reported by Ralf Wildenhues.
16717
16718 2007-03-25  Bruno Haible  <bruno@clisp.org>
16719
16720         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
16721         <sysexits.h> file, and only add EX_CONFIG.
16722         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
16723         absolute file name and whether it is sufficient. Substitute also
16724         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
16725         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
16726         ABSOLUTE_SYSEXITS_H into sysexits.h.
16727
16728 2007-03-25  Bruno Haible  <bruno@clisp.org>
16729
16730         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
16731         hints is NULL.
16732
16733 2007-03-25  Bruno Haible  <bruno@clisp.org>
16734
16735         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
16736         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
16737
16738 2007-03-25  Bruno Haible  <bruno@clisp.org>
16739
16740         * lib/vasnprintf.c: Include langinfo.h.
16741         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
16742         multithread-safe.
16743         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
16744         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
16745         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16746         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16747         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16748         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16749         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16750         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
16751         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16752         Reported by Simon Josefsson.
16753
16754 2007-03-25  Bruno Haible  <bruno@clisp.org>
16755
16756         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
16757         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
16758         * modules/vasnprintf (Depends-on): Add stdint.
16759
16760 2007-03-25  Bruno Haible  <bruno@clisp.org>
16761
16762         * modules/fpieee: New file.
16763         * m4/fpieee.m4: New file.
16764         * modules/isnan-nolibm (Depends-on): Add fpieee.
16765         * modules/isnanl-nolibm (Depends-on): Add fpieee.
16766         * modules/isnanl (Depends-on): Add fpieee.
16767
16768 2007-03-25  Bruno Haible  <bruno@clisp.org>
16769
16770         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
16771
16772 2007-03-25  Bruno Haible  <bruno@clisp.org>
16773
16774         Avoid test failures on IRIX 6.5.
16775         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
16776         (main): Use it.
16777         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
16778         macros.
16779         (main): Use them.
16780
16781 2007-03-25  Bruno Haible  <bruno@clisp.org>
16782
16783         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
16784         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
16785         exists but doesn't work.
16786         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
16787         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
16788         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
16789         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
16790
16791 2007-03-25  Bruno Haible  <bruno@clisp.org>
16792
16793         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
16794         returns inf. Needed on IRIX 6.5.
16795
16796 2007-03-25  Bruno Haible  <bruno@clisp.org>
16797
16798         * tests/test-frexpl.c: Include isnanl-nolibm.h.
16799         (main): Use isnanl instead of x != x idiom.
16800         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
16801
16802         * tests/test-frexp.c: Include isnan.h.
16803         (main): Use isnan instead of x != x idiom.
16804         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
16805
16806 2007-03-25  Bruno Haible  <bruno@clisp.org>
16807
16808         * tests/test-frexp.c (NaN): New function/macro.
16809         (main): Use it instead of 0.0 / 0.0.
16810         * tests/test-isnan.c (NaN): New function/macro.
16811         (main): Use it instead of 0.0 / 0.0.
16812         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
16813         (test_function): Use it instead of 0.0 / 0.0.
16814         * tests/test-vasprintf-posix.c (NaN): New function/macro.
16815         (test_function): Use it instead of 0.0 / 0.0.
16816         * tests/test-snprintf-posix.h (NaN): New function/macro.
16817         (test_function): Use it instead of 0.0 / 0.0.
16818         * tests/test-sprintf-posix.h (NaN): New function/macro.
16819         (test_function): Use it instead of 0.0 / 0.0.
16820         * tests/test-fprintf-posix.h (NaN): New function/macro.
16821         (test_function): Use it instead of 0.0 / 0.0.
16822         * tests/test-printf-posix.h (NaN): New function/macro.
16823         (test_function): Use it instead of 0.0 / 0.0.
16824
16825         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
16826
16827 2007-03-25  Bruno Haible  <bruno@clisp.org>
16828
16829         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
16830
16831 2007-03-25  Bruno Haible  <bruno@clisp.org>
16832
16833         * lib/regexec.c (merge_state_with_log): Make static.
16834
16835 2007-03-25  Bruno Haible  <bruno@clisp.org>
16836
16837         * lib/trigl.c (kernel_rem_pio2): Make static.
16838
16839 2007-03-25  Bruno Haible  <bruno@clisp.org>
16840
16841         * lib/sincosl.c (sincosl_table): Make static.
16842
16843 2007-03-25  Bruno Haible  <bruno@clisp.org>
16844
16845         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
16846         if the compiler does not support C99.
16847
16848 2007-03-25  Bruno Haible  <bruno@clisp.org>
16849
16850         * modules/time (Makefile.am): Ensure all rule action lines start with a
16851         tab.
16852
16853 2007-03-24  Bruno Haible  <bruno@clisp.org>
16854
16855         * modules/tsearch-tests: New file.
16856         * tests/test-tsearch.sh: New file.
16857         * tests/test-tsearch.c: New file, mostly copied from glibc.
16858
16859         * modules/search-tests: New file.
16860         * tests/test-search.c: New file.
16861
16862         * modules/search: New file.
16863         * lib/search_.h: New file, incorporating lib/tsearch.h.
16864         * m4/search_h.m4: New file.
16865         * lib/tsearch.h: Remove file.
16866         * lib/tsearch.c: Include search.h instead of tsearch.h.
16867         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
16868         HAVE_TSEARCH.
16869         * modules/tsearch (Files): Remove lib/tsearch.h.
16870         (Depends-on): Add search.
16871         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
16872         (Include): Change tsearch.h into search.h.
16873
16874 2007-03-24  Bruno Haible  <bruno@clisp.org>
16875
16876         * modules/fpucw: New file.
16877         * lib/fpucw.h: New file.
16878         * lib/frexp.c: Include fpucw.h.
16879         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
16880         (FUNC): Use them.
16881         * lib/printf-frexp.c: Include fpucw.h.
16882         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
16883         (FUNC): Use them.
16884         * lib/vasnprintf.c: Include fpucw.h.
16885         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
16886         'long double' calculations.
16887         * tests/test-frexpl.c: Include fpucw.h.
16888         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
16889         * tests/test-printf-frexpl.c: Include fpucw.h.
16890         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
16891         * modules/frexpl (Depends-on): Add fpucw.
16892         * modules/printf-frexpl (Depends-on): Likewise.
16893         * modules/fprintf-posix (Depends-on): Likewise.
16894         * modules/snprintf-posix (Depends-on): Likewise.
16895         * modules/sprintf-posix (Depends-on): Likewise.
16896         * modules/vasnprintf-posix (Depends-on): Likewise.
16897         * modules/vasprintf-posix (Depends-on): Likewise.
16898         * modules/vfprintf-posix (Depends-on): Likewise.
16899         * modules/vsnprintf-posix (Depends-on): Likewise.
16900         * modules/vsprintf-posix (Depends-on): Likewise.
16901         * modules/frexpl-tests (Depends-on): Likewise.
16902         * modules/printf-frexpl-tests (Depends-on): Likewise.
16903
16904 2007-03-24  Bruno Haible  <bruno@clisp.org>
16905
16906         * lib/float+.h: New file.
16907         * lib/isnan.c: Include float+.h.
16908         (SIZE): New macro.
16909         (FUNC): Compare only SIZE bytes of the value.
16910         * lib/vasnprintf.c: Include float+.h.
16911         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
16912         SIZEOF_LDBL or SIZEOF_DBL bytes.
16913         * modules/isnan-nolibm (Files): Add lib/float+.h.
16914         * modules/isnanl-nolibm (Files): Add lib/float+.h.
16915         * modules/isnanl (Files): Add lib/float+.h.
16916         * modules/vasnprintf (Files): Add lib/float+.h.
16917
16918 2007-03-24  Bruno Haible  <bruno@clisp.org>
16919
16920         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
16921         include isnanl-nolibm.h.
16922
16923 2007-03-24  Bruno Haible  <bruno@clisp.org>
16924
16925         * tests/test-read-file.c (main): Don't produce spurious output for
16926         expected situations. Make the test fail if it encountered unexpected
16927         results.
16928
16929 2007-03-24  Bruno Haible  <bruno@clisp.org>
16930
16931         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
16932         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
16933
16934 2007-03-24  Bruno Haible  <bruno@clisp.org>
16935
16936         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
16937
16938 2007-03-24  Bruno Haible  <bruno@clisp.org>
16939
16940         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
16941         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
16942
16943         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
16944         * modules/utf8-ucs4: Turn into a symbolic link to module
16945         unistr/u8-mbtouc.
16946
16947         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
16948         utf8-ucs4-unsafe.
16949         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
16950         unistr/u8-mbtouc-unsafe.
16951
16952         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
16953         * modules/utf16-ucs4: Turn into a symbolic link to module
16954         unistr/u16-mbtouc.
16955
16956         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
16957         utf16-ucs4-unsafe.
16958         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
16959         unistr/u16-mbtouc-unsafe.
16960
16961         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
16962         * modules/ucs4-utf8: Turn into a symbolic link to module
16963         unistr/u8-ubtomb.
16964
16965         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
16966         * modules/ucs4-utf16: Turn into a symbolic link to module
16967         unistr/u16-ubtomb.
16968
16969 2007-03-24  Bruno Haible  <bruno@clisp.org>
16970
16971         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
16972         Enable the function only if HAVE_INLINE.
16973         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
16974         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
16975         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
16976         Enable the function only if HAVE_INLINE.
16977         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
16978         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
16979         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
16980         Enable the function only if HAVE_INLINE.
16981         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
16982         Enable the function only if HAVE_INLINE.
16983         * modules/utf8-ucs4: Update.
16984         * modules/utf8-ucs4-unsafe: Update.
16985         * modules/utf16-ucs4: Update.
16986         * modules/utf16-ucs4-unsafe: Update.
16987         * modules/ucs4-utf8: Update.
16988         * modules/ucs4-utf16: Update.
16989
16990 2007-03-24  Bruno Haible  <bruno@clisp.org>
16991
16992         * lib/utf8-ucs4.h: Remove file.
16993         * lib/utf8-ucs4-unsafe.h: Remove file.
16994         * lib/utf16-ucs4.h: Remove file.
16995         * lib/utf16-ucs4-unsafe.h: Remove file.
16996         * lib/ucs4-utf8.h: Remove file.
16997         * lib/ucs4-utf16.h: Remove file.
16998         * lib/unistr.h: Include their previous contents.
16999         * m4/utf-ucs4.m4: Remove file.
17000         * m4/ucs4-utf.m4: Remove file.
17001         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
17002         (Depends-on): Add unistr/base.
17003         (configure.ac): Remove gl_UTF_UCS4.
17004         (Makefile.am): Update.
17005         (Include): Change to unistr.h.
17006         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
17007         (Depends-on): Add unistr/base.
17008         (configure.ac): Remove gl_UTF_UCS4.
17009         (Makefile.am): Update.
17010         (Include): Change to unistr.h.
17011         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
17012         (Depends-on): Add unistr/base.
17013         (configure.ac): Remove gl_UTF_UCS4.
17014         (Makefile.am): Update.
17015         (Include): Change to unistr.h.
17016         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
17017         (Depends-on): Add unistr/base.
17018         (configure.ac): Remove gl_UTF_UCS4.
17019         (Makefile.am): Update.
17020         (Include): Change to unistr.h.
17021         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
17022         (Depends-on): Add unistr/base.
17023         (configure.ac): Remove gl_UCS4_UTF.
17024         (Makefile.am): Update.
17025         (Include): Change to unistr.h.
17026         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
17027         (Depends-on): Add unistr/base.
17028         (configure.ac): Remove gl_UCS4_UTF.
17029         (Makefile.am): Update.
17030         (Include): Change to unistr.h.
17031         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
17032         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
17033         utf8-ucs4-unsafe.h.
17034         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
17035         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
17036         utf16-ucs4-unsafe.h.
17037         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
17038         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
17039         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
17040         * lib/unistr/u8-strchr.c: Likewise.
17041         * lib/unistr/u8-strrchr.c: Likewise.
17042         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
17043         * lib/unistr/u16-strchr.c: Likewise.
17044         * lib/unistr/u16-strrchr.c: Likewise.
17045         * lib/striconveh.c: Update.
17046         * lib/linebreak.c: Update.
17047
17048 2007-03-24  Bruno Haible  <bruno@clisp.org>
17049
17050         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
17051         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
17052
17053 2007-03-22  Bruno Haible  <bruno@clisp.org>
17054
17055         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
17056
17057 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17058
17059         * MODULES.html.sh (File system functions): New module write-any-file.
17060         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
17061         * m4/write-any-file.m4: New files.
17062
17063 2007-03-23  Eric Blake  <ebb9@byu.net>
17064
17065         * gnulib-tool: Rearrange space-tab sequences, since some editors
17066         like to eat them.
17067
17068 2007-03-23  Eric Blake  <ebb9@byu.net>
17069
17070         * lib/version-etc.c (version_etc_va): Update license wording to
17071         be more concise.  Recommended by Richard Stallman.
17072
17073 2007-03-22  Bruno Haible  <bruno@clisp.org>
17074
17075         * lib/poll.c (MSG_PEEK): New fallback definition.
17076
17077 2007-03-22  Bruno Haible  <bruno@clisp.org>
17078
17079         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
17080         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
17081         (main): Update.
17082         Fixes a compilation error on BeOS.
17083
17084 2007-03-22  Bruno Haible  <bruno@clisp.org>
17085
17086         * modules/frexpl-tests: New file.
17087         * tests/test-frexpl.c: New file.
17088
17089         * modules/frexpl: New file.
17090         * m4/frexpl.m4: New file.
17091         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
17092         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
17093         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
17094         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
17095         (Depends-on): Add frexpl. Remove isnanl-nolibm.
17096         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
17097
17098 2007-03-22  Bruno Haible  <bruno@clisp.org>
17099
17100         * lib/frexpl.c: Share code with lib/frexp.c.
17101         * modules/mathl (Files): Add lib/frexp.c.
17102         (Depends-on): Add isnanl-nolibm.
17103
17104 2007-03-22  Bruno Haible  <bruno@clisp.org>
17105
17106         * modules/printf-frexp (Files): Add m4/frexp.m4.
17107         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
17108         only if the found frexp function actually works.
17109
17110 2007-03-22  Bruno Haible  <bruno@clisp.org>
17111
17112         * lib/frexp.c: Remove older implementation that uses divisions.
17113
17114 2007-03-21  Bruno Haible  <bruno@clisp.org>
17115
17116         * modules/frexp-tests: New file.
17117         * tests/test-frexp.c: New file.
17118
17119         * modules/frexp: New file.
17120         * lib/frexp.c: New file.
17121         * m4/frexp.m4: New file.
17122         * lib/math_.h (frexp): New declaration.
17123         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
17124         REPLACE_FREXP.
17125         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
17126
17127 2007-03-21  Bruno Haible  <bruno@clisp.org>
17128
17129         * modules/isnanl-tests: New file.
17130         * tests/test-isnanl.c: New file.
17131
17132         * modules/isnanl: New file.
17133         * lib/isnanl.h: New file.
17134         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
17135         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
17136         gl_FUNC_ISNANL_WORKS.
17137         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
17138         New macros.
17139
17140 2007-03-21  Bruno Haible  <bruno@clisp.org>
17141
17142         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
17143         lib/isnanl.h.
17144         (Include): Update.
17145         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
17146         * lib/vasnprintf.c: Update.
17147         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
17148         tests/test-isnanl.h, remove tests/test-isnanl.c.
17149         (Makefile.am): Update.
17150         * tests/test-isnanl-nolibm.c: New file.
17151         * tests/test-isnanl.h: New file.
17152         * tests/test-isnanl.c: Remove file.
17153
17154 2007-03-21  Jim Meyering  <jim@meyering.net>
17155
17156         When trying to open ".", treat ESTALE like EACCES.
17157         * lib/savewd.c (savewd_save): Resort to forking not just upon
17158         failure with EACCES, but also when errno is ESTALE.
17159
17160 2007-03-20  Bruno Haible  <bruno@clisp.org>
17161
17162         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
17163         Needed on AIX 5.1. Reported by Matthew Woehlke.
17164
17165 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
17166
17167         Suggestions by Bruno Haible:
17168         * lib/acl-internal.h: Include "gettext.h" rather than rolling
17169         our own.
17170         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
17171         * modules/acl (Depends-on): Add gettext.
17172
17173 2007-03-19  Bruno Haible  <bruno@clisp.org>
17174
17175         * modules/iconvme: Remove file.
17176         * lib/iconvme.h: Remove file.
17177         * lib/iconvme.c: Remove file.
17178         * m4/iconvme.m4: Remove file.
17179
17180 2007-03-19  Bruno Haible  <bruno@clisp.org>
17181
17182         * doc/relocatable-maint.texi: Break long shell script line.
17183         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
17184
17185 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
17186
17187         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
17188         handle file_has_acl.
17189         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
17190         * lib/acl.c: Move header inclusions and related macro defns into
17191         lib/acl-internal.h.
17192         (S_ISLNK): Remove defn, since that's now done for us.
17193         (file_has_acl): Move to lib/file-has-acl.c.
17194         Call acl_trivial if available.  This is the crucial part of the fix.
17195         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
17196         shared within the library.  Rewrite a bit, partly to make it compatible
17197         with the GNU coding style.
17198         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
17199         Remove unnecessary double-quotes.
17200         Don't test for acl_to_text; the build will catch that.
17201         Replace acl_entries if it doesn't exist and it is needed.
17202         Check for -lsec and acl_trivial (as used on Solaris 10).
17203         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
17204         lib/file-has-acl.c.
17205         (Depends-on): Add sys_stat, for S_ISLNK.
17206
17207 2007-03-19  Ben Pfaff  <blp@gnu.org>
17208
17209         * doc/gnulib.texi: Fix typos.
17210         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
17211
17212 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
17213
17214         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
17215         If size is zero here, buf must be zero.
17216
17217 2007-03-19  Simon Josefsson  <simon@josefsson.org>
17218
17219         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
17220         <bruno@clisp.org>.
17221
17222 2007-03-18  Bruno Haible  <bruno@clisp.org>
17223
17224         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
17225         Suggested by Eric Blake.
17226
17227 2007-03-18  Ben Pfaff  <blp@gnu.org>
17228
17229         * doc/relocatable.texi: Recommend using as prefix a directory
17230         that does not exist and will never be created.  Based on
17231         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
17232         and others.
17233
17234 2007-03-17  Bruno Haible  <bruno@clisp.org>
17235
17236         * lib/fchownat.c: Include lchown.h.
17237
17238 2007-03-17  Bruno Haible  <bruno@clisp.org>
17239
17240         Fix endless loop when the given allocated size was > INT_MAX.
17241         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
17242         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
17243         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
17244         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
17245         * lib/sprintf.c (sprintf): Likewise.
17246
17247 2007-03-17  Bruno Haible  <bruno@clisp.org>
17248
17249         * tests/test-argp-2.sh (func_compare): Output a context diff.
17250
17251 2007-03-17  Bruno Haible  <bruno@clisp.org>
17252
17253         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
17254         locale's decimal-point character.
17255
17256 2007-03-17  Bruno Haible  <bruno@clisp.org>
17257
17258         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
17259         before comparing it. Needed because on some platforms (e.g. x86) a
17260         'long double' occupies less bytes than sizeof (long double).
17261
17262 2007-03-17  Bruno Haible  <bruno@clisp.org>
17263
17264         * tests/test-crc.c (main): Make printf statements 64-bit clean.
17265         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
17266         * tests/test-getaddrinfo.c (simple): Likewise.
17267         * tests/test-read-file.c (main): Likewise.
17268
17269 2007-03-17  Bruno Haible  <bruno@clisp.org>
17270
17271         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
17272
17273 2007-03-17  Bruno Haible  <bruno@clisp.org>
17274
17275         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
17276         unused variable.
17277
17278 2007-03-17  Bruno Haible  <bruno@clisp.org>
17279
17280         * tests/test-c-strcasecmp.c: Include c-strcase.h.
17281         * tests/test-c-strncasecmp.c: Likewise.
17282
17283 2007-03-17  Bruno Haible  <bruno@clisp.org>
17284
17285         * modules/stdlib (Depends-on): Add unistd.
17286         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
17287         Needed for MacOS X 10.3.
17288
17289 2007-03-17  Bruno Haible  <bruno@clisp.org>
17290
17291         * lib/unistr/u-strdup.h: Include <stdlib.h>.
17292
17293 2007-03-17  Bruno Haible  <bruno@clisp.org>
17294
17295         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
17296
17297 2007-03-17  Bruno Haible  <bruno@clisp.org>
17298
17299         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
17300         to reflect files copied from gnulib (with or without modifications).
17301         Suggested by Jim Meyering.
17302
17303 2007-03-17  Eric Blake  <ebb9@byu.net>
17304
17305         * NEWS: Document stdlib change from 2007-02-18.
17306
17307 2007-03-17  Jim Meyering  <jim@meyering.net>
17308
17309         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
17310         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
17311         someone uses a name containing shell meta-characters.
17312         Reported by Alfred M. Szmidt.
17313
17314         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
17315
17316 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
17317
17318         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
17319         and copy gettext configuration files only if configure.ac contains
17320         a use of AM_GNU_GETTEXT_VERSION.
17321
17322 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
17323
17324         * build-aux/bootstrap (gnulib_name): New variable.
17325         (gnulib_tool_options): Use it.
17326
17327 2007-03-13  Simon Josefsson  <simon@josefsson.org>
17328
17329         * tests/test-des.c: Use new namespace.
17330
17331 2007-03-15  Bruno Haible  <bruno@clisp.org>
17332
17333         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
17334         Reported by James Youngman <jay@gnu.org>.
17335
17336 2007-03-15  Bruno Haible  <bruno@clisp.org>
17337
17338         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
17339         declared prototype. Needed with cc on OSF/1 5.1.
17340
17341 2007-03-15  Bruno Haible  <bruno@clisp.org>
17342
17343         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
17344         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
17345         (struct gl_list_implementation): Add dispose_fn argument to the
17346         'create_empty', 'create' methods.
17347         (struct gl_list_impl_base): Add field 'dispose_fn'.
17348         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
17349         argument.
17350         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
17351         dispose_fn argument.
17352         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
17353         dispose_fn on the dropped values.
17354         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
17355         dispose_fn argument.
17356         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
17357         dropped values.
17358         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
17359         (gl_tree_remove_node): Call dispose_fn on the dropped value.
17360         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
17361         (gl_tree_remove_node): Call dispose_fn on the dropped value.
17362         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
17363         argument.
17364         (gl_tree_list_free): Call dispose_fn on the dropped values.
17365         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
17366         the dropped values.
17367         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
17368         Add dispose_fn argument.
17369         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
17370         Call dispose_fn on the dropped values.
17371         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
17372         Add dispose_fn argument.
17373         (gl_sublist_create): Initialize the 'dispose_fn' field.
17374         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
17375         * tests/test-array_list.c (main): Update.
17376         * tests/test-carray_list.c (main): Update.
17377         * tests/test-avltree_list.c (main): Update.
17378         * tests/test-rbtree_list.c (main): Update.
17379         * tests/test-avltreehash_list.c (main): Update.
17380         * tests/test-rbtreehash_list.c (main): Update.
17381         * tests/test-linked_list.c (main): Update.
17382         * tests/test-linkedhash_list.c (main): Update.
17383         * tests/test-array_oset.c (main): Update.
17384
17385 2007-03-15  Bruno Haible  <bruno@clisp.org>
17386
17387         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
17388         (gl_oset_create_empty): Add dispose_fn argument.
17389         (struct gl_oset_implementation): Add dispose_fn argument to
17390         'create_empty' method.
17391         (struct gl_oset_impl_base): Add dispose_fn field.
17392         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
17393         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
17394         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
17395         values.
17396         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
17397         (gl_tree_oset_free): Call dispose_fn on the dropped values.
17398         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
17399         dropped value.
17400         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
17401         dropped value.
17402         * tests/test-array_oset.c (main): Update.
17403         * tests/test-avltree_oset.c (main): Update.
17404         * tests/test-rbtree_oset.c (main): Update.
17405         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
17406
17407 2007-03-13  Bruno Haible  <bruno@clisp.org>
17408
17409         * tests/test-stdbool.c (i): Update after last patch.
17410
17411 2007-03-12  Bruno Haible  <bruno@clisp.org>
17412
17413         * lib/quotearg.c: Include <wctype.h> early, before the definition of
17414         the iswprint macro. Needed on Solaris 2.5.1.
17415
17416 2007-03-12  Bruno Haible  <bruno@clisp.org>
17417
17418         * tests/test-printf-frexp.c (main): Declare x as volatile.
17419
17420 2007-03-12  Simon Josefsson  <simon@josefsson.org>
17421
17422         * doc/gnulib.texi (Build robot for gnulib): New section.
17423
17424 2007-03-12  Jim Meyering  <jim@meyering.net>
17425
17426         * build-aux/bootstrap: New file.
17427         * build-aux/bootstrap.conf: New file, from coreutils.
17428
17429 2007-03-11  Bruno Haible  <bruno@clisp.org>
17430
17431         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
17432
17433 2007-03-12  Simon Josefsson  <simon@josefsson.org>
17434
17435         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
17436         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
17437         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
17438
17439 2007-03-11  Bruno Haible  <bruno@clisp.org>
17440
17441         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
17442         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
17443
17444 2007-03-11  Bruno Haible  <bruno@clisp.org>
17445
17446         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
17447         formula. Needed for SunPRO C 5.0.
17448
17449 2007-03-11  Bruno Haible  <bruno@clisp.org>
17450
17451         * modules/long-options (Depends-on): Add getopt.
17452
17453 2007-03-11  Bruno Haible  <bruno@clisp.org>
17454
17455         * modules/modechange (Depends-on): Add stdbool.
17456
17457 2007-03-11  Bruno Haible  <bruno@clisp.org>
17458
17459         * modules/i-ring (Depends-on): Add stdbool.
17460
17461 2007-03-11  Bruno Haible  <bruno@clisp.org>
17462
17463         * modules/gc-des (Depends-on): Add stdbool.
17464
17465 2007-03-11  Bruno Haible  <bruno@clisp.org>
17466
17467         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
17468
17469 2007-03-11  Bruno Haible  <bruno@clisp.org>
17470
17471         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
17472
17473 2007-03-11  Bruno Haible  <bruno@clisp.org>
17474
17475         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
17476
17477 2007-03-11  Bruno Haible  <bruno@clisp.org>
17478
17479         * lib/vasnprintf.c (sprintf): Undefine.
17480
17481 2007-03-11  Bruno Haible  <bruno@clisp.org>
17482
17483         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
17484         initializers in SunPRO C and Compaq C compilers.
17485
17486 2007-03-11  Bruno Haible  <bruno@clisp.org>
17487
17488         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
17489         decrementing code ANSI C compliant.
17490
17491 2007-03-11  Bruno Haible  <bruno@clisp.org>
17492
17493         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
17494         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
17495
17496 2007-03-11  Bruno Haible  <bruno@clisp.org>
17497
17498         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
17499         <stdbool.h> substitute doesn't pass.
17500
17501 2007-03-11  Bruno Haible  <bruno@clisp.org>
17502
17503         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
17504
17505 2007-03-11  Bruno Haible  <bruno@clisp.org>
17506
17507         * gnulib-tool (func_create_megatestdir): Create also an autobuild
17508         script, for submission to autobuild.josefsson.org.
17509
17510 2007-03-10  Bruno Haible  <bruno@clisp.org>
17511
17512         * modules/canonicalize-lgpl-tests: New file.
17513         * tests/test-canonicalize-lgpl.sh: New file.
17514         * tests/test-canonicalize-lgpl.c: New file.
17515
17516         * modules/c-strcase-tests: New file.
17517         * tests/test-c-strcase.sh: New file.
17518         * tests/test-c-strcasecmp.c: New file.
17519         * tests/test-c-strncasecmp.c: New file.
17520
17521         * modules/atexit-tests: New file.
17522         * tests/test-atexit.sh: New file.
17523         * tests/test-atexit.c: New file.
17524
17525 2007-03-10  Bruno Haible  <bruno@clisp.org>
17526
17527         * tests/test-binary-io.sh: Use temporary filenames that are not so
17528         likely to clash with those of other tests (in a parallel make).
17529         * tests/test-binary-io.c: Likewise.
17530
17531 2007-03-10  Bruno Haible  <bruno@clisp.org>
17532
17533         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
17534         fallback; use #error instead.
17535         Suggested by Simon Josefsson.
17536
17537 2007-03-10  Bruno Haible  <bruno@clisp.org>
17538
17539         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
17540         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
17541         first and the last.
17542
17543 2007-03-10  Bruno Haible  <bruno@clisp.org>
17544
17545         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
17546
17547 2007-03-10  Bruno Haible  <bruno@clisp.org>
17548
17549         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
17550         "make distcheck".
17551         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
17552         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
17553         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
17554
17555 2007-03-10  Bruno Haible  <bruno@clisp.org>
17556
17557         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
17558         variable.
17559         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
17560         variable.
17561
17562 2007-03-09  Eric Blake  <ebb9@byu.net>
17563         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
17564
17565         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
17566         types are not being provided by gnulib.
17567         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
17568         types are supported.
17569
17570 2007-03-10  Bruno Haible  <bruno@clisp.org>
17571
17572         * lib/stdio_.h (__attribute__): New macro.
17573         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
17574         vsprintf): Specify __attribute__ __format__ for GCC.
17575         Suggested by Eric Blake.
17576
17577 2007-03-09  Bruno Haible  <bruno@clisp.org>
17578
17579         * modules/printf-posix-tests: New file.
17580         * tests/test-printf-posix.sh: New file.
17581         * tests/test-printf-posix.c: New file.
17582
17583         * modules/printf-posix: New file.
17584         * lib/printf.c: New file.
17585         * m4/printf-posix-rpl.m4: New file.
17586         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
17587         REPLACE_PRINTF.
17588         * lib/stdio_.h (printf): New declaration.
17589         (format, __format__, ____printf____, ____scanf____, ____strftime____,
17590         ____strfmon____): New macros.
17591         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
17592         REPLACE_PRINTF.
17593
17594 2007-03-09  Bruno Haible  <bruno@clisp.org>
17595
17596         * tests/test-vasnprintf-posix2.sh: New file.
17597         * tests/test-vasnprintf-posix2.c: New file.
17598         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
17599         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
17600         (Makefile.am): Activate test-vasnprintf-posix2.sh.
17601
17602         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
17603         a locale dependent decimal point, rather than always '.'.
17604
17605 2007-03-09  Eric Blake  <ebb9@byu.net>
17606
17607         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
17608         spite of platforms like Tandem/NSK that define it to -1.
17609
17610 2007-03-08  Bruno Haible  <bruno@clisp.org>
17611
17612         * modules/vprintf-posix-tests: New file.
17613         * tests/test-vprintf-posix.sh: New file.
17614         * tests/test-vprintf-posix.c: New file.
17615         * tests/test-printf-posix.h: New file.
17616
17617         * modules/vprintf-posix: New file.
17618         * lib/vprintf.c: New file.
17619         * m4/vprintf-posix.m4: New file.
17620         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
17621         REPLACE_VPRINTF.
17622         * lib/stdio_.h (vprintf): New declaration.
17623         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
17624         REPLACE_VPRINTF.
17625
17626 2007-03-08  Bruno Haible  <bruno@clisp.org>
17627
17628         * modules/fprintf-posix-tests: New file.
17629         * tests/test-fprintf-posix.sh: New file.
17630         * tests/test-fprintf-posix.c: New file.
17631
17632         * modules/fprintf-posix: New file.
17633         * lib/fprintf.c: New file.
17634         * m4/fprintf-posix.m4: New file.
17635         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
17636         REPLACE_FPRINTF.
17637         * lib/stdio_.h (fprintf): New declaration.
17638         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
17639         REPLACE_FPRINTF.
17640
17641 2007-03-08  Bruno Haible  <bruno@clisp.org>
17642
17643         * modules/vfprintf-posix-tests: New file.
17644         * tests/test-vfprintf-posix.sh: New file.
17645         * tests/test-vfprintf-posix.c: New file.
17646         * tests/test-fprintf-posix.h: New file.
17647         * tests/test-fprintf-posix.out: New file.
17648
17649         * modules/vfprintf-posix: New file.
17650         * lib/vfprintf.c: New file.
17651         * m4/vfprintf-posix.m4: New file.
17652         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
17653         REPLACE_VFPRINTF.
17654         * lib/stdio_.h (vfprintf): New declaration.
17655         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
17656         REPLACE_VFPRINTF.
17657
17658 2007-03-08  Bruno Haible  <bruno@clisp.org>
17659
17660         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
17661
17662 2007-03-08  Bruno Haible  <bruno@clisp.org>
17663
17664         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
17665         instead of 'expr' invocations.
17666         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17667         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17668         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17669         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17670         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17671         Suggested by Paul Eggert.
17672
17673 2007-03-08  Bruno Haible  <bruno@clisp.org>
17674
17675         * modules/fseterr-tests: New file.
17676         * tests/test-fseterr.c: New file.
17677
17678         * modules/fseterr: New file.
17679         * lib/fseterr.h: New file.
17680         * lib/fseterr.c: New file.
17681
17682 2007-03-08  Bruno Haible  <bruno@clisp.org>
17683
17684         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
17685         * lib/getopt_.h: Likewise.
17686         * lib/mbswidth.h: Likewise.
17687         * lib/setenv.h: Likewise.
17688         * lib/vasnprintf.h: Likewise.
17689         * lib/vasprintf.h: Likewise.
17690         * lib/verror.h: Likewise.
17691         * lib/xsetenv.h: Likewise.
17692         * lib/xvasprintf.h: Likewise.
17693
17694 2007-03-08  Jim Meyering  <jim@meyering.net>
17695
17696         * users.txt: Add parted.
17697
17698         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
17699
17700 2007-03-07  Bruno Haible  <bruno@clisp.org>
17701
17702         * m4/printf.m4: Make the shell script snippets copy&pastable.
17703
17704 2007-03-02  Bruno Haible  <bruno@clisp.org>
17705
17706         * lib/netinet_in_.h: New file.
17707         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
17708         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
17709         * modules/netinet_in (Files): Add lib/netinet_in_.h.
17710         (Depends-on): Add absolute-header.
17711         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
17712         into netinet/in.h.
17713
17714 2007-03-03  Bruno Haible  <bruno@clisp.org>
17715
17716         * lib/sys_select_.h: New file.
17717         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
17718         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
17719         * modules/sys_select (Files): Add lib/sys_select_.h.
17720         (Depends-on): Add absolute-header.
17721         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
17722         into sys/select.h.
17723
17724 2007-03-02  Bruno Haible  <bruno@clisp.org>
17725
17726         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
17727         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
17728         values.
17729         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
17730         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
17731         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
17732         * modules/sys_socket (Depends-on): Add absolute-header.
17733         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
17734         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
17735         (Include): Remove requirement of inclusion of <sys/types.h>.
17736
17737 2007-03-02  Bruno Haible  <bruno@clisp.org>
17738
17739         * lib/byteswap_.h (bswap_32): Fix formula.
17740
17741 2007-03-06  Bruno Haible  <bruno@clisp.org>
17742
17743         * modules/sprintf-posix-tests: New file.
17744         * tests/test-sprintf-posix.c: New file.
17745
17746         * modules/sprintf-posix: New file.
17747         * lib/sprintf.c: New file.
17748         * m4/sprintf-posix.m4: New file.
17749         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
17750         REPLACE_SPRINTF.
17751         * lib/stdio_.h (sprintf): New declaration.
17752         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
17753         REPLACE_SPRINTF.
17754
17755 2007-03-06  Bruno Haible  <bruno@clisp.org>
17756
17757         * modules/vsprintf-posix-tests: New file.
17758         * tests/test-vsprintf-posix.c: New file.
17759         * tests/test-sprintf-posix.h: New file.
17760
17761         * modules/vsprintf-posix: New file.
17762         * lib/vsprintf.c: New file.
17763         * m4/vsprintf-posix.m4: New file.
17764         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
17765         REPLACE_VSPRINTF.
17766         * lib/stdio_.h (vsprintf): New declaration.
17767         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
17768         REPLACE_VSPRINTF.
17769
17770 2007-03-06  Bruno Haible  <bruno@clisp.org>
17771
17772         * modules/vsnprintf (Depend-on): Remove minmax.
17773
17774 2007-03-06  Bruno Haible  <bruno@clisp.org>
17775
17776         * modules/snprintf-posix-tests: New file.
17777         * tests/test-snprintf-posix.c: New file.
17778
17779         * modules/snprintf-posix: New file.
17780         * m4/snprintf-posix.m4: New file.
17781         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
17782         gl_FUNC_SNPRINTF.
17783         (gl_FUNC_SNPRINTF): Invoke it.
17784         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
17785         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
17786         is set.
17787         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
17788
17789 2007-03-06  Bruno Haible  <bruno@clisp.org>
17790
17791         * modules/vsnprintf-posix-tests: New file.
17792         * tests/test-vsnprintf-posix.c: New file.
17793         * tests/test-snprintf-posix.h: New file.
17794
17795         * modules/vsnprintf-posix: New file.
17796         * m4/vsnprintf-posix.m4: New file.
17797         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
17798         gl_FUNC_VSNPRINTF.
17799         (gl_FUNC_VSNPRINTF): Invoke it.
17800         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
17801         * lib/stdio_.h (vsnprintf): Define as a replacement if
17802         REPLACE_VSNPRINTF is set.
17803         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
17804
17805 2007-03-06  Bruno Haible  <bruno@clisp.org>
17806
17807         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
17808         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
17809
17810 2007-03-06  Bruno Haible  <bruno@clisp.org>
17811
17812         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
17813         (asinl): Declare also if HAVE_DECL_ASINL is set.
17814         (atanl): Declare also if HAVE_DECL_ATANL is set.
17815         (ceill): Declare also if HAVE_DECL_CEILL is set.
17816         (cosl): Declare also if HAVE_DECL_COSL is set.
17817         (expl): Declare also if HAVE_DECL_EXPL is set.
17818         (floorl): Declare also if HAVE_DECL_FLOORL is set.
17819         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
17820         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
17821         (logl): Declare also if HAVE_DECL_LOGL is set.
17822         (sinl): Declare also if HAVE_DECL_SINL is set.
17823         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
17824         (tanl): Declare also if HAVE_DECL_TANL is set.
17825         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
17826         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
17827         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
17828         declaration of frexpl, ldexpl.
17829         * modules/printf-frexpl (Depends-on): Add math.
17830         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
17831
17832 2007-03-05  Bruno Haible  <bruno@clisp.org>
17833
17834         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
17835         frexpl and ldexpl are declared.
17836         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
17837
17838 2007-03-05  Bruno Haible  <bruno@clisp.org>
17839
17840         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
17841         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
17842
17843 2007-03-05  Bruno Haible  <bruno@clisp.org>
17844
17845         * lib/stdio_.h: Include <stddef.h>.
17846
17847 2007-03-05  Bruno Haible  <bruno@clisp.org>
17848
17849         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
17850
17851 2007-03-05  Bruno Haible  <bruno@clisp.org>
17852
17853         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
17854         NetBSD 4, from Ralf Wildenhues.
17855
17856 2007-03-04  Bruno Haible  <bruno@clisp.org>
17857
17858         * lib/vasprintf.h: Update #if logic for the case when the functions
17859         exist but are overridden.
17860
17861 2007-03-04  Bruno Haible  <bruno@clisp.org>
17862
17863         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
17864         implementations: glibc-2.4 and MacOS X 10.3.
17865         * tests/test-vasnprintf-posix.c (test_function): Test also the case
17866         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
17867         * tests/test-vasprintf-posix.c (test_function): Likewise.
17868
17869 2007-03-04  Bruno Haible  <bruno@clisp.org>
17870
17871         * modules/vasprintf-posix-tests: New file.
17872         * tests/test-vasprintf-posix.c: New file.
17873
17874         * modules/vasprintf-posix: New file.
17875         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
17876         defined.
17877         * m4/vasprintf-posix.m4: New file.
17878         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
17879         gl_FUNC_VASPRINTF.
17880         (gl_FUNC_VASPRINTF): Invoke it.
17881         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
17882         here.
17883         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
17884
17885 2007-03-04  Bruno Haible  <bruno@clisp.org>
17886
17887         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
17888         REPLACE_GETTIMEOFDAY.
17889         * modules/sys_time (Makefile.am): Likewise.
17890         * m4/sys_time_h.m4: Likewise.
17891         * m4/gettimeofday.m4: Likewise.
17892
17893 2007-03-04  Bruno Haible  <bruno@clisp.org>
17894
17895         * modules/vasnprintf-posix-tests: New file.
17896         * tests/test-vasnprintf-posix.c: New file.
17897
17898         * modules/vasnprintf-posix: New file.
17899         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
17900         printf-frexpl.h.
17901         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
17902         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
17903         REPLACE_VASNPRINTF is defined.
17904         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
17905         gl_FUNC_VASNPRINTF.
17906         (gl_FUNC_VASNPRINTF): Invoke it.
17907         * m4/vasnprintf-posix.m4: New file.
17908         * m4/printf.m4: New file.
17909
17910 2007-03-04  Bruno Haible  <bruno@clisp.org>
17911
17912         Compile progreloc.c only if --enable-relocatable is specified.
17913         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
17914         if --enable-relocatable was specified.
17915         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
17916         lib_SOURCES.
17917
17918 2007-03-04  Jim Meyering  <jim@meyering.net>
17919
17920         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
17921         Use it consistently, rather than enumerating errno constants.
17922
17923 2007-03-04  Bruno Haible  <bruno@clisp.org>
17924
17925         * modules/xvasprintf-tests: New file.
17926         * tests/test-xvasprintf.c: New file.
17927
17928         * modules/vasprintf-tests: New file.
17929         * tests/test-vasprintf.c: New file.
17930
17931         * modules/vasnprintf-tests: New file.
17932         * tests/test-vasnprintf.c: New file.
17933
17934         * modules/vsnprintf-tests: New file.
17935         * tests/test-vsnprintf.c: New file.
17936
17937         * modules/snprintf-tests: New file.
17938         * tests/test-snprintf.c: New file.
17939
17940 2007-03-04  Bruno Haible  <bruno@clisp.org>
17941
17942         Compile relocatable.c only if --enable-relocatable is specified.
17943         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
17944         gl_RELOCATABLE_LIBRARY.
17945         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
17946         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
17947         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
17948         gl_RELOCATABLE_LIBRARY.
17949         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
17950         (Makefile.am): Remove lib_SOURCES.
17951         * modules/relocatable-lib-lgpl (configure.ac): Invoke
17952         gl_RELOCATABLE_LIBRARY.
17953         (Makefile.am): Remove lib_SOURCES.
17954         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
17955         always.
17956         * modules/relocatable-prog-wrapper (configure.ac): Invoke
17957         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
17958
17959 2007-03-04  Bruno Haible  <bruno@clisp.org>
17960
17961         * modules/argmatch-tests: New file.
17962         * tests/test-argmatch.c: New file.
17963
17964         * tests/test-allocsa.c (main): Halve the number of loop runs.
17965
17966         * modules/alloca-opt-tests: New file.
17967         * tests/test-alloca-opt.c: New file.
17968
17969 2007-03-04  Jim Meyering  <jim@meyering.net>
17970
17971         Work around difference between Linux ACLs and Solaris 10 ZFS.
17972         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
17973         for EINVAL.
17974
17975 2007-03-03  Bruno Haible  <bruno@clisp.org>
17976
17977         * modules/relocatable-prog (Depends-on): Add back progreloc's
17978         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
17979
17980 2007-03-03  Bruno Haible  <bruno@clisp.org>
17981
17982         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
17983         * modules/relocatable-lib: New file.
17984
17985 2007-03-03  Bruno Haible  <bruno@clisp.org>
17986
17987         * modules/relocatable-prog: Renamed from modules/relocatable.
17988         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
17989
17990 2007-03-03  Bruno Haible  <bruno@clisp.org>
17991
17992         * modules/relocatable-script (Files): Add doc/relocatable.texi,
17993         m4/relocatable-lib.m4.
17994         (Depends-on): Remove 'relocatable'.
17995         (configure.ac): Add gl_RELOCATABLE_NOP.
17996
17997 2007-03-03  Bruno Haible  <bruno@clisp.org>
17998
17999         * modules/relocatable-prog-wrapper: New file.
18000         * modules/relocatable (Depends-on): Add it. Remove all other
18001         dependencies except progname.
18002         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
18003
18004         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
18005         (gl_FUNC_STRERROR): Nop.
18006         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
18007
18008         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
18009         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
18010
18011         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
18012         (gl_FUNC_READLINK): Update.
18013
18014         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
18015
18016 2007-03-03  Bruno Haible  <bruno@clisp.org>
18017
18018         * lib/xreadlink.c: Include <unistd.h> unconditionally.
18019         * modules/xreadlink (Depends-on): Add unistd.
18020         * modules/xreadlink-with-size (Depends-on): Likewise.
18021
18022 2007-03-03  Bruno Haible  <bruno@clisp.org>
18023
18024         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
18025         extracted from gt_FUNC_SETENV.
18026         (gt_FUNC_SETENV): Remove macro.
18027         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
18028         remove gt_FUNC_SETENV.
18029
18030 2007-03-03  Bruno Haible  <bruno@clisp.org>
18031
18032         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
18033         ENABLE_RELOCATABLE here.
18034         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
18035
18036 2007-03-03  Bruno Haible  <bruno@clisp.org>
18037
18038         * modules/rbtreehash-list-tests (Depends-on): Add progname.
18039         * tests/test-rbtreehash_list.c: Include progname.h.
18040         (main): Call set_program_name.
18041
18042         * modules/rbtree-oset-tests (Depends-on): Add progname.
18043         * tests/test-rbtree_oset.c: Include progname.h.
18044         (main): Call set_program_name.
18045
18046         * modules/rbtree-list-tests (Depends-on): Add progname.
18047         * tests/test-rbtree_list.c: Include progname.h.
18048         (main): Call set_program_name.
18049
18050         * modules/linked-list-tests (Depends-on): Add progname.
18051         * tests/test-linked_list.c: Include progname.h.
18052         (main): Call set_program_name.
18053
18054 2007-03-03  Bruno Haible  <bruno@clisp.org>
18055
18056         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
18057         All uses of __restrict changed to _Restrict_.
18058         * lib/glob_.h (__restrict): Remove macro.
18059
18060 2007-03-02  Bruno Haible  <bruno@clisp.org>
18061
18062         * modules/gettext (configure.ac): Require gettext infrastructure
18063         from version 0.16.1.
18064
18065 2007-03-02  Bruno Haible  <bruno@clisp.org>
18066
18067         * modules/linkedhash-list-tests (Depends-on): Add progname.
18068         * tests/test-linkedhash_list.c: Include progname.h.
18069         (main): Call set_program_name.
18070
18071         * modules/carray-list-tests (Depends-on): Add progname.
18072         * tests/test-carray_list.c: Include progname.h.
18073         (main): Call set_program_name.
18074
18075         * modules/avltreehash-list-tests (Depends-on): Add progname.
18076         * tests/test-avltreehash_list.c: Include progname.h.
18077         (main): Call set_program_name.
18078
18079         * modules/avltree-oset-tests (Depends-on): Add progname.
18080         * tests/test-avltree_oset.c: Include progname.h.
18081         (main): Call set_program_name.
18082
18083         * modules/avltree-list-tests (Depends-on): Add progname.
18084         * tests/test-avltree_list.c: Include progname.h.
18085         (main): Call set_program_name.
18086
18087         * modules/array-oset-tests (Depends-on): Add progname.
18088         * tests/test-array_oset.c: Include progname.h.
18089         (main): Call set_program_name.
18090
18091         * modules/array-list-tests (Depends-on): Add progname.
18092         * tests/test-array_list.c: Include progname.h.
18093         (main): Call set_program_name.
18094
18095         * modules/argp-tests (Depends-on): Add progname.
18096         * tests/test-argp.c: Include argp.h first. Include progname.h.
18097         (main): Call set_program_name.
18098
18099 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
18100
18101         * doc/gnulib-tool.texi (Initial import): Reword description of
18102         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
18103         limited effect even if defined after the first system include.
18104
18105 2007-03-01  Bruno Haible  <bruno@clisp.org>
18106
18107         * build-aux/config.libpath: Update to libtool-1.5.22.
18108         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18109
18110 2007-03-01  Bruno Haible  <bruno@clisp.org>
18111
18112         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
18113         foo_CFLAGS.
18114         Reported by Ralf Wildenhues.
18115
18116 2007-03-01  Bruno Haible  <bruno@clisp.org>
18117
18118         * build-aux/install-reloc: Remove object files left over by some
18119         compilers.
18120         Reported by Ralf Wildenhues.
18121
18122 2007-03-01  Bruno Haible  <bruno@clisp.org>
18123
18124         * build-aux/install-reloc: Break long lines.
18125
18126 2007-03-01  Bruno Haible  <bruno@clisp.org>
18127
18128         * doc/relocatable.texi: Document that it may not work on OpenBSD.
18129         Reported by Ralf Wildenhues.
18130
18131 2007-03-01  Bruno Haible  <bruno@clisp.org>
18132
18133         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
18134         include ordering constraints.
18135
18136 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18137
18138         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
18139         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
18140         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
18141         as another example.
18142         * lib/time_.h: Fix misspelling.
18143         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
18144         Require gl_HEADER_TIME_H_DEFAULTS.
18145         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
18146         * m4/time_r.m4 (gl_TIME_R): Likewise.
18147         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
18148
18149 2007-03-01  Bruno Haible  <bruno@clisp.org>
18150
18151         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
18152         * m4/utimens.m4 (gl_UTIMENS): Likewise.
18153
18154 2007-03-01  Jim Meyering  <jim@meyering.net>
18155
18156         * modules/xreadlink (Maintainer): Add my name.
18157         * modules/xreadlink-with-size (Depends-on): Alphabetize.
18158
18159 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
18160             Bruno Haible  <bruno@clisp.org>
18161
18162         * build-aux/install-reloc: Compile also c-ctype.c.
18163         * build-aux/relocatable.sh.in: New file.
18164         * doc/relocatable.texi: New file.
18165         * doc/relocatable-maint.texi: New file.
18166         * doc/gnulib.texi: Include relocatable-maint.texi.
18167         * lib/progreloc.c: Include unistd.h unconditionally.
18168         * lib/relocwrapper.c: Include unistd.h unconditionally.
18169         Include c-ctype.h.
18170         (add_dotbin): Use c_tolower.
18171         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
18172         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
18173         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
18174         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
18175         to m4/relocatable-lib.m4.
18176         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
18177         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
18178         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
18179         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
18180         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
18181         * modules/relocatable: New file.
18182         * modules/relocatable-lib: New file.
18183         * modules/relocatable-script: New file.
18184
18185 2007-02-28  Bruno Haible  <bruno@clisp.org>
18186
18187         Import --enable-relocatable infrastructure.
18188         * build-aux/config.libpath: New file, from GNU gettext.
18189         * build-aux/install-reloc: New file, from GNU gettext.
18190         * build-aux/reloc-ldflags: New file, from GNU gettext.
18191         * lib/relocatable.h: New file, from GNU gettext.
18192         * lib/relocatable.c: New file, from GNU gettext.
18193         * lib/relocwrapper.c: New file, from GNU gettext.
18194         * m4/relocatable.m4: New file, from GNU gettext.
18195
18196 2007-02-28  Bruno Haible  <bruno@clisp.org>
18197
18198         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
18199
18200         * modules/xreadlink: New file, from GNU gettext with modifications.
18201         * lib/xreadlink.c: New file, from GNU gettext.
18202         * lib/xreadlink.h: Add comments.
18203         (xreadlink): New declaration.
18204
18205         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
18206         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
18207         lib/xreadlink-with-size.c.
18208         (configure.ac): Remove gl_XREADLINK invocation.
18209         (Makefile.am): Augment lib_SOURCES.
18210         * m4/xreadlink.m4: Remove file.
18211         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
18212         (xreadlink_with_size): Renamed from xreadink.
18213         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
18214         * modules/canonicalize (Depends-on): Replace xreadlink with
18215         xreadlink-with-size.
18216         * lib/canonicalize.c (canonicalize_filename_mode): Update.
18217
18218 2007-02-25  Jim Meyering  <jim@meyering.net>
18219
18220         * build-aux/announce-gen: When complaining about excess arguments,
18221         list them.
18222
18223 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
18224
18225         * README: Document signed integer overflow situation more
18226         accurately.
18227
18228 2007-02-25  Bruno Haible  <bruno@clisp.org>
18229
18230         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
18231         'a' or 'A' conversion.
18232
18233 2007-02-25  Bruno Haible  <bruno@clisp.org>
18234
18235         * modules/filename: Renamed from modules/pathname.
18236         (Files): Replace lib/pathname.h with lib/filename.h. Replace
18237         lib/concatpath.c with lib/concat-filename.c.
18238         (Makefile.am): Update.
18239         (Include): Replace pathname.h with filename.h.
18240         * lib/filename.h: Renamed from lib/pathname.h.
18241         (concatenated_filename): Renamed from concatenated_pathname.
18242         * lib/concat-filename.c: Renamed from lib/concatpath.c.
18243         (concatenated_filename): Renamed from concatenated_pathname.
18244         * lib/findprog.c: Include filename.h instead of pathname.h.
18245         (find_in_path): Update.
18246         * lib/javacomp.c: Include filename.h instead of pathname.h.
18247         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
18248         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
18249         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
18250         is_oldgcj_14_13_usable, is_javac_usable): Update.
18251         * lib/javaexec.c: Include filename.h instead of pathname.h.
18252         (execute_java_class): Update.
18253         * modules/findprog: Update.
18254         * modules/javacomp: Update.
18255         * modules/javaexec: Update.
18256         * MODULES.html.sh (File system functions): Add 'filename', remove
18257         'pathname'.
18258
18259 2007-02-25  Bruno Haible  <bruno@clisp.org>
18260
18261         * modules/printf-frexpl-tests: New file.
18262         * tests/test-printf-frexpl.c: New file.
18263
18264         * modules/printf-frexpl: New file.
18265         * lib/printf-frexpl.h: New file.
18266         * lib/printf-frexpl.c: New file.
18267         * m4/printf-frexpl.m4: New file.
18268
18269 2007-02-25  Bruno Haible  <bruno@clisp.org>
18270
18271         * modules/printf-frexp-tests: New file.
18272         * tests/test-printf-frexp.c: New file.
18273
18274         * modules/printf-frexp: New file.
18275         * lib/printf-frexp.h: New file.
18276         * lib/printf-frexp.c: New file.
18277         * m4/printf-frexp.m4: New file.
18278
18279 2007-02-25  Bruno Haible  <bruno@clisp.org>
18280
18281         Assume automake >= 1.10 for the tests.
18282         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
18283         * modules/arctwo-tests: Likewise.
18284         * modules/argp-tests: Likewise.
18285         * modules/avltree-list-tests: Likewise.
18286         * modules/avltree-oset-tests: Likewise.
18287         * modules/avltreehash-list-tests: Likewise.
18288         * modules/carray-list-tests: Likewise.
18289         * modules/crc-tests: Likewise.
18290         * modules/des-tests: Likewise.
18291         * modules/gc-arcfour-tests: Likewise.
18292         * modules/gc-arctwo-tests: Likewise.
18293         * modules/gc-des-tests: Likewise.
18294         * modules/gc-hmac-md5-tests: Likewise.
18295         * modules/gc-hmac-sha1-tests: Likewise.
18296         * modules/gc-md2-tests: Likewise.
18297         * modules/gc-md4-tests: Likewise.
18298         * modules/gc-md5-tests: Likewise.
18299         * modules/gc-pbkdf2-sha1-tests: Likewise.
18300         * modules/gc-rijndael-tests: Likewise.
18301         * modules/gc-sha1-tests: Likewise.
18302         * modules/gc-tests: Likewise.
18303         * modules/getaddrinfo-tests: Likewise.
18304         * modules/hmac-md5-tests: Likewise.
18305         * modules/hmac-sha1-tests: Likewise.
18306         * modules/linked-list-tests: Likewise.
18307         * modules/linkedhash-list-tests: Likewise.
18308         * modules/lock-tests: Likewise.
18309         * modules/md2-tests: Likewise.
18310         * modules/md4-tests: Likewise.
18311         * modules/md5-tests: Likewise.
18312         * modules/rbtree-list-tests: Likewise.
18313         * modules/rbtree-oset-tests: Likewise.
18314         * modules/rbtreehash-list-tests: Likewise.
18315         * modules/read-file-tests: Likewise.
18316         * modules/rijndael-tests: Likewise.
18317         * modules/stdint-tests: Likewise.
18318         * modules/tls-tests: Likewise.
18319
18320 2007-02-24  Bruno Haible  <bruno@clisp.org>
18321
18322         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
18323         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
18324         function; instead check whether isnan with a double argument links.
18325         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
18326         function; instead check whether isnan with a 'long double' argument
18327         links.
18328         Reported by Eric Blake <ebb9@byu.net>.
18329
18330 2007-02-24  Bruno Haible  <bruno@clisp.org>
18331
18332         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
18333         defined.
18334         * lib/isnanl.c: Remove all code. Just include isnan.c.
18335         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
18336
18337 2007-02-25  Jim Meyering  <jim@meyering.net>
18338
18339         Avoid conflicting types for 'unsetenv' on FreeBSD.
18340         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
18341         conflicting with FreeBSD's (5.0 and 6.1) function declaration
18342         in stdlib.h.
18343
18344 2007-02-24  Bruno Haible  <bruno@clisp.org>
18345
18346         * modules/isnanl-nolibm-tests: New file.
18347         * tests/test-isnanl.c: New file.
18348
18349         * modules/isnanl-nolibm: New file.
18350         * lib/isnanl.h: New file.
18351         * lib/isnanl.c: New file.
18352         * m4/isnanl.m4: New file.
18353
18354 2007-02-24  Bruno Haible  <bruno@clisp.org>
18355
18356         * modules/isnan-nolibm-tests: New file.
18357         * tests/test-isnan.c: New file.
18358
18359         * modules/isnan-nolibm: New file.
18360         * lib/isnan.h: New file.
18361         * lib/isnan.c: New file.
18362         * m4/isnan.m4: New file.
18363
18364 2007-02-24  Bruno Haible  <bruno@clisp.org>
18365
18366         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
18367         assume that an exponent fits in 20 bits.
18368
18369 2007-02-24  Jim Meyering  <jim@meyering.net>
18370
18371         * m4/regex.m4: Update the description of the configure-time option,
18372         --without-included-regex, to state accurately what the defaults are,
18373         and perhaps to give people an idea why using this option is risky.
18374
18375 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
18376
18377         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
18378         loops on small arguments.  This attempts to avoid the problem
18379         Bruno Haible reported for AIX 4.3.2 in
18380         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
18381
18382 2007-02-23  Bruno Haible  <bruno@clisp.org>
18383
18384         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
18385         Needed for help2man.
18386
18387 2007-02-23  Karl Berry  <karl@gnu.org>
18388
18389         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
18390         exists, foo.h should be cvs-ignored, not committed.
18391
18392 2007-02-23  Eric Blake  <ebb9@byu.net>
18393
18394         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
18395         * lib/stat-time.h (includes): Likewise.
18396         * lib/utimecmp.c (includes): Likewise.
18397         * lib/utimens.h (includes): Likewise.
18398         * lib/getdate.y (includes): Also include "timespec.h" for use
18399         internal to the module.
18400         * modules/utimens (Depends-on): Revert yesterday's patch.
18401         * modules/nanosleep (Depends-on): Add missing dependency.
18402
18403 2007-02-22  Bruno Haible  <bruno@clisp.org>
18404
18405         * lib/glob.c: Don't include getlogin_r.h.
18406
18407 2007-02-22  Jim Meyering  <jim@meyering.net>
18408
18409         * modules/utimens (Depends-on): Add timespec, required for
18410         utimens.h's inclusion of timespec.h.
18411
18412 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
18413
18414         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
18415         long unreadable paths in GNU/Linux.  Problem reported by Andreas
18416         Schwab in
18417         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
18418         I'll try to think of a better way to fix the Solaris problem.
18419
18420         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
18421         like glibc; on Solaris 10, it fails with errno == EINVAL.
18422         POSIX says the behavior is unspecified if the first argument is NULL,
18423         so play it safe and never pass NULL to the system getcwd.
18424
18425 2007-02-21  Jim Meyering  <jim@meyering.net>
18426
18427         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
18428         of gettimeofday.  It would conflict with the one now always
18429         provided via sys_time_.h.  Reported by Matthew Woehlke, as
18430         an IRIX 6.5 build failure.
18431
18432 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
18433
18434         Minor fixups to port to Solaris 10 with Sun C 5.8.
18435         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
18436         * modules/getcwd (Depends-on): Add dirfd.
18437         * lib/putenv.c (putenv): #undef it.
18438         (rpl_putenv): New decl.
18439         (malloc, free): Include <stdlib.h> rather than prototyping separately.
18440
18441 2007-02-20  Bruno Haible  <bruno@clisp.org>
18442
18443         * modules/stdio-tests: New file.
18444         * tests/test-stdio.c: New file.
18445
18446         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
18447         (Depends-on): Add stdio.
18448         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
18449         (Include): Use <stdio.h> instead of vsnprintf.h.
18450         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
18451         HAVE_DECL_VSNPRINTF.
18452         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
18453
18454         * modules/snprintf (Files): Remove lib/snprintf.h.
18455         (Depends-on): Add stdio.
18456         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
18457         (Include): Use <stdio.h> instead of snprintf.h.
18458         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
18459         HAVE_DECL_SNPRINTF.
18460         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
18461         * lib/getaddrinfo.c: Likewise.
18462
18463         * modules/stdio: New file.
18464         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
18465         * lib/snprintf.h: Remove file.
18466         * lib/vsnprintf.h: Remove file.
18467         * lib/.cppi-disable: Remove snprintf.h.
18468         * m4/stdio_h.m4: New file.
18469         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
18470
18471 2007-02-20  Jim Meyering  <jim@meyering.net>
18472
18473         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
18474         used by e.g., mingw.  From Bruno Haible.
18475
18476 2007-02-19  Bruno Haible  <bruno@clisp.org>
18477
18478         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
18479         warnings.
18480         Reported by Ben Pfaff <blp@cs.stanford.edu>.
18481
18482 2007-02-19  Bruno Haible  <bruno@clisp.org>
18483
18484         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
18485         from mingw users.
18486
18487 2007-02-19  Bruno Haible  <bruno@clisp.org>
18488
18489         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
18490         warnings.
18491         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
18492
18493 2007-02-19  Jim Meyering  <jim@meyering.net>
18494
18495         Don't use FD after a successful "fdopendir (fd)".
18496         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
18497         Reset it by calling dirfd on the just-obtained DIR*.
18498
18499         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
18500         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
18501
18502 2007-02-18  Bruno Haible  <bruno@clisp.org>
18503
18504         * lib/readlink.c: Include <unistd.h>.
18505         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
18506         HAVE_READLINK.
18507         * modules/readlink (Depends-on): Add unistd.
18508         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18509         (Include): Add <unistd.h>.
18510
18511         * lib/getlogin_r.h: Remove file.
18512         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
18513         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
18514         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
18515         HAVE_DECL_GETLOGIN_R.
18516         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
18517         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18518         (Include): Use <unistd.h> instead of getlogin_r.h.
18519
18520         * lib/getcwd.h: Remove file.
18521         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
18522         * lib/xgetcwd.c: Likewise.
18523         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
18524         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
18525         * modules/getcwd (Files): Remove lib/getcwd.h.
18526         (Depends-on): Add unistd.
18527         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18528         (Include): Use <unistd.h> instad of getcwd.h.
18529
18530         * lib/ftruncate.c: Include <unistd.h> first.
18531         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
18532         Set HAVE_FTRUNCATE.
18533         * modules/ftruncate (Depends-on): Add unistd.
18534         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18535
18536         * lib/fchdir.c: Include <unistd.h> first.
18537         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
18538         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
18539         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
18540         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18541         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
18542
18543         * lib/dup2.c: Include <unistd.h> first.
18544         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
18545         HAVE_DUP2.
18546         * modules/dup2 (Depends-on): Add unistd.
18547         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18548
18549         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
18550         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
18551         REPLACE_CHOWN. Don't define chown as a macro here.
18552         * modules/chown (Depends-on): Add unistd.
18553         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18554
18555         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
18556         Add definition for GL_LINK_WARNING.
18557         (chown, dup2): New declarations.
18558         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
18559         link warning.
18560         (ftruncate): New declaration.
18561         (getcwd): New declaration, taken from old getcwd.h.
18562         (getlogin_r): New declaration, taken from old getlogin_r.h.
18563         (readlink): New declaration.
18564         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
18565         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
18566         (gl_PREREQ_UNISTD): Remove macro.
18567         (gl_UNISTD_MODULE_INDICATOR): New macro.
18568         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
18569         many new variables. Don't set UNISTD_H.
18570         * modules/unistd (Description): Change.
18571         (Depends-on): Add link-warning.
18572         (configure.ac): Update.
18573         (Makefile.am): Create unistd.h always. Substitute many new variables
18574         into it.
18575
18576 2007-02-18  Bruno Haible  <bruno@clisp.org>
18577
18578         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
18579         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
18580         HAVE_GETSUBOPT.
18581         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
18582         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
18583         * lib/getsubopt.h: Remove file.
18584         * modules/getsubopt (Files): Remove lib/getsubopt.h.
18585         (Depends-on): Add stdlib.
18586         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18587         (Includes): Use <stdlib.h> instead of getsubopt.h.
18588         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
18589         Set HAVE_GETSUBOPT.
18590         * lib/getsubopt.c: Don't include getsubopt.h.
18591
18592 2007-02-18  Bruno Haible  <bruno@clisp.org>
18593
18594         * modules/fchdir (Depends-on): Add dup2.
18595
18596 2007-02-18  Bruno Haible  <bruno@clisp.org>
18597
18598         * lib/stdlib_.h: Handle glibc's special invocation convention
18599         specially.
18600
18601 2007-02-18  Bruno Haible  <bruno@clisp.org>
18602
18603         * modules/stdlib-tests: New file.
18604         * tests/test-stdlib.c: New file.
18605
18606         * modules/mkstemp (Files): Remove lib/mkstemp.h.
18607         (Depends-on): Add stdlib.
18608         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18609         (Includes): Use <stdlib.h> instead of mkstemp.h.
18610         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
18611         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
18612         * lib/mkstemp.c: Don't include mkstemp.h.
18613         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
18614         * lib/stdlib--.h: Don't include mkstemp.h.
18615
18616         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
18617         (Depends-on): Add stdlib.
18618         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18619         (Includes): Use <stdlib.h> instead of mkdtemp.h.
18620         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
18621         HAVE_MKDTEMP.
18622         * lib/mkdtemp.c: Don't include mkdtemp.h.
18623         * lib/clean-temp.c: Don't include mkdtemp.h.
18624
18625         * modules/exit (Files): Remove lib/exit.h.
18626         (Depends-on): Add stdlib.
18627         (Makefile.am): Remove lib_SOURCES.
18628         (Include): Use <stdlib.h> instead of exit.h.
18629         * lib/argmatch.c: Don't include exit.h.
18630         * lib/execute.c: Likewise.
18631         * lib/pagealign_alloc.c: Likewise.
18632         * lib/pipe.c: Likewise.
18633         * lib/wait-process.c: Likewise.
18634         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
18635         * lib/exitfail.c: Likewise.
18636         * lib/savewd.c: Likewise.
18637         * lib/xsetenv.c: Likewise.
18638
18639         * modules/stdlib: New file.
18640         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
18641         and extra comments about mkstemp().
18642         * lib/exit.h: Remove file.
18643         * lib/mkdtemp.h: Remove file.
18644         * lib/mkstemp.h: Remove file.
18645         * m4/stdlib_h.m4: New file.
18646         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
18647
18648 2007-02-18  Bruno Haible  <bruno@clisp.org>
18649
18650         * modules/math-tests: New file.
18651         * tests/test-math.c: New file.
18652
18653         * modules/math: New file.
18654         * modules/mathl (Files): Remove lib/mathl.h.
18655         (Depends-on): Add math.
18656         (Makefile.am): Don't mention mathl.h.
18657         (Include): Use <math.h> instead of mathl.h.
18658         * lib/math_.h: New file.
18659         * lib/mathl.h: Remove file.
18660         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
18661         mathl.h.
18662         * lib/asinl.c: Likewise.
18663         * lib/atanl.c: Likewise.
18664         * lib/ceill.c: Likewise.
18665         * lib/cosl.c: Likewise.
18666         * lib/expl.c: Likewise.
18667         * lib/floorl.c: Likewise.
18668         * lib/frexpl.c: Likewise.
18669         * lib/ldexpl.c: Likewise.
18670         * lib/logl.c: Likewise.
18671         * lib/sincosl.c: Likewise.
18672         * lib/sinl.c: Likewise.
18673         * lib/sqrtl.c: Likewise.
18674         * lib/tanl.c: Likewise.
18675         * lib/trigl.c: Likewise.
18676         * m4/math_h.m4: New file.
18677         * MODULES.html.sh (Mathematics): Add math.
18678
18679 2007-02-17  Bruno Haible  <bruno@clisp.org>
18680
18681         * modules/wctype-tests: New file.
18682         * tests/test-wctype.c: New file.
18683
18684         * modules/wchar-tests: New file.
18685         * tests/test-wchar.c: New file.
18686
18687         * modules/unistd-tests: New file.
18688         * tests/test-unistd.c: New file.
18689
18690         * modules/time-tests: New file.
18691         * tests/test-time.c: New file.
18692
18693         * modules/sysexits-tests: New file.
18694         * tests/test-sysexits.c: New file.
18695
18696         * modules/sys_time-tests: New file.
18697         * tests/test-sys_time.c: New file.
18698
18699         * modules/sys_stat-tests: New file.
18700         * tests/test-sys_stat.c: New file.
18701
18702         * modules/sys_socket-tests: New file.
18703         * tests/test-sys_socket.c: New file.
18704
18705         * modules/sys_select-tests: New file.
18706         * tests/test-sys_select.c: New file.
18707
18708         * modules/string-tests: New file.
18709         * tests/test-string.c: New file.
18710
18711         * modules/stdbool-tests: New file.
18712         * tests/test-stdbool.c: New file.
18713
18714         * modules/netinet_in-tests: New file.
18715         * tests/test-netinet_in.c: New file.
18716
18717         * modules/inttypes-tests: New file.
18718         * tests/test-inttypes.c: New file.
18719
18720         * modules/fcntl-tests: New file.
18721         * tests/test-fcntl.c: New file.
18722
18723         * modules/byteswap-tests: New file.
18724         * tests/test-byteswap.c: New file.
18725
18726         * modules/arpa_inet-tests: New file.
18727         * tests/test-arpa_inet.c: New file.
18728
18729 2007-02-17  Bruno Haible  <bruno@clisp.org>
18730
18731         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
18732         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
18733         if the corresponding module is not enabled. Emit link warnings if
18734         the function is used nevertheless.
18735         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
18736         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
18737         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
18738         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
18739         * modules/inttypes (Depends-on): Add link-warning.
18740         (Makefile.am): Copy the contents of build-aux/link-warning.h into
18741         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
18742         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
18743         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
18744         * modules/imaxdiv (configure.ac): Likewise.
18745         * modules/strtoimax (configure.ac): Likewise.
18746         * modules/strtoumax (configure.ac): Likewise.
18747
18748 2007-02-17  Bruno Haible  <bruno@clisp.org>
18749
18750         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
18751         gl_STRING_MODULE_INDICATOR_DEFAULTS.
18752         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
18753         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
18754
18755 2007-02-17  Bruno Haible  <bruno@clisp.org>
18756
18757         * modules/link-warning: New file.
18758         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
18759         * lib/string_.h (GL_LINK_WARNING): Remove definition.
18760         * modules/string (Depends-on): Add link-warning.
18761         (Makefile.am): Copy the contents of build-aux/link-warning.h into
18762         string.h.
18763         * MODULES.html.sh (Support for building libraries and executables): Add
18764         link-warning.
18765
18766 2007-02-17  Bruno Haible  <bruno@clisp.org>
18767
18768         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
18769         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
18770         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
18771         long lines.
18772
18773 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
18774             Bruno Haible  <bruno@clisp.org>
18775
18776         * modules/tmpfile: New file.
18777         * lib/tmpfile.c: New file.
18778         * m4/tmpfile.m4: New file.
18779         * MODULES.html.sh (func_all_modules): New section "Input/output".
18780
18781 2007-02-15  Bruno Haible  <bruno@clisp.org>
18782
18783         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
18784         (supports_delete_on_close): New function.
18785         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
18786
18787 2007-02-14  Bruno Haible  <bruno@clisp.org>
18788
18789         * modules/mbspcasecmp-tests: New file.
18790         * tests/test-mbspcasecmp.sh: New file.
18791         * tests/test-mbspcasecmp.c: New file.
18792
18793         New module mbspcasecmp.
18794         * modules/mbspcasecmp: New file.
18795         * lib/mbspcasecmp.c: New file.
18796         * lib/string_.h (strncasecmp): Change warning message.
18797         (mbspcasecmp): New declaration.
18798         * m4/mbspcasecmp.m4: New file.
18799         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18800         GNULIB_MBSPCASECMP.
18801         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
18802         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
18803
18804 2007-02-14  Bruno Haible  <bruno@clisp.org>
18805
18806         * modules/mbsncasecmp-tests: New file.
18807         * tests/test-mbsncasecmp.sh: New file.
18808         * tests/test-mbsncasecmp.c: New file.
18809
18810         New module mbsncasecmp.
18811         * modules/mbsncasecmp: New file.
18812         * lib/mbsncasecmp.c: New file.
18813         * lib/string_.h (mbsncasecmp): New declaration.
18814         * m4/mbsncasecmp.m4: New file.
18815         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18816         GNULIB_MBSNCASECMP.
18817         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
18818         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
18819
18820 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
18821
18822         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
18823         Verify that it doesn't overlap with our flags.
18824         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
18825         do not have the desired effect in multibyte locales; instead, use
18826         mbscasecmp.
18827         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
18828         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
18829         we don't require GNU fnmatch ourselves (if our users require it, they
18830         should do so explicitly).
18831
18832         Fix regex code so it doesn't rely on strcasecmp.
18833         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
18834         Otherwise, include gnulib's langinfo.h.
18835         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
18836         undesirable behavior in non-C locales.  Instead, rely on localecharset.
18837         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
18838         * modules/regex (FILES): Remove m4/codeset.m4.
18839         (Depends-on): Add localcharset.  Remove strcase.
18840
18841 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18842
18843         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
18844         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
18845
18846 2007-02-13  Bruno Haible  <bruno@clisp.org>
18847
18848         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
18849         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18850
18851 2007-02-12  Bruno Haible  <bruno@clisp.org>
18852
18853         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
18854         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
18855         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
18856         time warning rather than a link error.
18857
18858 2007-02-12  Bruno Haible  <bruno@clisp.org>
18859
18860         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
18861         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
18862         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18863
18864 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
18865
18866         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
18867         args, not 2.
18868
18869 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
18870
18871         New module 'time', so that apps can include <time.h> as per
18872         POSIX and GNU instead of separate include files like time_r.h
18873         and timegm.h.  This implementation tries out a simpler approach
18874         for replacing decls in standard include files (as compared to
18875         the string module), somewhat as an experiment.
18876
18877         * config/srclist.txt: Comment out mktime.c for now.
18878         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
18879         since it doesn't apply any more.  Use generic wording instead.
18880         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
18881         'time'.
18882         * lib/time_.h, m4/time_h.m4, modules/time: New files.
18883         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
18884         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
18885         Don't include <sys/types.h>; no longer needed since we assume C89.
18886         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
18887         * lib/strftime.c: Likewise.
18888         * lib/time_r.c: Likewise.
18889         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
18890         * lib/nanosleep.c: Include <time.h> first, to check interface.
18891         * lib/strptime.c: Likewise.
18892         * lib/time_r.c: Likewise.
18893         * lib/timegm.c: Likewise.
18894         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
18895         needed.
18896         * lib/timegm.c: Don't include timegm.h; no longer needed.
18897         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
18898         time.h now handles any problems in that area.
18899         (struct timespec, nanosleep): Remove; time.h now arranges for these.
18900         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
18901         that time.h defines struct timespec.
18902         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
18903         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
18904         handles that.
18905         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
18906         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
18907         needed.  Set REPLACE_LOCALTIME.
18908         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
18909         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
18910         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
18911         nanosleep; time_h.m4 now does that.  Don't require
18912         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
18913         module handles this now.
18914         * modules/getdate (Depends-on): Remove timespec.  Add time.
18915         * modules/nanosleep (Depends-on): Likewise.
18916         * modules/stat-time (Depends-on): Likewise.
18917         * modules/nanosleep (Include): Include time.h, not timespec.h.
18918         * modules/strptime (Files): Remove lib/strptime.h.
18919         (Depends-on): Add extensions, time.
18920         (Include): Include time.h, not strptime.h.
18921         * modules/time_r (Files): Remove lib/time_r.h.
18922         (Depends-on): Add time.
18923         (Include): Include time.h, not time_r.h.
18924         * modules/timegm: Likewise.
18925         * modules/timespec (Description): Now does timespec-related decls
18926         of our own, instead of struct timespec itself.
18927         (Depends-on): Add time; remove extensions.
18928         (Maintainer): Add self.
18929         * modules/utimecmp (Depends-on): Add time; remove timespec.
18930         * modules/utimens (Depends-on): Likewise.
18931         * modules/xnanosleep (Depends-on): Likewise.
18932
18933 2007-02-11  Bruno Haible  <bruno@clisp.org>
18934
18935         * lib/c-strstr.c: Include allocsa.h.
18936         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
18937         * lib/c-strcasestr.c: Include allocsa.h.
18938         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
18939         * lib/strcasestr.c: Include allocsa.h.
18940         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
18941         * lib/mbsstr.c: Include allocsa.h.
18942         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
18943         allocsa/freesa instead of malloc/free.
18944         * lib/mbscasestr.c: Include allocsa.h.
18945         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
18946         allocsa/freesa instead of malloc/free.
18947         * modules/c-strstr (Depends-on): Add allocsa.
18948         * modules/c-strcasestr (Depends-on): Likewise.
18949         * modules/strcasestr (Depends-on): Likewise.
18950         * modules/mbsstr (Depends-on): Likewise.
18951         * modules/mbscasestr (Depends-on): Likewise.
18952
18953 2007-02-11  Bruno Haible  <bruno@clisp.org>
18954
18955         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
18956
18957         * modules/mbsspn-tests: New file.
18958         * tests/test-mbsspn.sh: New file.
18959         * tests/test-mbsspn.c: New file.
18960
18961 2007-02-11  Bruno Haible  <bruno@clisp.org>
18962
18963         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
18964
18965         * modules/mbspbrk-tests: New file.
18966         * tests/test-mbspbrk.sh: New file.
18967         * tests/test-mbspbrk.c: New file.
18968
18969 2007-02-11  Bruno Haible  <bruno@clisp.org>
18970
18971         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
18972         unneeded cast.
18973
18974         * modules/mbscspn-tests: New file.
18975         * tests/test-mbscspn.sh: New file.
18976         * tests/test-mbscspn.c: New file.
18977
18978 2007-02-11  Bruno Haible  <bruno@clisp.org>
18979
18980         * modules/mbscasecmp-tests: New file.
18981         * tests/test-mbscasecmp.sh: New file.
18982         * tests/test-mbscasecmp.c: New file.
18983
18984 2007-02-11  Bruno Haible  <bruno@clisp.org>
18985
18986         Ensure O(n) worst-case complexity of mbscasestr.
18987         * lib/mbscasestr.c: Include stdbool.h.
18988         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
18989         functions.
18990         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
18991         the bookkeeping indicates that it's worth it.
18992         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
18993
18994         * modules/mbscasestr-tests: New file.
18995         * tests/test-mbscasestr1.c: New file.
18996         * tests/test-mbscasestr2.sh: New file.
18997         * tests/test-mbscasestr2.c: New file.
18998         * tests/test-mbscasestr3.sh: New file.
18999         * tests/test-mbscasestr3.c: New file.
19000         * tests/test-mbscasestr4.sh: New file.
19001         * tests/test-mbscasestr4.c: New file.
19002         * m4/locale-tr.m4: New file.
19003
19004 2007-02-11  Bruno Haible  <bruno@clisp.org>
19005
19006         Ensure O(n) worst-case complexity of mbsstr.
19007         * lib/mbsstr.c: Include stdbool.h.
19008         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
19009         functions.
19010         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
19011         bookkeeping indicates that it's worth it.
19012         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
19013
19014         * modules/mbsstr-tests: New file.
19015         * tests/test-mbsstr1.c: New file.
19016         * tests/test-mbsstr2.sh: New file.
19017         * tests/test-mbsstr2.c: New file.
19018         * tests/test-mbsstr3.sh: New file.
19019         * tests/test-mbsstr3.c: New file.
19020         * m4/locale-fr.m4: New file.
19021
19022 2007-02-11  Bruno Haible  <bruno@clisp.org>
19023
19024         * lib/mbsrchr.c (mbsrchr): Fix bug.
19025
19026         * modules/mbsrchr-tests: New file.
19027         * tests/test-mbsrchr.sh: New file.
19028         * tests/test-mbsrchr.c: New file.
19029
19030 2007-02-11  Bruno Haible  <bruno@clisp.org>
19031
19032         * lib/mbschr.c (mbschr): Fix bug.
19033
19034         * modules/mbschr-tests: New file.
19035         * tests/test-mbschr.sh: New file.
19036         * tests/test-mbschr.c: New file.
19037         * m4/locale-zh.m4: New file.
19038
19039 2007-02-11  Bruno Haible  <bruno@clisp.org>
19040
19041         Support for copying multibyte string iterators.
19042         * lib/mbiter.h: Include <string.h>.
19043         (mbiter_multi_copy): New function.
19044         (mbi_copy): New macro.
19045         * lib/mbuiter.h: Include <string.h>.
19046         (mbuiter_multi_copy): New function.
19047         (mbui_copy): New macro.
19048
19049 2007-02-11  Bruno Haible  <bruno@clisp.org>
19050
19051         New module mbslen.
19052         * modules/mbslen: New file.
19053         * lib/mbslen.c: New file.
19054         * lib/string_.h (mbslen): New declaration.
19055         * m4/mbslen.m4: New file.
19056         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19057         GNULIB_MBSLEN.
19058         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
19059         * MODULES.html.sh (Internationalization functions): Add mbslen.
19060
19061 2007-02-11  Bruno Haible  <bruno@clisp.org>
19062
19063         Ensure O(n) worst-case complexity of strcasestr substitute.
19064         * lib/strcasestr.c: Include stdbool.h.
19065         (knuth_morris_pratt): New function.
19066         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
19067         bookkeeping indicates that it's worth it.
19068         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
19069
19070         * modules/strcasestr-tests: New file.
19071         * tests/test-strcasestr.c: New file.
19072
19073 2007-02-11  Bruno Haible  <bruno@clisp.org>
19074
19075         Ensure O(n) worst-case complexity of c_strcasestr.
19076         * lib/c-strcasestr.c: Include stdbool.h, string.h.
19077         (knuth_morris_pratt): New function.
19078         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
19079         the bookkeeping indicates that it's worth it.
19080         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
19081
19082         * modules/c-strcasestr-tests: New file.
19083         * tests/test-c-strcasestr.c: New file.
19084
19085 2007-02-11  Bruno Haible  <bruno@clisp.org>
19086
19087         Ensure O(n) worst-case complexity of c_strstr.
19088         * lib/c-strstr.c: Include stdbool.h, string.h.
19089         (knuth_morris_pratt): New function.
19090         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
19091         bookkeeping indicates that it's worth it.
19092         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
19093
19094         * lib/c-strstr.c: Complete rewrite for maintainability.
19095
19096         * modules/c-strstr-tests: New file.
19097         * tests/test-c-strstr.c: New file.
19098
19099 2007-02-11  Bruno Haible  <bruno@clisp.org>
19100
19101         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
19102         5.2.1 and earlier, whereby \055 was treated just like the range
19103         delimiter '-'.
19104         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
19105
19106 2007-02-08  Bruno Haible  <bruno@clisp.org>
19107
19108         * modules/regex (Depends-on): Add stdbool.
19109         Reported by Dalibor Topic <robilad@kaffe.org>.
19110
19111 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
19112
19113         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
19114         Prefer returning from main to exiting from it.
19115         Remove unnecessary parens after sizeof.
19116
19117 2007-02-05  Bruno Haible  <bruno@clisp.org>
19118
19119         New module mbssep.
19120         * modules/mbssep: New file.
19121         * lib/mbssep.c: New file.
19122         * lib/string_.h (strsep): Add a conditional link warning.
19123         (mbssep): New declaration.
19124         * m4/mbssep.m4: New file.
19125         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19126         GNULIB_MBSSEP.
19127         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
19128         * MODULES.html.sh (Internationalization functions): Add mbssep.
19129
19130 2007-02-05  Bruno Haible  <bruno@clisp.org>
19131
19132         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
19133         Optimize search in case of 1 delimiter.
19134
19135 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
19136
19137         * lib/acl.h: Include sys/types.h before sys/acl.h.
19138
19139 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
19140
19141         Merge upstream fix for glibc bugzilla #3957:
19142
19143         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
19144
19145         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
19146         bit for RE_HAT_LISTS_NOT_NEWLINE.
19147         (build_charclass_op): Remove bogus comment.
19148
19149 2007-02-05  Simon Josefsson  <simon@josefsson.org>
19150
19151         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
19152
19153 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
19154
19155         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
19156         * lib/memmem.c [!defined _LIBC]: Include config.h.
19157
19158 2007-02-04  Bruno Haible  <bruno@clisp.org>
19159
19160         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
19161         warning message.
19162
19163 2007-02-04  Bruno Haible  <bruno@clisp.org>
19164
19165         New module mbstok_r.
19166         * modules/mbstok_r: New file.
19167         * lib/mbstok_r.c: New file.
19168         * lib/string_.h (strtok_r): Change argument names to match the
19169         comments. Add a conditional link warning.
19170         (mbstok_r): New declaration.
19171         * m4/mbstok_r.m4: New file.
19172         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19173         GNULIB_MBSTOK_R.
19174         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
19175         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
19176
19177 2007-02-04  Bruno Haible  <bruno@clisp.org>
19178
19179         New module mbsspn.
19180         * modules/mbsspn: New file.
19181         * lib/mbsspn.c: New file.
19182         * lib/string_.h (strspn): Add a conditional link warning.
19183         (mbsspn): New declaration.
19184         * m4/mbsspn.m4: New file.
19185         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19186         GNULIB_MBSSPN.
19187         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
19188         * MODULES.html.sh (Internationalization functions): Add mbsspn.
19189
19190 2007-02-04  Bruno Haible  <bruno@clisp.org>
19191
19192         New module mbspbrk.
19193         * modules/mbspbrk: New file.
19194         * lib/mbspbrk.c: New file.
19195         * lib/string_.h (strpbrk): Add a conditional link warning.
19196         (mbspbrk): New declaration.
19197         * m4/mbspbrk.m4: New file.
19198         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19199         GNULIB_MBSPBRK.
19200         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
19201         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
19202
19203 2007-02-04  Bruno Haible  <bruno@clisp.org>
19204
19205         New module mbscspn.
19206         * modules/mbscspn: New file.
19207         * lib/mbscspn.c: New file.
19208         * lib/string_.h (strcspn): Add a conditional link warning.
19209         (mbscspn): New declaration.
19210         * m4/mbscspn.m4: New file.
19211         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19212         GNULIB_MBSCSPN.
19213         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
19214         * MODULES.html.sh (Internationalization functions): Add mbscspn.
19215
19216 2007-02-04  Bruno Haible  <bruno@clisp.org>
19217
19218         New module mbscasestr, reduced goal of strcasestr.
19219         * modules/mbscasestr: New file.
19220         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
19221         (mbscasestr): Renamed from strcasestr.
19222         * lib/strcasestr.c: Don't include mbuiter.h.
19223         (strcasestr): Remove support for multibyte locales.
19224         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
19225         Change the conditional link warning.
19226         (mbscasestr): New declaration.
19227         * m4/mbscasestr.m4: New file.
19228         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
19229         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
19230         REPLACE_STRCASESTR.
19231         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
19232         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
19233         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
19234         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
19235         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
19236         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
19237         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
19238         (Depends-on): Remove mbuiter.
19239         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
19240
19241 2007-02-04  Bruno Haible  <bruno@clisp.org>
19242
19243         Simplify handling of strncasecmp.
19244         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
19245         the conditional link warning.
19246         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
19247         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
19248         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
19249         * modules/strcase (configure.ac): Don't invoke
19250         gl_STRING_MODULE_INDICATOR.
19251         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
19252
19253 2007-02-04  Bruno Haible  <bruno@clisp.org>
19254
19255         New module mbscasecmp, reduced goal of strcasecmp.
19256         * modules/mbscasecmp: New file.
19257         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
19258         (mbscasecmp): Renamed from strcasecmp.
19259         * lib/strcasecmp.c: Don't include mbuiter.h.
19260         (strcasecmp): Remove support for multibyte locales.
19261         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
19262         Change the conditional link warning.
19263         (mbscasecmp): New declaration.
19264         * m4/mbscasecmp.m4: New file.
19265         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
19266         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
19267         REPLACE_STRCASECMP.
19268         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
19269         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19270         GNULIB_MBSCASECMP.
19271         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
19272         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
19273         * modules/strcase (Files): Remove m4/mbrtowc.m4.
19274         (Depends-on): Remove mbuiter.
19275         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
19276
19277 2007-02-04  Bruno Haible  <bruno@clisp.org>
19278
19279         New module mbsstr. Remove module strstr.
19280         * modules/mbsstr: New file.
19281         * modules/strstr: Remove file.
19282         * lib/mbsstr.c: Renamed from lib/strstr.c.
19283         (mbsstr): Renamed from strstr.
19284         * lib/string_.h (strstr): Remove declaration. Change the conditional
19285         link warning.
19286         (mbsstr): New declaration.
19287         * m4/mbsstr.m4: New file.
19288         * m4/strstr.m4: Remove file.
19289         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
19290         REPLACE_STRSTR.
19291         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
19292         Don't initialize GNULIB_STRSTR.
19293         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
19294         substitute GNULIB_STRSTR and REPLACE_STRSTR.
19295         * MODULES.html.sh (Internationalization functions): Add mbsstr.
19296         (Support for systems lacking ANSI C 89): Remove strstr.
19297
19298 2007-02-04  Bruno Haible  <bruno@clisp.org>
19299
19300         New module mbsrchr.
19301         * modules/mbsrchr: New file.
19302         * lib/mbsrchr.c: New file.
19303         * lib/string_.h (strrchr): Add a conditional link warning.
19304         (mbsrchr): New declaration.
19305         * m4/mbsrchr.m4: New file.
19306         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19307         GNULIB_MBSRCHR.
19308         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
19309         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
19310
19311 2007-02-04  Bruno Haible  <bruno@clisp.org>
19312
19313         New module mbschr.
19314         * modules/mbschr: New file.
19315         * lib/mbschr.c: New file.
19316         * lib/string_.h (strchr): Add a conditional link warning.
19317         (mbschr): New declaration.
19318         * m4/mbschr.m4: New file.
19319         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19320         GNULIB_MBSCHR.
19321         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
19322         * MODULES.html.sh (Internationalization functions): Add mbschr.
19323
19324 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
19325
19326         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
19327
19328         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
19329
19330 2007-02-04  Bruno Haible  <bruno@clisp.org>
19331
19332         New module description section 'configure.ac-early'.
19333         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
19334         (func_get_autoconf_early_snippet): New function.
19335         (func_import, func_create_testdir): Use it. Remove special cases for
19336         modules 'extensions' and 'lock'.
19337         * modules/extensions (configure.ac-early): Require
19338         gl_USE_SYSTEM_EXTENSIONS.
19339         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
19340
19341 2007-02-04  Bruno Haible  <bruno@clisp.org>
19342
19343         Make use of gcj-4.3's -fsource and -ftarget option.
19344         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
19345         and if so try the options -fsource and -ftarget.
19346         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
19347         source_version, ftarget_option, target_version arguments.
19348         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
19349         (is_envjavac_oldgcj_14_14_usable): Renamed from
19350         is_envjavac_gcj_14_14_usable.
19351         (is_envjavac_oldgcj_14_13_usable): Renamed from
19352         is_envjavac_gcj_14_13_usable.
19353         (is_gcj_present): Update.
19354         (is_gcj_43, is_gcj43_usable): New functions.
19355         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
19356         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
19357         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
19358         try the options -fsource and -ftarget.
19359
19360 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
19361
19362         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
19363         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
19364         larger value.
19365
19366 2007-02-03  Jim Meyering  <jim@meyering.net>
19367
19368         Give tools a better chance to allocate space for very large buffers.
19369         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
19370
19371         Make pwd and readlink work also when run with an unreadable parent dir
19372         on systems with openat support.
19373         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
19374         provided getcwd function, even when we have openat support.
19375         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
19376
19377 2007-02-02  Bruno Haible  <bruno@clisp.org>
19378
19379         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
19380         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
19381         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
19382         portability problems if one of these functions is only used on specific
19383         platforms.
19384         Reported by Paul Eggert.
19385
19386 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
19387
19388         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
19389         is causing more trouble than it's curing.
19390         * lib/regex_internal.h (__mempcpy): Remove.
19391         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
19392         (and make the code a tad smaller to boot).
19393         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
19394
19395 2007-02-02  Jim Meyering  <jim@meyering.net>
19396
19397         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
19398         section, not in the Makefile.am: one.
19399
19400 2007-02-02  Eric Blake  <ebb9@byu.net>
19401
19402         * lib/strchrnul.c: Always include config.h first.
19403
19404         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
19405         gnulib strstr is not necessary here.
19406
19407 2007-02-02  Simon Josefsson  <simon@josefsson.org>
19408
19409         * m4/socklen.m4: Fix typo.
19410
19411 2007-02-02  Eric Blake  <ebb9@byu.net>
19412
19413         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
19414         * modules/netinet_in (Makefile.am): Likewise.
19415
19416 2007-02-01  Bruno Haible  <bruno@clisp.org>
19417
19418         * lib/string_.h (GL_LINK_WARNING): New macro.
19419         (strcasecmp, strstr, strcasestr): If provided by the system,
19420         conditionally define as a macro that leads to a warning instead of to
19421         an error.
19422         (strncasecmp): Conditionally define as a macro that leads to a warning.
19423
19424 2007-02-01  Karl Berry  <karl@gnu.org>
19425
19426         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
19427
19428 2007-02-01  Bruno Haible  <bruno@clisp.org>
19429
19430         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
19431         renamings.
19432
19433 2007-02-01  Eric Blake  <ebb9@byu.net>
19434
19435         * modules/regex (Depends-on): Revert dependence on mempcpy.
19436         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
19437         module's definition of mempcpy.
19438         Reported by Paul Eggert.
19439
19440 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
19441
19442         * lib/string_.h: If the gnulib module XYZ is not present, undefine
19443         the symbol XYZ before redefining it.  This fixes a problem with
19444         programs that don't use XYZ, when compiled on systems that define
19445         XYZ to something else.
19446
19447 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
19448
19449         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
19450         occurs when "mkdir -m foo" creates a setgid directory that is (1)
19451         writeable to group or other and (2) is intended to have a special
19452         mode bit that is set or cleared.  In such a case, the directory
19453         should be neither group- nor other-writeable until the special
19454         mode bits are right.
19455
19456 2007-01-31  Eric Blake  <ebb9@byu.net>
19457
19458         * modules/mountlist (Depends-on): Add strstr.
19459
19460         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
19461         bug.
19462         * modules/string (Makefile.am): Remove redundant replacement.
19463         * modules/regex (Depends-on): Add mempcpy.
19464
19465 2007-01-31  Bruno Haible  <bruno@clisp.org>
19466
19467         New module description field 'Link'.
19468         * gnulib-tool (func_usage): Document --extract-link-directive.
19469         (sed_extract_prog): Recognize 'Link' directive.
19470         (func_get_link_directive): New function.
19471         (func_import): Show summary of link directives.
19472         Handle --extract-link-directive option.
19473         * modules/acl (Link): New section.
19474         * modules/clock-time (Link): New section.
19475         * modules/euidaccess (Link): New section.
19476         * modules/gettext (Link): New section.
19477         * modules/iconv (Link): New section.
19478         * modules/lock (Link): New section.
19479         * modules/nanosleep (Link): New section.
19480         * modules/readline (Link): New section.
19481
19482 2007-01-27  Bruno Haible  <bruno@clisp.org>
19483
19484         Enforce the use of gnulib modules for unportable <string.h> functions.
19485         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
19486         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
19487         (gl_HEADER_STRING_H_BODY): Require it.
19488         * lib/string_.h: If the gnulib module XYZ is not present, redefine
19489         the symbol XYZ to one that gives a link error.
19490         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
19491         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
19492         * modules/mempcpy (configure.ac): Likewise.
19493         * modules/memrchr (configure.ac): Likewise.
19494         * modules/stpcpy (configure.ac): Likewise.
19495         * modules/stpncpy (configure.ac): Likewise.
19496         * modules/strcase (configure.ac): Likewise.
19497         * modules/strcasestr (configure.ac): Likewise.
19498         * modules/strchrnul (configure.ac): Likewise.
19499         * modules/strdup (configure.ac): Likewise.
19500         * modules/strndup (configure.ac): Likewise.
19501         * modules/strnlen (configure.ac): Likewise.
19502         * modules/strpbrk (configure.ac): Likewise.
19503         * modules/strsep (configure.ac): Likewise.
19504         * modules/strstr (configure.ac): Likewise.
19505         * modules/strtok_r (configure.ac): Likewise.
19506
19507 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
19508
19509         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
19510
19511 2007-01-30  Jim Meyering  <jim@meyering.net>
19512
19513         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
19514
19515 2007-01-29  Bruno Haible  <bruno@clisp.org>
19516
19517         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
19518         * lib/execute.c: Likewise.
19519         * lib/pipe.c: Likewise.
19520         * lib/printf-args.h: Likewise.
19521         * lib/printf-args.c: Likewise.
19522         * lib/printf-parse.c: Likewise.
19523         * lib/vasnprintf.c: Likewise.
19524
19525 2007-01-29  Eric Blake  <ebb9@byu.net>
19526
19527         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
19528         declaration.
19529
19530 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
19531
19532         * lib/strptime.h (strptime): Use 'restrict' for args where
19533         POSIX requires this.
19534         * lib/strptime.c (strptime): Likewise.
19535         Change license notice from LGPL to GPL, since gnulib-tool will
19536         change this as needed.
19537         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
19538         defined.
19539         Include "strptime.h" first, to check interface.
19540         Do not #undef _LIBC and _NL_CURRENT.
19541         Do not include <stdlib.h>; no longer needed.
19542         Include "time_r.h" and declare ptime_locale_status
19543         only if _LIBC is not defined.
19544         (__P): Remove unused macro.
19545         (match_string): Bring back glibc version, but use it only if _LIBC
19546         is defined.
19547         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
19548         Remove unnecessary assertion and abort() call.
19549         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
19550         * m4/strptime.m4: Fix serial number comment.
19551         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
19552         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
19553         (Depends-on): Add time_r.
19554
19555 2007-01-29  Bruno Haible  <bruno@clisp.org>
19556
19557         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19558         strptime.
19559         * modules/strptime (Depends-on): Add stdbool.
19560         * lib/strptime.h: Include <time.h> always. Add comments.
19561
19562 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19563
19564         * modules/strptime: New file.
19565         * lib/strptime.h: New file.
19566         * lib/strptime.c: New file.
19567         * m4/strptime.m4: New file.
19568
19569 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
19570
19571         * MODULES.html.sh: New module mpsort.
19572         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
19573
19574         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
19575         a circularity problem with HP-UX ia64 reported by Bob Proulx in
19576         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
19577         All uses changed.
19578         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
19579         All uses changed.
19580         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
19581         to _Restrict_.
19582         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
19583         the parameter matches the prototype.
19584
19585 2007-01-28  Jim Meyering  <jim@meyering.net>
19586
19587         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
19588         sys/time.h here, reverting that part of the previous patch:
19589         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
19590
19591 2007-01-28  Bruno Haible  <bruno@clisp.org>
19592
19593         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
19594         value of $(SYS_TIME_H).
19595         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
19596         remove it conditionally, too. [added by Jim Meyering]
19597         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
19598         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
19599         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
19600         GETTIMEOFDAY_REPLACEMENT to 1.
19601
19602 2007-01-28  Bruno Haible  <bruno@clisp.org>
19603
19604         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
19605         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
19606         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
19607         Set UNISTD_H instead of UNISTD_H2.
19608         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
19609
19610 2007-01-28  Bruno Haible  <bruno@clisp.org>
19611
19612         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
19613         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
19614
19615 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19616
19617         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
19618         (func_create_testdir): Ensure C locale for `grep' and `tr'
19619         character ranges.
19620         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
19621         ACLOCAL_AMFLAGS parsing state machine.
19622
19623 2007-01-27  Bruno Haible  <bruno@clisp.org>
19624
19625         * modules/unistr/base: Update.
19626
19627 2007-01-27  Bruno Haible  <bruno@clisp.org>
19628
19629         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
19630         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
19631         * modules/unistr/u32-mbtouc-unsafe: Renamed from
19632         modules/unistr/u32-mbtouc.
19633         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
19634         * lib/unistr.h: Update.
19635         * lib/linebreak.c: Update.
19636         * modules/unistr/u32-mbtouc: Renamed from
19637         modules/unistr/u32-mbtouc-safe.
19638         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
19639         * lib/unistr.h: Update.
19640         * lib/unistr/u32-to-u8.c: Update.
19641         * lib/unistr/u32-to-u16.c: Update.
19642
19643 2007-01-27  Bruno Haible  <bruno@clisp.org>
19644
19645         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
19646         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
19647         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
19648         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
19649         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
19650         * modules/unistr/u16-mbtouc-unsafe: Renamed from
19651         modules/unistr/u16-mbtouc.
19652         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
19653         * lib/unistr.h: Update.
19654         * lib/linebreak.c: Update.
19655         * modules/linebreak: Update.
19656         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
19657         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
19658         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
19659         * modules/unistr/u16-mbtouc: Renamed from
19660         modules/unistr/u16-mbtouc-safe.
19661         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
19662         * lib/unistr.h: Update.
19663         * lib/unistr/u16-to-u8.c: Update.
19664         * modules/unistr/u16-to-u8: Update.
19665         * lib/unistr/u16-to-u32.c: Update.
19666         * modules/unistr/u16-to-u32: Update.
19667
19668 2007-01-27  Bruno Haible  <bruno@clisp.org>
19669
19670         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
19671         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
19672         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
19673         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
19674         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
19675         * modules/unistr/u8-mbtouc-unsafe: Renamed from
19676         modules/unistr/u8-mbtouc.
19677         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
19678         * lib/unistr.h: Update.
19679         * lib/striconveh.c: Update.
19680         * modules/striconveh: Update.
19681         * lib/linebreak.c: Update.
19682         * modules/linebreak: Update.
19683         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
19684         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
19685         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
19686         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
19687         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
19688         * lib/unistr.h: Update.
19689         * lib/striconveh.c: Update.
19690         * modules/striconveh: Update.
19691         * lib/unistr/u8-to-u16.c: Update.
19692         * modules/unistr/u8-to-u16: Update.
19693         * lib/unistr/u8-to-u32.c: Update.
19694         * modules/unistr/u8-to-u32: Update.
19695
19696 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19697
19698         Sync from Libtool.
19699         * lib/argz.c: Do not include strings.h nor memory.h, include
19700         string.h unconditionally.  Patch by Simon Josefsson.
19701
19702 2007-01-27  Bruno Haible  <bruno@clisp.org>
19703
19704         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
19705         from gl_HEADER_STRING_H_BODY.
19706         (gl_HEADER_STRING_H_BODY): Require it.
19707         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
19708         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
19709         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
19710         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
19711         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
19712         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
19713         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
19714         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
19715         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
19716         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
19717         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
19718         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
19719         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
19720         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
19721         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
19722
19723 2007-01-27  Bruno Haible  <bruno@clisp.org>
19724
19725         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
19726         check_PROGRAMS into noinst_PROGRAMS.
19727         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
19728         check_PROGRAMS in this case.
19729         (func_import): Set for_test to false.
19730         (func_create_testdir): Set for_test to true.
19731
19732 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
19733             Bruno Haible  <bruno@clisp.org>
19734
19735         * modules/strcasestr (Files): Remove lib/strcasestr.h.
19736         (Depends-on): Add string.
19737         (Includes): Use <string.h> instead of strcasestr.h.
19738         * modules/string (Makefile.am): Also substitute the value of
19739         REPLACE_STRCASESTR.
19740         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
19741         assume strcasestr is declared in <string.h> not <strings.h>. Also
19742         set REPLACE_STRCASESTR.
19743         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
19744         REPLACE_STRCASESTR.
19745         * lib/strcasestr.h: Remove file.
19746         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
19747         * lib/string_.h (strcasestr): New declaration.
19748
19749 2007-01-27  Bruno Haible  <bruno@clisp.org>
19750
19751         * lib/string_.h: Use 'extern'.
19752
19753 2007-01-27  Jim Meyering  <jim@meyering.net>
19754
19755         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
19756         of set-but-not-used local, "q".
19757
19758         * lib/mempcpy.c: Include <config.h> before <string.h>.
19759         This fixes a compilation error on HP-UX, due to the system's
19760         "restrict"-using mempcpy prototype.
19761
19762 2007-01-26  Bruno Haible  <bruno@clisp.org>
19763
19764         Small optimization.
19765         * lib/javacomp.c: Include c-strstr.h.
19766          (is_envjavac_gcj): Use c_strstr instead of strstr.
19767         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
19768
19769 2007-01-26  Bruno Haible  <bruno@clisp.org>
19770
19771         * MODULES.html.sh (Unicode string functions): Add the new modules.
19772
19773         * modules/uniconv/u32-strconv-to-locale: New file.
19774         * lib/uniconv/u32-strconv-to-locale.c: New file.
19775
19776         * modules/uniconv/u16-strconv-to-locale: New file.
19777         * lib/uniconv/u16-strconv-to-locale.c: New file.
19778
19779         * modules/uniconv/u8-strconv-to-locale: New file.
19780         * lib/uniconv/u8-strconv-to-locale.c: New file.
19781
19782         * modules/uniconv/u32-strconv-from-locale: New file.
19783         * lib/uniconv/u32-strconv-from-locale.c: New file.
19784
19785         * modules/uniconv/u16-strconv-from-locale: New file.
19786         * lib/uniconv/u16-strconv-from-locale.c: New file.
19787
19788         * modules/uniconv/u8-strconv-from-locale: New file.
19789         * lib/uniconv/u8-strconv-from-locale.c: New file.
19790
19791         * modules/uniconv/u32-strconv-to-enc: New file.
19792         * lib/uniconv/u32-strconv-to-enc.c: New file.
19793         * modules/uniconv/u32-strconv-to-enc-tests: New file.
19794         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
19795
19796         * modules/uniconv/u16-strconv-to-enc: New file.
19797         * lib/uniconv/u16-strconv-to-enc.c: New file.
19798         * lib/uniconv/u-strconv-to-enc.h: New file.
19799         * modules/uniconv/u16-strconv-to-enc-tests: New file.
19800         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
19801
19802         * modules/uniconv/u8-strconv-to-enc: New file.
19803         * lib/uniconv/u8-strconv-to-enc.c: New file.
19804         * modules/uniconv/u8-strconv-to-enc-tests: New file.
19805         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
19806
19807         * modules/uniconv/u32-strconv-from-enc: New file.
19808         * lib/uniconv/u32-strconv-from-enc.c: New file.
19809         * modules/uniconv/u32-strconv-from-enc-tests: New file.
19810         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
19811
19812         * modules/uniconv/u16-strconv-from-enc: New file.
19813         * lib/uniconv/u16-strconv-from-enc.c: New file.
19814         * modules/uniconv/u16-strconv-from-enc-tests: New file.
19815         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
19816
19817         * modules/uniconv/u8-strconv-from-enc: New file.
19818         * lib/uniconv/u8-strconv-from-enc.c: New file.
19819         * lib/uniconv/u-strconv-from-enc.h: New file.
19820         * modules/uniconv/u8-strconv-from-enc-tests: New file.
19821         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
19822
19823         * modules/uniconv/u32-conv-from-enc: New file.
19824         * lib/uniconv/u32-conv-from-enc.c: New file.
19825         * modules/uniconv/u32-conv-from-enc-tests: New file.
19826         * tests/uniconv/test-u32-conv-from-enc.c: New file.
19827
19828         * modules/uniconv/u16-conv-from-enc: New file.
19829         * lib/uniconv/u16-conv-from-enc.c: New file.
19830         * lib/uniconv/u-conv-from-enc.h: New file.
19831         * modules/uniconv/u16-conv-from-enc-tests: New file.
19832         * tests/uniconv/test-u16-conv-from-enc.c: New file.
19833
19834         * modules/uniconv/u8-conv-from-enc: New file.
19835         * lib/uniconv/u8-conv-from-enc.c: New file.
19836         * modules/uniconv/u8-conv-from-enc-tests: New file.
19837         * tests/uniconv/test-u8-conv-from-enc.c: New file.
19838
19839         * modules/uniconv/base: New file.
19840         * lib/uniconv.h: New file.
19841
19842 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
19843
19844         * doc/gnulib-tool.texi (Initial import): Update to match current
19845         behavior with strdup module.
19846         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
19847         * lib/memmem.h: Remove; all uses removed.  This is now done
19848         by <string.h>.
19849         * lib/mempcpy.h: Likewise.
19850         * lib/memrchr.h: Likewise.
19851         * lib/stpcpy.h: Likewise.
19852         * lib/stpncpy.h: Likewise.
19853         * lib/strcase.h: Likewise.
19854         * lib/strchrnul.h: Likewise.
19855         * lib/strdup.h: Likewise.
19856         * lib/strndup.h: Likewise.
19857         * lib/strnlen.h: Likewise.
19858         * lib/strpbrk.h: Likewise.
19859         * lib/strsep.h: Likewise.
19860         * lib/strstr.h: Likewise.
19861         * lib/strtok_r.h: Likewise.
19862         * lib/string_.h: New file.
19863         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
19864         Rely on <string.h> instead.
19865         * lib/canon-host.c: Likewise.
19866         * lib/chdir-long.c: Likewise.
19867         * lib/concatpath.c: Likewise.
19868         * lib/exclude.c: Likewise.
19869         * lib/fchdir.c: Likewise.
19870         * lib/getaddrinfo.c: Likewise.
19871         * lib/getcwd.c: Likewise.
19872         * lib/getsubopt.c: Likewise.
19873         * lib/glob.c: Likewise.
19874         * lib/hard-locale.c: Likewise.
19875         * lib/iconvme.c: Likewise.
19876         * lib/javacomp.c: Likewise.
19877         * lib/mempcpy.c: Likewise.
19878         * lib/memrchr.c: Likewise.
19879         * lib/regex_internal.h: Likewise.
19880         * lib/stpncpy.c: Likewise.
19881         * lib/strcasecmp.c: Likewise.
19882         * lib/strchrnul.c: Likewise.
19883         * lib/strdup.c: Likewise.
19884         * lib/striconv.c: Likewise.
19885         * lib/striconveh.c: Likewise.
19886         * lib/striconveha.c: Likewise.
19887         * lib/strncasecmp.c: Likewise.
19888         * lib/strndup.c: Likewise.
19889         * lib/strnlen.c: Likewise.
19890         * lib/strsep.c: Likewise.
19891         * lib/strstr.c: Likewise.
19892         * lib/strtok_r.c: Likewise.
19893         * lib/userspec.c: Likewise.
19894         * lib/w32spawn.h: Likewise.
19895         * lib/xstrndup.c: Likewise.
19896         * lib/mountlist.c (strstr): Remove decl.
19897         * m4/string_h.m4: New file.
19898         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
19899         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
19900         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
19901         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
19902         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
19903         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
19904         Set REPLACE_STRCASECMP if necessary.
19905         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
19906         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
19907         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
19908         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
19909         HAVE_DECL_STRDUP if necessary.
19910         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
19911         since gl_FUNC_STRNDUP does that now.
19912         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
19913         Check for decl here...
19914         (gl_PREREQ_STRNLEN): ... not here.
19915         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
19916         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
19917         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
19918         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
19919         necessary.
19920         * modules/string: New file.
19921         * modules/memmem (Files): Remove special-purpose include file.
19922         (Depends-on): Add string.
19923         (Include): Include <string.h>, not the removed file.
19924         * modules/mempcpy: Likewise.
19925         * modules/memrchr: Likewise.
19926         * modules/stpcpy: Likewise.
19927         * modules/stpncpy: Likewise.
19928         * modules/strcase: Likewise.
19929         * modules/strchrnul: Likewise.
19930         * modules/strdup: Likewise.
19931         * modules/strndup: Likewise.
19932         * modules/strnlen: Likewise.
19933         * modules/strpbrk: Likewise.
19934         * modules/strsep: Likewise.
19935         * modules/strstr: Likewise.
19936         * modules/strtok_r: Likewise.
19937         * tests/test-dirname.c: Don't include "strdup.h", since
19938         <string.h> now suffices.
19939         * tests/test-memmem.c: Don't include "memmem.h", since
19940         <string.h> now suffices.
19941
19942 2007-01-25  Bruno Haible  <bruno@clisp.org>
19943
19944         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
19945         *resultp is 0.
19946
19947         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
19948         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
19949         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
19950         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
19951
19952         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
19953         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
19954         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
19955         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
19956         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
19957         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
19958
19959 2007-01-24  Bruno Haible  <bruno@clisp.org>
19960
19961         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
19962         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
19963         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
19964         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
19965         gl_FUNC_FTS_CORE.
19966         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
19967         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
19968         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19969         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
19970         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
19971         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
19972         gl_FUNC_FCHOWNAT.
19973         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
19974         gl_FUNC_STRFTIME.
19975         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
19976         Reported by Ralf Wildenhues.
19977
19978 2007-01-24  Bruno Haible  <bruno@clisp.org>
19979
19980         Drop AC_REQUIRE calls that are redundant with the module dependencies.
19981         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
19982         gl_GETADDRINFO.
19983         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
19984         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
19985         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
19986
19987 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
19988
19989         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
19990         Don't use 'exit'; just return from 'main'.
19991         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
19992
19993         * lib/fnmatch_.h: Readjust white space and comments to match
19994         glibc, to avoid spurious diffs.
19995
19996 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19997
19998         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
19999         2004-12-01 change by Jakub Jelinek, since this code won't compile
20000         if !LIBC.  Problem reported by Bob Proulx.
20001
20002 2007-01-23  Bruno Haible  <bruno@clisp.org>
20003
20004         * lib/striconveh.c: Include c-strcaseeq.h.
20005         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
20006         * modules/striconveh (Depends-on): Add c-strcaseeq.
20007
20008 2007-01-23  Bruno Haible  <bruno@clisp.org>
20009
20010         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
20011
20012         * modules/c-strcaseeq: New file.
20013         * lib/c-strcaseeq.h: New file.
20014
20015         * modules/streq: New file.
20016         * lib/streq.h: New file.
20017
20018 2007-01-23  Bruno Haible  <bruno@clisp.org>
20019
20020         * modules/striconveha-tests: New file.
20021         * tests/test-striconveha.c: New file.
20022
20023         * lib/striconveha.h: Include <stdbool.h>.
20024         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
20025         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
20026         (mem_iconveha_notranslit): Renamed from mem_iconveha.
20027         (mem_iconveha): New function.
20028         (str_iconveha_notranslit): Renamed from str_iconveha.
20029         (str_iconveha): New function.
20030         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
20031         c-strcase.
20032
20033 2007-01-23  Bruno Haible  <bruno@clisp.org>
20034
20035         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
20036         encodings without forgiving before trying any encoding with handler.
20037         (str_iconveha): Try all encodings without forgiving before trying any
20038         encoding with handler.
20039
20040 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20041
20042         Import the following changes from libc.
20043
20044         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
20045
20046         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
20047
20048         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
20049
20050         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
20051         normal_bracket label.
20052
20053         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
20054
20055         [BZ #361]
20056         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
20057         to normal_bracket after fetching the next character.
20058
20059 2007-01-22  Bruno Haible  <bruno@clisp.org>
20060
20061         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
20062         argument.
20063         * lib/striconveh.c (iconv_carefully_1): New function.
20064         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
20065         argument.
20066         (str_cd_iconveh): Update.
20067         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
20068         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
20069         * tests/test-striconveh.c (MAGIC): New macro.
20070         (new_offsets): New function.
20071         (main): Test call with and without offsets.
20072
20073 2007-01-22  Bruno Haible  <bruno@clisp.org>
20074
20075         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
20076         * modules/sys_select (Makefile.am): Likewise.
20077         * modules/sys_socket (Makefile.am): Likewise.
20078         * modules/sys_time (Makefile.am): Likewise.
20079
20080 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
20081
20082         * modules/gettimeofday (License): Change from GPL to LGPL, since
20083         gettimeofday is a library function.
20084
20085 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20086
20087         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
20088
20089 2007-01-21  Bruno Haible  <bruno@clisp.org>
20090
20091         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
20092
20093 2007-01-21  Bruno Haible  <bruno@clisp.org>
20094
20095         * modules/striconveha: New file.
20096         * lib/striconveha.h: New file.
20097         * lib/striconveha.c: New file.
20098         * MODULES.html.sh (Internationalization functions): Add striconveha.
20099         * lib/striconv.c (str_iconv): Optimize the case of an empty input
20100         string.
20101         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
20102
20103 2007-01-21  Bruno Haible  <bruno@clisp.org>
20104
20105         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
20106         * lib/striconveh.c (str_iconveh): Likewise.
20107
20108 2007-01-21  Bruno Haible  <bruno@clisp.org>
20109
20110         * lib/striconveh.h (mem_iconveh): New declaration.
20111         * lib/striconveh.c (mem_iconveh): New function.
20112         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
20113
20114 2007-01-21  Bruno Haible  <bruno@clisp.org>
20115
20116         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
20117
20118         * lib/striconveh.h (mem_cd_iconveh): Change specification.
20119         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
20120         original result buffer.
20121         (str_cd_iconveh): Update.
20122         * tests/test-striconveh.c (main): Update.
20123
20124         * lib/striconv.h (mem_cd_iconv): Change specification.
20125         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
20126         result buffer.
20127         (str_cd_iconv): Update.
20128         * tests/test-striconv.c (main): Update.
20129
20130 2007-01-21  Bruno Haible  <bruno@clisp.org>
20131
20132         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
20133
20134 2007-01-20  Jim Meyering  <jim@meyering.net>
20135
20136         * lib/userspec.c (parse_with_separator): If a user or group string
20137         starts with "+", skip the corresponding name-to-ID look-up, since
20138         such a look-up must fail: user and group names may not include "+".
20139
20140 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20141
20142         * lib/poll.c: Include sys/time.h and time.h unconditionally,
20143         since we now assume the sys_time module.
20144         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
20145         check for sys/time.h; no longer needed.
20146         * modules/poll (Depends-on): Depend on sys_time.
20147
20148 2007-01-18  Bruno Haible  <bruno@clisp.org>
20149
20150         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
20151         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
20152
20153         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
20154         gettimeofday.
20155
20156         * tests/test-gettimeofday.c: Include <time.h>.
20157         (dummy): Remove variable.
20158
20159         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
20160         gl_HEADER_SYS_TIME_H.
20161         (gl_HEADER_SYS_TIME_H): New macro.
20162
20163         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
20164         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20165         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
20166         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
20167         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20168         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
20169         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
20170         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20171         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
20172         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
20173         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20174
20175         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
20176         last change; it caused a compilation error when cross-compiling to
20177         Cygwin.
20178
20179 2007-01-18  Jim Meyering  <jim@meyering.net>
20180
20181         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
20182         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
20183         than the race-prone "test -d sys || mkdir sys".
20184         (configure.ac): Use AC_PROG_MKDIR_P.
20185         * modules/sys_select: Likewise.
20186         * modules/sys_socket: Likewise.
20187         * modules/sys_time: Likewise.
20188
20189 2007-01-18  Eric Blake  <ebb9@byu.net>
20190
20191         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
20192         replace gettimeofday.
20193         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
20194         name, to avoid infinite recursion.
20195
20196 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
20197
20198         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
20199         module sys_time.
20200         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
20201         assume timespec.h defines struct timeval.
20202         * lib/settime.c: Likewise.
20203         * lib/utimens.c: Likewise.
20204         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
20205         since we now assume the gettimeofday module.
20206         * lib/tempname.c (__gen_tempname): Likewise.
20207         * lib/gettimeofday.h: Remove.
20208         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
20209         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
20210         Include <time.h>, for 'time()'.
20211         (localtime_buffer_addr): Also use this workaround if
20212         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
20213         to simplify the uses.  All uses changed.
20214         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
20215         that #undef is inside {}, and 'const' follows type name consistently.
20216         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
20217         (gettimeofday): Do not use the maximum possible value for
20218         tv->tv_usec, since that might break usages other than ls.c.
20219         Instead, we'll leave ls.c alone.  This undoes today's patch
20220         by Bruno.  Add a compile-time warning for 1s-clock resolution;
20221         we've never observed the problem but might as well keep the
20222         canary.
20223         * lib/nanosleep.c: Include timespec.h first, for interface check.
20224         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
20225         now assume the sys_time module.
20226         * lib/tempname.c: Likewise.
20227         * lib/timespec.h: Likewise.
20228         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
20229         needed.
20230         * lib/strftime.c: Likewise.
20231         * lib/timespec.h: Likewise.
20232         * lib/posixtm.c: Include posixtm.h first, for interface check.
20233         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
20234         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
20235         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
20236         * lib/sys_time_.h: New file.
20237         * lib/timespec.h (struct timespec): Use long int, not long.
20238         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
20239         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
20240         Remove obsolescent call to AC_HEADER_TIME.
20241         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
20242         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
20243         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
20244         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
20245         Likewise.
20246         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
20247         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
20248         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
20249         into the sys_time module.  Check for gettimeofday just once.
20250         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
20251         for gettimeofday signature to just check the signature.  Merely
20252         compile it, since linking doesn't test signature.  Improve test for
20253         whether gettimeofday.o is actually needed.
20254         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
20255         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
20256         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
20257         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20258         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
20259         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
20260         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
20261         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
20262         than worrying about sys/time.h.
20263         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
20264         Don't bother worrying about TIME_WITH_SYS_TIME.
20265         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
20266         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
20267         * m4/sys_time_h.m4: New file.
20268         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
20269         Don't include sys/time.h.  Return from main rather than exiting.
20270         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
20271         all uses changed.
20272         * modules/gethrxtime (Depends-on): Add sys_time.
20273         * modules/gettime (Depends-on): Likewise.
20274         * modules/gettimeofday (Depends-on): Likewise.
20275         * modules/nanosleep (Depends-on): Likewise.
20276         * modules/settime (Depends-on): Likewise.
20277         * modules/tempname (Depends-on): Likewise.
20278         * modules/utimens (Depends-on): Likewise.
20279         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
20280         (Include:) Change back to <sys/time.h>.
20281         (Maintainer:) Add self.
20282         * modules/sys_time: New file.
20283         * modules/tempname (Depends-on): Add gettimeofday.
20284         * tests/test-gettimeofday.c: Include <sys/time.h>
20285         rather than gettimeofday.h.
20286
20287 2007-01-17  Bruno Haible  <bruno@clisp.org>
20288
20289         * gnulib-tool (func_get_license): Revert last patch. Instead, let
20290         the license default to GPL.
20291         (func_create_testdir): Don't complain if a module is LGPL and its
20292         tests module depends on GPLed modules.
20293
20294 2007-01-17  Bruno Haible  <bruno@clisp.org>
20295
20296         * lib/gettimeofday.c (gettimeofday): Add code for the case
20297         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
20298         maximum possible value for tv->tv_usec, rather than the minimum one.
20299
20300 2005-10-08  Martin Lambers  <marlam@marlam.de>
20301 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
20302 2007-01-16  Bruno Haible  <bruno@clisp.org>
20303
20304         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
20305         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
20306         gl_FUNC_GETTIMEOFDAY.
20307         (Include): Add gettimeofday.h.
20308         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
20309         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
20310         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
20311         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
20312         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
20313         * lib/gettimeofday.h: New file.
20314         * lib/gettimeofday.c: Include <sys/timeb.h>.
20315         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
20316         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20317         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
20318         fall back on time().
20319
20320         * tests/test-gettimeofday.c: New file.
20321         * modules/gettimeofday-tests: New file.
20322
20323 2007-01-16  Eric Blake  <ebb9@byu.net>
20324
20325         * modules/fnmatch (Depends-on): Depend on wchar.
20326         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
20327         * m4/fnmatch.m4: Likewise.
20328         * modules/mbchar (Makefile.am): Assume <wchar.h>.
20329         * m4/mbchar.m4: Likewise.
20330         * modules/mbswidth (Depends-on): Depend on wchar.
20331         * lib/mbswidth.c: Assume <wchar.h>.
20332         * m4/mbswidth.m4: Likewise.
20333         * modules/quotearg (Depends-on): Depend on wchar.
20334         * lib/quotearg.c: Assume <wchar.h>.
20335         * m4/quotearg.m4: Likewise.
20336         * modules/regex (Depends-on): Depend on wchar.
20337         * lib/regex_internal.h: Assume <wchar.h>.
20338         * m4/regex.m4: Likewise.
20339         * modules/stdint (Depends-on): Depend on wchar.
20340         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
20341         * m4/stdint.m4: Likewise.
20342         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
20343         * modules/strftime (Depends-on): Depend on wchar.
20344         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
20345         * modules/strtol (Depends-on): Depend on wchar.
20346         * lib/strtol.c: Assume <wchar.h>.
20347         * modules/wcwidth (Depends-on): Depend on wchar.
20348         * lib/wcwidth.h: Assume <wchar.h>.
20349         * m4/wcwidth.m4: Likewise.
20350
20351 2007-01-16  Bruno Haible  <bruno@clisp.org>
20352
20353         * modules/csharpexec-script: New, created from...
20354         * modules/csharpexec: ... this.
20355
20356 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
20357
20358         * modules/javaexec-script: New, created from...
20359         * modules/javaexec: ... this.
20360
20361 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20362
20363         * modules/poll (Dependencies): Add sys_select.
20364
20365 2007-01-15  Jim Meyering  <jim@meyering.net>
20366
20367         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
20368         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
20369         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
20370         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
20371
20372 2007-01-15  Bruno Haible  <bruno@clisp.org>
20373
20374         * modules/striconveh: New file.
20375         * lib/striconveh.h: New file.
20376         * lib/striconveh.c: New file.
20377         * MODULES.html.sh (Internationalization functions): Add striconveh.
20378
20379         * modules/striconveh-tests: New file.
20380         * tests/test-striconveh.c: New file.
20381
20382 2007-01-15  Bruno Haible  <bruno@clisp.org>
20383
20384         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
20385         not from GNU libiconv or GNU libc.
20386
20387 2007-01-15  Bruno Haible  <bruno@clisp.org>
20388
20389         * doc/gnulib-intro.texi (Copyright): Explain the different license
20390         terms for module descriptions, autoconf macros, tests, documentation.
20391
20392 2007-01-14  Bruno Haible  <bruno@clisp.org>
20393
20394         * modules/striconv-tests: New file.
20395         * tests/test-striconv.c: New file.
20396
20397 2007-01-14  Bruno Haible  <bruno@clisp.org>
20398
20399         * modules/iconv-tests: New file.
20400         * tests/test-iconv.c: New file.
20401
20402 2007-01-14  Bruno Haible  <bruno@clisp.org>
20403
20404         * gnulib-tool (func_get_license): For test modules, use the license of
20405         the main module.
20406
20407 2007-01-14  Bruno Haible  <bruno@clisp.org>
20408
20409         * modules/iconv (Include): Clarify that <iconv.h> can only be included
20410         if iconv is found to exist.
20411
20412 2007-01-14  Bruno Haible  <bruno@clisp.org>
20413
20414         * modules/c-ctype-tests: New file.
20415         * tests/test-c-ctype.c: New file.
20416
20417 2007-01-14  Bruno Haible  <bruno@clisp.org>
20418
20419         * modules/binary-io-tests: New file.
20420         * tests/test-binary-io.sh: New file.
20421         * tests/test-binary-io.c: New file.
20422
20423 2007-01-14  Bruno Haible  <bruno@clisp.org>
20424
20425         * modules/array-oset-tests: New file.
20426         * tests/test-array_oset.c: New file.
20427
20428 2007-01-14  Bruno Haible  <bruno@clisp.org>
20429
20430         * modules/array-list-tests: New file.
20431         * tests/test-array_list.c: New file.
20432
20433 2007-01-14  Bruno Haible  <bruno@clisp.org>
20434
20435         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
20436         and make.
20437         Reported by Simon Josefsson in
20438         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
20439
20440 2007-01-14  Bruno Haible  <bruno@clisp.org>
20441
20442         * modules/allocsa-tests: New file.
20443         * tests/test-allocsa.c: New file.
20444
20445 2007-01-14  Bruno Haible  <bruno@clisp.org>
20446
20447         * modules/fchdir (Depends-on): Add absolute-header.
20448         * modules/unistd (Depends-on): Likewise.
20449
20450 2006-12-30  Bruno Haible  <bruno@clisp.org>
20451
20452         * modules/fchdir: New file.
20453         * modules/unistd (Files): Add lib/unistd_.h.
20454         (Makefile.am): Generate unistd.h from unistd_.h.
20455         * lib/fchdir.c: New file.
20456         * lib/dirent_.h: New file.
20457         * lib/unistd_.h: New file.
20458         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
20459         * m4/fchdir.m4: New file.
20460         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
20461         (gl_HEADER_UNISTD): Invoke it.
20462         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
20463         function.
20464         * lib/backupfile.c (opendir, closedir): Undefine.
20465         * lib/chown.c (open, close): Undefine.
20466         * lib/clean-temp.c (open, close): Undefine.
20467         * lib/copy-file.c (open, close): Undefine.
20468         * lib/execute.c (open, close): Undefine.
20469         * lib/fsusage.c (open, close): Undefine.
20470         * lib/gc-gnulib.c (open, close): Undefine.
20471         * lib/getcwd.c (opendir, closedir): Undefine.
20472         * lib/glob.c (opendir, closedir): Undefine.
20473         * lib/javacomp.c (open, close): Undefine.
20474         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
20475         * lib/openat-proc.c (open, close): Undefine.
20476         * lib/pagealign_alloc.c (open, close): Undefine.
20477         * lib/pipe.c (open, close): Undefine.
20478         * lib/progreloc.c (open, close): Undefine.
20479         * lib/savedir.c (opendir, closedir): Undefine.
20480         * lib/utime.c (open, close): Undefine.
20481         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
20482
20483 2007-01-10  Bruno Haible  <bruno@clisp.org>
20484
20485         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
20486
20487 2007-01-12  Eric Blake  <ebb9@byu.net>
20488
20489         Provide a robust <wchar.h>.  Further simplifications are now
20490         possible in other modules, but not included here.
20491         * modules/wchar: New module.
20492         * m4/wchar.m4: New file.
20493         * lib/wchar_.h: Likewise.
20494         * modules/mbchar (Depends-on): Depend on wchar, as the first use
20495         of the new module.
20496         * MODULES.html.sh (Extended multibyte and wide character utilities):
20497         New section.
20498
20499 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
20500
20501         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
20502         to a reasonable default for memory allocation.
20503         (xreadlink): Don't allocate a huge buffer, to work around a buggy
20504         file system that reports garbage st_size values for symlinks.
20505         Problem reported by Liyang Hu.
20506
20507 2007-01-11  Simon Josefsson  <simon@josefsson.org>
20508
20509         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
20510         Emacs .#* auto-save files).
20511
20512 2007-01-11  Bruno Haible  <bruno@clisp.org>
20513
20514         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
20515         directory.
20516
20517 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
20518
20519         Use @...@ consistently in lib/wctype_.h.
20520         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
20521         on it being set to 1 or 0.
20522         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
20523         go back to AC_SUBSTing it.
20524         * modules/wctype (Makefile.am): Undo previous change.
20525
20526 2007-01-10  Eric Blake  <ebb9@byu.net>
20527
20528         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
20529         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
20530         * modules/wctype (Makefile.am): Likewise.
20531         Reported by Chris McGuire.
20532
20533 2007-01-10  Jim Meyering  <jim@meyering.net>
20534
20535         fts.c: a small readability/maintainability improvement
20536         * lib/fts.c (fts_read): Make this code slightly more readable and
20537         maintainable by hoisting the "sp->fts_cur = p" assignments to
20538         immediately follow the statements that set P.  Derived from
20539         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
20540
20541 2007-01-10  Eric Blake  <ebb9@byu.net>
20542
20543         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
20544         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
20545         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
20546         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
20547         Reported by Chris McGuire.
20548
20549 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20550
20551         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
20552         in sed script.
20553
20554 2007-01-09  Bruno Haible  <bruno@clisp.org>
20555
20556         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
20557         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
20558         variables.
20559         (func_module): Use them.
20560
20561 2007-01-09  Bruno Haible  <bruno@clisp.org>
20562
20563         * modules/unistr/base: New file.
20564         * lib/unistr.h: New file.
20565
20566         * modules/unistr/u8-to-u16: New file.
20567         * lib/unistr/u8-to-u16.c: New file.
20568
20569         * modules/unistr/u8-to-u32: New file.
20570         * lib/unistr/u8-to-u32.c: New file.
20571
20572         * modules/unistr/u16-to-u8: New file.
20573         * lib/unistr/u16-to-u8.c: New file.
20574
20575         * modules/unistr/u16-to-u32: New file.
20576         * lib/unistr/u16-to-u32.c: New file.
20577
20578         * modules/unistr/u32-to-u8: New file.
20579         * lib/unistr/u32-to-u8.c: New file.
20580
20581         * modules/unistr/u32-to-u16: New file.
20582         * lib/unistr/u32-to-u16.c: New file.
20583
20584         * modules/unistr/u8-check: New file.
20585         * modules/unistr/u16-check: New file.
20586         * modules/unistr/u32-check: New file.
20587         * lib/unistr/u8-check.c: New file.
20588         * lib/unistr/u16-check.c: New file.
20589         * lib/unistr/u32-check.c: New file.
20590
20591         * modules/unistr/u8-chr: New file.
20592         * modules/unistr/u16-chr: New file.
20593         * modules/unistr/u32-chr: New file.
20594         * lib/unistr/u8-chr.c: New file.
20595         * lib/unistr/u16-chr.c: New file.
20596         * lib/unistr/u32-chr.c: New file.
20597
20598         * modules/unistr/u8-cmp: New file.
20599         * modules/unistr/u16-cmp: New file.
20600         * modules/unistr/u32-cmp: New file.
20601         * lib/unistr/u8-cmp.c: New file.
20602         * lib/unistr/u16-cmp.c: New file.
20603         * lib/unistr/u32-cmp.c: New file.
20604
20605         * modules/unistr/u8-cpy: New file.
20606         * modules/unistr/u16-cpy: New file.
20607         * modules/unistr/u32-cpy: New file.
20608         * lib/unistr/u8-cpy.c: New file.
20609         * lib/unistr/u16-cpy.c: New file.
20610         * lib/unistr/u32-cpy.c: New file.
20611         * lib/unistr/u-cpy.h: New file.
20612
20613         * modules/unistr/u8-cpy-alloc: New file.
20614         * modules/unistr/u16-cpy-alloc: New file.
20615         * modules/unistr/u32-cpy-alloc: New file.
20616         * lib/unistr/u8-cpy-alloc.c: New file.
20617         * lib/unistr/u16-cpy-alloc.c: New file.
20618         * lib/unistr/u32-cpy-alloc.c: New file.
20619         * lib/unistr/u-cpy-alloc.h: New file.
20620
20621         * modules/unistr/u8-endswith: New file.
20622         * modules/unistr/u16-endswith: New file.
20623         * modules/unistr/u32-endswith: New file.
20624         * lib/unistr/u8-endswith.c: New file.
20625         * lib/unistr/u16-endswith.c: New file.
20626         * lib/unistr/u32-endswith.c: New file.
20627         * lib/unistr/u-endswith.h: New file.
20628
20629         * modules/unistr/u8-mblen: New file.
20630         * modules/unistr/u16-mblen: New file.
20631         * modules/unistr/u32-mblen: New file.
20632         * lib/unistr/u8-mblen.c: New file.
20633         * lib/unistr/u16-mblen.c: New file.
20634         * lib/unistr/u32-mblen.c: New file.
20635
20636         * modules/unistr/u8-mbtouc: New file.
20637         * modules/unistr/u16-mbtouc: New file.
20638         * modules/unistr/u32-mbtouc: New file.
20639         * lib/unistr/u8-mbtouc.c: New file.
20640         * lib/unistr/u16-mbtouc.c: New file.
20641         * lib/unistr/u32-mbtouc.c: New file.
20642
20643         * modules/unistr/u8-mbtouc-safe: New file.
20644         * modules/unistr/u16-mbtouc-safe: New file.
20645         * modules/unistr/u32-mbtouc-safe: New file.
20646         * lib/unistr/u8-mbtouc-safe.c: New file.
20647         * lib/unistr/u16-mbtouc-safe.c: New file.
20648         * lib/unistr/u32-mbtouc-safe.c: New file.
20649
20650         * modules/unistr/u8-move: New file.
20651         * modules/unistr/u16-move: New file.
20652         * modules/unistr/u32-move: New file.
20653         * lib/unistr/u8-move.c: New file.
20654         * lib/unistr/u16-move.c: New file.
20655         * lib/unistr/u32-move.c: New file.
20656         * lib/unistr/u-move.h: New file.
20657
20658         * modules/unistr/u8-next: New file.
20659         * modules/unistr/u16-next: New file.
20660         * modules/unistr/u32-next: New file.
20661         * lib/unistr/u8-next.c: New file.
20662         * lib/unistr/u16-next.c: New file.
20663         * lib/unistr/u32-next.c: New file.
20664
20665         * modules/unistr/u8-prev: New file.
20666         * modules/unistr/u16-prev: New file.
20667         * modules/unistr/u32-prev: New file.
20668         * lib/unistr/u8-prev.c: New file.
20669         * lib/unistr/u16-prev.c: New file.
20670         * lib/unistr/u32-prev.c: New file.
20671
20672         * modules/unistr/u8-set: New file.
20673         * modules/unistr/u16-set: New file.
20674         * modules/unistr/u32-set: New file.
20675         * lib/unistr/u8-set.c: New file.
20676         * lib/unistr/u16-set.c: New file.
20677         * lib/unistr/u32-set.c: New file.
20678         * lib/unistr/u-set.h: New file.
20679
20680         * modules/unistr/u8-startswith: New file.
20681         * modules/unistr/u16-startswith: New file.
20682         * modules/unistr/u32-startswith: New file.
20683         * lib/unistr/u8-startswith.c: New file.
20684         * lib/unistr/u16-startswith.c: New file.
20685         * lib/unistr/u32-startswith.c: New file.
20686         * lib/unistr/u-startswith.h: New file.
20687
20688         * modules/unistr/u8-stpcpy: New file.
20689         * modules/unistr/u16-stpcpy: New file.
20690         * modules/unistr/u32-stpcpy: New file.
20691         * lib/unistr/u8-stpcpy.c: New file.
20692         * lib/unistr/u16-stpcpy.c: New file.
20693         * lib/unistr/u32-stpcpy.c: New file.
20694         * lib/unistr/u-stpcpy.h: New file.
20695
20696         * modules/unistr/u8-stpncpy: New file.
20697         * modules/unistr/u16-stpncpy: New file.
20698         * modules/unistr/u32-stpncpy: New file.
20699         * lib/unistr/u8-stpncpy.c: New file.
20700         * lib/unistr/u16-stpncpy.c: New file.
20701         * lib/unistr/u32-stpncpy.c: New file.
20702         * lib/unistr/u-stpncpy.h: New file.
20703
20704         * modules/unistr/u8-strcat: New file.
20705         * modules/unistr/u16-strcat: New file.
20706         * modules/unistr/u32-strcat: New file.
20707         * lib/unistr/u8-strcat.c: New file.
20708         * lib/unistr/u16-strcat.c: New file.
20709         * lib/unistr/u32-strcat.c: New file.
20710         * lib/unistr/u-strcat.h: New file.
20711
20712         * modules/unistr/u8-strchr: New file.
20713         * modules/unistr/u16-strchr: New file.
20714         * modules/unistr/u32-strchr: New file.
20715         * lib/unistr/u8-strchr.c: New file.
20716         * lib/unistr/u16-strchr.c: New file.
20717         * lib/unistr/u32-strchr.c: New file.
20718
20719         * modules/unistr/u8-strcmp: New file.
20720         * modules/unistr/u16-strcmp: New file.
20721         * modules/unistr/u32-strcmp: New file.
20722         * lib/unistr/u8-strcmp.c: New file.
20723         * lib/unistr/u16-strcmp.c: New file.
20724         * lib/unistr/u32-strcmp.c: New file.
20725
20726         * modules/unistr/u8-strcpy: New file.
20727         * modules/unistr/u16-strcpy: New file.
20728         * modules/unistr/u32-strcpy: New file.
20729         * lib/unistr/u8-strcpy.c: New file.
20730         * lib/unistr/u16-strcpy.c: New file.
20731         * lib/unistr/u32-strcpy.c: New file.
20732         * lib/unistr/u-strcpy.h: New file.
20733
20734         * modules/unistr/u8-strcspn: New file.
20735         * modules/unistr/u16-strcspn: New file.
20736         * modules/unistr/u32-strcspn: New file.
20737         * lib/unistr/u8-strcspn.c: New file.
20738         * lib/unistr/u16-strcspn.c: New file.
20739         * lib/unistr/u32-strcspn.c: New file.
20740         * lib/unistr/u-strcspn.h: New file.
20741
20742         * modules/unistr/u8-strdup: New file.
20743         * modules/unistr/u16-strdup: New file.
20744         * modules/unistr/u32-strdup: New file.
20745         * lib/unistr/u8-strdup.c: New file.
20746         * lib/unistr/u16-strdup.c: New file.
20747         * lib/unistr/u32-strdup.c: New file.
20748         * lib/unistr/u-strdup.h: New file.
20749
20750         * modules/unistr/u8-strlen: New file.
20751         * modules/unistr/u16-strlen: New file.
20752         * modules/unistr/u32-strlen: New file.
20753         * lib/unistr/u8-strlen.c: New file.
20754         * lib/unistr/u16-strlen.c: New file.
20755         * lib/unistr/u32-strlen.c: New file.
20756         * lib/unistr/u-strlen.h: New file.
20757
20758         * modules/unistr/u8-strmblen: New file.
20759         * modules/unistr/u16-strmblen: New file.
20760         * modules/unistr/u32-strmblen: New file.
20761         * lib/unistr/u8-strmblen.c: New file.
20762         * lib/unistr/u16-strmblen.c: New file.
20763         * lib/unistr/u32-strmblen.c: New file.
20764
20765         * modules/unistr/u8-strmbtouc: New file.
20766         * modules/unistr/u16-strmbtouc: New file.
20767         * modules/unistr/u32-strmbtouc: New file.
20768         * lib/unistr/u8-strmbtouc.c: New file.
20769         * lib/unistr/u16-strmbtouc.c: New file.
20770         * lib/unistr/u32-strmbtouc.c: New file.
20771
20772         * modules/unistr/u8-strncat: New file.
20773         * modules/unistr/u16-strncat: New file.
20774         * modules/unistr/u32-strncat: New file.
20775         * lib/unistr/u8-strncat.c: New file.
20776         * lib/unistr/u16-strncat.c: New file.
20777         * lib/unistr/u32-strncat.c: New file.
20778         * lib/unistr/u-strncat.h: New file.
20779
20780         * modules/unistr/u8-strncmp: New file.
20781         * modules/unistr/u16-strncmp: New file.
20782         * modules/unistr/u32-strncmp: New file.
20783         * lib/unistr/u8-strncmp.c: New file.
20784         * lib/unistr/u16-strncmp.c: New file.
20785         * lib/unistr/u32-strncmp.c: New file.
20786
20787         * modules/unistr/u8-strncpy: New file.
20788         * modules/unistr/u16-strncpy: New file.
20789         * modules/unistr/u32-strncpy: New file.
20790         * lib/unistr/u8-strncpy.c: New file.
20791         * lib/unistr/u16-strncpy.c: New file.
20792         * lib/unistr/u32-strncpy.c: New file.
20793         * lib/unistr/u-strncpy.h: New file.
20794
20795         * modules/unistr/u8-strnlen: New file.
20796         * modules/unistr/u16-strnlen: New file.
20797         * modules/unistr/u32-strnlen: New file.
20798         * lib/unistr/u8-strnlen.c: New file.
20799         * lib/unistr/u16-strnlen.c: New file.
20800         * lib/unistr/u32-strnlen.c: New file.
20801         * lib/unistr/u-strnlen.h: New file.
20802
20803         * modules/unistr/u8-strpbrk: New file.
20804         * modules/unistr/u16-strpbrk: New file.
20805         * modules/unistr/u32-strpbrk: New file.
20806         * lib/unistr/u8-strpbrk.c: New file.
20807         * lib/unistr/u16-strpbrk.c: New file.
20808         * lib/unistr/u32-strpbrk.c: New file.
20809         * lib/unistr/u-strpbrk.h: New file.
20810
20811         * modules/unistr/u8-strrchr: New file.
20812         * modules/unistr/u16-strrchr: New file.
20813         * modules/unistr/u32-strrchr: New file.
20814         * lib/unistr/u8-strrchr.c: New file.
20815         * lib/unistr/u16-strrchr.c: New file.
20816         * lib/unistr/u32-strrchr.c: New file.
20817
20818         * modules/unistr/u8-strspn: New file.
20819         * modules/unistr/u16-strspn: New file.
20820         * modules/unistr/u32-strspn: New file.
20821         * lib/unistr/u8-strspn.c: New file.
20822         * lib/unistr/u16-strspn.c: New file.
20823         * lib/unistr/u32-strspn.c: New file.
20824         * lib/unistr/u-strspn.h: New file.
20825
20826         * modules/unistr/u8-strstr: New file.
20827         * modules/unistr/u16-strstr: New file.
20828         * modules/unistr/u32-strstr: New file.
20829         * lib/unistr/u8-strstr.c: New file.
20830         * lib/unistr/u16-strstr.c: New file.
20831         * lib/unistr/u32-strstr.c: New file.
20832         * lib/unistr/u-strstr.h: New file.
20833
20834         * modules/unistr/u8-strtok: New file.
20835         * modules/unistr/u16-strtok: New file.
20836         * modules/unistr/u32-strtok: New file.
20837         * lib/unistr/u8-strtok.c: New file.
20838         * lib/unistr/u16-strtok.c: New file.
20839         * lib/unistr/u32-strtok.c: New file.
20840         * lib/unistr/u-strtok.h: New file.
20841
20842         * modules/unistr/u8-uctomb: New file.
20843         * modules/unistr/u16-uctomb: New file.
20844         * modules/unistr/u32-uctomb: New file.
20845         * lib/unistr/u8-uctomb.c: New file.
20846         * lib/unistr/u16-uctomb.c: New file.
20847         * lib/unistr/u32-uctomb.c: New file.
20848
20849         * MODULES.html.sh (Unicode string functions): Add the new modules.
20850
20851 2007-01-08  Bruno Haible  <bruno@clisp.org>
20852
20853         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
20854         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
20855         subdirectories.
20856
20857 2007-01-08  Karl Berry  <karl@gnu.org>
20858
20859         * doc/error.texi: mention that main() fns must set program_name
20860         when progname is used.
20861
20862 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
20863
20864         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
20865         WCTYPE_H is empty, for the benefit of builds from non-distclean
20866         directories.  Problem reported by Eric Blake in
20867         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
20868
20869 2007-01-08  Bruno Haible  <bruno@clisp.org>
20870
20871         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
20872         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
20873         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
20874         PROVIDE_CANONICALIZE_FILENAME_MODE.
20875         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
20876
20877 2007-01-08  Bruno Haible  <bruno@clisp.org>
20878
20879         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
20880         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
20881         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
20882         * lib/fts.c: Likewise.
20883         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
20884
20885 2006-12-25  Bruno Haible  <bruno@clisp.org>
20886
20887         * modules/utf8-ucs4-safe: New file.
20888         * lib/utf8-ucs4-safe.h: New file.
20889         * lib/unistr/utf8-ucs4-safe.c: New file.
20890
20891         * modules/utf16-ucs4-safe: New file.
20892         * lib/utf16-ucs4-safe.h: New file.
20893         * lib/unistr/utf16-ucs4-safe.c: New file.
20894
20895         * MODULES.html.sh (Unicode string functions): Add the new modules.
20896
20897 2007-01-08  Bruno Haible  <bruno@clisp.org>
20898
20899         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
20900         (Depends-on): Add unitypes.
20901         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
20902         (u8_mbtouc_aux): Move out to separate file.
20903         (u8_mbtouc): Use ucs4_t, uint8_t types.
20904         * lib/unistr/utf8-ucs4.c: New file.
20905
20906         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
20907         (Depends-on): Add unitypes.
20908         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
20909         (u16_mbtouc_aux): Move out to separate file.
20910         (u16_mbtouc): Use ucs4_t, uint16_t types.
20911         * lib/unistr/utf16-ucs4.c: New file.
20912
20913         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
20914         (Depends-on): Add unitypes.
20915         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
20916         (u8_uctomb_aux): Move out to separate file.
20917         (u8_uctomb): Use ucs4_t, uint8_t types.
20918         * lib/unistr/ucs4-utf8.c: New file.
20919
20920         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
20921         (Depends-on): Add unitypes.
20922         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
20923         (u16_uctomb_aux): Move out to separate file.
20924         (u16_uctomb): Use ucs4_t, uint16_t types.
20925         * lib/unistr/ucs4-utf16.c: New file.
20926
20927 2006-12-25  Bruno Haible  <bruno@clisp.org>
20928
20929         * modules/unitypes: New file.
20930         * lib/unitypes.h: New file.
20931         * MODULES.html.sh (func_all_modules): New section "Unicode string
20932         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
20933         this section. Add unitypes.
20934
20935 2007-01-08  Bruno Haible  <bruno@clisp.org>
20936
20937         Avoid variable names that conflict with those from libtool.
20938         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
20939         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
20940         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
20941         library_names_spec to acl_library_names_spec, hardcode_* to
20942         acl_hardcode_*.
20943         Reported by Ralf Wildenhues.
20944
20945 2007-01-08  Bruno Haible  <bruno@clisp.org>
20946
20947         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
20948         definition.
20949         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
20950         definition.
20951         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
20952         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
20953         definition.
20954         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
20955         definition.
20956         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
20957         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
20958         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
20959         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
20960         definition.
20961         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
20962         definition.
20963         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
20964         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
20965         GC_USE_<algorithm>.
20966         * lib/gc-libgcrypt.c: Likewise.
20967         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
20968         * modules/gc-arctwo (configure.ac): Likewise.
20969         * modules/gc-des (configure.ac): Likewise.
20970         * modules/gc-hmac-md5 (configure.ac): Likewise.
20971         * modules/gc-hmac-sha1 (configure.ac): Likewise.
20972         * modules/gc-md2 (configure.ac): Likewise.
20973         * modules/gc-md4 (configure.ac): Likewise.
20974         * modules/gc-md5 (configure.ac): Likewise.
20975         * modules/gc-random (configure.ac): Likewise.
20976         * modules/gc-rijndael (configure.ac): Likewise.
20977         * modules/gc-sha1 (configure.ac): Likewise.
20978
20979 2007-01-08  Bruno Haible  <bruno@clisp.org>
20980
20981         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
20982         macro definition.
20983         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
20984         definition.
20985         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
20986         definition.
20987         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
20988         * modules/fcntl-safer (configure.ac): Likewise.
20989         * modules/fopen-safer (configure.ac): Likewise.
20990         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
20991         GNULIB_FWRITEERROR macro definition.
20992
20993 2007-01-08  Bruno Haible  <bruno@clisp.org>
20994
20995         * m4/gnulib-common.m4: New file.
20996         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
20997         (func_get_filelist): Add m4/gnulib-common.m4.
20998
20999 2007-01-08  Bruno Haible  <bruno@clisp.org>
21000
21001         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
21002         command.
21003
21004 2007-01-08  Jim Meyering  <jim@meyering.net>
21005
21006         Use a more robust test for a "can't happen" condition.
21007         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
21008         narrowed the st_size value.  Presuming the "can't happen" condition
21009         is true, that narrowing could conceivably convert an invalid st_size
21010         value into a valid one.  Instead, use a change based on Matthew
21011         Woehlke's original patch.
21012
21013         Slight readability improvement: use an assert-like macro
21014         in place of literal "abort ()" uses.
21015         * lib/fts.c (fts_assert): Define.
21016         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
21017         Use this macro instead of a bare 'abort'.
21018
21019 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
21020
21021         Don't worry about using IRIX 5.3's wctype.h broken definitions;
21022         simply work around them.
21023         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
21024         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
21025         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
21026         declaring.
21027         Don't bother to define as macros, since the standard doesn't require it.
21028         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
21029         longer worry about IRIX 5.3.
21030         (HAVE_WCTYPE_CTMP_BUG): Remove.
21031
21032 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21033
21034         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
21035         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
21036         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
21037         Problems reported by Georg Schwarz for IRIX 5.3.
21038
21039         * gnulib-tool (autoconf_minversion): Take the maximum version number
21040         found, not the minimum.  Problem reported by James Youngman.
21041
21042 2007-01-03  Karl Berry  <karl@gnu.org>
21043
21044         * doc/error.texi: new file, explaining interaction with progname.
21045         * doc/gnulib.texi: include it.  Update copyright.
21046
21047 2007-01-03  Simon Josefsson  <simon@josefsson.org>
21048
21049         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
21050         AC_CANONICAL_HOST, to improve autobuild outputs.
21051
21052 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
21053             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
21054
21055         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
21056         sockets, server sockets, and other file descriptors.  Count errors
21057         to compute the return value.  Reorder the code a bit to be easier
21058         to follow.  Don't set event bits that were not requested (except
21059         POLLERR and POLLHUP).
21060
21061 2007-01-01  Bruno Haible  <bruno@clisp.org>
21062
21063         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
21064
21065 2007-01-03  Jim Meyering  <jim@meyering.net>
21066
21067         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
21068
21069 2007-01-02  Bruno Haible  <bruno@clisp.org>
21070
21071         * modules/settime (Include): Require timespec.h.
21072         * modules/nanosleep (Include): Likewise.
21073
21074 2007-01-01  Bruno Haible  <bruno@clisp.org>
21075
21076         * gnulib-tool (func_emit_copyright_notice): Bump year.
21077         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
21078
21079 2007-01-01  Bruno Haible  <bruno@clisp.org>
21080
21081         Improve support for OpenBSD.
21082         * build-aux/config.rpath (libname_spec): Export.
21083         (library_names_spec): New variable. Export.
21084         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
21085         library_names_spec from the config.rpath output. Locate shared library
21086         through the name pattern in library_names_spec.
21087
21088 2007-01-01  Eric Blake  <ebb9@byu.net>
21089
21090         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
21091
21092 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
21093
21094         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
21095         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
21096         assume the C locale, and avoid an "eval" that could cause trouble.
21097         Problem with SORT reported by Bob Proulx.
21098
21099         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
21100         Define.  Trivial patch from Henning Nielsen Lund, originally
21101         sent to bug-grep@gnu.org today.
21102
21103 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
21104
21105         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
21106         struct stat.  Problem reported by Henning Nielsen Lund.
21107         * lib/acl.c: Include acl.h first, to check interface.  Don't
21108         bother to include sys/types.h and sys/stat.h again.
21109
21110 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21111
21112         Import the following change from libc; problem reported by
21113         Sven Verdoolaege.
21114
21115         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
21116
21117         [BZ #1373]
21118         * lib/argp.h: Remove __NTH for __argp_usage inline function.
21119
21120 2006-12-28  Jim Meyering  <jim@meyering.net>
21121
21122         * build-aux/announce-gen: Do not assume that the package
21123         builds any of tar.gz, tar.bz2, and .xdelta files.
21124         Suggestion from Simon Josefsson.
21125
21126 2006-12-28  Simon Josefsson  <simon@josefsson.org>
21127
21128         * modules/announce-gen: New file.
21129
21130 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
21131
21132         * lib/mbchar.h: Just include <wctype.h>; the wctype module
21133         handles its gotchas now.
21134         * lib/mbswidth.c: Likewise.
21135         * lib/wcwidth.h: Likewise.
21136         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
21137         and iswcntrl; the wctype module does this stuff now.
21138         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
21139         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
21140         * modules/mbchar (Depends-on): Add wctype.
21141         * modules/mbswidth (Depends-on): Likewise.
21142         * modules/wcwidth (Depends-on): Likewise.
21143
21144 2006-12-27  Eric Blake  <ebb9@byu.net>
21145
21146         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
21147         module uses more than what <wctype.h> is required to provide.
21148
21149 2006-12-26  Eric Blake  <ebb9@byu.net>
21150
21151         * gnulib-tool (sed_extract_prog): Avoid space-tab.
21152
21153 2006-12-26  Eric Blake  <ebb9@byu.net>
21154
21155         * modules/absolute-header: New module.
21156         * modules/fcntl (Depends-on): Depend on it.
21157         * modules/inttypes (Depends-on): Likewise.
21158         * modules/stdint (Depends-on): Likewise.
21159         * modules/sys_stat (Depends-on): Likewise.
21160         * modules/wctype (Depends-on): Likewise.
21161         * MODULES.html.sh (Support for building libraries and
21162         executables): Document it.
21163
21164 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
21165
21166         * gnulib-tool (SED): Remove, undoing previous change.
21167         The problem was that it broke coreutils on Solaris, because
21168         "sed --posix" leaked into a makefile.
21169         (sed): New alias, if 'alias' and GNU sed.
21170
21171 2006-12-24  Jim Meyering  <jim@meyering.net>
21172
21173         Work around an fchownat bug in glibc-2.4:
21174         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
21175         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
21176         in spite of the -P option.
21177         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
21178         New macros.
21179         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
21180         * modules/openat (Files): Add lib/fchownat.c.
21181         * lib/openat.c (fchownat): Don't define here.  Move to...
21182         * lib/fchownat.c: ...this new file.
21183
21184 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21185
21186         Fix bug reported by Bruno Haible in
21187         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
21188         where quotearg.c didn't compile on Mac OS X 10.2 because it
21189         lacks <wchar.h> and wint_t.
21190         * lib/wctype_.h (__wctype_wint_t): New type.
21191         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
21192         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
21193         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
21194         Arg is now of type __wctype_wint_t, not wint_t.
21195         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
21196         substitute HAVE_WINT_T.
21197         * modules/wctype (Files): Add m4/wint_t.m4.
21198         (wctype.h): Substitute HAVE_WINT_T.
21199
21200 2006-12-23  Bruno Haible  <bruno@clisp.org>
21201
21202         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
21203
21204 2006-12-23  Bruno Haible  <bruno@clisp.org>
21205
21206         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
21207         S_ISLNK.
21208         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
21209         mingw.
21210
21211 2006-12-22  Bruno Haible  <bruno@clisp.org>
21212
21213         * lib/copy-file.c: Include acl.h.
21214         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
21215         Close the file descriptors only after being done with copy_acl.
21216         * modules/copy-file (Depends-on): Add acl.
21217
21218 2006-12-22  Bruno Haible  <bruno@clisp.org>
21219
21220         * gnulib-tool (SED): New variable.
21221         Use $SED instead of sed everywhere.
21222
21223 2006-12-22  Bruno Haible  <bruno@clisp.org>
21224
21225         * modules/no-c++: New file.
21226         * m4/no-c++.m4: New file.
21227         * MODULES.html.sh (Support for building libraries and executables):
21228         Add no-c++.
21229
21230 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
21231
21232         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
21233         Include <limits.h>, and use its INT_MAX to rewrite the
21234         j loop so that it does not overflow 'int'.  Problem reported by
21235         Ralf Wildenhues in
21236         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
21237         Play it safe by shifting left by 1 rather than multiplying by 2,
21238         as GCC is less likely to optimize this away when the value
21239         is signed (when it assumes overflow leads to undefined behavior).
21240         Also, don't assume time_t uses two's complement.
21241
21242 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
21243
21244         * MODULES.html.sh: New module wctype.
21245         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
21246         * lib/fnmatch.c: Don't bother to include <wchar.h> before
21247         <wctype.h>, since the new wctype module should fix this.
21248         * lib/quotearg.c: Include <wctype.h> unconditionally, since
21249         the wctype module should arrange for it.
21250         * lib/regex_internal.h: Likewise.
21251         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
21252         since the wctype module should handle this now.
21253         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
21254         * modules/fnmatch (Depends-on): Add wctype.
21255         * modules/quotearg (Depends-on): Likewise.
21256         * modules/regex (Depends-on): Likewise.
21257
21258 2006-12-19  Bruno Haible  <bruno@clisp.org>
21259
21260         * lib/strdup.h [C++]: Wrap definitions in extern "C".
21261         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
21262
21263 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21264
21265         * modules/savewd (Depends-on): Fix dependency on fcntl.
21266
21267 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
21268
21269         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
21270         conforms to C99, rather than relying on the user's environment
21271         setting of STDINT_H.
21272
21273 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
21274         and Eric Blake  <ebb9@byu.net>
21275
21276         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
21277         This is more consistent with the other defines here.
21278         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
21279         Port to z/OS.  Problem reported by Paul Gilmartin.
21280         Change local vars to use gl_ prefix rather than ac_.
21281         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
21282         with other defines.
21283         * modules/double-slash-root: New module.
21284         * modules/dirname (Files): Remove m4/double-slash-root.m4.
21285         (Depends-on): Add double-slash-root.
21286         * MODULES.html.sh (File system functions): Mention new module.
21287
21288 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
21289
21290         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
21291         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
21292         This is for the benefit of gzip, which doesn't do i18n.
21293
21294 2006-12-12  Jim Meyering  <jim@meyering.net>
21295
21296         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
21297         Reported by Andreas Schwab <schwab@suse.de>.
21298
21299 2006-12-12  Bruno Haible  <bruno@clisp.org>
21300
21301         Merge these changes.
21302         2006-09-05  Bruno Haible  <bruno@clisp.org>
21303         * lib/iconvme.c (iconv_string): No need to save and restore errno when
21304         iconv_alloc succeeded.
21305         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
21306         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
21307         test for " && dest " at the end - dest is always != NULL there. Call
21308         iconv with 4xNULL arguments initially, to reset the state. Call iconv
21309         with 2xNULL arguments, also to flush the state storage. Handle the
21310         IRIX iconv behaviour. Realloc the final result, to throw away unused
21311         memory.
21312
21313 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
21314
21315         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
21316         and fchmodat unconditionally, since glibc 2.4 has them.
21317         Problem reported by Arkadiusz Miskiewicz.
21318
21319 2006-12-10  Bruno Haible  <bruno@clisp.org>
21320
21321         * gnulib-tool (func_import): Show the include files only for those
21322         modules that are copied and specified.
21323         Reported by Karl Berry.
21324
21325 2006-12-08  Jim Meyering  <jim@meyering.net>
21326
21327         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
21328         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
21329
21330         * build-aux/announce-gen: Add two new options, both optional:
21331         --bootstrap-tools=TOOL_LIST
21332               a comma-separated list of tools, e.g.,
21333               autoconf,automake,bison,gnulib
21334         --gnulib-snapshot-date=DATE
21335               if gnulib is in the bootstrap tool list,
21336               then report this as the snapshot date.
21337               If not specified, use the current date/time.
21338               If you specify a date here, be sure it's UTC.
21339
21340 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21341
21342         * tests/test-argp-2.sh: Fix test to match actual output.
21343         (func_compare): Fix sed script to be portable.
21344
21345 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
21346
21347         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
21348         workaround for this case.  It is not autoconfigured now; offhand
21349         it's hard to see how to autoconfigure it.
21350
21351 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
21352
21353         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
21354         a directory that is about to be chowned.  Such a directory's
21355         initial file permissions should permit the owner only and this
21356         should not be changed until after the chown, since the group and
21357         other bits would be incorrect if they granted permission before
21358         the chown.
21359
21360         Fix porting problem for iswctype reported by Georg Schwarz in:
21361         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
21362         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
21363         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
21364         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
21365         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
21366
21367 2006-12-03  Jim Meyering  <jim@meyering.net>
21368
21369         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
21370         p->fts_statp may not yet be defined.
21371         (fts_read): Instead, set it in the caller, once p->fts_statp is
21372         sure to be defined, and corresponds to a top-level directory.
21373         This bug made du -x fail.  Here's the coreutils test case:
21374         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
21375         Reported by Mike Frysinger.
21376
21377 2006-12-01  Jim Meyering  <jim@meyering.net>
21378
21379         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
21380         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
21381         Reported by Simon Josefsson.
21382
21383 2006-11-30  Jim Meyering  <jim@meyering.net>
21384
21385         * m4/warning.m4: Use the all-permissive copyright notice
21386         recommended by RMS (rather than LGPL).
21387         * m4/vararrays.m4: Likewise.
21388         * m4/flexmember.m4: Likewise.
21389
21390 2006-11-29  Bruno Haible  <bruno@clisp.org>
21391
21392         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
21393         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
21394         using +=.
21395         Reported by Simon Josefsson <simon@josefsson.org>.
21396
21397 2006-11-28  James Youngman <jay@gnu.org>
21398
21399         * README: Advise users that they might find the bug-gnulib@gnu.org
21400         and autotools-announce@gnu.org mailing lists useful.
21401
21402 2006-11-28  Bruno Haible  <bruno@clisp.org>
21403
21404         * m4/ptrdiff_max.m4: Remove file.
21405
21406 2006-11-21  Bruno Haible  <bruno@clisp.org>
21407
21408         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
21409         _AC_COMPUTE_INT.
21410         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21411         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
21412         _AC_COMPUTE_INT.
21413         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21414         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
21415         _AC_COMPUTE_INT.
21416         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21417
21418 2006-11-28  Jim Meyering  <jim@meyering.net>
21419
21420         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
21421         warning from "gcc -Wshadow" about shadowing the builtin.
21422
21423 2006-11-27  Bruno Haible  <bruno@clisp.org>
21424
21425         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
21426         _AC_COMPUTE_INT.
21427         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21428
21429 2006-11-27  Bruno Haible  <bruno@clisp.org>
21430             Paul Eggert  <eggert@cs.ucla.edu>
21431
21432         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
21433
21434 2006-11-26  Bruno Haible  <bruno@clisp.org>
21435
21436         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
21437         noinst_LTLIBRARIES.
21438
21439 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21440             Bruno Haible  <bruno@clisp.org>
21441
21442         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
21443         if compiling with "gcc -ansi".
21444
21445 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21446
21447         Fix some incompatibilities with gcc -ansi -pedantic.
21448         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
21449         if compiling pedantically with GCC, unless it's C99 or later.
21450         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
21451         it mishandles gcc -ansi -pedantic as well.
21452         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
21453         if gcc -pedantic.
21454         * lib/regexec.c (check_node_accept_bytes): Don't use auto
21455         initializers for struct if -pedantic, unless it's C99 or later.
21456
21457 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
21458
21459         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
21460         Don't close an fd more than once. Identical atimes indicate
21461         success, not failure.
21462
21463 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
21464
21465         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
21466
21467 2006-11-23  Jim Meyering  <jim@meyering.net>
21468
21469         * build-aux/announce-gen: New file.  From coreutils.
21470
21471 2006-11-22  Jim Meyering  <jim@meyering.net>
21472
21473         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
21474         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
21475         (fts_read): Use a temporary to narrow the overused st_size member
21476         before using it in a switch statement.  Reported by Matthew Woehlke.
21477
21478         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
21479         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
21480
21481 2006-11-20  Bruno Haible  <bruno@clisp.org>
21482
21483         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
21484         changequote instead of pairs of brackets.
21485         Reported by Andreas Schwab <schwab@suse.de>.
21486
21487 2006-11-21  Jim Meyering  <jim@meyering.net>
21488
21489         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
21490         so as to remain compatible with older compilers.
21491         Patch from Michael Deutschmann.
21492
21493 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21494
21495         * MODULES.html.sh (File system functions): Add openat.
21496
21497         * lib/openat.h (rpl_fstatat): New macro, if
21498         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
21499         (fstatat): Define to rpl_fstatat under the same conditions,
21500         unless COMPILING_FSTATAT.
21501         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
21502         seems to have the bug.
21503         * lib/fstatat.c: New file.
21504         * modules/openat (Files): Add it.
21505
21506 2006-11-20  Bruno Haible  <bruno@clisp.org>
21507
21508         * Makefile: New file.
21509
21510 2006-11-20  Jim Meyering  <jim@meyering.net>
21511
21512         The beginnings of syntax-related checks for gnulib.
21513         * lib/Makefile: New file.
21514         * lib/t-idcache: New script.  Ensure that the two halves of
21515         idcache.c stay in sync.
21516
21517         * lib/idcache.c: Adjust comments in user- and group- portions to
21518         be more accurate, and to be consistent with one another.
21519
21520 2006-11-20  Jim Meyering  <jim@meyering.net>
21521
21522         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
21523         continue using the flexible array member (thus, this module performs
21524         half as many malloc calls), with the addition that...
21525         (getgroup, getuser): Consistently record a non-match via an empty
21526         "name" string, and map an empty string match to a NULL return value.
21527         * modules/idcache (Depends-on): Re-add flexmember.
21528
21529         * lib/idcache.c (getuser): Remove all uses of the register keyword.
21530         (getuidbyname, getgroup, getgidbyname): Likewise.
21531
21532         Use cleaner syntax: NULL rather than 0.
21533         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
21534
21535 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21536
21537         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
21538         It mishandled the case where the group was missing.
21539         Problem reported by Greg Schafer.
21540         * modules/idcache: Likewise.
21541
21542 2006-11-18  Jim Meyering  <jim@meyering.net>
21543
21544         * check-module (%exempt_header): Add exception for some
21545         conditionally-included headers.
21546
21547         * modules/i-ring (Depends-on): Add verify.
21548         (License): Change to LGPL.
21549
21550 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21551
21552         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
21553         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
21554         and inttostr.h.  Use snprintf rather than uinttostr, so that
21555         LGPLed code doesn't depend on GPLed.
21556
21557 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21558
21559         * modules/inline (License): Change from GPL to LGPL.
21560
21561 2006-11-17  Jim Meyering  <jim@meyering.net>
21562
21563         * modules/d-type (License): Switch to LGPL.
21564
21565 2006-11-15  Bruno Haible  <bruno@clisp.org>
21566
21567         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
21568
21569 2006-11-15  Eric Blake  <ebb9@byu.net>
21570
21571         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
21572         the module dependency.
21573
21574 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21575             Bruno Haible  <bruno@clisp.org>
21576
21577         * gnulib-tool (func_create_testdir): Add license consistency check.
21578
21579 2006-11-15  Eric Blake  <ebb9@byu.net>
21580
21581         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
21582         random "(cached)" in configure output.
21583
21584 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21585
21586         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
21587         test for conforming inttypes.h is both announced and cached.
21588
21589         * MODULES.html.sh (seen_modules, seen_files): New variables.
21590         (func_module): Rewrite to use a few less gnulib-tool and sed
21591         invocations.  Avoid a couple of quadratic algorithms for ...
21592         (missed_modules, missed_files): ... these, with ...
21593         (func_append, func_tmpdir): ... these new functions, from
21594         gnulib-tool.  Analogously, install traps for cleanup.
21595
21596         * tests/test-gc.c (main): Remove unused variables.
21597         * tests/test-read-file.c: Include stdlib.h, for 'free'.
21598
21599 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
21600
21601         * modules/inttostr (License): Change to LGPL.
21602
21603 2006-11-14  Eric Blake  <ebb9@byu.net>
21604
21605         * modules/tempname (License): Change to LGPL.
21606
21607 2006-11-14  Eric Blake  <ebb9@byu.net>
21608
21609         * doc/functions.texi (Function Portability): *printf functions on
21610         Cygwin now understand all POSIX size specifiers.
21611
21612 2006-11-14  Bruno Haible  <bruno@clisp.org>
21613
21614         * modules/c-ctype (License): Change to LGPL.
21615
21616 2006-11-12  Bruno Haible  <bruno@clisp.org>
21617
21618         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
21619         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
21620         for GNOME libraries, for which the include files are installed in
21621         subdirectories of $prefix/include.
21622
21623 2006-11-12  Bruno Haible  <bruno@clisp.org>
21624
21625         * m4/lib-link.m4: Require at least autoconf-2.54.
21626         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
21627         name to underscores for the --with option.
21628
21629 2006-11-13  Bruno Haible  <bruno@clisp.org>
21630
21631         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
21632         the tests directory.
21633         Reported by Ralf Wildenhues.
21634
21635 2006-11-13  Bruno Haible  <bruno@clisp.org>
21636
21637         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
21638         (func_emit_initmacro_end): Undo the override here.
21639         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
21640         Works around the famous automake error in coreutils.
21641
21642 2006-11-13  Eric Blake  <ebb9@byu.net>
21643
21644         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
21645         element, not its node.
21646
21647 2006-11-12  Bruno Haible  <bruno@clisp.org>
21648
21649         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
21650         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
21651
21652 2006-11-12  Bruno Haible  <bruno@clisp.org>
21653
21654         * gnulib-tool: New option --local-symlink.
21655         (func_usage): Document it.
21656         (lsymbolic): New variable.
21657         (func_import, func_create_testdir): If --symlink was not specified,
21658         test whether --local-symlink was specified and the file comes from
21659         the local_gnulib_dir.
21660
21661 2006-11-12  Bruno Haible  <bruno@clisp.org>
21662
21663         * gnulib-tool (func_ln): New function.
21664         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
21665
21666 2006-11-12  Bruno Haible  <bruno@clisp.org>
21667
21668         Finish support for source files in subdirectories.
21669         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
21670         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
21671         AUTOMAKE_OPTIONS.
21672         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
21673
21674 2006-11-12  Bruno Haible  <bruno@clisp.org>
21675
21676         * gnulib-tool (func_get_automake_snippet): Synthesize also an
21677         EXTRA_lib_SOURCES augmentation.
21678         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
21679
21680 2006-11-12  Jim Meyering  <jim@meyering.net>
21681
21682         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
21683         file descriptors.  This also averts a failure on systems with
21684         native openat support when a traversed directory lacks "x" access.
21685         * lib/fts_.h: Include "i-ring.h"
21686         (struct FTS) [fts_fd_ring]: New member.
21687         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
21688         (FCHDIR): Add parentheses.
21689         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
21690         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
21691         When descending, rather than simply closing the previous
21692         fts_cwd_fd value, push that file descriptor onto the ring.
21693         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
21694         (fts_open): Initialize the new fd_ring member.
21695         (fts_close): Clear the ring.
21696         (fts_safe_changedir): When possible, use our new fd_ring to skip
21697         the diropen and fstat and dev/ino comparison that would normally
21698         accompany a virtual `chdir ("..")'.
21699
21700         * modules/fts (Depends-on): Add i-ring.
21701         * modules/i-ring: New module.
21702         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
21703         * m4/i-ring.m4: New file.
21704
21705 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21706
21707         * gnulib-tool (func_create_testdir): Fix replacement of
21708         `build-aux' in configure.ac.  Run autotools in gltests
21709         subdirectory.
21710         (func_create_testdir, func_create_megatestdir, test): There is
21711         no need for '--force' in most autotool invocations in a new
21712         tree.  Actually fail the whole test if any of the tools, or the
21713         configure or make stages fail.
21714
21715         Sync from Automake.
21716         * build-aux/gnupload: Revert last change.  Add pointer to upload
21717         instructions of the GNU Maintenance Instructions.
21718         Suggestion by Karl Berry.
21719
21720 2006-11-10  Jim Meyering  <jim@meyering.net>
21721
21722         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
21723
21724 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21725
21726         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
21727         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
21728         (bind_textdomain_codeset) [! ENABLE_NLS]:
21729         Evaluate all the arguments.  That way, callers get compatible behavior
21730         if the arguments have side effects.  Also, it avoids some GCC
21731         diagnostics in some cases; Joel E. Denny reported problems when Bison
21732         was configured with --enable-gcc-warnigs.
21733
21734 2006-11-10  Jim Meyering  <jim@meyering.net>
21735
21736         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
21737         relevant options in CFLAGS (like -O, -fno-inline) are taken into
21738         account.
21739
21740 2006-11-10  Jim Meyering  <jim@meyering.net>
21741
21742         * modules/inline: New file/module.
21743         * modules/xalloc (Files): Remove m4/inline.m4.
21744         (Depends-on): Add inline, instead.
21745         * modules/oset: Likewise.
21746         * modules/list: Likewise.
21747
21748 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21749
21750         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
21751         Problem reported by Matthew Woehlke.
21752
21753 2006-11-09  Bruno Haible  <bruno@clisp.org>
21754
21755         * lib/tempname.c (gen_tempname): Remove variant that invokes
21756         __gen_tempname.
21757         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
21758         __gen_tempname.
21759
21760 2006-11-08  Bruno Haible  <bruno@clisp.org>
21761
21762         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
21763         to 'yes' instead of 'cross-compiling'.
21764
21765 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
21766
21767         * lib/quotearg.h (quotearg_free): New decl.
21768         * lib/quotearg.c (quotearg_free): New function.
21769         (slot0, nslots, slotvec0, slotvec):
21770         Now file-scope so that quotearg_free can get at them.
21771
21772 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21773
21774         Sync from Automake.
21775         * build-aux/gnupload: Add missing 'gnu' to example URL.
21776         Report by Karl Berry.
21777
21778 2006-11-08  Bruno Haible  <bruno@clisp.org>
21779
21780         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
21781         Suggested by Paul Eggert.
21782
21783 2006-11-08  Jim Meyering  <jim@meyering.net>
21784
21785         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
21786         It's already included if !_LIBC.
21787         (fts_safe_changedir): Add a comment.
21788
21789 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
21790
21791         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
21792         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
21793         Matthew Woehlke.
21794
21795         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
21796         definitions up, to avoid colliding with change below.
21797         (static_inline) [HAVE_INLINE]: New macro.
21798         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
21799         Provide extern decls when !HAVE_INLINE.  Do not define unless
21800         static_inline is defined, either by us or by xmalloc.c.  Use
21801         static_inline rather than static inline.
21802         (XCALLOC): Optimize sizeof(T) = 1 case.
21803         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
21804
21805 2006-11-07  Bruno Haible  <bruno@clisp.org>
21806
21807         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
21808         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
21809         AC_C_INLINE.
21810         * modules/xalloc (Files): Add m4/inline.m4.
21811
21812 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21813
21814         * README: Fix typo.
21815         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
21816         (Miscellanous Notes): ...from this.
21817
21818 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
21819
21820         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
21821         Mention that offsetof should be used instead of sizeof.
21822         From Bruno Haible.
21823
21824 2006-11-07  Bruno Haible  <bruno@clisp.org>
21825
21826         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
21827
21828 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
21829
21830         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
21831         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
21832         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
21833         (gl_tree_add_before, gl_tree_add_after):
21834         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
21835         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
21836         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
21837         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
21838         (gl_linked_add_after, gl_linked_add_at): Likewise.
21839         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
21840         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
21841         (gl_tree_add_before, gl_tree_add_after): Likewise.
21842         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
21843         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
21844         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
21845
21846 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21847
21848         * lib/gl_oset.h: Use C comment style, not C++ comment style.
21849
21850 2006-11-06  Bruno Haible  <bruno@clisp.org>
21851
21852         * m4/inline.m4: New file.
21853         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
21854         * modules/list (Files): Add m4/inline.m4.
21855         * modules/oset (Files): Likewise.
21856
21857 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
21858
21859         * lib/idcache.c: Include <stddef.h>, for offsetof.
21860         (struct userid.name): Change from char * to a flexible array member.
21861         All uses changed.
21862         * modules/idcache (Depends-on): Add flexmember.
21863
21864         * MODULES.html.sh (Core language properties): New module flexmember.
21865         * modules/flexmember, m4/flexmember.m4: New files.
21866
21867         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
21868         inline functions that are identical with the old xnmalloc_inline,
21869         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
21870         that we can avoid some unnecessary integer multiplications and
21871         divisions in the common case where the element size is known at
21872         compile time.
21873         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
21874         needed.
21875         (xnboundedmalloc): Remove.
21876         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
21877         arguments, for consistency with rest of this header.
21878         (xcharalloc): Rewrite using XNMALLOC.
21879         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
21880         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
21881         versions have been moved to lib/xalloc.h and renamed to be the
21882         non-*_inline versions.
21883         (xmalloc, xrealloc): Implement without reference to the xnmalloc
21884         and xnrealloc functions, since those functions are now inline and
21885         now call us.
21886         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
21887         renaming described above.
21888         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
21889         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
21890         captures the dependency in AC_C_INLINE.
21891
21892         New module canonicalize-lgpl, proposed by Charles Wilson in
21893         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
21894         with a few small changes afterwards.
21895         * MODULES.html.sh (File system functions): New module
21896         canonicalize-lgpl.
21897         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
21898         and canonicalize_file_name.
21899         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
21900         * modules/canonicalize-lgpl: New files.
21901
21902 2006-11-05  Bruno Haible  <bruno@clisp.org>
21903
21904         * gnulib-tool (func_import, func_create_testdir): Create directories
21905         also for files in subdirectories of lib/.
21906
21907 2006-11-05  Bruno Haible  <bruno@clisp.org>
21908
21909         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
21910         ANSI C compliant.
21911
21912 2006-11-03  Bruno Haible  <bruno@clisp.org>
21913
21914         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
21915         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
21916         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
21917         (xnboundedmalloc): New inline function.
21918         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
21919         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
21920         xmalloc.
21921         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
21922         xmalloc.
21923         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
21924         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
21925         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
21926         xmalloc.
21927         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
21928         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
21929         xmalloc.
21930         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
21931         gl_tree_add_after): Use XMALLOC instead of xmalloc.
21932         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
21933         xmalloc.
21934         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
21935         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
21936         gl_tree_add_after): Use XMALLOC instead of xmalloc.
21937         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
21938         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
21939         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
21940         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
21941
21942 2006-11-03  Bruno Haible  <bruno@clisp.org>
21943
21944         * lib/c-ctype.h [C++]: Define functions without name mangling.
21945         * lib/fwriteerror.h [C++]: Likewise.
21946         * lib/gcd.h [C++]: Likewise.
21947         * lib/linebreak.h [C++]: Likewise.
21948
21949 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21950
21951         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
21952         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
21953         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
21954         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
21955         Check for functions and headers just once.
21956         Check for declaration of canonicalize_file_name.
21957         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
21958
21959 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
21960
21961         * gnulib-tool (func_import): Fix typo in actioncmd.
21962
21963 2006-11-02  Bruno Haible  <bruno@clisp.org>
21964
21965         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
21966         newline sequence in the Makefile.am snippet as a space, like "make"
21967         does.
21968         Reported by Roger Persson <perrog@gmail.com>.
21969
21970 2006-11-01  Bruno Haible  <bruno@clisp.org>
21971
21972         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
21973         already declared in <string.h>.
21974         * lib/strcase.h (strncasecmp): Don't declare it if yes.
21975
21976 2006-11-01  Bruno Haible  <bruno@clisp.org>
21977
21978         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
21979         * lib/strcase.h: Include <string.h>.
21980         (strcasecmp): Define to rpl_strcasecmp here.
21981
21982 2006-11-01  Bruno Haible  <bruno@clisp.org>
21983
21984         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
21985
21986 2006-11-01  Eric Blake  <ebb9@byu.net>
21987
21988         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
21989
21990         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
21991
21992 2006-10-29  Bruno Haible  <bruno@clisp.org>
21993
21994         Make it compile in C++ mode.
21995         * lib/full-write.c (full_rw): Add a cast.
21996
21997 2006-11-01  Bruno Haible  <bruno@clisp.org>
21998
21999         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
22000         be POSIX compliant.
22001         Reported by Roger Persson <perrog@gmail.com>.
22002
22003 2006-11-01  Eric Blake  <ebb9@byu.net>
22004
22005         * lib/getopt_.h: Fix comments.
22006
22007 2006-10-31  Eric Blake  <ebb9@byu.net>
22008
22009         * modules/tmpdir (Depends-on): Add sys_stat.
22010         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
22011         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
22012         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
22013         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
22014         tempname.
22015
22016 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
22017
22018         Avoid some C++ diagnostics reported by Bruno Haible.
22019         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
22020         xmalloc.
22021         (quotearg_alloc): Use xcharalloc rather than xmalloc.
22022         (struct slotvec): Move to top level.
22023         (quotearg_n_options): Rewrite to avoid xmalloc.
22024         * lib/xalloc.h (xcharalloc): New function.
22025         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
22026         [defined __cplusplus]: Add function template that provides result
22027         type propagation.  This part of the change is from Bruno Haible.
22028
22029 2006-10-29  Bruno Haible  <bruno@clisp.org>
22030
22031         Make it compile in C++ mode.
22032         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
22033         * lib/strnlen1.c (strnlen1): Cast memchr result.
22034         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
22035         * lib/clean-temp.c (string_equals, string_hash): Add casts.
22036         (create_temp_dir): Rename local variable 'template'.
22037         (compile_csharp_using_sscli): Add cast.
22038         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
22039         * lib/findprog.c (find_in_path): Likewise.
22040         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
22041         * lib/wait-process.c (register_slave_subprocess): Likewise.
22042
22043 2006-10-22  Bruno Haible  <bruno@clisp.org>
22044
22045         * modules/tsearch: New file.
22046         * lib/tsearch.h: New file.
22047         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
22048         * m4/tsearch.m4: New file.
22049         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
22050
22051 2006-10-29  Eric Blake  <ebb9@byu.net>
22052
22053         * lib/arcfour.c: Assume config.h.
22054         * lib/arctwo.c: Likewise.
22055         * lib/base64.c: Likewise.
22056         * lib/check-version.c: Likewise.
22057         * lib/crc.c: Likewise.
22058         * lib/des.c: Likewise.
22059         * lib/gc-gnulib.c: Likewise.
22060         * lib/gc-libgcrypt.c: Likewise.
22061         * lib/gc-pbkdf2-sha1.c: Likewise.
22062         * lib/getaddrinfo.c: Likewise.
22063         * lib/getdelim.c: Likewise.
22064         * lib/getline.c: Likewise.
22065         * lib/hmac-md5.c: Likewise.
22066         * lib/hmac-sha1.c: Likewise.
22067         * lib/iconvme.c: Likewise.
22068         * lib/md2.c: Likewise.
22069         * lib/md4.c: Likewise.
22070         * lib/memxor.c: Likewise.
22071         * lib/read-file.c: Likewise.
22072         * lib/readline.c: Likewise.
22073         * lib/rijndael-alg-fst.c: Likewise.
22074         * lib/rijndael-api-fst.c: Likewise.
22075         * lib/xgetdomainname.c: Likewise.
22076
22077 2006-10-28  Eric Blake  <ebb9@byu.net>
22078
22079         * lib/xstrndup.c: Assume config.h.
22080
22081 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
22082
22083         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
22084         stat-macros.h is now for our own macros, whereas stat_h is for
22085         macros in the <sys/stat.h> name space.
22086         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
22087         (STAT_MACROS_H): Remove.
22088         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
22089         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
22090         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
22091         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
22092         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
22093         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
22094         Move these macros to ...
22095         * lib/stat_.h: here.  Don't include stat-macros.h.
22096         * lib/canonicalize.c: Don't include stat-macros.h.
22097         * lib/chown.c: Likewise.
22098         * lib/euidaccess.c: Likewise.
22099         * lib/file-type.c: Likewise.
22100         * lib/filemode.c: Likewise.
22101         * lib/glob.c: Likewise.
22102         * lib/isapipe.c: Likewise.
22103         * lib/lchown.c: Likewise.
22104         * lib/lstat.c: Likewise.
22105         * lib/mkdir-p.c: Likewise.
22106         * lib/rmdir.c: Likewise.
22107         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
22108         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
22109         unless mkdir isn't declared, to speed up 'configure'.
22110         Always create sys/stat.h, since it's unlikely any real sys/stat.h
22111         would define all the S_* symbols.
22112         * modules/canonicalize (Depends-on):
22113         Depend on sys_stat, not stat-macros.
22114         * modules/chown: Likewise.
22115         * modules/euidaccess: Likewise.
22116         * modules/filemode: Likewise.
22117         * modules/file-type: Likewise.
22118         * modules/glob: Likewise.
22119         * modules/isapipe: Likewise.
22120         * modules/lchown: Likewise.
22121         * modules/lstat: Likewise.
22122         * modules/mkancesdirs: Likewise.
22123         * modules/rmdir: Likewise.
22124         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
22125         * modules/modechange: Likewise.
22126         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
22127         (configure.ac): Remove gl_STAT_MACROS.
22128         * modules/sys_stat (Depends-on): Remove stat-macros.
22129
22130 2006-10-27  Bruno Haible  <bruno@clisp.org>
22131
22132         * m4/signed.m4: Remove file.
22133         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
22134         invocation.
22135         * modules/vasnprintf (Files): Remove m4/signed.m4.
22136
22137 2006-10-27  Bruno Haible  <bruno@clisp.org>
22138
22139         Update to GNU gettext 0.16.
22140         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
22141         m4/inttypes-h.m4, m4/signed.m4.
22142         * m4/gettext.m4: Update to GNU gettext 0.16.
22143         * m4/intl.m4: New file, from GNU gettext.
22144         * m4/intldir.m4: New file, from GNU gettext.
22145         * config/srclist.txt: Update
22146
22147 2006-10-27  Eric Blake  <ebb9@byu.net>
22148
22149         * MODULES.html.sh: Document tempname.
22150         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
22151         dependencies.
22152         (Files): Move lib/tempname.c...
22153         * modules/tempname: ...to this new module.
22154         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
22155         (gl_PREREQ_TEMPNAME): Move...
22156         * m4/tempname.m4: ...to this new file.
22157         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
22158         * modules/sys_stat (Depends-on): Add stat-macros.
22159         * lib/stat_.h (includes): Pick up stat macros.
22160         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
22161         if stat macros are broken.
22162         * lib/tempname.c (includes): No need to include "stat-macros.h".
22163         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
22164         (direxists, __path_search) [!_LIBC]: Don't compile these in
22165         gnulib; the tmpdir module covers that.
22166         * lib/tempname.h: New file.
22167
22168 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
22169
22170         * COPYING: Explain how gnulib-tool converts licence headers.
22171         Almost all wording by Eric Blake.
22172
22173 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
22174
22175         * lib/mbchar.h (is_basic_table): Make read-only.
22176         * lib/mbchar.c (is_basic_table): Likewise.
22177         Reported by John Darrington.
22178
22179 2006-10-25  Bruno Haible  <bruno@clisp.org>
22180
22181         * lib/progname.h (set_program_name): Undefine before defining.
22182
22183 2006-10-25  Bruno Haible  <bruno@clisp.org>
22184
22185         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
22186         false for non-gcc C++ compilers.
22187         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
22188
22189 2006-10-24  Bruno Haible  <bruno@clisp.org>
22190
22191         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
22192         iconv implementations like Irix iconv.
22193
22194 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22195
22196         * modules/vararrays: New file.
22197         * m4/vararrays.m4: New file, taken from diffutils.
22198         * MODULES.html.sh: New module vararrays.
22199
22200 2006-10-24  Karl Berry  <karl@gnu.org>
22201
22202         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
22203         Don't call GNU Unix.
22204
22205 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22206
22207         * users.txt: Add Libtool.
22208
22209         Sync from Libtool:
22210
22211         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22212
22213         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
22214         to gnulib's policy of including config.h unconditionally.
22215
22216 2006-10-24  Bruno Haible  <bruno@clisp.org>
22217
22218         * modules/wcwidth (Files): Add m4/wint_t.m4.
22219         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
22220         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
22221
22222 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22223
22224         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
22225         to pacify GCC with some -W flags enabled.  Problem reported by
22226         Bruno Haible.
22227
22228 2006-10-24  Jim Meyering  <jim@meyering.net>
22229
22230         * MODULES.html.sh: Remove uinttostr.  It's not a module.
22231         Reported by Karl Berry.
22232
22233 2006-10-23  Bruno Haible  <bruno@clisp.org>
22234
22235         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
22236
22237 2006-10-24  Bruno Haible  <bruno@clisp.org>
22238
22239         * lib/gl_list.h: Use C comment style, not C++ comment style.
22240
22241 2006-10-23  Eric Blake  <ebb9@byu.net>
22242
22243         * lib/getaddrinfo.c (includes): Add missing include.
22244
22245 2006-10-23  Bruno Haible  <bruno@clisp.org>
22246             Paul Eggert  <eggert@cs.ucla.edu>
22247
22248         Ability to rename obstack_free.
22249         * lib/obstack.h (__obstack_free): New macro. Declare instead of
22250         obstack_free.
22251         (obstack_free): Invoke the __obstack_free macro.
22252         * lib/obstack.c (obstack_free): Use __obstack_free macro.
22253
22254 2006-10-23  Bruno Haible  <bruno@clisp.org>
22255             Paul Eggert  <eggert@cs.ucla.edu>
22256
22257         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
22258         __argc, __argv from the declaration. (They are defined as macros on
22259         mingw.)
22260
22261 2006-10-22  Bruno Haible  <bruno@clisp.org>
22262
22263         * doc/gnulib-intro.texi: New file.
22264         * doc/gnulib.texi: Include it.
22265
22266 2006-10-21  Bruno Haible  <bruno@clisp.org>
22267
22268         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
22269         "Introduction", "Miscellanous Notes", "Particular Modules".
22270
22271 2006-10-21  Bruno Haible  <bruno@clisp.org>
22272
22273         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22274         Change mostlyclean-local rule to avoid sh syntax error from bash
22275         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
22276
22277 2006-10-23  Jim Meyering  <jim@meyering.net>
22278
22279         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
22280         in place of snprintf.
22281
22282         * modules/inttostr (Files): Add lib/uinttostr.c.
22283         * lib/uinttostr.c (inttostr): New file/function.
22284         * lib/inttostr.h (uinttostr): Declare.
22285         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
22286         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
22287         Add uinttostr.
22288         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
22289
22290 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
22291
22292         * lib/canonicalize.c (ELOOP): Define if not already defined.
22293         Problem reported by Bruno Haible in
22294         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
22295
22296 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
22297
22298         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
22299         Problem reported by Perry Smith and Ville Laurikari.
22300
22301         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
22302         uses.
22303
22304 2006-10-19  Bruno Haible  <bruno@clisp.org>
22305
22306         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
22307         for mingw.
22308
22309 2006-10-19  Bruno Haible  <bruno@clisp.org>
22310
22311         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
22312         Needed for mingw.
22313
22314 2006-10-19  Bruno Haible  <bruno@clisp.org>
22315
22316         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
22317
22318 2006-10-19  Bruno Haible  <bruno@clisp.org>
22319
22320         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
22321         it.
22322
22323 2006-10-19  Bruno Haible  <bruno@clisp.org>
22324
22325         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
22326         invocation.
22327
22328 2006-10-19  Bruno Haible  <bruno@clisp.org>
22329
22330         * gnulib-tool (func_create_testdir): Don't include ftruncate and
22331         mountlist by default.
22332
22333 2006-10-16  Bruno Haible  <bruno@clisp.org>
22334
22335         * lib/c-strstr.c: Include c-strstr.h.
22336
22337 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
22338
22339         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
22340         in a slash.
22341
22342 2006-10-18  Bruno Haible  <bruno@clisp.org>
22343
22344         * lib/lock.h [C++]: Wrap definitions in extern "C".
22345
22346 2006-10-18  Bruno Haible  <bruno@clisp.org>
22347
22348         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
22349         gl_LIBOBJS list.
22350
22351 2006-10-18  Bruno Haible  <bruno@clisp.org>
22352
22353         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
22354
22355 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
22356
22357         * lib/xstrtol.h: Include gettext.h.
22358         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
22359         Problem reported by Eric Blake.
22360         * modules/xstrtol (Depends-on): Add gettext-h.
22361
22362 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
22363
22364         * lib/strftime.c (advance): New macro.
22365         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
22366         incomplete type, so you can't add 0 to it.  Problem and patch
22367         reported by Eelco Dolstra for dietlibc.
22368
22369 2006-10-18  Jim Meyering  <jim@meyering.net>
22370
22371         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
22372         type for a local, and rename it: s/up/user_proc/.
22373
22374 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
22375
22376         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
22377         READ_UTMP_USER_PROCESS.
22378         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
22379
22380 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
22381
22382         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
22383         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
22384
22385 2006-10-17  Eric Blake  <ebb9@byu.net>
22386
22387         * lib/sigprocmask.c (sigprocmask): Fix typo.
22388
22389         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
22390
22391         * modules/clean-temp (Makefile.am): Don't add to make output...
22392         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
22393         config.h.
22394
22395 2006-10-17  Bruno Haible  <bruno@clisp.org>
22396
22397         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
22398         differently if DEFAULT_TEXT_DOMAIN is set.
22399
22400 2006-10-16  Bruno Haible  <bruno@clisp.org>
22401
22402         * lib/clean-temp.c: Include fwriteerror.h.
22403
22404 2006-10-16  Bruno Haible  <bruno@clisp.org>
22405
22406         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
22407
22408 2006-10-16  Bruno Haible  <bruno@clisp.org>
22409
22410         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
22411         * lib/sigprocmask.h: Include <sys/types.h>.
22412         (sigset_t): Use the system's definition if present.
22413
22414 2006-10-17  Eric Blake  <ebb9@byu.net>
22415
22416         * lib/xvasprintf.c (includes): Assume config.h.
22417         * lib/xasprintf.c (includes): Likewise.
22418
22419 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
22420
22421         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
22422         at least as wide as intmax_t.
22423
22424 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
22425
22426         (Imported from Automake.)
22427         * build-aux/gnupload: Update to version 1.1 of directive file.
22428
22429 2006-10-16  Eric Blake  <ebb9@byu.net>
22430
22431         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
22432         match Automake 1.10a.
22433
22434 2006-10-14  Bruno Haible  <bruno@clisp.org>
22435
22436         * modules/sigprocmask: New file.
22437         * lib/sigprocmask.h: New file.
22438         * lib/sigprocmask.c: New file.
22439         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
22440         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
22441         request sigprocmask.o.
22442         (gl_PREREQ_SIGPROCMASK): New macro.
22443         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
22444         (Depends-on): Add sigprocmask.
22445         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
22446         gt_SIGNALBLOCKING. Test for 'raise' only once.
22447         * lib/fatal-signal.c: Include sigprocmask.h.
22448         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
22449         unblock_fatal_signals): Define always.
22450         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22451         sigprocmask.
22452
22453 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
22454
22455         Sync from Automake.
22456         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
22457         which incorrectly sets the mode of an existing destination
22458         directory.  In some cases the unpatched install-sh could do the
22459         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
22460         system.  We hope this is rare in practice, but it's clearly worth
22461         fixing.  Problem reported by Alex Unleashed in
22462         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
22463         Also, don't bother to check for -m bugs unless we're using -m;
22464         suggested by Stepan Kasal.
22465
22466 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22467
22468         Sync from Automake.
22469         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
22470         `-c' flag, so they appear at the same position as in %FASTDEP%
22471         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
22472         which ignores unknown options only after the first non-option.
22473         Bug report against M4 by Nelson H. F. Beebe.
22474
22475 2006-10-13  Jim Meyering  <jim@meyering.net>
22476
22477         Fix a bug in yesterday's change.
22478         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
22479         p->fts_statp->st_dev would be used uninitialized.
22480         Ensures that we always call fts_stat on the very first entry.
22481         Miklos Szeredi reported that find -xdev stopped working.
22482
22483 2006-10-12  Bruno Haible  <bruno@clisp.org>
22484
22485         * gnulib-tool (func_get_automake_snippet): Append an automatically
22486         computed EXTRA_DIST augmentation.
22487         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
22488         * modules/alloca-opt (Makefile.am): Likewise.
22489         * modules/allocsa (Makefile.am): Likewise.
22490         * modules/arcfour (Makefile.am): Likewise.
22491         * modules/arctwo (Makefile.am): Likewise.
22492         * modules/argmatch (Makefile.am): Likewise.
22493         * modules/argz (Makefile.am): Likewise.
22494         * modules/atexit (Makefile.am): Likewise.
22495         * modules/backupfile (Makefile.am): Likewise.
22496         * modules/byteswap (Makefile.am): Likewise.
22497         * modules/c-strtod (Makefile.am): Likewise.
22498         * modules/c-strtold (Makefile.am): Likewise.
22499         * modules/calloc (Makefile.am): Likewise.
22500         * modules/canon-host (Makefile.am): Likewise.
22501         * modules/canonicalize (Makefile.am): Likewise.
22502         * modules/chdir-long (Makefile.am): Likewise.
22503         * modules/chdir-safer (Makefile.am): Likewise.
22504         * modules/check-version (Makefile.am): Likewise.
22505         * modules/chown (Makefile.am): Likewise.
22506         * modules/cloexec (Makefile.am): Likewise.
22507         * modules/close-stream (Makefile.am): Likewise.
22508         * modules/closeout (Makefile.am): Likewise.
22509         * modules/crc (Makefile.am): Likewise.
22510         * modules/csharpexec (Makefile.am): Likewise.
22511         * modules/cycle-check (Makefile.am): Likewise.
22512         * modules/des (Makefile.am): Likewise.
22513         * modules/dev-ino (Makefile.am): Likewise.
22514         * modules/dirfd (Makefile.am): Likewise.
22515         * modules/dirname (Makefile.am): Likewise.
22516         * modules/dup2 (Makefile.am): Likewise.
22517         * modules/eealloc (Makefile.am): Likewise.
22518         * modules/error (Makefile.am): Likewise.
22519         * modules/euidaccess (Makefile.am): Likewise.
22520         * modules/exclude (Makefile.am): Likewise.
22521         * modules/exitfail (Makefile.am): Likewise.
22522         * modules/fcntl-safer (Makefile.am): Likewise.
22523         * modules/fcntl (Makefile.am): Likewise.
22524         * modules/file-type (Makefile.am): Likewise.
22525         * modules/fileblocks (Makefile.am): Likewise.
22526         * modules/filemode (Makefile.am): Likewise.
22527         * modules/filenamecat (Makefile.am): Likewise.
22528         * modules/fnmatch (Makefile.am): Likewise.
22529         * modules/fopen-safer (Makefile.am): Likewise.
22530         * modules/fpending (Makefile.am): Likewise.
22531         * modules/fprintftime (Makefile.am): Likewise.
22532         * modules/free (Makefile.am): Likewise.
22533         * modules/fsusage (Makefile.am): Likewise.
22534         * modules/ftruncate (Makefile.am): Likewise.
22535         * modules/fts (Makefile.am): Likewise.
22536         * modules/gc-arcfour (Makefile.am): Likewise.
22537         * modules/gc-des (Makefile.am): Likewise.
22538         * modules/gc-hmac-md5 (Makefile.am): Likewise.
22539         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
22540         * modules/gc-md4 (Makefile.am): Likewise.
22541         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
22542         * modules/gc-sha1 (Makefile.am): Likewise.
22543         * modules/gc (Makefile.am): Likewise.
22544         * modules/getaddrinfo (Makefile.am): Likewise.
22545         * modules/getcwd (Makefile.am): Likewise.
22546         * modules/getdelim (Makefile.am): Likewise.
22547         * modules/getdomainname (Makefile.am): Likewise.
22548         * modules/getgroups (Makefile.am): Likewise.
22549         * modules/gethostname (Makefile.am): Likewise.
22550         * modules/gethrxtime (Makefile.am): Likewise.
22551         * modules/getline (Makefile.am): Likewise.
22552         * modules/getloadavg (Makefile.am): Likewise.
22553         * modules/getlogin_r (Makefile.am): Likewise.
22554         * modules/getndelim2 (Makefile.am): Likewise.
22555         * modules/getopt (Makefile.am): Likewise.
22556         * modules/getpagesize (Makefile.am): Likewise.
22557         * modules/getpass-gnu (Makefile.am): Likewise.
22558         * modules/getpass (Makefile.am): Likewise.
22559         * modules/getsubopt (Makefile.am): Likewise.
22560         * modules/gettime (Makefile.am): Likewise.
22561         * modules/gettimeofday (Makefile.am): Likewise.
22562         * modules/getugroups (Makefile.am): Likewise.
22563         * modules/getusershell (Makefile.am): Likewise.
22564         * modules/glob (Makefile.am): Likewise.
22565         * modules/group-member (Makefile.am): Likewise.
22566         * modules/hard-locale (Makefile.am): Likewise.
22567         * modules/hash (Makefile.am): Likewise.
22568         * modules/hmac-md5 (Makefile.am): Likewise.
22569         * modules/hmac-sha1 (Makefile.am): Likewise.
22570         * modules/human (Makefile.am): Likewise.
22571         * modules/idcache (Makefile.am): Likewise.
22572         * modules/imaxabs (Makefile.am): Likewise.
22573         * modules/imaxdiv (Makefile.am): Likewise.
22574         * modules/inet_ntop (Makefile.am): Likewise.
22575         * modules/inet_pton (Makefile.am): Likewise.
22576         * modules/intprops (Makefile.am): Likewise.
22577         * modules/inttostr (Makefile.am): Likewise.
22578         * modules/inttypes (Makefile.am): Likewise.
22579         * modules/isapipe (Makefile.am): Likewise.
22580         * modules/javaversion (Makefile.am): Likewise.
22581         * modules/lchmod (Makefile.am): Likewise.
22582         * modules/lchown (Makefile.am): Likewise.
22583         * modules/localcharset (Makefile.am): Likewise.
22584         * modules/long-options (Makefile.am): Likewise.
22585         * modules/lstat (Makefile.am): Likewise.
22586         * modules/malloc (Makefile.am): Likewise.
22587         * modules/mathl (Makefile.am): Likewise.
22588         * modules/mbchar (Makefile.am): Likewise.
22589         * modules/md2 (Makefile.am): Likewise.
22590         * modules/md4 (Makefile.am): Likewise.
22591         * modules/md5 (Makefile.am): Likewise.
22592         * modules/memcasecmp (Makefile.am): Likewise.
22593         * modules/memchr (Makefile.am): Likewise.
22594         * modules/memcmp (Makefile.am): Likewise.
22595         * modules/memcoll (Makefile.am): Likewise.
22596         * modules/memcpy (Makefile.am): Likewise.
22597         * modules/memmem (Makefile.am): Likewise.
22598         * modules/memmove (Makefile.am): Likewise.
22599         * modules/mempcpy (Makefile.am): Likewise.
22600         * modules/memrchr (Makefile.am): Likewise.
22601         * modules/memset (Makefile.am): Likewise.
22602         * modules/memxor (Makefile.am): Likewise.
22603         * modules/mkancesdirs (Makefile.am): Likewise.
22604         * modules/mkdir-p (Makefile.am): Likewise.
22605         * modules/mkdir (Makefile.am): Likewise.
22606         * modules/mkdtemp (Makefile.am): Likewise.
22607         * modules/mkstemp (Makefile.am): Likewise.
22608         * modules/mktime (Makefile.am): Likewise.
22609         * modules/modechange (Makefile.am): Likewise.
22610         * modules/mountlist (Makefile.am): Likewise.
22611         * modules/nanosleep (Makefile.am): Likewise.
22612         * modules/obstack (Makefile.am): Likewise.
22613         * modules/openat (Makefile.am): Likewise.
22614         * modules/pagealign_alloc (Makefile.am): Likewise.
22615         * modules/pathmax (Makefile.am): Likewise.
22616         * modules/physmem (Makefile.am): Likewise.
22617         * modules/poll (Makefile.am): Likewise.
22618         * modules/posixtm (Makefile.am): Likewise.
22619         * modules/posixver (Makefile.am): Likewise.
22620         * modules/putenv (Makefile.am): Likewise.
22621         * modules/quote (Makefile.am): Likewise.
22622         * modules/quotearg (Makefile.am): Likewise.
22623         * modules/raise (Makefile.am): Likewise.
22624         * modules/read-file (Makefile.am): Likewise.
22625         * modules/readline (Makefile.am): Likewise.
22626         * modules/readlink (Makefile.am): Likewise.
22627         * modules/readtokens (Makefile.am): Likewise.
22628         * modules/readutmp (Makefile.am): Likewise.
22629         * modules/realloc (Makefile.am): Likewise.
22630         * modules/regex (Makefile.am): Likewise.
22631         * modules/rename-dest-slash (Makefile.am): Likewise.
22632         * modules/rename (Makefile.am): Likewise.
22633         * modules/rijndael (Makefile.am): Likewise.
22634         * modules/rmdir (Makefile.am): Likewise.
22635         * modules/rpmatch (Makefile.am): Likewise.
22636         * modules/safe-read (Makefile.am): Likewise.
22637         * modules/safe-write (Makefile.am): Likewise.
22638         * modules/same-inode (Makefile.am): Likewise.
22639         * modules/same (Makefile.am): Likewise.
22640         * modules/save-cwd (Makefile.am): Likewise.
22641         * modules/savedir (Makefile.am): Likewise.
22642         * modules/setenv (Makefile.am): Likewise.
22643         * modules/settime (Makefile.am): Likewise.
22644         * modules/sha1 (Makefile.am): Likewise.
22645         * modules/sig2str (Makefile.am): Likewise.
22646         * modules/snprintf (Makefile.am): Likewise.
22647         * modules/stat-macros (Makefile.am): Likewise.
22648         * modules/stat-time (Makefile.am): Likewise.
22649         * modules/stdbool (Makefile.am): Likewise.
22650         * modules/stdint (Makefile.am): Likewise.
22651         * modules/stdlib-safer (Makefile.am): Likewise.
22652         * modules/stpcpy (Makefile.am): Likewise.
22653         * modules/stpncpy (Makefile.am): Likewise.
22654         * modules/strcase (Makefile.am): Likewise.
22655         * modules/strcasestr (Makefile.am): Likewise.
22656         * modules/strchrnul (Makefile.am): Likewise.
22657         * modules/strcspn (Makefile.am): Likewise.
22658         * modules/strdup (Makefile.am): Likewise.
22659         * modules/strerror (Makefile.am): Likewise.
22660         * modules/strftime (Makefile.am): Likewise.
22661         * modules/strndup (Makefile.am): Likewise.
22662         * modules/strnlen (Makefile.am): Likewise.
22663         * modules/strpbrk (Makefile.am): Likewise.
22664         * modules/strsep (Makefile.am): Likewise.
22665         * modules/strstr (Makefile.am): Likewise.
22666         * modules/strtod (Makefile.am): Likewise.
22667         * modules/strtoimax (Makefile.am): Likewise.
22668         * modules/strtok_r (Makefile.am): Likewise.
22669         * modules/strtol (Makefile.am): Likewise.
22670         * modules/strtoll (Makefile.am): Likewise.
22671         * modules/strtoul (Makefile.am): Likewise.
22672         * modules/strtoull (Makefile.am): Likewise.
22673         * modules/strtoumax (Makefile.am): Likewise.
22674         * modules/strverscmp (Makefile.am): Likewise.
22675         * modules/sys_socket (Makefile.am): Likewise.
22676         * modules/sys_stat (Makefile.am): Likewise.
22677         * modules/sysexits (Makefile.am): Likewise.
22678         * modules/time_r (Makefile.am): Likewise.
22679         * modules/timegm (Makefile.am): Likewise.
22680         * modules/timespec (Makefile.am): Likewise.
22681         * modules/tmpfile-safer (Makefile.am): Likewise.
22682         * modules/trim (Makefile.am): Likewise.
22683         * modules/unistd-safer (Makefile.am): Likewise.
22684         * modules/unlinkdir (Makefile.am): Likewise.
22685         * modules/unlocked-io (Makefile.am): Likewise.
22686         * modules/userspec (Makefile.am): Likewise.
22687         * modules/utime (Makefile.am): Likewise.
22688         * modules/utimecmp (Makefile.am): Likewise.
22689         * modules/utimens (Makefile.am): Likewise.
22690         * modules/vasnprintf (Makefile.am): Likewise.
22691         * modules/vasprintf (Makefile.am): Likewise.
22692         * modules/vsnprintf (Makefile.am): Likewise.
22693         * modules/xalloc (Makefile.am): Likewise.
22694         * modules/xgetcwd (Makefile.am): Likewise.
22695         * modules/xnanosleep (Makefile.am): Likewise.
22696         * modules/xreadlink (Makefile.am): Likewise.
22697         * modules/xstrtod (Makefile.am): Likewise.
22698         * modules/xstrtol (Makefile.am): Likewise.
22699         * modules/xstrtold (Makefile.am): Likewise.
22700         * modules/yesno (Makefile.am): Likewise.
22701         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
22702
22703 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
22704
22705         * modules/error (Makefile.am): Distribute files through
22706         EXTRA_DIST, not lib_SOURCES.
22707
22708 2006-10-12  Eric Blake  <ebb9@byu.net>
22709
22710         * modules/error (Makefile.am): Distribute files in /lib.
22711         * modules/obstack (Makefile.am): Likewise.
22712
22713 2006-10-12  Bruno Haible  <bruno@clisp.org>
22714
22715         * modules/acl (Makefile.am): Distribute all files in lib/ through
22716         EXTRA_DIST.
22717         * modules/arcfour (Makefile.am): Likewise.
22718         * modules/arctwo (Makefile.am): Likewise.
22719         * modules/argmatch (Makefile.am): Likewise.
22720         * modules/argz (Makefile.am): Likewise.
22721         * modules/atexit (Makefile.am): Likewise.
22722         * modules/backupfile (Makefile.am): Likewise.
22723         * modules/c-strtod (Makefile.am): Likewise.
22724         * modules/c-strtold (Makefile.am): Likewise.
22725         * modules/calloc (Makefile.am): Likewise.
22726         * modules/canon-host (Makefile.am): Likewise.
22727         * modules/canonicalize (Makefile.am): Likewise.
22728         * modules/chdir-long (Makefile.am): Likewise.
22729         * modules/chdir-safer (Makefile.am): Likewise.
22730         * modules/check-version (Makefile.am): Likewise.
22731         * modules/chown (Makefile.am): Likewise.
22732         * modules/cloexec (Makefile.am): Likewise.
22733         * modules/close-stream (Makefile.am): Likewise.
22734         * modules/closeout (Makefile.am): Likewise.
22735         * modules/crc (Makefile.am): Likewise.
22736         * modules/cycle-check (Makefile.am): Likewise.
22737         * modules/des (Makefile.am): Likewise.
22738         * modules/dirfd (Makefile.am): Likewise.
22739         * modules/dirname (Makefile.am): Likewise.
22740         * modules/dup2 (Makefile.am): Likewise.
22741         * modules/euidaccess (Makefile.am): Likewise.
22742         * modules/exclude (Makefile.am): Likewise.
22743         * modules/exitfail (Makefile.am): Likewise.
22744         * modules/fcntl-safer (Makefile.am): Likewise.
22745         * modules/file-type (Makefile.am): Likewise.
22746         * modules/fileblocks (Makefile.am): Likewise.
22747         * modules/filemode (Makefile.am): Likewise.
22748         * modules/filenamecat (Makefile.am): Likewise.
22749         * modules/fnmatch (Makefile.am): Likewise.
22750         * modules/fopen-safer (Makefile.am): Likewise.
22751         * modules/fpending (Makefile.am): Likewise.
22752         * modules/fprintftime (Makefile.am): Likewise.
22753         * modules/free (Makefile.am): Likewise.
22754         * modules/fsusage (Makefile.am): Likewise.
22755         * modules/ftruncate (Makefile.am): Likewise.
22756         * modules/fts (Makefile.am): Likewise.
22757         * modules/gc (Makefile.am): Likewise.
22758         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
22759         * modules/getaddrinfo (Makefile.am): Likewise.
22760         * modules/getcwd (Makefile.am): Likewise.
22761         * modules/getdelim (Makefile.am): Likewise.
22762         * modules/getdomainname (Makefile.am): Likewise.
22763         * modules/getgroups (Makefile.am): Likewise.
22764         * modules/gethostname (Makefile.am): Likewise.
22765         * modules/gethrxtime (Makefile.am): Likewise.
22766         * modules/getline (Makefile.am): Likewise.
22767         * modules/getloadavg (Makefile.am): Likewise.
22768         * modules/getlogin_r (Makefile.am): Likewise.
22769         * modules/getopt (Makefile.am): Likewise.
22770         * modules/getpass (Makefile.am): Likewise.
22771         * modules/getpass-gnu (Makefile.am): Likewise.
22772         * modules/getsubopt (Makefile.am): Likewise.
22773         * modules/gettime (Makefile.am): Likewise.
22774         * modules/gettimeofday (Makefile.am): Likewise.
22775         * modules/getugroups (Makefile.am): Likewise.
22776         * modules/getusershell (Makefile.am): Likewise.
22777         * modules/glob (Makefile.am): Likewise.
22778         * modules/group-member (Makefile.am): Likewise.
22779         * modules/hard-locale (Makefile.am): Likewise.
22780         * modules/hash (Makefile.am): Likewise.
22781         * modules/hmac-md5 (Makefile.am): Likewise.
22782         * modules/hmac-sha1 (Makefile.am): Likewise.
22783         * modules/human (Makefile.am): Likewise.
22784         * modules/idcache (Makefile.am): Likewise.
22785         * modules/imaxabs (Makefile.am): Likewise.
22786         * modules/imaxdiv (Makefile.am): Likewise.
22787         * modules/inet_ntop (Makefile.am): Likewise.
22788         * modules/inet_pton (Makefile.am): Likewise.
22789         * modules/inttostr (Makefile.am): Likewise.
22790         * modules/isapipe (Makefile.am): Likewise.
22791         * modules/lchown (Makefile.am): Likewise.
22792         * modules/long-options (Makefile.am): Likewise.
22793         * modules/lstat (Makefile.am): Likewise.
22794         * modules/malloc (Makefile.am): Likewise.
22795         * modules/mathl (Makefile.am): Likewise.
22796         * modules/mbchar (Makefile.am): Likewise.
22797         * modules/md2 (Makefile.am): Likewise.
22798         * modules/md4 (Makefile.am): Likewise.
22799         * modules/md5 (Makefile.am): Likewise.
22800         * modules/memcasecmp (Makefile.am): Likewise.
22801         * modules/memchr (Makefile.am): Likewise.
22802         * modules/memcmp (Makefile.am): Likewise.
22803         * modules/memcoll (Makefile.am): Likewise.
22804         * modules/memcpy (Makefile.am): Likewise.
22805         * modules/memmem (Makefile.am): Likewise.
22806         * modules/memmove (Makefile.am): Likewise.
22807         * modules/mempcpy (Makefile.am): Likewise.
22808         * modules/memrchr (Makefile.am): Likewise.
22809         * modules/memset (Makefile.am): Likewise.
22810         * modules/memxor (Makefile.am): Likewise.
22811         * modules/mkancesdirs (Makefile.am): Likewise.
22812         * modules/mkdir (Makefile.am): Likewise.
22813         * modules/mkdir-p (Makefile.am): Likewise.
22814         * modules/mkdtemp (Makefile.am): Likewise.
22815         * modules/mkstemp (Makefile.am): Likewise.
22816         * modules/mktime (Makefile.am): Likewise.
22817         * modules/modechange (Makefile.am): Likewise.
22818         * modules/mountlist (Makefile.am): Likewise.
22819         * modules/nanosleep (Makefile.am): Likewise.
22820         * modules/openat (Makefile.am): Likewise.
22821         * modules/pagealign_alloc (Makefile.am): Likewise.
22822         * modules/physmem (Makefile.am): Likewise.
22823         * modules/poll (Makefile.am): Likewise.
22824         * modules/posixtm (Makefile.am): Likewise.
22825         * modules/posixver (Makefile.am): Likewise.
22826         * modules/putenv (Makefile.am): Likewise.
22827         * modules/quote (Makefile.am): Likewise.
22828         * modules/quotearg (Makefile.am): Likewise.
22829         * modules/raise (Makefile.am): Likewise.
22830         * modules/read-file (Makefile.am): Likewise.
22831         * modules/readline (Makefile.am): Likewise.
22832         * modules/readlink (Makefile.am): Likewise.
22833         * modules/readtokens (Makefile.am): Likewise.
22834         * modules/readutmp (Makefile.am): Likewise.
22835         * modules/realloc (Makefile.am): Likewise.
22836         * modules/regex (Makefile.am): Likewise.
22837         * modules/rename (Makefile.am): Likewise.
22838         * modules/rename-dest-slash (Makefile.am): Likewise.
22839         * modules/rijndael (Makefile.am): Likewise.
22840         * modules/rmdir (Makefile.am): Likewise.
22841         * modules/rpmatch (Makefile.am): Likewise.
22842         * modules/safe-read (Makefile.am): Likewise.
22843         * modules/safe-write (Makefile.am): Likewise.
22844         * modules/same (Makefile.am): Likewise.
22845         * modules/save-cwd (Makefile.am): Likewise.
22846         * modules/savedir (Makefile.am): Likewise.
22847         * modules/setenv (Makefile.am): Likewise.
22848         * modules/settime (Makefile.am): Likewise.
22849         * modules/sha1 (Makefile.am): Likewise.
22850         * modules/sig2str (Makefile.am): Likewise.
22851         * modules/snprintf (Makefile.am): Likewise.
22852         * modules/stdlib-safer (Makefile.am): Likewise.
22853         * modules/stpcpy (Makefile.am): Likewise.
22854         * modules/stpncpy (Makefile.am): Likewise.
22855         * modules/strcase (Makefile.am): Likewise.
22856         * modules/strcasestr (Makefile.am): Likewise.
22857         * modules/strchrnul (Makefile.am): Likewise.
22858         * modules/strcspn (Makefile.am): Likewise.
22859         * modules/strdup (Makefile.am): Likewise.
22860         * modules/strerror (Makefile.am): Likewise.
22861         * modules/strftime (Makefile.am): Likewise.
22862         * modules/strndup (Makefile.am): Likewise.
22863         * modules/strnlen (Makefile.am): Likewise.
22864         * modules/strpbrk (Makefile.am): Likewise.
22865         * modules/strsep (Makefile.am): Likewise.
22866         * modules/strstr (Makefile.am): Likewise.
22867         * modules/strtod (Makefile.am): Likewise.
22868         * modules/strtoimax (Makefile.am): Likewise.
22869         * modules/strtok_r (Makefile.am): Likewise.
22870         * modules/strtol (Makefile.am): Likewise.
22871         * modules/strtoll (Makefile.am): Likewise.
22872         * modules/strtoul (Makefile.am): Likewise.
22873         * modules/strtoull (Makefile.am): Likewise.
22874         * modules/strtoumax (Makefile.am): Likewise.
22875         * modules/strverscmp (Makefile.am): Likewise.
22876         * modules/time_r (Makefile.am): Likewise.
22877         * modules/timegm (Makefile.am): Likewise.
22878         * modules/tmpfile-safer (Makefile.am): Likewise.
22879         * modules/unistd-safer (Makefile.am): Likewise.
22880         * modules/unlinkdir (Makefile.am): Likewise.
22881         * modules/userspec (Makefile.am): Likewise.
22882         * modules/utime (Makefile.am): Likewise.
22883         * modules/utimecmp (Makefile.am): Likewise.
22884         * modules/utimens (Makefile.am): Likewise.
22885         * modules/vasnprintf (Makefile.am): Likewise.
22886         * modules/vasprintf (Makefile.am): Likewise.
22887         * modules/vsnprintf (Makefile.am): Likewise.
22888         * modules/xalloc (Makefile.am): Likewise.
22889         * modules/xgetcwd (Makefile.am): Likewise.
22890         * modules/xnanosleep (Makefile.am): Likewise.
22891         * modules/xreadlink (Makefile.am): Likewise.
22892         * modules/xstrtod (Makefile.am): Likewise.
22893         * modules/xstrtol (Makefile.am): Likewise.
22894         * modules/xstrtold (Makefile.am): Likewise.
22895         * modules/yesno (Makefile.am): Likewise.
22896
22897 2006-10-12  Jim Meyering  <jim@meyering.net>
22898
22899         * m4/getloadavg.m4: Revert the change below.
22900
22901         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
22902         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
22903         fail with a symlink, which is what coreutils' ./bootstrap now
22904         creates by default.
22905
22906 2006-10-12  Bruno Haible  <bruno@clisp.org>
22907
22908         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
22909         mingw.
22910         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
22911         MSVC and mingw explicitly.
22912
22913 2006-10-11  Simon Josefsson  <jas@extundo.com>
22914             Bruno Haible  <bruno@clisp.org>
22915
22916         Add support for multiple gnulib-tool invocations in the scope of a
22917         single configure.ac file.
22918         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
22919         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
22920         with the same contents as the _LIBADD variable.
22921         (func_emit_initmacro_start, func_emit_initmacro_end,
22922         func_emit_initmacro_done): New functions.
22923         (func_import, func_create_testdir): Invoke them. Allow the identifiers
22924         gl_LIBOBJS and gl_LTLIBOBJS.
22925
22926 2006-10-11  Bruno Haible  <bruno@clisp.org>
22927
22928         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
22929         (func_create_testdir): Don't create po/Makefile.am, don't invoke
22930         autoreconf. Instead, invoke autopoint explicitly but move back the
22931         *.m4 files from gnulib.
22932
22933 2006-10-11  Bruno Haible  <bruno@clisp.org>
22934
22935         * gnulib-tool (func_usage): Make module names after --create-testdir
22936         optional.
22937         (func_create_testdir): If no module was specified, use nearly all
22938         modules.
22939
22940 2006-10-12  Jim Meyering  <jim@meyering.net>
22941
22942         Big performance improvement for fts-based tools that use FTS_NOSTAT.
22943         Avoid spurious inode-mismatch problems on non-POSIX file systems.
22944         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
22945         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
22946         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
22947         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
22948         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
22949         (fts_set_stat_required): New function.
22950         (fts_open): Defer the calls to fts_stat, if possible or requested.
22951         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
22952         into fts_stat itself.
22953         (fts_read): Perform any required (deferred) fts_stat call.
22954         (fts_build): Likewise, for the directory we're about to open and read.
22955         In the readdir loop, carefully decide whether each entry will require
22956         an eventual call to fts_stat, using dirent.d_type info if available.
22957         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
22958         a command line argument into this function.  Update all callers.
22959         Map a return value of FTS_DOT to FTS_D for a command line argument.
22960         * modules/fts (Depends-on): Add d-type.  Alphabetize.
22961         Thanks to Miklos Szeredi for his tenacity and for the initial
22962         bug report about "find" failing on a FUSE-based file system.
22963
22964         * lib/fts.c (fts_open): Use consistent indentation.
22965
22966 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
22967
22968         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
22969         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
22970         reported by Jim Meyering.  All uses of cache variables renamed
22971         to match Autoconf's.
22972         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
22973         the other one.
22974
22975         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
22976         Fix misspelling in diagnostic.
22977
22978 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
22979
22980         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
22981         defined.  Problem reported by Matthew Woehlke.
22982
22983         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
22984         Add support for Tandem NonStop R series.
22985         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
22986         Use new macro.
22987
22988         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
22989         (has_trailing_slash): Omit size arg; all callers changed.
22990         Omit 'inline', since it doesn't help performance and we'd
22991         need to configure it.
22992         Don't count //, ///, etc. as having a trailing slash.
22993         As a side effect, this removes a C99ism reported by Matthew Woehlke.
22994         (rpl_rename_dest_slash): On failure, use rename's errno rather
22995         than (in some cases) an incorrect or junk errno.
22996         Simplify code by removing need to compute length; this does
22997         cause it to make two passes instead of one over the file name,
22998         but it's worth it.
22999
23000         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
23001         change, since Autoconf's version may no longer be appropriate now
23002         that we are using CVS Autoconf's version.  Add support for Tandem.
23003
23004 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
23005             Bruno Haible  <bruno@clisp.org>
23006
23007         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
23008         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
23009         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
23010         gl_AC_TYPE_LONG_LONG.
23011
23012         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
23013         instead of HAVE_LONG_LONG.
23014         * lib/printf-args.c (printf_fetchargs): Likewise.
23015         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
23016         * lib/vasnprintf.c (VASNPRINTF): Likewise.
23017         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
23018         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
23019         gl_AC_TYPE_LONG_LONG.
23020
23021 2006-10-11  Bruno Haible  <bruno@clisp.org>
23022
23023         * m4/longlong.m4: Add comments.
23024         * m4/ulonglong.m4: Likewise.
23025
23026 2006-10-10  Bruno Haible  <bruno@clisp.org>
23027
23028         Make it possible to #define stpcpy, strdup to aliases.
23029         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
23030         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
23031
23032 2006-10-10  Bruno Haible  <bruno@clisp.org>
23033
23034         Make it possible to #define gcd to an alias.
23035         * lib/gcd.c: Include config.h.
23036
23037 2006-10-10  Bruno Haible  <bruno@clisp.org>
23038
23039         Make it possible to #define c_isascii to an alias.
23040         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
23041         defined. Undefine the macros before defining them, to avoid gcc
23042         warnings.
23043         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
23044         define NO_C_CTYPE_MACROS early.
23045
23046 2006-10-10  Bruno Haible  <bruno@clisp.org>
23047
23048         Make it possible to #define set_program_name to an alias.
23049         * lib/progname.c: Don't undefine set_program_name; instead, undefine
23050         ENABLE_RELOCATABLE early.
23051
23052 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
23053
23054         Port to Tandem NSK OSS, which has 64-bit signed int but at most
23055         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
23056         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
23057         More generally, don't assume that 64-bit signed int is available
23058         if unsigned int is, and vice versa.
23059         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
23060         unsigned symbols, not on their signed counterparts.
23061         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
23062         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
23063         (UINT64_C, UINTMAX_C):
23064         Likewise.
23065         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
23066         unsigned counterparts.
23067         (Have_long_long, Unsigned): New macros.
23068         (Int): Renamed from INT.
23069         (strtoimax): Use the new macros.
23070         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
23071         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
23072         * modules/inttypes (inttypes.h): Substitute
23073         HAVE_UNSIGNED_LONG_LONG_INT.
23074         * modules/stdint (stdint.h): Likewise.
23075         (Files): Add m4/ulonglong.m4.
23076
23077 2006-10-10  Bruno Haible  <bruno@clisp.org>
23078
23079         Fix a gcc -Wshadow warning.
23080         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
23081         to 'bucket'.
23082         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
23083         gl_linked_indexof_from_to): Likewise.
23084         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
23085         Likewise.
23086         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
23087         Likewise.
23088         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
23089         Reported by Eric Blake.
23090
23091 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
23092
23093         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
23094         for NetBSD.  Problem reported by Bruno Haible.
23095
23096 2006-10-09  Jim Meyering  <jim@meyering.net>
23097
23098         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
23099         Patch from Bruno Haible.
23100
23101 2006-10-09  Jim Meyering  <jim@meyering.net>
23102
23103         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
23104         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
23105         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
23106
23107 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
23108
23109         Don't include <config.h> twice; this doesn't work in some cases,
23110         e.g., when config.h has "#define intmax_t long long int" and
23111         we include <config.h>, <inttypes.h>, <config.h> in that order.
23112         Problem reported by Matthew Woehlke in:
23113         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
23114         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
23115         * lib/fts-cycle.c: Don't include config.h.
23116         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
23117         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
23118         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
23119         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
23120         inttypes.h.
23121         * lib/xstrtoumax.c: Likewise.
23122         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
23123         __strtol and the like, so that this module is more like its siblings.
23124         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
23125         Remove; no longer needed now that we assume gnulib inttypes.h.
23126
23127 2006-10-08  Bruno Haible  <bruno@clisp.org>
23128
23129         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
23130         option.
23131
23132 2006-10-07  Jim Meyering  <jim@meyering.net>
23133
23134         * modules/inttypes (inttypes.h): Revert what seems to have been
23135         an inadvertent part of today's change: use "|", not "/" in the
23136         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
23137
23138 2006-10-07  Bruno Haible  <bruno@clisp.org>
23139
23140         * modules/sublist: New file.
23141
23142 2006-10-07  Bruno Haible  <bruno@clisp.org>
23143
23144         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
23145         * modules/argz (argz.h): Likewise.
23146         * modules/arpa_inet (arpa/inet.h): Likewise.
23147         * modules/byteswap (byteswap.h): Likewise.
23148         * modules/configmake (configmake.h): Likewise.
23149         * modules/fcntl (fcntl.h): Likewise.
23150         * modules/fnmatch (fnmatch.h): Likewise.
23151         * modules/getopt (getopt.h): Likewise.
23152         * modules/glob (glob.h): Likewise.
23153         * modules/inttypes (inttypes.h): Likewise.
23154         * modules/netinet_in (netinet/in.h): Likewise.
23155         * modules/poll (poll.h): Likewise.
23156         * modules/stdbool (stdbool.h): Likewise.
23157         * modules/stdint (stdint.h): Likewise.
23158         * modules/sys_select (sys/select.h): Likewise.
23159         * modules/sys_socket (sys/socket.h): Likewise.
23160         * modules/sys_stat (sys/stat.h): Likewise.
23161         * modules/sysexits (sysexits.h): Likewise.
23162         * modules/unistd (unistd.h): Likewise.
23163         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23164         Add a "DO NOT EDIT" comment to the generated file.
23165         (func_import): Likewise for gnulib-comp.m4.
23166
23167 2006-10-07  Bruno Haible  <bruno@clisp.org>
23168
23169         * lib/gl_sublist.h: New file.
23170         * lib/gl_sublist.c: New file.
23171
23172 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
23173
23174         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
23175         name (relative to the original working directory) and the file
23176         name component (relative to the temporary working directory).  All
23177         callers changed.
23178         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
23179         * lib/mkdir-p.c (make_dir_parents): Likewise.
23180         * lib/mkdir-p.h (make_dir_parents): Likewise.
23181
23182 2006-10-06  Eric Blake  <ebb9@byu.net>
23183
23184         Define several macros for use by the clean-temp module.
23185         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
23186         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
23187         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
23188
23189         * lib/clean-temp.h (close_stream_temp): New declaration.
23190         * lib/clean-temp.c (includes): Pull in headers according to what
23191         other modules are in use.
23192         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
23193
23194 2006-10-06  Bruno Haible  <bruno@clisp.org>
23195
23196         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
23197         instead of fopen, fwriteerror.
23198
23199 2006-10-06  Bruno Haible  <bruno@clisp.org>
23200
23201         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
23202         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
23203         int.
23204         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
23205         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
23206         Return an error indicator.
23207         Suggested by Eric Blake.
23208
23209 2006-10-06  Bruno Haible  <bruno@clisp.org>
23210
23211         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
23212         Reported by Eric Blake.
23213
23214 2006-10-06  Bruno Haible  <bruno@clisp.org>
23215
23216         * modules/closeout (Description): Mention stderr too.
23217
23218 2006-10-06  Bruno Haible  <bruno@clisp.org>
23219         and Paul Eggert  <eggert@cs.ucla.edu>
23220
23221         * lib/closeout.c (close_stdout): Also close stderr.
23222         * lib/closeout.h: Update comment.
23223
23224 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
23225
23226         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
23227         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
23228         * lib/dirchownmod.c: Include lchown.h.
23229         * lib/lchown.c: Don't include files that lchown.h now includes.
23230         Don't declare chown, since lchown.h now does that.
23231         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
23232         (lchown): Define to rpl_chown if lchown is declared but
23233         does not exist.  Declare using a prototype if lchown is not
23234         declared.  Add a copyright notice.
23235         * lib/mkstemp.h: Include <unistd.h>.
23236         * lib/openat.c: Include lchown.h.
23237
23238         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
23239         we now test for that separately.
23240         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
23241         rather than O_NOFOLLOW, when testing whether it's possible to
23242         avoid a race condition reliably.
23243         * lib/savewd.c (savewd_chdir): Likewise.
23244
23245         Remove macros that are no longer needed now that stdint.h is
23246         reliable.
23247         * lib/fsusage.c (UINTMAX_MAX): Remove.
23248         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
23249         * lib/utimecmp.c (SIZE_MAX): Remove.
23250
23251         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
23252
23253         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
23254         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
23255         O_NOATIME works.
23256
23257 2006-10-05  Bruno Haible  <bruno@clisp.org>
23258
23259         * lib/gl_list.h (gl_sortedlist_search_from_to,
23260         gl_sortedlist_indexof_from_to): New declarations.
23261         (gl_list_implementation): New fields sortedlist_search_from_to,
23262         sortedlist_indexof_from_to.
23263         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
23264         inline functions.
23265         * lib/gl_list.c (gl_sortedlist_search_from_to,
23266         gl_sortedlist_indexof_from_to): New functions.
23267         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
23268         function.
23269         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
23270         (gl_array_sortedlist_search_from_to): New function.
23271         (gl_array_list_implementation): Update.
23272         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
23273         function.
23274         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
23275         (gl_carray_sortedlist_search_from_to): New function.
23276         (gl_carray_list_implementation): Update.
23277         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
23278         gl_linked_sortedlist_indexof_from_to): New functions.
23279         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
23280         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
23281         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
23282         gl_tree_sortedlist_indexof_from_to): New functions.
23283         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
23284         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
23285         Update.
23286         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
23287         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
23288         Update.
23289
23290 2006-10-05  Bruno Haible  <bruno@clisp.org>
23291
23292         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
23293         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
23294         (struct gl_list_implementation): Add fields search_from_to,
23295         indexof_from_to. Remove fields search, indexof.
23296         (gl_list_search): Use the search_from_to method.
23297         (gl_list_search_from, gl_list_search_from_to): New functions.
23298         (gl_list_indexof): Use the indexof_from_to method.
23299         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
23300         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
23301         (gl_list_search_from, gl_list_search_from_to): New functions.
23302         (gl_list_indexof): Use the indexof_from_to method.
23303         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
23304         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
23305         gl_array_indexof. Add start_index, end_index arguments.
23306         (gl_array_search_from_to): Renamed from gl_array_search. Add
23307         start_index, end_index arguments.
23308         (gl_array_remove, gl_array_list_implementation): Update.
23309         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
23310         gl_carray_indexof. Add start_index, end_index arguments.
23311         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
23312         start_index, end_index arguments.
23313         (gl_carray_remove, gl_carray_list_implementation): Update.
23314         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
23315         gl_linked_search. Add start_index, end_index arguments.
23316         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
23317         start_index, end_index arguments.
23318         (gl_linked_remove): Update.
23319         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
23320         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
23321         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
23322         field to 'size_t'.
23323         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
23324         gl_tree_search. Add start_index, end_index arguments.
23325         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
23326         start_index, end_index arguments.
23327         (gl_tree_remove): Update.
23328         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
23329         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
23330         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
23331         function.
23332         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
23333         gl_tree_search. Add start_index, end_index arguments.
23334         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
23335         start_index, end_index arguments.
23336         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
23337         Update.
23338         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
23339
23340 2006-10-05  Bruno Haible  <bruno@clisp.org>
23341
23342         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
23343
23344         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
23345         fwriteerror_temp): New declarations.
23346         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
23347         (descriptors): New variable.
23348         (cleanup): First, close the descriptors.
23349         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
23350         fclose_temp, fwriteerror_temp): New functions.
23351
23352 2006-10-04  Jim Meyering  <jim@meyering.net>
23353
23354         * lib/fts.c (fts_open): Tiny comment change.
23355
23356 2006-10-04  Bruno Haible  <bruno@clisp.org>
23357
23358         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
23359         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
23360         gl_LOCK_BODY.
23361         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
23362         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
23363         gl_LOCK_EARLY_BODY.
23364         (gl_LOCK): Require gl_LOCK_BODY.
23365
23366 2006-10-04  Bruno Haible  <bruno@clisp.org>
23367
23368         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
23369         (gl_oset_search_atleast): New declaration.
23370         (struct gl_oset_implementation): Add field 'search_atleast'.
23371         (gl_oset_search_atleast): New inline function.
23372         * lib/gl_oset.c (gl_oset_search_atleast): New function.
23373         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
23374         (gl_array_oset_implementation): Update.
23375         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
23376         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
23377         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
23378
23379 2006-10-04  Bruno Haible  <bruno@clisp.org>
23380
23381         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
23382
23383 2006-10-03  Bruno Haible  <bruno@clisp.org>
23384
23385         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
23386         from gl_avltreehash_list_implementation.
23387
23388 2006-10-03  Bruno Haible  <bruno@clisp.org>
23389
23390         * lib/gl_oset.c (gl_oset_add): Fix return type.
23391
23392 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
23393
23394         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
23395
23396 2006-10-02  Eric Blake  <ebb9@byu.net>
23397
23398         * modules/strnlen (Depends-on): Add extensions.
23399
23400 2006-10-02  Eric Blake  <ebb9@byu.net>
23401
23402         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
23403         definition in 2.60+.
23404
23405 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
23406
23407         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
23408         checks.
23409
23410 2006-10-02  Bruno Haible  <bruno@clisp.org>
23411
23412         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
23413         to the AUTOMAKE_OPTIONS.
23414         Reported by Jim Meyering.
23415
23416 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
23417
23418         Work around bug in Solaris 10 /proc file system:
23419         /proc/self/fd/NNN/.. isn't the parent directory of
23420         the directory whose file descriptor is NNN.  This needs to
23421         be worked around at run time, not compile time, since a
23422         program might be built on Solaris 8, where things work, and
23423         run on Solaris 10.
23424         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
23425         to use the following interface instead:
23426         (OPENAT_BUFFER_SIZE): New macro.
23427         (openat_proc_name): New function.
23428         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
23429         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
23430         Likewise.
23431         * lib/openat-proc.c: New file.
23432         * modules/openat (Files): Add lib/openat-proc.c.
23433         (Depends-on): Add same-inode, stdbool.
23434         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
23435
23436 2006-09-29  Bruno Haible  <bruno@clisp.org>
23437
23438         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
23439         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
23440         argument. Set stdout_closed before testing for ferror, not after.
23441         (fwriteerror, fwriteerror_no_ebadf): New functions.
23442
23443 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23444
23445         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
23446
23447 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
23448
23449         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
23450         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
23451
23452 2006-09-28  Jim Meyering  <jim@meyering.net>
23453
23454         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
23455         Include <unistd.h>.
23456
23457 2006-09-28  Bruno Haible  <bruno@clisp.org>
23458
23459         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
23460         * modules/linkedhash-list (Depends-on): Likewise.
23461         * modules/rbtreehash-list (Depends-on): Likewise.
23462
23463 2006-09-28  Bruno Haible  <bruno@clisp.org>
23464
23465         * lib/strndup.h: Simplify the redefinition of strndup.
23466         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
23467         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
23468
23469 2006-09-28  Bruno Haible  <bruno@clisp.org>
23470
23471         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
23472         * lib/gl_linkedhash_list.c: Likewise.
23473         * lib/gl_rbtreehash_list.c: Likewise.
23474
23475 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
23476
23477         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
23478         getaddrinfo.
23479
23480         * lib/__fpending.h: Don't include <stdio_ext.h> unless
23481         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
23482         it causes <stdio_ext.h> to cause a compile-time error.
23483         Problem reported by Nelson H. F. Beebe.
23484         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
23485         of HAVE_DECL___PENDING.
23486
23487         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
23488         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
23489         declaration.
23490
23491 2006-09-27  Jim Meyering  <jim@meyering.net>
23492
23493         This file could end up with a definition for a function
23494         named __strndup, rather than rpl_strndup on a system with
23495         incomplete weak_alias support.
23496         * lib/strndup.c (strndup): Rename from __strndup.
23497         Remove #defines that used to map __strndup to strndup.
23498         Don't use K&R prototypes.
23499         Remove LIBC-related code, since this file is not sync'd with glibc.
23500         * lib/strndup.h: Revamp, accordingly.
23501         * m4/strndup.m4: Modernize.
23502
23503 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
23504
23505         * modules/savewd (Depends-on): Add 'raise'.
23506         * lib/savewd.c: Include <signal.h>, for 'raise'.
23507
23508 2006-09-26  Jim Meyering  <jim@meyering.net>
23509
23510         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
23511         when we detect Darwin 8.7.0's acl_get_file bug.
23512         Rearrange to perform the new (below) run-test while $LIBS
23513         contains any acl-related library.  Set USE_ACL at the end.
23514         (gl_ACL_GET_FILE): New function.
23515
23516 2006-09-26  Eric Blake  <ebb9@byu.net>
23517
23518         * lib/verror.c: Include <config.h> unconditionally.
23519
23520 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
23521
23522         * modules/clock-time (Maintainer): Add self.
23523         * modules/getlogin_r (Depends-on): Add extensions.
23524
23525 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23526
23527         * modules/clock-time: New module.
23528         * modules/nanosleep (Depends-on): Add clock-time.
23529         * modules/gethrxtime (Depends-on): Likewise.
23530         * modules/gettime (Depends-on): Likewise.
23531         * modules/settime (Depends-on): Likewise.
23532
23533         * modules/fts-lgpl: Depend on openat.
23534         * modules/mkancesdirs: Depend on savewd.
23535         * modules/mkdir-p: Likewise.
23536
23537 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23538
23539         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
23540
23541         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
23542         `gl_have_arbitrary_file_name_length_limit' to
23543         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
23544         actually works between configure runs.
23545
23546 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23547             Bruno Haible  <bruno@clisp.org>
23548
23549         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
23550
23551 2006-09-25  Jim Meyering  <jim@meyering.net>
23552
23553         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
23554         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
23555
23556 2006-09-25  Eric Blake  <ebb9@byu.net>
23557
23558         * gnulib-tool (func_import, func_create_testdir): Fix typos in
23559         exec's in 2006-09-18 patch when shuffling fds.
23560
23561 2006-09-25  Bruno Haible  <bruno@clisp.org>
23562
23563         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
23564         Reported by Jim Meyering.
23565
23566 2006-09-24  Jim Meyering  <jim@meyering.net>
23567
23568         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
23569         compare a pointer against a literal "0".  That caused failures with
23570         at least HP-UX's hpcc.
23571
23572 2006-09-22  Simon Josefsson  <jas@extundo.com>
23573
23574         * modules/gc-sha1:
23575         * modules/gc-md4:
23576         * modules/gc-hmac-sha1:
23577         * modules/gc-hmac-md5:
23578         * modules/gc-des:
23579         * modules/gc-arcfour: Distribute more files.
23580
23581 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23582
23583         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
23584         (gl_linked_iterator_from_to): Initialize struct completely.
23585         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
23586         (gl_tree_iterator_from_to): Likewise
23587         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
23588         * lib/gl_array_list.c [lint] (gl_array_iterator)
23589         (gl_array_iterator_from_to): Likewise.
23590         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
23591         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
23592         (gl_carray_iterator_from_to): Likewise.
23593
23594         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
23595         * lib/md4.c (md4_process_block): Remove unused variable.
23596         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
23597         parentheses for clarity.
23598
23599 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23600
23601         * modules/bison-i18n (Depends-on): Add gettext.
23602
23603 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23604
23605         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
23606         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
23607         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
23608         also add missing comma that caused broken test.
23609         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
23610         stdlib.h, for `abort'.
23611         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
23612         variables.
23613         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
23614         include unistd.h if present, for `rmdir'.
23615         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
23616         variables.
23617         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
23618         in the process include standard headers for prototypes.
23619         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
23620         gets declared on GNU/Linux.
23621         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
23622         unistd.h, for `rmdir'.
23623         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
23624
23625         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
23626         always true.
23627         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
23628
23629         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
23630
23631 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23632
23633         * gnulib-tool (func_version): Create output all at once.  This
23634         may help avoid triggering unnecessary SIGPIPEs, and at any
23635         rate it doesn't hurt.
23636
23637 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23638             Bruno Haible  <bruno@clisp.org>
23639
23640         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
23641         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
23642         * m4/signed.m4 (bh_C_SIGNED): Likewise.
23643
23644         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
23645         (gl_FUNC_VASPRINTF): Invoke it.
23646
23647 2006-09-22  Bruno Haible  <bruno@clisp.org>
23648
23649         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
23650         getloadavg.c as first argument.
23651
23652 2006-09-22  Bruno Haible  <bruno@clisp.org>
23653
23654         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
23655         at the beginning of the gl_INIT macro.
23656         * modules/getloadavg (configure.ac): Pass $gl_source_base to
23657         gl_GETLOADAVG.
23658
23659 2006-09-22  Bruno Haible  <bruno@clisp.org>
23660
23661         * gnulib-tool (func_create_megatestdir): Don't include the config-h
23662         module.
23663         Suggested by Ralf Wildenhues.
23664
23665 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
23666
23667         Import this patch from libc:
23668
23669         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
23670
23671         * lib/regex_internal.c (re_string_reconstruct): Handle
23672         offset < pstr->valid_raw_len && pstr->offsets_needed case.
23673         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
23674         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
23675         re_string_context_at.
23676
23677         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
23678         now requires it.
23679         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
23680         gl_REGEX now does it for us.
23681         (gl_REGEX): Add test taken from
23682         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
23683
23684         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
23685         Check that large offsets work.  Modernize Autoconf usages.
23686         Prefer "yes" to mean a good thing rather than a bad.
23687         Don't put "#define mkstemp" in config.h, as this might interfere
23688         with standard system headers that "#define mkstemp mkstemp64".
23689
23690         * modules/mkstemp (Depends-on): Add extensions, so that
23691         mkstemp is visible on some platforms.
23692         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
23693         (Include): Change to "mkstemp.h" from <stdlib.h>.
23694         (Files): Add mkstemp.h.
23695
23696         * lib/mkstemp.h: New file, since some standard headers
23697         #define mkstemp.
23698         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
23699         Include "mkstemp.h".
23700         Make the _LIBC code resemble glibc original more,
23701         e.g., use K&R style.
23702         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
23703         (mkstemp): Remove, since mkstemp.h does this for us.
23704         * lib/stdlib--.h: Include mkstemp.h.
23705
23706         Import this patch from libc:
23707
23708         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
23709
23710         * lib/tempname.c (__gen_tempname): Change attempts_min
23711         into a macro.  Use preprocessor to decide how to initialize
23712         attempts [Coverity CID 67].
23713
23714 2006-09-20  Bruno Haible  <bruno@clisp.org>
23715
23716         * lib/mkdtemp.c: Import from libc.
23717         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
23718                 * sysdeps/posix/tempname.c (__gen_tempname): Change
23719                 attempts_min into a macro.  Use preprocessor to decide how to
23720                 initialize attempts [Coverity CID 67].
23721         2001-11-27  Paul Eggert  <eggert@twinsun.com>
23722                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
23723                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
23724
23725 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23726
23727         * gnulib-tool (func_exit): New function, to allow to pass the
23728         exit status portably through the trap.  Use everywhere.
23729         (--help, --version): Signal a write error.
23730         (trap): catch SIGPIPE, for write errors.
23731         Exit at the end of the trap, with the correct exit status.
23732
23733 2006-09-19  Karl Berry  <karl@gnu.org>
23734
23735         * doc/gnulib.texi: note about the license texinfo files.
23736
23737 2006-09-19  Eric Blake  <ebb9@byu.net>
23738
23739         * gnulib-tool: Avoid space-tab.
23740
23741 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
23742
23743         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
23744         that prevented coreutils 6.1 from building.  Problem reported
23745         by Petter Reinholdtsen.
23746
23747 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
23748
23749         * gnulib-tool (avoidlist): Fix typo that broke options like
23750         --avoid=lock that are used by coreutils bootstrap.
23751
23752 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
23753
23754         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
23755         more systematically.
23756
23757 2006-09-18  Jim Meyering  <jim@meyering.net>
23758
23759         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
23760
23761 2006-09-18  Bruno Haible  <bruno@clisp.org>
23762
23763         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
23764
23765 2006-09-18  Bruno Haible  <bruno@clisp.org>
23766
23767         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
23768         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
23769         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
23770         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
23771         * m4/gettext.m4: Require autoconf >= 2.52.
23772         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
23773         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
23774         of gl_cv_header_inttypes_h.
23775
23776 2006-09-18  Bruno Haible  <bruno@clisp.org>
23777
23778         * lib/javaversion.c: Include configmake.h.
23779
23780 2006-09-18  Bruno Haible  <bruno@clisp.org>
23781
23782         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
23783         avoid that the while loops be executed in a subshell.
23784
23785 2006-09-18  Bruno Haible  <bruno@clisp.org>
23786
23787         * MODULES.html.sh (func_module): Break long lines.
23788         Suggested by Bruce Korb <bkorb@gnu.org>.
23789
23790 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23791
23792         Speed up by a factor of 1.12.
23793         * gnulib-tool (nl): New variable.
23794         (func_import): Rewrite include directive extraction to only read each
23795         directive once.
23796
23797 2006-09-17  Bruno Haible  <bruno@clisp.org>
23798
23799         * modules/javaversion (Makefile.am): Remove DEFS setting.
23800         (Depends-on): Add configmake, for PKGDATADIR definition.
23801
23802 2006-09-17  Bruno Haible  <bruno@clisp.org>
23803
23804         * gnulib-tool (func_create_testdir): Rewrite all files at once.
23805
23806 2006-09-17  Bruno Haible  <bruno@clisp.org>
23807
23808         * gnulib-tool (func_append): New function, stolen from libtool.m4.
23809         (func_modules_transitive_closure, func_modules_add_dummy,
23810         func_modules_to_filelist, func_import, func_create_testdir,
23811         func_create_megatestdir, ...): Use it wherever possible.
23812         Suggested by Ralf Wildenhues.
23813
23814 2006-09-16  Karl Berry  <karl@gnu.org>
23815
23816         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
23817         to avoid sectioning errors.
23818         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
23819         [ifinfo]: blank line after @center-ed titles.
23820         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
23821         Spell FSF address consistently with others.
23822         (These changes approved by rms.)
23823
23824 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23825
23826         Speed up by a factor of 1.61.
23827         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
23828         already checked module names again.
23829
23830 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23831
23832         Speed up by a factor of 1.13.
23833         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
23834         for new_files, and the input to func_add_or_update.
23835
23836 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23837
23838         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
23839         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
23840
23841 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23842
23843         * modules/mkancesdirs (Depends-on): Add fcntl.
23844         * modules/savewd: New file.
23845         * MODULES.html.sh (File system functions): Add savewd.
23846
23847         * modules/configmake (Makefile.am): Add support for the
23848         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
23849
23850 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23851
23852         * m4/savewd.m4: New file.
23853
23854 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23855
23856         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
23857         (dirchownmod): New arg FD.  All callers changed.
23858         Use FD rather than opening the directory ourself, as opening is
23859         now the caller's responsibility.
23860         * lib/dirchownmod.h: Likewise.
23861         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
23862         hosts that require <sys/types.h> before <sys/stat.h>.  Include
23863         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
23864         (test_dir): Remove.
23865         (mkancesdirs): Return length of prefix of FILE that has already
23866         been made, or -2 if there is a child doing the work.  Redo
23867         algorithm so that it is O(N) rather than O(N**2).  Optimize away
23868         ".", and treat ".." specially since it might stray back into
23869         already-created areas.  Use a subprocess if necessary.  New arg
23870         WD; all users changed.  MAKE_DIR function should now return 1
23871         if it creates a directory that is not readable.  Return -2 if
23872         a child process is spun off.
23873         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
23874         Adjust signature to match code.
23875         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
23876         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
23877         all users changed.
23878         * lib/savewd.c, lib/savewd.h: New files.
23879
23880 2006-09-15  Jim Meyering  <jim@meyering.net>
23881
23882         * modules/rename-dest-slash: New module.
23883         * MODULES.html.sh (posix_compat): Add it here.
23884
23885         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
23886
23887 2006-09-15  Jim Meyering  <jim@meyering.net>
23888
23889         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
23890         file.
23891
23892         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
23893
23894 2006-09-15  Jim Meyering  <jim@meyering.net>
23895
23896         * lib/rename-dest-slash.c (has_trailing_slash): Use
23897         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
23898         (rpl_rename_dest_slash): Perform the cheaper trailing slash
23899         test before testing whether SRC is a directory.
23900         Suggestions from Bruno Haible.
23901
23902         Avoid a warning about an unused variable.
23903         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
23904         into the #ifdef block where it's used.
23905
23906         * lib/rename-dest-slash.c: New file.
23907
23908 2006-09-14  Bruno Haible  <bruno@clisp.org>
23909
23910         * lib/allocsa.c: Include <config.h> unconditionally.
23911         * lib/asnprintf.c: Likewise.
23912         * lib/asprintf.c: Likewise.
23913         * lib/c-strcasecmp.c: Likewise.
23914         * lib/c-strcasestr.c: Likewise.
23915         * lib/c-strncasecmp.c: Likewise.
23916         * lib/c-strstr.c: Likewise.
23917         * lib/classpath.c: Likewise.
23918         * lib/clean-temp.c: Likewise.
23919         * lib/concatpath.c: Likewise.
23920         * lib/copy-file.c: Likewise.
23921         * lib/csharpcomp.c: Likewise.
23922         * lib/csharpexec.c: Likewise.
23923         * lib/execute.c: Likewise.
23924         * lib/fatal-signal.c: Likewise.
23925         * lib/findprog.c: Likewise.
23926         * lib/fwriteerror.c: Likewise.
23927         * lib/gl_array_list.c: Likewise.
23928         * lib/gl_array_oset.c: Likewise.
23929         * lib/gl_avltree_list.c: Likewise.
23930         * lib/gl_avltree_oset.c: Likewise.
23931         * lib/gl_avltreehash_list.c: Likewise.
23932         * lib/gl_carray_list.c: Likewise.
23933         * lib/gl_linked_list.c: Likewise.
23934         * lib/gl_linkedhash_list.c: Likewise.
23935         * lib/gl_list.c: Likewise.
23936         * lib/gl_oset.c: Likewise.
23937         * lib/gl_rbtree_list.c: Likewise.
23938         * lib/gl_rbtree_oset.c: Likewise.
23939         * lib/gl_rbtreehash_list.c: Likewise.
23940         * lib/imaxabs.c: Likewise.
23941         * lib/imaxdiv.c: Likewise.
23942         * lib/javacomp.c: Likewise.
23943         * lib/javaexec.c: Likewise.
23944         * lib/javaversion.c: Likewise.
23945         * lib/linebreak.c: Likewise.
23946         * lib/localcharset.c: Likewise.
23947         * lib/lock.c: Likewise.
23948         * lib/mbchar.c: Likewise.
23949         * lib/mbswidth.c: Likewise.
23950         * lib/mkdtemp.c: Likewise.
23951         * lib/pipe.c: Likewise.
23952         * lib/printf-args.c: Likewise.
23953         * lib/printf-parse.c: Likewise.
23954         * lib/progname.c: Likewise.
23955         * lib/progreloc.c: Likewise.
23956         * lib/readlink.c: Likewise.
23957         * lib/sh-quote.c: Likewise.
23958         * lib/stpcpy.c: Likewise.
23959         * lib/stpncpy.c: Likewise.
23960         * lib/strcasecmp.c: Likewise.
23961         * lib/strcasestr.c: Likewise.
23962         * lib/strcspn.c: Likewise.
23963         * lib/striconv.c: Likewise.
23964         * lib/strncasecmp.c: Likewise.
23965         * lib/strnlen1.c: Likewise.
23966         * lib/strstr.c: Likewise.
23967         * lib/strtok_r.c: Likewise.
23968         * lib/tls.c: Likewise.
23969         * lib/tmpdir.c: Likewise.
23970         * lib/unicodeio.c: Likewise.
23971         * lib/unsetenv.c: Likewise.
23972         * lib/vasnprintf.c: Likewise.
23973         * lib/vasprintf.c: Likewise.
23974         * lib/wait-process.c: Likewise.
23975         * lib/xallocsa.c: Likewise.
23976         * lib/xsetenv.c: Likewise.
23977         * lib/xstriconv.c: Likewise.
23978
23979 2006-09-13  Simon Josefsson  <jas@extundo.com>
23980
23981         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
23982         that internally, suggested by Ralf Wildenhues
23983         <Ralf.Wildenhues@gmx.de>.
23984
23985 2006-09-13  Simon Josefsson  <jas@extundo.com>
23986
23987         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
23988         @LIBOBJS@.
23989         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23990
23991 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
23992
23993         * lib/_fpending.c: Include <config.h> unconditionally, since we no
23994         longer worry about uses that don't define HAVE_CONFIG_H.
23995         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
23996         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
23997         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
23998         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
23999         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
24000         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
24001         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
24002         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
24003         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
24004         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
24005         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
24006         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
24007         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
24008         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
24009         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
24010         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
24011         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
24012         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
24013         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
24014         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
24015         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
24016         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
24017         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
24018         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
24019         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
24020         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
24021         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
24022         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
24023         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
24024         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
24025         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
24026         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
24027         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
24028         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
24029         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
24030         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
24031         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
24032         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
24033         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
24034         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
24035         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
24036         Likewise.
24037
24038 2006-09-13  Eric Blake  <ebb9@byu.net>
24039
24040         * lib/getopt.c: Fix typo in last commit.
24041
24042 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
24043
24044         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
24045         dgettext.
24046
24047 2006-09-12  Jim Meyering  <jim@meyering.net>
24048
24049         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
24050         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
24051         Reported by Nelson H. F. Beebe.
24052
24053 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24054
24055         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
24056         program_invocation_name and program_invocation_short_name are
24057         initialized.
24058         * lib/argp-namefrob.h: Move declarations of program_invocation_name
24059         and program_invocation_short_name to argp.h, so they are visible
24060         to user programs.
24061         * lib/argp.h: Likewise
24062
24063 2006-09-10  Bruno Haible  <bruno@clisp.org>
24064
24065         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
24066         m4/inttypes_h.m4, m4/uintmax_t.m4.
24067
24068 2006-09-10  Bruno Haible  <bruno@clisp.org>
24069
24070         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
24071         gl_AC_TYPE_UINTMAX_T.
24072
24073 2006-09-10  Bruno Haible  <bruno@clisp.org>
24074
24075         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
24076
24077 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24078
24079         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
24080         convention.  Text proposed by Bruno Haible.
24081         (struct argp_option): Document the use of N_() wrappers.
24082
24083         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
24084         '\v', and translate the two parts separately, instead of feeding
24085         the whole string to gettext.  This allows to exclude
24086         '\v' from the strings visible to the translator by writing doc
24087         strings as N_("..") "\v" N_("..").
24088
24089 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
24090
24091         * config/srclist.txt: Undo latest change; the bug was fixed.
24092
24093 2006-09-09  Bruno Haible  <bruno@clisp.org>
24094
24095         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
24096         assignments if building a library without libtool.
24097         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
24098         in func_emit_lib_Makefile_am.
24099         (func_import): When building a static library libfoo.a, arrange to
24100         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
24101         (func_create_testdir): Likewise.
24102         * modules/gc (configure.ac, Makefile.am): If building statically,
24103         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
24104         * modules/iconvme (configure.ac, Makefile.am): Likewise.
24105         * modules/striconv (configure.ac, Makefile.am): Likewise.
24106         Based on a suggestion by Ralf Wildenhues.
24107
24108 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24109
24110         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
24111         Check for unistd.h too, since Autoconf doesn't assume POSIX.
24112         Also:
24113
24114         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24115         Add year_2050_test to catch glibc bug 2821
24116         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
24117
24118         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
24119         Prefer #ifdef to #if.
24120
24121         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
24122         Return from 'main' instead of calling 'exit'.
24123
24124 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24125
24126         * lib/mktime.c (guess_time_tm): Fix bug where mktime
24127         returned the maximum time_t value rather than (time_t) -1.
24128         Problem originally reported by William Bardwell
24129         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
24130
24131         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
24132         Moved to here ...
24133         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
24134         ... from here.
24135
24136 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24137
24138         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
24139         2821 is fixed.
24140
24141 2006-09-08  Jim Meyering  <jim@meyering.net>
24142
24143         Don't make generated files read-only.  That would bother too many
24144         people.  However, do retain the ability to work when targets are
24145         read-only: remove the destination and temporary files before writing
24146         them (when generated via sed or echo), or by using the -f option for
24147         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
24148         * modules/alloca-opt, modules/argz, modules/arpa_inet:
24149         * modules/byteswap, modules/configmake, modules/fcntl:
24150         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
24151         * modules/localcharset, modules/netinet_in, modules/poll:
24152         * modules/stdbool, modules/stdint, modules/sys_select:
24153         * modules/sys_socket, modules/sys_stat, modules/sysexits:
24154
24155 2006-09-08  Jim Meyering  <jim@meyering.net>
24156
24157         Avoid new build failure on FreeBSD 6.0.
24158         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
24159         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
24160         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
24161
24162 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24163
24164         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
24165
24166 2006-09-07  Jim Meyering  <jim@meyering.net>
24167
24168         Fix global typo in last change: use chmod u-w, not chmod u-x.
24169         Spotted by Paul Eggert and Bruce Korb.
24170         * modules/alloca-opt, modules/argz, modules/arpa_inet:
24171         * modules/byteswap, modules/configmake, modules/fcntl:
24172         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
24173         * modules/localcharset, modules/netinet_in, modules/poll:
24174         * modules/stdbool, modules/stdint, modules/sys_select:
24175         * modules/sys_socket, modules/sys_stat, modules/sysexits:
24176
24177 2006-09-06  Jim Meyering  <jim@meyering.net>
24178
24179         Make generated files be read-only.
24180         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
24181         Ensure that each generated file is now read-only.
24182         * modules/argz: Likewise.
24183         * modules/arpa_inet: Likewise.
24184         * modules/byteswap: Likewise.
24185         * modules/configmake: Likewise.
24186         * modules/fcntl: Likewise.
24187         * modules/fnmatch: Likewise.
24188         * modules/getopt: Likewise.
24189         * modules/glob: Likewise.
24190         * modules/inttypes: Likewise.
24191         * modules/netinet_in: Likewise.
24192         * modules/poll: Likewise.
24193         * modules/stdbool: Likewise.
24194         * modules/stdint: Likewise.
24195         * modules/sys_select: Likewise.
24196         * modules/sys_socket: Likewise.
24197         * modules/sys_stat: Likewise.
24198         * modules/sysexits: Likewise.
24199         * modules/localcharset: Same as above, but continue using temporary
24200         file named "t-$@" (why different?) rather than the "$@-t" used
24201         everywhere else.
24202
24203         * modules/sysexits (Makefile.am): Replace literal occurrences
24204         of "sysexit.h" more readable, and more consistent, "$@".
24205
24206 2006-09-06  Bruno Haible  <bruno@clisp.org>
24207
24208         * modules/striconv: New file.
24209         * modules/xstriconv: New file.
24210         * MODULES.html.sh (Internationalization functions): Add striconv,
24211         xstriconv.
24212
24213 2006-09-06  Bruno Haible  <bruno@clisp.org>
24214
24215         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
24216         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
24217         not using libtool correctly.
24218
24219 2006-09-06  Bruno Haible  <bruno@clisp.org>
24220
24221         * lib/striconv.h: New file.
24222         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
24223         iconvstring.c.
24224         * lib/xstriconv.h: New file.
24225         * lib/xstriconv.c: New file.
24226
24227 2006-09-06  Bruno Haible  <bruno@clisp.org>
24228
24229         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
24230         lib_..._LDFLAGS.
24231
24232 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24233
24234         * lib/argz_.h: Sync from Libtool.
24235
24236         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
24237                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24238
24239         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
24240
24241 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
24242
24243         * modules/trim: New file.
24244
24245 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
24246
24247         * lib/trim.h: New file.
24248         * lib/trim.c: New file.
24249
24250 2006-09-05  Bruno Haible  <bruno@clisp.org>
24251
24252         * MODULES.html.sh (String handling): Add trim.
24253
24254 2006-09-04  Karl Berry  <karl@gnu.org>
24255
24256         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
24257         until next release.
24258
24259 2006-09-03  Bruno Haible  <bruno@clisp.org>
24260
24261         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
24262         correctly.
24263
24264 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24265
24266         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
24267         not gl_GETLOADAVG.  Omit unneeded semicolons.
24268         Problems reported by Ralf Wildenhues in
24269         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
24270         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
24271         at the end, which is the usual gnulib style.
24272
24273         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
24274         of doing all the work ourselves.
24275         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
24276         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
24277
24278 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24279
24280         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
24281         Problem reported by Ralf Wildenhues in
24282         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
24283
24284         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
24285         HAVE_STRUCT_STATFS_F_FSTYPENAME.
24286
24287 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24288
24289         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
24290         yesterday's patch by changing test -n to test -z.
24291
24292 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24293
24294         * modules/getloadavg (Files): Add m4/getloadavg.m4.
24295         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
24296         the former is now obsolescent.
24297
24298         * modules/chdir-long (Depends-on): Add fcntl.
24299
24300 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24301
24302         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
24303         obsolescent, and programs should use gnulib instead.
24304         * m4/getloadavg.m4: New file, with contents taken from Autoconf
24305         but with prefixes changed.
24306
24307 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24308
24309         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
24310         or stdbool.h, because they might not exist while configuring.
24311
24312         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
24313         Don't include unistd.h or limits.h; not needed, since chdir-long.h
24314         does that for us.
24315         (O_DIRECTORY): Remove.
24316
24317 2006-08-31  Eric Blake  <ebb9@byu.net>
24318
24319         * gnulib-tool: Don't let emacs change spaces to TAB.
24320
24321 2006-08-31  Bruno Haible  <bruno@clisp.org>
24322
24323         * gnulib-tool: When calling func_import more than once, do it in a
24324         subshell.
24325         Reported by Eric Blake <ebb9@byu.net>.
24326
24327 2006-08-31  Bruno Haible  <bruno@clisp.org>
24328
24329         * gnulib-tool (nl): Remove variable.
24330         (sed_transform_lib_file): Use more robust test for config-h module.
24331         (func_import): Fix typo in 2006-08-25 patch.
24332
24333 2006-08-31  Bruno Haible  <bruno@clisp.org>
24334
24335         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
24336         specified, augment Makefile.am variables instead of assigning them.
24337
24338 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24339
24340         Work around a bug in both the Linux and SunOS 64-bit kernels:
24341         nanosleep mishandles sleeps for longer than 2**31 seconds.
24342         Problem reported by Frank v Waveren in
24343         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
24344         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
24345         Check for nanosleep bug.
24346         (LIB_NANOSLEEP): Append clock_gettime library if needed.
24347
24348 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24349
24350         Work around a bug in both the Linux and SunOS 64-bit kernels:
24351         nanosleep mishandles sleeps for longer than 2**31 seconds.
24352         Problem reported by Frank v Waveren in
24353         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
24354         * lib/nanosleep.c (BILLION): New constant.
24355         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
24356         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
24357         implementation.
24358
24359 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24360
24361         * modules/nanosleep (Depends-on): Add gettime.
24362
24363 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24364         and Simon Josefsson  <jas@extundo.com>
24365         and Oskar Liljeblad  <oskar@osk.mine.nu>
24366
24367         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
24368         * gnulib-tool (func_import): New license type 'unmodifiable license
24369         text'.
24370         * modules/fdl: Use it.  Longer description.
24371         * module/gpl, module/lgpl: New files.
24372
24373 2006-08-30  Jim Meyering  <jim@meyering.net>
24374
24375         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
24376         shadowing the parameter.
24377
24378 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24379
24380         Sync from Libtool:
24381
24382         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24383
24384         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
24385         sharing with gnulib.  Report by Eric Blake.
24386
24387 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24388
24389         * modules/isapipe: New file.
24390         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
24391
24392 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24393
24394         * modules/configmake (Makefile.am): Add a comment, and omit
24395         the CONFIGMAKE_ prefix from generated macro names.  Suggested
24396         by Bruno Haible.
24397
24398 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24399
24400         * m4/isapipe.m4: New file.
24401
24402 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24403
24404         * lib/isapipe.c, lib/isapipe.h: New files.
24405
24406 2006-08-29  Jim Meyering  <jim@meyering.net>
24407
24408         * modules/configmake (Makefile.am): Make configmake.h depend on
24409         Makefile.  Otherwise, a stale configmake.h could hang around.
24410
24411 2006-08-29  Eric Blake  <ebb9@byu.net>
24412
24413         * lib/error.c (error_at_line, print_errno_message): Match libc, after
24414         resolution of upstream bug 3044.
24415
24416 2006-08-29  Bruno Haible  <bruno@clisp.org>
24417
24418         * modules/localcharset (Depends-on): Add configmake.
24419         (Makefile.am): Remove setting of LIBDIR through DEFS.
24420
24421 2006-08-29  Bruno Haible  <bruno@clisp.org>
24422
24423         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
24424         defined.
24425
24426 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24427
24428         * modules/fcntl: New file.
24429         * modules/chdir-safer (Depends-on): Add fcntl.
24430         * modules/fts: Likewise.
24431         * modules/mkdir-p: Likewise.
24432
24433         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
24434         This undoes the most recent change, since we're now addressing the
24435         problem in a different way.
24436
24437         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
24438         into output, since the output might be called Makefile.am even
24439         if $makefile_name is something different.
24440         (func_import): Use $makefile_am rather than
24441         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
24442         empty.
24443
24444         * modules/inttypes (Files): Add m4/inttypes-h.m4.
24445
24446 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24447
24448         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
24449         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
24450         recent change to stdint.m4, since we're now addressing the problem in a
24451         different way.
24452
24453 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24454
24455         * m4/fcntl_h.m4: New file.
24456
24457 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24458
24459         * lib/fcntl_.h: New file.
24460         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
24461         the fcntl module.
24462         * lib/dirchownmod.c: Likewise.
24463         * lib/fts.c: Likewise.
24464
24465         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
24466         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
24467         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
24468         just before including <inttypes.h>, to avoid circular inclusion.
24469
24470 2006-08-28  Jim Meyering  <jim@meyering.net>
24471
24472         * doc/visibility.texi: Actually read and correct the grammar of the
24473         sentence affected by yesterday's change.
24474
24475 2006-08-28  Eric Blake  <ebb9@byu.net>
24476
24477         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
24478         needs wrapper.
24479
24480 2006-08-28  Eric Blake  <ebb9@byu.net>
24481
24482         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
24483
24484 2006-08-28  Eric Blake  <ebb9@byu.net>
24485
24486         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
24487
24488 2006-08-28  Bruno Haible  <bruno@clisp.org>
24489
24490         * modules/c-strstr: New file, from GNU gettext.
24491         * MODULES.html.sh (String handling): Add c-strstr.
24492
24493 2006-08-28  Bruno Haible  <bruno@clisp.org>
24494
24495         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
24496         macros.
24497         Reported by Eric Blake.
24498
24499 2006-08-28  Bruno Haible  <bruno@clisp.org>
24500
24501         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
24502         (VASNPRINTF): Return a string of length > INT_MAX without failing.
24503         * lib/vasprintf.c: Include errno.h, limits.h.
24504         (EOVERFLOW): New fallback definition.
24505         (vasprintf): Test here whether the string length is > INT_MAX.
24506         * lib/vsnprintf.c: Include errno.h, limits.h.
24507         (EOVERFLOW): New fallback definition.
24508         (vsnprintf): Fix bug when generated string was too long for the buffer.
24509         Test here whether the string length is > INT_MAX.
24510
24511 2006-08-28  Bruno Haible  <bruno@clisp.org>
24512
24513         * lib/inttypes_.h (SCNX*): Remove definitions.
24514         Reported by Eric Blake.
24515
24516 2006-08-28  Bruno Haible  <bruno@clisp.org>
24517
24518         * lib/c-strstr.h: New file, from GNU gettext.
24519         * lib/c-strstr.c: New file, from GNU gettext.
24520
24521 2006-08-28  Bruno Haible  <bruno@clisp.org>
24522
24523         * gnulib-tool: Reorder some statements.
24524
24525 2006-08-28  Bruno Haible  <bruno@clisp.org>
24526
24527         * gnulib-tool: New option --makefile-name.
24528         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
24529         $makefile_name.
24530         (func_import): Write $makefile_name to the cache file, and read it from
24531         there unless explicitly specified. Use $makefile_name as file name
24532         instead of Makefile.am. Adjust the recommendations accordingly.
24533
24534 2006-08-28  Bruno Haible  <bruno@clisp.org>
24535
24536         * gnulib-tool (func_verify_module): Check against misapplying patch.
24537
24538 2006-08-28  Bruno Haible  <bruno@clisp.org>
24539
24540         * gnulib-tool (func_relativize, func_relconcat): New functions.
24541         Give an error if --local-dir is given with --update.
24542         Remove trailing slashes from $local_gnulib_dir.
24543         (func_import): Store the relativized $local_gnulib_dir in
24544         gnulib-cache.m4, and read it from there if not specified explicitly.
24545
24546 2006-08-28  Bruno Haible  <bruno@clisp.org>
24547
24548         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
24549         is the current directory. Respect also $local_gnulib_dir.
24550
24551 2006-08-28  Bruno Haible  <bruno@clisp.org>
24552             Simon Josefsson  <jas@extundo.com>
24553
24554         BeOS portability.
24555         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
24556
24557 2006-08-27  Jim Meyering  <jim@meyering.net>
24558
24559         * doc/visibility.texi: Remove duplicate word: "pointer".
24560
24561 2006-08-26  Bruno Haible  <bruno@clisp.org>
24562
24563         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
24564         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
24565         (Makefile.am): Create inttypes.h from inttypes_.h.
24566         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
24567
24568         * modules/imaxabs: New file.
24569
24570         * modules/imaxdiv: New file.
24571
24572 2006-08-26  Bruno Haible  <bruno@clisp.org>
24573
24574         * m4/inttypes.m4: New file.
24575         * m4/_inttypes_h.m4: Remove file.
24576         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
24577         PRI_MACROS_BROKEN.
24578         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
24579
24580         * m4/imaxabs.m4: New file.
24581
24582         * m4/imaxdiv.m4: New file.
24583
24584 2006-08-26  Bruno Haible  <bruno@clisp.org>
24585
24586         * lib/inttypes_.h: New file.
24587         * lib/inttypes.h: Remove file.
24588         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
24589
24590         * lib/imaxabs.c: New file.
24591
24592         * lib/imaxdiv.c: New file.
24593
24594 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24595
24596         New config-h module, so that "make" output needn't be cluttered
24597         by -DHAVE_CONFIG_H.
24598         * MODULES.html.sh (Support for building libraries and executables):
24599         Add config-h.
24600         * modules/config-h: New file.
24601         * gnulib-tool (nl, sed_transform_lib_file): New vars.
24602         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
24603         the config-h module is used.
24604
24605         New configmake module, so that "make" output needn't be cluttered
24606         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
24607         * MODULES.html.sh (Support for building libraries and executables):
24608         Add configmake.
24609         * modules/configmake: New file.
24610
24611 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24612
24613         * m4/config-h.m4: New file.
24614
24615 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24616
24617         * config/srclist.txt: Add elisp-comp.
24618
24619 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24620
24621         * MODULES.html.sh (Support for building libraries and executables):
24622         Add elisp-comp.
24623         * build-aux/elisp-comp: New file.
24624         * modules/elisp-comp: New file.
24625
24626 2006-08-24  Bruno Haible  <bruno@clisp.org>
24627
24628         * gnulib-tool (func_create_testdir): Use non-default values of
24629         sourcebase and m4base.
24630
24631 2006-08-24  Bruno Haible  <bruno@clisp.org>
24632
24633         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
24634         HTML structure.
24635
24636 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
24637
24638         * modules/openat (Depends-on): Add lchown.
24639
24640 2006-08-23  Bruno Haible  <bruno@clisp.org>
24641
24642         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
24643         of gl_LOCK_EARLY instead of gl_LOCK.
24644
24645 2006-08-23  Bruno Haible  <bruno@clisp.org>
24646
24647         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
24648         on OSF/1 to no.
24649         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
24650
24651 2006-08-23  Bruno Haible  <bruno@clisp.org>
24652
24653         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
24654         as unusable.
24655
24656         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
24657         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
24658         (gl_LOCK): New macro.
24659
24660 2006-08-22  Simon Josefsson  <jas@extundo.com>
24661
24662         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
24663         to md5 module.
24664
24665 2006-08-22  Simon Josefsson  <jas@extundo.com>
24666
24667         * MODULES.html.sh: Add "Support for maintaining and release
24668         projects".
24669
24670         * build-aux/gnupload: New file, from coreutils.
24671
24672 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24673
24674         Avoid the need for AC_LIBSOURCES in m4 macros.
24675         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
24676         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
24677         * modules/check-version (EXTRA_DIST): Add check-version.h.
24678         * modules/crc (EXTRA_DIST): Add crc.h.
24679         * modules/des (EXTRA_DIST): Add des.h.
24680         * modules/gc (EXTRA_DIST): Add gc.h.
24681         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
24682         * modules/getline (EXTRA_DIST): Add getline.h.
24683         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
24684         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
24685         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
24686         * modules/md2 (EXTRA_DIST): Add md2.h.
24687         * modules/md4 (EXTRA_DIST): Add md4.h.
24688         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
24689         * modules/read-file (EXTRA_DIST): Add read-file.h.
24690         * modules/readline (EXTRA_DIST): Add readline.h.
24691         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
24692         rijndael-api-fst.h.
24693
24694 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24695
24696         * m4/rijndael.m4 (gl_ARCFOUR):
24697         * m4/arctwo.m4 (gl_ARCTWO):
24698         * m4/check-version.m4 (gl_CHECK_VERSION):
24699         * m4/crc.m4 (gl_CRC):
24700         * m4/des.m4 (gl_DES):
24701         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
24702         * m4/gc.m4 (gl_GC):
24703         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
24704         * m4/getline.m4 (gl_FUNC_GETLINE):
24705         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
24706         * m4/hmac-md5.m4 (gl_HMAC_MD5):
24707         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
24708         * m4/md2.m4 (gl_MD2):
24709         * m4/md4.m4 (gl_MD4):
24710         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
24711         * m4/read-file.m4 (gl_FUNC_READ_FILE):
24712         * m4/readline.m4 (gl_FUNC_READLINE):
24713         * m4/rijndael.m4 (gl_RIJNDAEL):
24714         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
24715         to get the necessary .h files and whatnot.
24716
24717 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24718
24719         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
24720         gnulib rather than the other way around.
24721         * config/srclistvars.sh (COREUTILS): Remove.
24722
24723 2006-08-22  Jim Meyering  <jim@meyering.net>
24724
24725         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
24726
24727         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
24728
24729 2006-08-22  Eric Blake  <ebb9@byu.net>
24730
24731         * modules/regexprops-generic: New file.
24732         * MODULES.html.sh (Support for building documentation): List it.
24733
24734 2006-08-22  Eric Blake  <ebb9@byu.net>
24735
24736         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
24737         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
24738         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
24739         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
24740
24741 2006-08-22  Bruno Haible  <bruno@clisp.org>
24742
24743         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
24744         and lib_LTLIBRARIES like the other lib_* variables.
24745
24746 2006-08-22  Bruno Haible  <bruno@clisp.org>
24747
24748         * build-aux/x-to-1.in: New file, from GNU gettext.
24749
24750 2006-08-22  Bruno Haible  <bruno@clisp.org>
24751
24752         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
24753         <utmpx.h> exists.
24754
24755 2006-08-22  Bruno Haible  <bruno@clisp.org>
24756
24757         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
24758         <utmpx.h> exists.
24759
24760 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24761
24762         BeOS portability.
24763         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
24764         exist.
24765         Problem reported by Bruno Haible.
24766
24767 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24768
24769         Avoid the need for AC_LIBSOURCES in m4 macros.
24770         * modules/acl (EXTRA_DIST): Add acl.h.
24771         * modules/argmatch (Files): Add m4/argmatch.m4.
24772         (configure.ac): Add gl_ARGMATCH.
24773         (EXTRA_DIST): Renamed from lib_SOURCES, for
24774         consistency with the other modules.  Remove argmatch.c.
24775         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
24776         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
24777         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
24778         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
24779         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
24780         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
24781         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
24782         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
24783         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
24784         * modules/closeout (EXTRA_DIST): Add closeout.h.
24785         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
24786         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
24787         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
24788         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
24789         dirname.h; remove basename.c and stripslash.c.
24790         * modules/exclude (EXTRA_DIST): Add exclude.h.
24791         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
24792         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
24793         * modules/file-type (EXTRA_DIST): Add file-type.h.
24794         * modules/filemode (EXTRA_DIST): Add filemode.h.
24795         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
24796         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
24797         * modules/fpending (EXTRA_DIST): Add __fpending.h.
24798         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
24799         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
24800         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
24801         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
24802         * modules/getdate (EXTRA_DIST): Add getdate.c.
24803         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
24804         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
24805         * modules/getpass (EXTRA_DIST): Add getpass.h.
24806         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
24807         * modules/group-member (EXTRA_DIST): Add group-member.h.
24808         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
24809         * modules/hash (EXTRA_DIST): Add hash.h.
24810         * modules/human (EXTRA_DIST): Add human.h.
24811         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
24812         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
24813         * modules/lchown (EXTRA_DIST): Add lchown.h.
24814         * modules/long-options (EXTRA_DIST): Add long-options.h.
24815         * modules/lstat (EXTRA_DIST): Add lstat.h.
24816         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
24817         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
24818         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
24819         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
24820         * modules/memxor (EXTRA_DIST): Add memxor.h.
24821         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
24822         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
24823         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
24824         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
24825         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
24826         * modules/physmem (EXTRA_DIST): Add physmem.h.
24827         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
24828         * modules/posixver (EXTRA_DIST): Add posixver.h.
24829         * modules/quote (EXTRA_DIST): Add quote.h.
24830         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
24831         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
24832         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
24833         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
24834         regex_internal.h regexec.c.
24835         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
24836         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
24837         * modules/same (EXTRA_DIST): Add same.h.
24838         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
24839         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
24840         * modules/savedir (EXTRA_DIST): Add savedir.h.
24841         * modules/sha1 (EXTRA_DIST): Add sha1.h.
24842         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
24843         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
24844         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
24845         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
24846         * modules/strdup (EXTRA_DIST): Add strdup.h.
24847         * modules/strftime (EXTRA_DIST): Add strftime.h.
24848         * modules/strndup (EXTRA_DIST): Add strndup.h.
24849         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
24850         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
24851         * modules/time_r (EXTRA_DIST): Add time_r.h.
24852         * modules/timespec (EXTRA_DIST): Add timespec.h.
24853         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
24854         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
24855         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
24856         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
24857         * modules/userspec (EXTRA_DIST): Add userspec.h.
24858         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
24859         * modules/utimens (EXTRA_DIST): Add utimens.h.
24860         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
24861         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
24862         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
24863         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
24864         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
24865         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
24866         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
24867         * modules/yesno (EXTRA_DIST): Add yesno.h.
24868
24869 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24870
24871         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
24872
24873         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
24874         * m4/dev-ino.m4, same-inode.m4: Remove.
24875
24876         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
24877         * m4/acl.m4 (AC_FUNC_ACL):
24878         * m4/backupfile.m4 (gl_BACKUPFILE):
24879         * m4/c-strtod.m4 (gl_C99_STRTOLD):
24880         * m4/canon-host.m4 (gl_CANON_HOST):
24881         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
24882         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
24883         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
24884         * m4/cloexec.m4 (gl_CLOEXEC):
24885         * m4/close-stream.m4 (gl_CLOSE_STREAM):
24886         * m4/closeout.m4 (gl_CLOSEOUT):
24887         * m4/dirfd.m4 (gl_FUNC_DIRFD):
24888         * m4/dirname.m4 (gl_DIRNAME):
24889         * m4/exclude.m4 (gl_EXCLUDE):
24890         * m4/exitfail.m4 (gl_EXITFAIL):
24891         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
24892         * m4/file-type.m4 (gl_FILE_TYPE):
24893         * m4/filemode.m4 (gl_FILEMODE):
24894         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
24895         * m4/fpending.m4 (gl_FUNC_FPENDING):
24896         * m4/fprintftime.m4 (gl_FPRINTFTIME):
24897         * m4/fts.m4 (gl_FUNC_FTS):
24898         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
24899         * m4/getdate.m4 (gl_GETDATE):
24900         * m4/gethrxtime.m4 (gl_GETHRXTIME):
24901         * m4/getpagesize.m4 (gl_GETPAGESIZE):
24902         * m4/getpass.m4 (gl_FUNC_GETPASS):
24903         * m4/gettime.m4 (gl_GETTIME):
24904         * m4/getugroups.m4 (gl_GETUGROUPS):
24905         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
24906         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
24907         * m4/hard-locale.m4 (gl_HARD_LOCALE):
24908         * m4/hash.m4 (gl_HASH):
24909         * m4/idcache.m4 (gl_IDCACHE):
24910         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
24911         * m4/lchown.m4 (gl_FUNC_LCHOWN):
24912         * m4/long-options.m4 (gl_LONG_OPTIONS):
24913         * m4/lstat.m4 (gl_FUNC_LSTAT):
24914         * m4/md5.m4 (gl_MD5):
24915         * m4/memcasecmp.m4 (gl_MEMCASECMP):
24916         * m4/memcoll.m4 (gl_MEMCOLL):
24917         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
24918         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
24919         * m4/memxor.m4 (gl_MEMXOR):
24920         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
24921         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
24922         * m4/modechange.m4 (gl_MODECHANGE):
24923         * m4/mountlist.m4 (gl_MOUNTLIST):
24924         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
24925         * m4/openat.m4 (gl_FUNC_OPENAT):
24926         * m4/pathmax.m4 (gl_PATHMAX):
24927         * m4/physmem.m4 (gl_PHYSMEM):
24928         * m4/posixtm.m4 (gl_POSIXTM):
24929         * m4/posixver.m4 (gl_POSIXVER):
24930         * m4/quote.m4 (gl_QUOTE):
24931         * m4/quotearg.m4 (gl_QUOTEARG):
24932         * m4/readtokens.m4 (gl_READTOKENS):
24933         * m4/readutmp.m4 (gl_READUTMP):
24934         * m4/regex.m4 (gl_REGEX):
24935         * m4/safe-read.m4 (gl_SAFE_READ):
24936         * m4/safe-write.m4 (gl_SAFE_WRITE):
24937         * m4/same.m4 (gl_SAME):
24938         * m4/save-cwd.m4 (gl_SAVE_CWD):
24939         * m4/savedir.m4 (gl_SAVEDIR):
24940         * m4/settime.m4 (gl_SETTIME):
24941         * m4/sha1.m4 (gl_SHA1):
24942         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
24943         * m4/stat-macros.m4 (gl_STAT_MACROS):
24944         * m4/stat-time.m4 (gl_STAT_TIME):
24945         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
24946         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
24947         * m4/strdup.m4 (gl_FUNC_STRDUP):
24948         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
24949         * m4/strndup.m4 (gl_FUNC_STRNDUP):
24950         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
24951         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
24952         * m4/time_r.m4 (gl_TIME_R):
24953         * m4/timespec.m4 (gl_TIMESPEC):
24954         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
24955         * m4/unlinkdir.m4 (gl_UNLINKDIR):
24956         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
24957         * m4/userspec.m4 (gl_USERSPEC):
24958         * m4/utimecmp.m4 (gl_UTIMECMP):
24959         * m4/utimens.m4 (gl_UTIMENS):
24960         * m4/xalloc.m4 (gl_XALLOC):
24961         * m4/xgetcwd.m4 (gl_XGETCWD):
24962         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
24963         * m4/xreadlink.m4 (gl_XREADLINK):
24964         * m4/xstrtod.m4 (gl_XSTRTOD):
24965         * m4/yesno.m4 (gl_YESNO):
24966         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
24967         to get the necessary .h files and whatnot.
24968
24969 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
24970             Bruno Haible  <bruno@clisp.org>
24971
24972         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
24973         /bin/sh understanding of '!' conditional negation.
24974
24975 2006-08-21  Jim Meyering  <jim@meyering.net>
24976
24977         * modules/openat (Depends-on): Really alphabetize.
24978
24979         * modules/acl (Depends-on): Add error and quote.
24980
24981         * check-module (find_included_lib_files): Add at-func.c to the
24982         ok-to-include-more-than-once white list.
24983
24984         * modules/openat (Depends-on): Add lstat.  Alphabetize.
24985
24986 2006-08-21  Bruno Haible  <bruno@clisp.org>
24987
24988         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24989         Emit a pkgdata_DATA variable only if some snippets add contents to it.
24990         Reported by Martin Lambers <marlam@marlam.de>.
24991
24992 2006-08-21  Bruno Haible  <bruno@clisp.org>
24993
24994         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
24995         specify an installation location, don't emit a noinst_LIBRARIES or
24996         noinst_LTLIBRARIES assignment.
24997
24998 2006-08-21  Bruno Haible  <bruno@clisp.org>
24999
25000         BeOS portability.
25001         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
25002         BeOS has mbrtowc() but no <wctype.h>.
25003
25004 2006-08-21  Bruno Haible  <bruno@clisp.org>
25005
25006         BeOS portability.
25007         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
25008         exist.
25009
25010 2006-08-21  Bruno Haible  <bruno@clisp.org>
25011
25012         BeOS portability.
25013         * lib/mbchar.h: Include <wctype.h> only if it exists.
25014
25015 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25016
25017         Remove files that are no longer needed by their respective modules.
25018         * m4/obstack.m4: Remove.
25019         * m4/strerror_r.m4: Remove.
25020         * m4/uint32_t.m4: Remove.
25021         * m4/uintptr_t.m4: Remove.
25022         * m4/ullong_max.m4: Remove.
25023         * m4/xstrtoimax.m4: Remove.
25024         * m4/xstrtoumax.m4: Remove.
25025
25026         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
25027         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
25028         dependencies now capture this.
25029
25030         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
25031         Do not use AC_LIBSOURCES, since gnulib modules now do this.
25032         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
25033         * m4/human.m4 (gl_HUMAN): Likewise.
25034         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
25035         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
25036
25037         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
25038
25039         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
25040         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
25041         stdint.
25042         * m4/human.m4 (gl_HUMAN): Likewise.
25043         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
25044         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
25045         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
25046         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
25047         * m4/xstrtol (gl_XSTRTOL): Likewise.
25048
25049         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
25050         AC_TYPE_LONG_LONG_INT.
25051         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
25052         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
25053         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
25054         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
25055
25056         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
25057         on stdbool.
25058
25059         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
25060         (gl_PREREQ_XSTRTOUL): Remove.
25061
25062         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
25063
25064         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
25065         mode.
25066
25067 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25068
25069         Add and change modules to make it easier for coreutils to use
25070         gnulib-tool.
25071         * modules/backupfile (Files): Remove m4/d-ino.m4.
25072         (Depends-on): Add d-ino.
25073         * modules/cycle-check (Depends-on): Add stdint.
25074         (lib_SOURCES): Add cycle-check.h.
25075         * modules/d-ino: New module.
25076         * modules/d-type: New module.
25077         * modules/error (Files): Remove m4/strerror_r.m4.
25078         * modules/filemode (Files): Add m4/st_dm_mode.m4.
25079         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
25080         m4/inttypes_h.m4, m4/uintmax_t.m4.
25081         (Depends-on): Add stdint.
25082         (lib_SOURCES): Add fsusage.h.
25083         * modules/getcwd (Files): Remove d-ino.m4.
25084         (Depends-on): Add d-ino.
25085         * modules/getndelim2 (Depends-on): Add stdint.
25086         * modules/glob (Files): Remove m4/d-type.m4.
25087         (Depends-on): Add d-type.
25088         * modules/host-os: New module.
25089         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
25090         m4/inttypes_h.m4, m4/uintmax_t.m4.
25091         * Depends-on: Add stdint.
25092         (lib_SOURCES): Add human.h.
25093         * modules/inttostr (Files): Remove m4/intmax_t.m4,
25094         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
25095         m4/uintmax_t.m4, m4/ulonglong.m4.
25096         (Depends-on): Add stdint.
25097         (EXTRA_DIST): Add inttostr.h.
25098         * modules/lchmod: New module.
25099         * modules/link-follow: New module.
25100         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
25101         (Depends-on): Add lchmod.
25102         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
25103         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
25104         (Depends-on): Add stdint.
25105         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
25106         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
25107         (Depends-on): Add stdint.
25108         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
25109         * modules/perl: New module.
25110         * modules/regex (Depends-on): Add stdint.
25111         * modules/rmdir-errno: New module.
25112         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
25113         m4/intmax_t.m4.
25114         (Depends-on): Add stdint.
25115         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
25116         m4/uintmax_t.m4.
25117         (Depends-on): Add stdint.
25118         * modules/unlink-busy: New module.
25119         * modules/utimecmp (Depends-on): Add stdint.
25120         * modules/uptime: New module.
25121         * modules/winsz-ioctl: New module.
25122         * modules/winsz-termios: New module.
25123         * modules/xnanosleep (Depends-on): Add nanosleep.
25124         * modules/ullong_max: Remove.
25125         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
25126         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
25127         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
25128         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
25129         (Depends-on): Add inttypes.
25130         (lib_SOURCES): Add xstrtol.h.
25131         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
25132         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
25133         * MODULES.html.sh: Move 'assert' into the assert section.
25134         Move 'dummy' into the linking section.
25135         Remove ullong_max.
25136         Add section for compatibility checks for POSIX:2001 functions,
25137         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
25138         winsz-ioctl, and winsz-termios into it.
25139         Add lchmod.
25140         Add top-level Misc section and put host-os, perl, and uptime
25141         into it.
25142
25143 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25144
25145         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
25146         now assume the stdint module.  Do not include inttypes.h.
25147         * lib/fsusage.h: Likewise.
25148         * lib/getndelim2.c: Likewise.
25149         * lib/human.h: Likewise.
25150         * lib/inttostr.h: Likewise.
25151         * lib/obstack.c: Likewise.
25152         * lib/regex_internal.h: Likewise.
25153         * lib/tempname.c: Likewise.
25154         * lib/utimecmp.c: Likewise.
25155         * lib/xstrtol.h: Likewise.
25156
25157         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
25158
25159         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
25160         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
25161         * lib/xtime.h: Likewise.
25162
25163 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25164
25165         * modules/openat (Files): Add lib/fchmodat.c.
25166         Fixes problem reported by Jay Youngman.
25167
25168 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25169
25170         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
25171         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
25172
25173 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
25174             Bruno Haible  <bruno@clisp.org>
25175
25176         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
25177         and is a script that invokes bison. Tighten the code. Add comments.
25178
25179 2006-08-18  Jim Meyering  <jim@meyering.net>
25180
25181         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
25182         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
25183         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
25184         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
25185
25186 2006-08-18  Bruno Haible  <bruno@clisp.org>
25187
25188         * modules/bison-i18n: New file.
25189         * MODULES.html.sh (Internationalization functions): Add it.
25190
25191 2006-08-18  Bruno Haible  <bruno@clisp.org>
25192
25193         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
25194         sys/statvfs.h. When getmntinfo was found, check its declaration and
25195         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
25196
25197 2006-08-18  Bruno Haible  <bruno@clisp.org>
25198
25199         * m4/bison-i18n.m4: New file, from bison.
25200
25201 2006-08-18  Bruno Haible  <bruno@clisp.org>
25202
25203         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
25204         (ME_DUMMY): Treat "kernfs" as a dummy.
25205         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
25206
25207 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25208
25209         Update from coreutils.
25210
25211         2006-08-15  Jim Meyering  <jim@meyering.net>
25212
25213         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
25214
25215         2006-01-17  Jim Meyering  <jim@meyering.net>
25216
25217         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
25218
25219         2006-01-11  Jim Meyering  <jim@meyering.net>
25220
25221         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
25222         Check for the lchmod function.
25223
25224 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25225
25226         Update from coreutils.
25227
25228         * lib/__fpending.h: Add copyright notice.
25229         * lib/fprintftime.h: Likewise.
25230         * lib/savedir.c: Use (C) in copyright notice.
25231         * lib/savedir.h: Likewise.
25232
25233         2006-08-15  Jim Meyering  <jim@meyering.net>
25234
25235         * lib/at-func.c: New file, with the logic of all emulated at-functions.
25236         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
25237         in support of the EXPECTED_ERRNO macro.
25238         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
25239         definitions.  Instead, define the appropriate symbols and include
25240         "at-func.c".
25241         * lib/mkdirat.c (mkdirat): Likewise.
25242         * lib/fchmodat.c (fchmodat): Likewise.
25243         (ENOSYS): Remove definition.
25244         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
25245         it.  Don't include "unistd--.h" -- it wasn't ever used.
25246
25247         2006-01-17  Jim Meyering  <jim@meyering.net>
25248
25249         Rewrite fts.c not to change the current working directory,
25250         by using openat, fstatat, fdopendir, etc..
25251
25252         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
25253         (HAVE_OPENAT_SUPPORT): Define.
25254         [_LIBC] (fchdir): Don't undef or define; no longer used.
25255         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
25256         Now, this `function' always succeeds, and consumes its file descriptor
25257         parameter -- so callers must not close such FDs.  Update callers.
25258         (diropen_fd, opendirat, cwd_advance_fd): New functions.
25259         (diropen): Add parameter, SP.  Adjust all callers.
25260         Implement using diropen_fd, rather than open.
25261         (fts_open): Initialize new member, fts_cwd_fd.
25262         Remove fts_rft-setting code.
25263         (fts_close): Close fts_cwd_fd, if necessary.
25264         (__opendir2): Define in terms of opendir or opendirat,
25265         depending on whether the FST_NOCHDIR flag is set.
25266         (fts_build): Since fts_safe_changedir consumes its FD, and since
25267         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
25268         and close the dup'd file descriptor upon failure.
25269         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
25270         (fts_safe_changedir): Tweak semantics to reflect that this function
25271         now calls cwd_advance_fd and hence consumes its FD argument.
25272         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
25273         [struct FTS] (fts_rft): Remove now-unused member.
25274         [struct FTS] (fts_cycle.state): Improve comment.
25275
25276         * lib/openat.c (openat_needs_fchdir): New function.
25277         * lib/openat.h (openat_needs_fchdir): Declare it.
25278
25279 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
25280
25281         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
25282         Problem and fix reported by Pádraig Brady in
25283         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
25284
25285 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25286
25287         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
25288
25289 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25290
25291         * lib/memcoll.c (memcoll): Optimize for the common case where the
25292         arguments are bytewise equal.
25293
25294 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25295
25296         * doc/regexprops-generic.texi: Add a copyright notice.
25297
25298 2006-08-15  Bruno Haible  <bruno@clisp.org>
25299
25300         * modules/tmpdir (License): Change to LGPL.
25301
25302 2006-08-15  Bruno Haible  <bruno@clisp.org>
25303
25304         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
25305         module.
25306
25307 2006-08-14  Simon Josefsson  <jas@extundo.com>
25308
25309         * config/srclist.txt: Add gnupload.
25310
25311 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25312
25313         Change copyright notice from LGPL 2 to GPL 2, since that's the
25314         standard form used in the gnulib repository.
25315         * tests/test-lock.c: Likewise.
25316         * tests/test-stdint.c: Likewise.
25317         * tests/test-tls.c: Likewise.
25318
25319         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
25320         prelude-manager.  User shorter URLs for GNU projects, without '?'.
25321         Add copyright notice.
25322
25323         * check-module: Add copyright notice.  Output a copyright
25324         notice if "--version" is specified.
25325         * modules/COPYING: New file.
25326         * tests/test-getaddrinfo.c: Add copyright notice.
25327         * tests/test-verify.c: Likewise.
25328
25329 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25330
25331         Change copyright notice from LGPL 2 to GPL 2, since that's the
25332         standard form used in the gnulib repository.
25333         * lib/lock.c: LGPL -> GPL.
25334         * lib/lock.h: Likewise.
25335         * lib/strnlen1.c: Likewise.
25336         * lib/strnlen1.h: Likewise.
25337         * lib/tls.c: Likewise.
25338         * lib/tls.h: Likewise.
25339         * lib/tmpdir.c: Likewise.
25340
25341         * lib/TODO: Remove; this belongs only in coreutils.
25342
25343 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25344
25345         Add copyright notices to long-enough files that lack them, since
25346         otherwise the files aren't clearly free.  Use the same notice that
25347         getdate.texi already uses.
25348         * doc/alloca-opt.texi: Add copyright notice.
25349         * doc/alloca.texi: Likewise.
25350         * doc/ctime.texi: Likewise.
25351         * doc/functions.texi: Likewise.
25352         * doc/gcd.texi: Likewise.
25353         * doc/gnulib-tool.texi: Likewise.
25354         * doc/inet_ntoa.texi: Likewise.
25355         * doc/visibility.texi: Likewise.
25356
25357         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
25358         * doc/quote.texi: Add copyright notice.
25359
25360         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
25361         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
25362         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
25363         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
25364         is now obsolete, and give a pointer to the Sun list.
25365         Add copyright notice.
25366
25367 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25368
25369         * config/srclistvars.sh: Add copyright notice.
25370
25371 2006-08-14  Eric Blake  <ebb9@byu.net>
25372
25373         Import the following change from libc:
25374
25375         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
25376
25377         Upstream bug 2997.
25378         * lib/misc/error.c: Add space between program name and message if file
25379         name is missing.
25380
25381 2006-08-12  Karl Berry  <karl@gnu.org>
25382
25383         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
25384         remove, these originate in gnulib now.
25385
25386 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25387
25388         * doc/Makefile (standards.info standards.html standards.dvi):
25389         Also depend on make-stds.texi.
25390
25391 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25392
25393         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
25394         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
25395
25396         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
25397         in wchar_t.  Problem reported by Eric Blake.
25398
25399         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
25400         LEN is smaller than SIZE.  Suggested by Bruno Haible.
25401         Also, help the compiler to keep LEN in a register.
25402
25403 2006-08-11  Eric Blake  <ebb9@byu.net>
25404
25405         * users.txt: Sort.  Add tar.
25406
25407 2006-08-11  Bruno Haible  <bruno@clisp.org>
25408
25409         * users.txt: New file.
25410
25411 2006-08-11  Bruno Haible  <bruno@clisp.org>
25412
25413         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
25414         before <wchar.h>. Needed for OSF/1 and BSD/OS.
25415
25416 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
25417
25418         * modules/snprintf (Depends-on): Remove minmax.
25419         (Maintainer): Add self and Bruno.
25420
25421 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
25422
25423         * lib/.cppi-disable: Add snprintf.h, socket_.h.
25424         * lib/snprintf.c: Include <errno.h> and <limits.h>.
25425         (EOVERFLOW): Define if the system does not.
25426         Do not include "minmax.h"; it wasn't used.
25427         (snprintf): Don't assume size_t promotes to an unsigned type.
25428         Fix bug when generated string was too long for the buffer: the
25429         buffer's contents are supposed to be the initial prefix of the
25430         output.  Don't assume vasnprintf returns EOVERFLOW if the size
25431         exceeds INT_MAX; do the check ourselves.
25432
25433         Import the following changes from libc:
25434
25435         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
25436
25437         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
25438         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
25439         set wc to the byte which couldn't be converted.
25440         (re_string_reconstruct): Don't clear valid_raw_len before calling
25441         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
25442         tip_context using re_string_context_at.
25443
25444         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
25445
25446         * lib/posix/regex.h: g++ still cannot handled [restrict].
25447
25448         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
25449
25450         * lib/posix/regex.h: Remove special handling for VMS.
25451
25452 2006-08-10  Jim Meyering  <jim@meyering.net>
25453
25454         * modules/same-inode: New module.
25455         * modules/dev-ino: New module.
25456         * modules/cycle-check: Depend on these modules, rather than simply
25457         including their .h files.
25458         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
25459         required via m4/cycle-check.m4.
25460         * modules/same: Depend on new same-inode module, rather than
25461         including same-inode.h.
25462         * modules/chdir-safer: New file.
25463
25464         * modules/chown (Depends-on): Add stat-macros.
25465
25466 2006-08-10  Jim Meyering  <jim@meyering.net>
25467
25468         * m4/cycle-check.m4: New file.
25469         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
25470         * m4/dev-ino.m4, m4/same-inode.m4: New files.
25471
25472 2006-08-10  Eric Blake  <ebb9@byu.net>
25473
25474         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
25475         in from original proposal.
25476
25477 2006-08-10  Eric Blake  <ebb9@byu.net>
25478         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25479
25480         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
25481         namespace.
25482
25483 2006-08-10  Bruno Haible  <bruno@clisp.org>
25484
25485         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
25486         as well.
25487
25488 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25489
25490         Sync from coreutils.
25491
25492         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
25493
25494         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
25495         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
25496
25497 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25498
25499         * modules/restrict: Remove; no longer needed now that we assume
25500         Autoconf 2.59 or later.
25501         * MODULES.html.sh: Remove 'restrict'.
25502         * modules/argp (Depends-on): Remove 'restrict'.
25503         * modules/base64 (Depends-on): Likewise.
25504         * modules/gc (Depends-on): Likewise.
25505         * modules/getaddrinfo (Depends-on): Likewise.
25506         * modules/glob (Depends-on): Likewise.
25507         * modules/inet_ntop (Depends-on): Likewise.
25508         * modules/inet_pton (Depends-on): Likewise.
25509         * modules/memxor (Depends-on): Likewise.
25510         * modules/regex (Depends-on): Likewise.
25511         * modules/strtok_r (Depends-on): Likewise.
25512         * modules/time_r (Depends-on): Likewise.
25513
25514 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25515
25516         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
25517         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
25518         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
25519         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
25520         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
25521         * m4/memxor.m4 (gl_MEMXOR): Likewise.
25522         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
25523         gl_C_RESTRICT replaced by AC_C_RESTRICT.
25524
25525         Merge from coreutils.
25526         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
25527         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
25528         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
25529         * m4/time_r.m4 (gl_TIME_R): Likewise.
25530
25531 2006-08-09  Karl Berry  <karl@gnu.org>
25532
25533         * config/srclist.txt: no more gettext-tools, per Bruno.
25534
25535 2006-08-08  Eric Blake  <ebb9@byu.net>
25536
25537         * modules/verror: New module.
25538         * MODULES.html.sh: Document it.
25539
25540 2006-08-08  Eric Blake  <ebb9@byu.net>
25541
25542         * lib/verror.h, lib/verror.c: New files.
25543
25544 2006-08-08  Eric Blake  <ebb9@byu.net>
25545
25546         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
25547         verror_at_line output complies with GNU Coding Standards even when
25548         file is NULL.
25549
25550 2006-08-07  Bruno Haible  <bruno@clisp.org>
25551
25552         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
25553         versions of AIX.
25554         Reported by Ralf Wildenhues.
25555
25556 2006-08-07  Bruno Haible  <bruno@clisp.org>
25557
25558         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
25559         in an AC_DEFUN. Needed so that the autoconf snippets can use
25560         AC_REQUIRE.
25561
25562 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25563
25564         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25565         Initialize pkgdata_DATA.
25566         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
25567         overriding it.
25568
25569 2006-08-06  Eric Blake  <ebb9@byu.net>
25570
25571         * lib/error.h: Fold in some upstream changes from glibc.
25572         * lib/error.c: Likewise.
25573
25574 2006-08-04  Bruno Haible  <bruno@clisp.org>
25575
25576         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25577         Make the mostlyclean-local rule depend on mostlyclean-generic.
25578         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
25579
25580 2006-07-31  Bruno Haible  <bruno@clisp.org>
25581
25582         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
25583         <stdlib.h>, <string.h>.
25584
25585 2006-07-30  Bruno Haible  <bruno@clisp.org>
25586
25587         * modules/readlink (License): Change to LGPL.
25588
25589 2006-07-30  Bruno Haible  <bruno@clisp.org>
25590
25591         * modules/javaversion (Makefile.am): Distribute javaversion.java and
25592         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
25593         set PKGDATADIR to point to it.
25594
25595 2006-07-30  Bruno Haible  <bruno@clisp.org>
25596
25597         * modules/csharpexec (configure.ac): Comment out macro invocation.
25598         * modules/javaexec (configure.ac): Likewise.
25599         * modules/javacomp-script (configure.ac): Likewise.
25600
25601         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
25602
25603 2006-07-30  Bruno Haible  <bruno@clisp.org>
25604
25605         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
25606         linked-list.
25607
25608 2006-07-30  Bruno Haible  <bruno@clisp.org>
25609
25610         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
25611
25612 2006-07-30  Bruno Haible  <bruno@clisp.org>
25613
25614         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25615         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
25616         get removed.
25617
25618 2006-07-29  Bruno Haible  <bruno@clisp.org>
25619
25620         Make it possible for gnulib-tool to work with locally modified or
25621         augmented gnulib repositories.
25622         * gnulib-tool (func_usage): Document --local-dir option.
25623         (local_gnulib_dir): New variable.
25624         Handle --local-dir option.
25625         (func_lookup_file): New function.
25626         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
25627         (func_get_description, func_get_filelist, func_get_description,
25628         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
25629         func_get_automake_snippet, func_get_include_directive,
25630         func_get_license, func_get_maintainer): Use func_lookup_file.
25631         (func_import, func_create_testdir): Use func_lookup_file.
25632
25633 2006-07-29  Bruno Haible  <bruno@clisp.org>
25634
25635         * modules/setenv (Depends-on): Add unistd.
25636
25637 2006-07-29  Bruno Haible  <bruno@clisp.org>
25638
25639         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
25640
25641 2006-07-29  Bruno Haible  <bruno@clisp.org>
25642
25643         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
25644
25645 2006-07-29  Bruno Haible  <bruno@clisp.org>
25646
25647         * gnulib-tool (import, update): If there is no Makefile.am, look at
25648         aclocal.m4, instead of bailing out.
25649
25650 2006-07-29  Bruno Haible  <bruno@clisp.org>
25651
25652         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
25653         Categorize the options by when they are useful.
25654
25655 2006-07-29  Bruno Haible  <bruno@clisp.org>
25656
25657         * gnulib-tool (func_usage): Document option --no-libtool.
25658         Handle option --no-libtool.
25659         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
25660         for changed semantics of $libtool variable.
25661         (func_import): Likewise. If libtool is not used, show this through
25662         an option --no-libtool.
25663         (func_create_testdir): Update.
25664
25665 2006-07-29  Bruno Haible  <bruno@clisp.org>
25666
25667         * gnulib-tool (func_import): Extend error message about missing
25668         --doc-base.
25669
25670 2006-07-29  Bruno Haible  <bruno@clisp.org>
25671
25672         * gnulib-tool (func_import): Don't create the $docbase directory if
25673         there is no file to store there.
25674
25675 2006-07-29  Bruno Haible  <bruno@clisp.org>
25676
25677         * gnulib-tool (autoconf_minversion): If a --dir option is given and
25678         relevant, look for configure.ac there, not in the current directory.
25679         Also use a simple search for AC_PREREQ, not "autoconf --trace".
25680
25681 2006-07-29  Bruno Haible  <bruno@clisp.org>
25682
25683         * gnulib-tool (SORT): New variable.
25684         (func_usage): Undocument --assume-autoconf option.
25685         Remove --assume-autoconf option handling.
25686         (autoconf_minversion): Determine from the contents of configure.ac.
25687         (func_import): Remove autoconf_minversion handling.
25688         Suggested by Eric Blake.
25689
25690 2006-07-29  Bruno Haible  <bruno@clisp.org>
25691
25692         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
25693
25694 2006-07-29  Bruno Haible  <bruno@clisp.org>
25695
25696         * config/srclist.txt (*setenv.[ch]): Remove rules.
25697
25698 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25699
25700         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
25701
25702 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25703
25704         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
25705         arpa/inet.h.
25706
25707 2006-07-28  Simon Josefsson  <jas@extundo.com>
25708
25709         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
25710         * modules/inet_pton (Depends-on): Likewise.
25711
25712 2006-07-28  Simon Josefsson  <jas@extundo.com>
25713
25714         * m4/netinet_in_h.m4: New file.
25715
25716 2006-07-28  Simon Josefsson  <jas@extundo.com>
25717
25718         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
25719         #include's.
25720
25721 2006-07-28  Simon Josefsson  <jas@extundo.com>
25722
25723         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
25724         #include's.
25725
25726 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
25727
25728         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
25729         setgid on directories only if they set these bits.
25730         * lib/modechange.h: Remove obsolete comment about masks.
25731
25732 2006-07-28  Eric Blake  <ebb9@byu.net>
25733
25734         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
25735         macro expansion.
25736
25737 2006-07-28  Bruno Haible  <bruno@clisp.org>
25738
25739         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
25740
25741 2006-07-28  Bruno Haible  <bruno@clisp.org>
25742
25743         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
25744
25745 2006-07-28  Bruno Haible  <bruno@clisp.org>
25746
25747         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25748         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25749         Define fallbacks.
25750         Avoids link error on FreeBSD 4.x.
25751         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
25752
25753         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
25754         encoding.
25755         * lib/mbswidth.c (iswcntrl): Likewise.
25756
25757 2006-07-27  Bruno Haible  <bruno@clisp.org>
25758
25759         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
25760         test.
25761
25762 2006-07-27  Bruno Haible  <bruno@clisp.org>
25763
25764         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
25765         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
25766         defined.
25767
25768 2006-07-26  Eric Blake  <ebb9@byu.net>
25769
25770         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
25771
25772 2006-07-26  Eric Blake  <ebb9@byu.net>
25773
25774         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
25775         like mingw that lack mkstemp.
25776         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
25777         avoid compilation warning on mingw.
25778
25779 2006-07-26  Bruno Haible  <bruno@clisp.org>
25780
25781         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
25782         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
25783         INT_FAST*_MIN, INTPTR_MIN.
25784
25785 2006-07-25  Bruno Haible  <bruno@clisp.org>
25786
25787         * modules/version-etc (Depends-on): Add stdarg.
25788
25789 2006-07-25  Bruno Haible  <bruno@clisp.org>
25790
25791         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
25792         complex commands.
25793
25794 2006-07-25  Bruno Haible  <bruno@clisp.org>
25795
25796         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
25797         defined in <stdarg.h> or config.h.
25798
25799 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
25800
25801         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
25802         (gl_STDIO_SAFER): Remove.
25803
25804 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
25805
25806         * MODULES.html.sh (File stream based Input/Output):
25807         Add fopen-safer, tmpfile-safer; remove stdio-safer.
25808         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
25809         * modules/fopen-safer, modules/tmpfile-safer: New files.
25810         * modules/stdio-safer: Remove.
25811
25812 2006-07-24  Bruno Haible  <bruno@clisp.org>
25813
25814         * modules/tmpdir: New file.
25815         * MODULES.html.sh (File system functions): Add it.
25816
25817 2006-07-24  Bruno Haible  <bruno@clisp.org>
25818
25819         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
25820         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
25821
25822 2006-07-24  Bruno Haible  <bruno@clisp.org>
25823
25824         * modules/clean-temp: New file.
25825
25826 2006-07-24  Bruno Haible  <bruno@clisp.org>
25827
25828         * m4/tmpdir.m4: New file, from GNU gettext.
25829
25830 2006-07-24  Bruno Haible  <bruno@clisp.org>
25831
25832         * lib/tmpdir.h: New file, from GNU gettext.
25833         * lib/tmpdir.c: New file, from GNU gettext.
25834
25835 2006-07-24  Bruno Haible  <bruno@clisp.org>
25836
25837         * lib/clean-temp.h: New file, from GNU gettext.
25838         * lib/clean-temp.c: New file, from GNU gettext.
25839
25840 2006-07-23  Eric Blake  <ebb9@byu.net>
25841
25842         * modules/stdio-safer (Files): Add tmpfile-safer.c.
25843         (Depends-on): Add binary-io.
25844
25845 2006-07-23  Eric Blake  <ebb9@byu.net>
25846
25847         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
25848
25849 2006-07-23  Eric Blake  <ebb9@byu.net>
25850
25851         * lib/tmpfile-safer.c: New file.
25852         * lib/stdio-safer.h (fopen_safer): Add prototype.
25853         * lib/stdio--.h (tmpfile): Make safer.
25854
25855 2006-07-23  Bruno Haible  <bruno@clisp.org>
25856
25857         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
25858         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
25859         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
25860         gl_linked_remove_at): Use it.
25861
25862 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25863         and Simon Josefsson <jas@extundo.com>
25864
25865         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
25866
25867         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
25868
25869 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
25870
25871         * modules/close-stream: New file.
25872         * modules/closeout (Description): Make it clear that it exits
25873         with a diagnostic on error.
25874         (Depends-on): Add close-stream.  Remove fpending, stdbool.
25875         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
25876
25877 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
25878
25879         * m4/close-stream.m4: New file.
25880
25881 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
25882
25883         * lib/close-stream.c, lib/close-stream.h: New files.
25884
25885 2006-07-22  Bruno Haible  <bruno@clisp.org>
25886
25887         Merge from GNU gettext 0.15.
25888
25889         2006-05-01  Bruno Haible  <bruno@clisp.org>
25890
25891                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
25892
25893         2006-07-22  Bruno Haible  <bruno@clisp.org>
25894
25895                 * modules/javaversion: New file.
25896                 * MODULES.html.sh (Java): Add javaversion.
25897
25898         2006-03-12  Bruno Haible  <bruno@clisp.org>
25899
25900                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
25901
25902         2005-12-04  Bruno Haible  <bruno@clisp.org>
25903
25904                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
25905                 (untested).
25906
25907         2006-06-21  Bruno Haible  <bruno@clisp.org>
25908
25909                 Avoid warnings from recent versions of mcs.
25910                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
25911                 -o, -L, -r any more. Use options documented since mcs-1.0
25912                 instead. Similarly for -g.
25913
25914         2005-12-04  Bruno Haible  <bruno@clisp.org>
25915
25916                 * build-aux/csharpcomp.sh.in: Suffix for resources is
25917                 .resources, not .resource.
25918
25919         2005-07-09  Bruno Haible  <bruno@clisp.org>
25920
25921                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
25922                 add a .dll suffix.
25923                 Reported by Mark Junker <mjscod@gmx.de>.
25924
25925         2006-07-22  Bruno Haible  <bruno@clisp.org>
25926
25927                 * modules/gettext: Upgrade to gettext-0.15.
25928                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
25929                 m4/visibility.m4.
25930                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
25931
25932 2006-07-22  Bruno Haible  <bruno@clisp.org>
25933
25934         Merge from GNU gettext 0.15.
25935
25936         2006-03-25  Bruno Haible  <bruno@clisp.org>
25937
25938                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
25939
25940         2006-07-21  Bruno Haible  <bruno@clisp.org>
25941
25942                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
25943                 "1.1".
25944
25945         2006-05-09  Bruno Haible  <bruno@clisp.org>
25946
25947                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
25948                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
25949                 for the conftestver execution.
25950
25951         2006-05-01  Bruno Haible  <bruno@clisp.org>
25952
25953                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
25954                 optional target-version argument. Verify that the compiler
25955                 groks source of the specified source-version, or add -source
25956                 option as necessary. Verify that the compiler produces
25957                 bytecode in the specified target-version, or add -target and
25958                 -source options as necessary. Make the result of the test
25959                 available as variable CONF_JAVAC. Also log error output in
25960                 config.log.
25961
25962         2006-03-11  Bruno Haible  <bruno@clisp.org>
25963
25964                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
25965
25966         2006-05-09  Bruno Haible  <bruno@clisp.org>
25967
25968                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
25969                 CLASSPATH_SEPARATOR to a semicolon.
25970
25971         2006-03-12  Bruno Haible  <bruno@clisp.org>
25972
25973                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
25974                 available as variable CONF_JAVA, for subsequent autoconf
25975                 tests. Also log error output in config.log.
25976
25977         2006-07-19  Bruno Haible  <bruno@clisp.org>
25978
25979                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
25980                 that getline works on glibc2 systems. Needed to avoid trouble
25981                 in relocatable.c.
25982                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
25983
25984         2005-12-04  Bruno Haible  <bruno@clisp.org>
25985
25986                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
25987                 launcher (untested).
25988
25989         2005-12-04  Bruno Haible  <bruno@clisp.org>
25990
25991                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
25992
25993         2006-07-22  Bruno Haible  <bruno@clisp.org>
25994
25995                 * gettext.m4: Update from GNU gettext-0.15.
25996                 * nls.m4: Likewise.
25997                 * po.m4: Likewise.
25998                 * inttypes-pri.m4: Likewise.
25999                 * inttypes-h.m4: Renamed from inttypes.m4.
26000                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
26001
26002 2006-07-22  Bruno Haible  <bruno@clisp.org>
26003
26004         Merge from GNU gettext 0.15.
26005
26006         2005-07-05  Bruno Haible  <bruno@clisp.org>
26007
26008                 * printf-args.c (printf_fetchargs): Work around broken
26009                 definition of wint_t on mingw.
26010
26011         2005-02-12  Bruno Haible  <bruno@clisp.org>
26012
26013                 * xallocsa.h: Add extern "C" for C++.
26014
26015         2006-05-17  Bruno Haible  <bruno@clisp.org>
26016
26017                 Cygwin portability.
26018                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
26019
26020         2006-04-30  Bruno Haible  <bruno@clisp.org>
26021
26022                 * progreloc.c: Include <mach-o/dyld.h> if available.
26023                 (find_executable): Use _NSGetExecutablePath when possible.
26024
26025         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
26026
26027                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
26028                 function.
26029
26030         2005-12-29  Bruno Haible  <bruno@clisp.org>
26031
26032                 * progreloc.c (set_program_name_and_installdir): Fix
26033                 compilation error.
26034
26035         2005-12-04  Bruno Haible  <bruno@clisp.org>
26036
26037                 Cygwin portability.
26038                 * progreloc.c: Include <windows.h> also on Cygwin.
26039                 (find_executable): Add support for Cygwin.
26040                 (set_program_name_and_installdir): Handle also platforms with
26041                 nonempty EXEEXT.
26042
26043         2006-07-11  Bruno Haible  <bruno@clisp.org>
26044
26045                 * javacomp.c: Fix a comment.
26046                 Reported by Jim Meyering.
26047
26048         2006-04-30  Bruno Haible  <bruno@clisp.org>
26049
26050                 * javacomp.h (compile_java_class): Add source_version,
26051                 target_version arguments.
26052                 * javacomp.c: Rewritten to choose only a compiler that
26053                 respects the specified source_version and target_version.
26054
26055         2006-06-27  Bruno Haible  <bruno@clisp.org>
26056
26057                 Assume correct S_ISDIR macro.
26058                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
26059
26060         2006-07-22  Bruno Haible  <bruno@clisp.org>
26061
26062                 * javaversion.h: New file, from GNU gettext.
26063                 * javaversion.c: New file, from GNU gettext.
26064                 * javaversion.java: New file, from GNU gettext.
26065                 * javaversion.class: New file, from GNU gettext.
26066
26067         2006-05-17  Bruno Haible  <bruno@clisp.org>
26068
26069                 Cygwin portability.
26070                 * javaexec.c (execute_java_class): Test for jview program
26071                 also on Cygwin.
26072
26073         2006-04-09  Bruno Haible  <bruno@clisp.org>
26074
26075                 * fatal-signal.c: Don't include string.h.
26076                 (at_fatal_signal): Use a copying loop instead of memcpy.
26077
26078         2005-12-04  Bruno Haible  <bruno@clisp.org>
26079
26080                 * csharpexec.c: Add support for 'clix' launcher (untested).
26081                 (execute_csharp_using_sscli): New function.
26082                 (execute_csharp_program): Call it.
26083
26084         2006-06-21  Bruno Haible  <bruno@clisp.org>
26085
26086                 Avoid warnings from recent versions of mcs.
26087                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
26088                 -o, -L, -r any more. Use options documented since mcs-1.0
26089                 instead. Similarly for -g.
26090
26091         2005-07-09  Bruno Haible  <bruno@clisp.org>
26092
26093                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
26094                 add a .dll suffix.
26095                 Reported by Mark Junker <mjscod@gmx.de>.
26096
26097         2006-06-17  Bruno Haible  <bruno@clisp.org>
26098
26099                 * config.charset: Update for NetBSD 3.0.
26100
26101         2006-05-17  Bruno Haible  <bruno@clisp.org>
26102
26103                 Cygwin portability.
26104                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
26105
26106         2006-05-16  Bruno Haible  <bruno@clisp.org>
26107
26108                 * localcharset.c [CYGWIN]: Include <windows.h>.
26109                 (get_charset_aliases): For Cygwin, return the same CPxxx
26110                 aliases list as under WIN32.
26111                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
26112                 the environment variables. Fall back to GetACP().
26113
26114         2006-04-05  Bruno Haible  <bruno@clisp.org>
26115
26116                 * config.charset: Update Juan Manuel Guerrero's address.
26117
26118         2005-02-12  Bruno Haible  <bruno@clisp.org>
26119
26120                 * allocsa.h: Add extern "C" for C++.
26121
26122         2005-02-10  Bruno Haible  <bruno@clisp.org>
26123
26124                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
26125                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
26126
26127         2006-07-22  Bruno Haible  <bruno@clisp.org>
26128
26129                 * gettext.h: Update to GNU gettext-0.15.
26130
26131 2006-07-22  Bruno Haible  <bruno@clisp.org>
26132
26133         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
26134         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
26135         lib-prefix.m4, longdouble.m4, ssize_t.m4.
26136
26137 2006-07-21  Eric Blake  <ebb9@byu.net>
26138
26139         * modules/stdlib-safer: New file.
26140         * MODULES.html.sh (File stream based Input/Output): Add
26141         stdlib-safer.
26142
26143 2006-07-21  Eric Blake  <ebb9@byu.net>
26144
26145         * lib/stdlib-safer.h: New file from coreutils, required by
26146         stdlib--.h.
26147
26148 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
26149
26150         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
26151
26152 2006-07-20  Bruno Haible  <bruno@clisp.org>
26153
26154         * gnulib-tool: Recognize new option --assume-autoconf.
26155         (autoconf_minversion): New variable.
26156         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
26157
26158 2006-07-20  Bruno Haible  <bruno@clisp.org>
26159
26160         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
26161
26162 2006-07-19  Derek R. Price  <derek@ximbiot.com>
26163
26164         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
26165         Reindent and repaginate.
26166
26167 2006-07-19  Derek Price  <derek@ximbiot.com>
26168
26169         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
26170         Correct grammar.
26171
26172 2006-07-17  Bruno Haible  <bruno@clisp.org>
26173
26174         * modules/list: New file.
26175         * modules/array-list: New file.
26176         * modules/carray-list, modules/carray-list-tests: New files.
26177         * modules/linked-list, modules/linked-list-tests: New files.
26178         * modules/avltree-list, modules/avltree-list-tests: New files.
26179         * modules/rbtree-list, modules/rbtree-list-tests: New files.
26180         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
26181         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
26182         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
26183         * modules/oset: New file.
26184         * modules/array-oset: New file.
26185         * modules/avltree-oset, modules/avltree-oset-tests: New files.
26186         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
26187         * tests/test-carray_list.c: New file.
26188         * tests/test-linked_list.c: New file.
26189         * tests/test-avltree_list.c: New file.
26190         * tests/test-rbtree_list.c: New file.
26191         * tests/test-linkedhash_list.c: New file.
26192         * tests/test-avltreehash_list.c: New file.
26193         * tests/test-rbtreehash_list.c: New file.
26194         * tests/test-avltree_oset.c: New file.
26195         * tests/test-rbtree_oset.c: New file.
26196         * MODULES.html.sh (Container data structures): New section.
26197
26198 2006-07-17  Bruno Haible  <bruno@clisp.org>
26199
26200         * m4/gl_list.m4: New file.
26201
26202 2006-07-17  Bruno Haible  <bruno@clisp.org>
26203
26204         * lib/gl_list.h: New file.
26205         * lib/gl_list.c: New file.
26206         * lib/gl_array_list.h: New file.
26207         * lib/gl_array_list.c: New file.
26208         * lib/gl_carray_list.h: New file.
26209         * lib/gl_carray_list.c: New file.
26210         * lib/gl_linked_list.h: New file.
26211         * lib/gl_linked_list.c: New file.
26212         * lib/gl_anylinked_list1.h: New file.
26213         * lib/gl_anylinked_list2.h: New file.
26214         * lib/gl_avltree_list.h: New file.
26215         * lib/gl_avltree_list.c: New file.
26216         * lib/gl_anyavltree_list1.h: New file.
26217         * lib/gl_anyavltree_list2.h: New file.
26218         * lib/gl_rbtree_list.h: New file.
26219         * lib/gl_rbtree_list.c: New file.
26220         * lib/gl_anyrbtree_list1.h: New file.
26221         * lib/gl_anyrbtree_list2.h: New file.
26222         * lib/gl_anytree_list1.h: New file.
26223         * lib/gl_anytree_list2.h: New file.
26224         * lib/gl_linkedhash_list.h: New file.
26225         * lib/gl_linkedhash_list.c: New file.
26226         * lib/gl_anyhash_list1.h: New file.
26227         * lib/gl_anyhash_list2.h: New file.
26228         * lib/gl_avltreehash_list.h: New file.
26229         * lib/gl_avltreehash_list.c: New file.
26230         * lib/gl_rbtreehash_list.h: New file.
26231         * lib/gl_rbtreehash_list.c: New file.
26232         * lib/gl_anytreehash_list1.h: New file.
26233         * lib/gl_anytreehash_list2.h: New file.
26234
26235         * lib/gl_oset.h: New file.
26236         * lib/gl_oset.c: New file.
26237         * lib/gl_array_oset.h: New file.
26238         * lib/gl_array_oset.c: New file.
26239         * lib/gl_avltree_oset.h: New file.
26240         * lib/gl_avltree_oset.c: New file.
26241         * lib/gl_rbtree_oset.h: New file.
26242         * lib/gl_rbtree_oset.c: New file.
26243         * lib/gl_anytree_oset.h: New file.
26244
26245 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
26246
26247         * m4/mkancesdirs.m4: New file.
26248         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
26249         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
26250         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
26251         it.
26252
26253 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
26254
26255         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
26256         * lib/mkancesdirs.h: New files.
26257         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
26258         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
26259         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
26260         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
26261         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
26262         callers changed.  Revamp internals significantly, by not
26263         attempting to create directories that are temporarily more
26264         permissive than the final results.  Do not attempt to use
26265         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
26266         This removes some race conditions, fixes some bugs, and simplifies
26267         things.  Use new dirchownmod function to do owner and mode changes.
26268         * lib/mkdir-p.h: Likewise.
26269         * lib/modechange.c (octal_to_mode): New function.
26270         (struct mode_change): New member mentioned.
26271         (make_node_op_equals): New arg mentioned.  All callers changed.
26272         (mode_compile): Keep track of which mode bits the user has explicitly
26273         mentioned.
26274         (mode_adjust): New arg DIR, so that we implement the X op correctly.
26275         New arg PMODE_BITS, to keep track of which mode bits the user
26276         mentioned; it treats S_ISUID and S_ISGID speciall.
26277         All callers changed.
26278         * lib/modechange.h: Likewise.
26279
26280 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
26281
26282         * MODULES.html.sh: Add mkancestors.
26283         * modules/mkancesdirs: New module.
26284         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
26285         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
26286         The chdir-safer and afs files are now orphans; I'll remove them
26287         unless someone speaks up.
26288         Add lib/dirchownmod.c, lib/dirchownmod.h.
26289         (Depends-on): Remove alloca, chown, save-cwd, dirname.
26290         Add lchown, mkancesdirs.
26291         (Maintainer): Add self.
26292
26293 2006-07-15  Karl Berry  <karl@gnu.org>
26294
26295         * gnulib-tool: help message wording/arrangement.
26296
26297 2006-07-14  Simon Josefsson  <jas@extundo.com>
26298
26299         * doc/gnulib.texi (Libtool and Windows): New section.
26300
26301 2006-07-12  Simon Josefsson  <jas@extundo.com>
26302
26303         * modules/gendocs (License): Fix license, approved by Karl.
26304
26305 2006-07-12  Eric Blake  <ebb9@byu.net>
26306
26307         * MODULES.html.sh: Add gendocs.
26308
26309 2006-07-11  Eric Blake  <ebb9@byu.net>
26310
26311         * modules/fdl: New module, to install doc/fdl.texi.
26312         * MODULES.html.sh: Add new section for documentation modules.
26313         * gnulib-tool: Avoid space-tab.
26314         (--doc-base): New option, to manage files from doc.
26315
26316 2006-07-11  Eric Blake  <ebb9@byu.net>
26317
26318         * m4/absolute-header.m4: Fix comments to match recent change.
26319
26320 2006-07-11  Eric Blake  <ebb9@byu.net>
26321
26322         * gnulib-tool: List --doc-base before --tests-base.
26323
26324 2006-07-11  Derek R. Price  <derek@ximbiot.com>
26325
26326         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
26327
26328 2006-07-11  Bruno Haible  <bruno@clisp.org>
26329
26330         * README: Mention where to put documentation.
26331
26332 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26333
26334         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
26335
26336 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
26337
26338         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
26339         to stdint.m4.
26340
26341 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
26342
26343         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
26344         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
26345         "no/such/file/stdint.h" when there is no such file, so that
26346         the resulting C code can be parsed by dodgy compilers.
26347         Problems reported by Bob Proulx.
26348
26349 2006-07-10  Derek R. Price  <derek@ximbiot.com>
26350
26351         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
26352         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
26353         macros into the GNU _D_EXACT_NAMLEN.
26354         * lib/savedir.c:  Likewise.
26355         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
26356
26357 2006-07-10  Derek R. Price  <derek@ximbiot.com>
26358         and Paul Eggert  <eggert@cs.ucla.edu>
26359
26360         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
26361         * m4/savedir.m4:
26362         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
26363         macros into the GNU _D_EXACT_NAMLEN.
26364
26365 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26366
26367         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
26368         around the absolute name, to work around a problem with the HP-UX
26369         11.23 native C compiler, reported by Bob Proulx.
26370
26371 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26372
26373         * doc/maintain.texi, make-stds.texi: Sync from
26374         <http://savannah.gnu.org/projects/gnustandards>.
26375
26376 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26377
26378         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
26379
26380 2006-07-09  Jim Meyering  <jim@meyering.net>
26381
26382         * m4/glob.m4: Remove a doubled word in a comment.
26383
26384 2006-07-09  Jim Meyering  <jim@meyering.net>
26385
26386         * lib/argp-pv.c: Remove a doubled word in a comment.
26387         * lib/check-version.c (check_version): Likewise.
26388         * lib/javacomp.c (compile_java_class): Likewise.
26389
26390 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
26391
26392         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
26393         for the benefit of people using Autoconf 2.60.  If you want to
26394         support older Autoconf versions you can copy m4/onceonly_2_57.m4
26395         (or m4/onceonly.m4, if pre-2.57) manually.
26396
26397 2006-07-08  Jim Meyering  <jim@meyering.net>
26398
26399         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
26400         comment.
26401         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
26402         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
26403         comment.
26404
26405 2006-07-08  Jim Meyering  <jim@meyering.net>
26406
26407         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
26408
26409 2006-07-07  Simon Josefsson  <jas@extundo.com>
26410
26411         * tests/test-crc.c: Change expected crc value, the test vector
26412         were probably computed using the old broken crc.c?
26413
26414 2006-07-06  Simon Josefsson  <jas@extundo.com>
26415
26416         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
26417         now the canonical place for the M4 file).
26418
26419         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
26420         from the sys_socket dependency now.
26421
26422         * modules/inet_pton (Files): Ditto.
26423
26424         * modules/inet_ntop (Files): Ditto.
26425
26426 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
26427
26428         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
26429         not gl_PREREQ_GETUSERSHELL.
26430
26431 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26432
26433         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
26434         with only one argument, for Autoconf 2.60.
26435         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
26436         expand to nothing, so add a shell command to avoid syntax error.
26437         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
26438
26439 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26440
26441         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
26442
26443 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26444
26445         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
26446         no longer needed.  Check for isblank decl.
26447         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
26448         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
26449         of existence.
26450
26451 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26452
26453         * lib/getloadavg.c: Use __VMS, not VMS.
26454         * lib/getopt.c: Likewise.
26455         * lib/getpagesize.h: Likewise.
26456         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
26457         and probably does not work.
26458
26459 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26460
26461         * lib/.cppi-disable: Add wcwidth.
26462         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
26463         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
26464         (ISGRAPH): Remove.  All uses changed to isgraph.
26465         (FOLD) [!defined _LIBC]: Remove special case.
26466         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
26467         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
26468         HAVE_ISBLANK.
26469         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
26470         case.
26471
26472 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
26473
26474         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
26475         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
26476         brackets.  Other minor changes to suppress some compiler
26477         warnings.
26478
26479 2006-07-06  Derek R. Price  <derek@ximbiot.com>
26480         and Paul Eggert  <eggert@cs.ucla.edu>
26481
26482         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
26483         of invoking obsolescent AC_HEADER_DIRENT macro.
26484         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
26485         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
26486         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
26487         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
26488         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
26489         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
26490         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
26491         * m4/readdir.m4: Remove; no longer needed.
26492
26493 2006-07-06  Derek R. Price  <derek@ximbiot.com>
26494         and Paul Eggert  <eggert@cs.ucla.edu>
26495
26496         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
26497         Don't worry about this obsolete case any more.
26498         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
26499         directories.
26500         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
26501         worry about this obsolete case any more.
26502         * lib/fts.c: Likewise.
26503         * lib/getcwd.c: Likewise.
26504         * lib/glob.h: Likewise.
26505         * lib/savedir.c: Likewise.
26506
26507 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
26508
26509         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
26510         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
26511         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
26512         needed.
26513         All uses removed.
26514         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
26515         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
26516         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
26517         needed.
26518         * m4/getdate.m4 (gl_GETDATE): Likewise.
26519         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
26520         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
26521         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
26522         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
26523         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
26524         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26525         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
26526         needed.
26527
26528 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
26529
26530         * lib/memcasecmp.c: Include <limits.h>.
26531         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
26532         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
26533         Don't assume isdigit succeeds only on '0' through '9'.
26534
26535 2006-07-05  Eric Blake  <ebb9@byu.net>
26536
26537         * modules/getaddrinfo (Depends-on): Add snprintf.
26538
26539 2006-07-05  Eric Blake  <ebb9@byu.net>
26540
26541         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
26542         to avoid 'header present but could not be compiled' on cygwin.
26543
26544 2006-07-05  Eric Blake  <ebb9@byu.net>
26545
26546         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
26547         missing from netdb.h.
26548         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
26549
26550 2006-07-05  Derek R. Price  <derek@ximbiot.com>
26551
26552         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
26553         no longer needed.
26554         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
26555         * m4/getdate.m4 (gl_GETDATE): Likewise.
26556         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
26557         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
26558         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
26559         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
26560         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26561
26562 2006-07-05  Derek R. Price  <derek@ximbiot.com>
26563
26564         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
26565         All uses of is_space replaced by isspace.
26566         * lib/exit.h: Don't talk about STDC_HEADERS.
26567         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
26568         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
26569         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
26570         replaced by isprint etc.
26571         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
26572         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
26573         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
26574         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
26575         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
26576         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
26577
26578 2006-07-05  Bruno Haible  <bruno@clisp.org>
26579
26580         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
26581         the function exists, before testing against AIX.
26582         Reported by Martin Lambers <marlam@marlam.de>.
26583
26584 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
26585
26586         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
26587         From Mark D. Baushke.
26588
26589 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
26590
26591         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
26592         to the absolute name, not just one, to bypass Sun C 5.8's
26593         "warning: #include of /usr/include/... may be non-portable".
26594
26595 2006-07-04  Eric Blake  <ebb9@byu.net>
26596
26597         * modules/dirname-tests: New test module.
26598         * tests/test-dirname.c: New file, replacing dirname.c
26599         TEST_DIRNAME section that was recently deleted.
26600
26601 2006-07-04  Bruno Haible  <bruno@clisp.org>
26602
26603         Assume ANSI C header files and <ctype.h> functions.
26604         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
26605         (mbsnwidth): Use isprint, iscntrl instead.
26606
26607 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26608
26609         Merge from coreutils.
26610         * MODULES.html.sh: Add xstrtold.
26611         * modules/xstrtold: New file.
26612         * modules/cycle-check (Files): Add lib/same-inode.h.
26613         * modules/dirname (Files): Add m4/double-slash-root.m4.
26614         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
26615         * modules/mkdir-p (Files): Add lib/same-inode.h.
26616         * modules/same (Files): Add lib/same-inode.h.
26617
26618 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26619
26620         * m4/absolute-header.m4: Renamed from full-header-path.m4.
26621         This is to keep the terminology clean; POSIX talks about
26622         "absolute pathnames", not "full pathnames", but the GNU
26623         Coding Standards say to use "path" for something else;
26624         so use "absolute" to keep both sides happy.
26625         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
26626         Set gl_absolute_header, not gl_full_header_path.
26627         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
26628         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
26629         All uses changed.
26630
26631         Merge from coreutils.
26632
26633         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
26634
26635         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
26636         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
26637         want to require the building of c-strtod.o.
26638         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
26639         needs -lm directly.
26640         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
26641
26642         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
26643
26644         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
26645         --as-needed option if available.  Problem reported by Albert Chin in
26646         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
26647         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
26648         cc merely issues a bunch of annoying warnings for --as-needed
26649         (this problem was reported by Bob Proulx).  Also, try linking with
26650         -lm to detect a bug in binutils 2.16 (this problem was reported
26651         by Ralf Wildenhues).
26652
26653         2006-06-18  Jim Meyering  <jim@meyering.net>
26654
26655         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
26656         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
26657         macro.
26658         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
26659         also check for glibc-2.4's abort-inducing bug.
26660
26661         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
26662         Low-probability clean-up should be to use rmdir to get rid of
26663         the just-created directory, not unlink.
26664
26665         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
26666         configure fail, and request a bug report to inform us about it.
26667         Add a comment that, barring reports to the contrary, in 2007 we'll
26668         assume ftruncate is universally available.
26669
26670         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
26671
26672         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
26673
26674         2006-03-12  Jim Meyering  <jim@meyering.net>
26675
26676         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
26677         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
26678         * m4/same.m4 (gl_SAME): Likewise.
26679         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
26680
26681         2006-03-11  Eric Blake  <ebb9@byu.net>
26682
26683         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
26684         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
26685         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
26686         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
26687
26688 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26689
26690         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
26691         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
26692         reported by Mark D. Baushke, one in
26693         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
26694
26695         Merge from coreutils.
26696
26697         * lib/.cppi-disable: Add stdint_.h.
26698         * lib/.cvsignore: Add stdint.h.
26699
26700         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
26701
26702         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
26703         both double and long double versions.
26704         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
26705         * lib/xstrtold.c: New file.
26706         * lib/xstrtod.h (xstrtold): New decl.
26707
26708         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
26709
26710         * lib/filemode.c (setst): Remove.
26711         (strmode): Rewrite to avoid setst.  This makes the code shorter,
26712         (arguably) clearer, and the generated code is a bit smaller on my
26713         Debian GNU/Linux stable x86 host.
26714
26715         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
26716
26717         * lib/filemode.c: Include "filemode.h" first, to test the interface.
26718         Assume that filemode.h includes sys/types.h and sys/stat.h.
26719         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
26720         (ftypelet): Reorder to put common cases first, for efficiency.
26721         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
26722         to do 'M'.
26723         (strmode): Renamed from mode_string, and now stores 12 bytes instead
26724         of 10, for compatibility with FreeBSD.  All callers changed.
26725         (filemodestring): Now stores 12 bytes instead of 10, and sets file
26726         types that can't be deduced solely from st_mode.  First arg is now a
26727         const pointer.
26728         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
26729         (strmode): Renamed from mode_string.
26730         (filemodestring): New decl.
26731         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
26732         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
26733         needed.
26734         (S_ISPORT, S_ISWHT): New macros, if not already defined.
26735
26736         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
26737
26738         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
26739         fsusage.h now does that.  Include fsusage.h first, to test interface.
26740         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
26741         at most one method (the old code could have generated decls that
26742         didn't conform to C89, not that this was ever exercised).
26743         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
26744
26745         2006-03-19  Jim Meyering  <jim@meyering.net>
26746
26747         Work even in a chroot where d_ino values for entries in "/"
26748         don't match the stat.st_ino values for the same names.
26749         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
26750         number, iterate through all entries again, using lstat instead.
26751         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
26752         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
26753
26754         * lib/getcwd.c (__getcwd): Clarify a comment.
26755         Use memcpy in place of a call to strcpy.
26756
26757         2006-03-12  Jim Meyering  <jim@meyering.net>
26758
26759         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
26760         matches that of the current directory (which we're about to chdir ".."
26761         out of), then save the dev-ino of the parent, instead.
26762
26763         * lib/same-inode.h (SAME_INODE): New file/macro.
26764         * lib/chdir-safer.c (SAME_INODE): Remove definition.
26765         Include "same-inode.h", instead.
26766         * lib/same.c: Likewise.
26767         * lib/cycle-check.h: Include "same-inode.h".
26768         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
26769         * lib/cycle-check.c (SAME_INODE): Remove definition.
26770         * lib/root-dev-ino.h: Include "same-inode.h".
26771
26772         2006-03-11  Eric Blake  <ebb9@byu.net>
26773
26774         * lib/same.c (same_name): s/base_name/last_component/
26775         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
26776         * lib/filenamecat.c (file_name_concat): Likewise.
26777
26778         2006-03-11  Eric Blake  <ebb9@byu.net>,
26779                     Paul Eggert  <eggert@cs.ucla.edu>
26780
26781         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
26782         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
26783         drive prefix.
26784         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
26785         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
26786         (last_component): New method.
26787         * lib/dirname.c (dir_len): Determine when drive letters need a
26788         subsequent slash.  Preserve // when it is special.
26789         (dir_name): Don't append dot when drive letter is absolute.
26790         [TEST_DIRNAME]: Move into a full-blown gnulib test.
26791         * lib/basename.c (base_name): New semantics - malloc the result.
26792         Preserve // when it is special.  Preserve relative files that look
26793         like drive letters.
26794         (base_len): Preserve // when it is special.
26795         (last_component): New method, similar to old base_name semantics.
26796         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
26797         base_name.  Strip redundant slashes from ///.
26798
26799 2006-07-03  Jim Meyering  <jim@meyering.net>
26800
26801         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
26802         macro is used before the first cycle_check call.
26803
26804 2006-07-03  Eric Blake  <ebb9@byu.net>
26805
26806         * modules/dirname (Depends-on): Add xstrndup.
26807
26808 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
26809
26810         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
26811         test cases, so that config.log is a bit easier to follow.
26812
26813 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
26814
26815         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
26816         both are 64 bits, since this seems to be the tradition, and this
26817         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
26818         we ever run into a host that prefers long long to long in this
26819         case, we'll need another configure-time test.  Problem reported by
26820         Jim Meyering.
26821
26822 2006-07-02  Eric Blake  <ebb9@byu.net>
26823
26824         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
26825
26826 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26827
26828         * modules/inttypes (Depends-on): No longer depends on stdint.
26829         * modules/stdint (Description): Say more about assumptions.
26830         Say that the fast types might differ.  Say macros are used.
26831         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
26832         (Makefile.am): Revise list of substituted symbols to match
26833         new stdint.m4.
26834         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
26835         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
26836         * tests/test-stdint.c (verify_same_types)
26837         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
26838         the code conforms to C99/C89.
26839         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
26840         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
26841
26842 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26843
26844         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
26845         but fix a bug, by requiring at least 64 bits.
26846         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
26847         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
26848         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
26849         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
26850
26851         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
26852         changes.  Make 2.59 a prerequisite.  Check and substitute for
26853         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
26854         inttypes.h.  Do not use special include files; just use the
26855         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
26856         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
26857         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
26858         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
26859         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
26860         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
26861         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
26862         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
26863         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
26864         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
26865         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
26866         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
26867         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
26868         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
26869         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
26870         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
26871         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
26872         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
26873         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
26874         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
26875         WINT_MAX.  Check for C99 conformance more strictly, by detecting
26876         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
26877         not check for things that C99 does not require, e.g., int8_t.  If
26878         a test isn't needed unless <stdint.h> isn't working, and is
26879         unlikely to be needed for any other reason, then don't do it
26880         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
26881         size_t, since we assume C89 freestanding at least.  Do not check
26882         for sig_atomic_t, wchar_t, or wint_t, since the code now does
26883         the right thing even if the types are not defined.  Instead use:
26884         (gl_STDINT_TYPE_PROPERTIES): New macro.
26885         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
26886         testing whether <sys/types.h> clashes, as Autoconf does this for
26887         us now.  All uses removed.
26888         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
26889         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
26890         (gl_CHECK_TYPE_SAME):
26891         Remove; no longer needed.
26892         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
26893         exists, since we'll return 0 anyway in that case.
26894         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
26895
26896 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26897
26898         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
26899         possible collision with system files.
26900         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
26901         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
26902         WCHAR_MIN and WCHAR_MAX in this case.
26903         (<stddef.h>): Do not include; no longer needed.
26904         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
26905         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
26906         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
26907         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
26908         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
26909         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
26910         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
26911         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
26912         !defined(__c99))]: Include in this case too, since it's harmless
26913         now.
26914         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
26915         dangerous to do so.
26916         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
26917         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
26918         (_STDINT_MIN, _STDINT_MAX): New macros.
26919         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
26920         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
26921         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
26922         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
26923         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
26924         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
26925         macros, not typedefs; this simplifies things quite a bit.
26926         Use long int for all types narrower than int64_t.
26927         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
26928         Define in terms of long long int or int64_t or long int,
26929         not int64_t or int32_t.  This saves some compile-time testing.
26930         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
26931         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
26932         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
26933         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
26934         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
26935         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
26936         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
26937         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
26938         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
26939         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
26940         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
26941         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
26942         undef any previous version and define our own version, for
26943         simplicity and consistency with the new macros for types.
26944         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
26945         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
26946         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
26947         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
26948         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
26949         @WINT_T_SUFFIX@ to keep things simple here.
26950         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
26951         Simplify by assuming typical 8/16/32/64 host, since we're
26952         already doing that elsewhere anyway.
26953         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
26954         and assume long long int is 64 bits if available.  This
26955         speeds up 'configure'.
26956
26957 2006-07-01  Eric Blake  <ebb9@byu.net>
26958
26959         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
26960         Reported by Andreas Buening.
26961
26962 2006-07-01  Eric Blake  <ebb9@byu.net>
26963
26964         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
26965
26966 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
26967
26968         * lib/getaddrinfo.c: fixed typo
26969
26970 2006-06-29  Jim Meyering  <jim@meyering.net>
26971
26972         * modules/strftime (Maintainer): Add my name, since with the
26973         FPRINTFTIME changes strftime.c has forked from glibc.
26974
26975 2006-06-29  Eric Blake  <ebb9@byu.net>
26976
26977         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
26978
26979 2006-06-29  Eric Blake  <ebb9@byu.net>
26980
26981         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
26982
26983 2006-06-29  Eric Blake  <ebb9@byu.net>
26984
26985         * lib/stat_.h: New file.
26986
26987 2006-06-29  Eric Blake  <ebb9@byu.net>
26988
26989         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
26990         unused static function.
26991
26992 2006-06-29  Eric Blake  <ebb9@byu.net>
26993
26994         * doc/functions.texi (Function Portability): Document missing lstat
26995         on mingw.
26996
26997 2006-06-29  Eric Blake  <ebb9@byu.net>
26998
26999         * MODULES.html.sh: Add sys_stat.
27000         * modules/sys_stat: New module.
27001         * modules/mkstemp (Depends-on): Add sys_stat.
27002
27003 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27004
27005         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
27006
27007 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27008
27009         * m4/c-bs-a.m4: Removed.
27010
27011 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27012
27013         * lib/strftime.c: Assume strftime() exists.
27014
27015 2006-06-29  Derek Price  <derek@ximbiot.com>
27016
27017         * modules/c-bs-a: Removed - \a is C89.
27018         * MODULES.html.sh: Remove c-bs-a.
27019
27020 2006-06-29  Bruno Haible  <bruno@clisp.org>
27021
27022         * modules/wcwidth (License): Change to LGPL.
27023
27024 2006-06-28  Simon Josefsson  <jas@extundo.com>
27025
27026         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
27027         on _WIN32.
27028
27029         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
27030         getnameinfo.
27031
27032 2006-06-28  Simon Josefsson  <jas@extundo.com>
27033
27034         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
27035
27036 2006-06-28  Simon Josefsson  <jas@extundo.com>
27037
27038         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
27039         functions there.  It will succeed on Windows XP, but on Windows
27040         2000 and (presumably) earlier, it will fail, and use the internal
27041         re-implementation.
27042         (use_win32_p): New function.
27043         (getaddrinfo): Use strtoul on servname, to support numeric ports.
27044         Support AI_NUMERICSERV to disable getservbyname.
27045         (getnameinfo): New function, only supports
27046         NI_NUMERICHOST|NI_NUMERICSERV for now.
27047
27048         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
27049         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
27050         getnameinfo.
27051
27052 2006-06-28  Eric Blake  <ebb9@byu.net>
27053
27054         * modules/wcwidth: New file.
27055         * modules/mbchar (Depends-on): Add wcwidth.
27056         * modules/mbswidth (Depends-on): Add wcwidth.
27057         * MODULES.html.sh: Add wcwidth.
27058
27059 2006-06-28  Eric Blake  <ebb9@byu.net>
27060
27061         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
27062         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
27063
27064 2006-06-28  Eric Blake  <ebb9@byu.net>
27065
27066         * lib/xvasprintf.h: Fix comments.
27067
27068 2006-06-28  Eric Blake  <ebb9@byu.net>
27069
27070         * lib/mbchar.h (wcwidth): Include wcwidth.h.
27071         * lib/mbswidth.c (wcwidth): Move from here...
27072         * lib/wcwidth.h: ...to this new file.
27073
27074 2006-06-28  Derek R. Price  <derek@ximbiot.com>
27075
27076         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
27077
27078         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
27079         it's obsolete.
27080         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
27081
27082 2006-06-28  Derek R. Price  <derek@ximbiot.com>
27083
27084         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
27085         Autoconf 2.60 says this stuff was obsolete.
27086
27087 2006-06-28  Bruno Haible  <bruno@clisp.org>
27088
27089         * modules/wcwidth (Files): Add m4/wchar_t.m4.
27090
27091 2006-06-28  Bruno Haible  <bruno@clisp.org>
27092
27093         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
27094         gt_TYPE_WCHAR_T.
27095
27096 2006-06-28  Bruno Haible  <bruno@clisp.org>
27097
27098         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
27099         declaration for wcwidth.
27100         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
27101
27102 2006-06-28  Bruno Haible  <bruno@clisp.org>
27103
27104         * lib/mkdtemp.c [MINGW]: Include <io.h>.
27105         (mkdir): Define using _mkdir.
27106
27107 2006-06-28  Bruno Haible  <bruno@clisp.org>
27108
27109         * lib/getaddrinfo.h: Fix POSIX URL.
27110         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
27111         _WIN32.
27112         (use_win32_p): Make static.
27113         (getaddrinfo): Reject service name if it is empty or does not consist
27114         solely of decimal digits, or if its value is > 65535.
27115         (getnameinfo): Remove useless casts.
27116
27117 2006-06-27  Simon Josefsson  <jas@extundo.com>
27118
27119         * modules/sys_select: New file, suggested by Bruno Haible, Paul
27120         Eggert and Martin Lambers.
27121
27122 2006-06-27  Simon Josefsson  <jas@extundo.com>
27123
27124         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
27125         Eggert and Martin Lambers.
27126
27127 2006-06-27  Bruno Haible  <bruno@clisp.org>
27128
27129         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
27130         result to 0, not to empty.
27131         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
27132
27133 2006-06-27  Bruno Haible  <bruno@clisp.org>
27134
27135         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
27136
27137 2006-06-26  Simon Josefsson  <jas@extundo.com>
27138
27139         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
27140         present.
27141
27142 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
27143
27144         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
27145         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
27146         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
27147
27148 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
27149
27150         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
27151
27152 2006-06-26  Bruno Haible  <bruno@clisp.org>
27153
27154         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
27155
27156 2006-06-26  Bruno Haible  <bruno@clisp.org>
27157
27158         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
27159
27160 2006-06-26  Bruno Haible  <bruno@clisp.org>
27161
27162         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
27163         SGI C compiler in pre-C99 mode.
27164         Suggested by Mark D. Baushke and Larry Jones.
27165
27166 2006-06-26  Bruno Haible  <bruno@clisp.org>
27167
27168         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
27169         WCHAR_MAX.
27170         Reported by Mark D. Baushke and Larry Jones.
27171
27172 2006-06-26  Bruno Haible  <bruno@clisp.org>
27173
27174         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
27175         in pre-C99 mode.
27176         Suggested by Mark D. Baushke and Larry Jones.
27177
27178 2006-06-23  Simon Josefsson  <jas@extundo.com>
27179             Bruno Haible  <bruno@clisp.org>
27180
27181         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
27182         Emit mostlyclean-local rule.
27183         (func_emit_tests_Makefile_am): Likewise.
27184         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
27185
27186 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
27187
27188         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
27189
27190 2006-06-23  Bruno Haible  <bruno@clisp.org>
27191
27192         * tests/test-stdint.c: Update to match ISO C 99 Technical
27193         Corrigendum 1.
27194
27195 2006-06-23  Bruno Haible  <bruno@clisp.org>
27196
27197         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
27198
27199 2006-06-23  Bruno Haible  <bruno@clisp.org>
27200
27201         * lib/stdint_.h: Treat IRIX like OpenBSD.
27202
27203 2006-06-23  Bruno Haible  <bruno@clisp.org>
27204
27205         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
27206         ISO C 99 Technical Corrigendum 1.
27207
27208 2006-06-22  Simon Josefsson  <jas@extundo.com>
27209
27210         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
27211         MinGW.
27212
27213 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
27214
27215         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
27216         needed.  Some compiler complained about some of them.  Problem reported
27217         by Larry Jones in
27218         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
27219
27220 2006-06-21  Simon Josefsson  <jas@extundo.com>
27221
27222         * tests/test-getaddrinfo.c: New file.
27223
27224         * modules/getaddrinfo-tests: New file.
27225
27226         * MODULES.html.sh: Add inet_pton.
27227
27228         * modules/inet_pton: New file.
27229
27230 2006-06-21  Simon Josefsson  <jas@extundo.com>
27231
27232         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
27233         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
27234         of using the (limited) gnulib implementation on Windows XP.
27235
27236         * m4/inet_pton.m4: New file.
27237
27238 2006-06-21  Simon Josefsson  <jas@extundo.com>
27239
27240         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
27241         variable.
27242
27243         * lib/socket_.h: Don't define WINVER.
27244
27245         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
27246         slightly modified to work in gnulib.
27247
27248 2006-06-21  Simon Josefsson  <jas@extundo.com>
27249
27250         * doc/gnulib.texi (Windows sockets): Add.
27251
27252 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
27253
27254         * lib/read-file.c (fread_file): Start with buffer allocation of
27255         0 bytes rather than 1 byte; this simplifies the code.
27256         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
27257         code to free buffer and save/restore errno.
27258         (internal_read_file): Remove unused local.
27259
27260 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
27261
27262         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
27263         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
27264         Problem reported by Denis Excoffier in
27265         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
27266
27267 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27268
27269         * modules/sys_socket, modules/socklen: Include sys/types since
27270         FreeBSD 4.x's sys/socket.h needs it.
27271
27272 2006-06-19  Simon Josefsson  <jas@extundo.com>
27273
27274         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
27275
27276 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
27277
27278         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
27279
27280 2006-06-19  Bruno Haible  <bruno@clisp.org>
27281
27282         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
27283         and FULL_PATH_INTTYPES_H in angle brackets.
27284         Reported by Mark D. Baushke <mdb@gnu.org>.
27285
27286 2006-06-17  Eric Blake  <ebb9@byu.net>
27287
27288         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
27289         errno.
27290
27291 2006-06-17  Bruno Haible  <bruno@clisp.org>
27292
27293         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
27294         <sys/inttypes.h>.
27295
27296 2006-06-17  Bruno Haible  <bruno@clisp.org>
27297
27298         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
27299         whether errno is declared. Assume <errno.h> declares errno.
27300
27301 2006-06-17  Bruno Haible  <bruno@clisp.org>
27302
27303         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
27304
27305 2006-06-17  Bruno Haible  <bruno@clisp.org>
27306
27307         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
27308         problem on Solaris 2.5.1.
27309
27310 2006-06-16  Eric Blake  <ebb9@byu.net>
27311
27312         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
27313         * lib/unicodeio.c [!defined errno]: Likewise.
27314         * lib/strtol.c [!defined errno]: Likewise.
27315         * lib/strtod.c [!defined errno]: Likewise.
27316
27317 2006-06-15  Eric Blake  <ebb9@byu.net>
27318
27319         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
27320
27321 2006-06-15  Eric Blake  <ebb9@byu.net>
27322
27323         * config/srclist.txt (ssize_t.m4): Lose sync.
27324
27325 2006-06-15  Bruno Haible  <bruno@clisp.org>
27326
27327         * modules/stdint (Files): Include m4/full-header-path.m4,
27328         m4/size_max.m4, m4/wchar_t.m4.
27329         (Makefile.am): Many more substitutions.
27330         * modules/stdint-tests: New file.
27331         * tests/test-stdint.c: New file.
27332
27333 2006-06-15  Bruno Haible  <bruno@clisp.org>
27334
27335         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
27336         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
27337         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
27338         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
27339         gl_CHECK_TYPE_SAME): New macros.
27340
27341 2006-06-15  Bruno Haible  <bruno@clisp.org>
27342
27343         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
27344
27345 2006-06-15  Bruno Haible  <bruno@clisp.org>
27346
27347         * lib/stdint_.h: Rewritten to be fully auto-configured.
27348         Fixes bug on HP-UX/IA64.
27349
27350 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
27351
27352         * lib/getdate.y (__attribute__): Don't define if already defined.
27353         Problem reported by Larry Jones.
27354         * lib/utimens.c (__attribute__): Likewise.
27355
27356 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
27357
27358         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
27359         reported by Andreas Schwab.
27360
27361 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27362             Bruno Haible  <bruno@clisp.org>
27363
27364         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
27365         check for the declaration of strnlen and a run test that exposes the
27366         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
27367         rpl_strndup.
27368
27369 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27370             Bruno Haible  <bruno@clisp.org>
27371
27372         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
27373
27374 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27375
27376         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
27377         compile test, for Tru64 4.0D.
27378
27379 2006-05-28  Karl Berry  <karl@gnu.org>
27380
27381         * config/srclist.txt (printf-args.c): lose sync.
27382
27383 2006-05-26  Martin Lambers  <marlam@marlam.de>
27384
27385         * lib/getpass.c: Updates the test for the native W32 API, and adds
27386         missing includes, thus fixing compilation warnings.
27387
27388 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
27389
27390         * lib/exclude.c (exclude_fnmatch): New function.
27391         (excluded_file_name): Call exclude_fnmatch.
27392         * lib/exclude.h (excluded_file_name): New prototype
27393
27394 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
27395
27396         * lib/tempname.c (small_open, large_open): New macros.
27397         (__open, __open64) [!_LIBC]: Remove.
27398         (__gen_tempname): Use small_open and large_open instead of __open
27399         and __open64.  This fixes a portability bug on HP-UX 11.11i
27400         reported by Simon Wing-Tang in
27401         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
27402
27403 2006-05-24  Bruno Haible  <bruno@clisp.org>
27404
27405         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
27406         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
27407         Reported by Thorsten Maerz <torte@netztorte.de> via
27408         Aaron Stone <aaron@serendipity.cx>.
27409
27410 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
27411
27412         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
27413         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
27414         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
27415         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
27416         not really conditional on the cache.
27417         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
27418
27419 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
27420
27421         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
27422         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
27423         (my_usleep): Don't mishandle maximum value.
27424
27425 2006-05-19  Jim Meyering  <jim@meyering.net>
27426
27427         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
27428
27429 2006-05-17  Bruno Haible  <bruno@clisp.org>
27430
27431         Cygwin portability.
27432         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
27433
27434 2006-05-17  Bruno Haible  <bruno@clisp.org>
27435
27436         * lib/stdint_.h: Fix recognition of Cygwin.
27437
27438 2006-05-15  Bruno Haible  <bruno@clisp.org>
27439
27440         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
27441         on libtool patch by Ralf Wildenhues.
27442
27443 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27444
27445         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
27446         test for C99 conformance; (bool) 0.5 is an integer constant
27447         expression, but (bool) -0.5 is not.  Problem reported by Fedor
27448         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
27449
27450 2006-05-11  Simon Josefsson  <jas@extundo.com>
27451
27452         * m4/xvasprintf.m4: Fix obvious typo.
27453
27454 2006-05-11  Jim Meyering  <jim@meyering.net>
27455
27456         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
27457         James Lemley.
27458
27459 2006-05-10  Simon Josefsson  <jas@extundo.com>
27460
27461         * lib/md4.c: Typo fix, update copyright years.
27462         (K1, K2): Don't use L because it turn computations into 64-bit on
27463         64-bit platforms.
27464
27465 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
27466
27467         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
27468         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
27469         unwanted sign propagation, e.g., on hosts with 64-bit int.
27470         There still are some problems with reeelly weird theoretical hosts
27471         (e.g., 33-bit int) but it's not worth worrying about now.
27472         * lib/sha1.c (rol): Likewise.
27473         (K1, K2, K3, K4): Remove unnecessary L suffix.
27474
27475 2006-05-10  Bruno Haible  <bruno@clisp.org>
27476
27477         * lib/des.c: Cast to avoid warnings.
27478
27479 2006-05-09  Bruno Haible  <bruno@clisp.org>
27480
27481         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
27482         (Depends-on): Depend also on xsize, stdarg.
27483         (configure.ac): Add gl_XVASPRINTF.
27484
27485 2006-05-09  Bruno Haible  <bruno@clisp.org>
27486
27487         * m4/xvasprintf.m4: New file.
27488
27489 2006-05-09  Bruno Haible  <bruno@clisp.org>
27490
27491         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
27492         (EOVERFLOW): Define fallback value.
27493         (xstrcat): New function.
27494         (xvasprintf): Recognize the special case of a string concatenation.
27495
27496 2006-05-08  Eric Blake  <ebb9@byu.net>
27497
27498         * gnulib-tool (func_version): Base copyright year on CVS date.
27499         (func_emit_copyright_notice): New function.
27500         (func_emit_lib_Makefile_am): Use it.
27501         (func_emit_tests_Makefile_am): Likewise.
27502         (func_import): Likewise.
27503
27504 2006-05-08  Bruno Haible  <bruno@clisp.org>
27505
27506         * modules/stdarg: New file.
27507         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
27508
27509 2006-05-08  Bruno Haible  <bruno@clisp.org>
27510
27511         * m4/stdarg.m4: New file, from GNU gettext.
27512
27513 2006-05-08  Bruno Haible  <bruno@clisp.org>
27514
27515         * config/srclist.txt (build-aux/config.rpath): different from latest
27516         release.
27517
27518 2006-05-08  Bruno Haible  <bruno@clisp.org>
27519
27520         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
27521
27522 2006-05-05  Jim Meyering  <jim@meyering.net>
27523
27524         * m4/warning.m4: New file, derived from bison's file by the same name.
27525
27526 2006-05-03  Bruno Haible  <bruno@clisp.org>
27527
27528         * lib/stdint_.h: Shorter URL.
27529         * lib/inttypes.h: Likewise.
27530
27531 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
27532
27533         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
27534
27535 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
27536
27537         * lib/verify.h: Document the internals better.  Most of this change
27538         was written by Bruno Haible.
27539
27540 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
27541
27542         * doc/verify.texi: New file, partly based on a proposal by
27543         Bruno Haible.
27544
27545 2006-05-02  Bruno Haible  <bruno@clisp.org>
27546
27547         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
27548         test from here...
27549         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
27550
27551 2006-04-29  Bruno Haible  <bruno@clisp.org>
27552
27553         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
27554         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
27555
27556 2006-04-29  Bruno Haible  <bruno@clisp.org>
27557
27558         * gnulib-tool: Make --update option actually work.
27559
27560 2006-04-29  Bruno Haible  <bruno@clisp.org>
27561
27562         * doc/gcd.texi: New file.
27563         * doc/gnulib.texi: Include it.
27564
27565 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
27566
27567         * lib/getdate.y (get_date): When adding relative date, start with the
27568         initial time, not with the result of the first mktime call.
27569
27570 2006-04-25  Bruno Haible  <bruno@clisp.org>
27571
27572         * gnulib-tool (func_import): Output the include directives in three
27573         blocks, sorted separately.
27574         Reported by Ben Pfaff <blp@cs.stanford.edu>.
27575
27576 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
27577
27578         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
27579         to define main with arguments, for C++.  Reported by Eric Blake.
27580         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
27581         Prefer 'int main ()' to 'int main (void)', for C++.
27582         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
27583         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
27584         for 'main', for C99 and C++.
27585
27586 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
27587
27588         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
27589         Don't assume that exit status -1 is valid.
27590         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
27591         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
27592         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
27593         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
27594         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
27595         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
27596         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
27597         functions can be used without declaring them, or that you can
27598         exit with status -1.
27599         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
27600
27601 2006-04-24  Karl Berry  <karl@gnu.org>
27602
27603         * config/srclist.txt (longdouble.m4): sync lost.
27604
27605 2006-04-24  Eric Blake  <ebb9@byu.net>
27606
27607         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
27608
27609 2006-04-24  Bruno Haible  <bruno@clisp.org>
27610
27611         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
27612         poll() implementation in AIX.
27613         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27614
27615 2006-04-24  Bruno Haible  <bruno@clisp.org>
27616
27617         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
27618         assigned exactly once.
27619
27620 2006-04-23  Claudio Fontana  <claudio@gnu.org>
27621             Bruno Haible  <bruno@clisp.org>
27622
27623         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
27624         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
27625         for AM_CPPFLAGS.
27626
27627 2006-04-23  Bruno Haible  <bruno@clisp.org>
27628
27629         * modules/copy-file: Depend on unistd.
27630         * modules/execute: Likewise.
27631         * modules/fatal-signal: Likewise.
27632         * modules/findprog: Likewise.
27633         * modules/mkdtemp : Likewise.
27634         * modules/pipe: Likewise.
27635         * modules/wait-process: Likewise.
27636
27637 2006-04-23  Bruno Haible  <bruno@clisp.org>
27638
27639         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
27640         condition was already detected.
27641         Reported by Ben Pfaff <blp@cs.stanford.edu>.
27642
27643 2006-04-23  Bruno Haible  <bruno@clisp.org>
27644
27645         * lib/copy-file.c: Include <unistd.h> unconditionally.
27646         * lib/execute.c: Likewise.
27647         * lib/fatal-signal.c: Likewise.
27648         * lib/findprog.c: Likewise.
27649         * lib/mkdtemp.c: Likewise.
27650         * lib/pipe.h: Likewise.
27651         * lib/pipe.c: Likewise.
27652         * lib/wait-process.h: Likewise.
27653
27654 2006-04-23  Bruno Haible  <bruno@clisp.org>
27655
27656         * gnulib-tool (func_usage): Fix --import description. Document
27657         --update.
27658         (func_import): Create temporary file in a temporary directory, if
27659         --dry-run is specified. Silence errors from 'grep' when there are no
27660         m4 files in $m4dir.
27661         (func_create_testdir): Silence errors from 'grep' when there are no
27662         m4 files in $m4dir.
27663         Reported by Karl Berry <karl@freefriends.org>.
27664
27665 2006-04-20  Bruno Haible  <bruno@clisp.org>
27666
27667         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
27668         one argument, so that the code will be portable to Autoconf 2.60.
27669         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
27670         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
27671         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
27672
27673 2006-04-19  Derek Price  <derek@ximbiot.com>
27674             Eric Blake  <ebb9@byu.net>
27675
27676         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
27677         rather than "/full/path.h".  Update comment to match.  Shorten &
27678         generalize m4_translit call via AS_TR_CPP.
27679
27680 2006-04-19  Derek Price  <derek@ximbiot.com>
27681             Eric Blake  <ebb9@byu.net>
27682
27683         * lib/inttypes.h: Correct grammar in comment.
27684
27685 2006-04-18  Derek Price  <derek@ximbiot.com>
27686             Paul Eggert  <eggert@cs.ucla.edu>
27687
27688         * modules/inttypes: New file.
27689         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
27690
27691 2006-04-18  Derek Price  <derek@ximbiot.com>
27692             Paul Eggert  <eggert@cs.ucla.edu>
27693
27694         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
27695         New files.
27696
27697 2006-04-18  Derek Price  <derek@ximbiot.com>
27698             Paul Eggert  <eggert@cs.ucla.edu>
27699
27700         * lib/inttypes.h: New file.
27701         * lib/strtoimax.c: Assume <inttypes.h>.
27702
27703 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
27704
27705         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
27706         isn't mounted.  Problem reported by Kir Kolyshkin.
27707
27708 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
27709
27710         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
27711         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
27712         Derek R. Price.
27713         * lib/regex.h (RE_DUP_MAX): Update comment to match current
27714         implementation.
27715
27716 2006-04-12  Eric Blake  <ebb9@byu.net>
27717
27718         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
27719         is now done automatically by the corresponding Autoconf macro.
27720
27721 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
27722
27723         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
27724         time_r.h.
27725
27726 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27727
27728         Merge regex changes from libc, removing some of our
27729         POSIX-conformance changes that were rejected and redoing them in a
27730         less-intrusive way.
27731
27732         * lib/regcomp.c (re_compile_internal, init_dfa):
27733         Length arg is now size_t, not Idx.  All uses changed.
27734         (peek_token): Forward decl now says internal_function.
27735         (__re_error_msgid, __re_error_msgid_idx):
27736         Now static rather than extern with attribute_hidden.
27737         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
27738         For some reason libc prefers K&R style defns for external functions.
27739         (regerror) [!defined _LIBC]: Likewise.
27740         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
27741         (seek_collating_symbol_entry, lookup_collation_sequence_value):
27742         (build_range_exp, build_collating_symbol):
27743         Use K&R-style defn.
27744         (re_compile_fastmap): Use '\0' to memset, not 0.
27745         (utf8_sb_map): Make the calculations more obvious.
27746         (init_dfa, parse_bracket_exp, build_charclass_op):
27747         Call calloc and cast result, as glibc does.
27748         (init_word_char, fetch_token, peek_token, peek_token_bracket):
27749         (build_range_exp, build_collating_symbol):
27750         Now internal functions.
27751
27752         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
27753
27754         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
27755         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
27756         Don't depend on VMS; depend on __VMS instead, for POSIX
27757         namespace cleanness.
27758         (regoff_t): Define to ssize_t, not long int.
27759
27760         Remove the REG_ macros named below.  Instead, make the old names
27761         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
27762         __USE_GNU_REGEX.
27763         (REG_BACKSLASH_ESCAPE_IN_LISTS):
27764         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
27765         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
27766         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
27767         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
27768         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
27769         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
27770         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
27771         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
27772         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
27773         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
27774         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
27775         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
27776         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
27777         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
27778         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
27779         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
27780         (REG_NREGS):
27781         Remove.  All uses replaced by the old RE_* names.
27782         (RE_BACKSLASH_ESCAPE_IN_LISTS):
27783         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
27784         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
27785         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
27786         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
27787         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
27788         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
27789         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
27790         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
27791         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
27792         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
27793         Don't bother having these macros be independent of each others'
27794         values, since they no longer exist in the POSIX name space.
27795
27796         Rename the following member names back to their old names,
27797         unless !__USE_GNU_REGEX.  All uses changed back.
27798         (buffer): Renamed from re_buffer.
27799         (allocated): Renamed from re_allocated.
27800         (used): Renamed from re_used.
27801         (syntax): Renamed from re_syntax.
27802         (fastmap): Renamed from re_fastmap.
27803         (translate): Renamed from re_translate.
27804         (can_be_null): Renamed from re_can_be_null.
27805         (regs_allocated): Renamed from re_regs_allocated.
27806         (fastmap_accurate): Renamed from re_fastmap_accurate.
27807         (no_sub): Renamed from re_no_sub.
27808         (not_bol): Renamed from re_not_bol.
27809         (not_eol): Renamed from re_not_eol.
27810         (newline_anchor): Renamed from re_newline_anchor.
27811         (num_regs): Renamed from rm_num_regs.
27812         (start): Renamed from rm_start.
27813         (end): Renamed from rm_end.
27814
27815         (free_state): Move up a bit.
27816
27817         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
27818         #define to be empty.
27819         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
27820         when that is what is intended.
27821         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
27822         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
27823         (MAX): New macro.
27824         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
27825         All uses changed back to re_malloc, etc.  It's now the caller's
27826         responsibility to check for overflow; all callers changed.
27827         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
27828         (re_x2nrealloc): Remove.
27829         (free_state): Remove decl.
27830
27831         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
27832         (re_set_registers, re_exec):
27833         Use K&R-style defn.
27834
27835         2006-01-31  Roland McGrath  <roland@redhat.com>
27836
27837         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
27838         Reported by Mike Frysinger <vapier@gentoo.org>.
27839
27840         2006-01-15  Andreas Jaeger  <aj@suse.de>
27841
27842         [BZ #1950]
27843         * lib/regex_internal.c (re_string_reconstruct): Adjust for
27844         build_wcs_upper_buffer change.
27845         (build_wcs_upper_buffer): Change return type.
27846
27847         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
27848
27849         * lib/regex_internal.h: Include <stdint.h> if available.
27850
27851         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
27852
27853         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
27854
27855         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
27856
27857         * lib/regcomp.c: Adjust for changed secondary hash function.
27858
27859         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
27860
27861         * lib/regex.h: Pretty printing.
27862         Clean up namespace a bit.
27863
27864         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
27865
27866         * lib/regexec.c (update_cur_sifted_state, check_arrival,
27867         check_arrival_add_next_nodes): Avoid using uninitialized variable.
27868
27869         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
27870                     Ulrich Drepper  <drepper@redhat.com>
27871
27872         [BZ #1302]
27873         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
27874         changed.
27875         (bitset_word_t): Renamed from bitset_word.  All uses changed.
27876
27877         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
27878
27879         [BZ #281]
27880         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
27881         * lib/regcomp.c: Remove unnecessary uses of
27882         unsigned RE_TRANSLATE_TYPE.
27883         * lib/regex_internal.h: Likewise.
27884         * lib/regex_internal.c: Likewise.
27885         * lib/regexec.c: Likewise.
27886         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
27887
27888         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
27889
27890         * lib/regexec.c (find_recover_state): Remove unnecessary
27891         initialization.
27892         (transit_state_bkref): Make DFA a const pointer.
27893         (get_subexp): Likewise.
27894         (check_arrival): Likewise.
27895         (update_cur_sifted_state): Likewise.
27896         (re_search_internal): Likewise.
27897         (prune_impossible_nodes): Likewise.
27898         (acquire_init_state_context): Likewise.
27899         (proceed_next_node): Likewise.
27900         (set_regs): Likewise.
27901         (free_fail_stack_return): Likewise.
27902         (check_arrival_expand_ecl): Mark DFA parameter as const.
27903         (check_arrival_expand_ecl_sub): Likewise.
27904         (check_subexp_limits): Likewise.
27905         (sub_epsilon_src_nodes):  Likewise.
27906         (add_epsilon_src_nodes):  Likewise.
27907         (merge_state_array): Likewise.
27908         (update_regs): Likewise.
27909         (build_trtable): Likewise.
27910         (sift_states_backward): Mark MCTX parameter as const.
27911         (build_sifted_states): Likewise.
27912         (update_cur_sifted_state): Likewise.
27913         (sift_states_mkref): Likewise.
27914         (check_arrival_expand_ecl): Mark eclosure as const.
27915         (check_dst_limits_calc_pos_1): Likewise.
27916         * lib/regex_internal.h (re_match_context_t): Make dfa a const
27917         pointer.
27918
27919         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
27920
27921         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
27922         (transit_state_sb): Likewise.
27923         (transit_state_mb): Likewise.
27924         (sift_states_iter_mb): Likewise.
27925         (check_arrival_add_next_nodes): Likewise.
27926         (check_node_accept_bytes): Change first parameter to pointer-to-const.
27927         [_LIBC] (re_search_2_stub): Use mempcpy.
27928
27929         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
27930         mbrtowc for very simple UTF-8 case.
27931
27932         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
27933         a pointer-to-const.
27934         (re_acquire_state_context): Likewise.
27935         * lib/regex_internal.h: Adjust prototypes.
27936
27937         * lib/regex.c: Prevent using C++ compilers.
27938
27939         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
27940         (re_acquire_state_context): Likewise.
27941
27942 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27943
27944         * modules/regex (Depends-on): Add ssize_t.
27945
27946 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27947
27948         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
27949         translation table.
27950
27951 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27952
27953         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
27954
27955 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
27956             Bruno Haible  <bruno@clisp.org>
27957
27958         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
27959         <sys/types.h> and <inttypes.h>.
27960
27961 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27962
27963         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
27964         `__error_t_defined', so argp.h will not typedef the former.
27965
27966 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
27967
27968         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
27969         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
27970         glibc names.  Even if glibc is changed to conform to POSIX, the
27971         traditional names will be available anyway, since regex depends on
27972         the extensions module.  Also, fix a longstanding typo in the
27973         implementation of Spencer ERE test #75 from grep 2.3.  Problems
27974         reported by Emanuele Giaquinta.  Also, change sense of cached
27975         variable, so that the message makes sense.
27976
27977 2006-03-24  Simon Josefsson  <jas@extundo.com>
27978
27979         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
27980         including some doc fixes.
27981         (base64_encode_alloc): Fix +1 bug on allocation failures.
27982
27983 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27984
27985         * lib/base64.c (base64_encode): Do not read past end of array with
27986         unsanitized input on systems with CHAR_BIT > 8.
27987
27988 2006-03-24  Eric Blake  <ebb9@byu.net>
27989
27990         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
27991
27992 2006-03-22  Karl Berry  <karl@gnu.org>
27993
27994         * config/srclist.txt (*setenv.[ch]): get from coreutils.
27995         * config/srclistvars.sh (COREUTILS): new var.
27996
27997 2006-03-17  Jim Meyering  <jim@meyering.net>
27998
27999         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
28000         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
28001
28002 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
28003
28004         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
28005         no longer needs it.  Instead, check that regoff_t is as least
28006         as wide as ptrdiff_t.
28007
28008         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
28009         so that our regex.h stays compatible with the installed regex.
28010         This is helpful for installers who configure --without-included-regex.
28011         Problem reported by Emanuele Giaquinta.
28012
28013 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
28014
28015         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
28016         Typedef to long int, not to off_, as POSIX will likely change
28017         in that direction.
28018
28019 2006-03-15  Eric Blake  <ebb9@byu.net>
28020
28021         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
28022
28023 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
28024
28025         * lib/argp-help.c (validate_uparams): Fix typo
28026         * lib/argp-parse.c (argp_default_options): Consistently begin help
28027         messages with a lowercase letter.
28028
28029 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
28030
28031         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
28032         overrun buffers and shouldn't be used (much as gets shouldn't be
28033         used).
28034         * lib/time_r.c (asctime_r, ctime_r): Likewise.
28035
28036 2006-03-08  Simon Josefsson  <jas@extundo.com>
28037
28038         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
28039         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28040
28041 2006-03-08  Simon Josefsson  <jas@extundo.com>
28042
28043         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
28044         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28045
28046 2006-03-08  Simon Josefsson  <jas@extundo.com>
28047
28048         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
28049         signal that configure disabled the device.
28050
28051 2006-03-08  Simon Josefsson  <jas@extundo.com>
28052
28053         * build-aux/maint.mk: Fix refresh-po, to handle no translated
28054         languages.
28055
28056 2006-03-07  Simon Josefsson  <jas@extundo.com>
28057
28058         * modules/getopt (Depends-on): Add unistd.
28059
28060         * modules/unistd: New file.
28061
28062 2006-03-07  Simon Josefsson  <jas@extundo.com>
28063
28064         * modules/gc-random: New file.
28065
28066 2006-03-07  Simon Josefsson  <jas@extundo.com>
28067
28068         * m4/unistd_h.m4: New file.
28069
28070 2006-03-07  Simon Josefsson  <jas@extundo.com>
28071
28072         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
28073         test to be side-effect free by storing the result in the cache
28074         variable gl_cv_lib_readline, and moving the assignment of
28075         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
28076         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28077
28078 2006-03-07  Simon Josefsson  <jas@extundo.com>
28079
28080         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
28081         error on missing devices (the functions will return an error).
28082
28083         * m4/gc.m4: Move random stuff to gc-random.m4
28084
28085 2006-03-07  Simon Josefsson  <jas@extundo.com>
28086
28087         * lib/unistd_.h: New file.
28088
28089 2006-03-07  Simon Josefsson  <jas@extundo.com>
28090
28091         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
28092
28093 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
28094
28095         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
28096         Problem reported by Juan Manuel Guerrero.
28097
28098 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
28099
28100         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
28101         the unistd module.
28102         * lib/getlogin_r.c: Likewise.
28103         * lib/getlogin_r.h: Likewise.
28104         * lib/glob.c: Likewise.
28105         * lib/pagealign_alloc.c: Likewise.
28106         * lib/unistd_.h: Remove; no longer needed.
28107
28108 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
28109
28110         * MODULES.html.sh (Support for systems lacking POSIX:2001):
28111         Add unistd.
28112         * modules/c-stack (Depends-on): Add unistd.
28113         * modules/getlogin_r: Likewise.
28114         * modules/glob: Likewise.
28115         * modules/pagealign_alloc: Likewise.
28116         * modules/unistd (Files): Remove lib/unistd_.h.
28117         (EXTRA_DIST): Remove.
28118         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
28119         need unistd_.h.
28120         (MOSTLYCLEANFILES): Remove unistd.h-t.
28121
28122 2006-03-03  Simon Josefsson  <jas@extundo.com>
28123
28124         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
28125
28126 2006-03-03  Simon Josefsson  <jas@extundo.com>
28127
28128         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
28129         libidn and bison.
28130
28131 2006-03-03  Simon Josefsson  <jas@extundo.com>
28132
28133         * build-aux/maint.mk: Add indent target.
28134
28135 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
28136
28137         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
28138         our replacement poll.h in any case, to avoid a differing
28139         declaration from a system header.  Seen on AIX.
28140
28141 2006-03-01  Simon Josefsson  <jas@extundo.com>
28142
28143         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
28144         <kasal@ucw.cz>.
28145
28146 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28147
28148         * modules/gettime (Depends-on): Add extensions module.
28149         * modules/nanosleep (Depends-on): Likewise.
28150         * modules/settime (Depends-on): Likewise.
28151
28152 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28153
28154         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
28155         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
28156         pedantically.
28157         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
28158         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
28159
28160         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
28161         not "==".  Reported by Ralf Wildenhues.
28162
28163 2006-03-01  Karl Berry  <karl@gnu.org>
28164
28165         * doc/Copyright/request-*: new files, synced from gnuorg.
28166
28167 2006-03-01  Karl Berry  <karl@gnu.org>
28168
28169         * config/srclist.txt (Copyright/*): new entries.
28170
28171 2006-02-28  Simon Josefsson  <jas@extundo.com>
28172
28173         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
28174
28175 2006-02-27  Simon Josefsson  <jas@extundo.com>
28176
28177         * lib/base64.h: Indent #define's.  From Jim Meyering
28178         <jim@meyering.net>.
28179
28180 2006-02-27  Jim Meyering  <jim@meyering.net>
28181
28182         Revert the change of 2006-02-24, so these files can continue
28183         to be sync'd from gettext.
28184         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
28185         of `config.h'.
28186
28187 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28188
28189         * modules/intprops: New file.
28190         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
28191         Add intprops.
28192         * modules/getloadavg (Files): Remove lib/intprops.h.
28193         (Depends-on): Add intprops.
28194         * modules/human: Likewise.
28195         * modules/inttostr: Likewise.
28196         * modules/openat: Likewise.
28197         * modules/sig2str: Likewise.
28198         * modules/userspec: Likewise.
28199         * modules/utimecmp: Likewise.
28200         * modules/xnanosleep: Likewise.
28201         * modules/xstrtol: Likewise.
28202
28203 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
28204
28205         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
28206         * modules/lock-tests (TESTS): Use $(EXEEXT).
28207         * modules/tls-tests: Likewise.
28208         * modules/argp-tests: Likewise.
28209         (check_PROGRAMS): New var, replacing...
28210         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
28211
28212 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28213
28214         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
28215         `config.h'.
28216
28217 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
28218
28219         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
28220
28221 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28222
28223         Sync from coreutils.
28224         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
28225         gl_CHDIR_SAFER.
28226
28227 2006-02-22  Jim Meyering  <jim@meyering.net>
28228
28229         Sync from coreutils.
28230         * m4/chdir-safer.m4: New file.
28231
28232 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
28233
28234         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
28235         AT_FDCWD exceeds INT_MAX.
28236         * lib/openat.h (AT_FDCWD): Likewise.
28237
28238 2006-02-17  Eric Blake  <address@hidden>
28239
28240         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
28241
28242 2006-02-16  Simon Josefsson  <jas@extundo.com>
28243
28244         * modules/getaddrinfo (Depends-on): Add sys_socket.
28245
28246 2006-02-15  Simon Josefsson  <jas@extundo.com>
28247
28248         * build-aux/maint.mk: Add dsyntax-check rule.
28249
28250 2006-02-15  Eric Blake  <ebb9@byu.net>
28251
28252         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
28253         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
28254         'present but cannot compile' warnings on cygwin.
28255         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
28256         use ws2tcpip.h if sys/socket.h works.
28257         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
28258         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
28259
28260 2006-02-14  Simon Josefsson  <jas@extundo.com>
28261
28262         * modules/maintainer-makefile (Files): Rename.
28263
28264         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
28265         and (the local) Makefile.cfg to maint-cfg.mk.
28266
28267         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
28268         to the latter.
28269
28270         * modules/maintainer-makefile: New module.
28271
28272         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
28273         severaly stripped to make it possible to build it up from scratch
28274         with reliable tests.
28275
28276         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
28277         fixes to permit overriding the default actions when configure and
28278         makefile are not available.
28279
28280 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
28281
28282         Sync from coreutils.
28283         * modules/lstat (Depends-on): Don't depend on xalloc.
28284         (License): Change from GPL to LGPL, since this is now simply a
28285         replacement for a libc function.
28286
28287 2006-02-14  Jim Meyering  <jim@meyering.net>
28288
28289         Sync from coreutils.
28290
28291         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
28292         failure on deficient systems, and simplify gnulib lgpl dependencies.
28293         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
28294         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
28295
28296         * lib/xalloc-die.c: Remove unused definition of N_.
28297
28298 2006-02-14  Jim Meyering  <jim@meyering.net>
28299
28300         Sync from coreutils.
28301         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
28302         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
28303         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
28304         double-quote uses of that variable, to accommodate the rare case in
28305         which getmntent is available in none of the libraries checked.  This
28306         happens at least on FreeBSD 5.0.
28307
28308 2006-02-13  Simon Josefsson  <jas@extundo.com>
28309
28310         * gnulib-tool (Usage): Fix --import, from
28311         karl@freefriends.org (Karl Berry).
28312
28313 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
28314
28315         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
28316
28317 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
28318
28319         * lib/argp-namefrob.h: Restore changes accidentally lost during the
28320         "autoupdate" on 2005-12-12.
28321
28322 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
28323
28324         * modules/closeout (Depends-on): Remove atexit.
28325
28326 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
28327
28328         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
28329         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
28330
28331 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
28332
28333         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
28334         __EXTENSIONS__ if this causes compilation to fail.  Problem
28335         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
28336         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
28337
28338 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
28339
28340         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
28341         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
28342         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
28343         All uses changed.
28344
28345 2006-01-26  Simon Josefsson  <jas@extundo.com>
28346
28347         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
28348         prototype is visible on mingw32.
28349
28350         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
28351         for mingw32.
28352
28353         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
28354         mingw32).
28355
28356 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
28357
28358         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
28359         attempt to open for write; this always fails, at least on POSIX
28360         hosts.  This reinstates the 2006-01-09 change, which was
28361         inadvertently removed.
28362
28363 2006-01-26  Bruno Haible  <bruno@clisp.org>
28364
28365         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
28366         Reported by Paul Eggert.
28367
28368 2006-01-26  Bruno Haible  <bruno@clisp.org>
28369             Paul Eggert  <eggert@cs.ucla.edu>
28370
28371         * lib/stdbool_.h (_Bool)
28372         [(! (defined __cplusplus || defined __BEOS__)
28373           && !defined __GNUC__
28374           && !(defined __HP_cc || defined __xlc__
28375                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
28376                || defined __sgi))]:
28377         #define to signed char in these cases too; this simplifies
28378         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
28379         etc., separately) and makes it more conservative.
28380
28381 2006-01-25  Simon Josefsson  <jas@extundo.com>
28382
28383         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
28384         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
28385         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
28386
28387 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
28388
28389         * lib/argp-namefrob.h: Bugfix. Remove stray #
28390
28391 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
28392
28393         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
28394         so that we test the test.
28395         Check for yet another HP-UX cc bug involving *bool |= bool.
28396
28397 2006-01-25  Karl Berry  <karl@gnu.org>
28398
28399         * config/srclist.txt (vasnprintf.c): sync lost.
28400
28401 2006-01-25  Jim Meyering  <jim@meyering.net>
28402
28403         Sync from the stable (b5) branch of coreutils:
28404
28405         * lib/fts.c (fts_children): Don't let close() clobber errno from
28406         failed fchdir().
28407
28408         * lib/fts.c (fts_stat): When following a symlink-to-directory,
28409         don't necessarily interpret stat-fails+lstat-succeeds as indicating
28410         a dangling symlink.  That can also happen at least for ELOOP.
28411         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
28412         FYI, this bug predates the inclusion of fts.c in coreutils.
28413
28414         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
28415         in their own block, so pre-c99 compilers don't object.
28416
28417         Avoid the double-free (first in fts_read, second in fts_close) that
28418         would occur when an `active' directory is made inaccessible (e.g.,
28419         via chmod a-x) during a traversal.
28420         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
28421         before returning.  Reproduce this failure by
28422         mkdir -p a/b; cd a; chmod a-x . b
28423         Reported by Stavros Passas.
28424
28425 2006-01-25  Jim Meyering  <jim@meyering.net>
28426
28427         * lib/fileblocks.c: Remove more useless parentheses.
28428         * lib/readutmp.h: Likewise.
28429
28430 2006-01-25  Bruno Haible  <bruno@clisp.org>
28431
28432         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
28433         warnings.
28434         Reported by Paul Eggert.
28435
28436 2006-01-25  Bruno Haible  <bruno@clisp.org>
28437
28438         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
28439         rid of a trap command. For Solaris sh.
28440         Reported by Mark D. Baushke <mdb@gnu.org>.
28441
28442 2006-01-24  Simon Josefsson  <jas@extundo.com>
28443
28444         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
28445         Bruno.
28446
28447 2006-01-24  Karl Berry  <karl@gnu.org>
28448
28449         * config/srclist.txt (argp-namefrob.h): sync lost.
28450
28451 2006-01-24  Jim Meyering  <jim@meyering.net>
28452
28453         * modules/openat (Files): Add lib/intprops.h.
28454         From Mark D. Baushke.
28455
28456 2006-01-24  Jim Meyering  <jim@meyering.net>
28457
28458         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
28459         Reported by Mark D. Baushke.
28460
28461 2006-01-24  Jim Meyering  <jim@meyering.net>
28462
28463         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
28464
28465 2006-01-24  Bruno Haible  <bruno@clisp.org>
28466
28467         * modules/strnlen (Maintainer): Change from glibc to all.
28468
28469 2006-01-24  Bruno Haible  <bruno@clisp.org>
28470
28471         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
28472         Patch by Paul Eggert.
28473
28474 2006-01-24  Bruno Haible  <bruno@clisp.org>
28475
28476         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
28477         already has it.
28478         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
28479         2005-11-26.
28480
28481         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
28482         'signed char' to avoid problems with the built-in _Bool type.
28483         Reported by Paul Eggert on 2005-11-26.
28484
28485 2006-01-24  Bruno Haible  <bruno@clisp.org>
28486
28487         * gnulib-tool (func_import): Avoid constructing complicated sed
28488         expressions inside backquote.
28489         Report and solution by Mark D. Baushke <mdb@gnu.org>.
28490
28491 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
28492
28493         These changes imported from libc.
28494         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
28495         test and two separate function calls.
28496         * lib/strndup.c (__strndup): Add libc_hidden_def.
28497
28498 2006-01-23  Simon Josefsson  <jas@extundo.com>
28499
28500         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
28501         Remove the test_*_SOURCES variable: automake infers it by default.
28502         * modules/tls-tests: Likewise.
28503
28504 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28505
28506         Work around porting bugs reported by Dieter in
28507         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
28508         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
28509         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
28510         Include "getopt.h" first, to check interface.
28511         (getenv): Declare only if defined HAVE_DECL_GETENV &&
28512         !HAVE_DECL_GETENV.
28513         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
28514         (__strndup): Revert to K&R-style function dfns, the glibc style.
28515         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
28516         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
28517         Include strnlen.h first, to get prototype properly.
28518         (strnlen): Renamed from __strnlen.
28519         Remove weak alias.
28520
28521 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28522
28523         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
28524
28525 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28526
28527         * config/srclist.txt: Adjust to reflect glibc reorganization.
28528         This affects only comments.
28529
28530 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
28531
28532          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
28533          Reported by Bruce Korb <bkorb@gnu.org>.
28534
28535 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
28536
28537         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
28538         to pacify gcc -Wswitch-default.
28539
28540 2006-01-22  Bruno Haible  <bruno@clisp.org>
28541
28542         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
28543         temporary buffer for sprintf, take into account the precision also
28544         for 'd', 'i', 'u', 'o', 'x', 'X'.
28545
28546 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
28547
28548         * modules/argp-tests: New module
28549         * tests/test-argp.c: New file
28550         * tests/test-argp-2.sh: New file
28551
28552 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
28553
28554         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
28555         (__argp_base_name): Removed
28556         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
28557         typo.
28558         (__argp_base_name): Provide macro definition or extern declaration
28559         depending on the configuration
28560
28561 2006-01-20  Simon Josefsson  <jas@extundo.com>
28562
28563         * modules/inet_ntop (Depends-on): Depend on sys_socket.
28564
28565 2006-01-20  Simon Josefsson  <jas@extundo.com>
28566
28567         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
28568
28569 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
28570
28571         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
28572         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
28573         Suggested by Bruno Haible.
28574
28575 2006-01-20  Karl Berry  <karl@gnu.org>
28576
28577         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
28578         until changes propagate, I guess.
28579
28580 2006-01-19  Simon Josefsson  <jas@extundo.com>
28581
28582         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
28583
28584 2006-01-19  Simon Josefsson  <jas@extundo.com>
28585
28586         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
28587
28588 2006-01-19  Simon Josefsson  <jas@extundo.com>
28589
28590         * gnulib-tool: Set check_PROGRAMS.
28591
28592         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
28593         modules/des-tests, modules/gc-arcfour-tests,
28594         modules/gc-arctwo-tests, modules/gc-des-tests,
28595         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
28596         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
28597         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
28598         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
28599         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
28600         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
28601         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
28602         test_*_SOURCES.
28603
28604 2006-01-18  Simon Josefsson  <jas@extundo.com>
28605
28606         * modules/socklen (Depends-on): Depend on sys_socket.
28607
28608 2006-01-18  Simon Josefsson  <jas@extundo.com>
28609
28610         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
28611         modules/des-tests, modules/gc-arcfour-tests,
28612         modules/gc-arctwo-tests, modules/gc-des-tests,
28613         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
28614         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
28615         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
28616         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
28617         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
28618         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
28619         $(EXEEXT) to automake TESTS variable, for mingw32.
28620
28621 2006-01-17  Simon Josefsson  <jas@extundo.com>
28622
28623         * modules/socklen (Include): Need sys/socket.h.
28624
28625 2006-01-17  Bruno Haible  <bruno@clisp.org>
28626
28627         * modules/ssize_t (Include): Add <sys/types.h>.
28628
28629 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
28630
28631         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
28632         it's not portable and it doesn't work with cross-compiles.
28633         Problem reported by Bruno Haible.  Fix missing-$ typo in
28634         'test "gl_cv_ignore_unused_libraries" ...' that prevented
28635         -zignore from being used with Sun's C compiler.
28636
28637 2006-01-12  Simon Josefsson  <jas@extundo.com>
28638
28639         * lib/base64.c: Fix warning, reported by Bruno Haible
28640         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
28641
28642 2006-01-12  Bruno Haible  <bruno@clisp.org>
28643
28644         * modules/ldd: New file.
28645         * build-aux/ldd.sh.in: New file.
28646         * MODULES.html.sh (Support for building libraries and executables): Add
28647         ldd.
28648
28649 2006-01-12  Bruno Haible  <bruno@clisp.org>
28650
28651         * m4/ldd.m4: New file.
28652
28653 2006-01-12  Bruno Haible  <bruno@clisp.org>
28654
28655         * gnulib-tool (func_import, func_create_testdir): Don't go into an
28656         endless loop while replacing $auxdir with build-aux.
28657
28658 2006-01-11  Simon Josefsson  <jas@extundo.com>
28659
28660         * lib/stdint_.h (SIZE_MAX): Add missing (.
28661
28662 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
28663
28664         Sync from coreutils.
28665         * lib/md5.c: Fix commentary typos.
28666         (alignof, UNALIGNED_P): No need for a GCC-specific version.
28667         * lib/md5.h (__attribute__): Remove; unused.
28668         * lib/sha1.c: Fix commentary to match md5 better.
28669         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
28670         so that we don't need to worry about alignment.  All uses changed.
28671         This merges the 2005-10-28 md5 change into sha1.
28672
28673 2006-01-11  Jim Meyering  <jim@meyering.net>
28674
28675         Sync from coreutils.
28676         * lib/md5.c (OP): Fix spacing.
28677
28678 2006-01-11  Bruno Haible  <bruno@clisp.org>
28679
28680         Ensure automatic ordering between gl_LOCK and gl_ARGP.
28681         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
28682         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
28683
28684 2006-01-11  Bruno Haible  <bruno@clisp.org>
28685
28686         Ensure automatic ordering between gl_LOCK and gl_ARGP.
28687         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
28688         the "early" section as well.
28689
28690 2006-01-11  Bruno Haible  <bruno@clisp.org>
28691
28692         Avoid "ar: no archive members specified" error on MacOS X.
28693         * gnulib-tool (func_modules_add_dummy): New function.
28694         (func_import, func_create_testdir): Invoke it.
28695
28696 2006-01-11  Bruno Haible  <bruno@clisp.org>
28697
28698         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
28699         with $auxdir in AC_CONFIG_FILES statements.
28700
28701 2006-01-11  Bruno Haible  <bruno@clisp.org>
28702
28703         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28704         Initialize also noinst_HEADERS to empty.
28705
28706 2006-01-11  Bruno Haible  <bruno@clisp.org>
28707
28708         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
28709         variables.
28710         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
28711         autoreconf.
28712
28713 2006-01-11  Bruno Haible  <bruno@clisp.org>
28714
28715         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
28716         overridable by the user.
28717         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28718
28719 2006-01-10  Simon Josefsson  <jas@extundo.com>
28720
28721         * modules/sys_socket: New file.
28722
28723 2006-01-10  Simon Josefsson  <jas@extundo.com>
28724
28725         * m4/sys_socket_h.m4: New file.
28726
28727 2006-01-10  Simon Josefsson  <jas@extundo.com>
28728
28729         * lib/socket_.h: New file.
28730
28731 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28732
28733         * modules/readutmp (Maintainer): Add myself.
28734
28735 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28736
28737         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
28738         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
28739         People who are still concerned with buggy memcmp implementations
28740         can invoke gl_FUNC_MEMCMP themselves.
28741
28742 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28743
28744         * lib/regex_internal.h (BITSET_WORD_BITS):
28745         Work around a bug in 64-bit PGC (before version 6.1-2), where the
28746         preprocessor mishandles large unsigned values as if they were signed.
28747         Problem reported by Claudio Fontana in
28748         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
28749
28750 2006-01-10  Jim Meyering  <jim@meyering.net>
28751
28752         Avoid the double-free (first in fts_read, second in fts_close) that
28753         would occur when an `active' directory is made inaccessible (e.g.,
28754         via chmod a-x) during a traversal.
28755         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
28756         before returning.  Reproduce this failure by
28757         mkdir -p a/b; cd a; chmod a-x . b
28758         Reported by Stavros Passas.
28759
28760         Sync from coreutils.
28761         * lib/sha1.c: Tweak grammar in a comment.
28762
28763 2006-01-10  Jim Meyering  <jim@meyering.net>
28764
28765         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
28766         Patch by Joerg Sonnenberger.
28767
28768 2006-01-10  Bruno Haible  <bruno@clisp.org>
28769
28770         * modules/readutmp: Depend on module free.
28771         * modules/strtok_r: Depend on module restrict.
28772
28773 2006-01-10  Bruno Haible  <bruno@clisp.org>
28774
28775         * modules/gettext (configure.ac): Add an invocation of
28776         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
28777
28778 2006-01-10  Bruno Haible  <bruno@clisp.org>
28779
28780         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
28781         Reported by Werner Lemberg <wl@gnu.org>.
28782
28783 2006-01-10  Bruno Haible  <bruno@clisp.org>
28784
28785         * lib/localcharset.c: Update from GNU gettext.
28786
28787 2006-01-10  Bruno Haible  <bruno@clisp.org>
28788
28789         * lib/argp.h (__const): Remove macro. Use const instead.
28790         * lib/argp-fmtstream.h (__const): Likewise.
28791         * lib/glob_.h (__const): Remove macro.
28792         * lib/glob-libc.h: Use const instead of __const.
28793
28794 2006-01-10  Bruno Haible  <bruno@clisp.org>
28795
28796         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
28797         variable.
28798         Needed to avoid an automake error regarding the 'gettext' module.
28799
28800 2006-01-09  Simon Josefsson  <jas@extundo.com>
28801
28802         * modules/inet_ntop (Depends-on): Add restrict.
28803
28804 2006-01-09  Simon Josefsson  <jas@extundo.com>
28805
28806         * modules/gc-rijndael-tests (License): Put under LGPL.
28807
28808         * modules/gc-des-tests (License): Likewise.
28809
28810         * modules/gc-arcfour-tests (License): Likewise.
28811
28812         * modules/gc-arctwo-tests (License): Likewise.
28813
28814         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
28815
28816         * modules/gc-hmac-sha1-tests (Files): Likewise.
28817
28818         * modules/gc-hmac-md5-tests (License): Likewise.
28819
28820         * modules/gc-sha1-tests (License): Likewise.
28821
28822         * modules/gc-md5-tests (License): Likewise.
28823
28824         * modules/gc-md4-tests (License): Likewise.
28825
28826         * modules/gc-md2-tests (License): Likewise.
28827
28828         * modules/gc-tests (License): Likewise.
28829
28830         * modules/des-tests (License): Likewise.
28831
28832         * modules/md4-tests (License): Likewise.
28833
28834         * modules/md2-tests (License): Likewise.
28835
28836 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28837
28838         Sync from coreutils:
28839
28840         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
28841         * modules/lib-ignore: New file.
28842         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
28843         chdir-safer.m4, lchmod.m4.
28844         * modules/openat: Add mkdirat.c, openat-priv.h.
28845
28846 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28847
28848         Sync from coreutils.
28849         * m4/lib-ignore.m4: New file.
28850         * m4/lchmod.m4: New file.
28851
28852 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28853
28854         Sync from coreutils.
28855         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
28856         for write access: POSIX says that must fail.
28857         * lib/fts.c (diropen): Likewise.
28858         * lib/save-cwd.c (save_cwd): Likewise.
28859         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
28860         well, for minor improvements on hosts that lack O_DIRECTORY.
28861         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
28862         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
28863         Fall back on chown if open failed with EACCES.
28864
28865         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
28866         Report an error at compile-time if only a 1-second nominal clock
28867         resolution is found.
28868
28869         * lib/lchmod.h: New file.
28870         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
28871         (make_dir_parents): Use lchown rather than chown, and
28872         lchmod rather than chmod.
28873
28874         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
28875         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
28876         "proc" reported by n0dalus.
28877
28878         * lib/mountlist.c: Include <limits.h>.
28879         (dev_from_mount_options)
28880         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
28881         New function.  It no longer assumes "dev=" has the System V meaning
28882         on Linux (since it doesn't).  It also parses "dev=" more carefully.
28883         (read_file_system_list)
28884         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
28885         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
28886         dev= in that case.
28887
28888         * lib/posixtm.h (PDS_PRE_2000): New macro.
28889         * lib/posixtm.c (year): Arg is now syntax_bits rather than
28890         allow_century.  All usages changed.  Reject dates outside the range
28891         1969-1999 if PDS_PRE_2000 is used.
28892
28893 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28894
28895         Sync from coreutils.
28896         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
28897         (Time of day items): Mention the possibility of leap seconds.
28898         Problem reported by Dr. David Alan Gilbert.
28899
28900 2006-01-09  Jim Meyering  <jim@meyering.net>
28901
28902         Sync from coreutils.
28903
28904         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
28905
28906         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
28907
28908         * lib/modechange.c (mode_compile): Reject an invalid mode string
28909         that starts with an octal digit.  From Andreas Gruenbacher.
28910
28911         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
28912         and dup to open_safer and dup_safer, respectively.
28913         (openat_permissive): Fix typo in comment.
28914
28915         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
28916         "gettext.h"; either no longer needed or are guaranteed by openat.h.
28917         (_): Remove; no longer needed.
28918         (openat): Renamed from rpl_openat; no need for rpl_openat
28919         since openat.h renames openat for us.
28920         Replace most of the body with a call to openat_permissive,
28921         to avoid duplicate code.
28922         Port to (probably hypothetical) environments were mode_t is
28923         wider than int.
28924         (openat_permissive): Require mode arg, so that we can check
28925         types better.  Put it just after flags.  Change cwd failure
28926         indicator from pointer-to-bool to pointer-to-errno-value.
28927         All callers changed.
28928         Invoke openat_save_fail and/or openat_restore_fail if
28929         cwd_errno is null, so that openat can call us.
28930         (openat_permissive, fdopendir, fstatat, unlinkat):
28931         Simplify errno handling to avoid some duplicate code,
28932         as it's OK to set errno on success.
28933         * lib/openat.h: Revamp code so that function macros depend on
28934         __OPENAT_PREFIX only, not also on AT_FDCWD.
28935         (openat_ro): Remove.  Caller changed to use openat_permissive.
28936         (openat_permissive): Now a macro, if not a function.
28937         (openat_restore_fail, openat_save_fail): Now always functions,
28938         since mkdirat needs them even if __OPENAT_PREFIX is defined.
28939
28940         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
28941         and openat.c.
28942         * lib/mkdirat.c: Include openat-priv.h.
28943         Remove definitions of macros defined therein.
28944         * lib/openat.c: Likewise.
28945
28946         * lib/mkdirat.c (mkdirat): New file and function.
28947         * lib/openat.h (mkdirat): Declare.
28948
28949         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
28950
28951         * lib/openat.h (openat_permissive): Declare.
28952         (openat_ro): Define.
28953
28954         * lib/openat.c (EXPECTED_ERRNO): New macro.
28955         (openat_permissive): New function -- used in remove.c rewrite.
28956         (all functions): Set errno just before returning, only if there
28957         was an actual failure.
28958         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
28959
28960         Emulate openat-family functions using Linux's procfs, if possible.
28961         Idea and some code based on Ulrich Drepper's glibc changes.
28962
28963         * lib/openat.c: (BUILD_PROC_NAME): New macro.
28964         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
28965         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
28966         before falling back on save_cwd and restore_cwd.
28967         (fdopendir, fstatat, unlinkat): Likewise.
28968
28969         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
28970         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
28971
28972         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
28973         as second argument to va_arg.  Otherwise, some versions of gcc
28974         warn that `if this code is reached, the program will abort'.
28975
28976 2006-01-09  Jim Meyering  <jim@meyering.net>
28977
28978         Sync from coreutils.
28979         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
28980         Require openat-priv.h.
28981
28982 2006-01-09  Bruno Haible  <bruno@clisp.org>
28983
28984         * modules/strnlen (Include): Use strnlen.h.
28985
28986 2006-01-09  Bruno Haible  <bruno@clisp.org>
28987
28988         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
28989
28990 2006-01-09  Bruno Haible  <bruno@clisp.org>
28991
28992         * lib/sysexit_.h (EX_OK): New macro.
28993         Suggested by Martin Lambers <marlam@marlam.de>.
28994
28995 2006-01-09  Bruno Haible  <bruno@clisp.org>
28996
28997         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
28998         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
28999
29000 2006-01-09  Bruno Haible  <bruno@clisp.org>
29001
29002         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
29003         numbers.
29004
29005 2006-01-09  Bruno Haible  <bruno@clisp.org>
29006
29007         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
29008         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
29009         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
29010         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
29011
29012 2006-01-09  Bruno Haible  <bruno@clisp.org>
29013
29014         * build-aux/javacomp.sh.in: New file, moved from lib/.
29015         * modules/javacomp-script (Files): Update.
29016         (configure.ac): Add AC_CONFIG_FILES invocation.
29017         (EXTRA_DIST): Remove variable.
29018
29019         * build-aux/javaexec.sh.in: New file, moved from lib/.
29020         * modules/javaexec (Files): Update.
29021         (configure.ac): Add AC_CONFIG_FILES invocation.
29022         (EXTRA_DIST): Remove javaexec.sh.in.
29023
29024         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
29025         * modules/csharpcomp-script (Files): Update.
29026         (configure.ac): Add AC_CONFIG_FILES invocation.
29027         (EXTRA_DIST): Remove variable.
29028
29029         * build-aux/csharpexec.sh.in: New file, moved from lib/.
29030         * modules/csharpexec (Files): Update.
29031         (configure.ac): Add AC_CONFIG_FILES invocation.
29032         (EXTRA_DIST): Remove csharpexec.sh.in.
29033
29034 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
29035
29036         Sync from coreutils.
29037
29038         Add POSIX ACL support
29039         * lib/acl.h (copy_acl, set_acl): Add declarations.
29040         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
29041         systems other than Linux.
29042         (chmod_or_fchmod): New function: use fchmod when possible,
29043         and chmod otherwise.
29044         (file_has_acl): Add a POSIX ACL implementation, with a
29045         Linux-specific subcase.
29046         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
29047         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
29048         acls are unsupported.
29049         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
29050         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
29051         are unsupported.
29052
29053 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
29054
29055         Sync from coreutils.
29056         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
29057
29058 2006-01-07  Bruno Haible  <bruno@clisp.org>
29059
29060         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
29061         gl_EARLY.
29062
29063 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29064
29065         * lib/strftime.c (tzname): Don't declare if it is already #defined.
29066         Problem reported for Mingw by Mark Junker.
29067
29068 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29069
29070         * README: Gnulib normally doesn't generate a tarball.
29071
29072 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
29073
29074         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
29075         long int, not int, for nanosecond counts, so that people who are
29076         used to POSIX struct timespec won't be surprised.  Reported by Jim
29077         Meyering.
29078
29079 2005-12-28  Bruno Haible  <bruno@clisp.org>
29080
29081         * build-aux/config.rpath: Update from GNU gettext.
29082
29083 2005-12-16  Jim Meyering  <jim@meyering.net>
29084
29085         * modules/fprintftime: New module.
29086         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
29087
29088 2005-12-16  Jim Meyering  <jim@meyering.net>
29089
29090         * m4/fprintftime.m4: New file.
29091
29092 2005-12-16  Jim Meyering  <jim@meyering.net>
29093
29094         * lib/fprintftime.c, lib/fprintftime.h: New files.
29095
29096 2005-12-15  Simon Josefsson  <jas@extundo.com>
29097
29098         * modules/socklen (configure.ac): Fix M4 macro name, to align with
29099         new m4/socklen.m4.
29100
29101 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
29102
29103         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
29104         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
29105
29106 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
29107
29108         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
29109         * lib/argp-help.c (fill_in_uparams): Check if the constructed
29110         struct uparams is valid. Fall back to the default values if it is
29111         not.
29112
29113 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29114
29115         * modules/argp (Files): Add argp-pin.c
29116         (Depends-on): dirname
29117         (lib_SOURCES): Add argp-pin.c
29118
29119 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29120
29121         * m4/argp.m4:  Check if program_invocation_name and
29122         program_invocation_short_name are declared and define appropriate
29123         macros if they are not.
29124
29125 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29126
29127         * lib/argp-help.c (__argp_base_name): New function
29128         (__argp_short_program_name): Rewrite using __argp_base_name
29129         * lib/argp-namefrob.h: Define program_invocation_name and
29130         program_invocation_short_name if requested
29131         (__argp_base_name): Add prototype
29132         * lib/argp-parse.c (argp_def): Use gettext wrappers
29133         (argp_default_parser): Use __argp_base_name
29134         * lib/argp-pin.c: New file. Defines program_invocation_name and
29135         program_invocation_short_name on systems that lack them.
29136
29137 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
29138
29139         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
29140         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
29141         porting problem reported by Georg Schwarz in
29142         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
29143
29144 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
29145
29146         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
29147         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
29148         porting problem reported by Georg Schwarz in
29149         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
29150
29151 2005-12-05  Bruno Haible  <bruno@clisp.org>
29152
29153         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
29154         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
29155         Reported by Mark Junker <mjscod@gmx.de>.
29156
29157 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
29158
29159         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
29160         Use implementation from Albert Chin, with some
29161         comments/corrections by Stepan Kasal and myself.
29162
29163 2005-12-02  Bruno Haible  <bruno@clisp.org>
29164
29165         * gnulib-tool (func_import): Accept GPLed build tool modules when
29166         --lgpl is given.
29167         * modules/csharpcomp-script: New file.
29168         * modules/csharpcomp: Depend on it.
29169         * modules/javacomp-script: New file.
29170         * modules/javacomp: Depend on it.
29171         Suggested by Simon Josefsson.
29172
29173 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
29174
29175         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
29176         statement, to work around an HP-UX 10.20 compiler bug reported by
29177         Peter O'Gorman.
29178
29179 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
29180
29181         * modules/savedir (Depends-on): Add openat.
29182
29183 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
29184
29185         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
29186         (uintmax_t) [defined uintmax_t]: Do not declare.
29187         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
29188         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
29189         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
29190         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
29191         sake of portability to weird hosts that C allows (though we don't
29192         know of any practical examples).
29193
29194         * lib/savedir.h (fdsavedir): New decl.
29195         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
29196         contains most of the former guts of savedir.
29197         (savedir): Use savedirstream.
29198         Include "openat.h".
29199
29200 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
29201
29202         * modules/obstack (Files): Add m4/ulonglong.m4.
29203         Problem reported by Davide Angelocola.
29204
29205 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
29206
29207         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
29208         coreutils no longer futzes with rounding modes.
29209
29210 2005-11-14  Jim Meyering  <jim@meyering.net>
29211
29212         * lib/mkstemp-safer.c: Include <config.h>, required for possible
29213         replacement of mkstemp.
29214
29215 2005-11-10  Simon Josefsson  <jas@extundo.com>
29216
29217         * lib/readline.c: Remove EOL.
29218
29219 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29220
29221         * modules/gethrxtime (Depends-on): Add gettime.
29222
29223 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29224
29225         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
29226         or gettimeofday; no longer needed.
29227
29228 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29229
29230         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
29231         time business.
29232         (gethrxtime) [! (HAVE_NANOUPTIME
29233         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
29234         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
29235         our own approximation.
29236
29237 2005-11-08  Eric Blake  <ebb9@byu.net>
29238
29239         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
29240
29241 2005-11-08  Eric Blake  <ebb9@byu.net>
29242
29243         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
29244
29245 2005-11-04  Bruno Haible  <bruno@clisp.org>
29246
29247         * gnulib-tool: Implement --update mode.
29248
29249 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
29250
29251         Fix porting problem reported by Theodoros V. Kalamatianos.
29252         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
29253         Don't assume that futimes failing means we must fail.
29254
29255 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
29256
29257         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
29258         variables to suggest the intended function of the PATH_MAX check.
29259
29260 2005-10-30  Kean Johnston  <jkj@sco.com>
29261
29262         Trivial changes to support SCO systems.
29263         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
29264         as PATH_MAX.
29265         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
29266         where __ptr is null when no I/O is pending.
29267
29268 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29269
29270         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
29271         leave errno alone.  Problem reported by Dmitry V. Levin.
29272
29273 2005-10-28  Simon Josefsson  <jas@extundo.com>
29274
29275         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
29276         Test more.
29277
29278         * tests/test-gc-md2.c, tests/test-md2.c: New files.
29279
29280         * modules/md2, modules/md2-tests: New files.
29281
29282 2005-10-28  Simon Josefsson  <jas@extundo.com>
29283
29284         * m4/inet_ntop.m4: More tests.
29285
29286         * m4/gc-md2.m4, md2.m4: New file.
29287
29288 2005-10-28  Simon Josefsson  <jas@extundo.com>
29289
29290         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
29291         "restrict" keywords, as per POSIX.  Protect the function
29292         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
29293         Don't use K&R prototypes.  Check the sprintf return values.
29294         Re-define EAFNOSUPPORT if not present.  Indent.
29295
29296         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
29297         suggested by Bruno Haible <bruno@clisp.org>.
29298
29299         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
29300
29301         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
29302
29303         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
29304         libgcrypt).
29305
29306         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
29307
29308         * lib/md2.h, lib/md2.c: New files.
29309
29310 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
29311
29312         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
29313         errno alone.  Problem reported by Frederic Jolliton.
29314
29315 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
29316
29317         * modules/verify (License): Change from GPL to LGPL.  This is a
29318         tiny module and there are apparently near-equivalents that are
29319         under the BSD license.
29320
29321 2005-10-24  Simon Josefsson  <jas@extundo.com>
29322
29323         * modules/sha1: Relicense to LGPL.
29324
29325 2005-10-24  Simon Josefsson  <jas@extundo.com>
29326
29327         * lib/md4.h: Shrink buffer size, now that we changed the type.
29328
29329 2005-10-23  Simon Josefsson  <jas@extundo.com>
29330
29331         * gnulib-tool (func_import): Fix --tests-base.
29332
29333 2005-10-22  Simon Josefsson  <jas@extundo.com>
29334
29335         * modules/arcfour (Depends-on): Need stdint.
29336
29337 2005-10-22  Simon Josefsson  <jas@extundo.com>
29338
29339         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
29340         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
29341
29342 2005-10-22  Simon Josefsson  <jas@extundo.com>
29343
29344         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
29345         suggested by Bruno Haible <bruno@clisp.org>.
29346
29347 2005-10-22  Simon Josefsson  <jas@extundo.com>
29348
29349         * lib/crc.h: Include stddef.h, for size_t.
29350
29351 2005-10-22  Simon Josefsson  <jas@extundo.com>
29352
29353         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
29354         arcfour_context struct (simplify test vector testing in GNU
29355         Shishi).
29356
29357 2005-10-21  Simon Josefsson  <jas@extundo.com>
29358
29359         * modules/des, modules/des-tests: New files.
29360
29361         * modules/gc-des, modules/gc-des-tests: New files.
29362
29363         * tests/test-des.c, tests/test-gc-des.c: New file.
29364
29365 2005-10-21  Simon Josefsson  <jas@extundo.com>
29366
29367         * modules/arctwo, modules/arctwo-tests: New files.
29368
29369         * tests/test-arctwo.c: New file.
29370
29371         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
29372
29373         * tests/test-gc-arctwo.c: New file.
29374
29375 2005-10-21  Simon Josefsson  <jas@extundo.com>
29376
29377         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
29378         Bruno Haible <bruno@clisp.org>.
29379
29380         * m4/gc-des.m4: New file.
29381
29382 2005-10-21  Simon Josefsson  <jas@extundo.com>
29383
29384         * m4/arctwo.m4: New file.
29385
29386         * m4/gc-arctwo.m4: New file.
29387
29388 2005-10-21  Simon Josefsson  <jas@extundo.com>
29389
29390         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
29391         block.
29392
29393 2005-10-21  Simon Josefsson  <jas@extundo.com>
29394
29395         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
29396         <bruno@clisp.org>.
29397
29398         * lib/hmac-sha1.c (hmac_sha1): Likewise.
29399
29400         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
29401         Bruno Haible <bruno@clisp.org>.
29402
29403         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
29404         <bruno@clisp.org>.
29405
29406 2005-10-21  Simon Josefsson  <jas@extundo.com>
29407
29408         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
29409
29410 2005-10-21  Simon Josefsson  <jas@extundo.com>
29411
29412         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
29413
29414 2005-10-21  Simon Josefsson  <jas@extundo.com>
29415
29416         * lib/des.h, lib/des.c: New files.
29417
29418         * lib/gc-gnulib.c: Support DES.c
29419
29420 2005-10-21  Simon Josefsson  <jas@extundo.com>
29421
29422         * lib/arctwo.h, lib/arctwo.c: New files.
29423
29424         * lib/gc-gnulib.c: Support ARCTWO.
29425
29426 2005-10-21  Simon Josefsson  <jas@extundo.com>
29427
29428         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
29429         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29430
29431 2005-10-21  Simon Josefsson  <jas@extundo.com>
29432
29433         * gnulib-tool (func_import, func_create_testdir): Define automake
29434         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
29435         Makefile.am snippet),
29436         suggested by Bruno Haible <bruno@clisp.org>.
29437
29438         * modules/gc (Makefile.am): Use it.
29439
29440 2005-10-21  Bruno Haible  <bruno@clisp.org>
29441
29442         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
29443         patch.
29444
29445 2005-10-19  Simon Josefsson  <jas@extundo.com>
29446
29447         * tests/test-gc-rijndael.c: New file.
29448
29449         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
29450
29451 2005-10-19  Simon Josefsson  <jas@extundo.com>
29452
29453         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
29454         interface too.
29455
29456 2005-10-19  Simon Josefsson  <jas@extundo.com>
29457
29458         * tests/test-gc-arcfour.c: New file.
29459
29460         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
29461
29462 2005-10-19  Simon Josefsson  <jas@extundo.com>
29463
29464         * modules/gc-md4, modules/gc-md4-tests: New file.
29465
29466         * tests/test-gc-md4.c: New file.
29467
29468 2005-10-19  Simon Josefsson  <jas@extundo.com>
29469
29470         * m4/gc-md4.m4: New file.
29471
29472 2005-10-19  Simon Josefsson  <jas@extundo.com>
29473
29474         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
29475         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
29476         <kasal@ucw.cz>.
29477
29478 2005-10-19  Simon Josefsson  <jas@extundo.com>
29479
29480         * m4/gc-arcfour.m4: New file.
29481
29482         * m4/gc-rijndael.m4: New file.
29483
29484 2005-10-19  Simon Josefsson  <jas@extundo.com>
29485
29486         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
29487
29488 2005-10-19  Simon Josefsson  <jas@extundo.com>
29489
29490         * lib/gc-gnulib.c: Support ARCFOUR.
29491
29492 2005-10-19  Simon Josefsson  <jas@extundo.com>
29493
29494         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
29495         support.
29496
29497         * lib/gc.h: Add ECB enum type.
29498
29499         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
29500
29501 2005-10-18  Simon Josefsson  <jas@extundo.com>
29502
29503         * tests/test-md5.c: New file.
29504
29505         * modules/md5-tests: New file.
29506
29507 2005-10-18  Simon Josefsson  <jas@extundo.com>
29508
29509         * tests/test-md4.c: New file.
29510
29511         * modules/md4, modules/md4-tests: New files.
29512
29513 2005-10-18  Simon Josefsson  <jas@extundo.com>
29514
29515         * m4/md4.m4: New file.
29516
29517 2005-10-18  Simon Josefsson  <jas@extundo.com>
29518
29519         * lib/md4.h, lib/md4.c: New files, based on md5.?.
29520
29521 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
29522
29523         * gnulib-tool (func_create_testdir): Omit the second check whether
29524         BUILT_SOURCES in nonempty.
29525
29526 2005-10-17  Simon Josefsson  <jas@extundo.com>
29527
29528         * tests/test-rijndael.c: New file.
29529
29530 2005-10-17  Simon Josefsson  <jas@extundo.com>
29531
29532         * modules/sha1: Depend on stdint instead of md5.
29533
29534         * modules/md5: Depend on stdint, remove uint32_t.
29535
29536 2005-10-17  Simon Josefsson  <jas@extundo.com>
29537
29538         * modules/gc-sha1-tests: New file.
29539
29540         * tests/test-gc-sha1.c: New file.
29541
29542 2005-10-17  Simon Josefsson  <jas@extundo.com>
29543
29544         * m4/md5.m4: Remove call to uint32_t.m4.
29545
29546 2005-10-17  Simon Josefsson  <jas@extundo.com>
29547
29548         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
29549
29550         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
29551         md5.h.
29552
29553         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
29554
29555         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
29556
29557 2005-10-17  Simon Josefsson  <jas@extundo.com>
29558
29559         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
29560
29561 2005-10-17  Simon Josefsson  <jas@extundo.com>
29562
29563         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
29564
29565 2005-10-17  Simon Josefsson  <jas@extundo.com>
29566
29567         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
29568
29569         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
29570
29571 2005-10-17  Bruno Haible  <bruno@clisp.org>
29572
29573         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
29574         that it can also be used in a test.
29575
29576 2005-10-16  Bruno Haible  <bruno@clisp.org>
29577
29578         * gnulib-tool (func_emit_tests_Makefile_am): Also define
29579         TESTS_ENVIRONMENT, so that individual tests can augment it.
29580
29581         * gnulib-tool (func_create_testdir): Use an intermediate target for
29582         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
29583         macros, like $(ALLOCA_H), which cannot be passed through the command
29584         line.
29585
29586 2005-10-15  Simon Josefsson  <jas@extundo.com>
29587
29588         * modules/rijndael-tests: New file.
29589
29590         * modules/rijndael: New file.
29591
29592 2005-10-15  Simon Josefsson  <jas@extundo.com>
29593
29594         * m4/rijndael.m4: New file.
29595
29596 2005-10-15  Simon Josefsson  <jas@extundo.com>
29597
29598         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
29599
29600         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
29601
29602 2005-10-14  Simon Josefsson  <jas@extundo.com>
29603
29604         * tests/test-arcfour.c: New file.
29605
29606         * modules/arcfour, modules/arcfour-tests: New files.
29607
29608 2005-10-14  Simon Josefsson  <jas@extundo.com>
29609
29610         * m4/arcfour.m4: New file.
29611
29612 2005-10-14  Simon Josefsson  <jas@extundo.com>
29613
29614         * lib/arcfour.h, lib/arcfour.c: New files.
29615
29616 2005-10-14  Roland McGrath  <roland@redhat.com>
29617
29618         Import from libc.  [BZ #1331]
29619         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
29620         macro argument.
29621         Reported by Matej Vela <vela@debian.org>.
29622
29623 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
29624
29625         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
29626         include <wchar.h>; no longer needed.
29627
29628 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
29629
29630         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
29631
29632 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
29633         and  Ulrich Drepper  <drepper@redhat.com>
29634
29635         Import from libc.
29636         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
29637         instead of inline stream orientation test and two separate
29638         function calls.  Pay no attention to USE_IN_LIBIO.
29639
29640 2005-10-13  Simon Josefsson  <jas@extundo.com>
29641
29642         * modules/gc-hmac-md5-tests: New file.
29643
29644         * tests/test-gc-hmac-sha1.c: New file.
29645
29646         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
29647
29648         * modules/gc-hmac-md5-tests: New file.
29649
29650         * tests/test-gc-md5.c: New file.
29651
29652         * modules/gc-md5-tests: New file.
29653
29654 2005-10-13  Simon Josefsson  <jas@extundo.com>
29655
29656         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
29657         Move memory allocation outside of loop.
29658
29659 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
29660
29661         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
29662         intermediate directory is in a read-only file system.  Problem
29663         reported by Eric Blake.
29664
29665 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
29666
29667         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
29668
29669 2005-10-12  Simon Josefsson  <jas@extundo.com>
29670
29671         * tests/test-hmac-sha1.c: New file.
29672
29673         * modules/hmac-sha1-tests: New file.
29674
29675         * modules/hmac-sha1: New file.
29676
29677 2005-10-12  Simon Josefsson  <jas@extundo.com>
29678
29679         * modules/gc-sha1: New file.
29680
29681 2005-10-12  Simon Josefsson  <jas@extundo.com>
29682
29683         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
29684
29685         * tests/test-gc-pbkdf2-sha1.c: New file.
29686
29687 2005-10-12  Simon Josefsson  <jas@extundo.com>
29688
29689         * modules/gc-md5, modules/gc-hmac-md5: New files.
29690
29691         * modules/gc (Files): Remove md5, memxor and hmac files.
29692
29693 2005-10-12  Simon Josefsson  <jas@extundo.com>
29694
29695         * m4/gc-pbkdf2-sha1.m4: New file.
29696
29697         * m4/gc-hmac-sha1.m4: New file.
29698
29699         * m4/gc-sha1: New file.
29700
29701         * m4/hmac-sha1.m4: New file.
29702
29703 2005-10-12  Simon Josefsson  <jas@extundo.com>
29704
29705         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
29706
29707         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
29708
29709 2005-10-12  Simon Josefsson  <jas@extundo.com>
29710
29711         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
29712         suggested by Bruno Haible <bruno@clisp.org>.
29713
29714 2005-10-12  Simon Josefsson  <jas@extundo.com>
29715
29716         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
29717
29718 2005-10-12  Simon Josefsson  <jas@extundo.com>
29719
29720         * lib/gc-pbkdf2-sha1.c: New file.
29721
29722         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
29723
29724 2005-10-12  Simon Josefsson  <jas@extundo.com>
29725
29726         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
29727
29728         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
29729
29730 2005-10-12  Simon Josefsson  <jas@extundo.com>
29731
29732         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
29733         GC_USE_HMAC_MD5, respectively.
29734
29735         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
29736         (gc_md5): Fix typo.
29737
29738         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
29739
29740         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
29741
29742         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
29743
29744 2005-10-12  Bruno Haible  <bruno@clisp.org>
29745
29746         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
29747         Reported by Stepan Kasal <kasal@ucw.cz>.
29748
29749 2005-10-11  Simon Josefsson  <jas@extundo.com>
29750
29751         * tests/test-crc.c: New file.
29752
29753         * modules/crc, modules/crc-tests: New files.
29754
29755 2005-10-11  Simon Josefsson  <jas@extundo.com>
29756
29757         * m4/crc.m4: New file.
29758
29759 2005-10-11  Simon Josefsson  <jas@extundo.com>
29760
29761         * lib/gc.h: Add gc_hash and gc_hash_buffer.
29762
29763         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
29764
29765         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
29766
29767 2005-10-11  Simon Josefsson  <jas@extundo.com>
29768
29769         * lib/crc.h, lib/crc.c: New files.
29770
29771         * lib/gc.h (gc_hash_buffer): Add doc.
29772
29773 2005-10-11  Bruno Haible  <bruno@clisp.org>
29774
29775         * modules/c-strcasestr: New file.
29776         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
29777
29778 2005-10-11  Bruno Haible  <bruno@clisp.org>
29779
29780         * modules/c-strcase: New file.
29781         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
29782
29783 2005-10-11  Bruno Haible  <bruno@clisp.org>
29784
29785         * lib/strcasecmp.c: Include limits.h.
29786         (strcasecmp): Avoid integer overflow on exotic platforms.
29787         * lib/strncasecmp.c: Include limits.h.
29788         (strncasecmp): Avoid integer overflow on exotic platforms.
29789         Reported by Paul Eggert.
29790
29791 2005-10-11  Bruno Haible  <bruno@clisp.org>
29792
29793         * lib/c-strcasestr.h: New file, from GNU gettext.
29794         * lib/c-strcasestr.c: New file, from GNU gettext.
29795
29796 2005-10-11  Bruno Haible  <bruno@clisp.org>
29797
29798         * lib/c-strcase.h: New file, from GNU gettext.
29799         * lib/c-strcasecmp.c: New file, from GNU gettext.
29800         * lib/c-strncasecmp.c: New file, from GNU gettext.
29801
29802 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
29803
29804         * modules/mempcpy (License): GPL -> LGPL.
29805         * modules/strchrnul (License): Likewise.
29806         * modules/sysexits (License): Likewise.
29807
29808 2005-10-08  Simon Josefsson  <jas@extundo.com>
29809
29810         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
29811
29812 2005-10-07  Simon Josefsson  <jas@extundo.com>
29813
29814         * m4/memxor.m4: Remove gl_C_RESTRICT call.
29815
29816 2005-10-06  Simon Josefsson  <jas@extundo.com>
29817
29818         * tests/test-hmac-md5.c: New file.
29819
29820         * modules/hmac-md5-tests: New file.
29821
29822         * modules/hmac-md5: New file.
29823
29824 2005-10-06  Simon Josefsson  <jas@extundo.com>
29825
29826         * m4/hmac-md5.m4: New file.
29827
29828         * m4/memxor.m4: Require gl_C_RESTRICT.
29829
29830 2005-10-06  Simon Josefsson  <jas@extundo.com>
29831
29832         * lib/memxor.c (memxor): Avoid casts and warnings.
29833
29834 2005-10-06  Simon Josefsson  <jas@extundo.com>
29835
29836         * lib/hmac-md5.c: New file.
29837
29838         * lib/hmac.h: New file.
29839
29840 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
29841
29842         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
29843         promotes to int, not unsigned int, to catch the AIX 5.3
29844         compiler bug.
29845
29846 2005-10-05  Simon Josefsson  <jas@extundo.com>
29847
29848         * modules/memxor: New file.
29849
29850         * modules/iconv (Files): Move config.rpath to havelib, it is used
29851         there.
29852
29853         * modules/havelib (Files): Add config.rpath.
29854
29855 2005-10-05  Simon Josefsson  <jas@extundo.com>
29856
29857         * m4/memxor.m4: New file.
29858
29859 2005-10-05  Simon Josefsson  <jas@extundo.com>
29860
29861         * lib/memxor.c (memxor): Fix compiler error.
29862
29863         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
29864         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
29865
29866         * lib/memxor.h, lib/memxor.c: New files.
29867
29868         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
29869         we assume all systems have it, suggested by Jim Meyering
29870         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
29871         any systems lack sys/socket.h; mingw32 is known to lack it, but we
29872         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
29873         same reasons.
29874
29875 2005-10-05  Simon Josefsson  <jas@extundo.com>
29876
29877         * config/srclist.txt: Add glibc bug 1423 for md5.h.
29878
29879 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
29880
29881         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
29882         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
29883         needed, since the source code now assumes these .h files.
29884
29885 2005-10-05  Derek Price  <derek@ximbiot.com>
29886
29887         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
29888
29889 2005-10-05  Bruno Haible  <bruno@clisp.org>
29890
29891         * modules/stdint (License): Change to LGPL.
29892
29893 2005-10-04  Simon Josefsson  <jas@extundo.com>
29894
29895         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
29896         D. Baushke" <mdb@gnu.org>.
29897
29898 2005-10-04  Bruno Haible  <bruno@clisp.org>
29899
29900         * lib/verify.h (verify_true): Provide alternative definition for C++.
29901
29902 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
29903
29904         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
29905         (SSIZE_MAX): New macro, if not already defined.
29906         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
29907         than 2 GiB.
29908
29909 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
29910
29911         Sync from coreutils.
29912         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
29913         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
29914         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
29915         ULLONG_MAX doesn't work with 2.7.2.1.
29916
29917 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
29918
29919         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
29920         From Ben Pfaff.
29921
29922         * modules/exclude (Depends-on): Depend on verify.
29923         * modules/strtoimax (Depends-on): Likewise.
29924         * modules/utimecmp (Depends-on): Likewise.
29925
29926 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
29927
29928         * lib/exclude.c: Include verify.h.
29929         (verify): Remove.  All callers changed to use verify.h's version.
29930         * lib/strtoimax.c: Likewise.
29931         * lib/utimecmp.c: Likewis.e
29932
29933         Sync from coreutils.
29934         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
29935         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
29936         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
29937         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
29938         bother returning ENOSYS if settimeofday or stime fails; just let
29939         them return whatever errno they want to return.
29940         * lib/utimens.c: Include unistd.h, for dup2.
29941         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
29942         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
29943
29944 2005-10-02  Jim Meyering  <jim@meyering.net>
29945
29946         Sync from coreutils.
29947         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
29948         from glibc-2.2.5 that fails for read-only files.
29949
29950 2005-10-02  Jim Meyering  <jim@meyering.net>
29951
29952         Sync from coreutils.
29953         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
29954         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
29955         `#if HAVE_CONFIG_H'.
29956         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
29957         Remove AT_FDCWD test.
29958         Do not consume the fd unless successful.
29959         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
29960         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
29961         block, so that we don't even try to compile it if settimeofday is
29962         available.  This works around a compilation failure on OSF1 V5.1,
29963         due to stime requiring a `long int*' while tv_sec is `int'.
29964
29965 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
29966
29967         Sync from coreutils.
29968         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
29969         against `yes', rather than just testing for nonempty.
29970
29971 2005-10-01  Simon Josefsson  <jas@extundo.com>
29972
29973         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
29974         and Darwin.
29975
29976         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
29977         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
29978         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
29979         freeaddrinfo and gai_strerror are declared by the POSIX headers.
29980         Check if struct addrinfo is declared.
29981
29982 2005-10-01  Simon Josefsson  <jas@extundo.com>
29983
29984         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
29985         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
29986         AI_* and EAI_* definitions.  Protect function declarations.
29987
29988 2005-10-01  Jim Meyering  <jim@meyering.net>
29989
29990         Sync from coreutils.
29991
29992         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
29993         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
29994         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
29995         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
29996         in the inet and nsl libraries.  Required on Solaris 5.7.
29997
29998 2005-10-01  Jim Meyering  <jim@meyering.net>
29999
30000         Sync from coreutils.
30001         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
30002         in the inet and nsl libraries.  Required on Solaris 5.7.
30003
30004 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
30005
30006         * lib/getdelim.c (getdelim): Remove unused variables.
30007
30008 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
30009
30010         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
30011         so that the code works even with ancient cpp.  Portability problem
30012         with GCC 2.7.2.1 reported by Thomas M.Ott.
30013
30014 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
30015
30016         * modules/regex (Depends-on): Add strcase.
30017
30018         * modules/gethostname (Licence): Change from GPL to LGPL, since
30019         gethostname.c is a trivial implementation of a standard library
30020         function.
30021         * modules/poll (License): Change from GPL to LGPL, since it's
30022         derived from LGPL code.
30023
30024 2005-09-27  Jim Meyering  <jim@meyering.net>
30025
30026         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
30027         HAVE_CONFIG_H.
30028
30029         * lib/intprops.h (signed_type_or_expr__): Define.
30030         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
30031         for unsigned types.
30032
30033 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
30034
30035         * lib/verify.h (verify_expr): Remove, replacing with:
30036         (verify_true): New macro that returns true instead of void.
30037         (verify_type__): Remove.
30038         (verify): Use verify_true rather than verify_type__.
30039
30040 2005-09-26  Bruno Haible  <bruno@clisp.org>
30041
30042         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
30043         is necessary.
30044         (lib_SOURCES): Remove mbchar.c.
30045         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
30046         (Files): Add m4/mbrtowc.m4.
30047         * modules/mbiter: Likewise.
30048         * modules/mbuiter: Likewise.
30049
30050 2005-09-26  Bruno Haible  <bruno@clisp.org>
30051
30052         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
30053         compile mbchar.c if they are not both present.
30054         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
30055         * m4/mbiter.m4 (gl_MBITER): Likewise.
30056         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
30057         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
30058         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
30059
30060 2005-09-25  Jim Meyering  <jim@meyering.net>
30061
30062         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
30063         also uses socklen_t.
30064
30065 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
30066
30067         * lib/utimens.c (ENOSYS): Define if not already defined.
30068         (futimens): Support having a null PATH if the file descriptor
30069         is nonnegative.
30070
30071         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
30072         Remove.
30073         (__attribute): Define to empty unless GCC 3.1 or later.
30074         This works around a core dump on OpenBSD 3.4, which has GCC
30075         2.95.3, which dumps core when given __attribute__(()).  It also
30076         simplifies other tests, since we really don't want to bother with
30077         worrying about which ancient version of GCC supported what.
30078         Original problem reported by Yoann Vandoorselaere, with part of
30079         the fix suggested by Derek Price.
30080
30081 2005-09-24  Jim Meyering  <jim@meyering.net>
30082
30083         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
30084         so we can once again use a positive bitfield width of 1 -- now we
30085         don't have to explain why we were using a bitfield width of 2.
30086
30087 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
30088
30089         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
30090         and similarly for the other external symbols.  Problem reported
30091         by James Gallager.
30092
30093         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
30094         bug reported by Jim Meyering.
30095
30096         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
30097         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
30098         not needed, since socklen is a prerequisite module.
30099
30100 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
30101
30102         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
30103         Problem reported by Eric Blake.
30104         (getaddrinfo): Initialize se so that it's not garbage.
30105         Redo internal storage allocation so that it doesn't make unportable
30106         assumptions about alignment.
30107         Fix a memory leak.
30108
30109         * lib/utimens.c (futimens): Use futimesat if available.
30110         Prefer it to futimes since it doesn't have the futimes bug.
30111
30112         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
30113         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
30114         Instead, declare a function that returns a pointer to an array,
30115         and use verify_type__ to declare the size of the array.
30116         Problem and germ of a solution reported by Bruno Haible.
30117         (verify_type__): Use 2, not 1, for bitfield size, to avoid
30118         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
30119
30120 2005-09-23  Jim Meyering  <jim@meyering.net>
30121
30122         Sync from coreutils.
30123         Correct build failure (socklen_t not defined) on at least
30124         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
30125         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
30126
30127 2005-09-23  Jim Meyering  <jim@meyering.net>
30128
30129         * modules/getaddrinfo (Depends-on): Add socklen.
30130
30131 2005-09-23  Bruno Haible  <bruno@clisp.org>
30132
30133         * tests/test-verify.c: New file.
30134
30135 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30136
30137         Sync from coreutils.
30138
30139         * modules/argmatch (Depends-on): Add verify.
30140         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
30141         unistd-safer.
30142         * modules/save-cwd (Depends-on): Likewise.
30143
30144         * modules/openat (Files): Add lib/openat-die.c.
30145         (Depends-on): Remove error, exitfail.
30146         Add dirname.
30147
30148         * modules/verify: New file.
30149         * MODULES.html.sh (Diagnostics <assert.h>): New section,
30150         with "verify" module.
30151
30152 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30153
30154         Sync from coreutils.
30155
30156         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
30157         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
30158         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
30159         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
30160         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
30161         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
30162         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
30163         Don't bother checking for string.h, stdlib.h, unistd.h.
30164         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
30165         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
30166         module's job.
30167         * m4/jm-macros.m4 (gl_MACROS): Likewise.
30168         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
30169
30170         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
30171         (gl_GETDATE): Use it.
30172
30173         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
30174
30175 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30176
30177         Sync from coreutils.
30178
30179         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
30180         stat-time.h.
30181         * lib/argmatch.h: Include verify.h
30182         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
30183         (ARGMATCH_ASSERT): Remove; unused.
30184         * lib/canonicalize.c: Assume STDC_HEADERS.
30185         * lib/exclude.c: Include "strcase.h".
30186         * lib/regex_internal.h [!defined _LIBC]: Likewise.
30187         * lib/getusershell.c: Include stdio--.h rather than stdio.h
30188         and stdio-safer.h.
30189         (getusershell): Call fopen, not fopen_safer.
30190         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
30191         Do not include unistd-safer.h.
30192         (save_cwd): Don't call fd_safer; no longer needed
30193         now that we include fcntl--.h.
30194
30195         * lib/getdate.y (relative_time): New type.
30196         (RELATIVE_TIME_0): New constant.
30197         (parser_control): Use relative_time instead of doing it ourselves.
30198         (%union): Add new relative_time rel member.
30199         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
30200         Now typeless.
30201         (relunit, relunit_snumber): Now of type rel.
30202         (zone, rel, relunit, get_date): Adjust to above changes.
30203
30204         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
30205         Do not include unistd-safer.h.
30206         (getloadavg): Don't call fd_safer; no longer needed
30207         now that we include fcntl--.h.
30208
30209         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
30210         (make_dir_parents): Treat ENOSYS like EEXIST.
30211
30212         Improve quality of diagnostics on restore_cwd failure.
30213         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
30214         (make_dir_parents): Last arg is now int * (for errno), not bool *.
30215         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
30216         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
30217         each time through the loop.  Do not diagnose restore_cwd failure;
30218         that is the caller's job (and perhaps the caller does not care).
30219
30220         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
30221         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
30222         If the file already exists but is not a directory, don't bother
30223         to try to make its parents.
30224         Close potential file descriptor leak if we can't chdir("/") (!).
30225         Don't always return true if chdir($PWD) fails; return true only
30226         if the requested action was done successfully (except for the
30227         chdir($PWD)).
30228         Don't log final directory unless we actually made it.
30229         Refactor to avoid duplicate code to fix up permissions.
30230         Don't attempt to fix up parent permissions if chdir($PWD) fails.
30231
30232         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
30233         to make it a bit faster and (I hope) clearer.
30234         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
30235         Fix bug in formats like %2N.
30236
30237         * lib/verify.h: New file.
30238
30239 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30240
30241         Sync from coreutils.
30242         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
30243
30244 2005-09-22  Jim Meyering  <jim@meyering.net>
30245
30246         Sync from coreutils.
30247
30248         * m4/lstat.m4 (gl_FUNC_LSTAT):
30249         Use AC_LIBSOURCES to require lstat.c and lstat.h.
30250         Remove obsolete comment.
30251         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
30252         * m4/xstrtod.m4: Likewise.
30253
30254         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
30255
30256 2005-09-22  Jim Meyering  <jim@meyering.net>
30257
30258         Sync from coreutils.
30259
30260         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
30261
30262         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
30263         the .tm_year member, since otherwise gcc-4.0 would now warn about
30264         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
30265
30266         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
30267         order to avoid an unsuppressible warning from gcc on 64-bit systems.
30268
30269         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
30270         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
30271         when run in a time zone for which daylight savings time is in effect
30272         for the starting date.
30273
30274         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
30275         stop us from restricting permissions of just-created absolute-named
30276         directories.
30277         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
30278         to restore initial working directory.
30279         * lib/mkdir-p.c (make_dir_parents): New parameter:
30280         different_working_dir, to tell caller if/when we change the working
30281         directory and are unable to return to the initial one.
30282         * lib/mkdir-p.h (make_dir_parents): Update prototype.
30283         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
30284         `return false'.  This fixes a bug introduced on 2004-07-30.
30285
30286         * lib/openat.c (fdopendir): Be sure to close the supplied
30287         file descriptor before returning.  This makes our replacement
30288         implementation a little closer to Solaris's, where fdopendir
30289         ties the file descriptor to the returned DIR* pointer.
30290         * lib/openat.c (unlinkat): New function.
30291         * lib/openat.h (unlinkat): Add prototype.
30292         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
30293         (openat_restore_fail): Rename from openat_restore_die.
30294         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
30295
30296         Provide an alternative to exiting immediately upon save_cwd or
30297         restore_cwd failure.  Now, an application can arrange e.g.,
30298         to perform a longjump in that case.
30299         * lib/openat.c: Include dirname.h.
30300         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
30301         (rpl_openat, fdopendir, fstatat): Call openat_save_die
30302         and openat_restore_die rather than calling error directly.
30303         Don't include "error.h" or "exitfail.h"; they're no longer needed.
30304
30305         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
30306         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
30307         define.
30308
30309         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
30310         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
30311                             int utc, int nanoseconds);
30312         Background:
30313         date should not have to allocate a megabyte of virtual memory to
30314         handle a format argument like +%1048575T.  When implemented with
30315         strftime, it must allocate such a buffer, use strftime to fill it
30316         in, print it, then free it.
30317         With fprintftime, it simply prints everything and exits.
30318         With no need for memory allocation, that's one fewer way to fail.
30319         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
30320         optional field width, not before, so we accept %9:z, not %:9z.
30321         (my_strftime): Be sure to use L_('x') for literals.
30322
30323         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
30324         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
30325         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
30326         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
30327         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
30328         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
30329         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
30330         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
30331         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
30332         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
30333         * lib/xgethostname.c, lib/xreadlink.c:
30334         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
30335
30336         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
30337         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
30338         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
30339         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
30340         and don't include <sys/file.h>).
30341
30342 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
30343
30344         Sync from coreutils.
30345
30346         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
30347         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
30348         [!LDAV_DONE]: Avoid unused variable warning.
30349
30350 2005-09-21  Bruno Haible  <bruno@clisp.org>
30351
30352         * lib/unicodeio.h (unicode_to_mb): New declaration.
30353
30354 2005-09-20  Derek Price  <derek@ximbiot.com>
30355
30356         * lib/getaddrinfo.c: Don't include <netdb.h> included from
30357         getaddrinfo.h.
30358
30359 2005-09-20  Bruno Haible  <bruno@clisp.org>
30360
30361         * gnulib-tool: Remove trailing slashes from the values specified for
30362         --source-base, --m4-base, --tests-base, --aux-dir.
30363         Suggested by Simon Josefsson <jas@extundo.com>.
30364
30365 2005-09-20  Bruno Haible  <bruno@clisp.org>
30366
30367         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
30368         func_modules_to_filelist, func_import, func_create_testdir): Make all
30369         sorting results locale-independent, so that gnulib-cache.m4 doesn't
30370         change when gnulib-tool is invoked in a different locale.
30371
30372 2005-09-19  Simon Josefsson  <jas@extundo.com>
30373
30374         * m4/socklen.m4: Fix typo.
30375
30376 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30377
30378         Use a consistent style for including <config.h>.
30379         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
30380         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
30381         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
30382         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
30383         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
30384         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
30385         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
30386         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
30387         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
30388         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
30389         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
30390         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
30391         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
30392         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
30393         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
30394         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
30395         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
30396         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
30397         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
30398         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
30399         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
30400         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
30401         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
30402         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
30403         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
30404         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
30405         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
30406         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
30407         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
30408         lib/xstrtoumax.c, lib/yesno.c:
30409         Standardize inclusion of config.h.
30410         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
30411         lib/inttostr.h:  Removed inclusion of config.h from header files.
30412         * lib/inttostr.c:  Adjusted in-tree users.
30413         * lib/timespec.h: Remove superfluous warning to include config.h.
30414         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
30415         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
30416         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
30417         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
30418         config.h with HAVE_CONFIG_H.
30419
30420 2005-09-19  Jim Meyering  <jim@meyering.net>
30421
30422         * modules/pathmax (License): Change to LGPL.
30423
30424 2005-09-19  Derek Price  <derek@ximbiot.com>
30425
30426         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
30427
30428 2005-09-19  Bruno Haible  <bruno@clisp.org>
30429
30430         * gnulib-tool (import): Provide default for --tests-base.
30431
30432 2005-09-19  Bruno Haible  <bruno@clisp.org>
30433
30434         * doc/quote.texi: New file, extracted from gnulib.texi.
30435         * doc/ctime.texi: New file, extracted from gnulib.texi.
30436         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
30437         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
30438         * doc/gnulib.texi: Include them.
30439
30440 2005-09-18  Bruno Haible  <bruno@clisp.org>
30441
30442         Portability fix.
30443         * gnulib-tool (func_readlink): New function.
30444         (func_ln_if_changed): Use it.
30445
30446 2005-09-18  Bruno Haible  <bruno@clisp.org>
30447
30448         * gnulib-tool: Support --with-tests also with --import.
30449         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
30450         (func_import): Use variables $testsbase and $inctests. Emit a
30451         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
30452         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
30453         SUBDIRS += $testsdir.
30454         (func_create_testdir): Update.
30455
30456 2005-09-18  Bruno Haible  <bruno@clisp.org>
30457
30458         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
30459         instead of $dry_run.
30460         (func_cp_if_changed, func_mv_if_changed): Remove functions.
30461         (func_ln_if_changed): Don't handle dry-run here.
30462         (func_import): In dry-run mode, detect more precisely which actions
30463         would be performed, and don't use "...ing" verbs.
30464
30465 2005-09-18  Bruno Haible  <bruno@clisp.org>
30466
30467         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
30468         (func_import): Use join on two temporary files instead of three nested
30469         loops, in order to determine which files are new or old.
30470
30471 2005-09-18  Bruno Haible  <bruno@clisp.org>
30472
30473         * gnulib-tool (func_import): Comment out code that spits out the
30474         new files with --dry-run.
30475
30476 2005-09-18  Bruno Haible  <bruno@clisp.org>
30477
30478         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
30479
30480 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
30481
30482         * lib/stat-time.h: New file.
30483         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
30484         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
30485         in a different way.
30486         (timespec_cmp): New function.
30487         * lib/utimecmp.c: Include stat-time.h.
30488         (SYSCALL_RESOLUTION): Depend on whether various struct stat
30489         members exist, not on the obsolescent ST_MTIM_NSEC.
30490         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
30491
30492 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
30493
30494         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
30495
30496 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
30497
30498         * MODULES.html.sh (File system functions): Add stat-time.
30499         * modules/stat-time: New file.
30500         * modules/timespec (Files): Remove m4/st_mtim.m4; this
30501         is now done in a different way, by the stat-time module.
30502         * modules/utimecmp (Depends-on): Add stat-time.
30503
30504 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
30505
30506         * m4/st_mtim.m4: Remove.  Superseded by...
30507         * m4/stat-time.m4: New file.
30508         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
30509         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
30510
30511 2005-09-15  Derek Price  <derek@ximbiot.com>
30512
30513         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
30514
30515 2005-09-15  Derek Price  <derek@ximbiot.com>
30516
30517         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
30518         * lib/regex_internal.c: Ditto, using this...
30519         (__GNUC_PREREQ): ...new macro.
30520         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
30521         using...
30522         (__GNUC_PREREQ): ...this new macro.
30523
30524         * lib/strstr.h: Include string.h. Define strstr as a macro here.
30525
30526 2005-09-15  Derek Price  <derek@ximbiot.com>
30527             Paul Eggert  <eggert@cs.ucla.edu>
30528
30529         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
30530         changes, consolidating in...
30531         * lib/regex_internal.h: ...this file.
30532
30533 2005-09-13  Jim Meyering  <jim@meyering.net>
30534
30535         * lib/canon-host.c: Filter through gnu indent and reword comments
30536         slightly.
30537         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
30538
30539 2005-09-13  Derek Price  <derek@ximbiot.com>
30540
30541         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
30542         failure.
30543         Reported by Jim Meyering  <jim@meyering.net>.
30544
30545 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
30546
30547         * lib/base64.c: Typo.
30548         (base64_encode): Put b64str in initialized data section.
30549
30550 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
30551
30552         Merge glibc and coreutils changes into gnulib, plus a few
30553         extra fixes.
30554         * lib/md5.c: Use #error rather than a string.
30555         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
30556         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
30557         (__attribute__): Define to empty for non recent-GCC.
30558         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
30559         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
30560         Renamed from their non-__ counterparts, with new macros replacing
30561         them if not _LIBC.  Add __THROW attribute.
30562         (rol): Remove.
30563         (struct md5_ctx): Align buffer if using GCC.
30564         * lib/sha1.h (struct sha1_ctx): Likewise.
30565         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
30566         The old name was backwards.
30567         (NOTSWAP): Remove; not used.
30568         (rol): New macro, moved here from md5.h.
30569         (sha1_process_block): Remove a FIXME that doesn't make sense.
30570
30571 2005-09-12  Derek Price  <derek@ximbiot.com>
30572
30573         Return usable errors from canon-host.
30574         * lib/canon-host.h: New file.
30575         * lib/canon-host.c (canon_host): Wrap...
30576         (canon_host_r): ...this new function, which now relies exclusively on
30577         getaddrinfo.
30578         (ch_strerror): New function.
30579         (last_cherror): New global.
30580         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
30581         interface.
30582         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
30583         void *.
30584         (freeaddrinfo): Free ai->ai_canonname when set.
30585
30586 2005-09-12  Derek Price  <derek@ximbiot.com>
30587
30588         Make canon-host require getaddrinfo.
30589         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
30590         AC_LIBSOURCE canon-host.h.  Call...
30591         (gl_PREREQ_CANON_HOST): ...this new function, which requires
30592         gl_GETADDRINFO.
30593         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
30594
30595 2005-09-12  Derek Price  <derek@ximbiot.com>
30596
30597         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
30598         LGPL.
30599         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
30600
30601 2005-09-12  Derek Price  <derek@ximbiot.com>
30602
30603         * lib/gai_strerror.c: Include config.h when available.  Include
30604         getaddrinfo.h before other headers to test interface.
30605         Reported by Larry Jones <lawrence.jones@ugs.com>.
30606
30607 2005-09-12  Derek Price  <derek@ximbiot.com>
30608             Paul Eggert  <eggert@cs.ucla.edu>
30609
30610         * modules/glob (Files): Add glob-libc.h.
30611
30612 2005-09-12  Derek Price  <derek@ximbiot.com>
30613             Paul Eggert  <eggert@cs.ucla.edu>
30614
30615         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
30616         glob_.h, glob-libc.h.
30617         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
30618
30619 2005-09-12  Derek Price  <derek@ximbiot.com>
30620             Paul Eggert  <eggert@cs.ucla.edu>
30621
30622         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
30623         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
30624         protecting things that should be done only in gnulib contexts.
30625         * lib/glob_.h: New file, containing only the glob things needed for
30626         gnulib.
30627         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
30628         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
30629         (glob, globfree, glob_pattern_p): Now defined simply in terms of
30630         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
30631         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
30632         and to respect the namespace rules better.
30633
30634 2005-09-08  Simon Josefsson  <jas@extundo.com>
30635
30636         * modules/socklen: New file.
30637
30638 2005-09-08  Simon Josefsson  <jas@extundo.com>
30639
30640         * m4/socklen.m4: New file.
30641
30642 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30643
30644         * modules/utimens (Files): Add m4/utimbuf.m4, since
30645         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
30646         Reported by Sergey Poznyakoff.
30647
30648 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30649
30650         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
30651         definitions, since that's the preferred style in glibc.
30652         Fix a minor spacing issue, and update copyright notice to match
30653         glibc's.
30654
30655 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30656
30657         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
30658
30659 2005-09-06  Simon Josefsson  <jas@extundo.com>
30660
30661         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
30662         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
30663
30664 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30665
30666         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
30667         warning.
30668
30669 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30670
30671         * config/srclist.txt: Add glibc bug 1302.
30672
30673 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
30674
30675         Change bitset word type from unsigned int to unsigned long int,
30676         as this has better performance on typical 64-bit hosts.
30677         Port bitset code to hosts with unusual word sizes.
30678         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
30679         (build_collating_symbol):
30680         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
30681         argument is a bitset.  This is merely a style issue, but it makes
30682         it clearer that an entire array is expected.
30683         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
30684         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
30685         Port to the case where bitset_word is not the same as unsigned int.
30686         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
30687         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
30688         Likewise.
30689         * lib/regexec.c (check_dst_limits_calc_pos_1,
30690         check_subexp_matching_top):
30691         (build_trtable, group_nodes_into_DFAstates):
30692         Likewise.
30693         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
30694         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
30695         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
30696         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
30697         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
30698         * lib/regcomp.c (optimize_subexps, lower_subexp):
30699         Work even if bitset_word has holes in its bitwise representation.
30700         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
30701         * lib/regexec.c (check_dst_limits_calc_pos_1,
30702         check_subexp_matching_top):
30703         Likewise.
30704         * lib/regex_internal.c (re_string_reconstruct):
30705         Don't assume UCHAR_MAX == 255.
30706         * lib/regex_internal.h (bitset_set_all): Likewise.
30707         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
30708         All uses changed.
30709         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
30710         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
30711         All uses changed.
30712         (BITSET_WORD_MAX): New macro.
30713         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
30714         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
30715         (bitset_empty, bitset_copy):
30716         Prefer sizeof (bitset) to multiplying it out ourselves.
30717         (bitset_not_merge): Remove; unused.
30718         (bitset_contain): Return bool, not unsigned int with one bit on.
30719         All callers changed.
30720         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
30721         alignment than re_node_set; do this by defining a new internal
30722         type struct dests_alloc and using it to allocate memory.
30723
30724 2005-09-05  Bruno Haible  <bruno@clisp.org>
30725
30726         * gnulib-tool (func_import): Fix comparison in handling of symbolic
30727         links.
30728
30729 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
30730
30731         * modules/size_max (Makefile.am): Add size_max.h
30732
30733 2005-09-04  Derek Price  <derek@ximbiot.com>
30734
30735         * gnulib-tool (func_import): Fix reversed $symbolic logic.
30736
30737 2005-09-03  Simon Josefsson  <jas@extundo.com>
30738
30739         * gnulib-tool: Fix typo.
30740
30741 2005-09-03  Simon Josefsson  <jas@extundo.com>
30742
30743         * config/srclist.txt: Add glibc bug 1293.
30744
30745 2005-09-03  Derek Price  <derek@ximbiot.com>
30746
30747         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
30748         From Larry Jones <lawrence.jones@ugs.com>.
30749
30750 2005-09-02  Simon Josefsson  <jas@extundo.com>
30751
30752         * modules/socklen: New file.
30753
30754 2005-09-02  Simon Josefsson  <jas@extundo.com>
30755
30756         * modules/havelib: New module.
30757
30758         * modules/gettext, modules/iconv, modules/lock, modules/readline:
30759         Use havelib.
30760
30761 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
30762
30763         Check for arithmetic overflow when calculating sizes, to prevent
30764         some buffer-overflow issues.  These patches are conservative, in the
30765         sense that when I couldn't determine whether an overflow was possible,
30766         I inserted a run-time check.
30767         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
30768         macros.
30769         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
30770         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
30771         (re_xnrealloc, re_x2nrealloc): New inline functions.
30772         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
30773         parse_bracket_exp):
30774         (build_equiv_class, build_charclass): Check for arithmetic overflow
30775         in size expression calculations.
30776         * lib/regex_internal.c (re_string_realloc_buffers):
30777         (build_wcs_upper_buffer, re_node_set_add_intersect):
30778         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
30779         (re_dfa_add_node, register_state): Likewise.
30780         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
30781         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
30782         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
30783         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
30784
30785 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
30786
30787         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
30788         m4/ulonglong.m4.  Problem reported by Martin Lambers.
30789
30790 2005-09-02  Bruno Haible  <bruno@clisp.org>
30791
30792         Support for lib vs. lib64 distinction on biarch platforms.
30793         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
30794         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
30795         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
30796
30797 2005-09-02  Bruno Haible  <bruno@clisp.org>
30798
30799         * gnulib-tool (import): In the other first-use case, provide defaults
30800         as well.
30801
30802 2005-09-02  Bruno Haible  <bruno@clisp.org>
30803
30804         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
30805         patches not yet found in the latest gettext release.
30806
30807 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30808
30809         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
30810         to avoid a collision with bits/local_lim.h in glibc.
30811         All uses changed.  Problem reported by Dmitry V. Levin in
30812         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
30813
30814         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
30815         bugs in int versus size_t comparisons.
30816         (re_string_context_at): Fix bug where the code assumed that
30817         Idx is signed.
30818
30819         Use bool where appropriate.
30820         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
30821         All callers changed.
30822         (calc_eclosure_iter): Likewise, for ROOT arg.
30823         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
30824         (build_charclass_op): Likewise, for NON_MATCH arg.
30825         * lib/regex_internal.c (re_string_allocate, re_string_construct):
30826         (re_string_construct_common): Likewise, for ICASE arg.
30827         * lib/regexec.c (re_search_2_stub, re_search_stub):
30828         Likewise, for RET_LEN arg.
30829         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
30830         (set_regs): Likewise, for FL_BACKTRACK arg.
30831         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
30832         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
30833         (calc_eclosure_iter, parse_bracket_exp):
30834         Use bool for internal variables that are booleans.
30835         * lib/regexec.c (re_search_internal, check_matching,
30836         proceed_next_node):
30837         (set_regs, build_sifted_states, sift_states_bkref):
30838         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
30839         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
30840         (find_collation_sequence_value):
30841         Likewise.
30842         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
30843         (re_node_set_compare):
30844         Return bool, not int. All callers changed.
30845         * lib/regexec.c (check_halt_node_context, check_dst_limits):
30846         (build_trtable, check_node_accept): Likewise.
30847         * lib/regex_internal.h: Include stdbool.h.
30848
30849         Fix bugs uncovered when converting to bool.
30850         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
30851         failure instead of charging ahead blindly.
30852         * lib/regex_internal.c (register_state): Likewise.
30853         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
30854         for freeing internal storage.
30855         (group_nodes_into_DFA_states): Use unsigned int, not int, for
30856         bitset pieces used as boolean, to avoid undefined behavior
30857         on hosts that do int overflow checking.
30858
30859 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30860
30861         * config/srclist.txt: Add glibc bugs 1285-1287.
30862
30863 2005-09-01  Jim Meyering  <jim@meyering.net>
30864
30865         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
30866         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
30867         Require gl_STAT_MACROS, too.
30868
30869 2005-09-01  Bruno Haible  <bruno@clisp.org>
30870
30871         * gnulib-tool (import): In the first-use case, provide defaults.
30872
30873 2005-09-01  Bruno Haible  <bruno@clisp.org>
30874
30875         * gnulib-tool (func_import): Remove the .tmp files.
30876
30877 2005-09-01  Bruno Haible  <bruno@clisp.org>
30878
30879         * gnulib-tool (func_import): Fix handling of symbolic links.
30880
30881 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30882
30883         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
30884         old glibc regex code mishandles strings longer than 2**31 bytes.
30885         This patch fixes this when the regex code is used in gnulib
30886         (i.e., outside glibc).
30887
30888         This patch should not affect the use of the regex code inside
30889         glibc.  No doubt this problem also needs to be handled for glibc
30890         as well, but the result will be an incompatible change to the
30891         glibc ABI, and the old ABI will have to be supported too.  That
30892         can be the the subject for another patch.
30893
30894         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
30895         governing whether the rest of this patch is active.  By default,
30896         the macro is disabled and the patch has no effect.
30897         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
30898         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
30899         (struct re_pattern_buffer, re_search, re_search_2, re_match):
30900         (re_match_2, re_set_registers): Use the new types.
30901         * lib/regex_internal.h (Idx, re_hashval_t): New types.
30902         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
30903         New macros.
30904         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
30905         (re_string_context_at, bin_tree_t, re_dfastate_t):
30906         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
30907         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
30908         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
30909         (re_string_char_size_at, re_string_wchar_at):
30910         (re_string_elem_size_at):
30911         Use the new types and macros to port to 64-bit hosts.
30912         Use unsigned types for internal values, so that the code
30913         mostly works even for arrays larger than SSIZE_MAX.
30914         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
30915         (search_duplicated_node, calc_eclosure_iter, fetch_number):
30916         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
30917         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
30918         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
30919         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
30920         (calc_inveclosure, parse_dup_op, build_range_exp):
30921         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
30922         (fetch_number, create_token_tree, mark_opt_subexp):
30923         Likewise.
30924         * lib/regex_internal.c (re_string_construct_common,
30925         create_ci_newstate):
30926         (create_cd_newstate, re_string_allocate, re_string_construct):
30927         (re_string_realloc_buffers, build_wcs_upper_buffer):
30928         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
30929         (re_string_reconstruct, re_string_peek_byte_case):
30930         (re_string_fetch_byte_case, re_string_context_at):
30931         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
30932         (re_node_set_init_copy, re_node_set_add_intersect):
30933         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
30934         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
30935         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
30936         (re_acquire_state, re_acquire_state_context, register_state):
30937         Likewise.
30938         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
30939         search_cur_bkref_entry):
30940         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
30941         (re_search_internal, re_search_2_stub, re_search_stub)
30942         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
30943         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
30944         (update_cur_sifted_state, check_dst_limits):
30945         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
30946         (check_subexp_limits, sift_states_bkref, merge_state_array):
30947         (check_subexp_matching_top, get_subexp, get_subexp_sub):
30948         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
30949         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
30950         (expand_bkref_cache, check_node_accept_bytes):
30951         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
30952         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
30953         (acquire_init_state_context, check_halt_node_context):
30954         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
30955         (sift_states_backward, clean_state_log_if_needed):
30956         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
30957         (find_recover_state, transit_state_sb, transit_state_mb):
30958         (transit_state_bkref, build_trtable, match_ctx_clean):
30959         Likewise.
30960         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
30961         to work around an assumption that REG_MISSING is negative.
30962
30963         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
30964         (seek_collating_symbol_entry) [defined _LIBC]:
30965         (lookup_collation_sequence_value) [defined _LIBC]:
30966         (build_range_exp, build_collating_symbol) [defined _LIBC]:
30967         Use prototypes rather than old-style function definitions.
30968         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
30969         (transit_state_sb) [0]:
30970         (find_collation_sequence_value) [defined _LIBC]: Likewise.
30971
30972         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
30973         rm_eo.
30974
30975         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
30976         (optimize_subexps, lower_subexp):
30977         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
30978         since the signed shift might overflow.  Use 1u<<31 instead.
30979         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
30980         Likewise.
30981         * lib/regexec.c (check_dst_limits_calc_pos_1,
30982         check_subexp_matching_top): Likewise.
30983
30984         * lib/regcomp.c (optimize_subexps, lower_subexp):
30985         Use CHAR_BIT rather than 8, for clarity.
30986         * lib/regexec.c (check_dst_limits_calc_pos_1):
30987         (check_subexp_matching_top): Likewise.
30988         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
30989         have to worry about portability issues when shifting it left.
30990         Remove no-longer-needed test for table_size > 0.
30991         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
30992         in a word, as the resulting behavior is undefined.
30993         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
30994         in one case, a <= should have been an <, and in another case the
30995         whole test was missing.
30996         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
30997         the standard name CHAR_BIT.
30998         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
30999         this is not true on one's complement and signed-magnitude hosts.
31000
31001         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
31002         next_last_offset.
31003         (struct re_dfa_t): Remove unused member states_alloc.
31004         * lib/regcomp.c (init_dfa): Don't initialize unused members.
31005
31006 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31007
31008         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
31009         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
31010         and large-file glibc and in 32-bit large-file Solaris.
31011
31012 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31013
31014         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
31015         lengths fit in regoff_t; this isn't true if regoff_t is the same
31016         width as size_t.
31017         * lib/regex.c (re_search_internal): 5th arg is LAST_START
31018         (= START + RANGE) instead of RANGE.  This avoids overflow
31019         problems when regoff_t is the same width as size_t.
31020         All callers changed.
31021         (re_search_2_stub): Check for overflow when adding the
31022         sizes of the two strings.
31023         (re_search_stub): Check for overflow when adding START
31024         to RANGE; if it occurs, substitute the extreme value.
31025
31026 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31027
31028         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
31029
31030 2005-08-31  Jim Meyering  <jim@meyering.net>
31031
31032         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
31033         a pointer-to-const.
31034         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
31035         (register_state): Likewise.
31036         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
31037         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
31038         (group_nodes_into_DFAstates): Likewise.
31039
31040 2005-08-31  Jim Meyering  <jim@meyering.net>
31041
31042         * check-module: Add a FIXME comment.
31043
31044 2005-08-31  Eric Blake  <ebb9@byu.net>
31045
31046         * modules/unistd-safer (Files): Add unistd--.h.
31047         * modules/stdio-safer (Files): Add stdio--.h.
31048
31049 2005-08-31  Derek Price  <derek@ximbiot.com>
31050
31051         * lib/getdelim.c (getdelim): Return EOF on EOF.
31052         Reported by Larry Jones <lawrence.jones@ugs.com>.
31053
31054 2005-08-31  Bruno Haible  <bruno@clisp.org>
31055
31056         Avoid unnecessary diffs in the generated lib/Makefile.am.
31057         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
31058         the generated files.
31059         (func_import): Don't set cmd.
31060
31061 2005-08-31  Bruno Haible  <bruno@clisp.org>
31062
31063         * lib/strstr.c: Include <stddef.h>, for NULL.
31064         * lib/strcasestr.c: Likewise.
31065         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
31066
31067 2005-08-31  Bruno Haible  <bruno@clisp.org>
31068
31069         * gnulib-tool: New option --macro-prefix.
31070         (func_import): Use macro_prefix.
31071         (import): Handle option --macro-prefix.
31072
31073 2005-08-31  Bruno Haible  <bruno@clisp.org>
31074
31075         * gnulib-tool (import): Rename most ac_* variables to cached_*.
31076         Also use new variables cached_lgpl, cached_libtool.
31077
31078 2005-08-31  Bruno Haible  <bruno@clisp.org>
31079
31080         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
31081         always instantiating them.
31082
31083 2005-08-31  Bruno Haible  <bruno@clisp.org>
31084
31085         * gnulib-tool (func_import): Read the previous cached settings
31086         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
31087         earlier added by gnulib but are now dropped. Warn when a gnulib file
31088         overwrites a non-gnulib file.
31089
31090 2005-08-31  Bruno Haible  <bruno@clisp.org>
31091
31092         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
31093         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
31094         projects that don't keep autogenerated files in CVS. Put into
31095         actioncmd only the specified modules, not the transitive closure.
31096
31097 2005-08-31  Bruno Haible  <bruno@clisp.org>
31098
31099         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
31100         Create directories that shall be filled.
31101         (import): Don't look for gl_* macros in configure.ac. Recurse across
31102         all directories containing a gnulib-cache.m4 files, if meaningful.
31103
31104 2005-08-31  Bruno Haible  <bruno@clisp.org>
31105
31106         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
31107         (import): Set seen_libtool when we see gl_LIBTOOL.
31108
31109 2005-08-31  Bruno Haible  <bruno@clisp.org>
31110
31111         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
31112         declaration macro definitions from generated gnulib.m4.
31113
31114 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
31115
31116         * lib/iconvme.h: Add prototype for iconv_alloc.
31117
31118 2005-08-29  Simon Josefsson  <jas@extundo.com>
31119
31120         * lib/iconvme.c: Fix errno.
31121
31122 2005-08-29  Bruno Haible  <bruno@clisp.org>
31123
31124         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
31125         that it works when the directory contains spaces.
31126
31127 2005-08-29  Bruno Haible  <bruno@clisp.org>
31128
31129         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
31130
31131 2005-08-29  Bruno Haible  <bruno@clisp.org>
31132
31133         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
31134         Emit more advice.
31135
31136 2005-08-29  Bruno Haible  <bruno@clisp.org>
31137         and Stepan Kasal  <kasal@ucw.cz>
31138
31139         * check-module: If more parameters are given, check each of them
31140         separately; add more exceptions, as noted by Jim Meyering.
31141         (check_module): New procedure.
31142         (%exempt_header): Now contains all exceptions.
31143
31144 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
31145
31146         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
31147
31148 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
31149
31150         * lib/iconvme.c: Split iconv_string into iconv_alloc.
31151
31152 2005-08-28  Bruno Haible  <bruno@clisp.org>
31153
31154         * m4/gnulib-tool.m4: New file.
31155
31156 2005-08-27  Jim Meyering  <jim@meyering.net>
31157
31158         * modules/unistd-safer (Files): Add pipe-safer.c.
31159         * modules/fcntl-safer (Files): Add creat-safer.c.
31160
31161 2005-08-27  Jim Meyering  <jim@meyering.net>
31162
31163         * m4/stdlib-safer.m4: New file.  From coreutils.
31164         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
31165         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
31166         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
31167         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
31168         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
31169
31170 2005-08-27  Jim Meyering  <jim@meyering.net>
31171
31172         * lib/fopen-safer.c: Merge minor changes from coreutils.
31173         * lib/dup-safer.c: Likewise.
31174         * lib/fd-safer.c: Likewise.
31175
31176         Merge from coreutils.
31177         * lib/stdio--.h: New file.
31178         * lib/stdlib--.h: New file.
31179         * lib/mkstemp-safer.c: New file.
31180
31181         GNU tar needs these.
31182         * lib/pipe-safer.c: New file.
31183         * lib/creat-safer.c: New file.
31184         * lib/fcntl--.h (creat): Define to creat_safer.
31185         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
31186         * lib/unistd--.h (pipe): Define to pipe_safer.
31187         * lib/unistd-safer.h: Declare pipe_safer.
31188
31189 2005-08-26  Simon Josefsson  <jas@extundo.com>
31190
31191         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
31192         Haible <bruno@clisp.org>.
31193
31194 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
31195
31196         * lib/regex_internal.h: Remove all references to
31197         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
31198         or better.
31199         (bitset_not, bitset_merge, bitset_not_merge):
31200         (bitset_mask, re_string_allocate, re_string_construct):
31201         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
31202         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
31203         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
31204         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
31205         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31206         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31207         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
31208         (re_acquire_state_context):
31209         Remove unnecessary forward decls.
31210         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
31211         Put __attribute at function definition,
31212         now that the function decl has been removed.
31213         * lib/regex_internal.c (re_string_peek_byte_case):
31214         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
31215         Likewise.
31216
31217 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
31218
31219         * m4/regex.m4: Add AC_PREREQ(2.50).
31220         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
31221
31222 2005-08-25  Simon Josefsson  <jas@extundo.com>
31223
31224         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
31225         __fsetlocking.
31226
31227 2005-08-25  Simon Josefsson  <jas@extundo.com>
31228
31229         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
31230         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
31231         GLIBC specific code.
31232
31233 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31234
31235         Make regex safe for g++.  This fixes one real bug (an "err"
31236         that should have been "*err").  g++ problem reported by
31237         Sam Steingold.
31238         * lib/regex_internal.h (re_calloc): New macro, consistent with
31239         re_malloc etc.  All callers of calloc changed to use re_calloc.
31240         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
31241         not int.  All callers changed.
31242         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
31243         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
31244         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
31245         (find_recover_state): Change "err" to "*err"; this fixes what
31246         appears to be a real bug.
31247         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
31248         versus int.
31249
31250 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31251
31252         * modules/regex (Depends-on): Add malloc, since the code
31253         assumes that !malloc(0) means failure.
31254
31255 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31256
31257         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
31258
31259         alloca modernization/simplification for regex.
31260         * lib/regex.c: Remove portability cruft for alloca.  This no longer
31261         needs to be at the start of the file, and can be moved into
31262         regex_internal.h and simplified.
31263         * lib/regex_internal.h: Include <alloca.h>.
31264         (__libc_use_alloca) [!defined _LIBC]: New macro.
31265         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
31266         now works outside glibc.
31267
31268 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31269
31270         * config/srclist.txt: Add glibc bugs 1241, 1245.
31271
31272 2005-08-25  Jim Meyering  <jim@meyering.net>
31273
31274         * lib/open-safer.c: Include <config.h>.
31275         Otherwise, we'd lose LARGEFILE support in any file using
31276         e.g. "fcntl--.h"
31277
31278 2005-08-25  Bruno Haible  <bruno@clisp.org>
31279
31280         * m4/minmax.m4: Require autoconf 2.52.
31281         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
31282         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
31283         alternatives of translit over the alphabet.
31284         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
31285
31286 2005-08-24  Simon Josefsson  <jas@extundo.com>
31287
31288         * tests/test-getpass.c: New file.
31289
31290 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31291
31292         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
31293         for GNU regex features.
31294
31295 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31296
31297         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
31298         * lib/regex.h (regerror): Likewise.
31299
31300         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
31301         requires this.  (The code never needed it.)
31302
31303         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
31304         All uses of recently-renamed identifiers changed to use the new,
31305         POSIX-compliant names.  The code will build and run just fine
31306         without these changes, but it's better to eat our own dog food
31307         and use the standard-conforming names.
31308
31309         * lib/regex.h: Fix a multitude of POSIX name space violations.
31310         These changes have an effect only for programs that define
31311         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
31312         do not change anything for programs compiled in the normal way.
31313         Also, there is no effect on the ABI.
31314
31315         (_REGEX_SOURCE): New macro.
31316         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
31317         defined and _GNU_SOURCE is not; this fixes a name space violation.
31318
31319         Rename the following macros to obey POSIX requirements.
31320         The old names are still visible as macros if _REGEX_SOURCE is defined.
31321         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
31322         RE_BACKSLASH_ESCAPE_IN_LISTS.
31323         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
31324         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
31325         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
31326         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
31327         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
31328         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
31329         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
31330         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
31331         (REG_INTERVALS): renamed from RE_INTERVALS.
31332         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
31333         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
31334         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
31335         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
31336         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
31337         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
31338         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
31339         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
31340         RE_UNMATCHED_RIGHT_PAREN_ORD.
31341         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
31342         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
31343         (REG_DEBUG): renamed from RE_DEBUG.
31344         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
31345         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
31346         unusual, since we can't clash with the POSIX REG_ICASE.
31347         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
31348         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
31349         (REG_NO_SUB): renamed from RE_NO_SUB.
31350         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
31351         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
31352         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
31353         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
31354         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
31355         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
31356         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
31357         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
31358         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
31359         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
31360         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
31361         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
31362         RE_SYNTAX_POSIX_MINIMAL_BASIC.
31363         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
31364         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
31365         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
31366         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
31367         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
31368         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
31369         (REG_FIXED): Renamed from REGS_FIXED.
31370         (REG_NREGS): Renamed from RE_NREGS.
31371
31372         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
31373         of other REG_* macros, since POSIX says the user is allowed to
31374         #undef these macros selectively.
31375
31376         (reg_errcode_t): Update comment stating what other tables need
31377         to be consistent.
31378
31379         Rename the following enum values to obey POSIX requirements.
31380         The old names are still visible as macros.
31381         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
31382         is not defined, since GNU is supposed to be a superset of POSIX as
31383         much as possible, and since we want reg_errcode_t to be a signed
31384         type for implementation consistency.
31385         (_REG_NOERROR): Renamed from REG_NOERROR.
31386         (_REG_NOMATCH): Renamed from REG_NOMATCH.
31387         (_REG_BADPAT): Renamed from REG_BADPAT.
31388         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
31389         (_REG_ECTYPE): Renamed from REG_ECTYPE.
31390         (_REG_EESCAPE): Renamed from REG_EESCAPE.
31391         (_REG_ESUBREG): Renamed from REG_ESUBREG.
31392         (_REG_EBRACK): Renamed from REG_EBRACK.
31393         (_REG_EPAREN): Renamed from REG_EPAREN.
31394         (_REG_EBRACE): Renamed from REG_EBRACE.
31395         (_REG_BADBR): Renamed from REG_BADBR.
31396         (_REG_ERANGE): Renamed from REG_ERANGE.
31397         (_REG_ESPACE): Renamed from REG_ESPACE.
31398         (_REG_BADRPT): Renamed from REG_BADRPT.
31399         (_REG_EEND): Renamed from REG_EEND.
31400         (_REG_ESIZE): Renamed from REG_ESIZE.
31401         (_REG_ERPAREN): Renamed from REG_ERPAREN.
31402         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
31403         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
31404         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
31405         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
31406
31407         (_REG_RE_NAME, _REG_RM_NAME): New macros.
31408         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
31409         changed.  But support the old name if the new one is not defined
31410         and if _REGEX_SOURCE.
31411
31412         Change the following member names in struct re_pattern_buffer.
31413         The old names are still supported if !_REGEX_SOURCE.
31414         The new names are always supported, regardless of _REGEX_SOURCE.
31415         (re_buffer): Renamed from buffer.
31416         (re_allocated): Renamed from allocated.
31417         (re_used): Renamed from used.
31418         (re_syntax): Renamed from syntax.
31419         (re_fastmap): Renamed from fastmap.
31420         (re_translate): Renamed from translate.
31421         (re_can_be_null): Renamed from can_be_null.
31422         (re_regs_allocated): Renamed from regs_allocated.
31423         (re_fastmap_accurate): Renamed from fastmap_accurate.
31424         (re_no_sub): Renamed from no_sub.
31425         (re_not_bol): Renamed from not_bol.
31426         (re_not_eol): Renamed from not_eol.
31427         (re_newline_anchor): Renamed from newline_anchor.
31428
31429         Change the following member names in struct re_registers.
31430         The old names are still supported if !_REGEX_SOURCE.
31431         The new names are always supported, regardless of _REGEX_SOURCE.
31432         (rm_num_regs): Renamed from num_regs.
31433         (rm_start): Renamed from start.
31434         (rm_end): Renamed from end.
31435
31436         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
31437         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
31438         Prepend __ to parameter names.
31439
31440         Undo yesterday's changes.
31441
31442 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31443
31444         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
31445         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
31446         lib/regex.c.
31447
31448 2005-08-24  Jim Meyering  <jim@meyering.net>
31449
31450         Sync from coreutils.
31451         * m4/fcntl-safer.m4: New file.
31452
31453         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
31454         and object files for this module.
31455
31456 2005-08-24  Jim Meyering  <jim@meyering.net>
31457
31458         Sync from coreutils.
31459         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
31460
31461 2005-08-24  Jim Meyering  <jim@meyering.net>
31462
31463         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
31464         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
31465
31466 2005-08-24  Jim Meyering  <jim@meyering.net>
31467
31468         * modules/fcntl-safer: New module.
31469         * modules/fts (Depends-on): Add fcntl-safer.
31470         * MODULES.html.sh (File descriptor based Input/Output):
31471         Add fcntl-safer.
31472
31473 2005-08-24  Bruno Haible  <bruno@clisp.org>
31474
31475         Support for unit test modules.
31476         * modules/README: Mention tests modules.
31477         * modules/TEMPLATE-TESTS: New file.
31478         * gnulib-tool: New options --extract-tests-module, --with-tests and
31479         --tests-base (unused for the moment).
31480         (testsbase, inctests): New variables.
31481         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
31482         (func_verify_module): Exclude TEMPLATE-TESTS.
31483         (func_verify_nontests_module, func_verify_tests_module): New functions.
31484         (func_get_dependencies): Add implicit dependency for tests modules.
31485         (func_get_tests_module): New function.
31486         (func_modules_transitive_closure): When --with-tests was specified,
31487         include the unit tests as well, unless explicitly avoided.
31488         (func_emit_lib_Makefile_am): Ignore the tests modules here.
31489         (func_emit_tests_Makefile_am): New function.
31490         (func_create_testdir): When --with-tests was specified, emit a
31491         tests/ directory.
31492         * MODULES.html.sh (Future developments): Update.
31493
31494 2005-08-24  Bruno Haible  <bruno@clisp.org>
31495
31496         * modules/tls-tests: New file.
31497         * tests/test-tls.c: New file, from GNU gettext.
31498
31499 2005-08-24  Bruno Haible  <bruno@clisp.org>
31500
31501         * modules/lock-tests: New file.
31502         * tests/test-lock.c: New file, from GNU gettext.
31503
31504 2005-08-24  Bruno Haible  <bruno@clisp.org>
31505
31506         * lib/lock.h: Add multiple inclusion guard.
31507         * lib/tls.h: Add multiple inclusion guard.
31508
31509 2005-08-24  Bruno Haible  <bruno@clisp.org>
31510
31511         * gnulib-tool: Add support for the --aux-dir option to
31512         --create-testdir, --create-megatestdir, --test, --megatest.
31513         (func_create_testdir, func_create_megatestdir): Optionally emit a
31514         AC_CONFIG_AUX_DIR directive.
31515         (create-testdir, create-megatestdir, test, megatest): Provide a
31516         default value for $auxdir.
31517
31518 2005-08-24  Bruno Haible  <bruno@clisp.org>
31519
31520         * gnulib-tool (import): Use compound statement instead of subshell
31521         where possible.
31522
31523 2005-08-24  Bruno Haible  <bruno@clisp.org>
31524
31525         * gnulib-tool (import): Change --aux-dir default to "build-aux".
31526
31527 2005-08-24  Bruno Haible  <bruno@clisp.org>
31528
31529         * gnulib-tool (func_version): Update.
31530
31531 2005-08-24  Bruno Haible  <bruno@clisp.org>
31532
31533         * gnulib-tool (func_import, func_create_testdir,
31534         func_create_megatestdir): Quote all autoconf macro arguments.
31535
31536 2005-08-24  Bruno Haible  <bruno@clisp.org>
31537
31538         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
31539         option --force, because --force causes the aclocal.m4 of each
31540         subdirectory to be newer than the corresponding config.h.in.
31541
31542 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31543
31544         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
31545         All contents moved to gl_REGEX.
31546         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
31547         assume that it does.
31548
31549 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31550
31551         * lib/regex.h (REG_NOSYS)
31552         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
31553         Define, since POSIX requires it as of 2001.
31554         (_REG_ENOSYS)
31555         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
31556         New private symbol, used to keep the enum signed in all cases.
31557         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
31558         Youngman in
31559         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
31560
31561         * lib/regex_internal.c (re_string_skip_chars, register_state):
31562         (calc_state_hash):
31563         Remove forward decls; no longer needed now that we use prototypes.
31564         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
31565         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
31566         (clean_state_log_if_needed): Likewise.
31567
31568 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31569
31570         * config/srclist.txt: Add glibc bugs 1231-1233.
31571
31572 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31573
31574         Fix problems reported by Sam Steingold in
31575         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
31576         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
31577         assumed that reg_errcode_t is a signed type, which is not
31578         necessarily true if _XOPEN_SOURCE is not defined.
31579         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
31580         since some compilers warn about it otherwise.
31581
31582 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31583
31584         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
31585         (init_word_char, create_initial_state, duplicate_node_closure):
31586         (fetch_token, peek_token_bracket, build_range_exp):
31587         (build_collating_symbol): Remove forward decls; no longer needed
31588         now that we use prototypes.
31589
31590         * lib/regcomp.c:
31591         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
31592         (re_compile_fastmap_iter, regcomp, regerror, regfree):
31593         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
31594         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
31595         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
31596         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
31597         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
31598         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
31599         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
31600         (build_range_exp, build_collating_symbol, parse_bracket_exp):
31601         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
31602         (build_charclass, build_charclass_op, fetch_number, create_tree):
31603         (create_token_tree, mark_opt_subexp, duplicate_tree):
31604         Use prototypes rather than old-style definitions.
31605
31606         * lib/regex_internal.c:
31607         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
31608         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
31609         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
31610         (re_string_reconstruct, re_string_peek_byte_case):
31611         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
31612         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
31613         (re_node_set_init_copy, re_node_set_add_intersect):
31614         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31615         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31616         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
31617         (re_acquire_state, re_acquire_state_context, register_state):
31618         (create_ci_newstate, create_cd_newstate, free_state):
31619         Likewise.
31620         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
31621         re_search_2):
31622         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
31623         (re_search_internal, prune_impossible_nodes):
31624         (acquire_init_state_context, check_matching, static):
31625         (check_halt_node_context, check_halt_state_context, proceed_next_node):
31626         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
31627         (update_regs, sift_states_backward, build_sifted_states):
31628         (clean_state_log_if_needed, merge_state_array):
31629         (update_cur_sifted_state, add_epsilon_src_nodes):
31630         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
31631         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
31632         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
31633         (find_recover_state, check_subexp_matching_top, transit_state_mb):
31634         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
31635         (check_arrival, check_arrival_add_next_nodes):
31636         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
31637         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
31638         (check_node_accept_bytes, check_node_accept, extend_buffers):
31639         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
31640         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
31641         (sift_ctx_init):
31642         Likewise.
31643
31644         * lib/regex_internal.h:
31645         (re_string_allocate, re_string_construct, re_string_reconstruct):
31646         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
31647         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
31648         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
31649         (re_string_context_at, re_string_peek_byte_case):
31650         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
31651         is defined, since we now use prototypes always.
31652
31653         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
31654         C89 or better.  All uses removed.
31655
31656 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31657
31658         * config/srclist.txt: Add glibc bugs 1220-1227.
31659
31660 2005-08-20  Jim Meyering  <jim@meyering.net>
31661
31662         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
31663         of unused local, dfa.
31664
31665 2005-08-20  Bruno Haible  <bruno@clisp.org>
31666
31667         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
31668
31669 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31670
31671         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
31672         (re_node_set_insert_last, re_dfa_add_node):
31673         Rename local variables to avoid GCC shadowing warnings.
31674
31675 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31676
31677         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
31678         [defined lint]: Suppress bogus uninitialized-variable warnings.
31679
31680         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
31681         and let the caller return REG_ESPACE if out of space.  This
31682         removes an uninitialied-variable warning with GCC 4.0.1, and also
31683         avoids taking the address of a local variable.  All callers
31684         changed.
31685
31686 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31687
31688         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
31689         $LIBCSRC/posix/regexec.c.
31690         Add glibc bug 1217 for regcomp.c.
31691
31692 2005-08-19  Jim Meyering  <jim@meyering.net>
31693
31694         * lib/regexec.c (proceed_next_node): Redo local variables to
31695         avoid GCC shadowing warnings.
31696
31697 2005-08-18  Bruno Haible  <bruno@clisp.org>
31698
31699         * lib/strstr.c (strstr): Fix return value in multibyte case.
31700         * lib/strcasestr.c (strcasestr): Likewise.
31701
31702 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
31703
31704         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
31705
31706 2005-08-17  Jim Meyering  <jim@meyering.net>
31707
31708         Make the %s format (seconds since the epoch) work for a negative
31709         number and when used with a zero-padded field width, e.g. %015s.
31710
31711         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
31712         label so that it precedes the code to set `digits'.  Otherwise,
31713         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
31714         print `00-22'.  Now, it prints `-0022', as it should.
31715
31716 2005-08-17  Bruno Haible  <bruno@clisp.org>
31717
31718         * modules/strstr (Files): Add m4/mbrtowc.m4.
31719         (Depends-on): Add mbuiter.
31720
31721 2005-08-17  Bruno Haible  <bruno@clisp.org>
31722
31723         * modules/strcasestr: New file.
31724         * MODULES.html.sh (String handling, based on ANSI C 89): Add
31725         strcasestr.
31726
31727 2005-08-17  Bruno Haible  <bruno@clisp.org>
31728
31729         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
31730
31731 2005-08-17  Bruno Haible  <bruno@clisp.org>
31732
31733         * modules/mbuiter: New file.
31734         * MODULES.html.sh (Extended multibyte and wide character utilities):
31735         Add mbuiter.
31736
31737 2005-08-17  Bruno Haible  <bruno@clisp.org>
31738
31739         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
31740         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
31741
31742 2005-08-17  Bruno Haible  <bruno@clisp.org>
31743
31744         * m4/strcasestr.m4: New file.
31745
31746 2005-08-17  Bruno Haible  <bruno@clisp.org>
31747
31748         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
31749         * lib/strstr.c: Completely rewritten, with multibyte locale support.
31750
31751 2005-08-17  Bruno Haible  <bruno@clisp.org>
31752
31753         * lib/strcasestr.h: New file.
31754         * lib/strcasestr.c: New file.
31755
31756 2005-08-17  Bruno Haible  <bruno@clisp.org>
31757
31758         * lib/strcasecmp.c: Use mbuiter.h.
31759
31760 2005-08-17  Bruno Haible  <bruno@clisp.org>
31761
31762         * lib/mbuiter.h: New file.
31763
31764 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
31765
31766         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
31767         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
31768         and gl_GETOPT are both invoked via different paths (as happens
31769         with GNU tar CVS because it uses both argp and getopt), the former
31770         wins.
31771
31772 2005-08-16  Bruno Haible  <bruno@clisp.org>
31773
31774         * modules/tls: New file.
31775         * MODULES.html.sh (Multithreading): Add tls.
31776
31777 2005-08-16  Bruno Haible  <bruno@clisp.org>
31778
31779         * modules/strnlen1: New file.
31780         * MODULES.html.sh (String handling): Add strnlen1.
31781
31782 2005-08-16  Bruno Haible  <bruno@clisp.org>
31783
31784         * modules/strcase (Files): Add m4/mbrtowc.m4.
31785         (Depends-on): Add strnlen1, mbchar.
31786
31787 2005-08-16  Bruno Haible  <bruno@clisp.org>
31788
31789         * modules/mbiter: New file.
31790         * MODULES.html.sh (Extended multibyte and wide character utilities):
31791         Add mbiter.
31792
31793 2005-08-16  Bruno Haible  <bruno@clisp.org>
31794
31795         * modules/mbfile: New file.
31796         * MODULES.html.sh (Extended multibyte and wide character utilities):
31797         Add mbfile.
31798
31799 2005-08-16  Bruno Haible  <bruno@clisp.org>
31800
31801         * modules/mbchar: New file.
31802         * MODULES.html.sh (Extended multibyte and wide character utilities):
31803         New section.
31804
31805 2005-08-16  Bruno Haible  <bruno@clisp.org>
31806
31807         * m4/tls.m4: New file, from GNU gettext.
31808
31809 2005-08-16  Bruno Haible  <bruno@clisp.org>
31810
31811         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
31812         always.
31813         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
31814
31815 2005-08-16  Bruno Haible  <bruno@clisp.org>
31816
31817         * m4/mbiter.m4: New file.
31818
31819 2005-08-16  Bruno Haible  <bruno@clisp.org>
31820
31821         * m4/mbfile.m4: New file.
31822
31823 2005-08-16  Bruno Haible  <bruno@clisp.org>
31824
31825         * m4/mbchar.m4: New file.
31826
31827 2005-08-16  Bruno Haible  <bruno@clisp.org>
31828
31829         * lib/tls.h: New file, from GNU gettext.
31830         * lib/tls.c: New file, from GNU gettext.
31831
31832 2005-08-16  Bruno Haible  <bruno@clisp.org>
31833
31834         * lib/strnlen1.h: New file.
31835         * lib/strnlen1.c: New file.
31836
31837 2005-08-16  Bruno Haible  <bruno@clisp.org>
31838
31839         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
31840         (mbi_init): Update.
31841         (mbi_avail, mbi_advance): Let the iteration end before the terminating
31842         NUL byte, not after it.
31843
31844 2005-08-16  Bruno Haible  <bruno@clisp.org>
31845
31846         * lib/strcase.h (strcasecmp): Add note in comments.
31847         * lib/strncasecmp.c: Use code from strcasecmp.c.
31848         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
31849         (strcasecmp): Work correctly in multibyte locales.
31850
31851 2005-08-16  Bruno Haible  <bruno@clisp.org>
31852
31853         * lib/mbiter.h: New file.
31854
31855 2005-08-16  Bruno Haible  <bruno@clisp.org>
31856
31857         * lib/mbfile.h: New file.
31858
31859 2005-08-16  Bruno Haible  <bruno@clisp.org>
31860
31861         * lib/mbchar.h: New file.
31862         * lib/mbchar.c: New file.
31863
31864 2005-08-16  Bruno Haible  <bruno@clisp.org>
31865
31866         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
31867         the valid ones. Makes the comparison operations transitive:
31868         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
31869         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
31870
31871 2005-08-15  Simon Josefsson  <jas@extundo.com>
31872
31873         * modules/ssize_t (License): Change to 'unlimited'.
31874
31875         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
31876
31877 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31878
31879         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
31880         Add comments for each pending glibc patch.
31881
31882 2005-08-15  Bruno Haible  <bruno@clisp.org>
31883
31884         * lib/regex.h (__restrict_arr): Don't define to __restrict if
31885         __cplusplus is defined.
31886
31887 2005-08-14  Jim Meyering  <jim@meyering.net>
31888
31889         Sync from coreutils.
31890
31891         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
31892         Use the hash-table-based cycle-detection code not just when
31893         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
31894         Reported by James Youngman in
31895         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
31896         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
31897         FTS_TIGHT_CYCLE_CHECK.
31898         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
31899         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
31900         once again.
31901         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
31902         * lib/fts.c (fd_safer): Remove decl.
31903         Include fcntl--.h rather than unistd-safer.h
31904         (fts_safe_changedir): Don't call fd_safer; no longer needed
31905         now that we include fcntl--.h.
31906
31907 2005-08-12  Simon Josefsson  <jas@extundo.com>
31908
31909         * modules/getndelim2: Use ssize_t module.
31910         * modules/getnline: Likewise.
31911         * modules/safe-read: Likewise.
31912         * modules/xreadlink: Likewise.
31913
31914         * modules/ssize_t: New file.
31915
31916 2005-08-12  Simon Josefsson  <jas@extundo.com>
31917
31918         * m4/readline.m4: Look for termcap, curses or ncurses if required.
31919
31920 2005-08-12  Simon Josefsson  <jas@extundo.com>
31921
31922         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31923         ssize_t.
31924
31925 2005-08-12  Simon Josefsson  <jas@extundo.com>
31926
31927         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
31928         readline, getdelim and check_version.
31929         (Support for systems lacking ISO C 99: Sizes of integer types):
31930         Add size_max.
31931
31932 2005-08-12  Bruno Haible  <bruno@clisp.org>
31933
31934         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
31935
31936 2005-08-11  Simon Josefsson  <jas@extundo.com>
31937
31938         * modules/readline: New file.
31939
31940         * modules/strnlen (Files): Add strnlen.h.
31941
31942 2005-08-11  Simon Josefsson  <jas@extundo.com>
31943
31944         * m4/readline.m4: New file.
31945
31946 2005-08-11  Simon Josefsson  <jas@extundo.com>
31947
31948         * lib/readline.h, readline.c: New file.
31949
31950 2005-08-11  Simon Josefsson  <jas@extundo.com>
31951
31952         * doc/gnulib.texi (Initial import, Finishing touches): Mention
31953         gl_AVOID.
31954
31955 2005-08-11  Bruno Haible  <bruno@clisp.org>
31956
31957         * lib/strnlen.h (strnlen): Change parameter name to match comment.
31958
31959 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
31960
31961         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
31962
31963 2005-08-10  Simon Josefsson  <jas@extundo.com>
31964
31965         * tests/test-iconvme.c: New file.
31966
31967 2005-08-10  Simon Josefsson  <jas@extundo.com>
31968
31969         * m4/strnlen.m4: New file.
31970
31971         * m4/strndup.m4: Don't check for strnlen declaration, done in
31972         strnlen.m4.
31973
31974 2005-08-10  Simon Josefsson  <jas@extundo.com>
31975
31976         * lib/strndup.c: Use strnlen.h.
31977
31978         * lib/strnlen.h: New file.
31979
31980 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31981
31982         * README: Typos.
31983
31984 2005-08-02  Simon Josefsson  <jas@extundo.com>
31985
31986         * modules/readline: New file.
31987
31988 2005-08-02  Simon Josefsson  <jas@extundo.com>
31989
31990         * modules/getdelim: New file.
31991
31992         * modules/getline: Rewrite, don't use getndelim2.
31993
31994 2005-08-02  Simon Josefsson  <jas@extundo.com>
31995
31996         * m4/getline.m4: Separate out getdelim stuff into separate module.
31997
31998         * m4/getdelim.m4: New file.
31999
32000 2005-08-02  Simon Josefsson  <jas@extundo.com>
32001
32002         * lib/getline.h, getline.c: Rewrite.
32003
32004         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
32005
32006 2005-07-31  Bruno Haible  <bruno@clisp.org>
32007
32008         * lib/lock.h (gl_lock_initializer): New macro.
32009         (gl_lock_define_initialized): Use it.
32010         (gl_rwlock_initializer): New macro.
32011         (gl_rwlock_define_initialized): Use it.
32012         (gl_recursive_lock_initializer): New macro.
32013         (gl_recursive_lock_define_initialized): Use it.
32014
32015 2005-07-30  Karl Berry  <karl@gnu.org>
32016
32017         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
32018         Report from Ben Pfaff, regarding getopt.
32019
32020 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
32021
32022         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
32023         normal way.
32024         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
32025         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
32026         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
32027         (gl_GETOPT): Use the new macros.  Most of the implementation
32028         is moved to the new macros.  This is for programs like Emacs
32029         that don't want all the functionality of gl_GETOPT.
32030
32031 2005-07-26  Bruno Haible  <bruno@clisp.org>
32032
32033         * m4/lock.m4: Update from GNU gettext.
32034
32035 2005-07-26  Bruno Haible  <bruno@clisp.org>
32036
32037         * lib/lock.h: Update from GNU gettext.
32038         * lib/lock.c: Update from GNU gettext.
32039
32040 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
32041
32042         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
32043         obsolescent AC_TRY_RUN.  Include the default includes files, for
32044         'exit'.
32045
32046 2005-07-24  Bruno Haible  <bruno@clisp.org>
32047
32048         * modules/visibility: New file.
32049         * MODULES.html.sh (Misc): Add visibility.
32050
32051 2005-07-24  Bruno Haible  <bruno@clisp.org>
32052
32053         * m4/visibility.m4: New file.
32054
32055 2005-07-24  Bruno Haible  <bruno@clisp.org>
32056
32057         * doc/visibility.texi: New file.
32058
32059 2005-07-22  Bruno Haible  <bruno@clisp.org>
32060
32061         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
32062         $(ALLOCA_H), redundant through BUILT_SOURCES.
32063         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
32064         redundant through BUILT_SOURCES.
32065         * modules/byteswap (Makefile.am): Remove explicit dependency on
32066         $(BYTESWAP_H), redundant through BUILT_SOURCES.
32067         * modules/fnmatch (Makefile.am): Remove explicit dependency on
32068         $(FNMATCH_H), redundant through BUILT_SOURCES.
32069         * modules/getopt (Makefile.am): Remove explicit dependency on
32070         $(GETOPT_H), redundant through BUILT_SOURCES.
32071         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
32072         redundant through BUILT_SOURCES.
32073         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
32074         redundant through BUILT_SOURCES.
32075         * modules/stdbool (Makefile.am): Remove explicit dependency on
32076         $(STDBOOL_H), redundant through BUILT_SOURCES.
32077         * modules/stdint (Makefile.am): Remove explicit dependency on
32078         $(STDINT_H), redundant through BUILT_SOURCES.
32079         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
32080         Remove explicit dependency on $(SYSEXITS_H).
32081         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
32082
32083 2005-07-18  Simon Josefsson  <jas@extundo.com>
32084
32085         * lib/check-version.c (check_version): Accept identical versions too.
32086
32087 2005-07-18  Bruno Haible  <bruno@clisp.org>
32088
32089         * modules/lock: New file.
32090         * MODULES.html.sh (Multithreading): New section.
32091
32092 2005-07-18  Bruno Haible  <bruno@clisp.org>
32093
32094         * m4/lock.m4: New file, from GNU gettext.
32095
32096 2005-07-18  Bruno Haible  <bruno@clisp.org>
32097
32098         * lib/lock.h: New file, from GNU gettext.
32099         * lib/lock.c: New file, from GNU gettext.
32100
32101 2005-07-18  Bruno Haible  <bruno@clisp.org>
32102
32103         * lib/lock.h (gl_once_t): New type.
32104         (gl_once_define, gl_once): New macros.
32105         * lib/lock.c (fresh_once): New variable.
32106         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
32107         functions.
32108
32109 2005-07-16  Simon Josefsson  <jas@extundo.com>
32110
32111         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
32112         workaround, suggested by Bruno.
32113
32114 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
32115
32116         * modules/xalloc (Depends-on): Add xalloc-die.
32117         * modules/xvasprintf (Depends-on): Add xalloc-die.
32118
32119 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
32120
32121         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
32122         with a minor change.
32123
32124 2005-07-15  Bruno Haible  <bruno@clisp.org>
32125
32126         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
32127         When using lib/poll.c, define poll as rpl_poll.
32128
32129 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
32130
32131         * modules/argp (Depends-on): Remove unlocked-io.
32132
32133 2005-07-14  Derek Price  <derek@ximbiot.com>
32134
32135         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
32136         for glob symlink bug.
32137
32138 2005-07-14  Bruno Haible  <bruno@clisp.org>
32139
32140         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
32141         Instead, test for *_unlocked function declarations directly.
32142
32143 2005-07-11  Simon Josefsson  <jas@extundo.com>
32144
32145         * modules/size_max: New file.
32146
32147         * modules/xsize: Depend on size_max module for size_max.m4.
32148
32149 2005-07-11  Simon Josefsson  <jas@extundo.com>
32150
32151         * lib/size_max.h: New file.
32152
32153 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
32154
32155         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
32156         copyright symbol and the year.
32157         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
32158         (version_etc_va): Use parameterized copyright notice.
32159         Reword to conform to the current GNU coding standards.
32160
32161 2005-07-11  Karl Berry  <karl@gnu.org>
32162
32163         * doc/gnulib.texi (Quoting): new node.
32164         (Initial import): more info, from Patrice.
32165
32166 2005-07-11  Bruno Haible  <bruno@clisp.org>
32167
32168         * gnulib-tool (func_usage): Document option --avoid.
32169         (Command line options): Handle --avoid.
32170         (func_acceptable): New function.
32171         (func_modules_transitive_closure): Use it.
32172
32173 2005-07-11  Bruno Haible  <bruno@clisp.org>
32174
32175         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
32176         Reported by Jim Meyering.
32177
32178 2005-07-10  Bruno Haible  <bruno@clisp.org>
32179
32180         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
32181         Needed when size_t is smaller than 'unsigned int'.
32182         Reported by Paul Eggert.
32183
32184 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32185
32186         * modules/argp (Depends-on): Add unlocked-io
32187
32188 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32189
32190         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
32191         block of defines.
32192
32193 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
32194
32195         * config/srclist.txt: Comment out regcomp.c, since we have a porting
32196         fix now.
32197
32198 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
32199         and Paul Eggert  <eggert@cs.ucla.edu>
32200
32201         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
32202         in wint_t, not wchar_t.  Remove now-unnecessary cast.
32203
32204 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32205
32206         * modules/regex (Files): Add lib/regex_internal.c,
32207         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
32208         (Depends-on): Add extensions.
32209         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
32210
32211 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32212
32213         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
32214         pathconf.
32215         * m4/same.m4 (gl_SAME): Likewise.
32216         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
32217
32218         * m4/regex.m4: Adjust to new libc regex implementation.
32219         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
32220         all the .c and .h parts of (the new) regex.
32221         Quote the m4 stuff better.
32222         Check for RE_ICASE bug of old gnulib.
32223         Check for REG_STARTEND of recent libc.
32224         Rename local variables from jm_* to gl_*.
32225         Quote operand of "test -f".
32226         Say "recent enough" version of libc, not "version 2".
32227         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
32228         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
32229         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
32230         Remove check for btowc, isascii.
32231         Require AM_LANGINFO_CODESET.
32232
32233 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32234
32235         * lib/regex.c, regex.h: Sync from libc.
32236         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
32237         * lib/regexec.c:
32238         New files, synced from libc, except that regex_internal.h
32239         currently has a small porting fix.
32240
32241 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32242
32243         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
32244         regex_internal.c, regexec.c.
32245         Add regex_internal.h too, but as a comment, since the libc version
32246         is currently broken in gnulib mode.
32247
32248 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
32249
32250         Support programs like Emacs that use gnulib but not gettext.
32251         * MODULES.html.sh (Internationalization functions): Add gettext-h.
32252         * modules/gettext-h: New file.
32253         * modules/gettext (Files): Remove lib/gettext.h.
32254         (Depends-on): Add gettext-h.
32255         (Makefile.am): Remove lib_SOURCES.
32256         * modules/argmatch, modules/c-stack, modules/closeout:
32257         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
32258         * modules/execute, modules/file-type, modules/getaddrinfo:
32259         * modules/getopt, modules/human, modules/javacomp:
32260         * modules/javaexec, modules/mkdir-p, modules/obstack:
32261         * modules/openat, modules/pagealign_alloc, modules/pipe:
32262         * modules/quotearg, modules/regex, modules/rpmatch:
32263         * modules/unicodeio, modules/userspec, modules/version-etc:
32264         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
32265         * modules/xsetenv:
32266         Depend on gettext-h, not gettext.
32267
32268 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
32269
32270         * gnulib-tool (func_import): Add support for 'public domain' license.
32271         * modules/alloca, modules/atexit, modules/memmove:
32272         Now public domain, not GPL.
32273         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
32274         * modules/realloc, modules/strerror, modules/strtod:
32275         Now LGPL, not GPL.
32276
32277 2005-07-05  Bruno Haible  <bruno@clisp.org>
32278
32279         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
32280         autoconf CVS. Needed for mingw.
32281
32282 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
32283
32284         Remove the dependency of the strftime module on the tzset module.
32285         * modules/strftime (Depends-on): Remove dependency on tzset.
32286
32287 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
32288
32289         Remove the dependency of the strftime module on the tzset module.
32290         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
32291         gl_FUNC_TZSET_CLOBBER.
32292
32293 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
32294
32295         Remove the dependency of the strftime module on the tzset module.
32296         * lib/strftime.c (my_strftime)
32297         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
32298         Copy the input structure, to work around some of the bug with
32299         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
32300         Solaris releases, you should also use the tzset module, but we won't
32301         require it as a dependency any more since we don't want LGPLed code
32302         to depend on GPLed code.
32303
32304 2005-07-02  Jim Meyering  <jim@meyering.net>
32305
32306         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
32307         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
32308         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
32309         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
32310
32311 2005-07-02  Jim Meyering  <jim@meyering.net>
32312
32313         * lib/backupfile.c (backup_args): Change a `0' to NULL.
32314
32315 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
32316
32317         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
32318         declares only 'struct timespec;' (!).
32319
32320 2005-07-01  Jim Meyering  <jim@meyering.net>
32321
32322         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
32323         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
32324         * lib/save-cwd.c, tempname.c:
32325         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
32326         and don't include <sys/file.h>).
32327
32328 2005-06-29  Jim Meyering  <jim@meyering.net>
32329
32330         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
32331         type name.  Use the variable name instead.
32332         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
32333         Likewise.
32334
32335 2005-06-28  Simon Josefsson  <jas@extundo.com>
32336
32337         * modules/check-version (Files): Add check-version.m4.
32338
32339 2005-06-28  Simon Josefsson  <jas@extundo.com>
32340
32341         * m4/check-version.m4: New file, suggested by Jim Meyering
32342         <jim@meyering.net>.
32343
32344 2005-06-28  Simon Josefsson  <jas@extundo.com>
32345
32346         * lib/check-version.h, lib/check-version.c: New files.
32347
32348 2005-06-28  Simon Josefsson  <jas@extundo.com>
32349
32350         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
32351         collision with global variable.  Better indentation.  Don't
32352         increment buffer pointer beyond buffer end.  Based on comments
32353         from Paul Eggert <eggert@cs.ucla.edu>.
32354
32355         * lib/base64.h: Indent.
32356
32357 2005-06-28  Simon Josefsson  <jas@extundo.com>
32358
32359         * doc/gnulib.texi (Library version handling): New section.
32360
32361 2005-06-28  Jim Meyering  <jim@meyering.net>
32362
32363         * check-module (find_included_lib_files): Hard-code another
32364         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
32365         but modules/fts-lgpl (correctly) does not list those files.
32366
32367         * modules/canonicalize (Files): Add lib/pathmax.h.
32368
32369 2005-06-25  Simon Josefsson  <jas@extundo.com>
32370
32371         * modules/check-version: New file.
32372
32373 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
32374
32375         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
32376         initializer of struct addrinfo, as an indication that we don't
32377         care how many members the structure has.
32378
32379 2005-06-24  Derek Price  <derek@ximbiot.com>
32380         and Bruno Haible  <bruno@clisp.org>
32381
32382         Remove stat module & update lstat.
32383         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
32384         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32385         * m4/stat.m4: Remove this file.
32386
32387 2005-06-24  Derek Price  <derek@ximbiot.com>
32388         and Bruno Haible  <bruno@clisp.org>
32389
32390         Remove stat module & update lstat.
32391         * lib/stat.c: Remove this file...
32392         (slash_aware_lstat): ...moving this content and its support...
32393         * lib/lstat.c (rpl_lstat): ...into here.
32394         * lib/lstat.h: New file.
32395
32396 2005-06-24  Derek Price  <derek@ximbiot.com>
32397         and Bruno Haible  <bruno@clisp.org>
32398
32399         Remove stat module & update lstat.
32400         * config/srclist.txt (libc sources): Remove stat.
32401
32402 2005-06-24  Derek Price  <derek@ximbiot.com>
32403         and Bruno Haible  <bruno@clisp.org>
32404
32405         Remove stat module & update lstat.
32406         * MODULES.html.sh (stat): Remove.
32407         * MODULES.html: Regenerated.
32408         * modules/lstat (Description): Correct function name.
32409         (Files): Add "lstat.h".
32410         (Depends-on): Remove stat, add xalloc, stat-macros.
32411         * modules/stat: Remove this file.
32412         (Include): Add "lstat.h", remove <sys/stat.h>.
32413
32414 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
32415
32416         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
32417         (ranged_convert): Don't save conversion in a temporary struct.
32418         This causes a warning with GCC 4.0.0, and anyway in the typical
32419         case it's not worth the extra 100 bytes or so of code.
32420         (ranged_convert, __mktime_internal): When calling a function via a
32421         pointer P, use P () rather than (*P) (), as we now assume C89 or
32422         better.
32423
32424 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
32425
32426         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
32427         "who -r" failed to give output.  Problem reported by Tim Waugh.
32428
32429         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
32430         (xcalloc): Use it to avoid needless tests.
32431         Problem reported by Jim Meyering.
32432
32433 2005-06-20  Derek Price  <derek@ximbiot.com>
32434
32435         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
32436         unnecessary for Autoconfs > 2.59c.
32437
32438 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32439
32440         * lib/argp.h (__option_is_short): Check upper limit of
32441         __key. Isprint() requires its argument to have the value
32442         of an unsigned char or EOF.
32443
32444 2005-06-16  Jim Meyering  <jim@meyering.net>
32445
32446         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
32447         when either N or S is zero.
32448
32449 2005-06-16  Derek Price  <derek@ximbiot.com>
32450
32451         * m4/bison.m4: Declare YACC & YFLAGS precious.
32452
32453 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
32454
32455         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
32456         multibyte string or pattern, fall back on unibyte matching.
32457         Problem reported by James Youngman.
32458
32459 2005-06-08  Bruno Haible  <bruno@clisp.org>
32460
32461         * modules/csharpcomp: New file.
32462         * MODULES.html.sh (C#): Add csharpcomp.
32463
32464 2005-06-08  Bruno Haible  <bruno@clisp.org>
32465
32466         * m4/csharpcomp.m4: New file, from GNU gettext.
32467
32468 2005-06-08  Bruno Haible  <bruno@clisp.org>
32469
32470         * lib/csharpcomp.h: New file, from GNU gettext.
32471         * lib/csharpcomp.c: New file, from GNU gettext.
32472         * lib/csharpcomp.sh.in: New file, from GNU gettext.
32473
32474 2005-06-08  Bruno Haible  <bruno@clisp.org>
32475
32476         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
32477         warning on mingw.
32478
32479 2005-06-07  Derek Price  <derek@ximbiot.com>
32480
32481         Sync from CVS.
32482         * lib/glob_.h: Indent nested #ifdef.
32483
32484 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
32485
32486         Sync from coreutils.
32487         Use "file name" when talking about file names, instead of "filename"
32488         or "path", as per the GNU coding standards.
32489         * lib/mkdir-p.c: Renamed from makepath.c.
32490         (make_dir_parents): Renamed from make_path.  All callers changed.
32491         * lib/mkdir-p.h: Likewise.  All includers changed.
32492         * lib/filenamecat.c: Renamed from path-concat.c.
32493         (file_name_concat): Renamed from path_concat.  All callers changed.
32494         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
32495         * lib/filenamecat.h: Likewise.  All includers changed.
32496         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
32497         in comments or local variable names.
32498         * lib/basename.c: Likewise.
32499         * lib/canonicalize.c, canonicalize.h: Likewise.
32500         * lib/dirname.c, dirname.h: Likewise.
32501         * lib/euidaccess.c: Likewise.
32502         * lib/exclude.c: Likewise
32503         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
32504         * lib/fsusage.c, fsuage.h: Likewise.
32505         * lib/fts.c, fts_.h: Likewise.
32506         * lib/getcwd.c: Likewise.
32507         * lib/getloadavg.c: Likewise.
32508         * lib/mkstemp.c: Likewise.
32509         * lib/mountlist.c, mountlist.h: Likewise.
32510         * lib/openat.c, openat.h: Likewise.
32511         * lib/readlink-stub.c: Likewise.
32512         * lib/readutmp.c, readutmp.h: Likewise.
32513         * lib/rename.c: Likewise.
32514         * lib/rmdir.c: Likewise.
32515         * lib/same.c: Likewise.
32516         * lib/savedir.c: Likewise.
32517         * lib/stripslash.c: Likewise.
32518         * lib/tempname.c: Likewise.
32519         * lib/xreadlink.c: Likewise.
32520         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
32521         All uses changed.
32522         * lib/exclude.h: Likewise.
32523
32524         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
32525         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
32526         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
32527         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
32528         * lib/pathmax.h: Include <limits.h> unconditionally, since other
32529         files have been getting away with it for years (MORE/BSD 4.3
32530         is extinct now).
32531         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
32532         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
32533
32534         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
32535         Define to 256, not 255, as per modern POSIX.
32536
32537 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
32538
32539         Sync from coreutils.
32540         Use "file name" when talking about file names, instead of "filename"
32541         or "path", as per the GNU coding standards.
32542         * MODULES.html.sh: mkdir-p renamed from makepath.
32543         filenamecat renamed from path-concat.
32544         * modules/filenamecat: Renamed from modules/path-concat.
32545         (Files): filenamecat.h and filenamecat.c renamed from
32546         path-concat.h and path-concat.c.
32547         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
32548         (Include): filenamecat.h, not path-concat.h.
32549         * modules/mkdir-p: Renamed from modules/makepath.
32550         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
32551         makepath.c.
32552         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
32553         (Include): mkdir-p.h, not makepath.h.
32554
32555 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
32556
32557         Sync from coreutils.
32558         * m4/mkdir-p.m4: Renamed from makepath.m4.
32559         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
32560         Rename files from makepath.c to mkdir-p.c, and from
32561         makepath.h to mkdir-p.h.
32562         * m4/filenamecat.m4: Renamed from path-concat.m4.
32563         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
32564         Rename files from path-concat.c to filenamecat.c,
32565         and from path-concat.h to filenamecat.h.
32566         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
32567         "file name" in local variables or comments.
32568         * m4/rename.m4: Likewise.
32569
32570 2005-06-01  Bruno Haible  <bruno@clisp.org>
32571
32572         * modules/csharpexec: New file.
32573         * MODULES.html.sh (C#): New section.
32574
32575 2005-06-01  Bruno Haible  <bruno@clisp.org>
32576
32577         * m4/csharp.m4: New file, from GNU gettext.
32578         * m4/csharpexec.m4: New file, from GNU gettext.
32579
32580 2005-06-01  Bruno Haible  <bruno@clisp.org>
32581
32582         * lib/csharpexec.h: New file, from GNU gettext.
32583         * lib/csharpexec.c: New file, from GNU gettext.
32584         * lib/csharpexec.sh.in: New file, from GNU gettext.
32585
32586 2005-05-31  Derek Price  <derek@ximbiot.com>
32587             Paul Eggert  <eggert@cs.ucla.edu>
32588
32589         Sync from cvs.
32590         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
32591
32592 2005-05-31  Derek Price  <derek@ximbiot.com>
32593             Paul Eggert  <eggert@cs.ucla.edu>
32594
32595         Sync from cvs.
32596         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
32597
32598 2005-05-29  Derek Price  <derek@ximbiot.com>
32599
32600         * config/srclist.txt (glob_.h, glob.c): Add these files.
32601
32602 2005-05-29  Derek Price  <derek@ximbiot.com>
32603
32604         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
32605         * modules/glob: New file.
32606         * modules/getlogin_r: Add link to POSIX spec in description.
32607
32608 2005-05-29  Derek Price  <derek@ximbiot.com>
32609             Paul Eggert  <eggert@cs.ucla.edu>
32610
32611         * m4/glob.m4: New file.
32612
32613 2005-05-29  Derek Price  <derek@ximbiot.com>
32614             Paul Eggert  <eggert@cs.ucla.edu>
32615
32616         * lib/glob_.h, lib/glob.c: New files.
32617
32618 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32619
32620         * modules/fts (Files): Remove m4/inttypes-pri.m4.
32621         * modules/fts-lgpl (Depends-on): Remove gettext.
32622
32623 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32624
32625         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
32626         and don't require gt_INTTYPES_PRI.
32627
32628 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32629
32630         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
32631
32632         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
32633         the configuration hassle isn't worth it.
32634         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
32635         (LONGEST_MODIFIER, PRIuMAX): Remove.
32636
32637 2005-05-27  Bruno Haible  <bruno@clisp.org>
32638
32639         * lib/getlogin_r.h: Remove second include of <stddef.h>.
32640
32641 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
32642
32643         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
32644         _POSIX_PTHREAD_SEMANTICS for Solaris.
32645
32646 2005-05-25  Derek Price  <derek@ximbiot.com>
32647
32648         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
32649
32650 2005-05-25  Derek Price  <derek@ximbiot.com>
32651             Paul Eggert  <eggert@cs.ucla.edu>
32652
32653         * modules/getlogin_r, m4/getlogin_r.m4: New files.
32654         * lib/getlogin_r.c, getlogin_r.h: New files.
32655
32656 2005-05-25  Bruno Haible  <bruno@clisp.org>
32657             Derek Price  <derek@ximbiot.com>
32658
32659         * lib/getlogin_r.h: Simplify API documentation.
32660
32661 2005-05-23  Derek Price  <derek@ximbiot.com>
32662
32663         * modules/minmax (Files): Add m4/minmax.m4.
32664         (configure.ac): Add gl_MINMAX.
32665
32666 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
32667
32668         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
32669         so that unistd-safer.h (GPL'ed code) need not be included.
32670
32671 2005-05-22  Bruno Haible  <bruno@clisp.org>
32672
32673         * m4/minmax.m4: New file.
32674         Based on a patch by Derek Price <derek@ximbiot.com>.
32675
32676 2005-05-22  Bruno Haible  <bruno@clisp.org>
32677
32678         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
32679         (INT64_MIN): Fix definition.
32680         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
32681
32682         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
32683         NEED_SIGNED_INT_TYPES.
32684
32685         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
32686         HAVE_SYSTEM_INTTYPES.
32687
32688 2005-05-22  Bruno Haible  <bruno@clisp.org>
32689
32690         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
32691         Also include <sys/param.h> if it defines MIN, MAX.
32692         Based on a patch by Derek Price <derek@ximbiot.com>.
32693
32694 2005-05-21  Jim Meyering  <jim@meyering.net>
32695
32696         * modules/fts (Files): Add m4/inttypes-pri.m4.
32697         (Depends-on): Add lstat and remove gettext.  Alphabetize.
32698
32699 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32700
32701         New fts module.
32702         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
32703         (setup_dir, free_dir): New functions.
32704         (enter_dir, leave_dir): Define trivial
32705         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
32706         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
32707         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
32708         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
32709         Move to fts-cycle.c.
32710         (fts_open): Use setup_dir.
32711         (fts_close): Use free_dir.
32712         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
32713         This adds a label and some gotos, but the alternatives were messier.
32714         Check for memory allocation failure when entering a dir.
32715         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
32716         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
32717         (FTS): New member fts_cycle, that is a union that contains the
32718         old active_dir_ht and cycle_state.  All uses changed to mention
32719         fts_cycle.ht and fts_cycle.state.
32720         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
32721         fts.c, with the following changes:
32722         (setup_dir, free_dir): New functions.
32723         (enter_dir): Now returns bool.  Return true if successful, false
32724         if memory exhausted.  All callers changed.
32725         Do not bother partly cleaning up on
32726         memory allocation failure; that is free_dir's job.
32727         However, free ad if hash_insert fails, to avoid memory leak.
32728         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
32729         fts->fts_options to see which union member to use.
32730
32731 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32732
32733         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
32734         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
32735
32736 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32737
32738         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
32739
32740 2005-05-20  Jim Meyering  <jim@meyering.net>
32741
32742         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
32743         Now a macro, to pacify GCC.
32744
32745 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
32746
32747         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
32748         of -1.
32749
32750 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
32751
32752         * lib/chown.c (rpl_chown): Return -1 on failure.
32753
32754 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
32755
32756         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
32757         Don't check for stddef.h.
32758         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
32759         don't use its results.
32760         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
32761         since we include them unconditionally.  Don't require
32762         AM_STDBOOL_H, since stdbool is a prerequisite.
32763         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
32764         since we assume C89 or better.
32765         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
32766         as we don't use their results.
32767         Don't check for fchdir, memmove, memset, strrchr, as we use
32768         them unconditionally.
32769         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
32770         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
32771
32772 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
32773
32774         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
32775         Include <stddef.h> unconditionally, since we assume C89 now.
32776         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
32777         * lib/fts.c: Include fts_.h first, to check interface.
32778         Do not include intprops.h; no longer needed.
32779         Include cycle-check.h and hash.h, since fts_.h no longer does.
32780         Remove unnecessary casts of closedir to void.
32781         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
32782         decide whether to decrement nlinks.
32783         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
32784         (FTS): Use struct hash_table * instead of Hash_table, so that
32785         we no longer need to include hash.h here.
32786
32787 2005-05-18  Jim Meyering  <jim@meyering.net>
32788
32789         * modules/dirfd (License): Change to LGPL.  Most of the code
32790         is already in the public domain.
32791
32792 2005-05-18  Jim Meyering  <jim@meyering.net>
32793
32794         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
32795         Reported by Yoann Vandoorselaere.
32796
32797 2005-05-17  Jim Meyering  <jim@meyering.net>
32798
32799         * m4/fts.m4: New file, from coreutils.
32800
32801 2005-05-17  Jim Meyering  <jim@meyering.net>
32802
32803         * lib/fts.c, lib/fts_.h: New files, from coreutils.
32804
32805 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32806
32807         Sync from coreutils.
32808         * m4/unlinkdir.m4: New file.
32809
32810 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32811
32812         Sync from coreutils.
32813         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
32814         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
32815         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
32816         White space changes only.
32817         * lib/makepath.c (make_path): Port to hosts where leading "//" is
32818         special.
32819         * lib/yesno.c: Include getline.h, not ctype.h.
32820         (yesno): Don't remove leading white space; POSIX doesn't allow it.
32821         Use getline to remove arbitrary restriction on response length.
32822
32823 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32824
32825         * config/srclist-update: Spell out "Street" in FSF postal
32826         mail address; this is the style the FSF seems to prefer.
32827
32828         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
32829         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
32830         this updates FSF postal mail address.
32831
32832         Sync from coreutils.
32833         * modules/unlinkdir: New file.
32834         * modules/yesno (Depends-on): Add getline.
32835         * MODULES.html.sh (File system functions): Add unlinkdir.
32836
32837 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
32838
32839         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
32840         lib/strsep.h:
32841         Change the initial comment to refer to GPL, not LGPL.
32842         gnulib-tool will change it to LGPL as needed.
32843
32844         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
32845         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
32846         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
32847         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
32848         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
32849         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
32850         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
32851         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
32852         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
32853         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
32854         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
32855         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
32856         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
32857         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
32858         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
32859         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
32860         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
32861         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
32862         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
32863         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
32864         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
32865         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
32866         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
32867         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
32868         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
32869         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
32870         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
32871         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
32872         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
32873         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
32874         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
32875         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
32876         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
32877         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
32878         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
32879         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
32880         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
32881         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
32882         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
32883         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
32884         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
32885         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
32886         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
32887         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
32888         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
32889         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
32890         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
32891         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
32892         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
32893         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
32894         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
32895         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
32896         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
32897         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
32898         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
32899         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
32900         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
32901         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
32902         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
32903         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
32904         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
32905         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
32906         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
32907         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
32908         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
32909         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
32910         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
32911         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
32912         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
32913         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
32914         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
32915         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
32916         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
32917         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
32918         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
32919         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
32920         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
32921         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
32922         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
32923         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
32924         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
32925         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
32926         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
32927         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
32928         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
32929         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
32930         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
32931         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
32932         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
32933         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
32934         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
32935         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
32936         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
32937         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
32938         lib/yesno.c, lib/yesno.h:
32939         Update FSF postal mail address.
32940
32941 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
32942
32943         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
32944         tests/test-memmem.c, tests/test-stpncpy.c:
32945         Update FSF postal mail address.
32946
32947 2005-05-13  Bruno Haible  <bruno@clisp.org>
32948
32949         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
32950         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
32951         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
32952         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
32953         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
32954         Add support for 64-bit integers in the MSVC compiler.
32955
32956 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32957
32958         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
32959
32960 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
32961
32962         * gnulib-tool (func_import): Sort and uniquify recommended includes.
32963
32964 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
32965
32966         * doc/getdate.texi (General date syntax): Don't say that date
32967         date --iso-8601=ns generates acceptable dates; it doesn't yet.
32968         Problem reported by Nic Ferrier.
32969
32970 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32971
32972         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
32973         specified in ai_socktype. Fix invalid ai_protocol
32974         check. ai_protocol is usually set to 0 or depending on
32975         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
32976         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
32977         ai_socktype / ai_protocol in the returned addrinfo structure.
32978
32979 2005-05-10  Simon Josefsson  <jas@extundo.com>
32980
32981         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
32982         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
32983
32984 2005-05-10  Karl Berry  <karl@gnu.org>
32985
32986         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
32987         (from http://www.gnu.org/licenses).
32988         * doc/COPYING.LIB: also rename to COPYING.LESSER.
32989         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
32990         fdl.texi suffices.
32991
32992 2005-05-10  Karl Berry  <karl@gnu.org>
32993
32994         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
32995         (COPYING.DOC): remove.
32996
32997         * config/srclist-update: new FSF address.
32998
32999 2005-05-10  Derek Price  <derek@ximbiot.com>
33000
33001         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
33002         possible.
33003
33004 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33005             Bruno Haible  <bruno@clisp.org>
33006
33007         * modules/inet_ntop: New file.
33008         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33009         inet_ntop.
33010
33011 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33012             Bruno Haible  <bruno@clisp.org>
33013
33014         * m4/inet_ntop.m4: New file.
33015
33016 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33017             Bruno Haible  <bruno@clisp.org>
33018
33019         * lib/inet_ntop.h: New file.
33020         * lib/inet_ntop.c: New file, from glibc with modifications.
33021
33022 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
33023
33024         * modules/time_r (License): Change to LGPL.
33025         * modules/extensions (License): Change to LGPL.  Actually,
33026         the license is more permissive than that, but currently gnulib-tool
33027         doesn't know how to handle more-permissive licenses.
33028
33029         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
33030         Problem reported by Dave Love.
33031
33032 2005-05-08  Jim Meyering  <jim@meyering.net>
33033
33034         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
33035         blank.
33036
33037 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
33038
33039         * modules/argmatch (Depends-on): Add stdbool.
33040         * modules/backupfile (Depends-on): Likewise.
33041         * modules/chdir-long (Depends-on): Likewise.
33042         * modules/closeout (Depends-on): Likewise.
33043         * modules/cycle-check (Depends-on): Likewise.
33044         * modules/dirname (Depends-on): Likewise.
33045         * modules/fnmatch (Depends-on): Likewise.
33046         * modules/fsusage (Depends-on): Likewise.
33047         * modules/fwriteerror (Depends-on): Likewise.
33048         * modules/getcwd (Depends-on): Likewise.
33049         * modules/getloadavg (Depends-on): Likewise.
33050         * modules/hard-locale (Depends-on): Likewise.
33051         * modules/makepath (Depends-on): Likewise.
33052         * modules/mountlist (Depends-on): Likewise.
33053         * modules/nanosleep (Depends-on): Likewise.
33054         * modules/posixtm (Depends-on): Likewise.
33055         * modules/quotearg (Depends-on): Likewise.
33056         * modules/readtokens (Depends-on): Likewise.
33057         * modules/readtokens0 (Depends-on): Likewise.
33058         * modules/readutmp (Depends-on): Likewise.
33059         * modules/save-cwd (Depends-on): Likewise.
33060         * modules/strftime (Depends-on): Likewise.
33061         * modules/userspec (Depends-on): Likewise.
33062         * modules/utimecmp (Depends-on): Likewise.
33063         * modules/xgetcwd (Depends-on): Likewise.
33064         * modules/xnanosleep (Depends-on): Likewise.
33065         * modules/xstrtod (Depends-on): Likewise.
33066         * modules/yesno (Depends-on): Likewise.
33067
33068 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
33069
33070         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
33071         needless checks.
33072
33073 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33074
33075         Merge from coreutils.  Among other things,
33076         add bulletproofing for cases where stdin, stdout, or stderr are closed.
33077         * lib/fd-safer.c: New file.
33078         * lib/fcntl-safer.h, open-safer.c: Remove.
33079         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
33080         * lib/dup-safer.c: Include unistd-safer.h first.
33081         Don't include errno.h.
33082         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
33083         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
33084         * lib/file-type.c: Rely on file-type.h change.
33085         * lib/getloadavg.c: Include unistd-safer.h.
33086         (getloadavg): Use safer open.
33087         * lib/getusershell.c: Include "stdio-safer.h".
33088         (getusershell): Use safer fopen.
33089         * lib/long-options.c (long_options): Use NULL rather than 0.
33090         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
33091         'free'.
33092         * lib/modechange.c: Likewise.
33093         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
33094         (MODE_DONE): New constant.
33095         (struct mode_change): Remove 'next' member.
33096         (make_node_op_equals): New function; like the old one of the
33097         same name, except it allocates an array.
33098         (mode_compile, mode_create_from_ref): Use it.
33099         (mode_compile): Allocate result as an array, not a linked list.
33100         Parse octal string ourself, so that we catch mistakes like "+0".
33101         (mode_adjust): Arg is an array, not a linked list.
33102         * lib/modechange.c: Include stat-macros.h, xalloc.h.
33103         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
33104         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
33105         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
33106         Remove.  This is now stat-macros.h's job.
33107         (talloc): Remove.  All callers replaced by xalloc, so that
33108         our invokers don't have to worry about reporting memory failures.
33109         (make_node_op_equals): Remove.
33110         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
33111         New constants.
33112         (struct mode_change): Moved here from modechange.h.
33113         (mode_append_entry): Remove.
33114         (mode_compile): Remove MASKED_OPS arg, since it encouraged
33115         apps to have incorrect behavior.  Use simpler algorithm for head
33116         and tail.  Don't futz with umask; that's now the job of mode_adjust.
33117         Detect more invalid usages rather than having somewhat-random behavior.
33118         Don't insert an "a=" action, as that leads to incorrect behavior.
33119         (mode_compile, mode_create_from_ref): Return NULL on error instead
33120         of an enum, since now there's only one way to have an error.  All
33121         callers changed.
33122         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
33123         at the correct time.  Simplify calculation of "+u" and its ilk.
33124         Don't mishandle "+X".
33125         (mode_free): Remove "register" and localize decls.
33126         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
33127         (struct mode_change): Move to modechange.c; callers don't
33128         need to see this stuff.
33129         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
33130         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
33131         (mode_change, mode_adjust): Reflect the new signatures noted above.
33132         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
33133         that might redefine system include files.
33134         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
33135         (my_usleep): Use NULL rather than (void *) 0.
33136         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
33137         Use siginterrupt to specify that system calls should be interrupted.
33138         (rpl_nanosleep): Move initialization of suspended closer to call of
33139         my_usleep.
33140         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
33141         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
33142         (desirable_utmp_entry): New function.
33143         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
33144         using x2nrealloc, to simplify logic.
33145         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
33146         size calculation.  Do not assume utmp file is a regular file.
33147         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
33148         (READ_UTMP_CHECK_PIDS): New constant.
33149         * lib/save-cwd.c: Include unistd-safer.h.
33150         (save_cwd): Use fd_safer.
33151         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
33152         [!_LIBC] Include "stat-macros.h" instead.
33153         * lib/unistd-safer.h (fd_safer): New decl.
33154
33155 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33156
33157         * modules/getloadavg (Depends-on): Add unistd-safer.
33158         * modules/getusershell (Depends-on): Add stdio-safer.
33159         * modules/lstat (Depends-on): Remove xalloc.
33160         * modules/mkstemp (Depends-on): Add stat-macros.
33161         * modules/modechange (Depends-on): Remove xstrtol.
33162         Add stat-macros, xalloc.
33163         * modules/save-cwd (Depends-on): Add unistd-safer.
33164         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
33165         * modules/unistd-safer (Files): Add lib/fd-safer.c
33166         (Makefile.am): Remove lib_SOURCES.
33167
33168         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
33169         Remove fcntl-safer; unistd-safer supersedes it.
33170
33171 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33172
33173         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
33174         AC_HEADER_STAT.
33175         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
33176         (gl_PREREQ_CHOWN): Remove.
33177         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
33178         it.  Don't require AC_HEADER_STAT.
33179         (gl_PREREQ_LSTAT): Remove.
33180         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
33181         Don't require AC_HEADER_STAT.
33182         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
33183         (gl_PREREQ_RMDIR): Remove.
33184         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
33185         mention stat-macros.h or AC_HEADER_STAT, since we'll make
33186         the stat-macros module a prerequisite.
33187         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
33188         * m4/filemode.m4 (gl_FILEMODE): Likewise.
33189         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
33190         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
33191         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
33192         variable names.
33193         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
33194         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
33195         variable prefixes.
33196         * m4/fcntl-safer.m4: Remove.
33197         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
33198         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
33199         Invoke gl_PREREQ_FD_SAFER.
33200         (gl_PREREQ_FD_SAFER): New macro.
33201         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
33202         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
33203         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
33204         Remove duplicate call to AC_LIBOBJ(readutmp).
33205         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
33206
33207         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
33208         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
33209
33210 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33211
33212         * MODULES.html.sh (Misc): Add byteswap.
33213
33214 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33215
33216         * modules/getcwd (Depends-on): Add extensions.
33217         * modules/openat (Depends-on): Likewise.
33218
33219 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33220
33221         * modules/byteswap: New file.
33222
33223 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33224
33225         * m4/byteswap.m4: New file.
33226
33227 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33228
33229         * lib/byteswap_.h: New file.
33230
33231 2005-04-25  Karl Berry  <karl@gnu.org>
33232
33233         * m4/gettext.m4: Update from GNU gettext 0.14.4.
33234
33235 2005-04-25  Albert Chin  <china@thewrittenword.com>
33236
33237         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
33238         Toolkit C bug.
33239
33240 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
33241
33242         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
33243         (func_ln_if_changed) Remove forcibly for no error message
33244         in case file does not exist.
33245
33246 2005-04-19  Simon Josefsson  <jas@extundo.com>
33247
33248         * gnulib-tool (Options): Make --symlink mean --symbolic.
33249
33250 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
33251
33252         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
33253
33254 2005-04-16  Simon Josefsson  <jas@extundo.com>
33255
33256         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
33257
33258 2005-04-15  Simon Josefsson  <jas@extundo.com>
33259
33260         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
33261
33262 2005-04-15  Simon Josefsson  <jas@extundo.com>
33263
33264         * gnulib-tool: Rename --symlink to --symbolic.
33265
33266 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
33267
33268         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
33269         symbolic links to files instead of copying/moving.  Add --aux-dir,
33270         specifying directory relative --dir where auxiliary build tools
33271         are placed.
33272
33273 2005-04-14  Bruno Haible  <bruno@clisp.org>
33274
33275         * modules/allocsa (License): Change to LGPL.
33276         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
33277
33278 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
33279
33280         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
33281         that "UTC +1 second" continues to work.  Problem reported
33282         by Dmitry V. Levin.
33283         (relunit_snumber): New rule.
33284         (relunit): Use it.
33285
33286 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
33287
33288         * lib/getdate.y (universal_time_zone_table): New constant.
33289         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
33290         universal_time_zone_table.
33291         (lookup_zone): Prefer universal_time_zone_table to
33292         local_time_zone_table, so that "GMT" time stamps are allowed in
33293         London during the summer.  Problem reported by Ian Abbott.
33294
33295 2005-04-12  Jim Meyering  <jim@meyering.net>
33296
33297         * lib/human.c (humblock): Set *options even when returning due to
33298         xstrtoumax conversion failure.  Thanks to a used-uninitialized
33299         warning from gcc-4.
33300
33301 2005-04-09  Jim Meyering  <jim@meyering.net>
33302
33303         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
33304         -Wuninitialized: initialize tm0.tm_year.
33305
33306 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
33307
33308         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
33309         count, since there's no maximum.  All uses changed.
33310         Add member dsts_seen.
33311         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
33312         not being INT_MAX.
33313         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
33314         Use pc_rels_seen to decide whther a date is absolute.
33315
33316         * lib/getdate.y (number): Don't overwrite year.
33317         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
33318         check.
33319
33320 2005-04-02  Simon Josefsson  <jas@extundo.com>
33321
33322         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
33323         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
33324
33325 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
33326
33327         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
33328         where no absolute path name can be longer than PATH_MAX.
33329
33330 2005-03-27  Jim Meyering  <jim@meyering.net>
33331
33332         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
33333
33334 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
33335
33336         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
33337         "one's complement" -> "ones' complement" in comment, as per Knuth.
33338         "value of type" -> "type or expression" in comment.
33339         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
33340
33341 2005-03-26  Jim Meyering  <jim@meyering.net>
33342
33343         Comment nits.
33344         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
33345         Correct typos: s/or/of/.
33346
33347 2005-03-26  Jim Meyering  <jim@meyering.net>
33348
33349         * modules/check-include-files: Move to ../ and rename to...
33350         * check-module: ...this.
33351
33352 2005-03-25  Jim Meyering  <jim@meyering.net>
33353
33354         * modules/xvasprintf (Files): Add xalloc.h.
33355
33356 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
33357
33358         * modules/gettext (Files): config/config.rpath ->
33359         build-aux/config.rpath
33360         * modules/iconv (Files): Likewise.
33361         Problem reported by Oskar Liljeblad.
33362
33363 2005-03-23  Jim Meyering  <jim@meyering.net>
33364
33365         * modules/check-include-files: New script to check for
33366         missing dependencies, multiple includes, etc.
33367
33368         * modules/c-strtold (Depends-on): Add xalloc.
33369         * modules/c-strtod (Depends-on): Add xalloc.
33370         * modules/hash (Depends-on): Add xalloc.
33371         (Files): Remove lib/xalloc.h.
33372
33373         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
33374         * modules/userspec (Files): Add lib/inttostr.h.
33375
33376 2005-03-23  Jim Meyering  <jim@meyering.net>
33377
33378         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
33379
33380 2005-03-22  Jim Meyering  <jim@meyering.net>
33381
33382         * modules/stat-macros: New module.
33383         * modules/canonicalize, modules/euidaccess, modules/file-type,
33384         * modules/filemode, modules/lchown, modules/makepath,
33385         * modules/rmdir, modules/stat: Depend on new stat-macros module
33386         rather than listing lib/stat-macros.h manually.
33387         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
33388
33389 2005-03-22  Jim Meyering  <jim@meyering.net>
33390
33391         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
33392
33393 2005-03-22  Bruno Haible  <bruno@clisp.org>
33394
33395         * config/srclist.txt: Replace target directory 'config' with
33396         'build-aux'.
33397         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
33398         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
33399         ../build-aux/.
33400
33401 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
33402
33403         * modules/chdir-long (Depends-on): Add mempcpy.
33404
33405         * modules/acl, modules/backupfile, modules/c-strtod,
33406         modules/c-strtold, modules/canon-host, modules/canonicalize,
33407         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
33408         modules/exclude, modules/exitfail, modules/file-type,
33409         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
33410         modules/getdate, modules/getline, modules/getpagesize,
33411         modules/getpass, modules/getugroups, modules/group-member,
33412         modules/hard-locale, modules/hash, modules/human, modules/idcache,
33413         modules/inttostr, modules/long-options, modules/makepath,
33414         modules/md5, modules/memcasecmp, modules/memcoll,
33415         modules/modechange, modules/mountlist, modules/path-concat,
33416         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
33417         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
33418         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
33419         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
33420         modules/strftime, modules/strndup, modules/strverscmp,
33421         modules/timespec, modules/unlocked-io, modules/userspec,
33422         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
33423         modules/yesno:
33424         Remove lib_SOURCES line from Makefile.am section, as this is now
33425         done automatically by the corresponding Autoconf macro.
33426
33427 2005-03-21  Jim Meyering  <jim@meyering.net>
33428
33429         Changes imported from coreutils.
33430
33431         * lib/cycle-check.c: Don't include xalloc.h.
33432
33433         * lib/path-concat.c: Don't include assert.h.
33434         (path_concat): Remove assertion that would have triggered
33435         for ABASE starting with more than one slash.
33436         Reported by Andreas Schwab.
33437
33438         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
33439         properly when ABASE is an absolute file name.
33440         Correct the description of this function.
33441         Include <assert.h>.
33442         Add an assertion and a test driver.
33443         This fixes a bug introduced on 2004-07-02.
33444         Andreas Schwab reported the resulting failure of cp --parents:
33445         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
33446
33447 2005-03-21  Jim Meyering  <jim@meyering.net>
33448
33449         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
33450         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
33451
33452 2005-03-21  Jim Meyering  <jim@meyering.net>
33453         and  Paul Eggert  <eggert@cs.ucla.edu>
33454
33455         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
33456         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
33457         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
33458         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
33459         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
33460         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
33461         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
33462         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
33463         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
33464         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
33465         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
33466         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
33467         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
33468         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
33469         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
33470         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
33471         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
33472         for these modules.
33473
33474 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
33475
33476         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
33477         (which shouldn't happen), generate nothing instead of returning 0
33478         immediately, so that nstrftime (NULL, ...) doesn't return 0.
33479
33480 2005-03-16  Bruno Haible  <bruno@clisp.org>
33481
33482         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
33483         HAVE_LONGLONG_64BIT.
33484
33485 2005-03-16  Bruno Haible  <bruno@clisp.org>
33486
33487         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
33488         HAVE_LONGLONG_64BIT.
33489
33490 2005-03-16  Bruno Haible  <bruno@clisp.org>
33491
33492         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
33493         HAVE_LONGLONG_64BIT.
33494
33495 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
33496
33497         * lib/strftime.c (my_strftime): Prepend space to format so that we can
33498         reliably distinguish strftime failure from empty output on POSIX
33499         hosts.
33500
33501 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
33502
33503         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
33504         (iconv_string): Don't guess a size-zero buffer, as that might cause
33505         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
33506         result would be 'too large', where 'too large' is (heuristically)
33507         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
33508         overflow concerns.  This will prevent some unwanted malloc failures
33509         when the inputs are very large.
33510
33511 2005-03-15  Karl Berry  <karl@gnu.org>
33512
33513         * config/srclist.txt (config.rpath): from gettext.
33514         * config/config.rpath: update.
33515
33516 2005-03-15  Bruno Haible  <bruno@clisp.org>
33517
33518         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
33519         to 'negate'.
33520
33521         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
33522         variable.
33523
33524         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
33525         results.
33526
33527 2005-03-14  Simon Josefsson  <jas@extundo.com>
33528
33529         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
33530         <fx@gnu.org>.
33531
33532 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
33533
33534         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
33535         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
33536         intprops.h.
33537         * lib/strtol.c: Likewise.
33538
33539 2005-03-14  Jim Meyering  <jim@meyering.net>
33540
33541         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
33542         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
33543         to be nonzero so that we (and caller) can detect the difference
33544         between a valid zero-length expansion and an error return, even
33545         when the underlying strftime fails before writing anything into
33546         that location.
33547
33548 2005-03-14  Bruno Haible  <bruno@clisp.org>
33549
33550         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
33551         Update from GNU gettext 0.14.3.
33552
33553 2005-03-10  Jim Meyering  <jim@meyering.net>
33554
33555         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
33556
33557 2005-03-10  Jim Meyering  <jim@meyering.net>
33558
33559         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
33560         so that this module works on systems without fchdir.
33561
33562 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
33563
33564         Factor int-properties macros into a single file, except for
33565         glibc-related files.
33566         * lib/intprops.h: New file.
33567         * lib/getloadavg.c: Include it instead of limits.h.
33568         (INT_STRLEN_BOUND): Remove.
33569         * lib/human.c: Include intprops.h.
33570         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
33571         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
33572         302/1000.
33573         * lib/inttostr.h: Include intprops.h instead of limits.h.
33574         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
33575         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
33576         for consistency with intprops.h.
33577         (time_t_is_integer, twos_complement_arithmetic): Use them.
33578         * lib/sig2str.h: Include <signal.h>, intprops.h.
33579         (INT_STRLEN_BOUND): Remove.
33580         * lib/strftime.c (TYPE_SIGNED): Remove.
33581         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
33582         * lib/strtol.c: Adjust comments to match intprops.h.
33583         * lib/userspec.c: Include intprops.h.
33584         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
33585         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
33586         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
33587         instead of rolling our own expressions.
33588         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
33589
33590         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
33591         instead of int.
33592         (my_strftime): Do not mishandle years close to INT_MAX, by doing
33593         the right thing even if adding 1900 would overflow.  Similarly
33594         for tm_mon + 1 and tm_yday + 1.
33595         Make %Y always equivalent to %C%y, and similarly for %G and %g.
33596         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
33597         (DO_SIGNED_NUMBER): New macro.
33598         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
33599
33600 2005-03-07  Bruno Haible  <bruno@clisp.org>
33601
33602         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
33603
33604 2005-03-07  Bruno Haible  <bruno@clisp.org>
33605
33606         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
33607
33608 2005-03-04  Derek R. Price  <derek@ximbiot.com>
33609
33610         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
33611         (func_import): Only replace files via --import when they have actually
33612         changed.
33613
33614 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33615
33616         * m4/mmap-anon.m4: New file.
33617         * m4/pagealign_alloc.m4: New file.
33618
33619 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33620             Bruno Haible  <bruno@clisp.org>
33621
33622         * modules/pagealign_alloc: New file.
33623         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
33624
33625 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33626             Bruno Haible  <bruno@clisp.org>
33627
33628         * lib/pagealign_alloc.h: New file.
33629         * lib/pagealign_alloc.c: New file.
33630
33631 2005-03-03  Bruno Haible  <bruno@clisp.org>
33632
33633         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
33634         Use an all-permissive copyright notice, recommended by RMS.
33635
33636 2005-03-02  Bruno Haible  <bruno@clisp.org>
33637
33638         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
33639         of AIX, the replacement has to be done only after <string.h> is
33640         included, therefore not in config.h. stpncpy.h does the replacement,
33641         and stpncpy.c uses it.
33642
33643 2005-03-02  Bruno Haible  <bruno@clisp.org>
33644
33645         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
33646         stpncpy.c uses it.
33647
33648 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33649
33650         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
33651         The workaround isn't strictly needed for POSIX conformance, and
33652         it's too much of a pain to configure and maintain.  We'll ask
33653         people to fix their kernels instead.
33654         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
33655         (NANOSLEEP_BUG_WORKAROUND): Remove.
33656         (xnanosleep): Remove the workaround.
33657
33658 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33659
33660         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
33661         Reported by Derek Price.
33662         (Include): Add "timespec.h".
33663
33664         * modules/xnanosleep (Depends-on): Remove gethrxtime.
33665
33666 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33667
33668         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
33669         to detect nanosleep bug.
33670
33671 2005-03-01  Bruno Haible  <bruno@clisp.org>
33672
33673         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
33674
33675 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
33676
33677         * modules/gethrxtime: New file.
33678         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
33679         (Depends-on): Add gethrxtime.
33680         (configure.ac): Add gl_XNANOSLEEP.
33681         (Makefile.am): Remove lib_SOURCES line.
33682
33683 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33684
33685         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
33686         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
33687
33688 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33689
33690         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
33691         * lib/timespec.h (gettime): Return void, since it always
33692         succeeds now.  All uses changed.
33693         * lib/gettime.c (gettime) Likewise.
33694         [HAVE_NANOTIME]: Prefer nanotime.
33695         Assume gettimeofday succeeds, as POSIX requires.
33696         Assime time () succeeds, since other code already does.
33697         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
33698         (timespec_subtract): Remove.
33699         (NANOSLEEP_BUG_WORKAROUND): New constant.
33700         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
33701         things considerably.  Use it only on GNU/Linux hosts, since the
33702         workaround shouldn't be needed elsewhere.
33703
33704 2005-02-24  Bruno Haible  <bruno@clisp.org>
33705
33706         * modules/gettext (Files): Add m4/glibc2.m4.
33707
33708 2005-02-24  Bruno Haible  <bruno@clisp.org>
33709
33710         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
33711         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
33712         * m4/progtest.m4:
33713         Update from GNU gettext 0.14.2.
33714         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
33715
33716 2005-02-24  Bruno Haible  <bruno@clisp.org>
33717
33718         * lib/localcharset.c: Update from GNU gettext 0.14.2.
33719         * lib/config.charset: Update from GNU gettext 0.14.2.
33720
33721 2005-02-24  Bruno Haible  <bruno@clisp.org>
33722
33723         * lib/gettext.h: Update from GNU gettext 0.14.2.
33724
33725 2005-02-23  Simon Josefsson  <jas@extundo.com>
33726
33727         * m4/iconvme.m4: New file.
33728
33729 2005-02-23  Jim Meyering  <jim@meyering.net>
33730
33731         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
33732         change.
33733         Thanks to Bruno Haible for catching it.
33734
33735 2005-02-22  Simon Josefsson  <jas@extundo.com>
33736
33737         * modules/iconvme: New file.
33738
33739         * MODULES.html.sh: Add iconvme.
33740
33741 2005-02-22  Simon Josefsson  <jas@extundo.com>
33742
33743         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
33744
33745 2005-02-22  Simon Josefsson  <jas@extundo.com>
33746
33747         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
33748
33749 2005-02-22  Jim Meyering  <jim@meyering.net>
33750
33751         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
33752         s/ifndef/ifdef/.
33753
33754 2005-02-20  Neil Conway  <neilc@samurai.com>
33755
33756         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
33757         returned by OSX/Darwin if the specified buffer is not large
33758         enough for the hostname.
33759
33760 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33761
33762         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
33763         pass it to _help, otherwise the latter coredumps trying to
33764         dereference state.root_argp.
33765
33766 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33767
33768         * modules/chdir-long (Depends-on): Add memrchr.
33769         * modules/memrchr (Files): Add lib/memrchr.h.
33770         (Include): "memrchr.h".
33771
33772 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33773
33774         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
33775
33776 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33777
33778         * lib/memrchr.h: New file.
33779         * lib/chdir-long.c: Include it.
33780         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
33781         Don't bother including stddef.h.
33782
33783 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
33784
33785         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
33786         inclusion.
33787         Include <sys/types.h>, for dev_t.
33788         (ME_DUMMY, ME_REMOTE): Move from here....
33789         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
33790         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
33791         Dmitry V. Levin.
33792         Include mountlist.h first, to test the interface.
33793
33794 2005-01-29  Bruno Haible  <bruno@clisp.org>
33795
33796         * lib/progname.c (program_name): Initialize.
33797         Needed when linking statically on MacOS X.
33798
33799 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
33800
33801         Sync from coreutils.
33802         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
33803         (Depends-on): Add c-strtod.
33804         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
33805
33806 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
33807
33808         Sync from coreutils.
33809         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
33810
33811         Remove files that are specific to coreutils.
33812         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
33813
33814 2005-01-28  Bruno Haible  <bruno@clisp.org>
33815
33816         * modules/javacomp: New file.
33817         * MODULES.html.sh (Java): Add javacomp.
33818
33819 2005-01-28  Bruno Haible  <bruno@clisp.org>
33820
33821         * m4/javacomp.m4: New file, from GNU gettext.
33822
33823 2005-01-28  Bruno Haible  <bruno@clisp.org>
33824
33825         * lib/javacomp.sh.in: New file, from GNU gettext.
33826         * lib/javacomp.h: New file, from GNU gettext.
33827         * lib/javacomp.c: New file, from GNU gettext.
33828
33829 2005-01-26  Simon Josefsson  <jas@extundo.com>
33830
33831         * lib/gai_strerror.c: Use GPL in header.
33832
33833 2005-01-26  Bruno Haible  <bruno@clisp.org>
33834
33835         * modules/javaexec: New file.
33836         * MODULES.html.sh (Java): Add javaexec.
33837
33838 2005-01-26  Bruno Haible  <bruno@clisp.org>
33839
33840         * m4/javaexec.m4: New file, from GNU gettext.
33841
33842 2005-01-26  Bruno Haible  <bruno@clisp.org>
33843
33844         * lib/javaexec.sh.in: New file, from GNU gettext.
33845         * lib/javaexec.h: New file, from GNU gettext.
33846         * lib/javaexec.c: New file, from GNU gettext.
33847
33848 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33849
33850         * modules/lchown (Depends-on): Remove lchown.h
33851
33852 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33853
33854         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
33855         must be defined if the header file was not found, in order
33856         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
33857
33858 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33859
33860         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
33861         initializers for struct pentry_state.
33862         (__argp_error): Check return value of __asprintf
33863         (__argp_failure): Translate error message
33864
33865         * lib/argp-parse.c: Removed braces around the expansion of N_()
33866
33867 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33868
33869         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
33870         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
33871         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
33872         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
33873         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
33874         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
33875         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
33876         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
33877         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
33878         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
33879         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
33880         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
33881         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
33882         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
33883         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
33884         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
33885         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
33886         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
33887         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
33888         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
33889         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
33890         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
33891         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
33892         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
33893         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
33894         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
33895         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
33896         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
33897         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
33898         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
33899         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
33900         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
33901         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
33902         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
33903         xstrtol.m4, xstrtoumax.m4, yesno.m4:
33904         Use an all-permissive copyright notice, recommended by RMS.
33905
33906 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
33907
33908         * modules/chdir-long (Depends-on): Remove mempcpy.
33909
33910 2005-01-21  Jim Meyering  <jim@meyering.net>
33911
33912         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
33913         same value as for Solaris 9.
33914
33915         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
33916         component length.  This included changing the parameter to be
33917         of type `char *' rather than `char const *'.
33918         * lib/chdir-long.h (chdir_long): Update prototype.
33919
33920         * lib/openat.c (fdopendir, fstatat): New functions.
33921         * lib/openat.h: Include headers required for use of DIR and struct
33922         stat.
33923         [AT_SYMLINK_NOFOLLOW]: Define.
33924         (fdopendir, fstatat): Add prototypes.
33925
33926 2005-01-21  Bruno Haible  <bruno@clisp.org>
33927
33928         * modules/classpath: New file.
33929         * MODULES.html.sh (Java): Add classpath.
33930
33931 2005-01-21  Bruno Haible  <bruno@clisp.org>
33932
33933         * lib/classpath.h: New file, from GNU gettext.
33934         * lib/classpath.c: New file, from GNU gettext.
33935
33936 2005-01-20  Simon Josefsson  <jas@extundo.com>
33937
33938         * modules/version-etc-fsf: New file.
33939
33940 2005-01-20  Simon Josefsson  <jas@extundo.com>
33941
33942         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
33943         * lib/version-etc.c: Remove version_etc_copyright.
33944         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
33945         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
33946
33947 2005-01-20  Simon Josefsson  <jas@extundo.com>
33948
33949         * lib/base64.h (isbase64): Add.
33950
33951         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
33952         using a unsigned prototype, don't inline.
33953         (base64_decode): Use it.
33954
33955 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33956
33957         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
33958         it.
33959
33960 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33961
33962         * lib/save-cwd.c (save_cwd): Remove code to support the case
33963         where fchdir is missing or flaky.
33964
33965 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33966
33967         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
33968
33969 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
33970
33971         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
33972         AC_LIBSOURCES now does this.
33973         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
33974         with new ullong_max module.
33975
33976 2005-01-19  Bruno Haible  <bruno@clisp.org>
33977
33978         * modules/sh-quote: New file.
33979         * MODULES.html.sh (Executing programs): Add sh-quote.
33980
33981 2005-01-19  Bruno Haible  <bruno@clisp.org>
33982
33983         * lib/sh-quote.h: New file, from GNU gettext.
33984         * lib/sh-quote.c: New file, from GNU gettext.
33985
33986 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
33987
33988         Merge from coreutils.
33989         * m4/ullong_max.m4: New file.
33990         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
33991         (gl_MACROS): Assume localeconv exists.
33992
33993 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
33994
33995         Merge changes from coreutils, as described below in several
33996         changelogs dated today.
33997
33998         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
33999         (O_DIRECTORY): Remove; not needed here, since "." must be
34000         a directory.  All uses removed.
34001         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
34002         universal on Suns, and we also need to test for IRIX.
34003         Revamp code to use 'if' rather than '#if'.
34004         Avoid unnecessary comparison of cwd->desc to 0.
34005
34006         * lib/utimens.c (futimens): Robustify the previous patch, by checking
34007         for known valid error numbers rather than observed invalid ones.
34008
34009 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34010
34011         * modules/ullong_max: New file.
34012
34013         * modules/chdir-long, modules/openat: New files.
34014         * modules/save-cwd (Depends-on): Depend on chdir-long.
34015         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
34016
34017 2005-01-18  Jim Meyering  <jim@meyering.net>
34018
34019         Merge from coreutils.
34020         * m4/chdir-long.m4, m4/openat.m4: New files.
34021         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
34022         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
34023         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
34024         is sane and DOES follow symlinks.  Besides, testing 20 different
34025         systems found no broken chown implementations.
34026         Prompted by a change in rsync's copy of this macro.
34027         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
34028
34029         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
34030
34031         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
34032         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
34033         NULL-means-set-to-current-time semantics.
34034         Remove temporary file immediately, rather than waiting
34035         for configure's at-exit trap code to do it.
34036
34037 2005-01-18  Jim Meyering  <jim@meyering.net>
34038
34039         * lib/version-etc.c (version_etc_copyright): Update copyright date.
34040
34041         * lib/utimens.c (futimens): Account for the fact that futimes
34042         can also fail with errno == ENOSYS or errno == ENOENT.
34043         Patch from Dmitry V. Levin.
34044
34045         Change the name of the robust chdir function from chdir to chdir_long.
34046         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
34047         (restore_cwd): Use chdir_long, not chdir.
34048         * lib/chdir-long.c: Renamed from chdir.c.
34049         * lib/chdir-long.h: Renamed from chdir.h.
34050         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
34051         Hurd.
34052
34053 2005-01-18  Bruno Haible  <bruno@clisp.org>
34054
34055         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
34056         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
34057         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
34058         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
34059         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
34060         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
34061         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
34062         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
34063         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
34064         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
34065         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
34066         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
34067         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
34068         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
34069         Use an all-permissive copyright notice, recommended by RMS.
34070
34071 2005-01-18  Bob Proulx  <bob@proulx.com>
34072
34073         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
34074         simplify offsetof() macro construct to avoid compile failure with
34075         native HP-UX 11.0 ANSI C compiler.
34076
34077 2005-01-17  Bruno Haible  <bruno@clisp.org>
34078
34079         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
34080         redundant because stpncpy.m4 takes care of it.
34081
34082 2005-01-17  Bruno Haible  <bruno@clisp.org>
34083
34084         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
34085
34086 2005-01-17  Bruno Haible  <bruno@clisp.org>
34087
34088         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
34089         used.
34090
34091 2005-01-17  Bruno Haible  <bruno@clisp.org>
34092
34093         * lib/fwriteerror.h (fwriteerror): Change specification to include
34094         fclose.
34095         * lib/fwriteerror.c: Include <stdbool.h>.
34096         (fwriteerror): At the end, close the file stream. Record whether
34097         stdout was already closed.
34098
34099 2005-01-17  Bruno Haible  <bruno@clisp.org>
34100
34101         * lib/execute.c (environ): Declare if needed.
34102         * lib/pipe.c (environ): Likewise.
34103         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
34104
34105 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34106
34107         * modules/argp: Depend on vsnprintf
34108
34109 2005-01-10  Jim Meyering  <jim@meyering.net>
34110
34111         * modules/closeout (Depends-on): Add atexit.
34112
34113 2005-01-06  Bruno Haible  <bruno@clisp.org>
34114
34115         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
34116
34117 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
34118
34119         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
34120         definitions to be after all include files, to avoid collisions.
34121         Problem reported by Bob Proulx.
34122
34123 2005-01-04  Jim Meyering  <jim@meyering.net>
34124
34125         Changes imported from coreutils.
34126         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
34127         as the mkstemp template, use a temporary directory and an
34128         8.3-friendly template to avoid trouble on systems like DJGPP.
34129         Reported by Juan M. Guerrero via Stepan Kasal.
34130         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
34131         close. Remove the temporary directory right away, rather than waiting
34132         for configure's at-exit trap code to do it.
34133         Suggestion from Stepan Kasal.
34134
34135 2005-01-01  Simon Josefsson  <jas@extundo.com>
34136
34137         * gnulib-tool: Print #include directives when --import'ing.
34138
34139 2004-12-28  Simon Josefsson  <jas@extundo.com>
34140
34141         * tests/test-base64.c: Include required header files.  Remove
34142         unused variables.
34143
34144 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
34145
34146         * modules/error (Depends-on): Remove gettext.
34147
34148 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
34149
34150         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
34151         not needed.  This removes a dependency on the gettext module.
34152         [defined _LIBC]: Do not include <libintl.h>; not needed.
34153
34154 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
34155
34156         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
34157         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
34158
34159 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
34160
34161         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
34162         HAVE_DECL_STRTOLD.
34163
34164 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34165
34166         * modules/getdate (Depends-on): Remove alloca-opt.
34167
34168 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34169
34170         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
34171
34172 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34173
34174         * lib/argp-parse.c: Include <stddef.h>.
34175         (alignof, alignto): New macros.
34176         (parser_init): Don't assume that void * is aligned sufficiently
34177         for struct option.
34178
34179         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
34180         need to extend the stack.
34181         (YYINITDEPTH): New macro, so that the initial stack isn't overly
34182         large.
34183
34184 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34185
34186         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
34187
34188 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
34189
34190         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
34191         (2004-10-24) change.  Apparently this was a false alarm.
34192
34193         * modules/getdate: Depend on alloca-opt, not alloca.
34194
34195 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
34196
34197         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
34198         Remove now-obsolete comment about AIX.
34199         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
34200         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
34201         (YYMAXDEPTH): New macro.
34202
34203 2004-12-18  Simon Josefsson  <jas@extundo.com>
34204
34205         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
34206
34207 2004-12-18  Bruno Haible  <bruno@clisp.org>
34208
34209         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
34210
34211 2004-12-18  Bruno Haible  <bruno@clisp.org>
34212
34213         * lib/fatal-signal.c (fatal_signals): Make non-const.
34214         (init_fatal_signals): New function.
34215         (uninstall_handlers, install_handlers): Ignore signals that were set to
34216         SIG_IGN.
34217         (at_fatal_signal): Call init_fatal_signals.
34218         (init_fatal_signal_set): Likewise. Ignore signals that were set to
34219         SIG_IGN.
34220         Reported by Paul Eggert.
34221
34222 2004-12-18  Bruno Haible  <bruno@clisp.org>
34223
34224         * doc/alloca.texi: New file.
34225         * doc/alloca-opt.texi: New file.
34226
34227 2004-12-17  Jim Meyering  <jim@meyering.net>
34228
34229         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
34230         Otherwise, install-sh could exit with improper exit status when
34231         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
34232
34233 2004-12-16  Simon Josefsson  <jas@extundo.com>
34234
34235         * tests/test-base64.c: Add license.
34236
34237 2004-12-15  Stepan Kasal  <address@hidden>
34238
34239         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
34240
34241 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
34242
34243         * modules/getcwd (Files): Add m4/d-ino.m4.
34244         Suggested by Mark D. Baushke.
34245
34246 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
34247
34248         * lib/getdate.y (textint): New member "negative".
34249         (time_zone_hhmm): New function.
34250         Expect 14 shift-reduce conflicts, not 13.
34251         (o_colon_minutes): New rule.
34252         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
34253         (yylex): Set the "negative" member of signed numbers.
34254
34255 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
34256
34257         * doc/getdate.texi (Time of day items, Time zone items):
34258         Describe new formats +00:00, UTC+00:00.
34259
34260 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
34261
34262         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
34263         spurious "-l"s.  Problem reported by Stepan Kasal.
34264
34265 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
34266
34267         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
34268         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
34269
34270 2004-12-04  Simon Josefsson  <jas@extundo.com>
34271
34272         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
34273         Vandoorselaere <yoann@prelude-ids.org>.
34274
34275 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
34276
34277         Changes imported from coreutils.
34278         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
34279         exist.
34280         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
34281
34282 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
34283
34284         Changes imported from coreutils.
34285         * lib/hard-locale.c: Assume <locale.h> exists.
34286         Include "strdup.h".
34287         (GLIBC_VERSION): New macro.
34288         (hard_locale): Assume setlocale exists.
34289         Rewrite to avoid #ifdef.
34290         Use strdup rather than malloc + strcpy.
34291         * lib/human.c: Assume <locale.h> exists.
34292         (human_readable): Assume localeconv exists.
34293
34294 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
34295
34296         * modules/hard-locale (Depends-on): Add strdup.
34297
34298 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
34299
34300         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
34301         convert T2, not T.  (Imported from libc.)
34302
34303 2004-11-30  Simon Josefsson  <jas@extundo.com>
34304
34305         * modules/restrict (License): Change to LGPL.
34306
34307 2004-11-30  Simon Josefsson  <jas@extundo.com>
34308
34309         * m4/restrict.m4: Add copyright and copying conditions.
34310
34311 2004-11-30  Simon Josefsson  <jas@extundo.com>
34312
34313         * m4/base64.m4: New file.
34314
34315 2004-11-30  Simon Josefsson  <jas@extundo.com>
34316
34317         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
34318         base64.
34319
34320         * tests/test-base64.c: New file.
34321
34322         * modules/base64: New file.
34323
34324 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
34325
34326         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
34327         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
34328
34329         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
34330
34331 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
34332
34333         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
34334         (__getcwd.c): Don't restore errno; glibc doesn't.
34335         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
34336         first, falling back to our code only if its results look suspicious.
34337         Ensure that the resulting buffer is only as large as necessary.
34338
34339         * lib/readutmp.c: Include readutmp.h first.
34340         Include <errno.h>, since readutmp.h no longer does that.
34341         * lib/readutmp.h: Don't include <errno.h>,
34342         <sys/param.h>, <time.h>; not needed to establish interface.
34343         (errno): Remove decl.
34344         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
34345         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
34346         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
34347
34348 2004-11-28  Simon Josefsson  <jas@extundo.com>
34349
34350         * lib/base64.h, base64.c: New file.
34351
34352 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
34353
34354         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
34355
34356 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
34357
34358         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
34359         (Depends-on): Remove pathmax, same.  Add mempcpy.
34360         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
34361         (Makefile.am): Append getcwd.h to lib_SOURCES.
34362         (Include): Add getcwd.h.
34363         (Maintainer): Change from Jim Meyering to "all, glibc",
34364         since getdate now uses intended-for-glibc code.
34365         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
34366         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
34367
34368 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
34369
34370         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
34371         HP's ANSI C compiler.
34372         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
34373         Declaring int functions causes warnings on some modern systems and
34374         shouldn't be needed to compile on ancient ones.
34375         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
34376         defined.
34377
34378         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
34379         with the following changes.
34380         (__set_errno): Parenthesize properly.
34381         Include <stdbool.h>.
34382         (MIN, MAX, MATCHING_INO): New macros.
34383         (__getcwd): Define with prototype, not K&R form.
34384         Use heuristics to allocate default buffer on stack if possible.
34385         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
34386         behavior, and to avoid the PATH_MAX limit when computing
34387         ../../../../...
34388         Use MATCHING_INO to compare inode number to file.
34389         Check for arithmetic overflow in size calculations.
34390         Fix bug in reallocation of dot array that caused getcwd to fail
34391         on directories nested deeper than 75.
34392         Be more careful about saving errno on error.
34393         Do not use realloc; use only free+malloc, as this is a bit
34394         more flexible and avoids a needless copy operation.
34395         Do not inspect st_dev and st_ino for symbolic links; POSIX
34396         doesn't specify the latter.
34397         Check for closedir errors.
34398         Avoid needless casts.
34399         Use "#ifdef weak_alias" around weak_alias, to be like other
34400         glibc code.
34401         The following changes to getcwd.c have effect only when used in
34402         gnulib; they have no effect inside glibc proper.
34403         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
34404         as alloca isn't used.
34405         (alloca, __alloca): Likewise.
34406         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
34407         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
34408         unconditionally, as gnulib assumes C89 or better.
34409         Do not include <sys/param.h>.
34410         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
34411         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
34412         better.
34413         (NULL) [!defined NULL]: Remove; we assume C89 or better.
34414         Include <dirent.h> in a way that is compatible with modern Autoconf.
34415         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
34416         New macros, if not already defined.
34417         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
34418         Use "_LIBC", not "defined _LIBC", for consistency.
34419         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
34420         a mempcpy module.
34421         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
34422         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
34423         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
34424         credit only to Jim Meyering and adjust the copyright dates.
34425         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
34426         <stdlib.h>, <unistd.h>, "pathmax.h".
34427         Instead, include "xgetcwd.h" (first) and "getcwd.h".
34428         (INITIAL_BUFFER_SIZE): Remove.
34429         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
34430
34431 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
34432
34433         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
34434         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
34435         Use the _ONCE methods, for efficiency.
34436         Check for fcntl.h.  In test program, include <errno.h>
34437         and <fcntl.h> if available.  Remove old K&R cruft from
34438         test program.  Check for common errors in GNU/Linux,
34439         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
34440         don't do AC_LIBOBJ, as that's getcwd.m4's job.
34441         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
34442         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
34443         name accordingly.
34444         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
34445         accommodate new getcwd.c.
34446         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
34447         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
34448         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
34449         that's all we need now.
34450
34451 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34452
34453         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
34454         argp-parse.c depends on getopt internals, that means we should
34455         always use our getopt, to be on the safe side.
34456         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
34457         order not to spoil the result of an eventual previous invocation
34458         of gl_GETOPT_SUBSTITUTE.
34459
34460 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34461
34462         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
34463         redefinition warnings. To avoid them, include the defines
34464         in `#if !defined __need_getopt ... #endif'. The only place
34465         where __getopt_argv_const is used is in definitions
34466         of getopt_long and getopt_long_only below, which are as well
34467         protected by `#ifndef __need_getopt'.
34468         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
34469         __need_getopt after including <stdio.h> and <unistd.h> These
34470         headers might have defined it.
34471
34472 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
34473
34474         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
34475
34476 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
34477
34478         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
34479         (futimens): New function, which uses futimes if available.
34480         (futimens, utimens): Support timespec==NULL, with same semantics
34481         as utime and utimens.
34482         * lib/utimens.h (futimens): New decl.
34483
34484 2004-11-23  Jim Meyering  <jim@meyering.net>
34485
34486         * lib/getopt_.h: Remove trailing blanks.
34487
34488 2004-11-23  Jim Meyering  <jim@meyering.net>
34489
34490         * lib/__fpending.c: Add comment.
34491
34492 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
34493
34494         * modules/canonicalize (Depends-on): Add xreadlink.
34495         Problem reported by James Youngman.
34496
34497 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
34498
34499         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
34500         New macros.
34501         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
34502         optopt): Use them instead of invoking ## directly; otherwise, the
34503         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
34504
34505 2004-11-19  Bruno Haible  <bruno@clisp.org>
34506
34507         * lib/strtok_r.c: Move comments from here...
34508         * lib/strtok_r.h: ... to here.
34509
34510 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
34511
34512         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
34513         implementations that mishandle size_t overflow.
34514
34515 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
34516
34517         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
34518         might fail.  Problem reported by Yoann Vandoorselaere.
34519         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
34520         implementations that mishandle size_t overflow.
34521
34522 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34523
34524         * modules/canon-host (Depends-on): Add strdup.
34525
34526 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34527
34528         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
34529
34530 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34531
34532         * lib/canon-host.c: Include "strdup.h".
34533         (canon_host): Use getaddrinfo if available, so that IPv6 works.
34534         Use strdup instead of malloc/strcpy to duplicate strings.
34535
34536         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
34537         (human_space_before_unit): New constant.
34538         * lib/human.c (human_readable): Support it.
34539
34540         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
34541         (xgetcwd): Set errno correctly when failing.
34542         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
34543         the failure is actually due to a PATH_MAX problem.
34544
34545         Further getopt changes to make it more likely that glibc will
34546         buy the changes back.
34547         * lib/getopt.c (POSIXLY_CORRECT): New constant.
34548         (getopt): Use it, so to preserve glibc semantic
34549         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
34550         when compiling for libc.
34551         * lib/getopt_.h (__getopt_argv_const): Bring it back.
34552         (getopt_long, getopt_long_only): Use it.
34553
34554         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
34555         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
34556         (getopt): Argv is now char * const *, as per standard.
34557         (_getopt_internal_r, _getopt_internal): Argv is now char **,
34558         not char *__getopt_argv_const *.
34559         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
34560         _getopt_long_only_r): Likewise.
34561         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
34562         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
34563         _getopt_long_r, _getopt_long_only_r): Likewise.
34564         * lib/getopt_.h (__getopt_argv_const): Remove.
34565         (getopt): Argv is now char * const *, as per standard.
34566
34567         * lib/getdate.y (tORDINAL): New token.
34568         (day, relunit): Allow it for relative times.
34569         (relative_time_table): Use tORDINAL for ordinals.
34570
34571 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34572
34573         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
34574         Document that "second" isn't allowed as an ordinal number.
34575
34576 2004-11-16  Jim Meyering  <jim@meyering.net>
34577
34578         * modules/closeout (Depends-on): Add fpending.
34579
34580 2004-11-15  Jim Meyering  <jim@meyering.net>
34581
34582         * lib/closeout.c: Include "__fpending.h" once again.
34583         Include <stdbool.h>.
34584         (close_stdout): Don't fail just because stdout was closed initially,
34585         since some programs don't write to stdout in the normal course of
34586         operation (other than --version and --help), and we don't want this
34587         function to make e.g. `touch file >&-' fail.
34588         But do fail if it was closed and someone has tried to write to it.
34589         E.g., `printf foo >&-' must fail.
34590
34591 2004-11-13  Jim Meyering  <jim@meyering.net>
34592
34593         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
34594
34595 2004-11-12  Simon Josefsson  <jas@extundo.com>
34596
34597         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
34598         small doc fix is still pending.
34599
34600 2004-11-11  Simon Josefsson  <jas@extundo.com>
34601
34602         * modules/strtok_r: New file.
34603
34604         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34605         strtok_r.
34606
34607 2004-11-11  Simon Josefsson  <jas@extundo.com>
34608
34609         * m4/strtok_r.m4: New file.
34610
34611         * m4/getopt.m4: Replace opterr.
34612
34613 2004-11-11  Simon Josefsson  <jas@extundo.com>
34614
34615         * lib/strtok_r.h, strtok_r.c: New file.
34616
34617 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
34618
34619         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
34620         of replacing opterr, getopt, etc.  This should handle the
34621         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
34622
34623 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
34624
34625         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
34626         we can stop lying to compilers about the constness of argv when we
34627         are compiled outside glibc.
34628         (getopt, getopt_long, getopt_long_only): Use it.
34629         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
34630         _getopt_internal, getopt): Likewise.
34631         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
34632         _getopt_long_only_r): Likewise.
34633         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
34634         _getopt_long_r, _getopt_long_only_r): Likewise.
34635
34636         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
34637         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
34638         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
34639         the other external symbols.
34640         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
34641         declaration, since the above renaming now works around collisions.
34642
34643 2004-11-11  Jim Meyering  <jim@meyering.net>
34644
34645         * lib/linebreak.c: Remove trailing blanks.
34646         * lib/alloca_.h: Likewise.
34647         * lib/acosl.c: Likewise.
34648         * lib/euidaccess.c: Likewise.
34649         * lib/allocsa.h: Likewise.
34650
34651 2004-11-10  Simon Josefsson  <jas@extundo.com>
34652
34653         * m4/getaddrinfo.m4: New file.
34654
34655 2004-11-10  Simon Josefsson  <jas@extundo.com>
34656
34657         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
34658
34659 2004-11-10  Simon Josefsson  <jas@extundo.com>
34660
34661         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34662         getaddrinfo.
34663
34664         * modules/getaddrinfo: New file.
34665
34666 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34667
34668         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
34669
34670 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34671
34672         * lib/mktime.c (SHR): New macro, which is a portable
34673         substitute for >> that should work even on Crays.
34674         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
34675         Problem reported by Mark D. Baushke in
34676         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
34677         * lib/getdate.y (SHR): Likewise.
34678         (tm_diff): Use it.
34679         * lib/strftime.c (SHR): Likewise.
34680         (tm_diff): Use it.
34681         * lib/quotearg.c (struct quoting_options): Use unsigned int for
34682         quote_these_too, so that right shifts are well defined.  All uses
34683         changed.
34684
34685 2004-11-10  Jim Meyering  <jim@meyering.net>
34686
34687         Ensure that no close failure goes unreported.
34688         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
34689         return early when it seems there's nothing to flush.
34690         Don't include __fpending.h.
34691
34692 2004-11-10  Jim Meyering  <jim@meyering.net>
34693
34694         * modules/closeout (Depends-on): Remove fpending.
34695
34696 2004-11-10  Jim Meyering  <jim@meyering.net>
34697
34698         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
34699
34700 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
34701
34702         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
34703         gl_FUNC_STRFTIME.
34704         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
34705         and AC_REQUIRE when possible, to avoid duplicate checks.
34706         Check for <wchar.h>.
34707
34708 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
34709
34710         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
34711
34712 2004-11-09  Bruno Haible  <bruno@clisp.org>
34713
34714         * m4/sockpfaf.m4: New file.
34715
34716 2004-11-05  Bruno Haible  <bruno@clisp.org>
34717
34718         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
34719         Reported by Mark D. Baushke <mdb@cvshome.org>.
34720
34721 2004-11-04  Bruno Haible  <bruno@clisp.org>
34722
34723         2004-09-11  Bruno Haible  <bruno@clisp.org>
34724                 * allocsa.valgrind: New file.
34725         2004-02-06  Bruno Haible  <bruno@clisp.org>
34726                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
34727                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
34728                 Reported by Christopher Seip <chris.seip@hp.com>.
34729
34730 2004-11-04  Bruno Haible  <bruno@clisp.org>
34731
34732         * modules/allocsa (Files): Add lib/allocsa.valgrind.
34733         (Makefile.am): Distribute it.
34734
34735 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
34736
34737         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
34738         with errno == ERANGE if the buffer is too small.
34739         Problem reported by Mark D. Baushke.
34740
34741 2004-11-03  Albert Chin  <china@thewrittenword.com>
34742             Paul Eggert  <eggert@cs.ucla.edu>
34743
34744         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
34745         equivalent, substitute $ac_type for equivalent type rather than
34746         blindly using uint32_t *always* which won't work if uint32_t is not
34747         available.  Define _UINT32_T to work around typedef of uint32_t if
34748         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
34749         2.5.1.
34750
34751 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34752
34753         * m4/jm-macros.m4: Sync from coreutils.
34754         (gl_MACROS): Check for mbrlen, for pathchk.
34755         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
34756
34757 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34758
34759         * lib/xreadlink.c (MAXSIZE): New macro.
34760         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
34761         size does not exceed MAXSIZE.  Avoid cast.
34762         As suggested by Mark D. Baushke in
34763         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
34764         if readlink fails with buffer size just under MAXSIZE, try again
34765         with MAXSIZE.
34766
34767 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34768
34769         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
34770
34771 2004-11-02  Derek R. Price  <derek@ximbiot.com>
34772         and  Paul Eggert  <eggert@cs.ucla.edu>
34773
34774         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
34775         (get_date): Overparenthesize to avoid GCC warning.
34776
34777 2004-11-02  Bruno Haible  <bruno@clisp.org>
34778
34779         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
34780         returns void.
34781
34782 2004-11-02  Bruno Haible  <bruno@clisp.org>
34783
34784         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
34785         function returns void.
34786
34787 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
34788
34789         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
34790         fflush_unlocked, flockfile, funlockfile, funlockfile,
34791         fputs_unlocked, putc_unlocked.
34792
34793 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
34794
34795         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
34796         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
34797         already declared.
34798
34799 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34800
34801         * modules/getdate (Files): Add doc/getdate.texi.
34802         (Depends-on): Add setenv, xalloc.
34803
34804 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34805
34806         * lib/getdate.y: Add support for TZ="foo" within a date string.
34807         Fix some bugs near time_t boundaries.  Reject dates with
34808         out-of-range components, e.g., "Sept 31".
34809         Include <stdlib.h>, "setenv.h", "xalloc.h".
34810         (ISDIGIT_LOCALE): Remove; unused.
34811         Note that the TZ and time functions used here are not reentrant.
34812         (mktime_ok, get_tz): New functions.
34813         (TZBUFSIZE): New constant.
34814         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
34815         This requires that we sometimes generate our own TZ="XXX..." setting.
34816
34817 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34818
34819         * doc/getdate.texi: New file, from coreutils with modifications for
34820         the new TZ parsing.
34821
34822 2004-10-27  Derek R. Price  <derek@ximbiot.com>
34823
34824         * lib/mktime.c (not_equal_tm): Remove redundant check.
34825
34826 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
34827
34828         * modules/regex (lib_SOURCES): Add regex.c.
34829         Reported by James Youngman in
34830         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
34831
34832 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
34833
34834         * lib/getdate.y: Use Bison 1.875 features, and some minor
34835         code cleanups.  This change does not affect semantics.
34836         Don't include <stdlib.h>; no longer needed.
34837         Don't include unlocked-io.h; only the "#if TEST" code uses
34838         stdio, and performance isn't crucial there.
34839         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
34840         Bison 1.875 features as described below.
34841         All uses of "PC." replaced by "pc->".
34842         (YYSTYPE): Add a forward declaration.
34843         (yylex, yyerror): Use full prototypes in forward decls.
34844         Use "%pure-parser" rather than obsolescent "%pure_parser".
34845         Use %parse-param and %lex-param instead of obsolescent
34846         YYPARSE_PARAM and YYLEX_PARAM.
34847         (meridian_table, month_and_day_table, time_units_table,
34848         relative_time_table, time_zone_table, military_table,
34849         lookup_zone, lookup_word, get_date):
34850         Use NULL instead of 0 where appropriate.
34851         (to_hour): Avoid abort (), to avoid a dependency on
34852         stdlib.h.
34853         (yyerror, yylex): Now accepts parser_control * arg.
34854         (main) [TEST]: Use '\0' rather than 0 for char.
34855
34856 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
34857
34858         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
34859
34860 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
34861
34862         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
34863         It's now the caller's responsibility to handle the case where
34864         !HAVE_GETPAGESIZE && !defined getpagesize.
34865
34866         * lib/mktime.c (leapyear): Arg is long int, not int.
34867
34868 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
34869
34870         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
34871
34872 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
34873
34874         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
34875         missing.  Problem reported by James Youngman.
34876
34877 2004-10-16  Simon Josefsson  <jas@extundo.com>
34878
34879         * gnulib-tool: Fix comments.  Fix parse problem.
34880         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
34881
34882 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
34883
34884         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
34885         implementation of getopt_long.  Problem reported by Alexander Taler in:
34886         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
34887
34888 2004-10-15  Bruno Haible  <bruno@clisp.org>
34889
34890         * gnulib-tool: Untabify. Initialize supplied_libname.
34891         (func_usage): More homogenous output.
34892         (func_modules_transitive_closure, func_modules_to_filelist,
34893         func_emit_lib_Makefile_am): New functions.
34894         (func_import): New function, extracted from big case statement. Use
34895         func_get_license, func_modules_transitive_closure,
34896         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
34897         opt_lgpl. Don't use test -a, as it's not portable.
34898         (func_create_testdir): Use func_modules_transitive_closure,
34899         func_modules_to_filelist, func_emit_lib_Makefile_am.
34900
34901 2004-10-15  Bruno Haible  <bruno@clisp.org>
34902
34903         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
34904
34905 2004-10-15  Bruno Haible  <bruno@clisp.org>
34906
34907         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
34908         the portions belonging to each module.
34909         Suggested by Derek Robert Price <derek@ximbiot.com>.
34910
34911 2004-10-12  Simon Josefsson  <jas@extundo.com>
34912
34913         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
34914         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
34915         to real functions.
34916
34917 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34918
34919         * modules/vsnprintf: New file.
34920
34921 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34922
34923         * m4/vsnprintf.m4: New file.
34924
34925 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34926
34927         * lib/vsnprintf.h: New file.
34928         * lib/vsnprintf.c: New file.
34929
34930 2004-10-11  Bruno Haible  <bruno@clisp.org>
34931
34932         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
34933         vsnprintf.
34934
34935 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
34936
34937         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
34938
34939 2004-10-07  Bruno Haible  <bruno@clisp.org>
34940
34941         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
34942         fits into the provided buffer.
34943
34944 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
34945
34946         * lib/diacrit.c, diacrit.h: Add GPL notice.
34947
34948         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
34949         notice.
34950         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
34951         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
34952         This avoids a potential constant-folding bug.
34953
34954 2004-10-05  Bruno Haible  <bruno@clisp.org>
34955
34956         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
34957         for the declaration of strsep.
34958
34959 2004-10-05  Bruno Haible  <bruno@clisp.org>
34960
34961         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
34962
34963 2004-10-04  Simon Josefsson  <jas@extundo.com>
34964
34965         * modules/memmem: New file.
34966         * tests/test-memmem.c: New file.
34967         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
34968
34969 2004-10-04  Simon Josefsson  <jas@extundo.com>
34970
34971         * m4/memmem.m4: New file.
34972
34973 2004-10-04  Simon Josefsson  <jas@extundo.com>
34974
34975         * lib/memmem.h: New file.
34976         * lib/memmem.c: New file, taken from glibc.
34977
34978 2004-10-04  Simon Josefsson  <jas@extundo.com>
34979
34980         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
34981         '#ifdef USE_UNLOCKED_IO'.
34982
34983 2004-10-04  Simon Josefsson  <jas@extundo.com>
34984
34985         * config/srclist.txt: Add memmem from glibc.
34986
34987 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34988
34989         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
34990
34991         * modules/argmatch, modules/argp, modules/closeout, modules/error,
34992         modules/exclude, modules/getdate, modules/getline,
34993         modules/getndelim2, modules/getpass, modules/getpass-gnu,
34994         modules/getusershell, modules/linebuffer, modules/md5,
34995         modules/mountlist, modules/posixtm, modules/readtokens,
34996         modules/readutmp, modules/regex, modules/sha1,
34997         modules/version-etc, modules/yesno:
34998         Remove dependency on unlocked-io.
34999
35000 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35001
35002         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
35003
35004         * m4/unlocked-io.m4: Add copyright notice.
35005         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
35006
35007 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35008
35009         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
35010         * lib/xmalloc.c (xmemdup): Likewise.
35011         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
35012         XFREE): Remove these long-obsolescent macros.
35013         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
35014         * lib/xstrdup.c: Remove.
35015
35016         * lib/regex.c (re_comp): Cast gettext return value to char *,
35017         Problem reported by Martin Neitzel via Mark D. Baushke.
35018
35019 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35020
35021         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
35022         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
35023         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
35024         regex.c, sha1.c, version-etc.c, yesno.c:
35025         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
35026         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
35027         the includer's responsibility.
35028
35029         Sync from coreutils.
35030
35031         * lib/modechange.c (mode_compile): Don't decrement a pointer that
35032         points to the start of a string, as the C Standard says the
35033         resulting behavior is undefined.
35034
35035         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
35036         simple -> simple_backups, numbered_existing ->
35037         numbered_existing_backups, numbered -> numbered_backups
35038         to avoid shadowing problems.  All uses changed.
35039         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
35040         * lib/backupfile.c (check_extension, numbered_backup):
35041         Rename locals to avoid shadowing 'basename'.
35042         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
35043         once.
35044
35045         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
35046         * lib/.cvsignore: Add getopt.h.
35047
35048 2004-10-04  Bruno Haible  <bruno@clisp.org>
35049
35050         * modules/README: New file.
35051         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
35052         not a module.
35053
35054 2004-10-02  Jim Meyering  <jim@meyering.net>
35055
35056         * lib/dirfd.h, getpagesize.h: Add copyright notice.
35057
35058 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35059
35060         * modules/strsep: New file.
35061
35062 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35063
35064         * m4/strsep.m4: New file.
35065
35066 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35067
35068         * lib/strsep.h: New file.
35069         * lib/strsep.c: New file.
35070
35071 2004-10-01  Simon Josefsson  <jas@extundo.com>
35072
35073         * lib/snprintf.c (snprintf): Handle size==0.
35074
35075 2004-10-01  Simon Josefsson  <jas@extundo.com>
35076             Bruno Haible  <bruno@clisp.org>
35077
35078         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
35079         (snprintf): Declare 'args'.
35080
35081 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
35082
35083         * lib/snprintf.c: Remove comments as to why each header is needed.
35084
35085 2004-10-01  Bruno Haible  <bruno@clisp.org>
35086
35087         * MODULES.html.sh: Add strsep.
35088
35089 2004-09-30  Simon Josefsson  <jas@extundo.com>
35090
35091         * modules/snprintf: New file.
35092
35093 2004-09-30  Simon Josefsson  <jas@extundo.com>
35094
35095         * m4/snprintf.m4: New file.
35096
35097 2004-09-30  Simon Josefsson  <jas@extundo.com>
35098
35099         * lib/snprintf.h, lib/snprintf.c: New files.
35100
35101 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35102
35103         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
35104         (hol_entry_help): Never translate an empty string.
35105         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
35106         * lib/argp.h (OPTION_NO_TRANS): New option.
35107
35108 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35109
35110         * modules/argp (Maintainer): Replace Simon Josefsson
35111         by Sergey Poznyakoff.
35112
35113 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35114
35115         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
35116         changes merged back into glibc.
35117
35118 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35119
35120         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
35121
35122 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
35123
35124         * lib/xvasprintf.c: Include xalloc.h.
35125         (xvasprintf): Use xalloc_die, not xmalloc_die.
35126
35127 2004-09-29  Bruno Haible  <bruno@clisp.org>
35128
35129         * modules/alloca-opt: New file, derived from modules/alloca.
35130         * modules/allocsa: Depend on alloca-opt instead of alloca.
35131         * modules/setenv: Likewise.
35132         * modules/vasnprintf: Likewise.
35133         * MODULES.html.sh: Add alloca-opt.
35134
35135 2004-09-28  Simon Josefsson  <jas@extundo.com>
35136
35137         * gnulib-tool: New parameter --lgpl, to asseert that modules are
35138         LGPL, and to replace license template from GPL to LGPL.
35139
35140 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
35141
35142         * modules/dummy: Change license to LGPL.
35143
35144 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
35145
35146         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
35147
35148 2004-09-24  Simon Josefsson  <jas@extundo.com>
35149
35150         * modules/minmax (License): Change from GPL to LGPL.
35151
35152 2004-09-23  Simon Josefsson  <jas@extundo.com>
35153
35154         * gnulib-tool (--import): Typo.
35155
35156 2004-09-23  Simon Josefsson  <jas@extundo.com>
35157
35158         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
35159
35160 2004-09-22  Bruno Haible  <bruno@clisp.org>
35161
35162         * modules/*: Add 'License' field.
35163         * gnulib-tool: Accept --extract-license option.
35164         (func_get_license): New function.
35165
35166 2004-09-21  Bruno Haible  <bruno@clisp.org>
35167
35168         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
35169         Reported by Simon Josefsson.
35170
35171 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
35172
35173         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
35174         gl_AC_TYPE_LONG_LONG.
35175
35176 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
35177
35178         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
35179
35180 2004-09-18  Simon Josefsson  <jas@extundo.com>
35181         and  Paul Eggert  <eggert@cs.ucla.edu>
35182
35183         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
35184         calls with autoreconf.  Define GL_LIB.
35185
35186 2004-09-14  Karl Berry  <karl@gnu.org>
35187
35188         * config/srclist.txt: unsync setenv.c, sigh.
35189
35190 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
35191
35192         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
35193         Problem reported by Bruno Haible in:
35194         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
35195
35196 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
35197
35198         * config/srclist.txt: Comment out argp-pvh.c.
35199
35200 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
35201
35202         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
35203         in case some system header has #define'd it.  Problem reported by
35204         Soeren D. Schulze in
35205         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
35206
35207 2004-09-09  Karl Berry  <karl@gnu.org>
35208
35209         * regex.[ch]: delete from the root.  These were supposed to be
35210                 synced with emacs cvs, but this has not happened for about
35211                 a year, and anyway nothing else uses emacs regex.[ch].
35212                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
35213                 lib/regex[.ch] is untouched.
35214
35215 2004-09-09  Bruno Haible  <bruno@clisp.org>
35216
35217         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
35218
35219 2004-09-09  Bruno Haible  <bruno@clisp.org>
35220
35221         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
35222         modifications.
35223         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
35224
35225 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
35226
35227         * modules/xvasprintf: New file.
35228         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
35229
35230 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
35231
35232         * lib/xvasprintf.h: New file.
35233         * lib/xvasprintf.c: New file.
35234         * lib/xasprintf.c: New file.
35235
35236 2004-09-08  Bruno Haible  <bruno@clisp.org>
35237
35238         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
35239
35240 2004-09-08  Bruno Haible  <bruno@clisp.org>
35241
35242         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
35243         length is > INT_MAX.
35244         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
35245         more.
35246
35247 2004-09-08  Bruno Haible  <bruno@clisp.org>
35248
35249         * lib/stdint_.h: New file, taken from GNU clisp.
35250
35251 2004-09-08  Bruno Haible  <bruno@clisp.org>
35252             Oskar Liljeblad  <oskar@osk.mine.nu>
35253
35254         * modules/stdint: New file.
35255         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
35256
35257 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35258
35259         Import from coreutils.
35260         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
35261         strings on unbounded length.  alloca's performance benefits aren't
35262         that important here.
35263         (V_STRDUP): Remove.
35264         (parse_with_separator): New function, with most of the internals
35265         of the old parse_user_spec.  Allow user to omit both user and group,
35266         for compatibility with FreeBSD.
35267         Clone only the user name, not the entire spec.
35268         Do not set *uid, *gid unless entirely successful.
35269         Avoid memory leak in some failing cases.
35270         Fix regression for USER.GROUP reported by Dmitry V. Levin in
35271         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
35272         (parse_user_spec): Rewrite to use parse_with_separator.
35273
35274 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35275
35276         * modules/userspec: Don't depend on alloca.
35277
35278 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35279
35280         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
35281
35282 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
35283
35284         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
35285         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
35286         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
35287
35288 2004-08-16  Simon Josefsson  <jas@extundo.com>
35289
35290         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
35291         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
35292         Add --dry-run for --import.
35293         Let user provided command line parameters override configure.ac
35294         settings.
35295
35296 2004-08-12  Simon Josefsson  <jas@extundo.com>
35297
35298         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
35299         as discussed with Paul Eggert in threads rooted at
35300         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
35301         and
35302         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
35303         Before, the test was empty, and relied on ELIDE_CODE in source
35304         code.)
35305         (gl_PREREQ_GETOPT): New macro.
35306         (gl_GETOPT): Use them.
35307
35308 2004-08-12  Simon Josefsson  <jas@extundo.com>
35309
35310         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
35311         * lib/getopt_.h: Renamed from getopt.h.
35312
35313 2004-08-12  Simon Josefsson  <jas@extundo.com>
35314
35315         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
35316         Change default library name from libfoo to libgnu.
35317         Now, if you have a configure.ac that says:
35318                 gl_SOURCE_BASE(gl)
35319                 gl_M4_BASE(gl/m4)
35320                 gl_MODULES(error getopt etcetera)
35321                 gl_INIT
35322         you can import all you need by running:
35323                 ../gnulib/gnulib-tool --import
35324
35325         * modules/getopt (Files): Rename getopt.h to getopt_.h.
35326         (Makefile.am): Rewrite, use logic from argz.
35327         (Include): Use <getopt.h> instead of "getopt.h".
35328
35329 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35330
35331         * modules/argp (Files): Add m4/unlocked-io.m4.
35332         (Depends-on): Add extensions.
35333
35334 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35335
35336         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
35337         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
35338         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
35339         Check for program_invocation_name, program_invocation_short_name,
35340         flockfile, funlockfile, features.h, _getopt_long_only_r.
35341
35342 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35343
35344         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
35345         its complicated substitute.
35346         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
35347         and program_invocation_name.
35348         (__argp_basename) [!_LIBC]: Remove; the only use was
35349         replaced by its body.
35350         (__argp_short_program_name): Change condition from
35351         !defined __argp_short_program_name to
35352         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
35353         to match argp-namefrob.h.
35354         (__argp_failure): Don't assume strerror_r returns char *.
35355         * lib/argp-parse.c (N_): Define unconditionally.
35356         (argp_default_options): Fill out initializers with 0 to avoid
35357         gcc warnings.
35358
35359 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35360
35361         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
35362         getopt1.c.
35363
35364 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
35365
35366         Merge from coreutils.
35367
35368         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
35369
35370         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
35371         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
35372
35373 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
35374
35375         Merge from coreutils.
35376
35377         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
35378         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
35379         for Reliant Unix 5.43.
35380
35381         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
35382         (union fooround): Use uintmax_t, not long int.
35383         The rest is a merge from libc:
35384         [defined _LIBC]: Include <shlib-compat.h>.
35385         (_obstack) [defined _LIBC]: Remove after 2.3.4.
35386
35387         * lib/settime.c (settime): Recode to avoid warning with
35388         Sun Forte C 6U2.
35389
35390         * lib/strverscmp.c: Convert to UTF-8.
35391
35392 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
35393
35394         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
35395         m4/uintmax_t.m4.
35396
35397 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
35398
35399         * modules/xalloc-die: New file.
35400         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
35401
35402         * modules/md5 (Files): Add m4/uint32_t.m4.
35403         * modules/sha1: Renamed from modules/sha.
35404         (Files):
35405         Rename lib/sha.h to lib/sha1.h.
35406         Rename lib/sha.c to lib/sha1.c.
35407         Rename m4/sha.m4 to m4/sha1.m4.
35408         (lib_SOURCES): Likewise.
35409         (configure.ac): Rename gl_SHA to gl_SHA1.
35410         (Include): sha.h -> sha1.h.
35411
35412 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
35413
35414         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
35415         * m4/sha1.m4: Renamed from sha.m4.
35416         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
35417
35418 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
35419
35420         * lib/obstack.h (obstack_empty_p):
35421         Don't assume that chunk->contents is suitably aligned.
35422         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
35423         Likewise. Problem reported by Benno in
35424         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
35425
35426         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
35427         readable.  This could be improved further but it'd take some work.
35428
35429 2004-08-08  Simon Josefsson  <jas@extundo.com>
35430
35431         * modules/xgethostname (Depends-on): Remove exit and error (not
35432         used).
35433
35434         * modules/getpass-gnu: Add getpass.h.
35435         (Depends-on): Add stdbool.
35436         * modules/getpass: Add getpass.h.
35437
35438 2004-08-08  Simon Josefsson  <jas@extundo.com>
35439
35440         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
35441         Check getpass declaration.
35442
35443 2004-08-08  Simon Josefsson  <jas@extundo.com>
35444
35445         * lib/xgethostname.c: Don't include error.h (not used).
35446
35447         * lib/getpass.h: Add.
35448         * lib/getpass.c: Include getpass.h first.
35449
35450 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
35451
35452         * lib/xalloc-die.c: New file.
35453         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
35454         All uses removed.
35455         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
35456         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
35457         xalloc-die.c.
35458         (_, N_, xalloc_die): Move to xalloc-die.c.
35459         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
35460         so that we needn't mess with xalloc_msg_memory_exhausted.
35461
35462         * lib/sha1.h: Renamed from sha.h.
35463         (SHA1_H): Renamed from _SHA_H.
35464         (sha1_ctx): Renamed from sha_ctx.
35465         (sha1_init_ctx): Renamed from sha_init_ctx.
35466         (sha1_process_block): Renamed from sha_process_block.
35467         (sha1_process_bytes): Renamed from sha_process_bytes.
35468         (sha1_finish_ctx): Renamed from sha_finish_ctx.
35469         (sha1_read_ctx): Renamed from sha_read_ctx.
35470         (sha1_stream): Renamed from sha_stream.
35471         (sha1_buffer): Renamed from sha_buffer.
35472         * lib/sha1.c: Likewise; renamed from sha.c.
35473         Do not include <sys/types.h>.
35474         Include <stddef.h> rather than <stdlib.h>.
35475
35476 2004-08-08  Bruno Haible  <bruno@clisp.org>
35477
35478         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
35479         FILESYSTEM_PREFIX_LEN.
35480         * lib/progreloc.c: Likewise.
35481         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
35482
35483 2004-08-06  Simon Josefsson  <jas@extundo.com>
35484
35485         * modules/progname (Depends-on): Don't depend on stdbool.
35486
35487 2004-08-06  Simon Josefsson  <jas@extundo.com>
35488
35489         * modules/getsubopt: New file.
35490         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35491         getsubopt.
35492
35493 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
35494
35495         More merge from coreutils.
35496
35497         * m4/utimens.m4, m4/utimecmp.m4: New files.
35498         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
35499         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
35500         prereq.m4, sha.m4: Import changes from coreutils.
35501
35502 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
35503
35504         More merge from coreutils.
35505         * modules/raise, modules/readtokens0, modules/utimens:
35506         * modules/utimecmp, module/xnanosleep: New files.
35507         * modules/strftime: Add lib/strftime.h.
35508         Change include from <time.h> to "strftime.h".
35509         * modules/yesno: Add lib/yesno.h.
35510         * modules/backupfile: Remove lib/addext.c.
35511         * modules/euidaccess: Add stat-macros.h.
35512         * modules/canonicalize, modules/euidaccess,
35513         modules/filemode, modules/lchown, modules/makepath,
35514         modules/rmdir, modules/stat: Likewise.
35515
35516 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
35517
35518         Merge from tar.
35519         * lib/argp-help.c (make_hol, hol_append): Don't assume that
35520         SIZE_MAX is a valid preprocessor constant.
35521         (__argp_basename): Change from "#ifndef _LIBC"
35522         to "#ifndef __argp_short_program_name", so that
35523         we don't compile these functions for tar.
35524
35525         More merges from coreutils.
35526         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
35527         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
35528         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
35529         * lib/addext.c: Remove; no longer needed.
35530         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
35531         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
35532         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
35533         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
35534         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
35535         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
35536         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
35537         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
35538         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
35539         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
35540         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
35541         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
35542         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
35543         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
35544         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
35545         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
35546         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
35547         Import changes from coreutils.
35548
35549 2004-08-05  Simon Josefsson  <jas@extundo.com>
35550
35551         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
35552
35553 2004-08-05  Simon Josefsson  <jas@extundo.com>
35554
35555         * m4/getsubopt.m4: New file.
35556
35557 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
35558
35559         Merge from coreutils.
35560
35561         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
35562         * m4/getcwd-path-max.m4: New files.
35563
35564         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
35565         FILESYSTEM_PREFIX_LEN ->
35566         FILE_SYSTEM_PREFIX_LEN.
35567         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
35568         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
35569         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
35570         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
35571
35572         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
35573         prerequisite modules now handle the DOS stuff.
35574         Don't check for unistd.h.
35575
35576 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
35577
35578         Merge from coreutils.
35579
35580         * lib/.gdb-history: Remove; this doesn't belong here.
35581
35582         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
35583         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
35584         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
35585         * lib/getcwd.c: New files.
35586
35587         * lib/dirname.h: Include <stdbool.h>.
35588         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
35589         for consistency with POSIX terminology.  All uses changed.
35590         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
35591         (strip_trailing_slashes): Use bool for booleans.
35592         * lib/stripslash.c (strip_trailing_slashes): Likewise.
35593
35594         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
35595         sometimes returns a positive errno value even when it succeeds.
35596         (print_errno_message) [!LIBC]: Fall back on strerror if
35597         __strerror_r fails.
35598
35599         * lib/path-concat.c (mempcpy): Don't define if a system header defines
35600         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
35601         (longest_relative_suffix): New function.
35602         (path_concat): Use it.  Assume first argument is not NULL.
35603         Port to DOS.  Omit redundant separators.
35604         Report an error instead of returning NULL.
35605         Use mempcpy instead of memcpy.
35606         (xpath_concat): Remove: not declared or used.
35607
35608         * lib/same.h: Include <stdbool.h>
35609         (same_name): Return bool, not int.
35610         * lib/same.c (same_name): Likewise.
35611         (errno): Don't declare; we assume C89 or better now.
35612
35613         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
35614         if not already defined.
35615
35616         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
35617         * lib/dup-safer.c (errno): Likewise.
35618
35619 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
35620
35621         Merge from coreutils.
35622         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
35623         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
35624         * modules/path-concat: Don't depend on strdup.
35625
35626 2004-08-03  Simon Josefsson  <jas@extundo.com>
35627
35628         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
35629         * lib/progname.h: Don't include stdbool.h.
35630
35631 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35632
35633         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
35634         * MODULES.html.sh (func_all_modules): Remove fatal.
35635
35636 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35637
35638         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
35639
35640 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35641
35642         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
35643         working.
35644
35645 2004-08-02  Simon Josefsson  <jas@extundo.com>
35646
35647         * lib/getsubopt.h: New file, with comments from Bruno Haible.
35648         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
35649         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
35650
35651 2004-08-01  Simon Josefsson  <jas@extundo.com>
35652
35653         * lib/xgetdomainname.c: Include stdlib.h, for free().
35654
35655 2004-07-19  Bruno Haible  <bruno@clisp.org>
35656
35657         * MODULES.html.sh (func_all_modules): Add dummy.
35658
35659 2004-07-16  Simon Josefsson  <jas@extundo.com>
35660
35661         * modules/dummy: New file.
35662
35663 2004-07-16  Simon Josefsson  <jas@extundo.com>
35664
35665         * lib/dummy.c: New file.
35666
35667 2004-07-16  Bruno Haible  <bruno@clisp.org>
35668
35669         * lib/backupfile.h: Add extern "C" for C++.
35670         * lib/closeout.h: Likewise.
35671         * lib/copy-file.h: Likewise.
35672         * lib/findprog.h: Likewise.
35673         * lib/full-write.h: Likewise.
35674         * lib/pathname.h: Likewise.
35675         * lib/progname.h: Likewise.
35676         * lib/stpcpy.h: Likewise.
35677         * lib/stpncpy.h: Likewise.
35678         * lib/strcase.h: Likewise.
35679         * lib/strstr.h: Likewise.
35680         * lib/xalloc.h: Likewise.
35681
35682         * lib/mbswidth.h: Add extern "C" for C++.
35683         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
35684
35685 2004-07-13  Robert Millan  <robertmh@gnu.org>
35686
35687         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
35688
35689 2004-07-09  Simon Josefsson  <jas@extundo.com>
35690
35691         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
35692         failed without this.)
35693
35694 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35695
35696         * modules/chown (Files): Add lib/fchown-stub.c, since
35697         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
35698
35699 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35700
35701         * lib/fchown-stub.c: New file.
35702
35703 2004-06-24  Jim Meyering  <jim@meyering.net>
35704
35705         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
35706
35707 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35708
35709         * modules/argz: Omit "#include".
35710
35711         * MODULES.html.sh (func_all_modules): Add calloc, to match
35712         2004-06-01 addition of calloc module.
35713
35714 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35715
35716         * m4/argz.m4: New file, which is autoupdated from libtool.
35717
35718 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35719
35720         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
35721         libtool.
35722
35723 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35724
35725         * config/srclist-update: Don't insist on "USA." before the
35726         close-comment, as libtool omits the period and puts the */ on a
35727         separate line.
35728         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
35729         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
35730
35731 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
35732
35733         * modules/argz: New file.
35734         * MODULES.html.sh (func_all_modules): Add argz.
35735
35736 2004-06-12  Jim Meyering  <jim@meyering.net>
35737         and  Paul Eggert  <eggert@cs.ucla.edu>
35738
35739         * modules/hash (Files): Add lib/xalloc.h.
35740         * modules/pipe (Depends-on): Add wait-process.
35741         * modules/stat (Depends-on): Add xalloc.
35742         * modules/userspec (Files): Add lib/userspec.h.
35743         * modules/xstrto
35744
35745         Upgrade from gettext-0.13.
35746         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
35747         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
35748         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
35749
35750 2004-06-10  Jim Meyering  <jim@meyering.net>
35751
35752         * lib/calloc.c: New file.
35753
35754 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
35755
35756         * lib/getdate.y (yylex): Allow space between sign and number.
35757         Problem reported by Dan Jacobson.
35758
35759 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
35760
35761         Merge from coreutils CVS.
35762
35763         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
35764         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
35765         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
35766         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
35767         xstrtol.m4: Fix copyright date and/or serial number.
35768
35769         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
35770         See if we need an fchown replacement.
35771         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
35772         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
35773         and use the replacement function if we detect either defect.
35774
35775         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
35776         gl_UTIMECMP.
35777
35778 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
35779         and  Jim Meyering  <jim@meyering.net>
35780
35781         Merge from coreutils CVS.
35782
35783         * lib/stat-macros.h: New file, with contents from file-type.h
35784         and coreutils' system.h.
35785         * lib/file-type.c: Include "stat-macros.h".
35786         * lib/file-type.h (file_type): Move all macro definitions to new file,
35787         stat-macros.h.
35788
35789         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
35790         Wrap old code with this conditional.
35791         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
35792         function that does not dereference symlinks.
35793         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
35794
35795         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
35796         dependency problems.
35797         (xreadlink): Accept new arg SIZE, for efficiency.
35798         All decls and uses changed.
35799         * lib/xreadlink.h: Include <stddef.h>, for size_t.
35800
35801         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
35802         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
35803
35804         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
35805         sysexits.h.
35806
35807 2004-06-01  Jim Meyering  <jim@meyering.net>
35808
35809         * m4/calloc.m4: New file.
35810
35811 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
35812
35813         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
35814         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
35815         Also, fix a typo in a diagnostic.
35816
35817 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
35818
35819         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
35820         or AC_FUNC_REALLOC.
35821
35822 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
35823
35824         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
35825         macros to be defined.
35826         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
35827         the allocator returns NULL because the requested size is zero.
35828
35829 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
35830
35831         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
35832         var.  Add comment explaining why libc still defines it.  This
35833         merges the following patch from glibc:
35834         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
35835
35836 2004-05-20  Andreas Schwab  <schwab@suse.de>
35837
35838         * m4/free.m4: Replace free if it not known to work, not the other
35839         way round.
35840
35841 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
35842
35843         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
35844         present in glibc since revision 1.1 of this file.
35845         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
35846         obstack_alignment_mask, obstack_alloc, obstack_base,
35847         obstack_blank, obstack_blank_fast, obstack_chunk_size,
35848         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
35849         obstack_grow0, obstack_init, obstack_int_grow,
35850         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
35851         obstack_next_free, obstack_object_size, obstack_ptr_grow,
35852         obstack_ptr_grow_fast, obstack_room): Remove declarations of
35853         nonexistent functions.
35854
35855 2004-05-18  Karl Berry  <karl@gnu.org>
35856
35857         * config/srclist.txt: break link for vasnprintf.c.
35858
35859 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35860
35861         Port obstack to the AS/400, where pointers are 16 bytes wide and
35862         you cannot cast an integer to a valid pointer.  This patch is
35863         currently waiting to be integrated into glibc; see
35864         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
35865
35866         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
35867         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
35868         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
35869         (struct obstack): temp member is now a union of a pointer and
35870         an integer, instead of an integer.  All integer uses changed.
35871         This does not affect the physical layout of struct obstack,
35872         except on hosts (like the AS/400) where the size or alignment of
35873         void * is greater than that of ptrdiff_t.
35874         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
35875         __STDC__)]: Store temporary in pointer member of union, not
35876         integer member.
35877         * lib/obstack.c: Include <stddef.h>, for offsetof.
35878         (struct fooalign): Remove; it doesn't need a name.
35879         (union fooround): Change double to long double, and add void *.
35880         (DEFAULT_ALIGNMENT): Use offsetof to compute.
35881         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
35882         not a macro.  Hence the values are always int; so remove all
35883         casts-to-int in uses.
35884
35885 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35886
35887         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
35888         we can get this patch merged into glibc.
35889
35890 2004-05-17  Derek R. Price  <derek@ximbiot.com>
35891             Paul Eggert  <eggert@cs.ucla.edu>
35892
35893         * m4/argp: Depend on alloca.
35894
35895 2004-05-17  Derek R. Price  <derek@ximbiot.com>
35896             Paul Eggert  <eggert@cs.ucla.edu>
35897
35898         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
35899         freecoding.
35900
35901 2004-05-17  Bruno Haible  <bruno@clisp.org>
35902
35903         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
35904         precision that consists of a '.' followed by an empty digit string.
35905         Patch by Tor Lillqvist <tml@iki.fi>.
35906
35907 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35908
35909         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
35910         for backward compatibility with older code.  We need our own
35911         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
35912         it under some other name, and our alloca.h will define it.
35913
35914 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35915             Derek Price  <derek@ximbiot.com>
35916
35917         * lib/alloca.c: Include <alloca.h>, to get our interface.
35918         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
35919         include <alloca.h> first.  Use C89 prototype for alloca; this
35920         requires including <stddef.h> for size_t.  Use extern "C" if C++.
35921         Use #elif for simplicity, since we can assume C89 now.
35922         Don't try to source the system alloca.h since it will not be found
35923         and to prevent recursively including its replacement.
35924         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
35925         * lib/regex.c: Likewise.
35926
35927 2004-05-16  Derek Price  <derek@ximbiot.com>
35928             Paul Eggert  <eggert@cs.ucla.edu>
35929
35930         getline cleanup.  This changes the getndelim2 API: both order of
35931         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
35932         no delimiter).
35933
35934         * lib/getline.c: Don't include stddef.h or stdio.h, since our
35935         interface does that.
35936         (getline): Always use getdelim, so that we don't have two
35937         copies of this code.
35938         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
35939         if available.
35940         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
35941         (GETNDELIM2_MAXIMUM): New macro.
35942         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
35943         instead of the old practice of delim2==0.  All callers changed.
35944         Return -1 on overflow, instead of returning junk.
35945         Do not set *linesize unless allocation succeeds.
35946         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
35947         that we include sys/types.h.
35948         * lib/getnline.h: Likewise.
35949         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
35950         (getndelim2): Reorder arguments.
35951         * lib/getnline.c (getnline, getndelim):
35952         Don't discard the NMAX argument.
35953         (getnline): Invoke getndelim, to avoid code duplication.
35954         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
35955         of (size_t) -1 by callers of the getnline family.
35956
35957 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
35958
35959         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
35960         Check for gettimeofday.
35961         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
35962         Check for settimeofday, stime.
35963
35964 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
35965
35966         * lib/nanosleep.c (suspended): Change its type from int to
35967         sig_atomic_t volatile.
35968         (first_call): Make it private to rpl_nanosleep, and have it
35969         be zero initially as that's a bit faster.
35970         (my_usleep): Round up fractional times instead of truncating them,
35971         as this is the usual meaning for 'sleep'.
35972
35973         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
35974         doesn't work.
35975         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
35976         (ENOSYS): Define if not defined.
35977         (settime): Fall back on stime if it exists and settimeofday fails.
35978         But don't bother with fallbacks if a method fails with errno == EPERM.
35979
35980 2004-05-11  Jim Meyering  <jim@meyering.net>
35981
35982         Prior to this change, the save_cwd caller required read access to the
35983         current directory on most systems (ones with the fchdir function).
35984
35985         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
35986         fails, try write-only, and finally, resort to using xgetcwd.
35987
35988 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
35989
35990         * lib/obstack.c, obstack.h: Import changes from libc.
35991
35992 2004-04-28  Bruno Haible  <bruno@clisp.org>
35993
35994         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
35995         also implicitly appends .exe to executables.
35996         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
35997         accepts Windows pathnames.
35998         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
35999         Treat Cygwin like Windows, since it now accepts Windows pathnames.
36000         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
36001         Treat Cygwin like Windows, since it now accepts Windows pathnames.
36002         Reported by Derek Robert Price <derek@ximbiot.com>.
36003
36004 2004-04-21  Karl Berry  <karl@gnu.org>
36005
36006         * config/srclist.txt (localcharset.c): break sync.
36007
36008 2004-04-20  Paul Eggert  <eggert@twinsun.com>
36009
36010         * m4/host-os.m4: Add a copyright notice.
36011
36012 2004-04-20  Jim Meyering  <jim@meyering.net>
36013
36014         Change UTILS_ to gl_ in AC_DEFINE'd names.
36015         Change utils_- and jm_-prefixed variables, too.
36016         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
36017         UTILS_FUNC_MKDIR_TRAILING_SLASH.
36018         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
36019
36020         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
36021         Don't emit trailing blanks.
36022         Also rename jm_-prefixed variables to have gl_ prefix.
36023
36024         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
36025         Also rename jm_-prefixed variables to have gl_ prefix.
36026
36027         * m4/jm-macros.m4: Reflect the renamings.
36028         * m4/prereq.m4: Likewise.
36029
36030 2004-04-20  Jim Meyering  <jim@meyering.net>
36031
36032         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
36033         memory.
36034
36035 2004-04-20  Jim Meyering  <jim@meyering.net>
36036             Bruno Haible  <bruno@clisp.org>
36037
36038         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
36039         memory when realloc fails.
36040
36041 2004-04-19  Jim Meyering  <jim@meyering.net>
36042
36043         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
36044         now that readutmp.c may call `free (0)'.
36045
36046 2004-04-19  Bruno Haible  <bruno@clisp.org>
36047
36048         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
36049         * m4/inttypes_h.m4: Likewise.
36050         * m4/stdint_h.m4: Likewise.
36051         * m4/intmax_t.m4: Likewise.
36052         * m4/uintmax_t.m4: Likewise.
36053
36054 2004-04-18  Jim Meyering  <jim@meyering.net>
36055
36056         * m4/prereq.m4: Don't forbid jm_ prefix.
36057
36058         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
36059         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
36060         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
36061         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
36062         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
36063         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
36064         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
36065         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
36066         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
36067         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
36068         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
36069         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
36070         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
36071         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
36072         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
36073         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
36074         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
36075         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
36076         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
36077
36078 2004-04-18  Jim Meyering  <jim@meyering.net>
36079
36080         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
36081         failure, don't leak memory and do call END_UTMP_ENT.
36082
36083 2004-04-16  Jim Meyering  <jim@meyering.net>
36084
36085         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
36086         coreutils' stat program.
36087         (gl_PREREQ): Don't require jm_PREREQ_STAT.
36088
36089 2004-04-11  Paul Eggert  <eggert@twinsun.com>
36090
36091         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
36092         C89.
36093         (CHAR_BIT): Remove, since we assume C89.
36094         Include <stdint.h> if available, as per current Autoconf CVS advice.
36095
36096 2004-03-31  Jim Meyering  <jim@meyering.net>
36097
36098         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
36099         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
36100         * m4/xalloc.m4: Likewise.
36101
36102 2004-03-30  Paul Eggert  <eggert@twinsun.com>
36103
36104         Merge from coreutils.
36105
36106         * m4/inttostr.m4: New file.
36107         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
36108         Require AM_STDBOOL_H and gl_TIMESPEC instead.
36109         Require gl_CLOCK_TIME.
36110         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
36111
36112 2004-03-30  Paul Eggert  <eggert@twinsun.com>
36113
36114         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
36115         not bool, to be more consistent with Unix conventions.
36116         Suggested by Bruno Haible.
36117
36118         Merge from coreutils.
36119
36120         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
36121         * lib/umaxtostr.c: New files.
36122
36123         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
36124         the usual <time.h> dance.
36125         (get_date): Change signature to support fractional time stamps.
36126         All callers changed.
36127         * lib/getdate.y: Include "getdate.h" first, as we can now
36128         assume C89 and don't need to worry about 'const'.
36129         Similarly, include "unlocked-io.h" near start, not in middle.
36130         Include <limits.h>.
36131         (textint.value): Use long int rather than int.
36132         (textint.digits): Use size_t rather than int.
36133         (BILLION, LOG10_BILLION): New constants.
36134         (parser_control): New member rel_ns.  Members day_ordinal,
36135         time_zone, month, day, hour, minutes, rel_year, rel_month,
36136         rel_day, rel_hour, rel_minutes, rel_seconds
36137         are now long int, not int.  Member seconds is now struct timespec,
36138         not int.  New member timespec_seen.  Members dates_seen, days_seen,
36139         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
36140         not int.
36141         (%union.intval): Now long int, not int.
36142         New member timespec.
36143         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
36144         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
36145         (spec): Now is a timespec or an item list.
36146         (timespec, items): New nonterminals.
36147         (time, rel, relunit, number, get_date):
36148         Add support for fractional seconds.
36149         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
36150         (gmtime, localtime, mktime): Remove decls; not needed with C89.
36151         (to_hour): First arg is now long int, not int.
36152         (to_year): Returns long int, not int.
36153         Don't treat year -70 like 70.
36154         (tm_diff): Returns long int, not int.
36155         (lookup_word): Use bool instead of int when appropriate.
36156         (yylex): Use size_t for count, not int.
36157         Detect overflow when parsing large integer constants.
36158         Add support for fractions.
36159         (get_date): Make pointers 'const' if possible.
36160         Use more-portable code to detect integer overflow.
36161         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
36162         Don't use ctime; it's not reliable if the year has >4 digits.
36163
36164         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
36165         This is for compatibility with BSD.
36166
36167         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
36168         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
36169         From coreutils' system.h.
36170
36171         * lib/userspec.c: Don't include "posixver.h".
36172         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
36173         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
36174         compatible extension.  Simplify code by removing a boolean int
36175         that was always nonzero if a string was nonnull.
36176
36177 2004-03-30  Jim Meyering  <jim@meyering.net>
36178
36179         Merge from coreutils.
36180
36181         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
36182         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
36183         on some systems one must include <grp.h> before it.
36184         Reported by Christian Krackowizer.
36185
36186 2004-03-30  Jim Meyering  <jim@meyering.net>
36187
36188         Merge from coreutils.
36189
36190         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
36191
36192         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
36193         an empty input stream.
36194
36195         * lib/readtokens.c: Include <stdbool.h>.
36196         (readtoken): Use `size_t' rather than int/long.
36197         All callers adjusted.
36198         Use `bool' rather than `int' where appropriate.
36199         Use memset rather than an explicit loop.
36200         Use x2nrealloc rather than xrealloc.
36201         Allow the use of `\0' as a delimiter.
36202         (readtokens): Likewise.
36203         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
36204
36205 2004-03-30  Jim Meyering  <jim@meyering.net>
36206
36207         * m4/realloc.m4: Remove file, since now it does no more than
36208         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
36209         the `configure.ac' section of module/realloc.
36210         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
36211
36212 2004-03-30  Bruno Haible  <bruno@clisp.org>
36213
36214         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
36215         nonnull.
36216
36217 2004-03-29  Paul Eggert  <eggert@twinsun.com>
36218
36219         Merge changes to getloadavg.c from coreutils and Emacs.
36220
36221         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
36222         Define to an expression, not to the empty string.
36223         Include cloexec.h and xalloc.h.
36224         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
36225         Use set_cloexec_flag rather than rolling our own.
36226         * lib/cloexec.c, lib/cloexec.h: New files.
36227
36228 2004-03-29  Paul Eggert  <eggert@twinsun.com>
36229
36230         * m4/cloexec.m4: New file.
36231
36232 2004-03-18  Paul Eggert  <eggert@twinsun.com>
36233
36234         * lib/getopt.h: Sync with libc CVS.
36235
36236 2004-03-18  Paul Eggert  <eggert@twinsun.com>
36237             Bruno Haible  <bruno@clisp.org>
36238
36239         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
36240         mbswidth.
36241
36242 2004-03-18  Paul Eggert  <eggert@twinsun.com>
36243             Bruno Haible  <bruno@clisp.org>
36244
36245         * lib/mbswidth.h: Include <wchar.h> only if
36246         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
36247         <wchar.h>.
36248         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
36249
36250 2004-03-09  Paul Eggert  <eggert@twinsun.com>
36251
36252         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
36253         Sync with libc CVS.
36254         * lib/getopt_int.h: New file, also synced from libc.
36255
36256 2004-03-09  Paul Eggert  <eggert@twinsun.com>
36257
36258         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
36259         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
36260         Bring back getopt.c, getopt.h, getopt1.c.
36261
36262 2004-03-07  Paul Eggert  <eggert@twinsun.com>
36263
36264         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
36265         All uses changed.  Check for sa_sigaction member; this fixes
36266         a bug first reported by Jason Andrade in
36267         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
36268
36269 2004-03-07  Paul Eggert  <eggert@twinsun.com>
36270
36271         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
36272         '#if' expressions.  Unlike the code it replaces, it does not
36273         depend on (defined _SC_PAGESIZE).  However, it does depend on
36274         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
36275         first reported by Jason Andrade in
36276         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
36277
36278 2004-02-25  Simon Josefsson  <jas@extundo.com>
36279
36280         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
36281
36282 2004-02-25  Simon Josefsson  <jas@extundo.com>
36283
36284         * lib/strdup.h: New file.
36285         * lib/strdup.c: Include it.
36286         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
36287         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
36288
36289 2004-02-23  Karl Berry  <karl@gnu.org>
36290
36291         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
36292         (from fencepost.gnu.org:/gd/gnuorg).
36293
36294 2004-02-23  Karl Berry  <karl@gnu.org>
36295
36296         * config/srclistvars.sh (GNUORG) [karl]: redefine.
36297         * config/srclist.txt: add maintain/standards documents.
36298
36299 2004-02-18  Bruno Haible  <bruno@clisp.org>
36300
36301         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
36302         Reported by Derek Robert Price <derek@ximbiot.com>.
36303
36304 2004-02-16  Karl Berry  <karl@gnu.org>
36305
36306         * config/mkinstalldirs, install-sh: update from automake.
36307
36308 2004-02-06  Karl Berry  <karl@gnu.org>
36309
36310         * m4/po.m4: update from gettext 0.14.1.
36311
36312 2004-02-06  Karl Berry  <karl@gnu.org>
36313
36314         * lib/config.charset: update from gettext 0.14.1.
36315
36316 2004-02-05  Paul Eggert  <eggert@twinsun.com>
36317
36318         Add comments and code, prompted by suggestions from Bruno Haible
36319         for sh-quote.
36320         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
36321         describing the enum quoting_style values.
36322         * lib/quotearg.c (quotearg_alloc): New function.
36323         (quotearg_buffer_restyled): Treat lone { and } as special.
36324         Treat = as special.  Work around bug with older shells
36325         that "see" a '\' that is really the 2nd byte of a multibyte char.
36326         Quote empty string with shell_quoting_style.
36327
36328 2004-02-03  Bruno Haible  <bruno@clisp.org>
36329
36330         * m4/pipe.m4: New file, from GNU gettext.
36331
36332 2004-02-03  Bruno Haible  <bruno@clisp.org>
36333
36334         * lib/pipe.h: New file, from GNU gettext.
36335         * lib/pipe.c: New file, from GNU gettext.
36336
36337 2004-01-27  Bruno Haible  <bruno@clisp.org>
36338
36339         * m4/execute.m4: New file, from GNU gettext.
36340
36341 2004-01-27  Bruno Haible  <bruno@clisp.org>
36342
36343         * lib/execute.h: New file, from GNU gettext.
36344         * lib/execute.c: New file, from GNU gettext.
36345         * lib/w32spawn.h: New file, from GNU gettext.
36346
36347 2004-01-24  Paul Eggert  <eggert@twinsun.com>
36348
36349         Merge from diffutils.
36350
36351         * lib/file-type.c (file_type): Add typed memory objects.
36352         * lib/file-type.h (S_TYPEISTMO): New macro.
36353
36354         * lib/c-stack.h (c_stack_action): Remove argv argument.
36355         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
36356         (die): Don't calculate message unless segv_action returns.
36357         (get_stack_location, min_address_from_argv, max_address_from_argv,
36358         volatile stack_base, volatile_stack_size): Remove.
36359         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
36360         that every segmentation violation is a stack overflow.  (Ouch!)
36361         See Debian bug 136249 (still outstanding) for more info about why
36362         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
36363
36364 2004-01-24  Paul Eggert  <eggert@twinsun.com>
36365
36366         Exit-status fix from coreutils.
36367
36368         Use exit_failure consistently in place of EXIT_FAILURE,
36369         so that program exit statuses are consistent on failure.
36370
36371         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
36372         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
36373         * lib/argmatch.h: Comment fix to match the above.
36374         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
36375         Now a macro referring to exit_failure, instead of a separate
36376         variable.  Include "exitfail.h" to get it.
36377         * lib/xstrtol.h: Include "exitfail.h".
36378         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
36379
36380         * lib/long-options.c (parse_long_options): Use prototype
36381         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
36382         for clarity.
36383
36384 2004-01-21  Jim Meyering  <jim@meyering.net>
36385
36386         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
36387         so as not to conflict with a different-sized __mktime_internal
36388         function in GNU libc.
36389         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
36390         Problem building statically-linked `ls' reported by Michael Brunnbauer.
36391
36392 2004-01-20  Karl Berry  <karl@gnu.org>
36393
36394         * config/config.guess: update from config.
36395
36396         * config/srclistvars.sh: GNUWWWLICENSES for karl.
36397
36398 2004-01-20  Bruno Haible  <bruno@clisp.org>
36399
36400         Safer stack allocation.
36401         * lib/setenv.c: Include allocsa.h.
36402         (alloca): Remove fallback definition.
36403         (freea): Remove macro.
36404         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
36405         instead of freea.
36406
36407 2004-01-20  Bruno Haible  <bruno@clisp.org>
36408
36409         * m4/eealloc.m4: New file, from GNU gettext.
36410
36411 2004-01-20  Bruno Haible  <bruno@clisp.org>
36412
36413         * m4/allocsa.m4: New file, from GNU gettext.
36414
36415 2004-01-20  Bruno Haible  <bruno@clisp.org>
36416
36417         * lib/xallocsa.h: New file, from GNU gettext.
36418         * lib/xallocsa.c: New file, from GNU gettext.
36419
36420 2004-01-20  Bruno Haible  <bruno@clisp.org>
36421
36422         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
36423
36424 2004-01-20  Bruno Haible  <bruno@clisp.org>
36425
36426         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
36427         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
36428         specially.
36429
36430 2004-01-20  Bruno Haible  <bruno@clisp.org>
36431
36432         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
36433         patch.
36434
36435 2004-01-20  Bruno Haible  <bruno@clisp.org>
36436
36437         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
36438
36439 2004-01-20  Bruno Haible  <bruno@clisp.org>
36440
36441         * lib/eealloc.h: New file.
36442
36443 2004-01-20  Bruno Haible  <bruno@clisp.org>
36444
36445         * lib/binary-io.h: Avoid warnings on Cygwin.
36446
36447 2004-01-20  Bruno Haible  <bruno@clisp.org>
36448
36449         * lib/allocsa.h: New file, from GNU gettext.
36450         * lib/allocsa.c: New file, from GNU gettext.
36451
36452 2004-01-18  Karl Berry  <karl@gnu.org>
36453
36454         * doc/gpl.texi, doc/lgpl.texi: new files.
36455
36456 2004-01-18  Karl Berry  <karl@gnu.org>
36457
36458         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
36459         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
36460
36461 2004-01-15  Paul Eggert  <eggert@twinsun.com>
36462
36463         Merge from coreutils.
36464
36465         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
36466         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
36467         (gl_DEFAULT_POSIX2_VERSION): Move
36468         the documentation from 'configure' into 'config.hin',
36469         so that 'configure --help' isn't burdened by it and
36470         we don't have to worry about its formatting there.
36471         Reword the documentation so that it's more succinct
36472         and can be run together into a single paragraph.
36473         * m4/same.m4 (gl_SAME): Check for pathconf.
36474
36475 2004-01-15  Paul Eggert  <eggert@twinsun.com>
36476
36477         Merge from coreutils.
36478
36479         * lib/posixver.c: Include posixver.h.
36480
36481         * lib/same.c: Include <stdbool.h>, <limits.h>.
36482         (_POSIX_NAME_MAX): Define if not defined.
36483         (MIN): New macro.
36484         (same_name): If file names are silently truncated, report
36485         that the file names are the same if they are the same after
36486         the silent truncation.
36487
36488         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
36489         conversion function.
36490         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
36491         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
36492         longer needed.
36493
36494 2004-01-15  Jim Meyering  <jim@meyering.net>
36495
36496         Merge from coreutils.
36497
36498         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
36499         if no library is required.
36500         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
36501         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
36502         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
36503         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
36504         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
36505         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
36506         value, $ac_cv_search_crypt, if it's "none required".
36507         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
36508         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
36509         not gl_FUNC_GETLOADAVG.
36510         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
36511         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
36512
36513 2004-01-15  Jim Meyering  <jim@meyering.net>
36514
36515         Merge from coreutils.
36516
36517         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
36518         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
36519         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
36520
36521         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
36522         optional configure-time default.
36523
36524         * lib/version-etc.c (version_etc_copyright): Update copyright date.
36525
36526         * lib/xreadlink.c (xreadlink): Correct outdated comment.
36527
36528 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
36529
36530         Merge from coreutils.
36531
36532         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
36533         value, $ac_cv_search_nanosleep, if it's "none required".
36534
36535 2004-01-14  Paul Eggert  <eggert@twinsun.com>
36536
36537         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
36538         with like-named macro in fnmatch.c.
36539         (EXT): Use an internal constant instead.
36540
36541         Merge fnmatch patches from glibc.
36542         * lib/fnmatch.c (mbsinit): Remove define.
36543         Add libc_hidden_ver (__fnmatch, fnmatch).
36544         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
36545         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
36546
36547 2004-01-14  Karl Berry  <karl@gnu.org>
36548
36549         * config/install-sh: update from automake.
36550
36551 2004-01-13  Karl Berry  <karl@gnu.org>
36552
36553         * config/install-sh: update from automake.
36554
36555 2004-01-09  Karl Berry  <karl@gnu.org>
36556
36557         * config/install-sh: update from automake.
36558
36559 2004-01-05  Karl Berry  <karl@gnu.org>
36560
36561         * config/config.{sub,guess}: update from config.
36562
36563 2003-12-31  Karl Berry  <karl@gnu.org>
36564
36565         * config/depcomp: update from automake.
36566
36567 2003-12-14  Karl Berry  <karl@gnu.org>
36568
36569         * lib/config.charset: update from gettext-runtime.
36570
36571 2003-12-03  Paul Eggert  <eggert@twinsun.com>
36572
36573         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
36574         Bug reported by Alfred M. Szmidt.
36575
36576 2003-12-03  Bruno Haible  <bruno@clisp.org>
36577
36578         * m4/gettext.m4: Upgrade from gettext-0.13.
36579         * m4/po.m4: Upgrade from gettext-0.13.
36580         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
36581         * m4/intmax.m4: New file, from gettext-0.13.
36582         * m4/printf-posix.m4: New file, from gettext-0.13.
36583
36584 2003-11-29  Karl Berry  <karl@gnu.org>
36585
36586         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
36587
36588 2003-11-25  Paul Eggert  <eggert@twinsun.com>
36589             Bruno Haible  <bruno@clisp.org>
36590
36591         * lib/printf-parse.h: Don't include sys/types.h.
36592         (ARG_NONE): New macro.
36593         (char_directive): Change type of *arg_index fields to size_t.
36594         * lib/printf-parse.c: Don't include sys/types.h.
36595         (SSIZE_MAX): Remove macro.
36596         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
36597         Remove unnecessary overflow check.
36598         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
36599         fields.
36600
36601 2003-11-25  Bruno Haible  <bruno@clisp.org>
36602
36603         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
36604
36605 2003-11-25  Bruno Haible  <bruno@clisp.org>
36606
36607         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
36608         gt_TYPE_SSIZE_T.
36609
36610 2003-11-24  Paul Eggert  <eggert@twinsun.com>
36611
36612         * modules/alloca: Remove dependency on xalloc.
36613
36614 2003-11-24  Paul Eggert  <eggert@twinsun.com>
36615
36616         * lib/alloca.c: Remove dependency on xalloc module.
36617         (xalloc_die): Remove.
36618         (memory_full) [!defined emacs]: New macro.
36619         [!defined emacs]: Don't include xalloc.h.
36620         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
36621         address arithmetic overflows.  Change datatypes a bit to avoid
36622         unnecessary casts.
36623
36624 2003-11-22  Jim Meyering  <jim@meyering.net>
36625
36626         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
36627         s/size/size_t/.
36628
36629 2003-11-21  Karl Berry  <karl@gnu.org>
36630
36631         * config/config.{sub,guess}: update from config.
36632
36633 2003-11-18  Karl Berry  <karl@gnu.org>
36634
36635         * config/config.{sub,guess}: update from config.
36636
36637         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
36638
36639 2003-11-17  Paul Eggert  <eggert@twinsun.com>
36640
36641         * README: Mention that S+T cannot overflow if S is the size of
36642         an existing object and T is sufficiently small.
36643
36644 2003-11-17  Jim Meyering  <jim@meyering.net>
36645
36646         On systems without utime and without a utimes function capable of
36647         dealing with a NULL struct utimbuf* argument, this utime replacement
36648         could -- in unusual circumstances -- leak a file descriptor.
36649         * lib/utime.c: Include <unistd.h> and <errno.h>.
36650         (utime_null): Be sure to close `fd' and to preserve errno.
36651         Reported by Geoff Collyer via Arnold Robbins.
36652
36653 2003-11-17  Bruno Haible  <bruno@clisp.org>
36654
36655         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
36656         (Depends-on): Add xsize.
36657
36658 2003-11-17  Bruno Haible  <bruno@clisp.org>
36659
36660         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
36661
36662 2003-11-17  Bruno Haible  <bruno@clisp.org>
36663
36664         * lib/vasnprintf.c (alloca): Remove fallback definition.
36665         (freea): Remove definition.
36666         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
36667         Reported by Paul Eggert.
36668
36669 2003-11-16  Paul Eggert  <eggert@twinsun.com>
36670             Bruno Haible  <bruno@clisp.org>
36671
36672         Protect against address arithmetic overflow.
36673         * lib/printf-args.h: Include stddef.h.
36674         (arguments): Change type of field 'count' to size_t.
36675         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
36676         'unsigned int' where appropriate.
36677         * lib/printf-parse.h: Include sys/types.h.
36678         (char_directive): Change type of *arg_index fields to ssize_t.
36679         (char_directives): Change type of fields 'count', max_*_length to
36680         size_t.
36681         * lib/printf-parse.c: Include sys/types.h and xsize.h.
36682         (SSIZE_MAX): Define fallback value.
36683         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
36684         instead of 'int' where appropriate. Check a_allocated, d_allocated
36685         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
36686         * lib/vasnprintf.c: Include xsize.h.
36687         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
36688         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
36689         overflow. Avoid wraparound when converting a width or precision from
36690         decimal to binary.
36691
36692 2003-11-16  Bruno Haible  <bruno@clisp.org>
36693
36694         Update from GNU gettext.
36695         * lib/printf-parse.c: Generalize to it can be compiled for wide
36696         strings.
36697         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
36698         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
36699         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
36700         SNPRINTF): New macros.
36701         Don't include <alloca.h> if the file is used inside libintl.
36702         (local_wcslen): New function, for Solaris 2.5.1.
36703         (VASNPRINTF): Use it instead of wcslen.
36704
36705 2003-11-16  Bruno Haible  <bruno@clisp.org>
36706
36707         * lib/xsize.h (xmax): New function.
36708         (xsum, xsum3, xsum4): Declare as "pure" functions.
36709
36710 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36711
36712         * modules/xalloc (Files): Undo latest change, since xalloc.h
36713         no longer needs SIZE_MAX or PTRDIFF_MAX.
36714
36715 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36716
36717         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
36718         gl_PTRDIFF_MAX.
36719
36720 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36721
36722         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
36723         "return", to pacify some unknown compiler.  Problem reported
36724         by Joerg Schilling.
36725
36726 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36727
36728         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
36729         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
36730         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
36731         heuristic is just as accurate as far as we know, and it removes a
36732         dependency on size_max.m4 and ptrdiff_max.m4.
36733
36734 2003-11-11  Bruno Haible  <bruno@clisp.org>
36735
36736         * modules/xsize (Files): Add m4/size_max.m4.
36737         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
36738
36739 2003-11-11  Bruno Haible  <bruno@clisp.org>
36740
36741         * m4/size_max.m4: New file.
36742         * m4/ptrdiff_max.m4: New file.
36743         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
36744         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
36745         (gl_XALLOC): Invoke it.
36746
36747 2003-11-11  Bruno Haible  <bruno@clisp.org>
36748
36749         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
36750         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
36751         defined.
36752
36753 2003-11-10  Paul Eggert  <eggert@twinsun.com>
36754
36755         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
36756         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
36757         rejected some allocations of exactly SIZE_MAX - 2 bytes.
36758         From Bruno Haible.
36759         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
36760         not (size_t) -1, since it's defined here.
36761
36762 2003-11-09  Karl Berry  <karl@gnu.org>
36763
36764         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
36765
36766 2003-11-06  Paul Eggert  <eggert@twinsun.com>
36767
36768         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
36769         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
36770         Reject sizes of exactly SIZE_MAX bytes.
36771         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
36772         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
36773
36774 2003-11-05  Bruno Haible  <bruno@clisp.org>
36775
36776         * lib/xsize.h: Include limits.h, to avoid a possible collision with
36777         SIZE_MAX defined in <limits.h> on Solaris.
36778
36779 2003-11-04  Jim Meyering  <jim@meyering.net>
36780
36781         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
36782         variable names, rather than @VAR@.
36783         * modules/poll: Likewise.
36784
36785 2003-11-04  Bruno Haible  <bruno@clisp.org>
36786
36787         * modules/xsize: New file.
36788         * modules/linebreak: Depend on xsize.
36789         * MODULES.html.sh (func_all_modules): Add xsize.
36790
36791 2003-11-04  Bruno Haible  <bruno@clisp.org>
36792
36793         * m4/xsize.m4: New file.
36794
36795 2003-11-04  Bruno Haible  <bruno@clisp.org>
36796
36797         * lib/xsize.h: New file.
36798         * lib/linebreak.c: Include xsize.h.
36799         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
36800         argument for overflow.
36801         Suggested by Paul Eggert.
36802
36803 2003-11-03  Karl Berry  <karl@gnu.org>
36804
36805         * config/config.{guess,sub}: update from config.
36806
36807 2003-11-03  Jim Meyering  <jim@meyering.net>
36808
36809         * modules/userspec (lib_SOURCES): Add userspec.h.
36810         (Include): Add "userspec.h".
36811         Improve description.
36812
36813 2003-11-03  Jim Meyering  <jim@meyering.net>
36814
36815         * lib/userspec.c: Include "userspec.h".
36816         * lib/userspec.h: New file.
36817
36818 2003-11-03  Bruno Haible  <bruno@clisp.org>
36819
36820         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
36821
36822 2003-11-03  Bruno Haible  <bruno@clisp.org>
36823
36824         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
36825         available, to avoid (extremely rare) race condition.
36826         Suggested by Paul Eggert.
36827
36828 2003-11-02  Karl Berry  <karl@gnu.org>
36829
36830         * config/srclist.txt (vasprintf.c): sync broken, sigh.
36831
36832 2003-10-31  Paul Eggert  <eggert@twinsun.com>
36833
36834         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
36835         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
36836         (read_filesystem_list): Set and use me_type_malloced.
36837         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
36838         whatever the type happens to be), for brevity and consistency.
36839         Check for size calculation overflow on Alphas running OSF/1.
36840
36841 2003-10-31  Jim Meyering  <jim@meyering.net>
36842
36843         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
36844
36845         * lib/linebuffer.c: Include <string.h> for declaration of memset.
36846
36847 2003-10-30  Paul Eggert  <eggert@twinsun.com>
36848             Bruno Haible  <bruno@clisp.org>
36849
36850         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
36851         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
36852
36853 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
36854
36855         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
36856         netbsd*-gnu*.  Suggested by Robert Millan.
36857
36858 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36859
36860         * modules/group-member: Depend on stdbool.
36861
36862 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36863
36864         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
36865
36866 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36867
36868         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
36869         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
36870         after the 'gnu' in these cases.  This fixes some bugs in the
36871         previous change, and is based on suggestions by Robert Millan.
36872
36873 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36874
36875         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
36876         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
36877         no longer needed.
36878         * lib/quotearg.c (quotearg_n_options): Use it.
36879         * lib/group-member.c: Include <stdbool.h>.
36880         (free_group_info): Arg is now const *; don't free arg.
36881         (get_group_info): Now returns bool and accepts struct group_info *,
36882         rather than returning a malloc'ed struct group_info *.
36883         All uses changed.  Check for overflow in internal size calculation.
36884
36885         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
36886         rather than xmalloc/xrealloc.
36887         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
36888         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
36889         conformance bug: the old code used a pointer after freeing the
36890         storage that it addressed.
36891         * lib/hash.c (hash_initialize): Simplify the code by using
36892         xalloc_oversized rather than doing it by hand.
36893         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
36894         the buffer preserved.  Use free and xmalloc instead.
36895         * lib/quotearg.c (quotearg_n_options): Likewise.
36896         Use a simpler test for size overflow.  Don't use xalloc_oversized
36897         because unsigned int might be wider than size_t (!); this suggests
36898         that we should switch from unsigned int to size_t for slot numbers.
36899
36900 2003-10-28  Paul Eggert  <eggert@twinsun.com>
36901
36902         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
36903         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
36904         NetBSD kernels.  Requested by Richard Stallman.
36905
36906 2003-10-27  Paul Eggert  <eggert@twinsun.com>
36907
36908         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
36909         to allocate the returned structure.  Do not allocate a subarray,
36910         as x2nrealloc will do that.
36911         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
36912         instead of xnrealloc.
36913         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
36914
36915 2003-10-27  Bruno Haible  <bruno@clisp.org>
36916
36917         * lib/stdbool_.h: Better support for BeOS.
36918
36919 2003-10-26  Paul Eggert  <eggert@twinsun.com>
36920
36921         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
36922         now uses inline.
36923
36924 2003-10-26  Paul Eggert  <eggert@twinsun.com>
36925
36926         * lib/xalloc.h (xalloc_oversized): New static inline function, for
36927         callers that want to do their own size-overflow checking.  Include
36928         <stdbool.h>, since xalloc_oversized returns bool.
36929         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
36930         to use xalloc_oversized.
36931
36932         Add two functions x2realloc, x2nrealloc, for programs that grow
36933         arrays dynamically by doubling their sizes.
36934         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
36935         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
36936         New functions.
36937
36938         Port to C99 semantics for 'inline' of external functions.
36939         Bug reported by Bruno Haible.
36940         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
36941         with the old contents of xnmalloc.
36942         (xnmalloc, xmalloc): Use it.
36943         (xnrealloc_inline): New static inline function,
36944         with the old contents of xnrealloc.
36945         (xnrealloc, xrealloc): Use it.
36946
36947         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
36948         that.
36949
36950 2003-10-26  Karl Berry  <karl@gnu.org>
36951
36952         * config/srclist.txt (COPYING.DOC): no longer available from
36953         /gd/gnuorg; don't know where the ultimate source is.
36954
36955 2003-10-25  Paul Eggert  <eggert@twinsun.com>
36956
36957         Fix several address-calculation bugs in the hash modules,
36958         plus some minor code cleanup.
36959
36960         * lib/hash.h: Include <stdbool.h>, for bool.
36961         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
36962         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
36963         hash_get_n_entries, hash_get_max_bucket_length,
36964         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
36965         hash_rehash): Use size_t rather than unsigned.
36966         * lib/hash.c (struct hash_table, hash_get_n_buckets,
36967         hash_get_n_buckets_used, hash_get_n_entries,
36968         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
36969         hash_get_entries, hash_do_for_each, hash_string, is_prime,
36970         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
36971         Likewise.
36972         (SIZE_MAX): Define if not defined.
36973         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
36974         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
36975         hash_print):
36976         Use const * when possible.
36977         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
36978         (check_tuning): Fix bug: if tuning parameters were very close to
36979         0 or 1, rounding errors could have caused subscript violations.
36980         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
36981         (hash_initialize): Add 'fail:' label
36982         to free table and return NULL, and use it to simplify code.
36983         Use calloc rather than clearing the storage ourself.
36984         (hash_initialize, hash_rehash): Check for arithmetic overflow in
36985         buffer size calculations.
36986         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
36987         Include <stddef.h>, for size_t.
36988         * lib/hash-pjw.c (hash_pjw): Likewise.
36989         Switch to method described by Bruno Haible.
36990         Include <limits.h>, for CHAR_BIT.
36991         (SIZE_BITS): New macro.
36992
36993 2003-10-23  Paul Eggert  <eggert@twinsun.com>
36994
36995         * m4/getline.m4 (AM_FUNC_GETLINE):
36996         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
36997         hosts.  Problem reported by Derek Robert Price in
36998         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
36999         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
37000         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
37001
37002 2003-10-21  Paul Eggert  <eggert@twinsun.com>
37003
37004         * lib/getndelim2.c (getndelim2): When size calculation overflows,
37005         ceiling the allocation at NMAX bytes rather than silently
37006         discarding input bytes before NMAX is reached.  This makes
37007         a difference only if NMAX exceeds SIZE_MAX / 2.
37008
37009         * lib/obstack.c: Merge from glibc.
37010         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
37011         Add libc_hidden_def (_obstack_newchunk).
37012         (_obstack_free) [! defined _LIBC]: Remove.
37013         [defined _LIBC]: Make a strong alias from obstack_free, rather than
37014         a clone of the function body.
37015         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
37016         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
37017
37018         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
37019         glibc.
37020         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
37021         arg to memcpy.
37022
37023         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
37024         (obstack_ptr_grow_fast, obstack_int_grow_fast):
37025         Don't use lvalue casts, as GCC plans to remove support for them
37026         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
37027         was also present in the non-GCC version, indicating that this
37028         code had always been buggy and had never been widely used.
37029         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
37030         Use the fast variant of each macro, rather than copying the
37031         definiens of the fast variant; that way, we'll be more likely to
37032         catch future bugs in the fast variants.
37033
37034 2003-10-20  Bruno Haible  <bruno@clisp.org>
37035
37036         * modules/wait-process: New file.
37037         * MODULES.html.sh (func_all_modules): Add wait-process.
37038
37039 2003-10-20  Bruno Haible  <bruno@clisp.org>
37040
37041         * m4/wait-process.m4: New file.
37042
37043 2003-10-20  Bruno Haible  <bruno@clisp.org>
37044
37045         * lib/wait-process.h: New file, from GNU gettext.
37046         * lib/wait-process.c: New file, from GNU gettext.
37047
37048 2003-10-19  Jim Meyering  <jim@meyering.net>
37049
37050         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
37051         HPUX 10.20.
37052
37053 2003-10-18  Karl Berry  <karl@gnu.org>
37054
37055         * config/config.guess: update from config.
37056
37057 2003-10-16  Paul Eggert  <eggert@twinsun.com>
37058
37059         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
37060         (getgroups): First arg is int, not size_t.
37061         Don't let 'free' mangle errno.
37062
37063 2003-10-16  Paul Eggert  <eggert@twinsun.com>
37064
37065         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
37066
37067 2003-10-16  Karl Berry  <karl@gnu.org>
37068
37069         * config/config.{guess,sub}: update from config.
37070
37071 2003-10-16  Jim Meyering  <jim@meyering.net>
37072
37073         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
37074         memcpy.
37075
37076 2003-10-15  Paul Eggert  <eggert@twinsun.com>
37077
37078         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
37079         (SIZE_MAX): Remove.
37080         (new_exclude, add_exclude_file): Initial size no longer needs to
37081         be a power of 2.
37082         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
37083         our own address arithmetic overflow checking.
37084
37085         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
37086         (fnmatch): Do not alloca more than 2000 wide characters;
37087         instead, use malloc for large buffers.
37088         Check for address arithmetic overflow, and return -1
37089         with errno set to ENOMEM in that case.
37090         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
37091         (NEW_PATTERN): Do not alloca more than 8000 bytes;
37092         instead, return -1.  Check for address arithmetic overflow.
37093
37094 2003-10-14  Paul Eggert  <eggert@twinsun.com>
37095
37096         Handle invalid suffixes and overflow independently, so that
37097         callers can treat them independently as needed.  Fix some bugs in
37098         suffix handling, e.g., "100k@" was not diagnosed as an invalid
37099         suffix for a human-readable blocksize.  The major caller-visible
37100         change is the addition of a new
37101         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
37102         that both overflow and suffix chars were found.
37103
37104         * lib/human.c (humblock): Don't check separately for invalid suffix
37105         char; that is xstrtoumax's job (now that its bug is fixed).
37106         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
37107         INTMAX_MAX]: New macros.
37108         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
37109         TYPE_MAXIMUM): New macros.
37110         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
37111         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
37112         if overflow occurs, as it's what __strtol does and it's more useful
37113         in practice.
37114         (__xstrtol): If __strtol reports some error other than ERANGE,
37115         reflect it to the caller as LONGINT_INVALID.  If it reports
37116         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
37117         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
37118         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
37119         value.
37120         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
37121         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
37122         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
37123         [defined UINTMAX_MAX]: New macros.
37124
37125 2003-10-14  Bruno Haible  <bruno@clisp.org>
37126
37127         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
37128
37129 2003-10-14  Bruno Haible  <bruno@clisp.org>
37130
37131         * m4/sig_atomic_t: New file, from GNU gettext.
37132         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
37133
37134 2003-10-14  Bruno Haible  <bruno@clisp.org>
37135
37136         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
37137         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
37138         Also use volatile where needed.
37139
37140 2003-10-12  Paul Eggert  <eggert@twinsun.com>
37141
37142         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
37143         Change maintainer from Bruno Haible to 'all'.
37144
37145 2003-10-12  Paul Eggert  <eggert@twinsun.com>
37146
37147         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
37148
37149 2003-10-12  Paul Eggert  <eggert@twinsun.com>
37150
37151         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
37152         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
37153         and define in terms of the other primitives.
37154         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
37155         (SIZE_MAX): Define if not already defined.
37156         (array_size_overflow): New function.
37157         (xalloc_die): Abort instead of exiting if 'error' returns.
37158         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
37159         (xmalloc, xrealloc): Use them.
37160         (xcalloc): Check for address arithmetic overflow.
37161         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
37162         a bit faster than strcpy.
37163
37164 2003-10-10  Simon Josefsson  <jas@extundo.com>
37165
37166         * modules/argp (Depends-on): Add restrict and strcase.
37167
37168 2003-10-10  Simon Josefsson  <jas@extundo.com>
37169
37170         * m4/argp.m4: Add AC_C_INLINE.
37171
37172 2003-10-08  Paul Eggert  <eggert@twinsun.com>
37173
37174         Merge getpass from libc, plus a few fixes.
37175
37176         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
37177         Include <stdbool.h>.
37178         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
37179         __fsetlocking to empty.
37180         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
37181         do include <bits/libc-lock.h>.
37182         Do not include <fcntl.h>; not needed.
37183         [_LIBC]: Include <wchar.h>.
37184         (NOTCANCEL_MODE): New macro.
37185         (flockfile, funlockfile) [_LIBC]: New macros.
37186         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
37187         [!_LIBC]: New macros.
37188         (call_fclose): New function.
37189         (getpass): Use it.  Save tty stream separately; this simplifies the
37190         code and makes it more reliable if stdin happens to equal stdout.
37191         Invoke __fsetlocking on tty.
37192         Handle thread cancellation if needed.
37193         Namespace cleanup (use __tcgetattr, __getline).
37194         Use bool for Booleans.
37195         [USE_IN_LIBIO]: Handle wide streams.
37196         [!_LIBC]: Unconditionally do the fseek, since we don't know what
37197         stream might go where.
37198
37199         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
37200         doesn't have to include <stdio.h> before us.
37201         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
37202         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
37203         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
37204         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
37205         if not declared, so that we can use getpass.c code from libc without
37206         rewriting it.
37207         (flockfile, ftrylockfile, funlockfile): New macros.
37208
37209 2003-10-08  Paul Eggert  <eggert@twinsun.com>
37210
37211         * modules/getpass: Depend on stdbool.
37212
37213 2003-10-08  Paul Eggert  <eggert@twinsun.com>
37214
37215         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
37216
37217 2003-10-07  Karl Berry  <karl@gnu.org>
37218
37219         * config/config.{guess,sub}: update from config.
37220
37221 2003-10-06  Jim Meyering  <jim@meyering.net>
37222             Bruno Haible  <bruno@clisp.org>
37223
37224         This lets translators provide better translations for the
37225         "Written by ..." part of --version output.
37226         * lib/version-etc.h: Include stdarg.h.
37227         (version_etc_copyright): Declare as readonly.
37228         (version_etc): Make this function variadic with a NULL-terminated list
37229         of author name strings.
37230         (version_etc_va): New declaration.
37231         * lib/version-etc.c: Include stdarg.h, stdlib.h.
37232         (version_etc_copyright): Declare as readonly.
37233         (version_etc_va): New function. Provide a different translatable string
37234         for each possible number of authors < 10. Abbreviate when there are 10
37235         authors or more.
37236         (version_etc): Make this function variadic. Call version_etc_va.
37237         Suggestion from Gary V. Vaughan.
37238
37239         * lib/long-options.h (parse_long_options): Change prototype: the
37240         authors string is moved to the end and becomes variadic.
37241         * lib/long-options.c: Include stdarg.h.
37242         (parse_long_options): Make this function variadic, too.
37243         Call version_etc_va, not version_etc.
37244
37245 2003-10-06  Bruno Haible  <bruno@clisp.org>
37246
37247         * modules/version-etc-2: Remove file.
37248         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
37249
37250 2003-10-06  Bruno Haible  <bruno@clisp.org>
37251
37252         * modules/fatal-signal: New file.
37253         * MODULES.html.sh (func_all_modules): Add fatal-signal.
37254
37255 2003-10-06  Bruno Haible  <bruno@clisp.org>
37256
37257         * m4/fatal-signal.m4: New file.
37258         * m4/signalblocking.m4: New file, from GNU gettext.
37259
37260 2003-10-06  Bruno Haible  <bruno@clisp.org>
37261
37262         * lib/version-etc-2.h: Remove file.
37263         * lib/version-etc-2.c: Remove file.
37264
37265 2003-10-06  Bruno Haible  <bruno@clisp.org>
37266
37267         * lib/fatal-signal.h: New file, from GNU gettext.
37268         * lib/fatal-signal.c: New file, from GNU gettext.
37269
37270 2003-10-05  Paul Eggert  <eggert@twinsun.com>
37271
37272         * README: Rework advice for preventing empty .o files.
37273         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
37274         not <sys/types.h>.
37275
37276 2003-10-04  Karl Berry  <karl@gnu.org>
37277
37278         * lib/argp*: update from libc.
37279
37280 2003-10-04  Karl Berry  <karl@gnu.org>
37281
37282         * config/config.{guess,sub}: update from config.
37283
37284 2003-10-02  Bruno Haible  <bruno@clisp.org>
37285
37286         * modules/lchown (Include): Add lchown.h.
37287         * modules/time_r (Include): Use "..." syntax.
37288         * modules/xgetdomainname (Include): Add xgetdomainname.h.
37289
37290 2003-10-01  Simon Josefsson  <jas@extundo.com>
37291
37292         * MODULES.html.sh (func_all_modules): Move gethostname from section
37293         'based on' to section 'lacking' POSIX:2001.
37294
37295 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
37296
37297         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
37298         to output mode on the same stream.
37299
37300 2003-09-29  Paul Eggert  <eggert@twinsun.com>
37301
37302         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
37303         Fix arg typo in previous patch.
37304
37305 2003-09-28  Jim Meyering  <jim@meyering.net>
37306
37307         * lib/error.c: Correct cpp indentation.
37308
37309 2003-09-27  Paul Eggert  <eggert@twinsun.com>
37310
37311         * modules/free: New file.
37312
37313 2003-09-27  Paul Eggert  <eggert@twinsun.com>
37314
37315         * m4/free.m4: New file.
37316
37317 2003-09-27  Paul Eggert  <eggert@twinsun.com>
37318
37319         * lib/minmax.h (MIN, MAX)
37320         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
37321         Omit the special code that used __typeof__, since we worry that
37322         it could be more trouble than it's worth.  See:
37323         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
37324         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
37325
37326         * lib/free.c: New file.
37327
37328 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
37329
37330         Trivial fixes to Makefile.am parts of module listings.
37331         * modules/strstr: Append strstr.h to lib_SOURCES.
37332         * modules/strcase: Likewise, for strcase.h.
37333
37334 2003-09-27  Karl Berry  <karl@gnu.org>
37335
37336         * config/mkinstalldirs: update from automake.
37337
37338 2003-09-26  Paul Eggert  <eggert@twinsun.com>
37339
37340         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
37341         (error_tail): Do not loop, reallocating temporary buffer, since
37342         the output cannot contain more wide characters than the input
37343         contains bytes, the size must be big enough already.  This avoids
37344         one potential size overflow calculation.  Check for size overflow
37345         when calculating temporary buffer size.  Free temporary buffer
37346         when done, if it was allocated with malloc; this plugs a memory
37347         leak.  Remove casts from void * to pointers, that are no longer
37348         needed now that we're assuming C89 or better.
37349
37350         Merge error changes from glibc.
37351
37352         * lib/error.c, error.h: Update copyright notice header to match glibc.
37353         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
37354         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
37355         Disable cancellation while printing error.
37356         * lib/error.h: Prepend __ to parameter names.
37357
37358 2003-09-26  Jim Meyering  <jim@meyering.net>
37359
37360         * lib/error.c (error_tail): Move some declarations
37361         into inner scope where the local variables are used.
37362
37363 2003-09-26  Bruno Haible  <bruno@clisp.org>
37364
37365         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
37366         stpncpy().
37367         Don't define stpncpy through config.h; it's now done through stpncpy.h.
37368
37369 2003-09-26  Bruno Haible  <bruno@clisp.org>
37370
37371         * lib/stpncpy.h (gnu_stpncpy): New declaration.
37372         (stpncpy): Define as alias for gnu_stpncpy.
37373         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
37374
37375 2003-09-25  Simon Josefsson  <jas@extundo.com>
37376
37377         * lib/xgetdomainname.h: New file.
37378         * lib/xgetdomainname.c: New file.
37379
37380 2003-09-25  Simon Josefsson  <jas@extundo.com>
37381             Bruno Haible  <bruno@clisp.org>
37382
37383         * modules/getdomainname: New file.
37384         * modules/xgetdomainname: New file.
37385         * MODULES.html.sh (func_all_modules): Add getdomainname,
37386         xgetdomainname.
37387
37388 2003-09-25  Simon Josefsson  <jas@extundo.com>
37389             Bruno Haible  <bruno@clisp.org>
37390
37391         * m4/getdomainname.m4: New file.
37392
37393 2003-09-25  Simon Josefsson  <jas@extundo.com>
37394             Bruno Haible  <bruno@clisp.org>
37395
37396         * lib/getdomainname.h: New file.
37397         * lib/getdomainname.c: New file.
37398
37399 2003-09-25  Karl Berry  <karl@gnu.org>
37400
37401         * lib/argp-fmtstream.c, argp-help.c: update from libc.
37402
37403 2003-09-25  Karl Berry  <karl@gnu.org>
37404
37405         * config/install-sh: update from automake.
37406
37407 2003-09-25  Bruno Haible  <bruno@clisp.org>
37408
37409         * modules/version-etc-2: New file, from modules/version-etc with
37410         modifications.
37411         * MODULES.html.sh (func_all_modules): Add version-etc-2.
37412
37413 2003-09-25  Bruno Haible  <bruno@clisp.org>
37414
37415         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
37416         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
37417
37418 2003-09-24  Simon Josefsson  <jas@extundo.com>
37419
37420         * modules/xgethostname: Add xgethostname.h.
37421
37422 2003-09-24  Paul Eggert  <eggert@twinsun.com>
37423
37424         * lib/linebuffer.c (freebuffer): Don't free the argument, just
37425         the buffer associated with the argument.  Bug reported by
37426         Simon Josefsson.
37427
37428 2003-09-24  Paul Eggert  <eggert@twinsun.com>
37429
37430         * README: Document assumptions that 'int' is at least 32 bits
37431         wide, that integer arithmetic is 2's complement without overflow,
37432         that there are no holes in integer values, that adding sizes of
37433         two nonoverlapping objects can't overflow, and that all-bits-zero
37434         yields scalar zero.  Fix spelling and capitalization typos.
37435
37436 2003-09-19  Karl Berry  <karl@gnu.org>
37437
37438         * lib/argp.h: update from libc.
37439
37440 2003-09-17  Paul Eggert  <eggert@twinsun.com>
37441
37442         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
37443         to avoid spurious warnings like "AC_RUN_IFELSE was called before
37444         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
37445
37446 2003-09-17  Paul Eggert  <eggert@twinsun.com>
37447
37448         * gnulib-tool: Use "test -h", not "test -L", for portability
37449         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
37450         (tags_regexp): Remove, since \| doesn't conform to POSIX.
37451         (sed_extract_prog): Issue s commands one-by-one, rather than
37452         using \| in one s command.
37453
37454 2003-09-16  Paul Eggert  <eggert@twinsun.com>
37455
37456         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
37457         input error, instead of returning NULL the next time we are called
37458         (and therefore losing track of errno).
37459
37460 2003-09-16  Bruno Haible  <bruno@clisp.org>
37461
37462         * gnulib-tool (func_create_testdir): Warn about duplicated
37463         dependencies.
37464
37465 2003-09-15  Paul Eggert  <eggert@twinsun.com>
37466
37467         * modules/argmatch, modules/fatal, modules/obstack,
37468         modules/xalloc, modules/xgethostname: Sort dependencies by
37469         importance, not alphabetically.
37470
37471 2003-09-15  Paul Eggert  <eggert@twinsun.com>
37472
37473         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
37474         fails, so that the caller gets the proper errno.
37475
37476         * lib/readutmp.c (read_utmp): Likewise.
37477         Check for fstat error.  Close stream and free storage
37478         when failing.
37479
37480 2003-09-14  Karl Berry  <karl@gnu.org>
37481
37482         * config/srclist.txt (strdup.c): disable for c89 changes.
37483
37484 2003-09-14  Jim Meyering  <jim@meyering.net>
37485
37486         * lib/getloadavg.c: Correct cpp indentation.
37487         * lib/strdup.c: Likewise.
37488         * lib/vasnprintf.c: Likewise.
37489
37490 2003-09-14  Bruno Haible  <bruno@clisp.org>
37491
37492         * modules/fwriteerror: New file.
37493         * MODULES.html.sh (func_all_modules): Add fwriteerror.
37494
37495 2003-09-14  Bruno Haible  <bruno@clisp.org>
37496
37497         * lib/fwriteerror.h: New file.
37498         * lib/fwriteerror.c: New file.
37499
37500 2003-09-12  Paul Eggert  <eggert@twinsun.com>
37501
37502         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
37503         modules/xgethostname, modules/xalloc: Depend on exit.
37504
37505 2003-09-12  Paul Eggert  <eggert@twinsun.com>
37506
37507         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
37508
37509         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
37510         and AC_MINIX, too, so that their extensions are available.
37511
37512         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
37513         This macro has been superseded by gl_BACKUPFILE.
37514
37515         More patches to assume C89 or better.
37516
37517         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
37518
37519         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
37520         unconditionally.
37521         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
37522         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
37523         Include <string.h>, <stdlib.h> unconditionally.
37524         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
37525         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
37526         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
37527         headers or for string.h.
37528         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
37529         or strtoul.
37530
37531         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
37532         headers.
37533         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
37534         * m4/userspec.m4 (gl_USERSPEC): Likewise.
37535         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
37536         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
37537         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
37538         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
37539         memcpy, memset.
37540         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
37541         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
37542         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
37543         strtol.
37544         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
37545         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
37546         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
37547         strtoul.
37548
37549 2003-09-12  Paul Eggert  <eggert@twinsun.com>
37550
37551         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
37552         * lib/obstack.c [!defined _LIBC]: Likewise.
37553         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
37554         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
37555         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
37556
37557         More changes to assume C89 or better.
37558
37559         * lib/error.c (error_tail): Assume vprintf.
37560
37561         * lib/argmatch.c (getenv): Remove decl.
37562         * lib/progreloc.c (get_full_program_name): Define via prototype.
37563         * lib/setenv.c (clearenv): Likewise.
37564         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
37565         needed.
37566         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
37567         (malloc, memcpy): Remove decls.
37568         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
37569         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
37570         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
37571         (memcpy): Remove macro.
37572         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
37573         (__P): Remove.  All uses removed.
37574         (PTR): Remove.  All uses changed to void *.
37575         (CHAR_BIT, NULL): Remove.
37576         (spaces, zeros, memset_space, memset_zero)
37577         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
37578         Remove.
37579         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
37580         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
37581         Define with prototype.
37582         Remove now-unnecessary prototype decl.
37583         (extra_args_spec): Assume ANSI C.  All uses changed.
37584         (extra_args_spec_iso): Remove.
37585         (my_strftime, emacs_strftimeu): Define via prototype.
37586         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
37587         unconditionally.
37588         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
37589         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
37590         (strtoul, strtol): Remove decls.
37591         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
37592         LONG_MAX): Remove.
37593         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
37594         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
37595         (LOCALE_PARAM_PROTO): New macro.
37596         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
37597         (INTERNAL (strtol), strtol): Define with a prototype.
37598         (PARAMS): Remove.  All uses removed.
37599         * lib/tempname.c: Include <string.h> unconditionally.
37600         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
37601         * lib/xgethostname.c (main): Define with a prototype.
37602         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
37603         Include <stdlib.h> unconditionally.
37604         (calloc, malloc, realloc, free): Remove decls.
37605         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
37606         Include <stdlib.h> unconditionally.  Sort include file names.
37607         (strtod): Remove.
37608         (xstrtod): Define with a prototype.
37609         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
37610         (strtol, strtoul): Remove decls.
37611
37612 2003-09-11  Paul Eggert  <eggert@twinsun.com>
37613
37614         More patches to assume C89 or better.
37615         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
37616         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
37617         string.h, memchr, STDC_HEADERS.
37618
37619 2003-09-11  Paul Eggert  <eggert@twinsun.com>
37620
37621         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
37622         Include <stdlib.h>, <string.h> unconditionally.
37623         Remove now-unnecessary cast to char *.
37624         * lib/strnlen.c: Include <string.h> unconditionally.
37625         * lib/yesno.c (yesno): Define with a prototype.
37626
37627 2003-09-11  Bruno Haible  <bruno@clisp.org>
37628
37629         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
37630
37631 2003-09-10  Jim Meyering  <jim@meyering.net>
37632
37633         * lib/error.c: Correct indentation of cpp directives.
37634
37635 2003-09-10  Bruno Haible  <bruno@clisp.org>
37636
37637         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
37638         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
37639         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
37640         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
37641         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
37642         <stdlib.h> and <string.h> checks.
37643         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
37644         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
37645
37646 2003-09-10  Bruno Haible  <bruno@clisp.org>
37647
37648         * lib/strcspn.c: Include <string.h> unconditionally.
37649         * lib/strpbrk.c: Include <string.h> unconditionally.
37650         * lib/strstr.c: Include <string.h> unconditionally.
37651         * lib/unicodeio.c: Include <string.h> unconditionally.
37652         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
37653         * lib/unsetenv.c: Likewise.
37654         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
37655         * lib/yesno.c: Include <stdlib.h> unconditionally.
37656         (rpmatch): Add prototype.
37657
37658 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37659
37660         More patches to assume C89 or better.
37661         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
37662         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
37663         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
37664         or for string.h.
37665         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
37666         stdlib.h.
37667         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
37668         C headers.
37669         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
37670         string.h.
37671         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
37672         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
37673         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
37674         or for string.h.
37675         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
37676         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
37677         C headers.
37678         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
37679         memcpy.
37680         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
37681         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
37682         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
37683         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
37684         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
37685         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
37686         string.h, free.
37687         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
37688         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
37689         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
37690         C headers, or for string.h.
37691         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
37692         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
37693         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
37694         headers, memory.h, stdlib.h, string.h, strings.h.
37695         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
37696         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
37697         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
37698         strchr.
37699         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
37700         headers, memory.h, string.h.
37701         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
37702         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
37703         free.
37704         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
37705         headers.
37706         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
37707         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
37708         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
37709         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
37710         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
37711
37712 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37713
37714         More K&R removal.
37715
37716         * lib/acosl.c (main): Use a prototype.
37717         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
37718         tanl.c: Likewise.
37719
37720         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
37721
37722         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
37723         (getopt, etopt_long, getopt_long_only, _getopt_internal)
37724         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
37725         with a prototype.
37726         * lib/getopt.c (const): Remove macro.
37727         Include <string.h> unconditionally.
37728         (my_index): Remove; all uses changed to strchr.
37729         (strlen): Remove decl.
37730         (exchange): Remove forward decl; no longer needed.
37731         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
37732         Define with prototype.
37733         * lib/getopt1.c (const): Remove macro.
37734         (getopt_long, getopt_long_only, main): Define with prototype.
37735
37736         * lib/getugroups.c: Include <string.h> unconditionally.
37737
37738         * lib/getusershell.c: Include <stdlib.h> unconditionally.
37739         (getusershell, setusershell, endusershell, readname, main):
37740         Define with prototypes.
37741
37742         * lib/group-member.c: Include group-member.h first.
37743         Include <stdlib.h> unconditionally.
37744
37745         * lib/hard-locale.c: Include hard-locale.h first.
37746         Include <stdlib.h>, <string.h> unconditionally.
37747
37748         * lib/hash.c (free, malloc): Remove decls.
37749         Include <stdlib.h> unconditionally.
37750
37751         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
37752         (getenv): Do not declare.
37753
37754         * lib/idcache.c: Include <string.h> unconditionally.
37755
37756         * lib/long-options.c: Include long-options.h first, to test interface.
37757         Include <stdlib.h> unconditionally.
37758
37759         * lib/makepath.c: Include makepath.h first, to test interface.
37760         Include <stdlib.h> and <string.h> unconditionally.
37761
37762         * lib/linebuffer.c: Include <stdlib.h>.
37763         (free): Remove decl.
37764
37765         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
37766         stddef.h. rpl_malloc returns void *, not char *.
37767         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
37768         prototype.
37769
37770         * lib/md5.h: Include <limits.h> unconditionally.
37771         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
37772         (__P): Remove; all uses removed.
37773         * lib/md5.c: Include "md5.h" first.
37774         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
37775         md5_buffer, md5_process_bytes, md5_process_block):
37776         Define with prototypes.
37777         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
37778         * lib/sha.c: Include "sha.h" first.
37779         Include <stdlib.h>, <string.h> unconditionally.
37780
37781         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
37782         * lib/memcmp.c (__ptr_t): Likewise.
37783         * lib/memrchr.c (__ptr_t): Likewise.
37784         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
37785         Include <string.h> unconditionally.
37786         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
37787         * lib/memchr.c: Include <stdlib.h> unconditionally.
37788         * lib/memchr.c (LONG_MAX): Remove.
37789         * lib/memrchr.c (LONG_MAX): Likewise.
37790         * lib/memchr.c (__memchr): Define via a prototype.
37791         * lib/memrchr.c (__memrchr): Likewise.
37792         * lib/memcmp.c (__P): Remove, and remove all uses.
37793         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
37794         Remove forward decls; no longer needed.
37795         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
37796         Use types required by C89 in prototype.
37797
37798         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
37799         * lib/savedir.c: Likewise.
37800         * lib/mkdir.c (free): Remove decl.
37801         * lib/rmdir.c (rmdir): Define with a prototype.
37802         * lib/savedir.c: Include savedir.h first, to test interface.
37803
37804         * lib/mktime.c (STDC_HEADERS): Remove.
37805         Include <stdlib.h>, <string.h> unconditionally.
37806
37807         * lib/modechange.c: Include <stdlib.h> unconditionally.
37808         (malloc): Remove decl.
37809
37810         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
37811         (free): Remove decl.
37812
37813         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
37814         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
37815         (This type really should be intptr_t, but that's a C99ism.)
37816         (_obstack_memcpy): Remove: all uses changed to memcpy.
37817         Include <string.h> unconditionally.
37818         (struct obstack): Assume __STDC__ for types of members
37819         chunkfun, freefun, extra_arg.
37820         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
37821         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
37822         obstack_begin, obstack_specify_allocation,
37823         obstack_specify_allocation_with_arg, obstack_chunkfun,
37824         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
37825         Remove unprototyped decls and the macros that use them.
37826         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
37827         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
37828         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
37829         (defined __STDC__ && __STDC__)]:
37830         Remove nonprototyped code.
37831         Include <stdlib.h> unconditionally.
37832         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
37833         _obstack_allocated_p, _obstack_free, obstack_free,
37834         _obstack_memory_used, print_and_abort):
37835         Define using prototypes.
37836         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
37837         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
37838         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
37839         obstack_next_free, obstack_object_size, obstack_room) [0]:
37840         Remove unused, unprototyped code.
37841
37842         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
37843
37844         * lib/physmem.c (physmem_total, physmem_available, main): Define
37845         with prototypes.
37846
37847         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
37848         (main): Define with a prototype.
37849
37850         * lib/posixver.c (getenv): Remove decl.
37851
37852         * lib/putenv.c (malloc): Returns void *, not char *.
37853         Include <string.h> unconditionally.
37854         (strchr, memcpy, NULL): Do not define.
37855
37856         * lib/readtokens.c: Include readtokens.h first, to test interface.
37857         Include <stdlib.h>, <string.h> unconditionally.
37858         (init_tokenbuffer): Define with a prototype.
37859
37860         * lib/regex.c (PARAMS): Remove.  All uses removed.
37861         All uses of _RE_ARGS removed, too.
37862         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
37863         unconditionally.
37864         (bzero): Assume memset exists.
37865         (memcmp, memcpy, NULL): Remove.
37866         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
37867         char, or assignments to local vars of type signed char.
37868         (init_syntax_once, PREFIX(extract_number_and_incr),
37869         PREFIX(print_partial_compiled_pattern),
37870         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
37871         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
37872         PREFIX(regex_grow_registers), PREFIX(regex_compile),
37873         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
37874         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
37875         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
37876         wcs_compile_range, byte_compile_range, truncate_wchar,
37877         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
37878         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
37879         count_mbs_length, wcs_re_match_2_internal,
37880         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
37881         PREFIX(alt_match_null_string_p),
37882         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
37883         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
37884         regfree, PREFIX(extract_number)): Define with prototype.  Remove
37885         now-unnecessary declaration, if any.
37886         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
37887         regcomp, regexec):
37888         Remove now-unnecessary casts among pointer types.
37889         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
37890
37891         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
37892         (free): Remove decl.
37893
37894         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
37895
37896         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
37897         (free): Remove decl.
37898
37899         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
37900         * lib/xgetcwd.c: Likewise.
37901
37902         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
37903         (free): Remove decl.
37904
37905         * lib/strchrnul.c (strchrnul): Define with a prototype.
37906         Fix bug: c_in was not converted to char before searching.
37907
37908         The following changes are not K&R related:
37909
37910         * lib/group-member.h: Include <sys/types.h>, so that this file is
37911         self-contained.
37912         * lib/makepath.h: Likewise.
37913
37914         * lib/getusershell.c (readname, default_index, line_size, readname):
37915         Use size_t, not int, for sizes.
37916         (readname): If the size overflows, report an error instead of
37917         looping forever.
37918
37919 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37920
37921         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
37922         libc.
37923
37924 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37925
37926         * README: New section: portability guidelines.
37927
37928 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
37929
37930         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
37931         C89 spec.
37932
37933 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
37934
37935         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
37936
37937 2003-09-08  Paul Eggert  <eggert@twinsun.com>
37938
37939         Assume C89 or better; remove K&R cruft.
37940         A few of these changes were first proposed by Derek Robert Price
37941         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
37942
37943         * lib/addext.c: Include <string.h> unconditionally.
37944         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
37945         Don't declare getenv or malloc.
37946
37947         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
37948         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
37949         (NULL): Remove.
37950         (find_stack_direction, alloca): Use prototypes.
37951
37952         * lib/atexit.c (atexit): Define using a prototype.
37953
37954         * lib/basename.c, dirname.c, stripslash.c:
37955         Include <string.h> unconditionally.
37956
37957         * lib/bcopy.c: Include <stddef.h>.
37958         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
37959
37960         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
37961
37962         * lib/error.h (error, error_at_line, error_print_progname)
37963         [! (defined (__STDC__) && __STDC__)]: Remove decls.
37964         * lib/error.c: Include error.h first, to check interface.
37965         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
37966         (VA_START): Remove; all uses changeed to va_start.
37967         (exit, strerror): Remove decls.
37968         (error_print_progname): Prototype uncondionally.
37969         Don't include <errno.h>; no longer needed.
37970         (private_strerror): Remove.
37971         (error_tail): Always define.
37972         (error, error_at_line): Assume C89 or better; always use prototypes.
37973         * lib/fatal.c: Include "fatal.h" first, to test interface.
37974         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
37975         (VA_START): Remove; all uses changed to va_start.
37976         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
37977         this case.
37978         (exit): Remove decl.
37979         (fatal): Prototype unconditionally.  Assume va_start works.
37980         Abort at end, to pacify gcc.
37981
37982         * lib/euidaccess.c (main): Define with a prototype.
37983
37984         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
37985
37986         * lib/exitfail.c: Include <stdlib.h> unconditionally.
37987
37988         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
37989         prototypes.
37990         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
37991         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
37992         (getenv): Remove decl.
37993         (fnmatch): Define using a prototype.
37994         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
37995         (FCT): Define using a prototype.
37996
37997         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
37998
37999         * lib/gethostname.c: Include <stddef.h>.
38000         (gethostname): Define with prototype.  Length is size_t, not int.
38001
38002 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38003
38004         Assume C89 or better; remove K&R cruft.
38005         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
38006         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
38007         string.h, getenv, malloc.
38008         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
38009         headers.
38010         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
38011         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
38012         do not check for strerror.
38013         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
38014         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
38015         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
38016         do not check for doprnt or vprintf.
38017         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
38018         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
38019
38020 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38021
38022         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
38023         getversion.c should have been removed then, but was accidentally
38024         preserved.
38025
38026         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
38027         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
38028
38029 2003-09-08  Karl Berry  <karl@gnu.org>
38030
38031         * config/config.sub, config.guess, srclistvars.sh: update from savannah
38032                 config, forget about prep.
38033
38034         * config/depcomp, missing: update from automake.
38035
38036 2003-09-07  Paul Eggert  <eggert@twinsun.com>
38037
38038         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
38039         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
38040
38041 2003-09-07  Paul Eggert  <eggert@twinsun.com>
38042
38043         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
38044         copy_tm_result.  Bug reported by Simon Josefsson in
38045         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
38046
38047 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38048
38049         * m4/time_r.m4: New file.
38050         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
38051         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
38052         is. Check for timegm declaration.
38053         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
38054         Do not check for gmtime_r.
38055         Replace mktime if __mktime_internal does not exist and if mktime
38056         hasn't been replaced already.
38057
38058 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38059
38060         * lib/time_r.c, lib/time_r.h: New files.
38061
38062         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
38063         __localtime_r.
38064         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
38065         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
38066
38067         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
38068         __gmtime_r.
38069         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
38070         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
38071         Include <time_r.h>.
38072
38073         * lib/timegm.c: Switch to glibc implementation, with the following
38074         changes:
38075         [defined HAVE_CONFIG_H]: Include <config.h>.
38076         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
38077         (__mktime_internal) [!defined _LIBC]: New decl.
38078         (__gmtime_r) [!defined _LIBC]: New macro and function.
38079         (timegm): Use a prototype, since gnulib assumes C89.
38080         Do not bother declaring tmp to be const, as it's not really usefu.
38081         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
38082         (timegm): Declare only if HAVE_DECL_TIMEGM.
38083
38084 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38085
38086         * MODULES.html.sh (func_all_modules): Add time_r.
38087         * modules/time_r: New file.
38088         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
38089         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
38090
38091 2003-09-03  Paul Eggert  <eggert@twinsun.com>
38092
38093         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
38094         Bug reported by Lute Kamstra in
38095         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
38096
38097         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
38098         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
38099         course with correspondingly smaller numbers for tomorrow and
38100         yesterday.  From Tadayoshi Funaba.  Originally installed into
38101         sh-utils on 1999-08-07, but the patch got lost (I guess during the
38102         coreutils merge?).
38103
38104 2003-08-31  Simon Josefsson  <jas@extundo.com>
38105
38106         * modules/timegm: New file.
38107         * MODULES.html.sh (func_all_modules): Add timegm.
38108
38109 2003-08-31  Simon Josefsson  <jas@extundo.com>
38110
38111         * m4/timegm.m4: New file.
38112
38113 2003-08-31  Simon Josefsson  <jas@extundo.com>
38114
38115         * lib/timegm.h: New file.
38116         * lib/timegm.c: New file.  Based on
38117         wget-1.8.2/src/http.c:mktime_from_utc.
38118
38119 2003-08-31  Karl Berry  <karl@gnu.org>
38120
38121         * lib/argp.h: update from libc.
38122
38123 2003-08-28  Bruno Haible  <bruno@clisp.org>
38124
38125         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
38126         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
38127         followed by '#define fnmatch fnmatch_posix' gives an error.
38128
38129 2003-08-28  Bruno Haible  <bruno@clisp.org>
38130
38131         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
38132         warning on QNX, which defines O_BINARY to 000000.
38133
38134 2003-08-27  Jim Meyering  <jim@meyering.net>
38135
38136         * m4/mkstemp.m4: Require that the system mkstemp be able to create
38137         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
38138         would fail after 32.  Reported by Danny Levinson.  Details here:
38139         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
38140
38141 2003-08-24  Bruno Haible  <bruno@clisp.org>
38142
38143         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
38144         MSVC7 <stdio.h> is included later.
38145
38146 2003-08-22  Simon Josefsson  <jas@extundo.com>
38147
38148         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
38149
38150 2003-08-20  Karl Berry  <karl@gnu.org>
38151
38152         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
38153
38154 2003-08-20  Bruno Haible  <bruno@clisp.org>
38155
38156         * modules/progname: New file.
38157         * MODULES.html.sh (func_all_modules): Add progname.
38158
38159 2003-08-20  Bruno Haible  <bruno@clisp.org>
38160
38161         * lib/progname.h: New file, from GNU gettext.
38162         * lib/progname.c: New file, from GNU gettext.
38163         * lib/progreloc.c: New file, from GNU gettext.
38164
38165 2003-08-19  Jim Meyering  <jim@meyering.net>
38166
38167         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
38168         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
38169
38170 2003-08-19  Bruno Haible  <bruno@clisp.org>
38171
38172         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
38173         more.
38174
38175 2003-08-19  Bruno Haible  <bruno@clisp.org>
38176
38177         * lib/xstrdup.c: Assume <string.h> exists.
38178
38179 2003-08-18  Paul Eggert  <eggert@twinsun.com>
38180
38181         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
38182         in makefile rules.
38183
38184 2003-08-18  Jim Meyering  <jim@meyering.net>
38185
38186         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
38187         * m4/lib-ld.m4: Likewise.
38188
38189 2003-08-18  Jim Meyering  <jim@meyering.net>
38190
38191         * lib/setenv.h: Indent nested cpp directive.
38192         * lib/vasnprintf.c: Remove trailing blanks.
38193
38194 2003-08-17  Simon Josefsson  <jas@extundo.com>
38195
38196         * modules/xstrndup: New file.
38197         * MODULES.html.sh (func_all_modules): Add xstrndup.
38198
38199 2003-08-17  Simon Josefsson  <jas@extundo.com>
38200
38201         * modules/argp: Fix autoconf macro name. Add more dependencies.
38202
38203 2003-08-17  Simon Josefsson  <jas@extundo.com>
38204
38205         * m4/xstrndup.m4: New file.
38206
38207 2003-08-17  Simon Josefsson  <jas@extundo.com>
38208
38209         * m4/argp.m4: New file.
38210
38211 2003-08-17  Simon Josefsson  <jas@extundo.com>
38212             Bruno Haible  <bruno@clisp.org>
38213
38214         * lib/xstrndup.h: New file.
38215         * lib/xstrndup.c: New file.
38216
38217 2003-08-17  Bruno Haible  <bruno@clisp.org>
38218
38219         * modules/strndup (Files, Include): Add lib/strndup.h.
38220
38221 2003-08-17  Bruno Haible  <bruno@clisp.org>
38222
38223         * modules/euidaccess (Files): Add lib/euidaccess.h.
38224
38225 2003-08-17  Bruno Haible  <bruno@clisp.org>
38226
38227         * lib/strndup.h: New file.
38228
38229 2003-08-17  Bruno Haible  <bruno@clisp.org>
38230
38231         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
38232         like AC_GNU_SOURCE.
38233         * modules/extensions (configure.ac): Comment out the invocation of
38234         gl_USE_SYSTEM_EXTENSIONS.
38235
38236 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38237
38238         Merges from coreutils, etc.
38239         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
38240         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
38241         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
38242         fixing a typo.
38243         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
38244         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
38245
38246 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38247
38248         Document merge from coreutils.
38249         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
38250         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
38251         * modules/utime: Add m4/utimes-null.m4.
38252
38253 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38254
38255         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
38256         space, undoing this 2003-08-12 change:
38257         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
38258
38259 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38260
38261         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
38262         strtoul.c from libc, undoing this 2003-08-12 change:
38263         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
38264
38265 2003-08-16  Jim Meyering  <jim@meyering.net>
38266
38267         Merges from coreutils.
38268         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
38269         prefix.  Adjust cache variables similarly.  Create 500 rather than
38270         just 300 files, to exercise bug on Darwin6.5, too.
38271         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
38272         $missing_dir.
38273         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
38274         AM_SYS_POSIX_TERMIOS.
38275         Reported by mkc@mathdogs.com.
38276         Also change use of $am_cv_sys_posix_termios
38277         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
38278         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
38279         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
38280         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
38281         in /proc/mounts until it finds one with matching device number.  This
38282         is unnecessary when the FILE argument *is* a mount point.  No stat call
38283         is necessary in that case.  So, disable the statvfs-testing code on
38284         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
38285         as RedHat bug# 84846.
38286         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
38287         to 1MB, so as not to render systems with no stack size limit (e.g.,
38288         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
38289         Include <unistd.h>.  On some systems,
38290         it is required for the definition of _SC_PAGESIZE.
38291
38292 2003-08-16  Jim Meyering  <jim@meyering.net>
38293
38294         Merge from coreutils.
38295         * lib/xstrtoimax.c: #else #if -> #elif.
38296         * lib/xstrtoumax.c: Likewise.
38297
38298 2003-08-16  Jim Meyering  <jim@meyering.net>
38299
38300         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
38301         * m4/utimes.m4: Removed.
38302         * m4/utimes-null.m4: Renamed from utimes.m4.
38303
38304         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
38305         to 1MB, so as not to render systems with no stack size limit (e.g.,
38306         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
38307         Include <unistd.h>.  On some systems,
38308         it is required for the definition of _SC_PAGESIZE.
38309
38310 2003-08-16  Jim Meyering  <jim@meyering.net>
38311         and Paul Eggert  <eggert@cs.ucla.edu>
38312
38313         Merges from coreutils, etc.
38314
38315         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
38316         using the latest version from cvs.  This avoids problems with #line
38317         directives using a vendor (Sun) compiler.
38318         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
38319         Don't set GETGROUPS_LIB here; now it's
38320         done via getgroups.m4's wrapper function.
38321         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
38322         rather than just in sh-util/configure.in, so that the
38323         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
38324         same.
38325         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
38326         AC_FUNC_GETLOADAVG where to find getloadavg.c.
38327         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
38328         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
38329         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
38330         Remove code that is now done by the newly-required macros.
38331         Append $(EXEEXT) to DF_PROG.
38332         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
38333         Do not invoke or require the following here,
38334         since prereq.m4 or some gnulib .m4 now does this for us:
38335         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
38336         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
38337         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
38338         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
38339         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
38340         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
38341         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
38342         AC_FUNC_OBSTACK.
38343         Do not replace the following functions, as this is now the job
38344         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
38345         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
38346         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
38347         atexit getpass, strdup, getpagesize.
38348         Replace 'raise'.
38349         Do not check for the following functions, as this is now the job
38350         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
38351         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
38352         setregid.
38353         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
38354         Check for sys/sysctl.h.
38355         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
38356         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
38357         of checking for ssize_t ourselves.
38358
38359         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
38360         Require every macro that gnulib/modules/* suggests for us.
38361         (jm_PREREQ_ADDEXT): New macro.
38362         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
38363         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
38364
38365         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
38366         (gl_PHYSMEM): Use it.
38367         Also check for `table' function.
38368         Check for new headers and functions.
38369         Add check for sys/sysmp.h.
38370         With suggestions from Kaveh Ghazi.
38371         Ignore headers that are present but cannot be compiled.  This
38372         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
38373         C 5.4.
38374
38375 2003-08-15  Paul Eggert  <eggert@twinsun.com>
38376
38377         Document merge from coreutils.
38378         * modules/userspec: Depend on posixver.
38379         * modules/strftime: Depend on tzset.
38380
38381 2003-08-15  Paul Eggert  <eggert@twinsun.com>
38382
38383         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
38384         rather than tab, after '#' in shell-script copyright notices.
38385         Suggested by Bruno Haible.
38386
38387 2003-08-15  Paul Eggert  <eggert@twinsun.com>
38388
38389         * config/srclist-update: Use three spaces, rather than tab, after '#'
38390         in shell-script copyright notices.  Suggested by Bruno Haible.
38391         Remove unnecessary parenthesization in regular expression.
38392
38393 2003-08-15  Jim Meyering  <jim@meyering.net>
38394
38395         Merge from coreutils.
38396         * lib/xgethostname.c: Include <stdlib.h>.
38397         (xghostname): Don't exit for anything other than memory-related
38398         failure; just return NULL.
38399         * lib/userspec.c: Include "posixver.h".
38400         (parse_user_spec): Accept `.' as a separator only
38401         in pre-POSIX-200112 mode.
38402         * lib/strtoimax.c: Use #elif rather than #else #if.
38403         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
38404         Remove function, now that we can rely on a working tzset function.
38405         [!_LIBC]: Ensure that the required autoconf test has been run.
38406         [!defined _NL_CURRENT && HAVE_STRFTIME]:
38407         Use underlying_strftime for %r.
38408         * lib/sha.c: Merge in some clean-up and optimization changes from
38409         glibc.
38410         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
38411         Ensure that it is a multiple of 64.
38412         Rearrange loop exit tests so as to avoid performing an
38413         additional fread after encountering an error or EOF.
38414         * lib/realloc.c: Update copyright date.
38415
38416 2003-08-15  Jim Meyering  <jim@meyering.net>
38417         and Paul Eggert  <eggert@twinsun.com>
38418
38419         Merge from coreutils.
38420         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
38421         member but strut utmpx does not.  Needed for AIX 4.3.3.
38422         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
38423
38424 2003-08-15  Jim Meyering  <jim@meyering.net>
38425         and Paul Eggert  <eggert@cs.ucla.edu>
38426
38427         Merges from coreutils, etc.
38428         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
38429         Require gl_FUNC_TZSET_CLOBBER.
38430         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
38431         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
38432         members.
38433
38434 2003-08-14  Paul Eggert  <eggert@twinsun.com>
38435
38436         Help the merge from coreutils.
38437         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
38438         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
38439         * m4/tzset.m4: Use it too.
38440
38441 2003-08-14  Paul Eggert  <eggert@twinsun.com>
38442
38443         * modules/tzset: New file.
38444
38445 2003-08-14  Jim Meyering  <jim@meyering.net>
38446
38447         Merges from coreutils.
38448         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
38449         variable names, rather than @FNMATCH_H@.
38450         * modules/alloca: Likewise for $(ALLOCA_H).
38451
38452         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
38453         the three copies of the literal target, `fnmatch.h'.
38454         * modules/alloca (alloca.h): Likewise.
38455
38456 2003-08-14  Jim Meyering  <jim@meyering.net>
38457
38458         Merge from coreutils.
38459         * m4/tzset.m4: New file.
38460         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
38461         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
38462         otherwise, AIX 5.1 systems would end up using the latter.
38463         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
38464         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
38465         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
38466         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
38467
38468 2003-08-14  Jim Meyering  <jim@meyering.net>
38469
38470         Merge from coreutils.
38471         * lib/obstack.h: Whitespace changes.
38472         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
38473         and xcalloc return values.
38474         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
38475         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
38476         hang on OSF/1 5.1 for DIR on both local and remote file systems.
38477         Reported by (and fix confirmed by) Nelson H. F. Beebe.
38478         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
38479         error from mntctl.
38480         Use mntctl's return value to drive the entry-processing loop, since
38481         we can't rely on the value of the vmt_length member in the last
38482         entry.  On some systems doing so could result in exhausting
38483         virtual memory.  Based in part on a patch from Mike Jetzer.
38484
38485 2003-08-14  Jim Meyering  <jim@meyering.net>
38486         and Paul Eggert  <eggert@twinsun.com>
38487
38488         Merges from coreutils, plus other fixes.
38489         * lib/physmem.c: Merge in portability changes from gcc/libiberty
38490         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
38491         for credits and details.  Thanks to Kaveh Ghazi for helping
38492         to keep these files in sync.
38493         (ARRAY_SIZE): Define it.
38494         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
38495         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
38496         (memcasecmp): Don't assume size_t fits in unsigned int.
38497         Remove casts and duplicate code.
38498         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
38499         (memcpy): Remove definition.
38500         Merge in some clean-up and optimization changes from glibc.
38501         [BLOCKSIZE]: Move definition to top of file.
38502         Ensure that it is a multiple of 64.
38503         Rearrange loop exit tests so as to avoid performing an
38504         additional fread after encountering an error or EOF.
38505         * lib/md5.h (md5_uintptr): Define.
38506         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
38507         return to the initial working directory.  Preserve errno
38508         for caller.
38509         * lib/idcache.c: Include "xalloc.h".
38510         (xmalloc, xrealloc): Remove decls.
38511         (getuser): Remove casts no longer required in C89.
38512         * lib/human.c: Include stdio.h, for sprintf.
38513         * lib/group-member.c: Include "xalloc.h".
38514         (xmalloc, xrealloc): Remove decls.
38515         (get_group_info): Remove casts no longer required in C89.
38516         * lib/getusershell.c (readname): Remove casts no longer required in
38517         C89.
38518         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
38519         * lib/getline.c: Whitespace fix, from coreutils.
38520
38521 2003-08-13  Paul Eggert  <eggert@twinsun.com>
38522
38523         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
38524         Check for isascii.
38525
38526         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
38527         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
38528         Undo previous (whitespace-only) change.
38529
38530 2003-08-13  Paul Eggert  <eggert@twinsun.com>
38531
38532         * lib/exclude.c: Include <ctype.h>
38533         (IN_CTYPE_DOMAIN): New macro.
38534         (is_space): New fn.
38535         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
38536         and empty lines.
38537
38538         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
38539         Undo previous (whitespace-only) change.
38540
38541 2003-08-13  Paul Eggert  <eggert@twinsun.com>
38542
38543         * config/srclist-update: Change update back to the old behavior,
38544         leaving whitespace alone.  Use one 'sed' command rather than a
38545         pipeline.
38546         (fixlicense): Now a variable, not a function.
38547         (remove_trailing_blanks): Remove.
38548         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
38549         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
38550         Undo previous (whitespace-only) change.
38551
38552 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38553
38554         Merge from coreutils.
38555         * modules/euidaccess: Add lib_SOURCES, include for new
38556         file euidaccess.h
38557
38558 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38559
38560         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
38561         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
38562         Normalize leading white space and remove trailing white space.
38563
38564         Merge from coreutils
38565         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
38566
38567         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
38568         0.12.1.  These files are now being upgraded automatically by
38569         ../config/srclist-update.
38570
38571 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38572
38573         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
38574         Normalize leading white space and remove trailing white space.
38575         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
38576         notice, as per ../config/srclist-update.
38577
38578         Merge from coreutils.
38579         * lib/euidaccess.h: New file.
38580         * lib/euidaccess.c: Include it.
38581         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
38582         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
38583         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
38584
38585 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38586
38587         * config/srclist-update: Add copyright notice.
38588         (remove_id_lines, remove_trailing_blanks): New constants.
38589         (fixfile): Use them to normalize spacing a bit in copied files.
38590         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
38591         Normalize leading white space and remove trailing white space.
38592
38593         * config/texinfo.tex: Sync with texinfo.
38594
38595         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
38596         strtoul.c from libc, to merge coreutils whitespace changes.
38597
38598         * config/srclist.txt: Get the following m4 files from gettext:
38599         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
38600         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
38601         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
38602         wint_t.m4.
38603
38604 2003-08-12  Karl Berry  <karl@gnu.org>
38605
38606         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
38607         been made.
38608
38609 2003-08-11  Paul Eggert  <eggert@twinsun.com>
38610
38611         * modules/gnu-source, m4/gnu-source.m4:
38612         Remove; we're assuming Autoconf 2.54 or later now.
38613         Suggested by Bruno Haible.
38614         * MODULES.html.sh (func_all_modules): Remove gnu-source.
38615
38616 2003-08-11  Bruno Haible  <bruno@clisp.org>
38617
38618         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
38619
38620 2003-08-11  Bruno Haible  <bruno@clisp.org>
38621
38622         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
38623         (vasnprintf): Use it instead of wcslen.
38624
38625 2003-08-11  Bruno Haible  <bruno@clisp.org>
38626
38627         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
38628         value to ensure that _Bool promotes to int. Use #define for _Bool when
38629         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
38630
38631 2003-08-10  Karl Berry  <karl@gnu.org>
38632
38633         * lib/regex.h: update from libc (whitespace fix).
38634
38635 2003-08-09  Paul Eggert  <eggert@twinsun.com>
38636
38637         Merge some files from coreutils.  These changes were
38638         originally made by Jim Meyering.
38639         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
38640         many older Unixes require this.
38641         * lib/alloca.c (alloca): Remove cast to argument of free;
38642         no longer needed in C89.
38643         * lib/alloca_.h, regex.h: Fix white space to match
38644         what GNU indent does.
38645
38646 2003-08-09  Paul Eggert  <eggert@twinsun.com>
38647
38648         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
38649         apparently Emacs's Unicode mode got confused before my 2003-08-05
38650         checkin.
38651
38652 2003-08-08  Paul Eggert  <eggert@twinsun.com>
38653
38654         * m4/extensions.m4: New file.
38655         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
38656         Require gl_USE_SYSTEM_EXTENSIONS.
38657         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
38658         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
38659
38660 2003-08-08  Paul Eggert  <eggert@twinsun.com>
38661
38662         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
38663         * modules/extensions, modules/gnu-source: New files.
38664         * modules/timespec, modules/unlocked-io: Depend on extensions.
38665
38666 2003-08-07  Paul Eggert  <eggert@twinsun.com>
38667
38668         * modules/restrict: New file.
38669         * MODULES.html.sh (func_all_modules): Add restrict.
38670         * modules/regex: Depend on restrict.
38671
38672 2003-08-07  Paul Eggert  <eggert@twinsun.com>
38673
38674         * m4/restrict.m4: New file.
38675         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
38676
38677 2003-08-07  Bruno Haible  <bruno@clisp.org>
38678
38679         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
38680         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
38681
38682 2003-08-07  Bruno Haible  <bruno@clisp.org>
38683
38684         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
38685         makes the module 'getndelim2' compatible with the module 'getline'.
38686
38687 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38688
38689         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
38690         byte with "\201" to avoid glitches when editing that source file
38691         with multi-gnome-terminal.
38692
38693 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38694
38695         * lib/bumpalloc.h: Remove.
38696
38697 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38698
38699         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
38700         * modules/bumpalloc: Remove.
38701
38702 2003-08-04  Paul Eggert  <eggert@twinsun.com>
38703
38704         * lib/getloadavg.c: Change copyright notice and spacing to conform to
38705         GNU coding style.
38706
38707         Merge from coreutils.
38708         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
38709         1. From glibc.
38710         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
38711         from Karl Berry, implemented by Jim Meyering.
38712         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
38713         from Dmitry V. Levin.
38714         Remove anachronistic cast of xrealloc.
38715         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
38716         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
38717         type. Otherwise, it wouldn't compile with at least /bin/cc on
38718         ymp-cray-unicos9.0.2.X.
38719         Combine two mostly-identical uses of alloca into one.
38720         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
38721
38722 2003-08-04  Dave Love  <d.love@dl.ac.uk>
38723
38724         [From Emacs.]
38725
38726         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
38727         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
38728         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
38729         obsolete NLIST_NAME_UNION.
38730         [__GNU__]: Undef BSD and FSCALE.
38731         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
38732
38733 2003-08-03  Paul Eggert  <eggert@twinsun.com>
38734
38735         * lib/stdbool_.h (_Bool): Make it signed char, instead of
38736         an enum type, so that it's guaranteed to promote to int.  See:
38737         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
38738
38739 2003-08-03  Karl Berry  <karl@gnu.org>
38740
38741         * config/depcomp: update from automake.
38742
38743 2003-07-31  Paul Eggert  <eggert@twinsun.com>
38744
38745         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
38746         (strerror): Don't assume that a printable int fits in 14 bytes.
38747
38748 2003-07-31  Bruno Haible  <bruno@clisp.org>
38749
38750         * modules/getpass-gnu: New file.
38751         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
38752
38753 2003-07-31  Bruno Haible  <bruno@clisp.org>
38754
38755         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
38756
38757 2003-07-24  Karl Berry  <karl@gnu.org>
38758
38759         * config/missing: update from automake.
38760
38761 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
38762             Bruno Haible  <bruno@clisp.org>
38763
38764         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
38765         * lib/getline.c (getline, getdelim): Likewise.
38766         Remove _GNU_SOURCE define; now it's defined in config.h through
38767         m4/getline.m4.
38768
38769 2003-07-23  Karl Berry  <karl@gnu.org>
38770
38771         * config/config.sub: update from prep.
38772
38773 2003-07-22  Paul Eggert  <eggert@twinsun.com>
38774
38775         * modules/xalloc (Depends-on): Add exitfail.
38776         * modules/xmemcoll: Likewise.
38777
38778 2003-07-22  Paul Eggert  <eggert@twinsun.com>
38779
38780         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
38781         over-parenthesization in macros.
38782
38783         Sync with coreutils.
38784
38785         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
38786         required by C99.
38787
38788         Use `exit_failure' for xalloc and xmemcoll instead of their own
38789         private exit-failure variables.
38790         * lib/xalloc.h (xalloc_exit_failure): Remove.
38791         * lib/xmalloc.c: Likewise.  Include exitfail.h.
38792         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
38793         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
38794         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
38795         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
38796
38797 2003-07-20  Jim Meyering  <jim@meyering.net>
38798
38799         * modules/closeout (Depends-on): Add exitfail.
38800         Suggestion from Bruno Haible.
38801
38802 2003-07-19  Karl Berry  <karl@gnu.org>
38803
38804         * config/config.sub: update from prep.
38805
38806 2003-07-18  Paul Eggert  <eggert@twinsun.com>
38807
38808         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
38809         Remove.
38810         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
38811         to test that it can stand by itself.  Include "exitfail.h".
38812         Clients should set exit_failure instead.
38813         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
38814
38815 2003-07-18  Bruno Haible  <bruno@clisp.org>
38816
38817         * modules/getndelim2: New file.
38818         * modules/getline: Share files with module getndelim2.
38819         * modules/getnline: Depend on getndelim2 instead of sharing files with
38820         it. Add getnline.c to lib_SOURCES.
38821         * MODULES.html.sh (func_all_modules): Add getndelim2.
38822
38823 2003-07-18  Bruno Haible  <bruno@clisp.org>
38824
38825         * m4/getndelim2.m4: New file.
38826         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
38827         invoke gl_PREREQ_GETNDELIM2.
38828         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
38829         gl_PREREQ_GETNDELIM2.
38830         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
38831         gl_GETNDELIM2.
38832
38833 2003-07-18  Bruno Haible  <bruno@clisp.org>
38834
38835         * lib/getndelim2.h: New file.
38836         * lib/getndelim2.c: Make into a module of its own. Include config.h,
38837         getndelim2.h.
38838         (getndelim2): Make non-static. Change return type to ssize_t.
38839         * lib/getline.h: Change argument names.
38840         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
38841         * lib/getnline.c: Include getndelim2.h.
38842
38843 2003-07-18  Andreas Schwab  <schwab@suse.de>
38844
38845         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
38846
38847 2003-07-17  Karl Berry  <karl@gnu.org>
38848
38849         * config/config.sub: update from prep.
38850
38851 2003-07-17  Bruno Haible  <bruno@clisp.org>
38852
38853         * modules/getnline: New file.
38854         * modules/getline: Add lib/getndelim2.c to source file list.
38855         * MODULES.html.sh (func_all_modules): Add getnline.
38856
38857 2003-07-17  Bruno Haible  <bruno@clisp.org>
38858
38859         * m4/getnline.m4: New file.
38860
38861 2003-07-17  Bruno Haible  <bruno@clisp.org>
38862
38863         * m4/Makefile.am.in: Remove file.
38864         * m4/Makefile.am: Remove file.
38865         * m4/Makefile.in: Remove file.
38866
38867 2003-07-17  Bruno Haible  <bruno@clisp.org>
38868
38869         * lib/getnline.h: New file.
38870         * lib/getnline.c: New file.
38871         * lib/getndelim2.c: New file, extracted from getline.c.
38872         (getndelim2): Renamed from getdelim2, with added nmax argument.
38873         * lib/getline.c: Include getndelim2.c.
38874         (getdelim2): Moved out to getndelim2.c.
38875         (getline, getdelim): Update.
38876
38877 2003-07-17  Bruno Haible  <bruno@clisp.org>
38878
38879         * lib/Makefile.am: Remove file.
38880         * lib/Makefile.in: Remove file.
38881
38882 2003-07-17  Bruno Haible  <bruno@clisp.org>
38883
38884         * configure.in: Remove file.
38885         * Makefile.in: Remove file.
38886
38887 2003-07-17  Bruno Haible  <bruno@clisp.org>
38888
38889         * MODULES.html.sh: Put the </BODY> right before </HTML>.
38890
38891 2003-07-16  Karl Berry  <karl@gnu.org>
38892
38893         * config/srclist-update: was running fixlicense twice, which caused
38894                 texinfo.tex to be nullified for some reason.  Simplify,
38895                 $gplsrc is no longer needed as far as I can see?
38896
38897 2003-07-16  Jim Meyering  <jim@meyering.net>
38898
38899         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
38900
38901 2003-07-15  Paul Eggert  <eggert@twinsun.com>
38902
38903         * config/srclist.txt: Get the following files from gettext-runtime/intl
38904         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
38905         ref-del.sin.  From Bruno Haible.
38906         * config/srclist-update (fixfile): Change grep pattern again, since the
38907         previous fix didn't work (there was another trailing $).  Use
38908         '[$]' to escape the $s.
38909
38910 2003-07-15  Karl Berry  <karl@gnu.org>
38911
38912         * lib/vasnprintf.c: update from gettext.
38913
38914 2003-07-15  Karl Berry  <karl@gnu.org>
38915
38916         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
38917         gets expanded when surrounded by '$'.
38918
38919 2003-07-15  Jim Meyering  <jim@meyering.net>
38920
38921         * modules/save-cwd: Don't depend on error.  From Derek Price.
38922
38923 2003-07-15  Jim Meyering  <jim@meyering.net>
38924
38925         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
38926
38927 2003-07-14  Simon Josefsson  <jas@extundo.com>
38928
38929         * modules/mempcpy: New file.
38930         * MODULES.html.sh (func_all_modules): Add mempcpy.
38931
38932 2003-07-14  Simon Josefsson  <jas@extundo.com>
38933
38934         * m4/mempcpy.m4: New file.
38935
38936 2003-07-14  Simon Josefsson  <jas@extundo.com>
38937
38938         * lib/mempcpy.h: New file.
38939         * lib/mempcpy.c: New file.
38940
38941 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38942
38943         * modules/getdate, modules/posixtm: Depend on mktime.
38944
38945 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38946
38947         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
38948         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
38949         unicodeio.c, unicodeio.h, unlocked-io.h:
38950         Switch from LGPL to GPL.
38951
38952 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38953
38954         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
38955         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
38956         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
38957         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
38958         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
38959         updated automatically by ../config/srclist-update.  This changes
38960         their license from LPGL to GPL.
38961
38962 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38963
38964         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
38965         assumed to refer to the root of the most recent stable gettext version.
38966         * config/srclistvars.sh: Add defaults for eggert.
38967         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
38968         Match "This program" as well as "The program".  This is needed
38969         for gettext.
38970
38971 2003-07-14  Jim Meyering  <jim@meyering.net>
38972
38973         Don't emit diagnostics.  Let callers do that.
38974         * lib/save-cwd.c: Don't include "error.h".
38975         (save_cwd): Don't call error.  Ensure that errno is valid
38976         when returning nonzero.
38977
38978         * lib/save-cwd.h (restore_cwd): Update prototype.
38979         * lib/save-cwd.c (restore_cwd): Remove two parameters.
38980         Simplify.  Don't call error upon failure.  Let callers do that.
38981         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
38982         when auditing is enabled.  But don't bother updating the #if.
38983
38984 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
38985
38986         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
38987         it breaks C++ compilation.
38988         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
38989
38990 2003-07-10  Simon Josefsson  <jas@extundo.com>
38991
38992         * modules/strchrnul (Makefile.am): Add strchrnul.h.
38993
38994 2003-07-10  Jim Meyering  <jim@meyering.net>
38995
38996         * m4/clock_time.m4: Remove trailing blank.
38997         * m4/intmax_t.m4: Likewise.
38998
38999 2003-07-10  Jim Meyering  <jim@meyering.net>
39000
39001         * lib/vasnprintf.c: Remove trailing blanks.
39002         Make cpp indentation consistent.
39003
39004 2003-07-09  Paul Eggert  <eggert@twinsun.com>
39005
39006         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
39007         posixver.c, strftime.c, strnlen.c, strverscmp.c:
39008         Switch from LGPL to GPL.
39009
39010 2003-07-09  Paul Eggert  <eggert@twinsun.com>
39011
39012         * config/srclist.txt: Sort sublists.  Add
39013         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
39014         that differ from gnulib for one reason or another; we'd like this list
39015         to be smaller but for now let's document what we have.
39016
39017 2003-07-08  Paul Eggert  <eggert@twinsun.com>
39018
39019         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
39020         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
39021         and sweeter "eval x=$x".
39022         * config/srclist.txt: Get lib/argp* from glibc.
39023
39024 2003-07-07  Paul Eggert  <eggert@twinsun.com>
39025
39026         * lib/mktime.c: Fix some boundary cases and remove need for floating
39027         point.
39028
39029         Issue a compile-time diagnostic if time_t is floating point, or if
39030         two's complement arithmetic is not in effect, or if arithmetic
39031         right shift does not propagate the sign.  These assumptions were
39032         all in the original code but they weren't checked.
39033
39034         (TIME_T_MIDPOINT, verify): New macros.
39035         (__isleap): Remove; it has integer overflow problems.
39036         (leapyear): New function, without those problems.
39037         (ydhms_tm_diff): Remove; splitting into two parts.
39038         (ydhms_diff): New function, containing the arithmetic part of
39039         the old ydhms_tm_diff function.  Issue a compile-time
39040         diagnostic if we are not using C99 integer division.
39041         Avoid casts when possible.
39042         (guess_time_tm): New function, containing the checking part of
39043         the old ydhms_tm_diff function.  Return the new value, rather than
39044         the difference between it and the old.  Accept a new argument T
39045         so that *T specifies the old value.  Check for overflow in the result.
39046
39047         (__mktime_internal): Use a time_t offset, not a long int offset.
39048         This undoes the 2003-06-04 change, which is no longer needed now
39049         that we have better overflow checking.
39050         (localtime_offset): Likewise.
39051
39052         (__mktime_internal): Avoid harmful overflow on hosts where time_t
39053         and long are 64-bit but int is only 32-bit.
39054         (ydhms_diff): Use long int to store year1 and yday1.
39055         Issue a compile-time diagnostic if long int is not wide enough.
39056
39057         (__mktime_internal): Use long int to store adjusted year and yday.
39058         Use plain C rather than preprocessor commands, if that doesn't
39059         affect efficiency.
39060         Check for overflow (and try to repair) after each probe
39061         rather than checking only at the very end.  This avoids some bugs
39062         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
39063         does not equal GMT offset at maximum time).
39064         Use integer to check for overflow rather than floating point; this
39065         is more portable to non-IEEE hosts, and is a tad faster.
39066         When we detect that we are oscillating between two values,
39067         don't check whether tm_isdst has the requested value, since
39068         we already know the answer.  When tm_isdst has the wrong value,
39069         use a different heuristic to find the right one, based on the
39070         extreme values actually observed in practice in tz2003a,
39071         rather than the (overly optimistic) "previous 3 calendar quarters".
39072
39073         (not_equal_tm, print_tm, check_result): Use "const T" rather than
39074         "T const" to accommodate glibc style.
39075         (check_result): Use less-confusing report format.  "long" -> "long int.
39076         (main): Likewise.
39077         Don't loop if the iteration overflows time_t.
39078         Allow a negative step in the iteration.
39079
39080 2003-07-06  Karl Berry  <karl@gnu.org>
39081
39082         * config/depcomp: update from automake.
39083         * config/config.sub: update from prep.
39084
39085 2003-07-03  Karl Berry  <karl@gnu.org>
39086
39087         * config/config.guess: update from prep.
39088
39089 2003-07-01  Paul Eggert  <eggert@twinsun.com>
39090
39091         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
39092         xreadlink.c now includes it unconditionally.
39093
39094 2003-07-01  Paul Eggert  <eggert@twinsun.com>
39095
39096         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
39097         having it depend on HAVE_SYS_TYPES_H.
39098
39099 2003-07-01  Bruno Haible  <bruno@clisp.org>
39100
39101         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
39102         <sys/types.h> should be sufficient.
39103         Reported by Paul Eggert.
39104
39105 2003-06-26  Karl Berry  <karl@gnu.org>
39106
39107         * config/depcomp: update from automake.
39108
39109 2003-06-26  Bruno Haible  <bruno@clisp.org>
39110
39111         * modules/human: Depend on module stdbool.
39112
39113 2003-06-25  Bruno Haible  <bruno@clisp.org>
39114
39115         * modules/readlink: New file.
39116         * modules/xreadlink: Depend on it.
39117         * MODULES.html.sh (func_all_modules): Add readlink.
39118
39119 2003-06-25  Bruno Haible  <bruno@clisp.org>
39120
39121         * m4/readlink.m4: New file.
39122
39123 2003-06-25  Bruno Haible  <bruno@clisp.org>
39124
39125         * lib/readlink.c: New file.
39126
39127 2003-06-22  Karl Berry  <karl@gnu.org>
39128
39129         * config/srclist.txt: update mkinstalldirs from automake.
39130         * config/mkinstalldirs: update.
39131
39132 2003-06-22  Bruno Haible  <bruno@clisp.org>
39133
39134         Portability to mingw32.
39135         * m4/ssize_t.m4: New file, from GNU gettext.
39136         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
39137         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
39138
39139 2003-06-22  Bruno Haible  <bruno@clisp.org>
39140
39141         * modules/safe-read: Add m4/ssize_t.m4.
39142         * modules/xreadlink: Add m4/ssize_t.m4.
39143
39144 2003-06-20  Bruno Haible  <bruno@clisp.org>
39145
39146         Assume C89, so PARAMS isn't needed.
39147         * lib/unicodeio.h (PARAMS): Remove.
39148         * lib/unicodeio.c: Don't use PARAMS.
39149
39150 2003-06-18  Karl Berry  <karl@gnu.org>
39151
39152         * config/config.{guess,sub}: update from prep.
39153
39154 2003-06-18  Jim Meyering  <jim@meyering.net>
39155
39156         Merge changes from coreutils.
39157         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
39158         Remove explicit declarations of xmalloc and realloc.
39159         Include xalloc.h.
39160         (read_utmp): Remove anachronistic cast of xmalloc.
39161
39162 2003-06-17  Paul Eggert  <eggert@twinsun.com>
39163
39164         Assume C89, so PARAMS isn't needed.
39165         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
39166         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
39167         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
39168         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
39169         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
39170         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
39171         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
39172         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
39173         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
39174         lib/xstrtod.h, lib/xstrtol.h: Likewise.
39175         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
39176         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
39177         no longer needed. Anyway, config.h should always be included before any
39178         other file.
39179
39180 2003-06-11  Simon Josefsson  <jas@extundo.com>
39181
39182         * modules/sysexits: New file.
39183         * MODULES.html.sh (func_all_modules): Add sysexits.
39184
39185 2003-06-11  Simon Josefsson  <jas@extundo.com>
39186
39187         * lib/sysexit_.h: New file.
39188
39189 2003-06-11  Derek Price  <derek@ximbiot.com>
39190
39191         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
39192         necessary.
39193
39194 2003-06-11  Bruno Haible  <bruno@clisp.org>
39195
39196         * m4/sysexits.m4: New file.
39197
39198 2003-06-10  Simon Josefsson  <jas@extundo.com>
39199
39200         * lib/argp.h: New file, from glibc.
39201         * lib/argp-ba.c: New file, from glibc.
39202         * lib/argp-eexst.c: New file, from glibc.
39203         * lib/argp-fmtstream.c: New file, from glibc.
39204         * lib/argp-fmtstream.h: New file, from glibc.
39205         * lib/argp-fs-xinl.c: New file, from glibc.
39206         * lib/argp-help.c: New file, from glibc.
39207         * lib/argp-namefrob.h: New file, from glibc.
39208         * lib/argp-parse.c: New file, from glibc.
39209         * lib/argp-pv.c: New file, from glibc.
39210         * lib/argp-pvh.c: New file, from glibc.
39211         * lib/argp-xinl.c: New file, from glibc.
39212
39213 2003-06-10  Simon Josefsson  <jas@extundo.com>
39214
39215         * modules/strchrnul: New file.
39216
39217 2003-06-10  Simon Josefsson  <jas@extundo.com>
39218
39219         * modules/argp: New file.
39220
39221 2003-06-10  Simon Josefsson  <jas@extundo.com>
39222
39223         * m4/strchrnul.m4: New file.
39224
39225 2003-06-10  Simon Josefsson  <jas@extundo.com>
39226
39227         * lib/strchrnul.h: New file.
39228         * lib/strchrnul.c: New file.
39229
39230 2003-06-10  Bruno Haible  <bruno@clisp.org>
39231
39232         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
39233
39234 2003-06-07  Karl Berry  <karl@gnu.org>
39235
39236         * config/config.{guess,sub}: update from prep.
39237
39238 2003-06-07  Jim Meyering  <jim@meyering.net>
39239
39240         * modules/strtod: Use $(...) notation, not @...@ for
39241         AC_REPLACE'd variables.
39242         * modules/localcharset: Likewise.
39243
39244 2003-06-07  Jim Meyering  <jim@meyering.net>
39245
39246         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
39247         in place of my name in the copyright comment.
39248         Remove definition and uses of __P.
39249
39250         From coreutils.
39251         * lib/stat.c: Don't declare xmalloc explicitly.
39252         Instead, include "xalloc.h".
39253         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
39254         xrealloc, and xcalloc return values.
39255         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
39256         Improve comment.
39257         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
39258
39259 2003-06-07  Bruno Haible  <bruno@clisp.org>
39260
39261         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
39262         avoid AC_CONFIG_LINKS.
39263         * modules/fnmatch (Makefile.am): Use explicit creation rule for
39264         fnmatch.h, to avoid AC_CONFIG_LINKS.
39265         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
39266
39267 2003-06-07  Bruno Haible  <bruno@clisp.org>
39268
39269         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
39270         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
39271         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
39272         directory.
39273         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
39274         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
39275         directory.
39276
39277 2003-06-06  Jim Meyering  <jim@meyering.net>
39278
39279         Merge from coreutils.
39280         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
39281         Consolidate declarations and initializations of *_base* locals.
39282
39283         Merge from coreutils.
39284         This avoids a core dump on systems without GNU putenv,
39285         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
39286         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
39287         (unsetenv): New static function, from GNU libc.
39288         (rpl_putenv): Use it.
39289
39290         * lib/modechange.c: Remove trailing blanks.
39291
39292         Merge from coreutils.
39293         * lib/fsusage.c: Remove declaration of statfs.
39294         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
39295
39296         * lib/posixtm.c: Include <stdbool.h> unconditionally.
39297
39298 2003-06-06  Jim Meyering  <jim@meyering.net>
39299
39300         * lib/stdbool_.h: Renamed from stdbool.h.in.
39301
39302 2003-06-06  Jim Meyering  <jim@meyering.net>
39303             Bruno Haible  <bruno@clisp.org>
39304
39305         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
39306         Adjust Makefile.am snippet not to redirect directly to target.
39307         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
39308
39309 2003-06-05  Paul Eggert  <eggert@twinsun.com>
39310
39311         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
39312         mismatch, look in future quarters as well as past.  This fixes a
39313         bug when processing fall-backwards gaps immediately after a long
39314         period of daylight-saving time.
39315
39316         * lib/mktime.c: Assume freestanding C89 or better.
39317         (HAVE_LIMITS_H): Remove.  Assume it's 1.
39318         (__P): Remove; not used.
39319         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
39320         (mktime, not_equal_tm, print_tm, check_result,
39321         main): Use prototypes.  Use const * where appropriate.
39322         (main): Fix typo in testing code that uncovered by above changes.
39323         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
39324
39325 2003-06-04  Paul Eggert  <eggert@twinsun.com>
39326
39327         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
39328         locale.h, localeconv.  This merges changes from coreutils.
39329
39330         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
39331         It can be removed after the next Autoconf is released.
39332         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
39333         needed.
39334
39335 2003-06-04  Paul Eggert  <eggert@twinsun.com>
39336
39337         * lib/mktime.c: Fix Debian bug 177940
39338         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
39339         (localtime_offset): Now long int, not time_t, because we want it
39340         to be guaranteed to be signed.  All uses changed.
39341         (__mktime_internal): If overflow would occur when adding offset,
39342         don't add it.
39343
39344         Merge 'human' changes from coreutils.  Rewrite to support
39345         locale-specific notations like thousands separators.
39346         * lib/human.c: Simplify authorship notice.
39347         Include human.h immediately after config.h.
39348         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
39349         <limits.h>: Do not include, since human.h does.
39350         (SIZE_MAX, UINTMAX_MAX): New macros.
39351         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
39352         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
39353         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
39354         (power_letter): Renamed from suffixes.
39355         (generate_suffix_backwards): Remove.
39356         (adjust_value): Now takes int style (because of human.h changes)
39357         and long double value (for greater precision on some platforms).
39358         (group_number): New function.
39359         (human_readable): Use it.  Use integer options, not enum.
39360         Put the options before the sizes in the arg list.
39361         Support all the new options.
39362         The old human_readable function has been removed;
39363         use inttostr.h instead.
39364         (human_readable, default_block_size, humblock):
39365         Use uintmax_t, not int, for block sizes.
39366         (human_readable_inexact, block_size_types): Remove.
39367         (block_size_opts): New constant.
39368         (human_options): Renamed from human_block_size, with new signature
39369         that allows block sizes up to UINTMAX_MAX.  All callers changed.
39370         * lib/human.h: Add copyright and authorship notice.
39371         Include <limits.h> and <stdbool.h> unconditionally.
39372         (PARAMS): Remove.  All uses removed.
39373         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
39374         (enum human_inexact_style): Remove tag; now a nameless enum.
39375         (human_floor, human_ceiling, human_round_to_even): Now have
39376         values 2, 0, 1 rather than -1, 1, 0.
39377         (human_group_digits, human_suppress_point_zero, human_autoscale,
39378         human_base_1024, human_SI, human_B): New constants.
39379         (human_readable_inexact, human_block_size): Remove.
39380         (human_readable): Size args are now uintmax_t, not int.
39381         (human_options): New decl.
39382
39383         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
39384         unnecessary now that we assume C89 or better.  This change
39385         imported from coreutils.
39386
39387         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
39388         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
39389         in the 2003-05-30 sync from glibc.
39390
39391         .h files should stand alone, but we shouldn't include <sys/types.h>
39392         if we can get away with just <stddef.h>.
39393
39394         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
39395         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
39396         rather than <sys/types.h>, as we merely need size_t.
39397         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
39398         to get size_t.
39399         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
39400         Include <stdio.h>, to get FILE.
39401         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
39402         memcasecmp.h has included <stddef.h> and all we need is size_t.
39403         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
39404         our interface, instead of including <sys/types.h>
39405
39406 2003-06-04  Paul Eggert  <eggert@twinsun.com>
39407
39408         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
39409         now, as glibc mktime is buggy on non-glibc systems.
39410
39411 2003-06-03  Karl Berry  <karl@gnu.org>
39412
39413         * config/config.sub: update from prep.
39414
39415 2003-06-02  Paul Eggert  <eggert@twinsun.com>
39416
39417         [from coreutils]
39418         Fix some minor time-related bugs with POSIX time arguments.
39419         Some valid time stamps were being rejected (notably -1, and
39420         time stamps before 1900 on 64-bit hosts).  And some invalid
39421         time stamps were being accepted, e.g. September 31.
39422
39423         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
39424         that we can return (time_t) -1 successfully.
39425         * lib/posixtm.c: Likewise.
39426         [HAVE_STDBOOL_H]: Include <stdbool.h>.
39427         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
39428         (t): Remove static var.
39429         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
39430         of static var.  All uses changed.
39431         (year): Do not reject years before 1900; they can occur with
39432         64-bit time_t.
39433         (posix_time_parse): Do not check for out-of-range components;
39434         that is now the caller's responsibility, since our checks were
39435         only approximations.
39436         (posixtime): Use mktime to check for out-of-range components,
39437         since it knows them exactly.
39438         If mktime returns (time_t) -1, check whether an error actually occurred
39439         by invoking localtime on -1.
39440         (main) [TEST_POSIXTIME]: Check for input data errors, and report
39441         posixtime failures better.
39442         Improve the test data (in comments only).
39443
39444 2003-06-02  Karl Berry  <karl@gnu.org>
39445
39446         * config/mkinstalldirs (version): new variable.
39447         (--version): new option.
39448         (usage): improve message.
39449
39450 2003-05-30  Karl Berry  <karl@gnu.org>
39451
39452         * lib/mktime.c: update from libc.
39453
39454 2003-05-30  Bruno Haible  <bruno@clisp.org>
39455
39456         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
39457         * config/config.rpath: Upgrade to gettext-0.12.1.
39458
39459 2003-05-30  Bruno Haible  <bruno@clisp.org>
39460
39461         * m4/gettext.m4: Upgrade to gettext-0.12.1.
39462         * m4/nls.m4: New file, from gettext-0.12.1.
39463         * m4/po.m4: New file, from gettext-0.12.1.
39464         * m4/progtest.m4: Upgrade to gettext-0.12.1.
39465
39466 2003-05-30  Bruno Haible  <bruno@clisp.org>
39467
39468         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
39469         * lib/localcharset.h: Likewise.
39470         * lib/localcharset.c: Likewise.
39471
39472 2003-05-29  Karl Berry  <karl@gnu.org>
39473
39474         * config/config.rpath: update from gettext.
39475
39476 2003-05-28  Paul Eggert  <eggert@twinsun.com>
39477
39478         Assume the headers required for C89 freestanding compilers.
39479         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
39480         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
39481         * m4/human.m4 (gl_HUMAN): Likewise.
39482         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
39483         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
39484         * m4/userspec.m4 (gl_USERSPEC): Likewise.
39485         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
39486         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
39487         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
39488
39489 2003-05-28  Paul Eggert  <eggert@twinsun.com>
39490
39491         Assume the headers required for C89 freestanding compilers.
39492         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
39493         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
39494         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
39495         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
39496         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
39497         define, since <limits.h> is guaranteed to do that.
39498         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
39499         * lib/exclude.c: Include <stdbool.h> unconditionally.
39500         * lib/tempname.c: Include <stddef.h> unconditionally.
39501         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
39502         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
39503         <stddef.h> does that.
39504         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
39505         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
39506         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
39507         needed.
39508         * lib/xstrtol.c: Likewise.
39509         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
39510         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
39511
39512         * lib/addext.c (addext): Use assignment rather than cast, to avoid
39513         warnings on some platforms.
39514
39515         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
39516         arbitrarily.
39517
39518 2003-05-26  Jim Meyering  <jim@meyering.net>
39519
39520         Merge in a change from coreutils:
39521         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
39522         that is guaranteed to be `no'.  Use `no_such_member' to indicate
39523         that condition, rather than `-1' which is slightly misleading.
39524         Change the name of the cache variable to have the gl_ prefix.
39525         Prompted by a patch from Richard Dawe for DJGPP.
39526
39527 2003-05-24  Karl Berry  <karl@gnu.org>
39528
39529         * config/config.guess: update from prep.
39530
39531 2003-05-22  Karl Berry  <karl@gnu.org>
39532
39533         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
39534
39535 2003-05-20  Karl Berry  <karl@gnu.org>
39536
39537         * config/config.guess: update from prep.
39538
39539 2003-05-18  Karl Berry  <karl@gnu.org>
39540
39541         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
39542         might actually be set by the user.
39543
39544         * config/depcomp, install-sh, mdate-sh: update from automake.
39545
39546 2003-05-17  Bruno Haible  <bruno@clisp.org>
39547
39548         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
39549         invalid expansion for AC_EGREP_CPP.
39550         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
39551         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
39552         Suggested by Akim Demaille <akim@epita.fr> in
39553         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
39554
39555 2003-05-12  Jim Meyering  <jim@meyering.net>
39556
39557         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
39558         the space-padded-by-default conversion specifiers, %e, %k, %l.
39559
39560 2003-05-12  Bruno Haible  <bruno@clisp.org>
39561
39562         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
39563         the string is longer than 4 KB.
39564
39565 2003-05-11  Karl Berry  <karl@gnu.org>
39566
39567         * config/config.{guess,sub}: update from prep.
39568
39569 2003-05-09  Bruno Haible  <bruno@clisp.org>
39570
39571         * modules/error: Add m4/strerror_r.m4 to file list.
39572
39573 2003-05-03  Bruno Haible  <bruno@clisp.org>
39574
39575         Upgrade to Unicode-4.0.
39576         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
39577         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
39578         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
39579         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
39580         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
39581         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
39582         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
39583         Change width of U+E0100..U+E01EF from 1 to 0.
39584
39585 2003-04-25  Jim Meyering  <jim@meyering.net>
39586
39587         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
39588         of type size_t, not int.
39589
39590 2003-04-25  Bruno Haible  <bruno@clisp.org>
39591
39592         * lib/copy-file.c: Include <stddef.h>, for size_t.
39593
39594 2003-04-21  Paul Eggert  <eggert@twinsun.com>
39595
39596         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
39597         code which expansion is under static control.  Patch imported from
39598         Akim Demaille's patch to Bison; see
39599         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
39600
39601 2003-04-14  Bruno Haible  <bruno@clisp.org>
39602
39603         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
39604
39605 2003-04-11  Jim Meyering  <jim@meyering.net>
39606
39607         Merge changes from Coreutils.
39608
39609         2003-03-22  Jim Meyering  <jim@meyering.net>
39610
39611         * lib/strftime.c (widen): Cast alloca return value to proper type.
39612
39613         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
39614
39615         From GNU libc.
39616         * lib/strftime.c (my_strftime): Handle very large width
39617         specifications for numeric values correctly.  Improve checks for
39618         overflow.
39619
39620         2003-01-19  Jim Meyering  <jim@meyering.net>
39621
39622         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
39623         definitions.
39624         (nl_get_alt_digit) [! defined my_strftime]: Define.
39625         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
39626         _nl_get_alt_digit and _nl_get_walt_digit.
39627
39628         * lib/strftime.c (my_strftime): Merge in locale-related changes from
39629         libc. These changes have no effect outside of _LIBC.
39630
39631 2003-04-10  Bruno Haible  <bruno@clisp.org>
39632
39633         * modules/findprog: New file.
39634         * MODULES.html.sh (func_all_modules): Add it.
39635
39636 2003-04-10  Bruno Haible  <bruno@clisp.org>
39637
39638         * m4/findprog.m4: New file.
39639         * m4/eaccess.m4: New file.
39640
39641 2003-04-10  Bruno Haible  <bruno@clisp.org>
39642
39643         * lib/findprog.h: New file, from GNU gettext.
39644         * lib/findprog.c: New file, from GNU gettext.
39645
39646 2003-04-05  Jim Meyering  <jim@meyering.net>
39647
39648         Merge changes from Coreutils.
39649
39650         * lib/exclude.h (PARAMS): Remove definition and uses.
39651         * lib/exclude.c: Remove uses of `PARAMS'.
39652
39653         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
39654         Add test-cases for DOS filenames. Declare program_name.
39655         (main): Set up program_name.  Patch by Rich Dawe.
39656
39657         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
39658         error from mntctl.
39659         Use mntctl's return value to drive the entry-processing loop, since
39660         we can't rely on the value of the vmt_length member in the last
39661         entry.  On some systems doing so could result in exhausting
39662         virtual memory.  Based in part on a patch from Mike Jetzer.
39663
39664 2003-04-04  Bruno Haible  <bruno@clisp.org>
39665
39666         * modules/linebreak: New file.
39667         * MODULES.html.sh (func_all_modules): Add it.
39668
39669 2003-04-04  Bruno Haible  <bruno@clisp.org>
39670
39671         * m4/linebreak.m4: New file.
39672
39673 2003-04-04  Bruno Haible  <bruno@clisp.org>
39674
39675         * lib/linebreak.h: New file, from GNU gettext.
39676         * lib/linebreak.c: New file, from GNU gettext with slight
39677         modifications.
39678         * lib/lbrkprop.h: New file, from GNU gettext.
39679
39680 2003-04-03  Bruno Haible  <bruno@clisp.org>
39681
39682         * modules/utf8-ucs4: New file.
39683         * modules/utf16-ucs4: New file.
39684         * modules/ucs4-utf8: New file.
39685         * modules/ucs4-utf16: New file.
39686         * MODULES.html.sh (func_all_modules): Add them.
39687
39688 2003-04-03  Bruno Haible  <bruno@clisp.org>
39689
39690         * m4/utf-ucs4.m4: New file.
39691         * m4/ucs4-utf.m4: New file.
39692
39693 2003-04-03  Bruno Haible  <bruno@clisp.org>
39694
39695         * lib/utf8-ucs4.h: New file, from GNU gettext.
39696         * lib/utf16-ucs4.h: New file, from GNU gettext.
39697         * lib/ucs4-utf8.h: New file, from GNU gettext.
39698         * lib/ucs4-utf16.h: New file, from GNU gettext.
39699
39700 2003-04-02  Bruno Haible  <bruno@clisp.org>
39701
39702         * modules/binary-io: New file.
39703         * MODULES.html.sh (func_all_modules): Add it.
39704
39705 2003-04-02  Bruno Haible  <bruno@clisp.org>
39706
39707         * lib/binary-io.h: New file, from GNU gettext.
39708
39709 2003-04-01  Bruno Haible  <bruno@clisp.org>
39710
39711         * modules/pathname: New file.
39712         * MODULES.html.sh (func_all_modules): Add it.
39713
39714 2003-04-01  Bruno Haible  <bruno@clisp.org>
39715
39716         * lib/pathname.h: New file, from GNU gettext.
39717         * lib/concatpath.c: New file, from GNU gettext.
39718
39719 2003-03-30  Bruno Haible  <bruno@clisp.org>
39720
39721         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
39722
39723 2003-03-30  Bruno Haible  <bruno@clisp.org>
39724
39725         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
39726         function chown() doesn't exist.
39727
39728 2003-03-28  Bruno Haible  <bruno@clisp.org>
39729
39730         * modules/copy-file: New file.
39731         * MODULES.html.sh (func_all_modules): Add it.
39732
39733 2003-03-28  Bruno Haible  <bruno@clisp.org>
39734
39735         * m4/copy-file.m4: New file.
39736
39737 2003-03-28  Bruno Haible  <bruno@clisp.org>
39738
39739         * lib/copy-file.h: New file, from GNU gettext.
39740         * lib/copy-file.c: New file, from GNU gettext.
39741
39742 2003-03-18  Jim Meyering  <jim@meyering.net>
39743
39744         * lib/quote.c (quote_n): Fix typo in comment.
39745
39746 2003-03-18  Bruno Haible  <bruno@clisp.org>
39747
39748         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
39749         checking.
39750         * m4/onceonly_2_57.m4: Likewise.
39751
39752 2003-03-17  Bruno Haible  <bruno@clisp.org>
39753
39754         * m4/onceonly.m4: Require autoconf 2.54 or newer.
39755         (m4_quote): Remove macro.
39756         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
39757
39758 2003-03-14  Jim Meyering  <jim@meyering.net>
39759
39760         Merge changes from Coreutils.
39761         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
39762         to be const, in order to avoid warnings.
39763         (obstack_room): Likewise.
39764         (obstack_empty_p): Likewise.
39765
39766 2003-03-14  Bruno Haible  <bruno@clisp.org>
39767
39768         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
39769         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
39770
39771 2003-03-13  Paul Eggert  <eggert@twinsun.com>
39772
39773         Merge changes from Bison.
39774         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
39775         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
39776         when compiling Bison 1.875's `bitset bset = obstack_alloc
39777         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
39778         * lib/hash.c: Include <stdbool.h> unconditionally.
39779
39780 2003-03-13  Paul Eggert  <eggert@twinsun.com>
39781
39782         * m4/onceonly.m4 (m4_quote): New macro.
39783         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
39784         Quote AC_FOREACH variable-expansions properly.
39785
39786 2003-03-13  Paul Eggert  <eggert@twinsun.com>
39787
39788         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
39789
39790 2003-03-09  Paul Eggert  <eggert@twinsun.com>
39791
39792         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
39793         Reported by Bruce Becker; see:
39794         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
39795
39796 2003-03-03  Paul Eggert  <eggert@twinsun.com>
39797             Bruno Haible  <bruno@clisp.org>
39798
39799         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
39800         Reported by John Hughes, see
39801         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
39802
39803 2003-02-20  Bruno Haible  <bruno@clisp.org>
39804
39805         * MODULES.html.sh (func_all_modules): Add poll.
39806
39807 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
39808
39809         * modules/poll: New file.
39810
39811 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
39812
39813         * lib/poll_.h: New file.
39814         * lib/poll.c: New file.
39815
39816 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
39817
39818         * m4/poll.m4: New file.
39819
39820 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
39821
39822         * modules/mathl: New file.
39823
39824 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
39825
39826         * lib/mathl.h: New file.
39827         * lib/acosl.c: New file.
39828         * lib/asinl.c: New file.
39829         * lib/atanl.c: New file.
39830         * lib/ceill.c: New file.
39831         * lib/cosl.c: New file.
39832         * lib/expl.c: New file.
39833         * lib/floorl.c: New file.
39834         * lib/frexpl.c: New file.
39835         * lib/ldexpl.c: New file.
39836         * lib/logl.c: New file.
39837         * lib/sincosl.c: New file.
39838         * lib/sinl.c: New file.
39839         * lib/sqrtl.c: New file.
39840         * lib/tanl.c: New file.
39841         * lib/trigl.c: New file.
39842         * lib/trigl.h: New file.
39843
39844 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
39845
39846         * m4/mathl.m4: New file.
39847
39848 2003-02-18  Bruno Haible  <bruno@clisp.org>
39849
39850         * MODULES.html.sh (func_all_modules): Add mathl.
39851
39852 2003-02-17  Bruno Haible  <bruno@clisp.org>
39853
39854         * modules/mkdtemp: New module.
39855         * MODULES.html.sh (func_all_modules): Add it.
39856
39857 2003-02-17  Bruno Haible  <bruno@clisp.org>
39858
39859         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
39860
39861 2003-02-17  Bruno Haible  <bruno@clisp.org>
39862
39863         * lib/mkdtemp.h: New file, from GNU gettext.
39864         * lib/mkdtemp.c: New file, from GNU gettext.
39865
39866 2003-02-02  Jim Meyering  <jim@meyering.net>
39867
39868         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
39869         e.g. glibc-2.2.93.
39870
39871 2003-01-31  Bruno Haible  <bruno@clisp.org>
39872
39873         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
39874         'rpl_rename'.
39875         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
39876         'rpl_strnlen'.
39877         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
39878         'rpl_strtod'.
39879         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
39880         'rpl_utime'.
39881
39882 2003-01-31  Bruno Haible  <bruno@clisp.org>
39883
39884         * lib/rename.c: #undef rename before defining rpl_rename.
39885         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
39886
39887 2003-01-30  Bruno Haible  <bruno@clisp.org>
39888
39889         * modules/vasnprintf, modules/vasprintf: New modules.
39890         * MODULES.html.sh (func_all_modules): Add them.
39891
39892 2003-01-30  Bruno Haible  <bruno@clisp.org>
39893
39894         * m4/signed.m4: New file, from GNU gettext.
39895         * m4/longdouble.m4: New file, from GNU gettext.
39896         * m4/wchar_t.m4: New file, from GNU gettext.
39897         * m4/wint_t.m4: New file, from GNU gettext.
39898         * m4/vasnprintf.m4: New file.
39899         * m4/vasprintf.m4: New file.
39900
39901 2003-01-30  Bruno Haible  <bruno@clisp.org>
39902
39903         * lib/printf-args.h: New file, from GNU gettext.
39904         * lib/printf-args.c: New file, from GNU gettext.
39905         * lib/printf-parse.h: New file, from GNU gettext.
39906         * lib/printf-parse.c: New file, from GNU gettext.
39907         * lib/vasnprintf.h: New file, from GNU gettext.
39908         * lib/vasnprintf.c: New file, from GNU gettext.
39909         * lib/asnprintf.c: New file, from GNU gettext.
39910         * lib/vasprintf.h: New file, from GNU gettext with modifications.
39911         * lib/vasprintf.c: New file, from GNU gettext.
39912         * lib/asprintf.c: New file, from GNU gettext.
39913
39914 2003-01-29  Bruno Haible  <bruno@clisp.org>
39915
39916         * modules/stpncpy: New module.
39917         * MODULES.html.sh (func_all_modules): Add it.
39918
39919 2003-01-29  Bruno Haible  <bruno@clisp.org>
39920
39921         * m4/stpncpy.m4: New file.
39922
39923 2003-01-29  Bruno Haible  <bruno@clisp.org>
39924
39925         * lib/stpncpy.h: New file, from GNU gettext with modifications.
39926         * lib/stpncpy.c: New file, from GNU gettext with modifications.
39927
39928 2003-01-28  Bruno Haible  <bruno@clisp.org>
39929
39930         * modules/c-ctype: New module.
39931         * MODULES.html.sh (func_all_modules): Add it.
39932
39933 2003-01-28  Bruno Haible  <bruno@clisp.org>
39934
39935         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
39936         Paul Eggert.
39937         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
39938         Paul Eggert.
39939
39940 2003-01-27  Bruno Haible  <bruno@clisp.org>
39941
39942         * modules/xsetenv: New module.
39943         * MODULES.html.sh (func_all_modules): Add it.
39944
39945 2003-01-27  Bruno Haible  <bruno@clisp.org>
39946
39947         * lib/xsetenv.h: New file, from GNU gettext.
39948         * lib/xsetenv.c: New file, from GNU gettext.
39949
39950 2003-01-23  Jim Meyering  <jim@meyering.net>
39951
39952         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
39953         from working on systems without dirfd (at least Irix and OSF1/Tru64).
39954
39955 2003-01-23  Bruno Haible  <bruno@clisp.org>
39956
39957         * modules/minmax: New module.
39958         * MODULES.html.sh (func_all_modules): Add it.
39959
39960 2003-01-23  Bruno Haible  <bruno@clisp.org>
39961
39962         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
39963         Eggert.
39964
39965 2003-01-22  Bruno Haible  <bruno@clisp.org>
39966
39967         * modules/exit: New module.
39968         * MODULES.html.sh (func_all_modules): Add it.
39969
39970 2003-01-22  Bruno Haible  <bruno@clisp.org>
39971
39972         * lib/exit.h: New file, from GNU gettext.
39973
39974 2003-01-19  Bruno Haible  <bruno@clisp.org>
39975
39976         * gnulib-tool: Recognize option --extract-maintainer.
39977         (func_get_maintainer): New function.
39978         * modules/*: Add Maintainer entry.
39979
39980 2003-01-16  Jim Meyering  <jim@meyering.net>
39981
39982         * m4/regex.m4: The `regex' struct is both input and output.
39983         Initialize it before each use.  Patch by Tim Waugh.
39984
39985 2003-01-16  Bruno Haible  <bruno@clisp.org>
39986
39987         * MODULES.html.sh: Add a table of contents. Add the module name as
39988         leftmost column. Add hyperlinks.
39989
39990 2003-01-15  Bruno Haible  <bruno@clisp.org>
39991
39992         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
39993
39994 2003-01-15  Bruno Haible  <bruno@clisp.org>
39995
39996         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
39997         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
39998         suffix.
39999
40000 2003-01-15  Bruno Haible  <bruno@clisp.org>
40001
40002         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
40003
40004 2003-01-15  Bruno Haible  <bruno@clisp.org>
40005
40006         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
40007         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
40008
40009 2003-01-14  Jim Meyering  <jim@meyering.net>
40010
40011         * lib/same.c (same_name): Tweak a comment.
40012
40013 2003-01-14  Bruno Haible  <bruno@clisp.org>
40014
40015         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
40016         when a string comparison is sufficient.
40017
40018 2003-01-14  Bruno Haible  <bruno@clisp.org>
40019
40020         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
40021         'unsigned int'.
40022
40023 2003-01-14  Bruno Haible  <bruno@clisp.org>
40024
40025         * lib/hash-pjw.c: Add comment about low quality of this function.
40026
40027 2003-01-13  Bruno Haible  <bruno@clisp.org>
40028
40029         * modules/stpcpy: Distribute lib/stpcpy.h.
40030         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
40031
40032 2003-01-13  Bruno Haible  <bruno@clisp.org>
40033
40034         * modules/*: Add a description.
40035         * modules/strpbrk: Fix Makefile.am snippet.
40036         * modules/strtoimax: Fix dependencies.
40037         * modules/strtoumax: Likewise.
40038
40039 2003-01-13  Bruno Haible  <bruno@clisp.org>
40040
40041         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
40042         * modules/alloca (Makefile.am): All object files depend on alloca.h.
40043         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
40044
40045 2003-01-13  Bruno Haible  <bruno@clisp.org>
40046
40047         * gnulib-tool (func_create_testdir): Store config/* files in the main
40048         directory.
40049         * config.rpath: Move to ...
40050         * config/config.rpath: ... here.
40051         * modules/gettext: Contains config/config.rpath, not config.rpath.
40052         * modules/iconv: Likewise.
40053
40054 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40055
40056         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40057         to avoid collisions with libcurses and libreadline.
40058
40059         * m4/getstr.m4: Remove.
40060         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
40061
40062 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40063
40064         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40065         to avoid collisions with libcurses and libreadline.
40066
40067         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
40068         * lib/getstr.h, getstr.c: Remove.
40069         * lib/getline.c: Include "getline.h", to check interface.
40070         Move body of old getstr.c here: this defines MIN_CHUNK and
40071         declares getdelim2, which is renamed from getstr.
40072         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
40073
40074         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
40075         All uses changed.
40076         * lib/linebuffer.h: Likewise.
40077         (readline): Remove backward-compatibility macro.
40078
40079 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40080
40081         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40082         to avoid collisions with libcurses and libreadline.
40083         * getstr: Remove.
40084         * MODULES.html.sh: Remove getstr.
40085         * modules/getline: Depend on unlocked-io, not getstr.
40086
40087 2003-01-12  Jim Meyering  <jim@meyering.net>
40088
40089         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
40090
40091 2003-01-10  Bruno Haible  <bruno@clisp.org>
40092
40093         * modules/alloca: Change Makefile.am requirements. Simplify Include
40094         requirements. Add lib/alloca_.h to file list.
40095
40096 2003-01-10  Bruno Haible  <bruno@clisp.org>
40097
40098         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
40099
40100 2003-01-10  Bruno Haible  <bruno@clisp.org>
40101
40102         * lib/alloca_.h: New file.
40103         * lib/getdate.y: Unconditionally include alloca.h.
40104         * lib/makepath.c: Likewise.
40105         * lib/setenv.c: Likewise.
40106         * lib/userspec.c: Likewise.
40107
40108 2003-01-09  Karl Berry  <karl@gnu.org>
40109
40110         * MODULES.html.sh: include `dirname $0` in PATH, to find
40111         gnulib-tool.
40112
40113 2003-01-09  Bruno Haible  <bruno@clisp.org>
40114
40115         * modules/stdbool: Change configure.ac, Makefile.am requirements.
40116         Simplify Include requirements. Add lib/stdbool.h.in to file list.
40117
40118 2003-01-09  Bruno Haible  <bruno@clisp.org>
40119
40120         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
40121
40122 2003-01-09  Bruno Haible  <bruno@clisp.org>
40123
40124         * lib/stdbool.h.in: New file.
40125
40126 2003-01-09  Bruno Haible  <bruno@clisp.org>
40127
40128         * gnulib-tool (func_all_modules): Ignore files ending in ~.
40129         * MODULES.html.sh: Likewise.
40130
40131 2003-01-08  Jim Meyering  <jim@meyering.net>
40132
40133         * lib/full-write.c: Undefine and define-away `const' after inclusion
40134         of errno.h, not before.  Suggestion from Bruno Haible.
40135
40136 2003-01-08  Bruno Haible  <bruno@clisp.org>
40137
40138         * modules/full-read: Depend on full-write.
40139
40140 2003-01-08  Bruno Haible  <bruno@clisp.org>
40141
40142         * lib/safe-read.c: Include specification header first, to ensure its
40143         selfcontainedness.
40144         * lib/full-write.c: Likewise.
40145
40146 2003-01-07  Jim Meyering  <jim@meyering.net>
40147
40148         * lib/full-write.c: Rework so that it may serve to define full_read,
40149         too.
40150         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
40151
40152 2003-01-07  Bruno Haible  <bruno@clisp.org>
40153
40154         * lib/strtoimax.c: Include <stdint.h> as an alternative to
40155         <inttypes.h>.
40156         * lib/xstrtol.h: Likewise.
40157         * lib/xstrtoimax.c: Likewise.
40158         * lib/xstrtoumax.c: Likewise.
40159         * lib/human.h: Likewise.
40160
40161         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
40162         on systems that have <inttypes.h> but not <stdint.h>.
40163
40164 2003-01-07  Bruno Haible  <bruno@clisp.org>
40165
40166         * MODULES.html.sh: Add copyright notice.
40167         (missed_files): Omit CVS directory entries.
40168         (func_module): Make it work with sed-3.02.
40169         * MODULES.txt: Remove file.
40170
40171 2003-01-06  Jim Meyering  <jim@meyering.net>
40172
40173         * lib/version-etc.c: Update year in translatable copyright string.
40174
40175 2003-01-03  Karl Berry  <karl@gnu.org>
40176
40177         * config/config.{guess,sub}: update from prep.
40178
40179 2003-01-02  Karl Berry  <karl@gnu.org>
40180
40181         * doc/COPYING.DOC: belatedly updated to 1.2.
40182
40183 2003-01-01  Karl Berry  <karl@gnu.org>
40184
40185         * gnulib-tool (func_verify_module): report module name $module in
40186         error message, not $1.
40187         * gnulib-tool (create-testdir): don't complain if destdir couldn't
40188         be created, only if it doesn't exist.
40189         * gnulib-tool (last_checkin_date): don't expand the $Date here.
40190
40191 2002-12-31  Paul Eggert  <eggert@twinsun.com>
40192
40193         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
40194
40195 2002-12-31  Paul Eggert  <eggert@twinsun.com>
40196
40197         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
40198         memcmp if strcoll doesn't work.
40199
40200 2002-12-31  Bruno Haible  <bruno@clisp.org>
40201
40202         * lib/utime.c (utime_null): No need to call ftruncate if the file was
40203         nonempty.
40204
40205 2002-12-31  Bruno Haible  <bruno@clisp.org>
40206
40207         * lib/memcoll.c (STRCOLL): New macro.
40208         (memcoll): Use it.
40209
40210 2002-12-31  Bruno Haible  <bruno@clisp.org>
40211
40212         * lib/localcharset.h: New file.
40213         * lib/localcharset.c: Include it.
40214         * lib/unicodeio.c: Likewise.
40215
40216 2002-12-31  Bruno Haible  <bruno@clisp.org>
40217
40218         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
40219         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
40220
40221 2002-12-31  Bruno Haible  <bruno@clisp.org>
40222
40223         * lib/getline.h: Include <stddef.h>, for size_t.
40224
40225         * lib/unicodeio.h: Include <stddef.h>, for size_t.
40226         * lib/unicodeio.c: Don't include <stddef.h>.
40227
40228 2002-12-31  Bruno Haible  <bruno@clisp.org>
40229
40230         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
40231         HAVE_TM_ZONE.
40232
40233 2002-12-24  Karl Berry  <karl@gnu.org>
40234
40235         * config/config.guess: update from prep.
40236
40237 2002-12-24  Bruno Haible  <bruno@clisp.org>
40238
40239         General infrasructure.
40240         * m4/README: Rewritten.
40241         * m4/onceonly.m4: New file.
40242         * m4/onceonly_2_57.m4: New file.
40243
40244         Module atexit.
40245         * m4/atexit.m4: New file.
40246
40247         Module strtod.
40248         * m4/strtod.m4: New file.
40249
40250         Module strtol.
40251         * m4/strtol.m4: New file.
40252
40253         Module strtoul.
40254         * m4/strtoul.m4: New file.
40255
40256         Module memchr.
40257         * m4/memchr.m4: New file.
40258
40259         Module memcmp.
40260         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
40261         (jm_FUNC_MEMCMP): Invoke it.
40262
40263         Module memcpy.
40264         * m4/memcpy.m4: New file.
40265
40266         Module memmove.
40267         * m4/memmove.m4: New file.
40268
40269         Module memset.
40270         * m4/memset.m4: New file.
40271
40272         Module strcspn.
40273         * m4/strcspn.m4: New file.
40274
40275         Module strpbrk.
40276         * m4/strpbrk.m4: New file.
40277
40278         Module strstr.
40279         * m4/strstr.m4: New file.
40280
40281         Module strerror.
40282         * m4/strerror.m4: New file.
40283
40284         Module mktime.
40285         * m4/mktime.m4: Renamed from jm-mktime.m4.
40286         (gl_PREREQ_MKTIME): New macro.
40287         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
40288
40289         Module malloc.
40290         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
40291         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
40292         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
40293
40294         Module realloc.
40295         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
40296         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
40297         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
40298
40299         Module strftime.
40300         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
40301         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
40302         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
40303         gl_TM_GMTOFF.
40304         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
40305
40306         Module xalloc.
40307         * m4/xalloc.m4: New file.
40308
40309         Module alloca.
40310         * m4/alloca.m4: New file.
40311
40312         Module putenv.
40313         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
40314         (jm_FUNC_PUTENV): Invoke it.
40315
40316         Module setenv.
40317         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
40318         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
40319         when invoked twice.
40320         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
40321         gt_FUNC_SETENV.
40322
40323         Module memrchr.
40324         * m4/memrchr.m4: New file.
40325
40326         Module stpcpy.
40327         * m4/stpcpy.m4: New file.
40328
40329         Module strcase.
40330         * m4/strcase.m4: New file.
40331
40332         Module strdup.
40333         * m4/strdup.m4: New file.
40334
40335         Module strnlen.
40336         * m4/strnlen.m4: New file.
40337
40338         Module strndup.
40339         * m4/strndup.m4: New file.
40340
40341         Module xstrtod.
40342         * m4/xstrtod.m4: New file.
40343
40344         Module xstrtol.
40345         * m4/xstrtol.m4: New file.
40346
40347         Module getdate.
40348         * m4/getdate.m4: New file.
40349
40350         Module unlocked-io.
40351         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
40352         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
40353         * m4/jm-glibc-io.m4n: Remove file.
40354
40355         Module long-options.
40356         * m4/long-options.m4: New file.
40357
40358         Module md5.
40359         * m4/md5.m4: New file.
40360
40361         Module sha.
40362         * m4/sha.m4: New file.
40363
40364         Module getstr.
40365         * m4/getstr.m4: New file.
40366
40367         Module getline.
40368         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
40369         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
40370         <sys/types.h>, for size_t. Use the function name gnu_getline, not
40371         simply getline. Infoke gl_PREREQ_GETLINE.
40372
40373         Module obstack.
40374         * m4/obstack.m4: New file.
40375
40376         Module hash.
40377         * m4/hash.m4: New file.
40378
40379         Module readtokens.
40380         * m4/readtokens.m4: New file.
40381
40382         Module strverscmp.
40383         * m4/strverscmp.m4: New file.
40384
40385         Module stdbool.
40386         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
40387         OSF/1.
40388
40389         Module strtoll.
40390         * m4/strtoll.m4: New file.
40391
40392         Module strtoull.
40393         * m4/strtoull.m4: New file.
40394
40395         Module strtoimax.
40396         * m4/strtoimax.m4: New file.
40397
40398         Module strtoumax.
40399         * m4/strtoumax.m4: New file.
40400
40401         Module xstrtoimax.
40402         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
40403         jm_AC_PREREQ_XSTRTOIMAX.
40404         Moved the strtol prerequisites to strtol.m4.
40405         Moved the strtoll prerequisites to strtoll.m4.
40406         Moved the strtoimax prerequisites to strtoimax.m4.
40407
40408         Module xstrtoumax.
40409         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
40410         jm_AC_PREREQ_XSTRTOUMAX.
40411         Moved the strtoul prerequisites to strtoul.m4.
40412         Moved the strtoull prerequisites to strtoull.m4.
40413         Moved the strtoumax prerequisites to strtoumax.m4.
40414
40415         Module chown.
40416         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
40417         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
40418
40419         Module dup2.
40420         * m4/dup2.m4: New file.
40421
40422         Module ftruncate.
40423         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
40424         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
40425
40426         Module getgroups.
40427         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
40428         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
40429
40430         Module gettimeofday.
40431         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
40432         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
40433         gl_PREREQ_GETTIMEOFDAY.
40434
40435         Module mkdir.
40436         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
40437         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
40438
40439         Module mkstemp.
40440         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
40441         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
40442         jm_AC_TYPE_UINTMAX_T.
40443         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
40444
40445         Module stat.
40446         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
40447         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
40448
40449         Module lstat.
40450         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
40451         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
40452
40453         Module timespec.
40454         * m4/timespec.m4 (gl_TIMESPEC): New macro.
40455         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
40456         * m4/st_mtim.m4: Indentation.
40457
40458         Module nanosleep.
40459         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
40460         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
40461         gl_PREREQ_NANOSLEEP.
40462
40463         Module regex.
40464         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
40465         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
40466         (gl_REGEX): New macro.
40467
40468         Module rename.
40469         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
40470         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
40471
40472         Module rmdir.
40473         * m4/rmdir.m4: New file.
40474
40475         Module utime.
40476         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
40477         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
40478         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
40479
40480         Module dirname.
40481         * m4/dirname.m4: New file.
40482
40483         Module getopt.
40484         * m4/getopt.m4: New file.
40485
40486         Module unistd-safer.
40487         * m4/unistd-safer.m4: New file.
40488
40489         Module fnmatch.
40490         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
40491         declaration.
40492         (gl_PREREQ_FNMATCH_EXTRA): New macro.
40493         (gl_FUNC_FNMATCH_POSIX): New macro.
40494         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
40495         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
40496         simply fnmatch.
40497
40498         Module exclude.
40499         * m4/exclude.m4: New file.
40500
40501         Module human.
40502         * m4/human.m4: New file.
40503
40504         Module acl.
40505         * m4/acl.m4: Nop.
40506
40507         Module backupfile.
40508         * m4/backupfile.m4: New file.
40509         * m4/d-ino.m4: Indentation.
40510
40511         Module fsusage.
40512         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
40513         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
40514         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
40515
40516         Module dirfd.
40517         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
40518         requirements.
40519
40520         Module euidaccess.
40521         * m4/euidaccess.m4: New file.
40522
40523         Module file-type.
40524         * m4/file-type.m4: New file.
40525
40526         Module fileblocks.
40527         * m4/fileblocks.m4: New file.
40528
40529         Module filemode.
40530         * m4/filemode.m4: New file.
40531
40532         Module isdir.
40533         * m4/isdir.m4: New file.
40534
40535         Module lchown.
40536         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
40537         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
40538
40539         Module makepath.
40540         * m4/makepath.m4: New file.
40541
40542         Module modechange.
40543         * m4/modechange.m4: New file.
40544
40545         Module mountlist.
40546         * m4/mountlist.m4: New file.
40547         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
40548         Indentation.
40549
40550         Module path-concat.
40551         * m4/path-concat.m4: New file.
40552
40553         Module pathmax.
40554         * m4/pathmax.m4: New file.
40555
40556         Module same.
40557         * m4/same.m4: New file.
40558
40559         Module save-cwd.
40560         * m4/save-cwd.m4: New file.
40561
40562         Module savedir.
40563         * m4/savedir.m4: New file.
40564
40565         Module xgetcwd.
40566         * m4/xgetcwd.m4: New file.
40567         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
40568
40569         Module xreadlink.
40570         * m4/xreadlink.m4: New file.
40571
40572         Module safe-read.
40573         * m4/safe-read.m4: New file.
40574
40575         Module safe-write.
40576         * m4/safe-write.m4: New file.
40577
40578         Module closeout.
40579         * m4/closeout.m4: New file.
40580
40581         Module stdio-safer.
40582         * m4/stdio-safer.m4: New file.
40583
40584         Module getpass.
40585         * m4/getpass.m4: New file.
40586
40587         Module getugroups.
40588         * m4/getugroups.m4: New file.
40589
40590         Module group-member.
40591         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
40592         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
40593
40594         Module idcache.
40595         * m4/idcache.m4: New file.
40596
40597         Module userspec.
40598         * m4/userspec.m4: New file.
40599
40600         Module gettime.
40601         * m4/clock_time.m4: New file.
40602         * m4/gettime.m4: New file.
40603
40604         Module settime.
40605         * m4/settime.m4: New file.
40606
40607         Module posixtm.
40608         * m4/posixtm.m4: New file.
40609
40610         Module gethostname.
40611         * m4/gethostname.m4: New file.
40612
40613         Module canon-host.
40614         * m4/canon-host.m4: New file.
40615
40616         Module gettext.
40617         * m4/codeset.m4: New file, from gettext-0.11.5.
40618         * m4/gettext.m4: New file, from gettext-0.11.5.
40619         * m4/glibc21.m4: New file, from gettext-0.11.5.
40620         * m4/iconv.m4: New file, from gettext-0.11.5.
40621         * m4/intdiv0.m4: New file, from gettext-0.11.5.
40622         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
40623         * m4/inttypes.m4: New file, from gettext-0.11.5.
40624         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
40625         * m4/isc-posix.m4: New file, from gettext-0.11.5.
40626         * m4/lcmessage.m4: New file, from gettext-0.11.5.
40627         * m4/lib-ld.m4: New file, from gettext-0.11.5.
40628         * m4/lib-link.m4: New file, from gettext-0.11.5.
40629         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
40630         * m4/progtest.m4: New file, from gettext-0.11.5.
40631         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
40632         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
40633         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
40634
40635         Module localcharset.
40636         * m4/localcharset.m4: New file.
40637
40638         Module hard-locale.
40639         * m4/hard-locale.m4: New file.
40640
40641         Module mbswidth.
40642         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
40643         onceonly macros.
40644         * m4/mbrtowc.m4: Add comment.
40645
40646         Module memcasecmp.
40647         * m4/memcasecmp.m4: New file.
40648
40649         Module memcoll.
40650         * m4/memcoll.m4: New file.
40651
40652         Module unicodeio.
40653         * m4/unicodeio.m4: New file.
40654
40655         Module rpmatch.
40656         * m4/rpmatch.m4: New file.
40657
40658         Module yesno.
40659         * m4/yesno.m4: New file.
40660
40661         Module exitfail.
40662         * m4/exitfail.m4: New file.
40663
40664         Module c-stack.
40665         * m4/c-stack.m4 (gl_C_STACK): New macro.
40666         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
40667
40668         Module error.
40669         * m4/error.m4 (gl_ERROR): New macro.
40670         (jm_PREREQ_ERROR): Use onceonly macros.
40671
40672         Module fatal.
40673         * m4/fatal.m4: New file.
40674
40675         Module getloadavg.
40676         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
40677         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
40678
40679         Module getpagesize.
40680         * m4/getpagesize.m4: New file.
40681
40682         Module getusershell.
40683         * m4/getusershell.m4: New file.
40684
40685         Module physmem.
40686         * m4/physmem.m4: New file.
40687
40688         Module posixver.
40689         * m4/posixver.m4: New file.
40690
40691         Module quotearg.
40692         * m4/quotearg.m4: New file.
40693
40694         Module quote.
40695         * m4/quote.m4: New file.
40696
40697         Module readutmp.
40698         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
40699
40700         Module sig2str.
40701         * m4/sig2str.m4: New file.
40702
40703         Other.
40704         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
40705         ulonglong.m4.
40706         * m4/intmax_t.m4: New file.
40707         * m4/d-type.m4: Indentation.
40708         * m4/jm-macros.m4: Update.
40709         * m4/prereq.m4 (jm_PREREQ): Update.
40710         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
40711         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
40712         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
40713         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
40714         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
40715         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
40716         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
40717         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
40718         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
40719         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
40720         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
40721         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
40722         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
40723         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
40724         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
40725         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
40726         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
40727         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
40728         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
40729
40730 2002-12-24  Bruno Haible  <bruno@clisp.org>
40731
40732         * MODULES.txt: Update according to m4/ changes.
40733
40734         Module gettext.
40735         * config.rpath: New file, from gettext-0.11.5.
40736
40737         * modules/*: New module descriptions.
40738         * gnulib-tool: New file.
40739         * MODULES.html.sh: New file.
40740
40741 2002-12-21  Karl Berry  <karl@gnu.org>
40742
40743         * doc/fdl.texi: update to version 1.2.
40744
40745 2002-12-19  Karl Berry  <karl@gnu.org>
40746
40747         * config/config.guess: update from prep.
40748
40749 2002-12-18  Bruno Haible  <bruno@clisp.org>
40750
40751         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
40752         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
40753
40754 2002-12-17  Bruno Haible  <bruno@clisp.org>
40755
40756         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
40757         stdlib.h, string.h.
40758
40759 2002-12-17  Bruno Haible  <bruno@clisp.org>
40760
40761         * lib/canon-host.c (strdup): Remove unused declaration.
40762
40763         * lib/fsusage.c: Include full_read.h.
40764         (get_fs_usage): Use full_read instead of safe_read.
40765
40766         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
40767
40768 2002-12-12  Karl Berry  <karl@gnu.org>
40769
40770         * config/config.guess: update from prep.
40771
40772 2002-12-11  Bruno Haible  <bruno@clisp.org>
40773
40774         * m4/setenv.m4: New file, from gettext-0.11.5.
40775
40776 2002-12-11  Bruno Haible  <bruno@clisp.org>
40777
40778         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
40779         not unsetenv().
40780         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
40781         modifications:
40782
40783         2002-12-11  Bruno Haible  <bruno@clisp.org>
40784
40785                 * setenv.c (alloca): Fall back to malloc.
40786                 (freea): New macro.
40787                 (setenv): Use freea() to free memory allocated with alloca().
40788
40789         2002-11-13  Bruno Haible  <bruno@clisp.org>
40790
40791                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
40792                 function declarations.
40793                 * unsetenv.c (unsetenv): Likewise.
40794
40795         2002-03-04  Bruno Haible  <bruno@clisp.org>
40796
40797                 Portability to AIX 4.3.3.
40798                 * unsetenv.c: New file, extracted from setenv.c.
40799                 * setenv.c: Move the unsetenv() function to unsetenv.c.
40800
40801         2001-12-20  Bruno Haible  <bruno@clisp.org>
40802
40803                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
40804                 use malloc instead. For SunOS 4.
40805
40806         2001-12-11  Bruno Haible  <bruno@clisp.org>
40807
40808                 * setenv.c: Declare alloca.
40809                 (compar_fn_t): New typedef.
40810                 (KNOWN_VALUE, STORE_VALUE): Use it.
40811
40812         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
40813         setenv.h.
40814
40815 2002-12-10  Paul Eggert  <eggert@twinsun.com>
40816
40817         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
40818         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
40819         Choose values that are less likely to collide with system fnmatch
40820         options.
40821         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
40822         defined (e.g., a pure POSIX system).
40823         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
40824         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
40825
40826 2002-12-06  Paul Eggert  <eggert@twinsun.com>
40827
40828         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
40829         a pain in practice to deal with generated m4 files.  This change
40830         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
40831
40832         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
40833         and jm-glibc-io.m4, as they are no longer a special case.
40834         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
40835         kludge and the auto-generation stuff.  Check only whether the
40836         functions are declared, not whether they exist, since older hosts
40837         that don't declare the functions can't use the optimization anyway.
40838
40839 2002-12-06  Jim Meyering  <jim@meyering.net>
40840
40841         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
40842
40843         Merge in changes from libc's misc/error.c, in preparation
40844         for the merge of gnulib's changes back into libc.
40845
40846         * lib/error.c (_): Define only if not already defined.
40847         Move definition to follow all #include directives.
40848         Include unlocked-io.h only if !_LIBC.
40849         [_LIBC]: Include <libio/libioP.h>.
40850         [USE_IN_LIBIO]: Include <libio/iolibio.h>
40851         (fflush): Tweak definition to use INTUSE.
40852         (putc): Define.
40853
40854 2002-12-05  Paul Eggert  <eggert@twinsun.com>
40855
40856         * lib/alloca.c [defined emacs]: Include "lisp.h".
40857         (xalloc_die) [defined emacs]: New macro.
40858         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
40859         [! defined emacs]: Include <xalloc.h>.
40860         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
40861         (pointer): Typedef to POINTER_TYPE *.
40862         (malloc): Remove decl; we now always use xmalloc.
40863         (alloca): Use old-style definition, since Emacs needs this.
40864         Check for arithmetic overflow when computing combined size.
40865
40866 2002-12-04  Paul Eggert  <eggert@twinsun.com>
40867
40868         Do not generate unlocked-io.h automatically, since it's easier to
40869         maintain it by hand.
40870
40871         * lib/unlocked-io.h: New file, from GNU diffutils,
40872         but with proper copyright notice and attribution.
40873         * lib/gen-uio: Remove.
40874         * lib/Makefile.am: Add copyright notice.
40875         (libfetish_a_SOURCES): Add unlocked-io.h.
40876         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
40877         (DISTCLEANFILES, io_functions): Remove macros.
40878         (EXTRA_DIST): Remove gen_uio.
40879         (unlocked-io.h): Remove rule.
40880
40881 2002-12-04  Jim Meyering  <jim@meyering.net>
40882
40883         Reflect the fact that stat.c and lstat.c are no longer generated.
40884         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
40885         (DISTCLEANFILES): Likewise.
40886         (EXTRA_DIST): Likewise.
40887         (all_local): Don't depend on stat.c or lstat.c.
40888         (stat.c, lstat.c): Remove rules.
40889         (EXTRA_DIST): Remove xstat.in.
40890
40891         * lib/xstat.in: Remove file.  Contents moved into stat.c.
40892         * lib/stat.c: New file.  Contents mostly from xstat.in.
40893         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
40894         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
40895
40896         * lib/safe-read.c: Rework so that it may serve to define safe_write,
40897         too.
40898         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
40899
40900 2002-12-03  Jim Meyering  <jim@meyering.net>
40901
40902         * lib/safe-read.c, safe-write.c: Change variable names and comments,
40903         but not semantics, to minimize the differences between these two files.
40904         (safe_read): Change comment to mention SAFE_READ_ERROR.
40905
40906         * lib/safe-read.c (IS_EINTR): Define.
40907         (safe_read): Use IS_EINTR in place of in-function cpp directives.
40908
40909 2002-12-02  Jim Meyering  <jim@meyering.net>
40910
40911         * lib/safe-read.c (EINTR): Define.
40912         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
40913         (INT_MAX): Provide fallback.
40914         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
40915
40916         * lib/safe-read.h (SAFE_READ_ERROR): Define.
40917
40918 2002-12-02  Bruno Haible  <bruno@clisp.org>
40919
40920         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
40921         Define, taken from safe-read.c.
40922         (INT_MAX): Provide fallback.
40923         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
40924         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
40925
40926         * lib/safe-read.c (EINTR): Remove definition.
40927         (safe_read): Don't use EINTR if it is absent.
40928
40929 2002-12-01  Jim Meyering  <jim@meyering.net>
40930
40931         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
40932         zero.
40933         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
40934
40935 2002-11-27  Paul Eggert  <eggert@twinsun.com>
40936
40937         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
40938         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
40939         with `if (! (value < limit)) abort ();', for readability.
40940
40941 2002-11-26  Karl Berry  <karl@gnu.org>
40942
40943         * lib/strdup.c: copy from libc again, with jim's ok.
40944         * lib/.cppi-disable: re-add strdup.c
40945
40946 2002-11-25  Karl Berry  <karl@gnu.org>
40947
40948         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
40949         instead of "strtol.c".
40950
40951 2002-11-25  Karl Berry  <karl@gnu.org>
40952
40953         * config/install-sh: update from automake for variable quoting, $0 in
40954         error msgs, etc.
40955
40956         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
40957         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
40958         entry.
40959
40960 2002-11-25  Jim Meyering  <jim@meyering.net>
40961
40962         * lib/mktime.c: Sync from libc, now that it has the latest fix.
40963
40964 2002-11-24  Karl Berry  <karl@gnu.org>
40965
40966         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
40967         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
40968
40969 2002-11-24  Jim Meyering  <jim@meyering.net>
40970
40971         Update from coreutils:
40972
40973         * lib/mktime.c: Merge in changes from libc.
40974
40975         Avoid a link-time failure on some Linux systems.
40976         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
40977         (otherwise).
40978         (__mon_yday): Declare with the STATIC attribute.
40979         (__mktime_internal): Likewise.
40980         Based on a report from Greg Schafer.
40981
40982 2002-11-23  Jim Meyering  <jim@meyering.net>
40983
40984         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
40985         Use `unsigned', not `int', as type of index.
40986
40987         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
40988
40989         * lib/fsusage.c: Remove unneeded parentheses around operands of
40990         `defined'.
40991
40992 2002-11-22  Paul Eggert  <eggert@twinsun.com>
40993
40994         * lib/quotearg.h: Allow multiple inclusion by surrounding with
40995         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
40996         so that we can be included first.
40997         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
40998         * lib/quotearg.c: Include quotearg.h immediately after config.h.
40999         No need to include stddef.h or sys/types.h any more.
41000         Surround local include files with "", not "<>".
41001         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
41002         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
41003         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
41004         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
41005         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
41006         (ISPRINT): Remove; no longer needed now that we assume C89.
41007
41008         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
41009         Preserve errno.
41010
41011         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
41012         quotearg_char): Use SIZE_MAX rather than
41013         (size_t) -1 when we are talking about "infinity".
41014
41015         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
41016
41017 2002-11-22  Paul Eggert  <eggert@twinsun.com>
41018
41019         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
41020         hint that one should use `if (! x) abort ();' rather than `assert
41021         (x);', and anyway it's one less thing to worry about configuring.
41022         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
41023         hash_rehash, hash_insert): Use abort rather than assert.
41024
41025 2002-11-22  Bruno Haible  <bruno@clisp.org>
41026
41027         * lib/safe-read.h: Assume C89. Add comments.
41028         (safe_read): Change return type to size_t.
41029         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
41030         byte counts > SSIZE_MAX correctly.
41031         * lib/safe-write.h: New file.
41032         * lib/safe-write.c: New file.
41033         * lib/full-read.h: New file.
41034         * lib/full-read.c: New file.
41035         * lib/full-write.h: Assume C89. Add comments.
41036         * lib/full-write.c: Include safe-write.h.
41037         (full_write): Rewritten to use safe_write.
41038         Suggested by Jim Meyering and Paul Eggert.
41039
41040 2002-11-21  Jim Meyering  <jim@meyering.net>
41041
41042         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
41043
41044         Merge in changes from the coreutils.
41045
41046         2002-09-25  Paul Eggert  <eggert@twinsun.com>
41047         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
41048         <stdint.h>.
41049         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
41050         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
41051         int.  Work more efficiently if X is the same width as uintmax_t.
41052         Do not compare X to -1, to avoid bogus compiler warning.
41053         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
41054         Don't assume that f_frsize and f_bsize are the same type.
41055
41056         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
41057         warning on FreeBSD.
41058
41059         * lib/makepath.c (make_path): Restore umask *before* creating the final
41060         component.
41061         (make_path): Minor reformatting.
41062
41063         * lib/xmalloc.c: Adjust to work with new autoconf macros,
41064         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
41065         HAVE_MALLOC/HAVE_REALLOC.
41066
41067         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
41068         dummy ones.  At least on GNU/Linux systems, `auto' means something
41069         else.
41070         From Michael Stone.
41071
41072 2002-11-21  Bruno Haible  <bruno@clisp.org>
41073
41074         Remove case insensitive option matching.
41075         * lib/argmatch.h (argcasematch): Remove declaration.
41076         (ARGCASEMATCH): Remove macro.
41077         (__xargmatch_internal): Remove case_sensitive argument.
41078         (XARGMATCH): Update.
41079         (XARGCASEMATCH): Remove macro.
41080         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
41081         case_sensitive argument.
41082         (argcasematch): Remove function.
41083         (__xargmatch_internal): Remove case_sensitive argument.
41084         (main): Use XARGMATCH instead of XARGCASEMATCH.
41085
41086         * lib/xmalloc.c: Change compile-time error message. Add comment about
41087         required autoconf version.
41088
41089 2002-11-20  Paul Eggert  <eggert@twinsun.com>
41090
41091         Merge argmatch cleanups from Bison.  Assume C89.
41092
41093         * lib/argmatch.c: Include config.h here, not in argmatch.h.
41094         Include stdlib.h, for EXIT_FAILURE.
41095         Always include <string.h>, since we assume C89.
41096         (EXIT_FAILURE): Remove pre-C89 bug workaround.
41097         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
41098         Include <stddef.h> instead, since it's all we need for size_t.
41099         (PARAMS): Remove.  All uses removed.
41100         (ARRAY_CARDINALITY): Do not bother to #undef.
41101         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
41102         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
41103         Remove unnecessary parentheses.
41104         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
41105         Insert necessary parentheses.
41106         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
41107         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
41108
41109 2002-11-19  Bruno Haible  <bruno@clisp.org>
41110
41111         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
41112         * lib/mbswidth.h: Include <stddef.h>, for size_t.
41113
41114         * lib/mbswidth.h (PARAMS): Remove macro.
41115         (mbswidth, mbsnwidth): Use ANSI C function declarations.
41116         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
41117
41118         * lib/gcd.h (PARAMS): Remove macro.
41119         (gcd): Use ANSI C function declarations.
41120         * lib/gcd.c (gcd): Likewise.
41121
41122 2002-11-15  Bruno Haible  <bruno@clisp.org>
41123
41124         * lib/strcspn.c: Include <stddef.h>.
41125         (strcspn): Use ANSI C function declaration. Change return type to
41126         size_t. Use NULL.
41127         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
41128         (strpbrk): Use NULL.
41129         * lib/strpbrk.h (PARAMS): Remove macro.
41130         (strpbrk): Use ANSI C function declaration.
41131         * lib/strstr.c: Don't include <sys/types.h>.
41132         * lib/strstr.h (PARAMS): Remove macro.
41133         (strstr): Use ANSI C function declarations.
41134
41135 2002-11-14  Karl Berry  <karl@gnu.org>
41136
41137         * config/mkinstalldirs: `do' on separate line, instead of
41138         `for var; do'.
41139
41140 2002-11-06  Bruno Haible  <bruno@clisp.org>
41141
41142         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
41143         * lib/gcd.c (gcd): Likewise.
41144
41145 2002-11-05  Bruno Haible  <bruno@clisp.org>
41146
41147         * lib/gcd.h: New file, from gettext-0.11.5.
41148         * lib/gcd.c: New file, from gettext-0.11.5.
41149
41150 2002-11-05  Bruno Haible  <bruno@clisp.org>
41151
41152         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41153         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41154         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41155         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41156
41157         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
41158         <libintl.h>.
41159         * lib/makepath.c: Include gettext.h instead of <locale.h> and
41160         <libintl.h>.
41161
41162         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
41163         * lib/human.c: Include gettext.h instead of <libintl.h>.
41164         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
41165         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
41166         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
41167         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
41168         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
41169         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
41170         (textdomain): Remove definition.
41171         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
41172
41173         * lib/long-options.c: Remove include of <libintl.h> and definition of
41174         _.
41175         * lib/same.c: Remove include of <libintl.h> and definition of _.
41176
41177 2002-11-04  Owen Taylor  <otaylor@redhat.com>
41178
41179         * lib/config.charset: A few additions for Solaris.
41180
41181 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
41182
41183         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
41184         * lib/localcharset.c (locale_charset): Declare as extern "C".
41185
41186 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
41187
41188         * lib/config.charset: msdos in uk_UA uses CP1125.
41189
41190 2002-11-04  Bruno Haible  <bruno@clisp.org>
41191
41192         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
41193         * lib/strcase.h: New file, from GNU gettext-0.11.5.
41194         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
41195         * lib/strstr.h: New file, from GNU gettext-0.11.5.
41196         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
41197
41198 2002-11-04  Bruno Haible  <bruno@clisp.org>
41199
41200         * lib/localcharset.c (locale_charset): Don't return an empty string.
41201
41202 2002-11-04  Bruno Haible  <bruno@clisp.org>
41203
41204         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
41205         aliases.
41206
41207 2002-11-04  Bruno Haible  <bruno@clisp.org>
41208
41209         * lib/config.charset: Update for newest glibc. Add canonical names
41210         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
41211
41212 2002-11-04  Bruno Haible  <bruno@clisp.org>
41213
41214         * lib/config.charset: Add support for NetBSD.
41215
41216 2002-11-04  Bruno Haible  <bruno@clisp.org>
41217
41218         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
41219
41220 2002-11-01  Bruno Haible  <bruno@clisp.org>
41221
41222         * configure.in: Add AC_CONFIG_AUX_DIR call.
41223         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
41224         test/Makefile.
41225         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
41226
41227 2002-09-28  Karl Berry  <karl@gnu.org>
41228
41229         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
41230         installed automake until the next release, since changes have been
41231         made.
41232
41233 2002-09-25  Karl Berry  <karl@gnu.org>
41234
41235         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
41236         * lib/getopt*: copy from libc/posix.
41237         * lib/gettext.h: copy from gettext.
41238         * lib/.cppi-disable: add strdup.c, gettext.h.
41239
41240 2002-09-25  Karl Berry  <karl@gnu.org>
41241
41242         * config/srclist.txt: enable gettext.h check.
41243         * config/config.{guess,sub}: update from prep.
41244         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
41245                 from automake 1.6.3.
41246         See srclist*.
41247
41248 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
41249
41250         * regex.c (PATFETCH): Remove the translating fetch.
41251         (PATFETCH_RAW): Rename to PATFETCH.
41252         (set_image_of_range): New fun.
41253         (SET_RANGE_TABLE_WORK_AREA): Use it.
41254         (regex_compile): Don't translate the pattern chars so eagerly.
41255         Only do it when inserting an `exactn' bytecode or when handling
41256         a char-range.
41257         (mutually_exclusive_p): Avoid empty statement.
41258
41259 2002-07-06  Jim Meyering  <meyering@lucent.com>
41260
41261         * m4/README: Don't mention Makefile.am.in.
41262         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
41263
41264 2002-07-01  Jim Meyering  <meyering@lucent.com>
41265
41266         * lib/c-stack.c: Include sys/time.h.
41267         From Volker Borchert.
41268
41269 2002-06-26  Paul Eggert  <eggert@twinsun.com>
41270
41271         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
41272
41273 2002-06-26  Paul Eggert  <eggert@twinsun.com>
41274
41275         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
41276         New macro.  Use it uniformly instead of
41277         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
41278         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
41279         reported by Vin Shelton.
41280
41281 2002-06-22  Paul Eggert  <eggert@twinsun.com>
41282
41283         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
41284         Do not assume SA_SIGINFO behavior.
41285         Bug reported by Jim Meyering on NetBSD 1.5.2.
41286
41287 2002-06-22  Jim Meyering  <meyering@lucent.com>
41288
41289         * m4/c-stack.m4: New file, from diffutils-2.8.2.
41290         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
41291
41292         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
41293         now that configure.ac uses AC_GNU_SOURCE.
41294         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
41295         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
41296
41297         Update to latest tools.  Suggestions from Paul Eggert.
41298         * m4/stdbool.m4: New file, from diffutils-2.8.2.
41299         * m4/gnu-source.m4: Update from diffutils-2.8.2.
41300         * m4/fnmatch.m4: Likewise.
41301         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
41302         to AC_HEADER_STDBOOL
41303
41304 2002-06-22  Jim Meyering  <meyering@lucent.com>
41305
41306         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
41307         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
41308
41309 2002-06-22  Jim Meyering  <meyering@lucent.com>
41310
41311         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
41312
41313         * lib/exitfail.c, exitfail.h: Likewise.
41314         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
41315
41316         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
41317         of fnmatch.h.
41318         (EXTRA_DIST): Add fnmatch_loop.c.
41319         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
41320
41321         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
41322         * lib/fnmatch.c: Update from diffutils-2.8.2.
41323         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
41324         * lib/fnmatch.h: Remove file.
41325
41326 2002-06-21  Jim Meyering  <meyering@lucent.com>
41327
41328         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
41329         * m4/mbrtowc.m4: Likewise.
41330
41331         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
41332         * m4/mbswidth.m4: Reflect name change:
41333         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
41334         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
41335
41336         * m4/lib-link.m4: Update from gettext-0.11.2.
41337         * m4/gettext.m4: Likewise.
41338
41339         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
41340         From Alfred M. Szmidt.
41341
41342 2002-06-18  Paul Eggert  <eggert@twinsun.com>
41343
41344         * lib/file-type.h: Report an error if neither S_ISREG nor
41345         S_IFREG is defined, instead of using a test specific to glibc
41346         2.2.  This should be safe, since POSIX requires S_ISREG and
41347         Unix Version 7 had S_IFREG.  We don't need to check for
41348         <sys/types.h> since we don't use any symbols that it defines.
41349
41350 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
41351
41352         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
41353         $@-t, so that each temporary file name is unique and valid in the first
41354         8 characters, for operation under DOS.
41355
41356 2002-06-15  Paul Eggert  <eggert@twinsun.com>
41357
41358         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
41359
41360 2002-06-15  Jim Meyering  <meyering@lucent.com>
41361
41362         Work even with DJGPP 2.03, which lacks support for symlinks.
41363         From Richard Dawe.
41364         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
41365         is defined.
41366         * lib/lchown.c (S_ISLNK): Likewise.
41367
41368 2002-06-15  Jim Meyering  <meyering@lucent.com>
41369
41370         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
41371         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
41372         have been included before this file.
41373
41374 2002-06-14  Jim Meyering  <meyering@lucent.com>
41375
41376         * lib/file-type.h: Use the version from diffutils-2.8.2.
41377         * lib/file-type.c: Likewise.
41378
41379 2002-06-07  Jim Meyering  <meyering@lucent.com>
41380
41381         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
41382         They're needed at least for NetBSD 1.5.2.
41383         ($statxfs_includes): Include those same headers.
41384         ($statxfs_includes): Include sys/vfs.h if available.
41385         ($statxfs_includes): Likewise for sys/statvfs.h.
41386         Check for the following members in both structs statfs and statvfs:
41387         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
41388
41389 2002-06-01  Jim Meyering  <meyering@lucent.com>
41390
41391         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
41392         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
41393
41394 2002-05-28  Jim Meyering  <meyering@lucent.com>
41395
41396         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
41397         Reported by Volker Borchert.
41398
41399 2002-05-27  Jim Meyering  <meyering@lucent.com>
41400
41401         Fix a problem seen only on nonconforming systems whereby ls.c's
41402         use of localtime, and then of gettimeofday would cause trouble:
41403         the localtime call used to initialize rpl_gettimeofday's save
41404         mechanism would clobber ls's current local time information so
41405         that in any long listing the first file would always be listed
41406         with date 1970-01-01.  Analysis by Volker Borchert.
41407
41408         * lib/gettimeofday.c (localtime): Undefine.
41409         (rpl_localtime): New function.
41410
41411 2002-05-27  Jim Meyering  <meyering@lucent.com>
41412
41413         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
41414         localtime.
41415
41416         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
41417         use the replacement function; it wouldn't resolve at link time.
41418         Reported by Volker Borchert.
41419
41420 2002-05-22  Jim Meyering  <meyering@lucent.com>
41421
41422         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
41423         file-type.h.
41424         * lib/file-type.h: New file.
41425         * lib/file-type.c (file_type): New file/function.  Extracted from
41426         diffutils.
41427
41428 2002-04-30  Jim Meyering  <meyering@lucent.com>
41429
41430         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
41431
41432 2002-04-29  Paul Eggert  <eggert@twinsun.com>
41433
41434         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
41435
41436 2002-04-29  Paul Eggert  <eggert@twinsun.com>
41437
41438         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
41439         Do not check for alloca.h (no longer used) or stdbool.h (was never
41440         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
41441
41442 2002-04-29  Paul Eggert  <eggert@twinsun.com>
41443
41444         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
41445
41446 2002-04-29  Jim Meyering  <meyering@lucent.com>
41447
41448         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
41449         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
41450         Use AC_FUNC_STRNLEN here instead.
41451
41452         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
41453         With autoconf-2.53a, it's part of AC_PROG_CC.
41454
41455 2002-04-28  Paul Eggert  <eggert@twinsun.com>
41456
41457         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
41458         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
41459
41460 2002-04-28  Paul Eggert  <eggert@twinsun.com>
41461
41462         * lib/sig2str.h, lib/sig2str.c: New files.
41463         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
41464
41465 2002-04-28  Paul Eggert  <eggert@twinsun.com>
41466
41467         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
41468         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
41469         of 127, since 64 is the largest conceivable number for ancient
41470         nonstandard hosts.
41471         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
41472
41473 2002-04-28  Jim Meyering  <meyering@lucent.com>
41474
41475         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
41476
41477 2002-04-24  Jim Meyering  <meyering@lucent.com>
41478
41479         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
41480         (jm_PREREQ): Use it.
41481
41482         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
41483         mach/mach.h fcntl.h.
41484         Check for this function: setlocale.
41485
41486 2002-04-24  Jim Meyering  <meyering@lucent.com>
41487
41488         * lib/gettext.h: New file, from Gettext.
41489         * lib/Makefile.am (INCLUDES): Remove -I../intl.
41490         (libfetish_a_SOURCES): Add gettext.h.
41491
41492 2002-04-16  Jim Meyering  <meyering@lucent.com>
41493
41494         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
41495         ut_pid, ut_id, ut_exit.
41496
41497 2002-04-16  Jim Meyering  <meyering@lucent.com>
41498
41499         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
41500         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
41501         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
41502
41503 2002-04-12  Jim Meyering  <meyering@lucent.com>
41504
41505         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
41506         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
41507         existence of the getmntinfo function.  Needed for Darwin 5.3.
41508
41509         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
41510         This is necessary at least on Darwin 5.3.
41511
41512         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
41513         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
41514         strnlen.o in the library, and that makes some versions of ranlib
41515         object.
41516
41517 2002-04-12  Jim Meyering  <meyering@lucent.com>
41518
41519         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
41520
41521 2002-04-09  Jim Meyering  <meyering@lucent.com>
41522
41523         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
41524         to be more precise.  Rather than saying we're checking whether the
41525         function `works', say what we're testing.
41526         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
41527         Reported by Bruno Haible.
41528
41529 2002-03-10  Jim Meyering  <meyering@lucent.com>
41530
41531         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
41532         Suggestion from Santiago Vila.
41533
41534 2002-03-08  Jim Meyering  <meyering@lucent.com>
41535
41536         * lib/rename.c: Mention that this wrapper is needed also on
41537         mips-dec-ultrix4.4 systems.
41538
41539 2002-03-02  Jim Meyering  <meyering@lucent.com>
41540
41541         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
41542         not HAVE_CLOCK_SETTIME.
41543
41544 2002-02-27  Paul Eggert  <eggert@twinsun.com>
41545
41546         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
41547         Check for clock_settime.
41548
41549 2002-02-27  Paul Eggert  <eggert@twinsun.com>
41550
41551         * lib/nanosleep.h: Rename to....
41552         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
41553
41554         * lib/gettime.c: New file.
41555         * lib/settime.c: New file.
41556         * lib/stime.c: Remove.
41557
41558         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
41559         timespec.h.  Remove nanosleep.h.
41560
41561 2002-02-25  Paul Eggert  <eggert@twinsun.com>
41562
41563         * m4/acl.m4: New file.
41564         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
41565         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
41566
41567 2002-02-25  Paul Eggert  <eggert@twinsun.com>
41568
41569         * lib/acl.c, lib/acl.h: New files.
41570         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
41571
41572 2002-02-24  Jim Meyering  <meyering@lucent.com>
41573
41574         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
41575         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
41576         cause trouble.  Reported by Nelson Beebe.
41577
41578 2002-02-23  Paul Eggert  <eggert@twinsun.com>
41579
41580         * lib/path-concat.c (xpath_concat): Reorder code to pacify
41581         compilers that don't know that xalloc_die never returns.
41582
41583 2002-02-20  Jim Meyering  <meyering@lucent.com>
41584
41585         * lib/getdate.c: Regenerate using bison-1.33.
41586
41587 2002-02-17  Jim Meyering  <meyering@lucent.com>
41588
41589         * config/config.guess (main): Don't use `head -1'; it's no longer
41590         portable. Use `sed 1q' instead.
41591
41592 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
41593
41594         * m4/codeset.m4: Upgrade to gettext-0.11.
41595         * m4/gettext.m4: Upgrade to gettext-0.11.
41596         * m4/glibc21.m4: Upgrade to gettext-0.11.
41597         * m4/iconv.m4: Upgrade to gettext-0.11.
41598         * m4/isc-posix.m4: Upgrade to gettext-0.11.
41599         * m4/lcmessage.m4: Upgrade to gettext-0.11.
41600         * m4/lib-ld.m4: New file, from gettext-0.11.
41601         * m4/lib-link.m4: New file, from gettext-0.11.
41602         * m4/lib-prefix.m4: New file, from gettext-0.11.
41603         * m4/progtest.m4: Upgrade to gettext-0.11.
41604
41605 2002-02-15  Paul Eggert  <eggert@twinsun.com>
41606
41607         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
41608         (jm_PREREQ): Use it.
41609
41610 2002-02-15  Paul Eggert  <eggert@twinsun.com>
41611
41612         * lib/posixver.c, lib/posixver.h: New files.
41613         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
41614
41615 2002-02-02  Paul Eggert  <eggert@twinsun.com>
41616             Bruno Haible  <bruno@clisp.org>
41617
41618         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
41619         (fwrite_success_callback): New declaration.
41620         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
41621         print_unicode_char. Call failure callback instead of error.
41622         (fwrite_success_callback): New function.
41623         (exit_failure_callback): New function.
41624         (fallback_failure_callback): New function.
41625         (print_unicode_char): Call unicode_to_mb.
41626
41627 2002-01-26  Jim Meyering  <meyering@lucent.com>
41628
41629         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
41630         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
41631
41632 2002-01-26  Jim Meyering  <meyering@lucent.com>
41633
41634         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
41635
41636 2002-01-22  Paul Eggert  <eggert@twinsun.com>
41637
41638         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
41639
41640 2002-01-22  Jim Meyering  <meyering@lucent.com>
41641
41642         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
41643         Otherwise, some versions of automake would omit the rule that makes
41644         Makefile from Makefile.in.
41645
41646 2002-01-21  Paul Eggert  <eggert@twinsun.com>
41647
41648         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
41649         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
41650         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
41651         (memcoll): Set errno to zero if there is no error.
41652
41653         * lib/quotearg.c (quotearg_buffer_restyled):
41654         Fix bug with quoting buffers containing NUL when backslashing escapes.
41655         This bug was exposed by the other changes in this patch.
41656         (quotearg_n_options): New arg ARGSIZE.
41657         All callers changed.
41658         (quoting_options_from_style): New function.
41659         (quotearg_n_style): Use it.
41660         (quotearg_n_style_mem): New function.
41661
41662         * lib/quotearg.h (quotearg_n_style_mem): New function.
41663
41664 2002-01-19  Jim Meyering  <meyering@lucent.com>
41665
41666         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
41667         Remove useless quotes: DF_PROG="df".
41668         * m4/strnlen.m4: New file.
41669
41670 2002-01-16  Paul Eggert  <eggert@twinsun.com>
41671
41672         * lib/backupfile.c (ISDIGIT): Comment fix.
41673         * lib/getdate.y (ISDIGIT): Likewise.
41674         * lib/posixtm.c (ISDIGIT, year): Likewise.
41675         * lib/strverscmp.c (ISDIGIT): Likewise.
41676         * lib/userspec.c (ISDIGIT): Likewise.
41677
41678 2002-01-16  Jim Meyering  <meyering@lucent.com>
41679
41680         * lib/getdate.y: Add three semicolons, each just before a closing
41681         brace. Bison (as of version 1.31) no longer papers over that mistake.
41682
41683 2002-01-05  Jim Meyering  <meyering@lucent.com>
41684
41685         * lib/version-etc.c (version_etc_copyright): Update copyright year.
41686
41687 2001-12-19  Paul Eggert  <eggert@twinsun.com>
41688
41689         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
41690         not silently exit merely because the output buffer happens to
41691         have nothing pending.
41692
41693 2001-12-18  Paul Eggert  <eggert@twinsun.com>
41694
41695         See the big note in ../ChangeLog.
41696         * lib/human.c (suffixes): Prefer K to k for 1024.
41697         (generate_suffix_backwards): New function.
41698         (human_readable_inexact): Use it.
41699         * lib/xstrtol.c (__xstrtol): If there is no number but there
41700         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
41701         Accept 'K' as well as 'k'.
41702
41703 2001-12-15  Jim Meyering  <meyering@lucent.com>
41704
41705         * lib/regex.h (__restrict_arr): Update from libc.
41706
41707         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
41708         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
41709         (STREQ): Define.
41710
41711 2001-12-14  Jim Meyering  <meyering@lucent.com>
41712
41713         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
41714         Suggestion from Bruno Haible.
41715
41716 2001-12-10  Jim Meyering  <meyering@lucent.com>
41717
41718         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
41719         xrealloc, Instead, include "xalloc.h".
41720         (initbuffer): Don't cast xmalloc return value to char*.
41721         (readline): Reword comment.
41722         Don't cast xrealloc return value to char*
41723         Return NULL, not 0.
41724
41725 2001-12-09  Jim Meyering  <meyering@lucent.com>
41726
41727         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
41728         about `signed and unsigned type in conditional expression'.
41729         * lib/posixtm.c (posix_time_parse): Likewise.
41730
41731         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
41732
41733         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
41734         to avoid a pedantic warning.
41735
41736         * lib/getstr.c: Don't include assert.h.
41737         (getstr): Remove warning-evoking assertions.
41738         Return -1 if offset parameter is out of bounds.
41739         Change the type of a local from int to size_t.
41740
41741         * lib/strftime.c (my_strftime_localtime_r): Include this function
41742         definition in the `#if ! HAVE_TM_GMTOFF' block.
41743
41744         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
41745         Include xalloc.h instead.
41746
41747 2001-12-02  Jim Meyering  <meyering@lucent.com>
41748
41749         * lib/tempname.c: Don't declare getenv, thus reverting the change of
41750         2001-11-18.  It's no longer necessary, now that stdlib.h is always
41751         included.
41752
41753         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
41754         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
41755
41756 2001-11-30  Akim Demaille  <akim@epita.fr>
41757
41758         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
41759         before being defined.
41760
41761 2001-11-27  Paul Eggert  <eggert@twinsun.com>
41762
41763         * lib/quotearg.h (quotearg_n, quotearg_n_style):
41764         First arg is int, not unsigned.
41765         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
41766         (SIZE_MAX, UINT_MAX): New macros.
41767         (quotearg_n_options): Abort if N is negative.
41768         Avoid overflow check on hosts where size_t is 64 bits and int
41769         is 32 bits, as overflow is impossible there.
41770         Fix off-by-one typo that caused unnecessary reallocation.
41771
41772 2001-11-27  Jim Meyering  <meyering@lucent.com>
41773
41774         * lib/tempname.c: Merge with version from libc.
41775         * lib/regex.c: Likewise.
41776
41777         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
41778         systems for which STDC_HEADERS is 0, it was not included, resulting in
41779         a warning about an integer-to-pointer conversion problem with getenv.
41780         Reported by Volker Borchert.
41781
41782 2001-11-26  Jim Meyering  <meyering@lucent.com>
41783
41784         * lib/gtod.h: Remove file.
41785         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
41786         * lib/gettimeofday.c: Don't include gtod.h.
41787         (GTOD_init): Remove function.
41788         (rpl_gettimeofday): Do its job here instead, rather than aborting.
41789         Suggestion from Volker Borchert.
41790
41791 2001-11-23  Jim Meyering  <meyering@lucent.com>
41792
41793         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
41794         it.
41795         * lib/hash.c (struct hash_table): Define it here instead.
41796
41797 2001-11-22  Jim Meyering  <meyering@lucent.com>
41798
41799         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
41800
41801 2001-11-20  Jim Meyering  <meyering@lucent.com>
41802
41803         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
41804         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
41805
41806 2001-11-19  Jim Meyering  <meyering@lucent.com>
41807
41808         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
41809         directory.  Use "conftestXXXXXX" as the template.
41810         Suggestion from Paul Eggert.
41811
41812         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
41813         immediately, so the test doesn't mistakenly hit the max-open-files
41814         limit.
41815
41816 2001-11-18  Paul Eggert  <eggert@twinsun.com>
41817
41818         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
41819         (TEMPORARIES): New macro.
41820         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
41821         removes an artificial limitation (e.g. HP-UX 10.20, where
41822         TMP_MAX is 17576).
41823
41824 2001-11-18  Jim Meyering  <meyering@lucent.com>
41825
41826         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
41827
41828 2001-11-18  Jim Meyering  <meyering@lucent.com>
41829
41830         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
41831         on SunOS 4.
41832
41833         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
41834         files will be created before anything else.
41835
41836 2001-11-17  Paul Eggert  <eggert@twinsun.com>
41837
41838         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
41839         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
41840
41841 2001-11-17  Jim Meyering  <meyering@lucent.com>
41842
41843         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
41844         Prompted by a report from Bob Proulx.
41845
41846         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
41847         Instead, require UTILS_FUNC_MKSTEMP.
41848
41849 2001-11-17  Jim Meyering  <meyering@lucent.com>
41850
41851         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
41852         Now, that's done as part of AC_FUNC_STRTOD.
41853
41854 2001-11-17  Jim Meyering  <meyering@lucent.com>
41855
41856         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
41857         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
41858         rather than group writable.  Patch by Juan F. Codagnone.
41859
41860         * lib/readtokens.c: Remove explicit declarations of xmalloc and
41861         xrealloc, Instead, include "xalloc.h".
41862
41863         * lib/mountlist.c: Include unlocked-io.h after all system headers.
41864         Remove explicit declarations of xmalloc, xrealloc,
41865         and xstrdup.  Instead, include "xalloc.h".
41866
41867         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
41868         unlocked-io.h.
41869         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
41870         Likewise.
41871         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
41872
41873         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
41874         Reported by Padraig Brady.
41875
41876         * lib/mkstemp.c: #undef mkstemp.
41877         Include config.h.
41878         (rpl_mkstemp): Rename from mkstemp.
41879         Protoize.
41880
41881 2001-11-16  Jim Meyering  <meyering@lucent.com>
41882
41883         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
41884         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
41885         determine the amount of total physical memory, use pstat_getstatic.
41886         HPUX-11 doesn't define _SC_PHYS_PAGES.
41887         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
41888         If sysconf couldn't be used to determine the amount of available
41889         physical memory, use both pstat_getstatic and pstat_getdynamic.
41890         Based on a patch from Bob Proulx.
41891
41892 2001-11-10  Jim Meyering  <meyering@lucent.com>
41893
41894         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
41895         (jm_PREREQ): Use it.
41896
41897 2001-11-09  Jim Meyering  <meyering@lucent.com>
41898
41899         * m4/jm-macros.m4: Require autoconf-2.52f.
41900         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
41901         Use these AC_-prefixed names, not the AM_-prefixed ones.
41902
41903         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
41904
41905 2001-11-05  Jim Meyering  <meyering@lucent.com>
41906
41907         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
41908
41909 2001-11-04  Jim Meyering  <meyering@lucent.com>
41910
41911         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
41912         $DEFS.
41913
41914 2001-11-03  Jim Meyering  <meyering@lucent.com>
41915
41916         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
41917         of AC_DEFUN.
41918
41919         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
41920         know the name of the variable in the macro definition.
41921
41922 2001-11-03  Jim Meyering  <meyering@lucent.com>
41923
41924         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
41925         in argmatch_to_argument call.
41926
41927         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
41928         argument.
41929
41930         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
41931         e.g., a fault due to an attempt to free a NULL pointer.
41932
41933 2001-11-01  Jim Meyering  <meyering@lucent.com>
41934
41935         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
41936         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
41937
41938 2001-11-01  Jim Meyering  <meyering@lucent.com>
41939
41940         * lib/dirfd.c, lib/dirfd.h: New files.
41941         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
41942
41943         * lib/hash.c (hash_print) [TESTING]: Clean up.
41944
41945 2001-10-22  Paul Eggert  <eggert@twinsun.com>
41946
41947         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
41948         to avoid a warning if -Wall.
41949
41950 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
41951
41952         * README: New file
41953         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
41954         (per RMS's instructions, this is now the canonical source)
41955         * lgpl/, gpl/: New directories.
41956
41957 2001-10-21  Paul Eggert  <eggert@twinsun.com>
41958
41959         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
41960
41961 2001-10-21  Jim Meyering  <meyering@lucent.com>
41962
41963         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
41964         this code would end up calling gettext even in packages built
41965         with --disable-nls.
41966         * lib/getopt.c (_): Likewise.
41967         * lib/regex.c (_): Likewise.
41968
41969 2001-10-20  Paul Eggert  <eggert@twinsun.com>
41970
41971         * m4/error.m4 (jm_PREREQ_ERROR):
41972         Do not invoke AC_CHECK_FUNCS with strerror_r, as
41973         AC_FUNC_STRERROR_R does that.
41974         Check for strerror declaration.
41975
41976         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
41977         are supposed to have them these days.
41978         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
41979         Merge changes from latest Autoconf CVS.
41980         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
41981         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
41982         POSIX decided to standardize on the int flavor of strerror_r.
41983
41984 2001-10-20  Paul Eggert  <eggert@twinsun.com>
41985
41986         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
41987         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
41988         Use strerror_r that is only a macro, even if it is not a function.
41989         (strerror): Check for HAVE_DECL_STRERROR before declaring.
41990         (private_strerror): Use prototypes, not old-style function definition.
41991         (print_errno_message): New function.
41992         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
41993         char*-flavored one.
41994         (error_tail, error, error_at_line): Use it.
41995
41996 2001-10-11  Jim Meyering  <meyering@lucent.com>
41997
41998         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
41999         and quote_n (1, ... to avoid clobbering a buffer.
42000
42001 2001-10-05  Jim Meyering  <meyering@lucent.com>
42002
42003         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
42004         hash-pjw.h.
42005         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
42006         * lib/hash-pjw.h: New file.
42007
42008 2001-09-30  Jim Meyering  <meyering@lucent.com>
42009
42010         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
42011         `struct fsstat' has the `f_fstypename' member.
42012         Use that to define FS_TYPE, which is now used to make
42013         the getfsstat link test tighter.
42014
42015 2001-09-30  Jim Meyering  <meyering@lucent.com>
42016
42017         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
42018         Include <sys/ucred.h>, for Apple Darwin.
42019         Include sys/mount.h and sys/fs_types.h only if available.
42020         (FS_TYPE): Define.
42021         (read_filesystem_list): Use FS_TYPE.
42022
42023 2001-09-29  Paul Eggert  <eggert@twinsun.com>
42024
42025         * lib/exclude.c (excluded_filename): 0 -> false, since it's
42026         a boolean context.
42027
42028 2001-09-29  Jim Meyering  <meyering@lucent.com>
42029
42030         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
42031         [one-argument getmntent function]): Include stdio.h before mntent.h.
42032         SunOS 4.1.x needs it for the declaration of `FILE'.
42033         Patch by Volker Borchert.
42034
42035         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
42036         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
42037         sys/fs_types.h, and make the link-test for getfsstat guard #include
42038         directives with appropriate #if HAVE_*_H tests so that we can
42039         detect getfsstat on Apple Darwin1.3.7 systems.
42040         Reported by Nelson Beebe.
42041         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
42042
42043 2001-09-28  Paul Eggert  <eggert@twinsun.com>
42044
42045         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
42046         #defines strtoimax.  Also treat the other strto* functions
42047         like strtoimax.
42048
42049         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
42050         Check for strtoul and strtoumax,
42051         as those declarations are made even in the signed case.
42052         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
42053         Likewise, for strtol and strtoimax.
42054
42055 2001-09-28  Paul Eggert  <eggert@twinsun.com>
42056
42057         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
42058         #defines strtoimax.  Also treat the other strto* functions
42059         like strtoimax.
42060
42061         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
42062         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
42063         (strtoimax, strtoumax): Do not declare if already defined as a macro.
42064
42065 2001-09-26  Jim Meyering  <meyering@lucent.com>
42066
42067         Most macros in unlocked-io.h had the wrong number of arguments.
42068         * lib/gen-uio: New script.
42069         (USE_UNLOCKED_IO): Define to 1 if not already defined.
42070         * lib/unlocked-io.hin: Remove file.
42071         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
42072         rather than trying to embed it here.
42073         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
42074         Reported by Padraig Brady.
42075
42076 2001-09-25  Volker Borchert  <bt@teknon.de>
42077
42078         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
42079         `result'.
42080
42081 2001-09-24  Jim Meyering  <meyering@lucent.com>
42082
42083         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
42084
42085 2001-09-23  Jim Meyering  <meyering@lucent.com>
42086
42087         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
42088         instead of the mere test for existence of mntent.h.  The latter
42089         would get a false-positive on AIX 3.4 systems.
42090         In the outer getmntent if-block, don't die if neither of the getmntent
42091         tests succeeds.  Instead, just fall through and continue with the
42092         remaining tests.
42093
42094 2001-09-23  Jim Meyering  <meyering@lucent.com>
42095
42096         * lib/mountlist.c: Remove useless parentheses in #if directives.
42097         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
42098         the deprecated MOUNTED symbol is no longer defined in mntent.h.
42099
42100 2001-09-22  Jim Meyering  <meyering@lucent.com>
42101
42102         * m4/gettext.m4: New file.  From gettext.
42103         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
42104         * m4/progtest.m4: Likewise
42105         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
42106         * m4/glibc21.m4: Likewise.
42107
42108         * m4/libintl.m4: Remove.  No longer used.
42109
42110 2001-09-22  Jim Meyering  <meyering@lucent.com>
42111
42112         * lib/localcharset.c: Update from latest gettext.
42113         * lib/config.charset: Likewise.
42114
42115 2001-09-20  Jim Meyering  <meyering@lucent.com>
42116
42117         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
42118         strtoimax.
42119         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
42120         strtoumax.
42121
42122 2001-09-20  Jim Meyering  <meyering@lucent.com>
42123
42124         * lib/xstrtol.c (strtoimax): Guard declaration with
42125         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
42126         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
42127         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
42128         (strtoumax): Likewise, for completeness (it wasn't necessary).
42129
42130 2001-09-17  Paul Eggert  <eggert@twinsun.com>
42131
42132         * lib/strtoimax.c (HAVE_LONG_LONG):
42133         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
42134         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
42135         to work around bug in IBM C compiler.
42136
42137 2001-09-17  Jim Meyering  <meyering@lucent.com>
42138
42139         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
42140         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
42141         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
42142         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
42143         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
42144         whenever the right hand side need not be expanded by the shell.
42145
42146 2001-09-16  Paul Eggert  <eggert@twinsun.com>
42147
42148         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
42149         library.  It's not correct, as some older glibcs are buggy.
42150         fnmatch wasn't fixed until glibc 2.2.
42151
42152         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
42153         special shell magic here.
42154
42155 2001-09-16  Jim Meyering  <meyering@lucent.com>
42156
42157         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
42158         * m4/jm-macros.m4: Require it.
42159
42160 2001-09-16  Jim Meyering  <meyering@lucent.com>
42161
42162         * lib/mkdir.c: New file.
42163
42164 2001-09-15  Jim Meyering  <meyering@lucent.com>
42165
42166         * m4/jm-macros.m4: Check for help2man.
42167
42168 2001-09-11  Jim Meyering  <meyering@lucent.com>
42169
42170         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
42171         The body, by Paul Eggert, was moved here from configure.in.
42172         * m4/jm-macros.m4: Require UTILS_HOST_OS.
42173
42174 2001-09-04  Paul Eggert  <eggert@twinsun.com>
42175
42176         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
42177         (jm_PREREQ): Use it.
42178
42179 2001-09-04  Paul Eggert  <eggert@twinsun.com>
42180
42181         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
42182         Use ssize_t, not int, to store result of readlink.
42183         Check for ssize_t overflow as well as size_t overflow,
42184         as POSIX says the result of readlink is implementation-defined
42185         when ssize_t overflows.
42186         Remove unnecessary cast to char*.
42187         Use free+malloc instead of realloc, as the storage doesn't need
42188         to be preserved and it's clearer and can be more efficient that way.
42189         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
42190         * lib/xreadlink.h (xreadlink): Update prototype.
42191
42192 2001-09-04  Paul Eggert  <eggert@twinsun.com>
42193
42194         * lib/xgetcwd.c: Revert some of the previous change; intead,
42195         fix the HAVE_GETCWD_NULL code to behave more like the
42196         !HAVE_GETCWD_NULL code used to.
42197
42198         Include "xalloc.h".
42199         (xgetcwd): Do not return NULL when memory is exhausted; instead,
42200         invoke xalloc_die.
42201
42202 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42203
42204         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
42205         sys/param.h, as pathmax.h includes them.
42206
42207 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42208
42209         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
42210         (jm_PREREQ_XGETCWD): New macro.
42211
42212         * m4/getcwd.m4: New file.
42213
42214 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42215
42216         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
42217         like the HAVE_GETCWD_NULL code.
42218         Include pathmax.h if not HAVE_GETCWD.
42219         Do not include xalloc.h.
42220         (INITIAL_BUFFER_SIZE): New symbol.
42221         Do not use xmalloc / xrealloc, since the caller is responsible for
42222         handling errors.  Preserve errno around `free' during failure.
42223         Do not overrun buffer when using getwd.
42224
42225 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42226
42227         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
42228         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
42229         getcwd (NULL, 0).
42230
42231 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42232
42233         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
42234         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
42235         spotted by Jim Meyering.
42236
42237 2001-09-03  Jim Meyering  <meyering@lucent.com>
42238
42239         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
42240         failure.
42241
42242 2001-09-02  Jim Meyering  <meyering@lucent.com>
42243
42244         * lib/error.c: Update from GNU libc.
42245
42246 2001-09-01  Jim Meyering  <meyering@lucent.com>
42247
42248         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
42249         Used by df.
42250
42251 2001-09-01  Jim Meyering  <meyering@lucent.com>
42252
42253         * lib/xreadlink.c: New file.
42254         * lib/xreadlink.h: New file.
42255         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
42256         xreadlink.h.
42257
42258         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
42259         doesn't conflict with sparc Solaris 7's definition in
42260         /usr/include/sys/int_types.h.
42261
42262         * lib/exclude.c: Use `""', not `<>' to #include non-system header
42263         files.
42264         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
42265         and strncasecmp as r-values.  Unixware didn't have declarations.
42266
42267 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42268
42269         * lib/xstrtol.h: Add copyright notice.
42270         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
42271         LONGINT_INVALID_SUFFIX_CHAR.
42272
42273 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42274
42275         * lib/xstrtol.c (strtoimax): New decl.
42276
42277 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42278
42279         * lib/xgetcwd.c: Don't include pathmax.h.
42280         Include stdlib.h and unistd.h if available.
42281         Include xalloc.h.
42282         (xmalloc, xstrdup, free): Remove decls.
42283         (xgetcwd): Don't assume sizes fit in unsigned.
42284         Check for overflow when computing sizes.
42285         Simplify reallocation code.
42286
42287 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42288
42289         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
42290         a directory's st_size can have an arbitrary value, so the old
42291         usage could waste an arbitrary amount of memory.  All uses
42292         changed.
42293         * lib/savedir.h: Update prototype.
42294
42295 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42296
42297         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
42298
42299         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
42300         old strtoimax.c.
42301
42302         Also, make the following further changes to make this file's
42303         configuration more similar to that of strtol.c:
42304         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
42305         (strtoumax, uintmax_t, strtoull, strtol): Remove.
42306         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
42307         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
42308         changed to signed values.
42309
42310         And make the following changes as well:
42311         Fix copyright notice, as 1999 was missing.
42312         (verify): New macro.
42313         (strtoimax): Check sizes at compile-time, not run-time.
42314         Prefer strtol to strtoll if both work.
42315         (main): Remove; it was not that useful and was a pain to maintain.
42316
42317         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
42318
42319 2001-08-31  Jim Meyering  <meyering@lucent.com>
42320
42321         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
42322         Use an initial, malloc'd, buffer of length 128 rather than
42323         a statically allocated one of length 1024.
42324
42325 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42326
42327         Simplify code, partly by assuming autoconf 2.52 semantics.
42328
42329         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
42330
42331         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
42332         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
42333         All uses removed.
42334         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
42335         Move AC_REQUIRE to next-to-top level, to avoid confusion.
42336         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
42337         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
42338         jm_AC_HEADER_INTTYPES_H.
42339         * m4/jm-macros.m4 (jm_MACROS): Likewise.
42340
42341         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
42342
42343         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
42344         Quote first arg of AC_DEFUN.
42345         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
42346         since they are needed to parse the include file even if we need
42347         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
42348         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
42349         but with opposite signedness.
42350
42351 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42352
42353         Merge 'exclude' changes from tar 1.13.22.
42354         This fixes one or two unlikely storage allocation overflow bugs,
42355         but doesn't change user-visible behavior otherwise.
42356
42357 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42358
42359         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
42360         (jm_PREREQ_EXCLUDE): New macro.
42361
42362 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42363
42364         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
42365         tm to be declared.
42366
42367 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42368
42369         * lib/hash.c: Remove '2001' from copyright notice.
42370
42371 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42372
42373         * lib/full-write.h: New file.
42374         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
42375         * lib/full-write.c: Correct credits, as cccp.c no longer
42376         exists and anyway it was so heavily changed from the old cccp
42377         code as to be unrecognizable.  Include full-write.h.
42378         (full_write) Return size_t, with short writes meaning failure.
42379         All callers changed.  This fixes a bug with large buffers
42380         on 64-bit hosts.
42381         * lib/utime.c: Include full-write.h.
42382
42383 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42384
42385         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
42386         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
42387         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
42388         Include if available.
42389         (<xalloc.h>): Include
42390         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
42391         (verify): New macro.  Use it to verify that EXCLUDE macros do not
42392         collide with FNM macros.
42393         (struct patopts): New struct.
42394         (struct exclude): Use it, as exclude patterns now come with options.
42395         (new_exclude): Support above changes.
42396         (new_exclude, add_exclude_file):
42397         Initial size must now be a power of two to simplify overflow checking.
42398         (free_exclude, fnmatch_no_wildcards): New function.
42399         (excluded_filename): No longer requires options arg, as the options
42400         are determined by add_exclude.  Now returns bool, not int.
42401         (excluded_filename, add_exclude):
42402         Add support for the fancy new exclusion options.
42403         (add_exclude, add_exclude_file): Now takes int options arg.
42404         Check for arithmetic overflow when computing sizes.
42405         (add_exclude_file): xrealloc might modify errno, so don't
42406         realloc until after errno might be used.
42407
42408         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
42409         New macros.
42410         (free_exclude): New decl.
42411         (add_exclude, add_exclude_file): Now takes int options arg.
42412         (excluded_filename): No longer requires options arg, as the options
42413         are determined by add_exclude.  Now returns bool, not int.
42414
42415 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42416
42417         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
42418
42419 2001-08-27  Jim Meyering  <meyering@lucent.com>
42420
42421         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
42422
42423         * lib/version-etc.c (N_): Remove definition.
42424         Revert most of last change.
42425         Instead, simply don't mark the `Copyright...' string for translation.
42426         Based on advice from Paul Eggert.
42427
42428         * lib/strtoxmax.c: Tweak comment.
42429
42430 2001-08-26  Jim Meyering  <meyering@lucent.com>
42431
42432         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
42433
42434         * m4/xstrtoimax.m4: New file.
42435         * m4/xstrtoumax.m4: Add comments explaining why we
42436         AC_REPLACE_FUNCS(strtol).
42437
42438 2001-08-26  Jim Meyering  <meyering@lucent.com>
42439
42440         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
42441         of copyright with `%s' so translators don't get an untranslated
42442         message in 2002.
42443         (COPYRIGHT_YEAR): Define.
42444         (version_etc): Use fprintf rather than fputs.
42445         Suggestion from Ulrich Drepper.
42446
42447         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
42448
42449         * lib/strtoll.c: New file, from GNU libc.
42450         * lib/xstrtoimax.c: New file.
42451
42452         * lib/xstrtol.h: Add xstrtoimax.
42453         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
42454         * lib/strtoimax.c: New file.  Likewise, but first define
42455         STRTOUXMAX_SIGNED.
42456
42457         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
42458         ...
42459         * lib/strtoxmax.c: ... then renamed to this.
42460
42461 2001-08-18  Paul Eggert  <eggert@twinsun.com>
42462
42463         * m4/inttypes.m4: Add AC_PREREQ(2.13).
42464         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
42465         (jm_AC_TYPE_INTMAX_T): New macro.
42466         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
42467
42468         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
42469
42470         * m4/longlong.m4: Renamed from ulonglong.m4.
42471         * m4/inttypes.m4: Renamed from inttypes_h.m4.
42472         * m4/uintmax_t.m4: Removed.
42473
42474 2001-08-13  Paul Eggert  <eggert@twinsun.com>
42475
42476         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
42477         Port to Solaris 8, where 'sed' requires a space after the 'r'
42478         command, and where sh dislikes "$/".  Clean up the spacing a bit.
42479         Redirect output to $tmp just once.
42480
42481 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
42482
42483         * lib/addext.c (<errno.h>): Include.
42484         (errno): Declare if not defined.
42485         (addext): Work correctly when pathconf returns -1 and leaves
42486         errno alone because there is no limit.  Also, work even if
42487         pathconf returns a value greater than SIZE_MAX.
42488
42489 2001-08-12  Jim Meyering  <meyering@lucent.com>
42490
42491         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
42492         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
42493         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
42494         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
42495         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
42496         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
42497         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
42498         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
42499         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
42500         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
42501         utime.m4, utimes.m4, xstrtoumax.m4:
42502         Quote the first argument in each use of AC_DEFUN.
42503
42504 2001-08-12  Jim Meyering  <meyering@lucent.com>
42505
42506         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
42507         Simply `return getcwd (NULL, 0);'.
42508         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
42509         Use 1300 as initial value for length, not PATH_MAX.
42510
42511         * lib/pathmax.h: Clean up cpp syntax.
42512
42513 2001-08-12  Jim Meyering  <meyering@lucent.com>
42514
42515         * lib/gettimeofday.c: New file.
42516         * lib/gtod.h: New file.
42517         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
42518
42519 2001-08-05  Jim Meyering  <meyering@lucent.com>
42520
42521         * m4/jm-macros.m4: Require autoconf-2.52.
42522
42523 2001-08-04  Jim Meyering  <meyering@lucent.com>
42524
42525         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
42526         stmt, to get in sync with glibc.
42527
42528 2001-08-03  Paul Eggert  <eggert@twinsun.com>
42529
42530         The following changes are from gettext 0.10.39 as maintained by
42531         Bruno Haible.
42532
42533         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
42534         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
42535         with inverted sense.  All uses changed.
42536
42537         * lib/mbswidth.c: Don't include <limits.h>.
42538         Include <stdlib.h> and <string.h> unconditionally.
42539         (iswcntrl, mbsinit, ISCNTRL): New macros.
42540         (mbsnwidth): Use K&R style function declarations.
42541         Don't bother checking for MB_LEN_MAX == 1, since the compiler
42542         can optimize it when MB_CUR_MAX == 1.
42543         The width of control characters is zero, not 1.
42544
42545 2001-08-03  Paul Eggert  <eggert@twinsun.com>
42546
42547         The following changes are from gettext 0.10.39 as maintained by
42548         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
42549
42550         * m4/codeset.m4: Upgrade to serial AM1.
42551         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
42552         all uses changed.  Quote first arg of AC_DEFUN.
42553         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
42554
42555         * m4/iconv.m4: Upgrade to serial AM2.
42556         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
42557         Add --with-libconv-prefix.
42558         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
42559         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
42560         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
42561         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
42562         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
42563
42564         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
42565         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
42566         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
42567         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
42568         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
42569         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
42570         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
42571         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
42572         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
42573
42574         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
42575         string.h any more.
42576
42577         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
42578         not the default value.
42579
42580         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
42581         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
42582         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
42583         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
42584         Also check for iswcntrl, used for wcwidth fallback.
42585         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
42586         to Autoconf 2.13.
42587
42588 2001-08-03  Jim Meyering  <meyering@lucent.com>
42589
42590         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
42591         as it was in the original.  Reported by Paul Eggert.
42592
42593 2001-07-16  Jim Meyering  <meyering@lucent.com>
42594
42595         * m4/gettimeofday.m4: New file.
42596         Prompted by a report from Bernhard Baehr.
42597
42598 2001-07-15  Jim Meyering  <meyering@lucent.com>
42599
42600         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
42601         stuff. Now it's in ../Makefile.cfg.
42602
42603 2001-07-15  Jim Meyering  <meyering@lucent.com>
42604
42605         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
42606         (BUILT_SOURCES): Add unlocked-io.h.
42607         (io_functions): Define.
42608         (unlocked-io.h): New rule.
42609         (DISTCLEANFILES): Add unlocked-io.h.
42610         (all-local): Depend on unlocked-io.h, to ensure it is created.
42611
42612         * lib/unlocked-io.hin: New file
42613
42614         * lib/regex.c: Update from glibc.
42615
42616 2001-07-05  Jim Meyering  <meyering@lucent.com>
42617
42618         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
42619         recommendation.
42620         (libfetish_a_SOURCES): Put all .h files here instead.
42621         Remove a thus-exposed (better checks in automake) duplicate and
42622         two unnecessary .h files.
42623
42624 2001-07-04  Jim Meyering  <meyering@lucent.com>
42625
42626         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
42627         that generates jm-glibc-io.m4 so that it doesn't trigger any make
42628         distcheck failure.
42629
42630 2001-07-02  Jim Meyering  <meyering@lucent.com>
42631
42632         The following changes were prompted by suggestions from Bruno Haible.
42633
42634         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
42635         is now generated.
42636         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
42637         definition of EXTRA_DIST.
42638         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
42639         ensure that the generated file is created/updated whenever the list
42640         of $(unlocked_functions) is changed.
42641         (jm-glibc-io.m4): New rule.
42642         (unlocked-io.h): New rule -- currently unused.
42643
42644 2001-06-24  Jim Meyering  <meyering@lucent.com>
42645
42646         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
42647         unmatched right bracket, rather than kludging it with an extra,
42648         falsely-matching quote in a comment.  Patch by Akim Demaille.
42649
42650 2001-06-11  Jim Meyering  <meyering@lucent.com>
42651
42652         * lib/regex.c: Update from GNU libc.
42653
42654 2001-05-27  Jim Meyering  <meyering@lucent.com>
42655
42656         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
42657         Check for ut_type in struct utmp.
42658
42659 2001-05-27  Jim Meyering  <meyering@lucent.com>
42660
42661         * lib/readutmp.h (UT_TYPE): Define.
42662
42663 2001-05-24  Jim Meyering  <meyering@lucent.com>
42664
42665         * lib/argmatch.c: Include "quote.h".
42666         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
42667         quote function.  Reported by Göran Uddeborg.
42668
42669 2001-05-22  Jim Meyering  <meyering@lucent.com>
42670
42671         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
42672         now that we use the package-supplied version unconditionally.
42673         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
42674
42675 2001-05-21  Jim Meyering  <meyering@lucent.com>
42676
42677         * m4/regex.m4: Change a couple backticks to single quotes to avoid
42678         shell syntax errors.
42679
42680 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
42681
42682         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
42683
42684 2001-05-20  Paul Eggert  <eggert@twinsun.com>
42685
42686         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
42687         Don't bother to check library strftime, since
42688         we'll be using our own my_strftime function anyway.
42689         Define my_strftime instead of strftime.
42690
42691 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
42692
42693         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
42694         which is not yet declared.
42695
42696 2001-05-15  Jim Meyering  <meyering@lucent.com>
42697
42698         * m4/regex.m4: Use proper quoting so brackets appear in the test
42699         program.
42700         Reported by, and with help from, Bruno Haible.
42701
42702 2001-05-13  Jim Meyering  <meyering@lucent.com>
42703
42704         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
42705         undefined.
42706
42707 2001-05-11  Paul Eggert  <eggert@twinsun.com>
42708
42709         dirname code cleanup.  base_name now behaves more compatibly
42710         with POSIX basename when given file names that have trailing
42711         slashes, and similarly for dir_name.  Add new primitives
42712         base_len and dir_len.  Put the directory-name-related decls
42713         into dirname.h.
42714
42715         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
42716         * lib/backupfile.c (base_name): Likewise.
42717         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
42718         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
42719         * lib/makepath.c (strip_trailing_slashes): Likewise.
42720         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
42721         ISSLASH): Likewise.
42722         * lib/rename.c (strip_trailing_slashes): Likewise.
42723         * lib/same.c (base_name): Likewise.
42724         * lib/stripslash.c (ISSLASH): Likewise.
42725
42726         * lib/addext.c: Include <dirname.h> after size_t is defined.
42727         * lib/backupfile.c: Likewise.
42728
42729         * lib/addext.c (addext): Use base_len to trim redundant
42730         trailing slashes instead of doing it ourselves.
42731         But do not trim the last slash if it is not redundant.
42732
42733         * lib/backupfile.c (find_backup_file_name,
42734         max_backup_version): Use base_len instead of rolling it ourselves.
42735         Handle the case of "" and (on DOS) "C:" correctly.
42736
42737         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
42738         needed. Include <string.h>, <dirname.h>.
42739         (base_name): Allow file names ending in slashes, other than names
42740         that are all slashes.  In this case, return the basename followed
42741         by the slashes.  This is more general, and can be used in places
42742         where the original base_name purposely had an assertion failure.
42743         (base_len): New function.
42744
42745         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
42746         Do not include <assert.h>; no longer needed.
42747         Include xalloc.h.
42748         (memrchr): Remove decl.
42749         (dir_name_r): Remove.
42750         (dir_len): Renamed from dirlen.  All callers changed.
42751         Rewrite in terms of base_name, for simplicity and consistency.
42752         (dir_name): Never return NULL.  All callers changed.
42753         Do not include <stdlib.h> in test program; no longer needed.
42754         return 0; is fine for test program.
42755
42756         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
42757         New macros.
42758         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
42759
42760         * lib/path-concat.c (path_concat): Use base_len to compute
42761         base length, not strlen; this means we cannot rely on memcpy
42762         to null-terminate.
42763
42764         * lib/same.c (STREQ): Remove.
42765         (same_name): Handle the case where the basename ends in trailing '/'.
42766
42767         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
42768         a slash was stripped.  Do not strip the last slash after a
42769         file system prefix.
42770
42771 2001-05-11  Paul Eggert  <eggert@twinsun.com>
42772
42773         * lib/Makefile.am (libfetish_a_SOURCES):
42774         Add strftime.c, since we now compile it on all hosts.
42775
42776         * lib/strftime.c (my_strftime):
42777         Define to nstrftime if emacs, but only if my_strftime is not defined.
42778         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
42779         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
42780         Add one more extra argument: a nanoseconds value.
42781         All uses changed.
42782         (ns): New macro.
42783         (my_strftime function): Add %N format.
42784         (emacs_strftimeu): Renamed from emacs_strftime,
42785         with extra ut argument.
42786
42787 2001-05-09  Paul Eggert  <eggert@twinsun.com>
42788
42789         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
42790
42791 2001-04-21  Jim Meyering  <meyering@lucent.com>
42792
42793         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
42794         doesn't interfere.
42795
42796 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
42797
42798         * m4/ftruncate.m4: Check for chsize.
42799         Link with ftruncate.o unconditionally if ftruncate is missing.
42800         This was required when cross-compiling to i586-mingw32msvc.
42801
42802 2001-04-08  Jim Meyering  <meyering@lucent.com>
42803
42804         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
42805         recomputed; that's necessary when the offset spans a DST transition.
42806         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
42807
42808 2001-04-02  Jim Meyering  <meyering@lucent.com>
42809
42810         * lib/regex.h, regex.c: Update from GNU libc.
42811
42812 2001-03-24  Jim Meyering  <meyering@lucent.com>
42813
42814         * m4/jm-macros.m4: Require autoconf-2.49d.
42815
42816 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
42817
42818         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
42819
42820 2001-03-19  Paul Eggert  <eggert@twinsun.com>
42821
42822         * lib/version-etc.c (version_etc_copyright): Update to 2001.
42823
42824 2001-03-17  Jim Meyering  <meyering@lucent.com>
42825
42826         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
42827         now that the version in autoconf is equivalent.
42828         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
42829
42830         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
42831         Suggestion from Akim Demaille.
42832
42833         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
42834         (jm_PREREQ_TEMPNAME): New function.
42835
42836 2001-03-16  Paul Eggert  <eggert@twinsun.com>
42837
42838         * lib/tempname.c (uint64_t): Define to uintmax_t if
42839         not defined, and if UINT64_MAX is not defined.
42840         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
42841         Reported by John David Anglin.
42842
42843 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
42844
42845         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
42846         resolve alias if codeset is empty.
42847         * lib/config.charset (BeOS): Use wildcard syntax.
42848
42849 2001-03-13  Jim Meyering  <meyering@lucent.com>
42850
42851         * lib/path-concat.c (path_concat)
42852         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
42853         concatenating e.g., `C:' and `foo'.
42854         From Bruno Haible.
42855
42856 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
42857
42858         * lib/localcharset.c (locale_charset): Don't use
42859         setlocale(LC_CTYPE,NULL). Don't return NULL.
42860         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
42861
42862 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
42863
42864         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
42865         support for DOS/DJGPP.
42866
42867 2001-03-01  Paul Eggert  <eggert@twinsun.com>
42868
42869         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
42870         lacks mkstemp.  Compile our own tempname.c if we compile our own
42871         mkstemp.c, as mkstemp relies on tempname.
42872
42873 2001-03-01  Jim Meyering  <meyering@lucent.com>
42874
42875         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
42876         AH_VERBATIM really does output its argument verbatim.
42877
42878 2001-02-28  Paul Eggert  <eggert@twinsun.com>
42879
42880         * lib/Makefile.am (libfetish_a_SOURCES):
42881         Add dup-safer.c, fopen-safer.c.
42882         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
42883
42884         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
42885         * lib/unistd-safer.h: New files.
42886
42887 2001-02-25  Paul Eggert  <eggert@twinsun.com>
42888
42889         The mkstemp replacement is taken from glibc 2.2.2, with some
42890         portability fixes for use outside glibc, as follows:
42891
42892         * lib/tempname.c (struct_stat64): New macro.
42893         (direxists, __gen_tempname): Use it.
42894         This avoids a portability problem with Solaris 8.
42895
42896         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
42897         (<stddef.h>, <stdint.h>, <string.h>):
42898         Include only if STDC_HEADERS || _LIBC.
42899         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
42900         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
42901         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
42902         (__set_errno): Define this macro if <errno.h> doesn't.
42903         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
42904         Define these macros if <stdio.h> doesn't.
42905         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
42906         Define these macros if <sys/stat.h>
42907         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
42908         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
42909         __xstat64): Define if not _LIBC.
42910         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
42911         (__gen_tempname): Invoke gettimeofday only if
42912         HAVE_GETTIMEOFDAY || _LIBC;
42913         otherwise, fall back on plain "time".
42914         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
42915
42916         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
42917
42918         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
42919
42920 2001-02-18  Paul Eggert  <eggert@twinsun.com>
42921
42922         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
42923
42924 2001-02-17  Paul Eggert  <eggert@twinsun.com>
42925
42926         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
42927         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
42928         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
42929         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
42930
42931 2001-02-17  Paul Eggert  <eggert@twinsun.com>
42932
42933         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
42934         Remove workaround macros for hosts that have mbrtowc but not
42935         mbstate_t, as we now insist on proper declarations for both
42936         before using mbrtowc.
42937
42938 2001-02-17  Jim Meyering  <meyering@lucent.com>
42939
42940         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
42941         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
42942         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
42943         UnixWare 7.1.1.
42944
42945         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
42946         rather than AC_CACHE_VAL.
42947
42948 2001-02-17  Jim Meyering  <meyering@lucent.com>
42949
42950         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
42951         around included file name.
42952
42953         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
42954
42955         * lib/strftime.c: Update from GNU libc (the only changes were to
42956         comments).
42957
42958 2001-02-17  Jim Meyering  <meyering@lucent.com>
42959
42960         * lib/regex.c: Update from libc.
42961
42962 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
42963
42964         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
42965         clash.
42966
42967 2001-02-16  Paul Eggert  <eggert@twinsun.com>
42968
42969         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
42970         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
42971         Reported by Mark Hounschell via Paul Eggert.
42972
42973 2001-02-07  Jim Meyering  <meyering@lucent.com>
42974
42975         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
42976
42977 2001-02-05  Jim Meyering  <meyering@lucent.com>
42978
42979         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
42980         it includes the patch required for `large file' support with at least
42981         HP-UX's 10.20 /bin/cc.
42982
42983 2001-02-03  Jim Meyering  <meyering@lucent.com>
42984
42985         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
42986         AS_IF, now that it works once again (mysteriously).
42987         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
42988
42989 2001-01-30  Jim Meyering  <meyering@lucent.com>
42990
42991         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
42992         * m4/chown.m4: Rename conftestchown to conftest.chown.
42993         * m4/rename.m4: s/conftestdir/conftest.d1/ and
42994         s/conftestdir2/conftest.d2/.
42995         * m4/utimes.m4: s/conftestdata/conftest.data/
42996         Inspired by Pavel Roskin's change in autoconf.
42997
42998 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
42999
43000         * lib/config.charset: Update for FreeBSD 4.2.
43001
43002 2001-01-27  Jim Meyering  <meyering@lucent.com>
43003
43004         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
43005         a use of AS_IF.
43006         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
43007
43008 2001-01-26  Jim Meyering  <meyering@lucent.com>
43009
43010         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
43011         quotearg.c includes it.
43012
43013 2001-01-26  Jim Meyering  <meyering@lucent.com>
43014
43015         * lib/quotearg.c: Include stddef.h.
43016         * lib/quote.c: Include stddef.h.
43017         Reported by Axel Kittenberger.
43018
43019         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
43020         line in double quotes so that it evokes a better diagnostic.
43021         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
43022         Reported by Axel Kittenberger.
43023
43024 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
43025
43026         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
43027         as if it was a `charset'.
43028
43029 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
43030
43031         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
43032         has const.
43033
43034 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
43035
43036         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
43037         to avoid a warning.  Add back 'const' to inptr.
43038
43039 2001-01-20  Jim Meyering  <meyering@lucent.com>
43040
43041         Be sure that headers are checked before used in code compiled
43042         for the type checks.
43043         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
43044         In place of that, invoke jm_CHECK_ALL_TYPES.
43045         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
43046         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
43047         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
43048         The check for ssize_t was mistakenly run before the test for unistd.h.
43049
43050         The configure-time check for stdbool.h was missing.
43051         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
43052         (jm_PREREQ_HASH): New function.
43053
43054 2001-01-17  Jim Meyering  <meyering@lucent.com>
43055
43056         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
43057         for autoconf-2.49c.
43058         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
43059
43060 2001-01-16  Jim Meyering  <meyering@lucent.com>
43061
43062         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
43063         From Bruno Haible.
43064
43065 2001-01-14  Jim Meyering  <meyering@lucent.com>
43066
43067         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
43068         foo and bar.  Create conftestdir/ in the script, not in the C code.
43069         Remove directories in the script, not in the C code.
43070         Remove conftestdir{,2} before trying to create the directory.
43071         Make the entire configure script fail if the mkdir fails.
43072
43073 2001-01-14  Jim Meyering  <meyering@lucent.com>
43074
43075         * lib/rename.c: New file.  From Volker Borchert.
43076         Include stdlib.h, string.h or strings.h, and xalloc.h.
43077         Use strip_trailing_slashes rather than open-coding it.
43078
43079 2001-01-03  Paul Eggert  <eggert@twinsun.com>
43080
43081         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
43082
43083 2001-01-03  Jim Meyering  <meyering@lucent.com>
43084
43085         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
43086         of local `inptr' to avoid warning with some system declarations of
43087         iconv.
43088
43089 2001-01-02  Volker Borchert  <bt@teknon.de>
43090
43091         * m4/rename.m4: New file.
43092         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
43093
43094 2001-01-01  Jim Meyering  <meyering@lucent.com>
43095
43096         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
43097         even on systems with utmpx.h.  It's necessary for the declaration of
43098         utmp's ut_user member.  Reported by Andreas Jaeger.
43099
43100         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
43101         available. They are required for the declarations of getgrgid and
43102         getpwuid resp.
43103         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
43104         Reported by Andreas Jaeger.
43105
43106 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
43107
43108         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
43109         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
43110         so `make install' also works in VPATH builds.
43111
43112 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
43113
43114         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
43115         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
43116         can be used in subdirectories.
43117
43118 2000-12-29  Paul Eggert  <eggert@twinsun.com>
43119
43120         * lib/modechange.c: Do not assume that mode_t uses the
43121         traditional octal encoding.  E.g. "chmod 1 FOO" should set
43122         the other-execute bit of FOO even if S_IXOTH != 1.
43123
43124         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
43125         WOTH, XOTH, ALLM): New macros.
43126         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
43127          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
43128         Use them.
43129         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
43130         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
43131         (mode_compile):
43132         No need to use uintmax_t; unsigned long is long enough.
43133         Don't bother to get suffix since we don't use it.
43134
43135 2000-12-26  Jim Meyering  <meyering@lucent.com>
43136
43137         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
43138         better with autoheader.
43139
43140 2000-12-24  Jim Meyering  <meyering@lucent.com>
43141
43142         * lib/hash.c (is_prime): Return explicit boolean values.
43143         (hash_get_first): Return NULL to appease Irix5.6's 89.
43144         Reported by Nelson Beebe.
43145
43146 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
43147
43148         * lib/localcharset.c (locale_charset): Add support for Win32.
43149
43150 2000-12-18  Paul Eggert  <eggert@twinsun.com>
43151
43152         * lib/physmem.h, lib/physmem.c: New files.
43153
43154         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
43155         (noinst_HEADERS): Add physmem.h.
43156
43157         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
43158         't' for compatibility with Solaris 8 sort.
43159
43160 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
43161
43162         * lib/config.charset: Add support for BeOS.
43163
43164 2000-12-17  Jim Meyering  <meyering@lucent.com>
43165
43166         * m4/dos.m4 (jm_AC_DOS): New file and macro.
43167         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
43168
43169 2000-12-16  Jim Meyering  <meyering@lucent.com>
43170
43171         This bug had a serious impact on chown: `chown N:M FILE' (for integer
43172         N and M) would have treated it like `chown N:N FILE'.
43173
43174         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
43175
43176 2000-12-16  Jim Meyering  <meyering@lucent.com>
43177
43178         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
43179         SHELLS_FILE to a file name that's useful on djgpp systems.
43180         Include stdlib.h.
43181         (ADDITIONAL_DEFAULT_SHELLS): Define.
43182         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
43183         Based mostly on a patch from Prashant TR.
43184
43185 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
43186
43187         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
43188         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
43189         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
43190
43191 2000-12-08  Andreas Schwab  <schwab@suse.de>
43192
43193         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
43194         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
43195
43196 2000-12-07  Jim Meyering  <meyering@lucent.com>
43197
43198         * lib/stripslash.c (ISSLASH): Define.
43199         (strip_trailing_slashes): Use ISSLASH rather than comparing against
43200         `/'.
43201         From Prashant TR.
43202
43203         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
43204         (dir_name_r): Declare this function as static.
43205         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
43206         manifest itself on a name containing a mix of slashes and
43207         backslashes.
43208         Make this function work with names starting with a DOS-style
43209         drive letter and colon prefix.
43210         (dir_name): Append `.' if necessary.
43211         Based mostly on patches from Prashant TR and Eli Zaretskii.
43212
43213         * lib/dirname.h (dir_name_r): Remove prototype.
43214
43215 2000-12-06  Paul Eggert  <eggert@twinsun.com>
43216
43217         * m4/off_t-format.m4: Remove this file.
43218         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
43219
43220 2000-12-06  Jim Meyering  <meyering@lucent.com>
43221
43222         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
43223         replacement strtoull, we may well need the replacement strtoul, too.
43224         Check for declarations of strtoul and strtoull.
43225         Check for strtol.  Mainly as a cue to cause automake to include
43226         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
43227         Check for limits.h -- strtol.c needs it.
43228
43229 2000-12-05  Jim Meyering  <meyering@lucent.com>
43230
43231         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
43232
43233 2000-12-04  Jim Meyering  <meyering@lucent.com>
43234
43235         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
43236         Also include memory.h, stdlib.h, unistd.h if appropriate.
43237         Reported by Andreas Jaeger (conflicting declaration of malloc).
43238
43239 2000-12-02  Jim Meyering  <meyering@lucent.com>
43240
43241         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
43242         * m4/jm-macros.m4 (jm_MACROS): require it.
43243
43244 2000-12-02  Jim Meyering  <meyering@lucent.com>
43245
43246         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
43247
43248 2000-12-01  Paul Eggert  <eggert@twinsun.com>
43249
43250         * lib/memrchr.c: Include <config.h> before any system include file.
43251
43252 2000-11-30  Jim Meyering  <meyering@lucent.com>
43253
43254         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
43255
43256 2000-11-30  Jim Meyering  <meyering@lucent.com>
43257
43258         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
43259
43260 2000-11-29  Paul Eggert  <eggert@twinsun.com>
43261
43262         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
43263
43264 2000-11-26  Jim Meyering  <meyering@lucent.com>
43265
43266         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
43267
43268 2000-11-22  Paul Eggert  <eggert@twinsun.com>
43269
43270         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
43271         size of (size_t) -1; it's not portable.
43272
43273 2000-11-17  Jim Meyering  <meyering@lucent.com>
43274
43275         * lib/strstr.c: Update from GNU libc.
43276
43277 2000-11-17  Akim Demaille  <akim@epita.fr>
43278
43279         * lib/obstack.h: Formatting changes.
43280         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
43281         prevent type checking.
43282         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
43283         cast the value to (void *): assigning a `foo *' to a `void *'
43284         variable is valid.
43285         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
43286
43287 2000-11-16  Jim Meyering  <meyering@lucent.com>
43288
43289         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
43290
43291 2000-11-11  Jim Meyering  <meyering@lucent.com>
43292
43293         * lib/error.c: Add a couple #includes, merging from GNU libc version.
43294
43295 2000-11-10  Jim Meyering  <meyering@lucent.com>
43296
43297         * lib/obstack.h: Update from GNU libc.
43298         * lib/obstack.c: Likewise.
43299
43300 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
43301
43302         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
43303
43304 2000-11-06  Paul Eggert  <eggert@twinsun.com>
43305
43306         * lib/getusershell.c (setusershell): Use rewind rather than
43307         fseek/fseeko, to avoid configuration hassles with fseeko.
43308         Don't bother opening SHELLS_FILE if shellstream is NULL;
43309         it's not necessary.
43310
43311 2000-11-05  Jim Meyering  <meyering@lucent.com>
43312
43313         * lib/makepath.h (make_dir): Declare.
43314         * lib/makepath.c (make_dir): Remove `static' attribute.
43315         Tweak a comment.
43316
43317 2000-11-04  Jim Meyering  <meyering@lucent.com>
43318
43319         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
43320
43321 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
43322
43323         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
43324         last one in a bucket, advance to the next bucket.
43325
43326 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
43327
43328         * lib/fnmatch.c: Do not comment out all the code if we are using
43329         the GNU C library, because in some cases we are replacing buggy
43330         code in the GNU C library itself.
43331
43332 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
43333
43334         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
43335         (regex_compile): Catch bogus \(\1\).
43336
43337 2000-10-30  Paul Eggert  <eggert@twinsun.com>
43338
43339         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
43340         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
43341         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
43342
43343 2000-10-30  Paul Eggert  <eggert@twinsun.com>
43344
43345         * lib/error.h, getline.h, modechange.h:
43346         Remove "2000" from Copyright line, as the file hasn't been
43347         changed this year other than in the copyright notice.
43348
43349         * lib/xalloc.h: Add "2000" to Copyright line, as this file
43350         was changed this year.
43351
43352 2000-10-29  Jim Meyering  <meyering@lucent.com>
43353
43354         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
43355         renaming.
43356         * m4/ls-mntd-fs.m4: Likewise
43357
43358 2000-10-29  Jim Meyering  <meyering@lucent.com>
43359
43360         * lib/xstat.in: Fix grammar in comment.
43361
43362 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
43363
43364         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
43365         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
43366         doesn't define __restrict_arr.
43367
43368 2000-10-28  Jim Meyering  <meyering@lucent.com>
43369
43370         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
43371         (jm_PREREQ_MEMCHR): New function.
43372
43373 2000-10-28  Jim Meyering  <meyering@lucent.com>
43374
43375         * lib/memchr.c: Update from libc.
43376         Adjust for portability:
43377         [HAVE_STDLIB_H]: Include stdlib.h.
43378         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
43379         Undef __memchr, too.
43380         [!weak_alias]: Define __memchr to memchr.
43381
43382         * lib/regex.c: Update from libc.
43383         * lib/regex.h: Likewise.
43384         * lib/getopt1.c: Likewise.
43385         * lib/memcmp.c: Likewise.
43386
43387         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
43388         Avoid using fseek, when possible -- it's broken by design.
43389         Patch by Ulrich Drepper.
43390
43391 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
43392
43393         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
43394         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
43395         Giving in to popular pressure to shut up the compiler with casts.
43396
43397 2000-10-26  Jim Meyering  <meyering@lucent.com>
43398
43399         * lib/strftime.c: Update from libc.
43400
43401 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
43402
43403         * regex.c: More `unsigned char' -> `re_char' changes.
43404         Also change several `int' into `re_wchar_t'.
43405         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
43406         (PUSH_FAILURE_POINTER): Don't cast any more.
43407         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
43408         We want GCC to complain, since this piece of code makes
43409         re_match non-reentrant, which *should* be fixed.
43410         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
43411         (EXTEND_BUFFER): Use RETALLOC.
43412         (SET_LIST_BIT): Don't cast.
43413         (re_wchar_t): New type.
43414         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
43415         that those two functions will always properly return.
43416         (IMMEDIATE_QUIT_CHECK): Cast to void.
43417         (analyse_first): Use recursion rather than an explicit stack.
43418         (re_compile_fastmap): Can't fail anymore.
43419         (re_search_2): Don't check re_compile_fastmap for failure.
43420         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
43421         Now also sets the new value (passed in a new argument).
43422         (re_match_2_internal): Use it.
43423         Also, use a new var `reg' of type size_t when looping through regs
43424         rather than reuse the inappropriate `mcnt'.
43425
43426 2000-10-25  Jim Meyering  <meyering@lucent.com>
43427
43428         * lib/obstack.c: Update from libc.
43429
43430 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
43431
43432         * regex.c (regex_compile): Change the way of handling a range from
43433         a char less than 256 to a char not less than 256.
43434
43435 2000-10-24  Andrew Innes  <andrewi@gnu.org>
43436
43437         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
43438         NT-Emacs only.
43439         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
43440         so that re_search functions only quit when callers expect them to.
43441
43442 2000-10-23  Jim Meyering  <meyering@lucent.com>
43443
43444         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
43445         wrong.  That set_locale call must not have any side effects.
43446         From Paul Eggert.
43447
43448 2000-10-22  Jim Meyering  <meyering@lucent.com>
43449
43450         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
43451         [CYCLIC]: Remove now-unused definition.
43452
43453         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
43454         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
43455         Suggestion from Ulrich Drepper.
43456
43457 2000-10-21  Jim Meyering  <meyering@lucent.com>
43458
43459         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
43460         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
43461         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
43462
43463 2000-10-21  Jim Meyering  <meyering@lucent.com>
43464
43465         * lib/dirname.c (memrchr): Declare if necessary.
43466         (dir_name): Remove the restriction that there be no
43467         trailing slashes.  Now, this code skips past them, effectively
43468         ignoring them.
43469         [TEST_DIRNAME] (main): New unit tests.
43470
43471         * lib/memrchr.c: New file from GNU libc.
43472         Undef __memrchr, too.
43473         [!weak_alias]: Define __memrchr to memrchr.
43474         Guard weak_alias use with `#ifdef weak_alias'.
43475
43476 2000-10-21  Jim Meyering  <meyering@lucent.com>
43477
43478         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
43479         (dir_name): Use dir_name_r.
43480         * lib/dirname.h (dir_name_r): Declare it.
43481
43482 2000-10-17  Jim Meyering  <meyering@lucent.com>
43483
43484         * lib/quote.h (PARAMS): Define and use.
43485         Reported by Akim Demaille.
43486
43487         * lib/getopt.c: Update from libc.
43488
43489 2000-10-16  Jim Meyering  <meyering@lucent.com>
43490
43491         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
43492         setlocale.
43493         From Jan Fedak.
43494
43495 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
43496
43497         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
43498
43499 2000-09-25  Jim Meyering  <meyering@lucent.com>
43500
43501         * lib/md5.h (rol): Define (from GnuPG).
43502
43503         * lib/sha.c: Give credit (GnuPG) where due.
43504         (M): Use rol rather than open-coding it.
43505         Add a FIXME comment.
43506
43507 2000-09-21  Jim Meyering  <meyering@lucent.com>
43508
43509         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
43510         Reported by Michael Stone.
43511
43512 2000-09-20  Jim Meyering  <meyering@lucent.com>
43513
43514         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
43515         (noinst_HEADERS): Add sha.h.
43516         Based on code from Scott G. Miller and from GnuPG.
43517
43518 2000-09-18  Jim Meyering  <meyering@lucent.com>
43519
43520         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
43521         LIBS. Otherwise, everyone ends up linking with -lelf for some
43522         configurations.
43523         Reported by Mike Stone.
43524
43525 2000-09-15  Jim Meyering  <meyering@lucent.com>
43526
43527         * lib/regex.c: Update from libc.
43528
43529 2000-09-10  Jim Meyering  <meyering@lucent.com>
43530
43531         * lib/getopt.c (_getopt_internal): Update from glibc.
43532
43533 2000-09-09  Jim Meyering  <meyering@lucent.com>
43534
43535         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
43536         think it should be used as a general replacement for isascii.
43537         * lib/fnmatch.c: Likewise.
43538         * lib/mbswidth.c: Likewise
43539         * lib/regex.c: Likewise.
43540
43541         Don't use atoi.
43542         * lib/userspec.c: Include sys/param.h and limits.h.
43543         Include xstrtol.h.
43544         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
43545         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
43546         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
43547         UID, GID.  Check range.
43548
43549 2000-09-06  Jim Meyering  <meyering@lucent.com>
43550
43551         * lib/getopt.c (_getopt_internal): Update from glibc.
43552
43553 2000-08-30  Jim Meyering  <meyering@lucent.com>
43554
43555         * lib/strftime.c: Merge in changes from GNU libc.
43556
43557 2000-08-26  Jim Meyering  <meyering@lucent.com>
43558
43559         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
43560         * m4/fpending.m4: New file.
43561
43562 2000-08-26  Jim Meyering  <meyering@lucent.com>
43563
43564         * lib/closeout.c: Include "__fpending.h".
43565         (close_stdout_status): Return right away if there's nothing to flush.
43566
43567         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
43568         * lib/__fpending.c: New file.
43569         * lib/__fpending.h: New file.
43570
43571 2000-08-20  Jim Meyering  <meyering@lucent.com>
43572
43573         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
43574         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
43575         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
43576
43577 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
43578
43579         Improve fileutils installation on systems where running
43580         programs (like install) can't be unlinked.
43581         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
43582         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
43583
43584 2000-08-07  Paul Eggert  <eggert@twinsun.com>
43585
43586         Standardize on "memory exhausted" instead of "Memory exhausted"
43587         or "virtual memory exhausted".
43588         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
43589         "virtual memory exhausted".
43590         * lib/same.c (same_name): Invoke xalloc_die instead of printing
43591         our own message.
43592         * lib/userspec.c (parse_user_spec): Likewise.
43593         * lib/bumpalloc.h: comment fix
43594         * lib/same.c, userspec.c: Include xalloc.h.
43595
43596         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
43597         not char *const and pointing to a constant array.
43598         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
43599         (xrealloc): Comment fix.
43600
43601         * lib/userspec.c (parse_user_spec):
43602         Don't translate a message until just before returning,
43603         to avoid unnecessary translation.
43604
43605 2000-08-07  Jim Meyering  <meyering@lucent.com>
43606
43607         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
43608         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
43609         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
43610         getgroups.c, gethostname.c, getopt.h, group-member.c,
43611         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
43612         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
43613         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
43614         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
43615         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
43616         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
43617         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
43618         yesno.c: Back out Copyright date changes for each file with no change
43619         this year.  This eases coordination with other programs using the same
43620         source code modules.  From Paul Eggert.
43621
43622 2000-08-06  Paul Eggert  <eggert@twinsun.com>
43623
43624         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
43625         not char, for compatibility with glibc 2.1.3 strftime.c.
43626
43627 2000-08-03  Greg McGary  <greg@mcgary.org>
43628
43629         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
43630         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
43631         (EXTEND_BUFFER): Use them.
43632
43633 2000-08-01  Jim Meyering  <meyering@lucent.com>
43634
43635         * lib/dirname.c (ISSLASH): Define.
43636         (BACKSLASH_IS_PATH_SEPARATOR): Define.
43637         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
43638         both `\' and `/' may be use as path separators.
43639         Based on a patch from Prashant TR.
43640
43641 2000-07-31  Paul Eggert  <eggert@twinsun.com>
43642
43643         * lib/quotearg.c (quotearg_n_options): Don't make the initial
43644         slot vector a constant, since it might get modified.
43645
43646 2000-07-31  Jim Meyering  <meyering@lucent.com>
43647
43648         * lib/xmalloc.c: Use `virtual memory exhausted', not
43649         `Memory exhausted'.
43650         * lib/obstack.c (print_and_abort): Likewise.
43651
43652 2000-07-30  Paul Eggert  <eggert@twinsun.com>
43653
43654         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
43655         buffer, so that the caller can always quote one small
43656         component of a "memory exhausted" message in slot 0.
43657         From a suggestion by Jim Meyering.
43658
43659 2000-07-30  Jim Meyering  <meyering@lucent.com>
43660
43661         * lib/makepath.c (make_path): Quote the other instance, too.
43662
43663         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
43664         (STATIC_BUF_SIZE): Define.
43665         (quotearg_n_options): Use only statically allocated storage when
43666         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
43667         than STATIC_BUF_SIZE.
43668
43669 2000-07-29  Jim Meyering  <meyering@lucent.com>
43670
43671         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
43672         * lib/dirname.c (dir_name): Likewise.
43673
43674         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
43675         `/'.
43676
43677         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
43678         (dir_name): Assert that there are no trailing slashes.
43679
43680 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
43681
43682         * lib/mbswidth.h (mbswidth): Add a flags argument.
43683         (mbswidth): New declaration.
43684         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
43685         * lib/mbswidth.c (mbswidth): Add a flags argument.
43686         (mbsnwidth): New function.
43687
43688 2000-07-24  Jim Meyering  <meyering@lucent.com>
43689
43690         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
43691
43692 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43693
43694         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
43695
43696 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43697
43698         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
43699         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
43700         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
43701         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
43702         invoke multibyte primitives.
43703
43704 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43705
43706         * lib/quotearg.c:
43707         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
43708         so that mbstate_t is always defined.
43709
43710         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
43711         be 1 in at least one GCC installation, and this configuration
43712         error is likely to be common.  Ignoring MB_LEN_MAX hurts
43713         performance on hosts that have mbrtowc but have only unibyte
43714         locales, but I assume these hosts are rare.
43715
43716 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43717
43718         * lib/mbswidth.c (_XOPEN_SOURCE):
43719         Don't define; this causes problems on Solaris 7.
43720         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
43721
43722 2000-07-23  Jim Meyering  <meyering@lucent.com>
43723
43724         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
43725         too: getgrgid, getpwuid, getuid.
43726
43727 2000-07-23  Jim Meyering  <meyering@lucent.com>
43728
43729         * lib/basename.c (base_name): Add an assertion.
43730
43731 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
43732
43733         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
43734         shadow its mbsinit function.
43735
43736 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
43737
43738         * lib/mbswidth.h: New file.
43739         * lib/mbswidth.c: New file.
43740         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
43741         (noinst_HEADERS): Add mbswidth.h.
43742
43743 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
43744
43745         * lib/config.charset: Add support for FreeBSD. Improve support for
43746         HP-UX and IRIX 6.
43747
43748 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
43749
43750         * m4/mbswidth.m4: New file.
43751         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
43752
43753 2000-07-15  Jim Meyering  <meyering@lucent.com>
43754
43755         * lib/makepath.c: Include quote.h.
43756         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
43757         corresponding argument in a `quote (...)' call.
43758         Give better diagnostics.
43759
43760         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
43761         (noinst_HEADERS): Add quote.h.
43762
43763         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
43764         from tar's src/misc.c.
43765         * lib/quote.h: New file.  Prototypes for same.
43766
43767 2000-07-14  Paul Eggert  <eggert@twinsun.com>
43768
43769         From a suggestion by Bruno Haible.
43770         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
43771         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
43772         to decide whether to define the BeOS workaround macro;
43773         this adjusts to the change to AC_MBSTATE_T.
43774
43775 2000-07-14  Jim Meyering  <meyering@lucent.com>
43776
43777         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
43778         jm_AC_TYPE_UINTMAX_T.
43779
43780 2000-07-13  Paul Eggert  <eggert@twinsun.com>
43781
43782         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
43783
43784         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
43785         quotearg_buffer_restyled): Add support for
43786         clocale_quoting_style.  Undo previous change to
43787         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
43788         and "{RIGHT QUOTATION MARK}" msgids.
43789
43790 2000-07-10  Paul Eggert  <eggert@twinsun.com>
43791
43792         From a suggestion by Bruno Haible.
43793         * m4/mbstate_t.m4 (AC_MBSTATE_T):
43794         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
43795         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
43796         and mbstate_t, to a single-part test that simply defines mbstate_t.
43797         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
43798         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
43799
43800 2000-07-10  Jim Meyering  <meyering@lucent.com>
43801
43802         * m4/strerror_r.m4: Mirror the correction made in autoconf.
43803
43804         * m4/gnu-source.m4: Output to confdefs.h directly.
43805         Suggestion from Akim Demaille.
43806
43807 2000-07-09  Paul Eggert  <eggert@twinsun.com>
43808
43809         The old behavior of quoting `like this' doesn't look good with
43810         newer, ISO-style fonts.  See:
43811         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
43812
43813         Instead, quote "like this" by default.  Let the translator
43814         tailor the locale-specific quoting behavior by providing
43815         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
43816
43817         * lib/quotearg.c (N_): New macro.
43818         (gettext_default): New function.
43819         (quotearg_buffer_restyled): Use
43820         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
43821         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
43822
43823 2000-07-09  Jim Meyering  <meyering@lucent.com>
43824
43825         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
43826         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
43827
43828         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
43829         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
43830
43831 2000-07-09  Jim Meyering  <meyering@lucent.com>
43832
43833         * lib/Most files: Update copyright dates to include 2000.
43834
43835 2000-07-08  Jim Meyering  <meyering@lucent.com>
43836
43837         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
43838         if not defined.
43839         (xgethostname): Remove now-unnecessary #ifdef.
43840         Move declaration of `err' into loop where it's used.
43841
43842 2000-07-05  Paul Eggert  <eggert@twinsun.com>
43843         and Bruno Haible  <haible@clisp.cons.org>
43844
43845         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
43846         only if the test for an object-type mbstate_t fails.  This
43847         prevents us from mistakenly reporting that mbstate_t is a
43848         system object type after we "#define mbstate_t int" to work
43849         around its lack.
43850
43851 2000-07-05  Paul Eggert  <eggert@twinsun.com>
43852         and Bruno Haible  <haible@clisp.cons.org>
43853
43854         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
43855
43856 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
43857
43858         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
43859         to strerror_r.
43860         Include <ctype.h> for use of isalpha.
43861
43862 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
43863
43864         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
43865         by allocating a larger buffer. Test the gethostname return value for
43866         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
43867         returns an error and ENAMETOOLONG isn't defined.
43868
43869 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
43870
43871         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
43872         dimension.
43873
43874 2000-07-04  Jim Meyering  <meyering@lucent.com>
43875
43876         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
43877         of the deprecated AC_CHECKING.
43878
43879 2000-07-04  Jim Meyering  <meyering@lucent.com>
43880
43881         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
43882         Reported by Bruno Haible.
43883
43884 2000-07-04  Jim Meyering  <meyering@lucent.com>
43885
43886         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
43887         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
43888         lacks mbrtowc.
43889
43890 2000-07-03  Paul Eggert  <eggert@twinsun.com>
43891
43892         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
43893         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
43894
43895 2000-07-03  Paul Eggert  <eggert@twinsun.com>
43896         and Bruno Haible  <haible@clisp.cons.org>
43897
43898         * lib/quotearg.c (mbrtowc):
43899         Assign to *pwc, and return 1 only if result is nonzero.
43900         (iswprint): Use ISPRINT when substituting our own mbrtowc.
43901
43902 2000-07-03  Jim Meyering  <meyering@lucent.com>
43903
43904         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
43905
43906 2000-07-03  Jim Meyering  <meyering@lucent.com>
43907
43908         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
43909         This is necessary to get a definition of e.g., UTMP_FILE on
43910         HP-UX 10.20.
43911         From Bob Proulx.
43912
43913 2000-07-02  Jim Meyering  <meyering@lucent.com>
43914
43915         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
43916
43917         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
43918         AC_LIBOBJ(function_name).
43919         * m4/chown.m4: Likewise.
43920         * m4/fnmatch.m4: Likewise.
43921         * m4/ftruncate.m4: Likewise.
43922         * m4/getgroups.m4: Likewise.
43923         * m4/getline.m4: Likewise.
43924         * m4/group-member.m4: Likewise.
43925         * m4/jm-macros.m4: Likewise.
43926         * m4/lstat.m4: Likewise.
43927         * m4/malloc.m4: Likewise.
43928         * m4/memcmp.m4: Likewise.
43929         * m4/nanosleep.m4: Likewise.
43930         * m4/putenv.m4: Likewise.
43931         * m4/realloc.m4: Likewise.
43932         * m4/regex.m4: Likewise.
43933         * m4/stat.m4: Likewise.
43934         * m4/strftime.m4: Likewise.
43935
43936 2000-07-02  Jim Meyering  <meyering@lucent.com>
43937
43938         * lib/quotearg.c (mbstate_t): Don't define here.
43939
43940 2000-07-02  Jim Meyering  <meyering@lucent.com>
43941
43942         * lib/nanosleep.c (SIGCONT): Define if not already defined.
43943
43944 2000-07-01  Jim Meyering  <meyering@lucent.com>
43945
43946         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
43947
43948 2000-07-01  Jim Meyering  <meyering@lucent.com>
43949
43950         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
43951         problem.
43952
43953 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
43954
43955         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
43956         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
43957
43958 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
43959
43960         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
43961         per change in ../m4/ls-mntd-fs.m4.
43962         (read_filesystem_list): Ignore symbolic links.
43963
43964 2000-06-29  Jim Meyering  <meyering@lucent.com>
43965
43966         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
43967         for declaration of strcmp.
43968
43969         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
43970
43971         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
43972         Avoid warning by casting result to `char *' to remove `const'.
43973
43974 2000-06-28  Jim Meyering  <meyering@lucent.com>
43975
43976         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
43977         included by quotearg.c, for which we perform this test.  From
43978         Bruno Haible.
43979
43980 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
43981
43982         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
43983         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
43984         <utmpx.h> exists, put readutmp.o into LIBOBJS.
43985
43986 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
43987
43988         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
43989
43990 2000-06-26  Paul Eggert  <eggert@twinsun.com>
43991
43992         savedir now sets errno on failure and invokes xmalloc to get memory.
43993         Fix a couple of other minor bugs while we're at it.
43994
43995         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
43996         (NAMLEN): Remove macro.
43997         (malloc, realloc): Remove decls.
43998         (stpcpy): Likewise.
43999         ("xalloc.h"): Include.
44000         (NAME_SIZE_DEFAULT): New macro.
44001         (savedir): Use xmalloc / xrealloc to allocate memory.
44002         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
44003         Skip "" directory entries.
44004         Use strlen to calculate directory entry length, since the old method
44005         is rarely used these days and isn't worth supporting.
44006         Don't use a pointer after freeing it.
44007         Check for integer overflow when calculating allocation size.
44008         Use memcpy to copy entries, instead of stpcpy.
44009         Set errno properly when returning NULL.
44010         Check for readdir error.
44011
44012 2000-06-26  Jim Meyering  <meyering@lucent.com>
44013
44014         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
44015
44016 2000-06-25  Jim Meyering  <meyering@lucent.com>
44017
44018         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
44019         Linux header bug when _XOPEN_SOURCE is defined to 500.
44020
44021 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
44022
44023         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
44024         deficiency.
44025
44026 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
44027
44028         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
44029         Include xalloc.h.
44030         Don't include <stdlib.h>.  Don't declare malloc, realloc.
44031
44032 2000-06-24  Jim Meyering  <meyering@lucent.com>
44033
44034         * m4/strerror_r.m4: Revive this file -- to try out an experimental
44035         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
44036         for which strerror does return char*, but which lacks a conveniently
44037         accessible declaration of the function.  If the compile-test says
44038         strerror_r doesn't work, then resort to a `run'-test that works on
44039         BeOS and segfaults on DEC Unix.
44040
44041 2000-06-24  Jim Meyering  <meyering@lucent.com>
44042
44043         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
44044
44045 2000-06-23  Paul Eggert  <eggert@twinsun.com>
44046
44047         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
44048         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
44049
44050 2000-06-23  Paul Eggert  <eggert@twinsun.com>
44051
44052         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
44053         (mbrtowc, mbstate_t): Define substitutes if
44054         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
44055         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
44056         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
44057
44058 2000-06-23  Jim Meyering  <meyering@lucent.com>
44059
44060         * m4/afs.m4: Add missing AC_MSG_RESULT.
44061         Reported by Bruno Haible.
44062
44063         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
44064         Suggestion from Bruno Haible.
44065
44066 2000-06-23  Jim Meyering  <meyering@lucent.com>
44067
44068         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
44069
44070 2000-06-21  Jim Meyering  <meyering@lucent.com>
44071
44072         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
44073
44074 2000-06-21  Jim Meyering  <meyering@lucent.com>
44075
44076         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
44077         (noinst_HEADERS): Add getstr.h.
44078
44079         * lib/getline.c (getstr): Move into a separate file.
44080         * lib/getstr.c (getstr): New file, extracted from getline.c, with
44081         the following changes: new parameter, delim2; both delim[12]
44082         parameters have type `int', not `char'.  The latter would lose
44083         with 8-bit delimiters.
44084         * lib/getstr.h: New file.
44085
44086 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44087
44088         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
44089         than 1024, return a memory chunk of least possible size, instead
44090         of size PATH_MAX + 2. In the loop, increment the size proportionally.
44091         Use free/xmalloc instead of xrealloc to avoid copying for very long
44092         paths.
44093
44094 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44095
44096         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
44097         the empty string.
44098
44099 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44100
44101         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
44102         address, not strdup.  Include <stdlib.h> and don't declare free().
44103
44104 2000-06-19  Jim Meyering  <meyering@lucent.com>
44105
44106         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
44107
44108 2000-06-18  Jim Meyering  <meyering@lucent.com>
44109
44110         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
44111
44112         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
44113         `checking whether...' message to be consistent with that of the
44114         lstat test.
44115
44116 2000-06-18  Jim Meyering  <meyering@lucent.com>
44117
44118         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
44119         Besides, these days every porting target provides a mkdir function.
44120
44121         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
44122         needed. (this snippet comes from src/system.h).
44123
44124 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
44125
44126         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
44127
44128 2000-06-15  Paul Eggert  <eggert@twinsun.com>
44129
44130         * lib/human.c (adjust_value): New function.
44131         (human_readable_inexact): Apply rounding style even when
44132         printing approximate values.
44133
44134 2000-06-14  Paul Eggert  <eggert@twinsun.com>
44135
44136         * lib/human.c (human_readable_inexact): Allow an input block
44137         size that is not a multiple of the output block size, and vice versa.
44138         Reported by Piergiorgio Sartor.
44139
44140 2000-06-14  Paul Eggert  <eggert@twinsun.com>
44141
44142         * lib/getdate.y (get_date): Apply relative times after time
44143         zone indicator, not before.  Reported by Todd A. Jacobs.
44144
44145 2000-06-13  Jim Meyering  <meyering@lucent.com>
44146
44147         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
44148
44149         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
44150
44151 2000-06-12  Paul Eggert  <eggert@twinsun.com>
44152
44153         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
44154
44155 2000-06-12  Jim Meyering  <meyering@lucent.com>
44156
44157         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
44158         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
44159         optional argument.
44160         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
44161         the optional argument, `lib'.
44162
44163 2000-06-08  Jim Meyering  <meyering@lucent.com>
44164
44165         * m4/largefile.m4: Remove file (now that it's part of autoconf).
44166
44167 2000-06-04  Paul Eggert  <eggert@twinsun.com>
44168
44169         Rewrite largefile configuration so that we don't need to run
44170         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
44171         AC_CANONICAL_HOST in configure.in -- jmm]
44172
44173         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
44174         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
44175         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
44176         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
44177         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
44178         All uses changed.
44179         Instead of inspecting the output of getconf, try to compile the
44180         test program without and with the macro definition.
44181         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
44182         for getconf.  Instead, check for the needed flags by compiling
44183         test programs.
44184
44185 2000-06-04  Paul Eggert  <eggert@twinsun.com>
44186
44187         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
44188
44189 2000-06-04  Jim Meyering  <meyering@lucent.com>
44190
44191         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
44192         SunOS 4.1.4 for which gid_t is an unsigned type.
44193
44194 2000-06-03  Jim Meyering  <meyering@lucent.com>
44195
44196         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
44197         now that autoconf requires that.
44198
44199         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
44200         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
44201         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
44202
44203 2000-06-03  Jim Meyering  <meyering@lucent.com>
44204
44205         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
44206
44207 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
44208
44209         * m4/glibc21.m4: New file.
44210         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
44211
44212 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
44213
44214         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
44215         newer, don't install charset.alias.
44216         * lib/config.charset: Change the Linux/glibc rules so they become empty
44217         on glibc-2.1 or newer.
44218
44219 2000-06-02  Jim Meyering  <meyering@lucent.com>
44220
44221         * lib/mountlist.c: Back out last change.  Instead, do this...
44222         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
44223         me_dummy member using the same `ignore'-testing code.
44224         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
44225         fs_type strings.
44226         From Mark D. Roth.
44227
44228 2000-05-29  Jim Meyering  <meyering@lucent.com>
44229
44230         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
44231         mounts with the `ignore' attribute.  Based on a patch from
44232         Mark D. Roth.
44233
44234 2000-05-28  Jim Meyering  <meyering@lucent.com>
44235
44236         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
44237         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
44238         * m4/stat.m4: Likewise.
44239         * m4/lstat.m4: Likewise.
44240         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
44241
44242         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
44243         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
44244
44245 2000-05-26  Jim Meyering  <meyering@lucent.com>
44246
44247         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
44248
44249 2000-05-24  Jim Meyering  <meyering@lucent.com>
44250
44251         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
44252         autoconf requires that.
44253         * m4/lib-check.m4: Likewise.
44254         * m4/jm-macros.m4: Likewise.
44255         * m4/strftime.m4: Likewise.
44256
44257         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
44258         AC_CHECK_DECLS, now that autoconf requires that.
44259
44260 2000-05-22  Jim Meyering  <meyering@lucent.com>
44261
44262         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
44263         * m4/lstat.m4: Likewise.
44264
44265 2000-05-22  Jim Meyering  <meyering@lucent.com>
44266
44267         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
44268
44269 2000-05-20  Jim Meyering  <meyering@lucent.com>
44270
44271         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
44272         (jm_PREREQ): Use it.
44273
44274 2000-05-18  Jim Meyering  <meyering@lucent.com>
44275
44276         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
44277         back, too, since it may have been modified by allocate_entry.
44278         (hash_delete): Rewrite to use neither the assignment operator
44279         nor the comma operator in an if-expression.
44280
44281 2000-05-15  Paul Eggert  <eggert@twinsun.com>
44282
44283         * lib/closeout.c:
44284         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
44285         Remove; no longer needed.
44286         "quotearg.h": Add include.
44287         (file_name): Do not bother to explicitly initialize to NULL; it's less
44288         efficient on some hosts.
44289         (close_stdout_status): Remove test as to whether stdout was already
44290         closed; it breaks for the case "echo x | sort >&-".
44291         Quote file name colons.
44292         Do not assume that _("write error") lacks format strings.
44293
44294 2000-05-15  Jim Meyering  <meyering@lucent.com>
44295
44296         * lib/version-etc.c (version_etc_copyright): Update the copyright
44297         string used in all --version output.
44298
44299 2000-05-14  Jim Meyering  <meyering@lucent.com>
44300
44301         * lib/closeout.c (close_stdout_set_file_name): New function.
44302         (close_stdout_status): Use new file-scoped global.
44303         Return right away if fstat says the stdout file descriptor is invalid.
44304         * lib/closeout.h (close_stdout_set_file_name): Declare.
44305
44306 2000-05-10  Jim Meyering  <meyering@lucent.com>
44307
44308         * lib/closeout.c [default_exit_status]: New file-scoped variable.
44309         (close_stdout_set_status): New function.
44310         * lib/closeout.h (close_stdout_set_status): Declare.
44311
44312 2000-05-09  Jim Meyering  <meyering@lucent.com>
44313
44314         * m4/gettext.m4: Rename this...
44315         * m4/libintl.m4: ...to this.
44316
44317 2000-05-08  Jim Meyering  <meyering@lucent.com>
44318
44319         * lib/long-options.c: Don't include closeout.h.
44320         (parse_long_options): Don't call close_stdout for --version.
44321
44322 2000-05-06  Paul Eggert  <eggert@twinsun.com>
44323
44324         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
44325         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
44326         2.1.3 bug.  This avoids a clash when files like regex.c define
44327         _GNU_SOURCE.
44328
44329 2000-05-06  Jim Meyering  <meyering@lucent.com>
44330
44331         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
44332         (AC_REPLACE_FUNCS): Add strnlen.
44333
44334         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
44335         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
44336
44337         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
44338         AC_SEARCH_LIBS call for nanosleep.
44339         (LIB_NANOSLEEP): Set and AC_SUBST.
44340
44341 2000-05-06  Jim Meyering  <meyering@lucent.com>
44342
44343         * lib/strnlen.c: Undefine __strnlen and strnlen.
44344         [!weak_alias]: Define __strnlen to strnlen.
44345
44346         * lib/atexit.c: New file, from libiberty.
44347
44348 2000-05-06  Jim Meyering  <meyering@lucent.com>
44349
44350         * lib/closeout.c (close_stdout_status): Also check for errors on the
44351         stderr stream.
44352
44353 2000-05-05  Jim Meyering  <meyering@lucent.com>
44354
44355         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
44356         AC_SEARCH_LIBS call for clock_gettime.
44357         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
44358
44359         * m4/search-libs.m4: Update from autoconf.
44360
44361         su doesn't work on Solaris 2.6.
44362         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
44363         <shadow.h>.  Reported by Dragos Harabor.
44364
44365 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
44366
44367         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
44368         memcpy instead of xmalloc, xrealloc, path_concat.
44369         (locale_charset): Treat empty environment variables as absent.
44370         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
44371
44372 2000-05-04  Jim Meyering  <meyering@lucent.com>
44373
44374         * lib/getopt.c: Update from glibc.
44375         * lib/obstack.c: Likewise.
44376         * lib/obstack.h: Likewise.
44377         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
44378         file
44379
44380         * lib/regex.h: Likewise.
44381         * lib/strndup.c: Likewise.
44382         * lib/strnlen.c: New file, from glibc.
44383
44384 2000-05-03  Jim Meyering  <meyering@lucent.com>
44385
44386         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
44387
44388 2000-05-02  Paul Eggert  <eggert@twinsun.com>
44389
44390         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
44391         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
44392         compile-time test, rather than inspecting host and OS, to
44393         decide whether to define _LARGEFILE_SOURCE.
44394
44395 2000-05-01  Jim Meyering  <meyering@lucent.com>
44396
44397         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
44398
44399         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
44400         Based on a patch from Bruno Haible.
44401
44402 2000-05-01  Jim Meyering  <meyering@lucent.com>
44403
44404         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
44405
44406 2000-04-29  Jim Meyering  <meyering@lucent.com>
44407
44408         * lib/path-concat.c: Declare strdup only if it's not defined.
44409         * lib/canon-host.c: Likewise.
44410
44411 2000-04-28  Jim Meyering  <meyering@lucent.com>
44412
44413         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
44414         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
44415         is included first, then limits.h is included by locale.h by libintl.h.
44416         From John David Anglin.
44417
44418 2000-04-25  Jim Meyering  <meyering@lucent.com>
44419
44420         * lib/makepath.c (S_IRWXUGO): Define.
44421         (make_path): Always perform explicit chmod if MODE specifies any
44422         of the `special' permission bits.  Prompted by a bug report against
44423         install from Mate Wierdl and Joost van Baal.
44424
44425 2000-04-18  Jim Meyering  <meyering@lucent.com>
44426
44427         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
44428         (jm_PREREQ): Use it.
44429
44430 2000-04-18  Jim Meyering  <meyering@lucent.com>
44431
44432         * lib/README: New file.
44433
44434         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
44435         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
44436
44437 2000-04-17  Jim Meyering  <meyering@lucent.com>
44438
44439         Get it right :-)
44440         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
44441         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
44442         Suggestion from Akim Demaille.
44443
44444 2000-04-17  Jim Meyering  <meyering@lucent.com>
44445
44446         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
44447         the definition of it to rpl_strftime also defined-away the system's
44448         declaration.
44449
44450 2000-04-15  Jim Meyering  <meyering@lucent.com>
44451
44452         Use `C' to denote so-called `contiguous' files, the same way
44453         that tar does.
44454         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
44455         (ftypelet): Use S_ISCTG.
44456         From Michael Deutschmann.
44457
44458 2000-04-14  Jim Meyering  <meyering@lucent.com>
44459
44460         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
44461         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
44462         clobbered.
44463
44464 2000-04-14  Jim Meyering  <meyering@lucent.com>
44465
44466         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
44467
44468 2000-04-13  Jim Meyering  <meyering@lucent.com>
44469
44470         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
44471         AH_VERBATIM to insert required #ifndef into config.h.in.
44472         Suggestion from Akim Demaille.
44473
44474 2000-04-12  Jim Meyering  <meyering@lucent.com>
44475
44476         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
44477         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
44478         Christian Krackowizer.
44479
44480         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
44481         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
44482         (AC_SYS_LARGEFILE): Require.
44483         (AM_C_PROTOTYPES): Require.
44484
44485 2000-04-08  Jim Meyering  <meyering@lucent.com>
44486
44487         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
44488         names don't conflict.  Reported by Eli Zaretskii.
44489
44490 2000-04-07  Jim Meyering  <meyering@lucent.com>
44491
44492         * lib/putenv.c: Move inclusion of errno.h so it follows that of
44493         sys/types.h, to work around system header problems on AIX 3.2.5.
44494         From Bruno Haible.
44495
44496 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
44497
44498         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
44499         bug.  Deal with the different error behavior of Irix iconv.
44500
44501 2000-04-05  Paul Eggert  <eggert@twinsun.com>
44502
44503         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
44504         IRIX if the installer said otherwise.
44505
44506 2000-04-05  Jim Meyering  <meyering@lucent.com>
44507
44508         Portability tweaks required for ultrix4.3.
44509         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
44510         (jm_CHECK_DECLS): Add getutent to the list of functions.
44511         (_jm_DECL_HEADERS): Add utmpx.h.
44512         From John David Anglin.
44513
44514         * m4/strftime.m4: Back out the 2000-04-02 change.
44515         Instead of that change, simply undefine putenv in the test program.
44516
44517 2000-04-05  Jim Meyering  <meyering@lucent.com>
44518
44519         Portability tweaks required for ultrix4.3.
44520         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
44521         getutent.
44522         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
44523         * lib/canon-host.c: Declare strdup.
44524         * lib/path-concat.c: Likewise.
44525         From John David Anglin.
44526
44527 2000-04-04  Jim Meyering  <meyering@lucent.com>
44528
44529         Be more DOS 8.3-friendly.
44530         * lib/ref-add.sin: Renamed from ref-add.sed.in.
44531         * lib/ref-del.sin: Renamed from ref-del.sed.in.
44532         * lib/Makefile.am: Reflect renaming.
44533         Reported by Eli Zaretskii.
44534
44535         Use a temporary file name that won't clash with `charset.alias'
44536         in the DOS 8.3 name space.
44537         * lib/Makefile.am (charset_tmp): Define.
44538         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
44539         (uninstall-local): Likewise.
44540         Reported by Eli Zaretskii.
44541
44542 2000-04-03  Jim Meyering  <meyering@lucent.com>
44543
44544         * m4/gettext.m4: Fix typo in comment.
44545
44546         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
44547         textutils/configure.in).  Suggestion from Paul Eggert.
44548         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
44549
44550 2000-04-02  Paul Eggert  <eggert@twinsun.com>
44551
44552         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
44553         variable in the shell rather than using putenv, which isn't
44554         portable.  This avoids the configure-time inter-test dependency
44555         on the potentially-renamed putenv function.
44556
44557 2000-03-30  Paul Eggert  <eggert@twinsun.com>
44558
44559         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
44560         before checking struct stat.st_blksize, so that
44561         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
44562
44563 2000-03-29  Paul Eggert  <eggert@twinsun.com>
44564
44565         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
44566         since strftime.c uses HAVE_STRFTIME to decide whether to use
44567         the underlying strftime.
44568
44569 2000-03-29  Paul Eggert  <eggert@twinsun.com>
44570
44571         * lib/time/strftime.c (my_strftime): Make sure we call the system
44572         strftime, not ourselves, when invoking the underlying strftime.
44573
44574 2000-03-24  Jim Meyering  <meyering@lucent.com>
44575
44576         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
44577         (charset_alias): Define.
44578         (install-exec-local): Factor out common code.
44579         (uninstall-local): Split lines longer than 80.
44580         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
44581         (SUFFIXES): Define.
44582         (.sed.in.sed): New rule.  Don't redirect directly to $@.
44583         (CLEANFILES): Add ref-add.sed and ref-del.sed.
44584
44585 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
44586
44587         * lib/config.charset: Output a line containing "Packages using this
44588         file".
44589         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
44590         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
44591         ref-del.sed): New rules.
44592
44593 2000-03-17  Jim Meyering  <meyering@lucent.com>
44594
44595         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
44596         Otherwise, include <strings.h>
44597
44598 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
44599
44600         * lib/unicodeio.c (utf8_wctomb): New function.
44601         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
44602         format instead of in UCS-4 with platform dependent endianness.
44603
44604 2000-03-10  Jim Meyering  <meyering@lucent.com>
44605
44606         * m4/lib-check.m4: Look for getspnam in -lgen, too.
44607         From Marco Franzen.
44608
44609 2000-03-07  Paul Eggert  <eggert@twinsun.com>
44610
44611         * lib/savedir.c (savedir): Work even if directory size is
44612         negative; this can happen with some screwy NFS configurations.
44613
44614 2000-03-06  Jim Meyering  <meyering@lucent.com>
44615
44616         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
44617         if it's NULL (because we ran out of memory).  From Bruno Haible.
44618
44619 2000-03-05  Jim Meyering  <meyering@lucent.com>
44620
44621         * lib/localcharset.c ("path-concat.h"): Include.
44622         (get_charset_aliases): Use path_concat instead of ANSI string
44623         concatenation.
44624
44625         * lib/unicodeio.h (PARAMS): Define.
44626         Use it to guard prototype.
44627
44628 2000-03-04  Jim Meyering  <meyering@lucent.com>
44629
44630         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
44631         for lib/localcharset.c.
44632
44633 2000-03-04  Jim Meyering  <meyering@lucent.com>
44634
44635         * lib/Makefile.am (install-exec-local): Create $(libdir) before
44636         installing into it.
44637         (uninstall-local): Uncomment this rule so `make distcheck' works
44638         once again.
44639
44640         * lib/unicodeio.c (<errno.h>): Include it.
44641         (errno): Declare if not defined.
44642
44643         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
44644
44645         * lib/config.charset: New version, incorporating remarks from a linux
44646         i18n mailing list.  From Bruno Haible.
44647
44648 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
44649
44650         * m4/codeset.m4: New file.
44651         * m4/iconv.m4: New file.
44652         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
44653
44654 2000-03-03  Jim Meyering  <meyering@lucent.com>
44655
44656         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
44657
44658 2000-03-02  Jim Meyering  <meyering@lucent.com>
44659
44660         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
44661         the messages come out on separate lines.
44662
44663         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
44664         rather than jm_CHECK_DECLARATIONS.
44665         * m4/decl.m4: Remove now-unused file.
44666
44667         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
44668         geteuid.
44669
44670 2000-03-02  Jim Meyering  <meyering@lucent.com>
44671
44672         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
44673
44674 2000-03-01  Jim Meyering  <meyering@lucent.com>
44675
44676         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
44677         * lib/unicodeio.c: Likewise.
44678
44679 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
44680
44681         * lib/config.charset: New file.
44682         * lib/localcharset.c: New file.
44683         * lib/unicodeio.h, lib/unicodeio.c: New files.
44684         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
44685         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
44686         (noinst_HEADERS): Add unicodeio.h.
44687         (all-local, install-exec-local, charset.alias): New targets.
44688
44689 2000-02-28  Paul Eggert  <eggert@twinsun.com>
44690
44691         * lib/quotearg.c (ALERT_CHAR): New macro.
44692         (quotearg_buffer_restyled): Use it.
44693
44694 2000-02-27  Jim Meyering  <meyering@lucent.com>
44695
44696         * m4/check-decl.m4: Add getenv to the list.
44697
44698 2000-02-27  Jim Meyering  <meyering@lucent.com>
44699
44700         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
44701         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
44702
44703         * lib/backupfile.c: Guard inclusion of stdlib.h with
44704         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
44705         Declare malloc if needed.
44706
44707         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
44708         `#ifndef HAVE_DECL..'
44709         now that autoconf always defines the HAVE_DECL_ symbols.
44710         * lib/human.c: Likewise.
44711         * lib/same.c: Likewise.
44712         * lib/strtoumax.c: Likewise.
44713
44714         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
44715         declaration check was not run.
44716         * lib/hash.c: Likewise.
44717         * lib/human.c: Likewise.
44718         * lib/same.c: Likewise.
44719         * lib/strtoumax.c: Likewise.
44720
44721         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
44722         `.', then first look up the entire `.'-containing string as a login
44723         name.
44724
44725 2000-02-23  Jim Meyering  <meyering@lucent.com>
44726
44727         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
44728         in place of my hack.
44729
44730 2000-02-18  Paul Eggert  <eggert@twinsun.com>
44731
44732         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
44733         (textint): New typedef.
44734         (parser_control): Member year changed from int to textint.
44735         All uses changed.
44736         (YYSTYPE): Removed; replaced by %union with int and textint members.
44737         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
44738         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
44739         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
44740         (tSNUMBER, tUNUMBER): Now of type <textintval>.
44741         (date, number, to_year): Use width of number in digits, not its value,
44742         to determine whether it's a 2-digit year, or a 2-digit time.
44743         (yylex): Store number of digits of numeric tokens.
44744         Reported by John Kendall.
44745
44746         (parser_control): Changed from struct parser_control to typedef (for
44747         consistency).  All uses changed.
44748
44749         (tID): Removed; not used.
44750         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
44751
44752 2000-02-14  Paul Eggert  <eggert@twinsun.com>
44753
44754         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
44755         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
44756
44757 2000-02-12  Jim Meyering  <meyering@lucent.com>
44758
44759         * lib/userspec.c (ISDIGIT): Define it.
44760         (isdigit): Remove definition.
44761         (is_number): Use ISDIGIT, not isdigit.
44762         <libintl.h>: Include.
44763         (_ and N_): Define.
44764         (parse_user_spec): Mark translatable strings.
44765
44766 2000-02-10  Jim Meyering  <meyering@lucent.com>
44767
44768         With these changes, nanosleep.[ch] are finally enough like the other
44769         lib/* replacement files to compile on a few more losing systems.
44770
44771         * lib/nanosleep.h: Don't include config.h.
44772         Remove prototype from declaration of nanosleep.
44773         (PARAMS): Remove now-unneeded definition.
44774         * lib/nanosleep.c: #undef nanosleep.
44775         (rpl_nanosleep): Rename from nanosleep.
44776
44777 2000-02-10  Jim Meyering  <meyering@lucent.com>
44778
44779         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
44780         gnu_nanosleep to rpl_nanosleep.
44781
44782 2000-02-09  Jim Meyering  <meyering@lucent.com>
44783
44784         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
44785         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
44786
44787 2000-02-08  Akim Demaille  <akim@epita.fr>
44788
44789         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
44790         `[' and `]' and remove uses of `changequote'.
44791         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
44792         (AC_SYS_LARGEFILE): Likewise.
44793         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
44794         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
44795         of changequote.
44796         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
44797         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
44798         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
44799         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
44800
44801 2000-02-05  Jim Meyering  <meyering@lucent.com>
44802
44803         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
44804         Remove explicit use of AC_HEADER_TIME.  It is required by
44805         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
44806         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
44807         in autoconf whereby the expansion of the latter ended up preceding
44808         the expansion of its prerequisite, AC_HEADER_TIME.
44809         Reported by Volker Borchert.
44810
44811 2000-02-03  Jim Meyering  <meyering@lucent.com>
44812
44813         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
44814
44815 2000-02-03  Jim Meyering  <meyering@lucent.com>
44816
44817         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
44818         rather than with `#if HAVE_UTMPNAME'.
44819
44820 2000-02-02  Jim Meyering  <meyering@lucent.com>
44821
44822         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
44823         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
44824         Reported by Eli Zaretskii.
44825
44826 2000-02-01  Jim Meyering  <meyering@lucent.com>
44827
44828         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
44829
44830 2000-01-31  Jim Meyering  <meyering@lucent.com>
44831
44832         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
44833         functions.  Add the time.h and sys/time.h headers along with the
44834         AC_REQUIRE'ment of AC_HEADER_TIME.
44835
44836 2000-01-31  Jim Meyering  <meyering@lucent.com>
44837
44838         * lib/nanosleep.h (nanosleep): Guard declaration with
44839         `#if ! HAVE_DECL_NANOSLEEP'.
44840         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
44841         the declaration in that vendor's sys/timers.h.
44842         Reported by Christian Krackowizer.
44843
44844         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
44845         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
44846         (ISPRINT): Likewise.
44847         Reported by Tom Tromey.
44848
44849 2000-01-30  Jim Meyering  <meyering@lucent.com>
44850
44851         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
44852
44853         * m4/prereq.m4 (utmp_includes): Define.
44854         Check for ut_user and ut_name members in both struct utmpx
44855         and struct utmp.
44856
44857 2000-01-30  Jim Meyering  <meyering@lucent.com>
44858
44859         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
44860         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
44861         header files where only utmpx.ut_user is declared.
44862
44863         * lib/readutmp.h (UT_USER): Define.
44864
44865 2000-01-29  Jim Meyering  <meyering@lucent.com>
44866
44867         * m4/lib-check.m4: New file containing library-related checks from
44868         fileutils and sh-utils (textutils had none).
44869
44870 2000-01-28  Jim Meyering  <meyering@lucent.com>
44871
44872         * m4/perl.m4: Change format of warning message to look more like that
44873         from the missing script.  Suggestion from François Pinard.
44874
44875 2000-01-25  Jim Meyering  <meyering@lucent.com>
44876
44877         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
44878         well as time.h in the compile check.
44879         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
44880         Fix typo in cross-compiling case: s/yes/no/.
44881
44882 2000-01-23  Jim Meyering  <meyering@lucent.com>
44883
44884         * m4/jm-macros.m4: Move df-related tests here from
44885         fileutils/configure.in
44886
44887         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
44888         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
44889
44890         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
44891         s/space/ac_fsusage_space/.
44892         (jm_FILE_SYSTEM_USAGE): Take two parameters.
44893
44894         * m4/ftruncate.m4: New file (derived from part of
44895         fileutils/configure.in).
44896         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
44897         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
44898
44899         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
44900         AC_SUBST these here, rather than just in sh-util/configure.in, so
44901         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
44902         all the same.
44903         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
44904         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
44905         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
44906         (AC_SUBST(POW_LIBM)): Likewise.
44907         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
44908
44909 2000-01-23  Jim Meyering  <meyering@lucent.com>
44910
44911         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
44912         obstack.c.
44913
44914 2000-01-22  Jim Meyering  <meyering@lucent.com>
44915
44916         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
44917
44918         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
44919
44920         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
44921         configure.in
44922         (AC_CHECK_HEADERS): Likewise for sh-utils.
44923         (AC_CHECK_HEADERS): Likewise for textutils.
44924         Merge the three lists of headers.
44925
44926         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
44927         from fileutils' configure.in.
44928
44929         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
44930         code. Moved tests into their own function (_jm_DECL_HEADERS) in
44931         check-decl.m4.
44932
44933         * m4/check-decl.m4: Use #if rather than #ifdef.
44934         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
44935         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
44936         (_jm_DECL_HEADERS): Define new function.
44937         (jm_CHECK_DECLARATIONS): Require it.
44938
44939 2000-01-22  Jim Meyering  <meyering@lucent.com>
44940
44941         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
44942         [! HAVE_DECL_STRTOULL]: Declare strtoull.
44943         Required for some AIX systems.  Reported by Christian Krackowizer.
44944         [TESTING] (main): New function.
44945
44946         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
44947         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
44948         letters.
44949
44950         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
44951         iswprint.
44952
44953         * lib/strverscmp.c (ISDIGIT): Define.
44954         (strverscmp): Use ISDIGIT, not isdigit.
44955
44956 2000-01-19  Jim Meyering  <meyering@lucent.com>
44957
44958         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
44959         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
44960         defines `struct timespec' in <sys/time.h>
44961
44962         * m4/c-bs-a.m4: Remove uses of changequote altogether.
44963         Thanks to Akim for explaining.
44964
44965 2000-01-17  Paul Eggert  <eggert@twinsun.com>
44966
44967         * lib/nanosleep.c (nanosleep):
44968         Don't use SA_INTERRUPT to decide whether to call sigaction, as
44969         POSIX.1 doesn't require SA_INTERRUPT and some systems
44970         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
44971         it's been part of POSIX.1 since day 1 (in 1988).
44972
44973 2000-01-17  Jim Meyering  <meyering@lucent.com>
44974
44975         * lib/interlock: Remove unused file.  Reported by François Pinard.
44976
44977 2000-01-16  Paul Eggert  <eggert@twinsun.com>
44978
44979         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
44980         alert, backslash, formfeed, and vertical tab unnecessarily in
44981         shell quoting style.
44982
44983 2000-01-16  Jim Meyering  <meyering@lucent.com>
44984
44985         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
44986         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
44987         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
44988         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
44989
44990 2000-01-16  Jim Meyering  <meyering@lucent.com>
44991
44992         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
44993         because the latter didn't work.
44994
44995 2000-01-15  Jim Meyering  <meyering@lucent.com>
44996
44997         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
44998         (AC_REPLACE_FUNCS): Add memcpy and memset.
44999         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
45000         Add strpbrk.
45001         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
45002
45003 2000-01-12  Jim Meyering  <meyering@lucent.com>
45004
45005         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
45006         (jm_PREREQ): Use it.
45007         (jm_PREREQ_READUTMP): New macro.
45008         (jm_PREREQ): Use it.
45009
45010 2000-01-11  Paul Eggert  <eggert@twinsun.com>
45011
45012         Quote multibyte characters correctly.
45013         * m4/c-bs-a.m4: New file.
45014         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
45015         (jm_PREREQ): Use it.
45016
45017 2000-01-11  Paul Eggert  <eggert@twinsun.com>
45018
45019         * m4/uintmax_t.m4: Port to autoconf 2.13.
45020
45021 2000-01-08  Jim Meyering  <meyering@ascend.com>
45022
45023         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
45024         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
45025
45026 2000-01-04  Jim Meyering  <meyering@ascend.com>
45027
45028         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
45029         jm_STRUCT_DIRENT_D_TYPE.
45030         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
45031         jm_STRUCT_DIRENT_D_INO.
45032         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
45033         jm_STRUCT_UTIMBUF.
45034         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
45035         renamings.
45036         * m4/utime.m4: Likewise.
45037
45038         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
45039         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
45040
45041 2000-01-03  Paul Eggert  <eggert@twinsun.com>
45042
45043         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
45044         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
45045
45046 2000-01-02  Jim Meyering  <meyering@ascend.com>
45047
45048         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
45049         remember if this is necessary.
45050
45051 1999-12-26  Jim Meyering  <meyering@ascend.com>
45052
45053         * m4/jm-macros.m4: Use it here.
45054         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
45055
45056 1999-12-23  Jim Meyering  <meyering@ascend.com>
45057
45058         * m4/jm-macros.m4: Check for clock_gettime (moved from
45059         fileutils/configure.in)
45060         Check for gettimeofday.
45061
45062 1999-12-20  Jim Meyering  <meyering@ascend.com>
45063
45064         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
45065         autoconf-2.14a-1999-12-20.
45066
45067 1999-12-19  Jim Meyering  <meyering@ascend.com>
45068
45069         * m4/lstat-slash.m4: New file.
45070         * m4/jm-macros.m4: Use the new macro:
45071         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45072
45073 1999-12-07  Jim Meyering  <meyering@ascend.com>
45074
45075         * m4/perl.m4: Require that File::Compare be available, too.
45076         Too many systems seem to lack it.
45077
45078         * m4/strftime.m4: Add checks for most of the cpp macros tested in
45079         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
45080
45081 1999-11-18  Paul Eggert  <eggert@twinsun.com>
45082
45083         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
45084         problem with the QNX 4.25 shell, which doesn't propagate exit
45085         status of failed commands inside shell assignments.
45086
45087 1999-11-17  Jim Meyering  <meyering@ascend.com>
45088
45089         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
45090
45091 1999-11-07  Jim Meyering  <meyering@ascend.com>
45092
45093         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
45094
45095 1999-11-06  Jim Meyering  <meyering@ascend.com>
45096
45097         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
45098         * m4/jm-macros.m4 (jm_MACROS): Use it here.
45099
45100 1999-11-05  Jim Meyering  <meyering@ascend.com>
45101
45102         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
45103         configure.in of textutils, fileutils, and sh-utils into this one
45104         (shared between those packages) file.
45105         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
45106         AC_STRUCT_ST_BLKSIZE.
45107
45108 1999-11-03  Jim Meyering  <meyering@ascend.com>
45109
45110         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
45111         of AC_CHECK_TYPE checks includes unistd.h.
45112         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
45113         Suggestion from Akim Demaille.
45114
45115 1999-10-30  Jim Meyering  <meyering@ascend.com>
45116
45117         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
45118         m4-quoted string.
45119         * m4/ls-mntd-fs.m4: Likewise.
45120         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
45121         * m4/jm-winsz1.m4: Likewise.
45122
45123         * m4/const.m4: Remove file, since the fix made it into the experimental
45124         version of autoconf.
45125         * m4/mktime.m4: Likewise.
45126
45127         * m4/check-type.m4: Remove file, now that the latest version of
45128         AC_CHECK_TYPE takes a third arg to specify additional #includes.
45129
45130         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
45131         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
45132         AC_CHECK_TYPE.
45133
45134 1999-10-04  Jim Meyering  <meyering@ascend.com>
45135
45136         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
45137
45138 1999-09-22  Paul Eggert  <eggert@twinsun.com>
45139
45140         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
45141         2.95.1 bug with HP-UX 10.20.
45142
45143 1999-09-17  Jim Meyering  <meyering@ascend.com>
45144
45145         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
45146         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
45147         due to missing strdup (against sh-utils-2.0).
45148
45149 1999-08-29  Jim Meyering  <meyering@ascend.com>
45150
45151         * m4/jm-macros.m4: Require jm_BISON.
45152         * m4/bison.m4: New file.
45153
45154 1999-08-17  Paul Eggert  <eggert@twinsun.com>
45155
45156         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
45157         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
45158
45159 1999-08-05  Jim Meyering  <meyering@ascend.com>
45160
45161         * m4/getline.m4: Rename test file from conftestdata to conftest.data
45162         to avoid conflicts with `conftest' on 8+3 filesystems.
45163         Suggestion from Eli Zaretskii.
45164
45165 1999-08-04  Jim Meyering  <meyering@ascend.com>
45166
45167         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
45168         fileutils and sh-utils (textutils's getline test was inadequate).
45169         (AM_FUNC_GETLINE): Run this test.
45170         (AC_CHECK_FUNCS): Check for getdelim.
45171         Reported by Bob Proulx.
45172
45173 1999-08-02  Jim Meyering  <meyering@ascend.com>
45174
45175         * m4/jm-macros.m4: Add a comment.
45176
45177 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45178
45179         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
45180         <inttypes.h> defines strtoumax as a macro (and not as a
45181         function).
45182
45183 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45184
45185         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
45186         that we can shift, multiply and divide unsigned long long
45187         values; Ultrix cc can't do it.
45188
45189 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45190
45191         * m4/mktime.m4: New file, which is a preview of what should appear
45192         in the next public autoconf release.
45193
45194 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45195
45196         * m4/lfs.m4: Remove this file.
45197         * m4/largefile.m4: New file.  It contains the old contents of
45198         lfs.m4, except that all names with prefix AC_LFS have been
45199         changed to use the prefix AC_SYS_LARGEFILE instead, to be
45200         compatible with future autoconf versions.  Also, some minor m4
45201         quoting problems have been fixed.
45202
45203 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45204
45205         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
45206         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
45207         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
45208         and simplify the shell code.
45209
45210 1999-08-01  Jim Meyering  <meyering@ascend.com>
45211
45212         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
45213         m4.
45214
45215 1999-07-20  Jim Meyering  <meyering@ascend.com>
45216
45217         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
45218
45219 1999-07-15  Jim Meyering  <meyering@ascend.com>
45220
45221         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
45222
45223 1999-05-22  Jim Meyering  <meyering@ascend.com>
45224
45225         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
45226
45227 1999-05-20  Jim Meyering  <meyering@ascend.com>
45228
45229         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
45230         Add a colon after each `then' in case $4 is empty.
45231
45232 1999-05-16  Jim Meyering  <meyering@ascend.com>
45233
45234         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
45235
45236 1999-05-10  Jim Meyering  <meyering@ascend.com>
45237
45238         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
45239
45240         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
45241         AC_FUNC_MKTIME.
45242
45243 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
45244
45245         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
45246
45247 1999-05-04  Paul Eggert  <eggert@twinsun.com>
45248
45249         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
45250         not CPPFLAGS, so that linking works correctly in IRIX.
45251
45252 1999-04-30  Paul Eggert  <eggert@twinsun.com>
45253
45254         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
45255
45256 1999-04-20  Paul Eggert  <eggert@twinsun.com>
45257
45258         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
45259         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
45260         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
45261         jm_AC_TYPE_UNSIGNED_LONG_LONG.
45262         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
45263
45264         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
45265
45266 1999-04-20  Jim Meyering  <meyering@ascend.com>
45267
45268         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
45269         AC_REPLACE xstroull if necessary.  From Paul Eggert.
45270         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
45271
45272 1999-04-18  Jim Meyering  <meyering@ascend.com>
45273
45274         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
45275         * m4/jm-macros.m4: Use it.
45276
45277 1999-04-06  Jim Meyering  <meyering@ascend.com>
45278
45279         * m4/strftime.m4: Remove test for %f.
45280
45281 1999-03-29  Jim Meyering  <meyering@ascend.com>
45282
45283         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
45284         superset of the AC_TYPE_* checks in the textutils, fileutils,
45285         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
45286         AC_TYPE_PID_T.
45287
45288 1999-03-28  Jim Meyering  <meyering@ascend.com>
45289
45290         * m4/jm-macros.m4: Define GNU_PACKAGE here.
45291         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
45292         replaced e.g., in the *.sh files of the sh-utils.
45293
45294 1999-03-20  Jim Meyering  <meyering@ascend.com>
45295
45296         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
45297         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
45298         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
45299
45300 1999-03-19  Jim Meyering  <meyering@ascend.com>
45301
45302         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
45303
45304 1999-03-12  Jim Meyering  <meyering@ascend.com>
45305
45306         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
45307
45308 1999-03-07  Jim Meyering  <meyering@ascend.com>
45309
45310         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
45311         declared.
45312
45313 1999-02-17  Jim Meyering  <meyering@ascend.com>
45314
45315         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
45316         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
45317
45318 1999-02-07  Jim Meyering  <meyering@ascend.com>
45319
45320         * m4/group-member.m4: New file -- extracted from sh-utils'
45321         configure.in.
45322
45323         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
45324         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
45325
45326 1999-02-06  Jim Meyering  <meyering@ascend.com>
45327
45328         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
45329         * m4/fnmatch.m4: Likewise.
45330         * m4/getgroups.m4: Likewise.
45331         * m4/lstat.m4: Likewise.
45332         * m4/malloc.m4: Likewise.
45333         * m4/putenv.m4: Likewise.
45334         * m4/realloc.m4: Likewise.
45335         * m4/regex.m4: Likewise.
45336         * m4/stat.m4: Likewise.
45337         * m4/strftime.m4: Likewise.
45338         Suggestion from Alain Magloire.
45339
45340         * m4/chown.m4: Use `.$ac_objext', not `.o'.
45341         * m4/fnmatch.m4: Likewise.
45342         * m4/getgroups.m4: Likewise.
45343         * m4/getline.m4: Likewise.
45344         * m4/lstat.m4: Likewise.
45345         * m4/malloc.m4: Likewise.
45346         * m4/memcmp.m4: Likewise.
45347         * m4/putenv.m4: Likewise.
45348         * m4/realloc.m4: Likewise.
45349         * m4/regex.m4: Likewise.
45350         * m4/stat.m4: Likewise.
45351         * m4/strftime.m4: Likewise.
45352         Suggestion from Alain Magloire.
45353
45354         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
45355         an argument.
45356
45357         * m4/regex.m4: Add a run-time Test for proper operation of
45358         re_compile_pattern.
45359
45360 1999-01-31  Jim Meyering  <meyering@ascend.com>
45361
45362         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
45363
45364 1999-01-30  Jim Meyering  <meyering@ascend.com>
45365
45366         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
45367
45368         * m4/jm-mktime.m4: Make this a wrapper around the official
45369         AM_FUNC_MKTIME rather than my private copy, now that the official one
45370         is up to date.
45371         * m4/mktime.m4: Remove file.
45372
45373         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
45374         * m4/uptime.m4: Likewise.
45375         * m4/uintmax_t.m4: Likewise.
45376
45377 1999-01-28  Jim Meyering  <meyering@ascend.com>
45378
45379         * m4/jm-macros.m4: Use jm_AFS.
45380         * m4/afs.m4: New file (from fileutils' configure.in).
45381
45382         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
45383         * m4/chown.m4: Likewise.
45384         * m4/d-ino.m4: Likewise.
45385         * m4/d-type.m4: Likewise.
45386         * m4/fnmatch.m4: Likewise.
45387         * m4/getgroups.m4: Likewise.
45388         * m4/gettext.m4: Likewise.
45389         * m4/jm-mktime.m4: Likewise.
45390         * m4/jm-winsz2.m4: Likewise.
45391         * m4/lcmessage.m4: Likewise.
45392         * m4/ls-mntd-fs.m4: Likewise.
45393         * m4/malloc.m4: Likewise.
45394         * m4/memcmp.m4: Likewise.
45395         * m4/putenv.m4: Likewise.
45396         * m4/realloc.m4: Likewise.
45397         * m4/st_mtim.m4: Likewise.
45398         * m4/strftime.m4: Likewise.
45399
45400 1999-01-16  Jim Meyering  <meyering@ascend.com>
45401
45402         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
45403         (ARGMATCH_DIE_DECL): Define.
45404
45405 1999-01-12  Jim Meyering  <meyering@ascend.com>
45406
45407         * m4/Makefile.am.in: Rewrite to avoid using fmt.
45408         Reported by Lars Hecking.
45409
45410 1999-01-10  Jim Meyering  <meyering@ascend.com>
45411
45412         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
45413         gross kludge.
45414         * m4/inttypes_h.m4: Likewise.
45415         * m4/lstat.m4: Likewise.
45416         * m4/malloc.m4: Likewise.
45417         * m4/readdir.m4: Likewise.
45418         * m4/realloc.m4: Likewise.
45419         * m4/st_dm_mode.m4: Likewise.
45420         * m4/stat.m4: Likewise.
45421         * m4/utimbuf.m4: Likewise.
45422         * m4/utimes.m4: Likewise.
45423
45424         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
45425         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
45426         comments in config.h.in are meaningful.
45427
45428         * m4/jm-macros.m4: Require autoconf-2.13 here.
45429
45430         * m4/regex.m4: By default, don't use the included regex.c on systems
45431         with glibc 2.  Suggestion from Uli Drepper.
45432
45433 1999-01-02  Jim Meyering  <meyering@ascend.com>
45434
45435         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
45436
45437 1998-12-18  Jim Meyering  <meyering@ascend.com>
45438
45439         * m4/Makefile.am.in (Makefile.am): Simplify rule.
45440         Based on a suggestion from Lars Hecking.
45441
45442 1998-11-16  Paul Eggert  <eggert@twinsun.com>
45443
45444         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
45445
45446 1998-11-16  Jim Meyering  <meyering@ascend.com>
45447
45448         * m4/lfs.m4: Double-quote the `uname...` expression.
45449
45450 1998-11-14  Jim Meyering  <meyering@ascend.com>
45451
45452         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
45453         * m4/stat.m4: Likewise.
45454
45455 1998-11-03  Jim Meyering  <meyering@ascend.com>
45456
45457         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
45458         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
45459
45460 1998-10-18  Jim Meyering  <meyering@ascend.com>
45461
45462         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
45463
45464 1998-10-17  Jim Meyering  <meyering@ascend.com>
45465
45466         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
45467         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
45468         calls for those previously hard-coded headers.  Instead, take a new
45469         parameter.
45470         (jm_CHECK_DECLARATIONS): Reflect interface change.
45471         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
45472         (jm_CHECK_DECL_LOCALTIME_R): New macro.
45473
45474         * m4/mktime.m4: Test for spring-forward gap before long-running test.
45475
45476 1998-10-14  Jim Meyering  <meyering@ascend.com>
45477
45478         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
45479         instead of "TZ=America/Vancouver".  From Paul Eggert.
45480
45481 1998-10-11  Jim Meyering  <meyering@ascend.com>
45482
45483         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
45484         This adds a test for a recently added compatibility fix for mktime.c.
45485         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
45486
45487 1998-09-27  Jim Meyering  <meyering@ascend.com>
45488
45489         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
45490
45491         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
45492         ../configure.in, including a change from Gordon Matzigkeit to allow
45493         cross-compiling for the Hurd.
45494
45495         * m4/glibc.m4: New file/macro to test for the GNU C Library
45496         versions 1 and 2.  From Gordon Matzigkeit.
45497         Indent.
45498
45499 1998-09-21  Jim Meyering  <meyering@ascend.com>
45500
45501         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
45502
45503 1998-08-18  Paul Eggert  <eggert@twinsun.com>
45504
45505         Port nanosecond-resolution times to UnixWare 2.1.2 and
45506         pedantic Solaris 2.6.
45507
45508         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
45509         AC_STRUCT_ST_MTIM.
45510         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
45511         Generate name of ns member, instead of just 1 or undef.
45512         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
45513
45514 1998-08-15  Jim Meyering  <meyering@ascend.com>
45515
45516         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
45517         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
45518         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
45519         instead of jm_TYPE_SSIZE_T.
45520
45521 1998-08-12  Jim Meyering  <meyering@ascend.com>
45522
45523         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
45524
45525 1998-08-02  Jim Meyering  <meyering@ascend.com>
45526
45527         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
45528         in acconfig.h manually.
45529
45530 1998-07-31  Paul Eggert  <eggert@twinsun.com>
45531
45532         * m4/st_mtim.m4: New file.
45533
45534 1998-07-28  Jim Meyering  <meyering@ascend.com>
45535
45536         * m4/utimes.m4: Undef stat.
45537
45538 1998-07-25  Jim Meyering  <meyering@ascend.com>
45539
45540         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
45541         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
45542
45543 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
45544
45545         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
45546         uid and gid actually remain unchanged.
45547
45548 1998-07-07  Jim Meyering  <meyering@ascend.com>
45549
45550         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
45551
45552 1998-07-04  Jim Meyering  <meyering@ascend.com>
45553
45554         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
45555         to prove that this macro can be used in packages without regex.c.
45556
45557 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
45558
45559         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
45560         is to be used.
45561
45562 1998-07-03  Jim Meyering  <meyering@ascend.com>
45563
45564         * m4/gettext.m4: Add -lintl if it's found to be necessary.
45565
45566         * m4/gettext.m4: New file -- from gettext-0.10.35.
45567         * m4/lcmessage.m4: Likewise.
45568         * m4/progtest.m4: Likewise.
45569
45570         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
45571         * m4/jm-macros.m4: Require the new macro.
45572
45573 1998-06-29  Jim Meyering  <meyering@ascend.com>
45574
45575         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
45576         for the definition of NGROUPS (used in a system header included
45577         by sys/mount.h).
45578
45579 1998-06-28  Jim Meyering  <meyering@ascend.com>
45580
45581         * m4/ls-mntd-fs.m4: New file.
45582         * m4/fstypename.m4: New file.
45583
45584         * m4/jm-macros.m4: Require the new macro.
45585         * m4/jm-glibc-io.m4: New file.
45586
45587 1998-05-19  Jim Meyering  <meyering@ascend.com>
45588
45589         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
45590         * m4/lchown.m4: New file.
45591
45592         * m4/Makefile.am.in: New file.
45593         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
45594
45595 1998-05-14  Jim Meyering  <meyering@ascend.com>
45596
45597         * m4/Makefile.am (EXTRA_DIST): Add them.
45598         * m4/jm-macros.m4: New file.
45599         * m4/utimbuf.m4: New file.
45600
45601 1998-05-12  Jim Meyering  <meyering@ascend.com>
45602
45603         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
45604
45605 1998-05-11  Jim Meyering  <meyering@ascend.com>
45606
45607         * m4/isc-posix.m4: New file.
45608
45609 1998-05-10  Jim Meyering  <meyering@ascend.com>
45610
45611         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
45612
45613 1998-05-09  Jim Meyering  <meyering@ascend.com>
45614
45615         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
45616         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
45617         with automake.
45618
45619         * m4/ssize_t.m4: New file.
45620         * m4/mktime.m4: Remove file -- the new automake has this now.
45621
45622 1998-04-26  Jim Meyering  <meyering@ascend.com>
45623
45624         * m4/assert.m4: New file.
45625         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
45626
45627 1998-04-05  Jim Meyering  <meyering@ascend.com>
45628
45629         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
45630         (jm_PREREQ): Use it here.
45631
45632 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
45633
45634         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
45635         in acconfig.h.
45636
45637 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
45638
45639         * m4/prereq.m4: New file.
45640         * m4/error.m4: New file.
45641         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
45642
45643 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
45644
45645         * m4/getline.m4: Don't set am_cv_func_working_getline before the
45646         cache-check for the same variable -- that defeated the purpose of
45647         the test; the test program was never run.  This was a problem only
45648         on systems with losing getline functions -- HP-UX 10.20 is one.
45649         Reported by Bjorn Helgaas.
45650
45651 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
45652
45653         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
45654
45655 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
45656
45657         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
45658
45659         * m4/const.m4: New file.  Use an initializer in this declaration
45660         typedef int charset[2]; const charset x;
45661         Reported by Bob Glickstein.
45662
45663 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
45664
45665         * m4/chown.m4: Fix reversed types on -1 args to chown.
45666         From Kaveh Ghazi.
45667
45668 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
45669
45670         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
45671         Add lseek and memchr.
45672
45673         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
45674         T.E.Dickey <dickey@clark.net> said that some older preprocessors
45675         have a 20-character limit on names.
45676
45677 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
45678
45679         * m4/inttypes_h.m4: New file.
45680         * m4/uintmax_t.m4: New file.
45681         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
45682
45683
45684         -----
45685
45686         Local Variables:
45687         coding: utf-8
45688         End:
45689
45690         Copyright (C) 1997-2008 Free Software Foundation, Inc.
45691
45692         Copying and distribution of this file, with or without
45693         modification, are permitted provided the copyright notice
45694         and this notice are preserved.