posixtm.c: avoid a warning
[gnulib.git] / ChangeLog
1 2008-12-07  Jim Meyering  <meyering@redhat.com>
2
3         posixtm.c: avoid a warning
4         * lib/posixtm.c (posixtime): Don't initialize tm0.
5         It's no longer needed to placate gcc4's -Wuninitialized,
6         and the attempt to placate would elicit a new warning.
7
8         unicodeio.c: mark unused parameters
9         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
10         (fallback_failure_callback): Likewise.
11
12 2008-12-07  Bruno Haible  <bruno@clisp.org>
13
14         * gnulib-tool (func_create_testdir): When building the tests
15         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
16         Reported by Simon Josefsson.
17
18 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19
20         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
21
22 2008-12-06  Bruno Haible  <bruno@clisp.org>
23
24         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
25         Suggested by Eric Blake.
26
27 2008-12-06  Bruno Haible  <bruno@clisp.org>
28
29         Fix a c-stack test failure on MacOS X.
30         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
31         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
32         handler for SIGBUS as well.
33         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
34         install a signal handler for SIGBUS as well.
35         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
36
37 2008-12-06  Bruno Haible  <bruno@clisp.org>
38
39         Advocacy documentation.
40         * doc/gnulib-intro.texi (Benefits): New section.
41         * doc/gnulib.texi: Update.
42
43 2008-12-06  Bruno Haible  <bruno@clisp.org>
44
45         Document the 'manywarnings' module.
46         * doc/manywarnings.texi: New file.
47         * doc/gnulib.texi: Include it.
48
49 2008-12-05  Eric Blake  <ebb9@byu.net>
50
51         tests: silence some gcc warnings
52         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
53         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
54         type mismatches.
55
56 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
57             Bruno Haible  <bruno@clisp.org>
58
59         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
60
61 2008-11-29  Jim Meyering  <meyering@redhat.com>
62
63         unicodeio.c: mark unused parameters
64         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
65         (fallback_failure_callback): Likewise.
66
67         fts: fix a thinko
68         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
69         (set_stat_type): Return S_IF*-valued "type" directly.
70         Prompted by James Youngman's spotting a related bug.
71         Confirmed by further testing through find.
72
73         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
74         * lib/fts.c (D_TYPE): Define.
75         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
76         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
77         (s_ifmt_shift_bits): New function.
78         (set_stat_type): New function.
79         (fts_build): When not calling fts_stat, call set_stat_type
80         to propagate dirent.d_type info to fts_read caller.
81         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
82         fts_statp->st_mode type information may be valid.
83
84 2008-11-28  Simon Josefsson  <simon@josefsson.org>
85
86         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
87         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
88         <sds@gnu.org>.
89
90 2008-11-20  Bruno Haible  <bruno@clisp.org>
91
92         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
93         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
94         INCLUDE_NEXT.
95         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
96         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
97         * modules/math (Makefile.am): Substitute
98         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
99         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
100
101 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
102             Bruno Haible  <bruno@clisp.org>
103
104         * lib/stdint.in.h: Define all type macros so that their expansion is
105         a single typedef'ed token. Fixes a compilation failure in Boost which
106         does "using ::int8_t;".
107
108 2008-11-18  Simon Josefsson  <simon@josefsson.org>
109
110         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
111         gl_MANYWARN_ALL_GCC.
112         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
113         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
114         * modules/manywarnings: New file.
115         * MODULES.html.sh: Mention manywarnings module.
116
117 2008-11-18  Bruno Haible  <bruno@clisp.org>
118
119         * doc/gnulib-tool.texi (Unit tests): New section.
120
121 2008-11-18  Simon Josefsson  <simon@josefsson.org>
122
123         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
124         paths like 'lib/po/foo.po'.
125
126 2008-11-17  Simon Josefsson  <simon@josefsson.org>
127
128         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
129         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
130
131 2008-11-17  Simon Josefsson  <simon@josefsson.org>
132
133         * m4/warnings.m4: Use CPPFLAGS to really check whether the
134         parameter works.
135
136 2008-11-17  Simon Josefsson  <simon@josefsson.org>
137
138         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
139
140 2008-11-17  Bruce Korb  <bkorb@gnu.org>
141
142         * modules/parse-duration-tests: New file.
143         * tests/test-parse-duration.sh: New file.
144         * tests/test-parse-duration.c: New file.
145
146         New module 'parse-duration'.
147         * lib/parse-duration.h: New file.
148         * lib/parse-duration.c: New file.
149         * modules/parse-duration: New file.
150
151 2008-11-17  Bruno Haible  <bruno@clisp.org>
152
153         * tests/test-select-out.sh: Comment out the first pipe test.
154         Reported by Simon Josefsson.
155
156 2008-11-17  Bruno Haible  <bruno@clisp.org>
157
158         * modules/getaddrinfo (Depends-on): Add servent, hostent.
159         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
160         gl_HOSTENT.
161
162 2008-11-17  Bruno Haible  <bruno@clisp.org>
163
164         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
165         -lnetwork and -lnet. Needed for Haiku and BeOS.
166
167 2008-11-16  Bruno Haible  <bruno@clisp.org>
168
169         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
170
171 2008-11-16  Bruno Haible  <bruno@clisp.org>
172
173         Avoid test failure on Haiku.
174         * tests/test-fsync.c: Include <errno.h>.
175         (main): Don't require that fsync (0) fails.
176
177 2008-11-15  Bruno Haible  <bruno@clisp.org>
178
179         New module 'hostent'.
180         * modules/hostent: New file.
181         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
182
183 2008-11-15  Bruno Haible  <bruno@clisp.org>
184
185         New module 'servent'.
186         * modules/servent: New file.
187         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
188
189 2008-11-15  Bruno Haible  <bruno@clisp.org>
190
191         Avoid generating same test program with two different rules.
192         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
193         test-frexp to test-frexp-nolibm.
194         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
195         test-frexpl to test-frexpl-nolibm.
196
197 2008-11-15  Bruno Haible  <bruno@clisp.org>
198
199         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
200         $(FREXPL_LIBM).
201
202 2008-11-15  Bruno Haible  <bruno@clisp.org>
203
204         * lib/netdb.in.h: Activate the definitions also when the system's
205         <netdb.h> has 'struct addrinfo'.
206         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
207         EAI_OVERFLOW or AI_NUMERICSERV.
208         * doc/posix-headers/netdb.texi: Document the problem.
209
210 2008-11-15  Bruno Haible  <bruno@clisp.org>
211
212         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
213
214         Make the 'sched' module work on platforms where <sched.h> exists but
215         is incomplete (such as Haiku).
216         * lib/sched.in.h; Include the system's <sched.h> if it exists.
217         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
218         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
219         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
220         HAVE_STRUCT_SCHED_PARAM.
221         * modules/sched (Depends-on): Add include_next.
222         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
223         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
224         * doc/posix-headers/sched.texi: Document the issue.
225
226 2008-11-13  Jim Meyering  <meyering@redhat.com>
227
228         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
229         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
230         test would fail due to the difference in the Report bugs to ...
231         line.  The expected address is empty, "<>", while the actual
232         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
233
234 2008-11-12  Bruno Haible  <bruno@clisp.org>
235
236         lstat: don't compile lstat.c on systems lacking lstat
237         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
238         which don't have lstat; this is handled by lib/sys_stat.in.h already.
239         Reported by Daniel P. Berrange via Jim Meyering.
240
241 2008-11-12  Jim Meyering  <meyering@redhat.com>
242
243         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
244
245 2008-11-12  Simon Josefsson  <simon@josefsson.org>
246
247         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
248         instead.
249
250 2008-11-12  Bruno Haible  <bruno@clisp.org>
251
252         * lib/unicodeio.c: Include unistr.h.
253         (utf8_wctomb): Remove function.
254         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
255
256 2008-11-12  Simon Josefsson  <simon@josefsson.org>
257
258         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
259         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
260         <bruno@clisp.org>.
261         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
262
263 2008-11-12  Simon Josefsson  <simon@josefsson.org>
264
265         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
266         * doc/gnulib.texi: Add section for warnings.
267
268 2008-11-11  Bruno Haible  <bruno@clisp.org>
269
270         * lib/sockets.h: Add a comment.
271
272 2008-11-11  Karl Berry  <karl@gnu.org>
273
274         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
275
276 2008-11-11  Eric Blake  <ebb9@byu.net>
277
278         fdl.texi: avoid git symlinks
279         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
280
281 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
282
283         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
284
285 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
286
287         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
288         (gl_WARN_ADD): Substitute $2 if literal.
289
290 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
291
292         * m4/warning.m4: Remove.
293
294 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
295
296         * m4/warnings.m4: Almost complete rewrite. :-)
297
298 2008-11-10  Simon Josefsson  <simon@josefsson.org>
299
300         * modules/warnings: New module.
301         * m4/warnings.m4: New file.
302         * MODULES.html.sh: Mention warnings module.
303         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
304         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
305
306 2008-11-10  Eric Blake  <ebb9@byu.net>
307
308         fdl.texi: make a symlink to the latest version
309         * doc/standards.texi: Revert today's earlier change.
310         * doc/fdl-1.2.texi: Rename from old fdl.texi...
311         * doc/fdl.texi: ...and replace this with a symlink to the newer
312         fdl-1.3.texi.
313
314 2008-11-10  Bruno Haible  <bruno@clisp.org>
315
316         * tests/test-select-fd.c (main): Accept the result file name as fourth
317         argument.
318         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
319         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
320
321 2008-11-10  Bruno Haible  <bruno@clisp.org>
322
323         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
324         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
325         as autoconf-substituted macros.
326         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
327         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
328         gl_NETDB_H_DEFAULTS. Set these variables.
329         * modules/netdb (Makefile.am): Substitute these variables.
330
331 2008-11-10  Eric Blake  <ebb9@byu.net>
332
333         standards.texi: include correct file for FDL 1.3
334         * doc/standards.texi (GNU Free Documentation License): Change
335         include file to pull in FDL 1.3, not 1.2.
336
337         fdl.texi: revert accidental change to license
338         * doc/fdl.texi: This is FDL 1.2, not 1.3.
339
340 2008-11-10  Bruno Haible  <bruno@clisp.org>
341
342         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
343         cross-compiling guesses also when the native compile gives no result.
344
345 2008-11-10  Bruno Haible  <bruno@clisp.org>
346
347         * lib/spawni.c (__spawni): Force variable into the stack.
348
349 2008-11-10  Bruno Haible  <bruno@clisp.org>
350
351         Add support for Haiku.
352         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
353         glibc and BeOS, but also on Haiku.
354         * lib/fpurge.c (fpurge): Likewise.
355         * lib/freadable.c (freadable): Likewise.
356         * lib/freadahead.c (freadahead): Likewise.
357         * lib/freading.c (freading): Likewise.
358         * lib/freadptr.c (freadptr): Likewise.
359         * lib/freadseek.c (freadptrinc): Likewise.
360         * lib/fseeko.c (rpl_fseeko): Likewise.
361         * lib/fseterr.c (fseterr): Likewise.
362         * lib/fwritable.c (fwritable): Likewise.
363         * lib/fwriting.c (fwriting): Likewise.
364         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
365
366 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
367
368         * lib/config.charset: Treat Haiku like BeOS.
369
370 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
371
372         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
373         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
374
375 2008-11-08  Bruno Haible  <bruno@clisp.org>
376
377         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
378         AC_CACHE_CHECK.
379
380 2008-11-08  Bruno Haible  <bruno@clisp.org>
381
382         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
383
384 2008-11-08  Bruno Haible  <bruno@clisp.org>
385
386         * tests/test-select-fd.c: New file.
387         * tests/test-select-in.sh: New file.
388         * tests/test-select-out.sh: New file.
389         * tests/test-select-stdin.c: New file.
390         * modules/select-tests (Files): Add the new files.
391         (Depends-on): Add gettimeofday.
392         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
393         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
394         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
395
396 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
397             Bruno Haible  <bruno@clisp.org>
398
399         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
400
401 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
402
403         * build-aux/pmccabe2html: Added support for C++ source files.
404
405 2008-11-05  Ben Pfaff  <blp@gnu.org>
406
407         Fix lib/close.c build on Windows.
408         * modules/close (Files): Add lib/w32sock.h.
409
410 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
411
412         Accept Bison's NEWS format.
413         * build-aux/announce-gen (print_news_deltas): Tweak
414         $re_prefix.
415
416 2008-11-04  Bruno Haible  <bruno@clisp.org>
417
418         * modules/random_r (Maintainer): Add glibc.
419
420 2008-11-04  Simon Josefsson  <simon@josefsson.org>
421
422         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
423         by karl@freefriends.org (Karl Berry).
424         * doc/alloca.texi: Likewise.
425         * doc/c-ctype.texi: Likewise.
426         * doc/c-strcase.texi: Likewise.
427         * doc/c-strcaseeq.texi: Likewise.
428         * doc/c-strcasestr.texi: Likewise.
429         * doc/c-strstr.texi: Likewise.
430         * doc/c-strtod.texi: Likewise.
431         * doc/c-strtold.texi: Likewise.
432         * doc/ctime.texi: Likewise.
433         * doc/error.texi: Likewise.
434         * doc/fdl.texi: Likewise.
435         * doc/gcd.texi: Likewise.
436         * doc/getdate.texi: Likewise.
437         * doc/gnulib-intro.texi: Likewise.
438         * doc/gnulib-tool.texi: Likewise.
439         * doc/gnulib.texi: Likewise.
440         * doc/inet_ntoa.texi: Likewise.
441         * doc/maintain.texi: Likewise.
442         * doc/make-stds.texi: Likewise.
443         * doc/quote.texi: Likewise.
444         * doc/regexprops-generic.texi: Likewise.
445         * doc/standards.texi: Likewise.
446         * doc/verify.texi: Likewise.
447         * doc/visibility.texi: Likewise.
448         * doc/gnulib.texi (GNU Free Documentation License): Include
449         fdl-1.3.texi instead of fdl.texi.
450
451 2008-11-04  Simon Josefsson  <simon@josefsson.org>
452
453         * doc/fdl-1.3.texi: New file, from
454         <http://www.gnu.org/licenses/fdl-1.3.texi>.
455         * modules/fdl-1.3: Add.
456         * MODULES.html.sh: Add fdl-1.3.
457
458 2008-11-03  Bruno Haible  <bruno@clisp.org>
459
460         Make determination of absolute name of header file work with AIX xlc.
461         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
462         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
463         preprocessing.
464         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
465         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
466
467 2008-11-03  Simon Josefsson  <simon@josefsson.org>
468
469         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
470         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
471         <ludo@gnu.org>.
472
473 2008-11-02  Bruno Haible  <bruno@clisp.org>
474
475         Mark 'strpbrk' obsolete.
476         * modules/strpbrk (Status, Notice): New sections.
477         * modules/strtok_r (Depends-on): Add strpbrk.
478
479 2008-11-02  Bruno Haible  <bruno@clisp.org>
480
481         Mark 'strdup' obsolete.
482         * modules/strdup (Status, Notice): New sections.
483         * modules/findprog (Depends-on): Add strdup.
484         * modules/getaddrinfo (Depends-on): Likewise.
485         * modules/localename (Depends-on): Likewise.
486         * modules/relocatable-lib (Depends-on): Likewise.
487         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
488         * modules/relocatable-prog (Depends-on): Likewise.
489         * modules/trim (Depends-on): Likewise.
490         * modules/unictype/gen-ctype (Depends-on): Likewise.
491         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
492
493 2008-11-02  Bruno Haible  <bruno@clisp.org>
494
495         Mark 'strcspn' obsolete.
496         * modules/strcspn (Status, Notice): New sections.
497
498 2008-11-02  Bruno Haible  <bruno@clisp.org>
499
500         Mark 'rmdir' obsolete.
501         * modules/rmdir (Status, Notice): New sections.
502         * modules/clean-temp (Depends-on): Add rmdir.
503         * modules/openat (Depends-on): Likewise.
504
505 2008-11-02  Bruno Haible  <bruno@clisp.org>
506
507         Mark 'raise' obsolete.
508         * modules/raise (Status, Notice): New sections.
509         (Include): Specify <signal.h>.
510         * modules/stdio (Depends-on): Add raise.
511         * modules/write (Depends-on): Likewise.
512
513 2008-11-02  Bruno Haible  <bruno@clisp.org>
514
515         Mark 'memset' obsolete.
516         * modules/memset (Status, Notice): New sections.
517
518 2008-11-02  Bruno Haible  <bruno@clisp.org>
519
520         Mark 'memmove' obsolete.
521         * modules/memmove (Status, Notice): New sections.
522         * modules/argp (Depends-on): Add memmove.
523         * modules/argz (Depends-on): Likewise.
524         * modules/canonicalize (Depends-on): Likewise.
525         * modules/canonicalize-lgpl (Depends-on): Likewise.
526         * modules/fts (Depends-on): Likewise.
527         * modules/getcwd (Depends-on): Likewise.
528         * modules/human (Depends-on): Likewise.
529         * modules/regex (Depends-on): Likewise.
530         * modules/striconveh (Depends-on): Likewise.
531         * modules/trim (Depends-on): Likewise.
532         * modules/unistr/u8-move (Depends-on): Likewise.
533         * modules/unistr/u16-move (Depends-on): Likewise.
534         * modules/unistr/u32-move (Depends-on): Likewise.
535
536 2008-11-02  Bruno Haible  <bruno@clisp.org>
537
538         Mark 'memcpy' obsolete.
539         * modules/memcpy (Status, Notice): New sections.
540
541 2008-11-02  Bruno Haible  <bruno@clisp.org>
542
543         Mark 'memcmp' obsolete.
544         * modules/memcmp (Status, Notice): New sections.
545         * modules/argmatch (Depends-on): Add memchr.
546         * modules/backupfile (Depends-on): Likewise.
547         * modules/c-strcasestr (Depends-on): Likewise.
548         * modules/crypto/des (Depends-on): Likewise.
549         * modules/csharpcomp (Depends-on): Likewise.
550         * modules/fnmatch (Depends-on): Likewise.
551         * modules/git-merge-changelog (Depends-on): Likewise.
552         * modules/isnand (Depends-on): Likewise.
553         * modules/isnand-nolibm (Depends-on): Likewise.
554         * modules/isnanf (Depends-on): Likewise.
555         * modules/isnanf-nolibm (Depends-on): Likewise.
556         * modules/isnanl (Depends-on): Likewise.
557         * modules/isnanl-nolibm (Depends-on): Likewise.
558         * modules/mbchar (Depends-on): Likewise.
559         * modules/memcoll (Depends-on): Likewise.
560         * modules/quotearg (Depends-on): Likewise.
561         * modules/regex (Depends-on): Likewise.
562         * modules/relocatable-prog (Depends-on): Likewise.
563         * modules/same (Depends-on): Likewise.
564         * modules/signbit (Depends-on): Likewise.
565         * modules/strcasestr-simple (Depends-on): Likewise.
566         * modules/unictype/gen-ctype (Depends-on): Likewise.
567         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
568         * modules/uniname/uniname (Depends-on): Likewise.
569         * modules/unistr/u8-cmp (Depends-on): Likewise.
570
571 2008-11-02  Bruno Haible  <bruno@clisp.org>
572
573         Mark 'memchr' obsolete.
574         * modules/memchr (Status, Notice): New sections.
575         * modules/argp (Depends-on): Add memchr.
576         * modules/base64 (Depends-on): Likewise.
577         * modules/c-strcasestr (Depends-on): Likewise.
578         * modules/chdir-long (Depends-on): Likewise.
579         * modules/fnmatch (Depends-on): Likewise.
580         * modules/getsubopt (Depends-on): Likewise.
581         * modules/git-merge-changelog (Depends-on): Likewise.
582         * modules/glob (Depends-on): Likewise.
583         * modules/strcasestr-simple (Depends-on): Likewise.
584         * modules/strnlen (Depends-on): Likewise.
585
586 2008-11-02  Bruno Haible  <bruno@clisp.org>
587
588         Mark 'atexit' obsolete.
589         * modules/atexit (Status, Notice): New sections.
590         * modules/chdir-long (Depends-on): Add atexit.
591         * modules/wait-process (Depends-on): Likewise.
592
593 2008-11-02  Bruno Haible  <bruno@clisp.org>
594
595         * gnulib-tool: New option --with-obsolete.
596         (func_usage): Document it.
597         (func_modules_transitive_closure): Drop obsolete dependencies if
598         incobsolete is not true.
599         (func_import): Read and save the incobsolete variable to the cache.
600
601 2008-11-02  Bruno Haible  <bruno@clisp.org>
602
603         * modules/TEMPLATE-EXTENDED: New field 'Status'.
604         * gnulib-tool: New option --extract-status.
605         (func_usage): Document it.
606         (sed_extract_prog): Recognize it.
607         (func_get_status): New function.
608
609 2008-10-30  Simon Josefsson  <simon@josefsson.org>
610
611         * modules/sockets (License): Change from LGPL to LGPLv2+.
612
613 2008-10-28  Simon Josefsson  <simon@josefsson.org>
614
615         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
616
617 2008-10-28  Simon Josefsson  <simon@josefsson.org>
618
619         * MODULES.html.sh (Support for systems lacking POSIX:2001):
620         Mention times and sys_times.
621         * modules/sys_times, modules/sys_times-tests: New modules.
622         * modules/times, modules/times-tests: Likewise
623         * m4/sys_times_h.m4: New file.
624         * lib/sys_times.in.h: Likewise
625         * lib/times.c: Likewise.
626         * tests/test-sys_times.c: Likewise.
627         * tests/test-times.c: Likewise.
628         * doc/posix-headers/sys_times.texi: Update.
629         * doc/posix-functions/times.texi: Update.
630
631 2008-10-28  Jim Meyering  <meyering@redhat.com>
632
633         * modules/tempname (Depends-on): Add lstat.
634
635         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
636
637 2008-10-28  Simon Josefsson  <simon@josefsson.org>
638
639         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
640         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
641         using idiom used elsewhere in gnulib.
642
643 2008-10-27  Jim Meyering  <meyering@redhat.com>
644
645         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
646
647 2008-10-27  Simon Josefsson  <simon@josefsson.org>
648
649         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
650         TESTS_ENVIRONMENT, for shell scripts that needs to call built
651         programs.
652         * tests/test-argp-2.sh: Use $EXEEXT when needed.
653
654 2008-10-27  Simon Josefsson  <simon@josefsson.org>
655
656         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
657
658 2008-10-27  Bruno Haible  <bruno@clisp.org>
659
660         * tests/test-lstat.c: Include <stdio.h>.
661
662 2008-10-27  Simon Josefsson  <simon@josefsson.org>
663
664         * modules/lstat-tests: New module.
665         * tests/test-lstat.c: New file.
666
667 2008-10-26  Jim Meyering  <meyering@redhat.com>
668
669         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
670
671 2008-10-26  Simon Josefsson  <simon@josefsson.org>
672             Bruno Haible  <bruno@clisp.org>
673
674         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
675         * modules/configmake (Include): Add a note that the include must come
676         after all system headers.
677         * lib/javaversion.c: Include configmake.h after all other includes.
678
679 2008-10-26  Bruno Haible  <bruno@clisp.org>
680
681         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
682         HAVE_STRUCT_RANDOM_DATA to 1.
683         (gl_STDLIB_H): Simplify.
684
685 2008-10-26  Simon Josefsson  <simon@josefsson.org>
686
687         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
688         substitute HAVE_STRUCT_RANDOM_DATA.
689         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
690         random_data.
691         * modules/stdlib (Makefile.am): Substitute
692         HAVE_STRUCT_RANDOM_DATA.
693
694 2008-10-26  Simon Josefsson  <simon@josefsson.org>
695
696         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
697         * doc/gnulib-intro.texi (Copyright): Likewise.
698
699 2008-10-26  Simon Josefsson  <simon@josefsson.org>
700
701         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
702         findings.
703
704 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
705             Bruno Haible  <bruno@clisp.org>
706
707         * lib/unistd.in.h: Include <winsock2.h>.
708         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
709         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
710         Provide dummy declarations.
711         (gethostname): Override.
712         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
713         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
714         gl_PREREQ_SYS_H_WINSOCK2.
715         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
716         * doc/posix-functions/gethostname.texi: More details.
717
718 2008-10-25  Bruno Haible  <bruno@clisp.org>
719
720         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
721         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
722         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
723
724         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
725         here ...
726         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
727         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
728         gl_UNISTD_H_DEFAULTS.
729
730 2008-10-25  Eric Blake  <ebb9@byu.net>
731
732         signbit: avoid spurious compiler failure
733         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
734         declarations inside function.
735
736 2008-10-24  Simon Josefsson  <simon@josefsson.org>
737             Bruno Haible  <bruno@clisp.org>
738
739         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
740         * modules/random_r (Depends-on): Add stdint.
741
742 2008-10-24  Bruno Haible  <bruno@clisp.org>
743
744         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
745         Eggert.
746         * modules/strerror (License): Likewise.
747
748 2008-10-24  Jim Meyering  <meyering@redhat.com>
749
750         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
751         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
752
753 2008-10-24  Eric Blake  <ebb9@byu.net>
754
755         getgroups: fix compilation when getgroups is available
756         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
757         but with <config.h> override of getgroups disabled.
758
759 2008-10-24  Simon Josefsson  <simon@josefsson.org>
760
761         * doc/gnulib.texi (Header files): Add note about C++ problems.
762         Explained by Bruno Haible <bruno@clisp.org>.
763
764 2008-10-23  Bruno Haible  <bruno@clisp.org>
765
766         Define a dummy SA_NODEFER macro on Interix.
767         * lib/signal.in.h (SA_NODEFER): Define fallback.
768         Reported by Aleksey Cheusov <cheusov@tut.by> via
769         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
770
771 2008-10-23  Bruno Haible  <bruno@clisp.org>
772
773         * modules/freadahead (License): Change to LGPLv2+.
774         Suggested by Simon Josefsson.
775
776 2008-10-23  Jim Meyering  <meyering@redhat.com>
777
778         random_r: new module
779         * modules/random_r: New file.
780         * m4/random_r.m4: New file.
781         * lib/random_r.c: New file, from glibc.
782         * modules/random_r-tests: New file.
783         * tests/test-random_r.c: New file.
784         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
785          Declare.
786         (RAND_MAX): Define.
787         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
788         * modules/stdlib: Substitute them, too.
789         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
790         * doc/glibc-functions/initstate_r.texi: Mention the new module.
791         * doc/glibc-functions/random_r.texi: Likewise.
792         * doc/glibc-functions/setstate_r.texi: Likewise.
793         * doc/glibc-functions/srandom_r.texi: Likewise.
794         * config/srclist.txt: Mention it.
795
796 2008-10-23  David Lutterkort  <lutter@redhat.com>
797
798         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
799         link requirement
800
801 2008-10-23  Jim Meyering  <meyering@redhat.com>
802
803         selinux-h: mark parameters of stub functions as intentionally unused
804         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
805         * lib/se-context.in.h: Likewise.
806
807 2008-10-22  Simon Josefsson  <simon@josefsson.org>
808
809         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
810
811 2008-10-22  Simon Josefsson  <simon@josefsson.org>
812
813         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
814
815 2008-10-22  Eric Blake  <ebb9@byu.net>
816
817         glthread/thread: avoid compiler warning
818         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
819         Add unreachable abort to silence compiler.
820
821 2008-10-22  Eric Blake  <ebb9@byu.net>
822
823         netdb: also supply struct addrinfo for cygwin 1.5.x
824         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
825         older cygwin.
826         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
827         cygwin.
828         * doc/posix-headers/netdb.texi (netdb.h): Document this.
829
830 2008-10-22  Bruno Haible  <bruno@clisp.org>
831
832         * users.txt: Update entry about pspp.
833
834 2008-10-21  Bruno Haible  <bruno@clisp.org>
835
836         Simplification.
837         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
838         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
839
840         Simplification.
841         * lib/ioctl.c (ioctl): Don't undefine.
842         * lib/socket.c (socket): Don't undefine.
843
844         Remove unused module indicator macros.
845         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
846         GNULIB_$1 as a C macro.
847
848         * doc/posix-functions/close.texi: Undo last change.
849         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
850         Windows platforms.
851
852 2008-10-21  Bruno Haible  <bruno@clisp.org>
853
854         Add gethostname() declaration to <unistd.h>.
855         * lib/unistd.in.h (gethostname): New declaration.
856         * lib/gethostname.c: Include <unistd.h>.
857         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
858         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
859         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
860         and HAVE_GETHOSTNAME.
861         * modules/gethostname (Depends-on): Add unistd.
862         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
863         (Include): Specify <unistd.h>.
864         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
865         HAVE_GETHOSTNAME.
866         * tests/test-gethostname.c: Include <unistd.h> first.
867
868 2008-10-21  Bruno Haible  <bruno@clisp.org>
869
870         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
871         * modules/select-tests (Depends-on): Likewise.
872         Reported by Simon Josefsson.
873
874 2008-10-21  Simon Josefsson  <simon@josefsson.org>
875
876         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
877         * lib/accept.c: New file, based on winsock.c.
878         * lib/bind.c: New file, based on winsock.c.
879         * lib/connect.c: New file, based on winsock.c.
880         * lib/getpeername.c: New file, based on winsock.c.
881         * lib/getsockname.c: New file, based on winsock.c.
882         * lib/getsockopt.c: New file, based on winsock.c.
883         * lib/ioctl.c: New file, based on winsock.c.
884         * lib/listen.c: New file, based on winsock.c.
885         * lib/recv.c: New file, based on winsock.c.
886         * lib/recvfrom.c: New file, based on winsock.c.
887         * lib/send.c: New file, based on winsock.c.
888         * lib/sendto.c: New file, based on winsock.c.
889         * lib/setsockopt.c: New file, based on winsock.c.
890         * lib/shutdown.c: New file, based on winsock.c.
891         * lib/socket.c: New file, based on winsock.c.
892         * lib/w32sock.h: New file, based on winsock.c.
893         * lib/winsock.c: Remove file.
894         * modules/accept: Likewise.
895         * modules/bind: Likewise.
896         * modules/connect: Likewise.
897         * modules/getpeername: Likewise.
898         * modules/getsockname: Likewise.
899         * modules/getsockopt: Likewise.
900         * modules/ioctl: Likewise.
901         * modules/listen: Likewise.
902         * modules/recv: Likewise.
903         * modules/recvfrom: Likewise.
904         * modules/send: Likewise.
905         * modules/sendto: Likewise.
906         * modules/setsockopt: Likewise.
907         * modules/shutdown: Likewise.
908         * modules/socket: Use socket.c instead of winsock.c.
909         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
910         * doc/posix-functions/accept.texi: Doc fix.
911         * doc/posix-functions/bind.texi: Doc fix.
912         * doc/posix-functions/close.texi: Doc fix.
913         * doc/posix-functions/connect.texi: Doc fix.
914         * doc/posix-functions/getpeername.texi: Doc fix.
915         * doc/posix-functions/getsockname.texi: Doc fix.
916         * doc/posix-functions/getsockopt.texi: Doc fix.
917         * doc/posix-functions/ioctl.texi: Doc fix.
918         * doc/posix-functions/listen.texi: Doc fix.
919         * doc/posix-functions/recv.texi: Doc fix.
920         * doc/posix-functions/recvfrom.texi: Doc fix.
921         * doc/posix-functions/send.texi: Doc fix.
922         * doc/posix-functions/sendto.texi: Doc fix.
923         * doc/posix-functions/setsockopt.texi: Doc fix.
924         * doc/posix-functions/shutdown.texi: Doc fix.
925         * doc/posix-functions/socket.texi: Doc fix.
926
927 2008-10-20  Bruno Haible  <bruno@clisp.org>
928
929         Take into account the role of SIGABRT_COMPAT on Windows 2008.
930         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
931         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
932         as an alias for SIGABRT.
933         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
934         (sigaction): Map it to SIGABRT.
935         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
936
937 2008-10-20  Bruno Haible  <bruno@clisp.org>
938
939         * lib/fts.c: Don't include lstat.h.
940         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
941
942         Move the lstat() declaration to <sys/stat.h>.
943         * lib/lstat.h: Remove file.
944         * lib/sys_stat.in.h: Add special invocation convention.
945         (lstat): New declaration.
946         * lib/lstat.c (orig_lstat): New function.
947         (rpl_lstat): Use orig_lstat instead of lstat.
948         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
949         AC_C_INLINE. Set REPLACE_LSTAT.
950         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
951         and REPLACE_LSTAT.
952         * modules/lstat (Files): Remove lib/lstat.h.
953         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
954         (Include): Specify <sys/stat.h> instead of lstat.h.
955         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
956         REPLACE_LSTAT.
957         * NEWS: Mention the change.
958
959 2008-10-20  Bruno Haible  <bruno@clisp.org>
960
961         * modules/posix_spawn-tests: New file.
962         * tests/test-posix_spawn3.c: New file.
963
964 2008-10-20  Bruno Haible  <bruno@clisp.org>
965
966         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
967         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
968         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
969         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
970         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
971
972 2008-10-20  Bruno Haible  <bruno@clisp.org>
973
974         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
975         of posix_spawn on AIX 5.3.
976
977 2008-10-20  Bruno Haible  <bruno@clisp.org>
978
979         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
980
981 2008-10-20  Bruno Haible  <bruno@clisp.org>
982
983         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
984         of AC_LANG_PROGRAM.
985
986 2008-10-20  Simon Josefsson  <simon@josefsson.org>
987
988         * lib/netdb.in.h: Don't define GNU specific constants until they
989         are supported or needed.  Reported by Bruno Haible
990         <bruno@clisp.org>.
991
992 2008-10-20  Simon Josefsson  <simon@josefsson.org>
993
994         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
995
996 2008-10-20  Simon Josefsson  <simon@josefsson.org>
997
998         * lib/getaddrinfo.h: Remove file.
999         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
1000         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
1001         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
1002         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
1003         * modules/netdb: Substitute GNULIB_GETADDRINFO.
1004         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
1005         * tests/test-getaddrinfo.c: Likewise.
1006         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
1007         * NEWS: Mention change.
1008
1009 2008-10-19  Bruno Haible  <bruno@clisp.org>
1010
1011         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
1012
1013 2008-10-19  Bruno Haible  <bruno@clisp.org>
1014
1015         * lib/wait-process.c: Include simply <sys/wait.h>.
1016         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
1017         WIFSTOPPED): Remove fallback definitions.
1018         * modules/wait-process (Depends-on): Add sys_wait.
1019
1020         New module 'sys_wait'.
1021         * modules/sys_wait: New file.
1022         * lib/sys_wait.in.h: New file, partially copied from
1023         lib/wait-process.c.
1024         * m4/sys_wait_h.m4: New file.
1025         * doc/posix-headers/sys_wait.texi: Mention the new module.
1026
1027 2008-10-19  Bruno Haible  <bruno@clisp.org>
1028
1029         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
1030
1031 2008-10-19  Bruno Haible  <bruno@clisp.org>
1032
1033         Assume that waitpid() fills an 'int' status, not a 'union wait'.
1034         * lib/wait-process.c (WAIT_T): Remove type.
1035         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
1036         (wait_subprocess): Update.
1037
1038 2008-10-19  Bruno Haible  <bruno@clisp.org>
1039
1040         New module 'atoll'.
1041         * modules/atoll: New file.
1042         * lib/stdlib.in.h (atoll): New declaration.
1043         * lib/atoll.c: New file, from glibc with modifications.
1044         * m4/atoll.m4: New file.
1045         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
1046         HAVE_ATOLL.
1047         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
1048         * doc/posix-functions/atoll.texi: Mention the new module.
1049
1050 2008-10-19  Bruno Haible  <bruno@clisp.org>
1051
1052         Add strtoull() declaration to <stdlib.h>.
1053         * lib/stdlib.in.h (strtoull): New declaration.
1054         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
1055         Set HAVE_STRTOULL.
1056         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
1057         HAVE_STRTOULL.
1058         * modules/strtoull (Depends-on): Add stdlib.
1059         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1060         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
1061         HAVE_STRTOULL.
1062
1063 2008-10-19  Bruno Haible  <bruno@clisp.org>
1064
1065         Add strtoll() declaration to <stdlib.h>.
1066         * lib/stdlib.in.h (strtoll): New declaration.
1067         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
1068         Set HAVE_STRTOLL.
1069         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
1070         HAVE_STRTOLL.
1071         * modules/strtoll (Depends-on): Add stdlib.
1072         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1073         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
1074
1075 2008-10-19  Bruno Haible  <bruno@clisp.org>
1076
1077         * modules/bcopy (Depends-on): Add strings.
1078         (Include): Specify <strings.h>.
1079
1080 2008-10-19  Bruno Haible  <bruno@clisp.org>
1081
1082         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
1083
1084 2008-10-19  Bruno Haible  <bruno@clisp.org>
1085
1086         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
1087         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
1088         mingw.
1089
1090 2008-10-19  Bruno Haible  <bruno@clisp.org>
1091
1092         * lib/atanl.c: Don't include isnanl.h.
1093         * lib/cosl.c: Likewise.
1094         * lib/ldexpl.c: Likewise.
1095         * lib/logl.c: Likewise.
1096         * lib/sinl.c: Likewise.
1097         * lib/sqrtl.c: Likewise.
1098         * lib/tanl.c: Likewise.
1099
1100         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
1101         * lib/isnanf.h: Remove file.
1102         * lib/isnand.h: Remove file.
1103         * lib/isnanl.h: Remove file.
1104         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
1105         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
1106         macros.
1107         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
1108         HAVE_ISNANF, don't define it as a C macro.
1109         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
1110         HAVE_ISNAND, don't define it as a C macro.
1111         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
1112         HAVE_ISNANL, don't define it as a C macro.
1113         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
1114         HAVE_ISNAN[FDL].
1115         * modules/isnanf (Files): Remove lib/isnanf.h.
1116         (Depends-on): Add math.
1117         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
1118         (Include): Specify <math.h> instead of isnanf.h.
1119         * modules/isnand (Files): Remove lib/isnand.h.
1120         (Depends-on): Add math.
1121         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
1122         (Include): Specify <math.h> instead of isnand.h.
1123         * modules/isnanl (Files): Remove lib/isnanl.h.
1124         (Depends-on): Add math.
1125         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
1126         (Include): Specify <math.h> instead of isnanl.h.
1127         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
1128         HAVE_ISNAN[FDL].
1129         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
1130         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
1131         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
1132         * NEWS: Mention the change.
1133
1134 2008-10-18  Bruno Haible  <bruno@clisp.org>
1135
1136         Add getusershell(), setusershell(), endusershell() declarations to
1137         <unistd.h>.
1138         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
1139         declarations.
1140         * lib/getusershell.c: Include unistd.h.
1141         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
1142         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
1143         HAVE_GETUSERSHELL.
1144         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
1145         and HAVE_GETUSERSHELL.
1146         * modules/getusershell (Depends-on): Add unistd, extensions.
1147         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1148         (Include): Specify <unistd.h>.
1149         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
1150         HAVE_GETUSERSHELL.
1151
1152 2008-10-18  Bruno Haible  <bruno@clisp.org>
1153
1154         Add a getloadavg() declaration to <stdlib.h>.
1155         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
1156         getloadavg declaration.
1157         (getloadavg): New declaration.
1158         * lib/getloadavg.c: Include <stdlib.h> first.
1159         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
1160         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
1161         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
1162         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
1163         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
1164         * modules/getloadavg (Depends-on): Add stdlib, extensions.
1165         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1166         (Include): Specify <stdlib.h>.
1167         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
1168         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
1169
1170 2008-10-18  Bruno Haible  <bruno@clisp.org>
1171
1172         * lib/dirchownmod.c: Don't include lchmod.h.
1173
1174         Move the lchmod() declaration to <sys/stat.h>.
1175         * lib/lchmod.h: Remove file.
1176         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
1177         (lchmod): New declaration, moved here from lib/lchown.h.
1178         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
1179         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
1180         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
1181         and HAVE_LCHMOD.
1182         * modules/lchmod (Files): Remove lib/lchmod.h.
1183         (Depends-on): Add sys_stat, extensions.
1184         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
1185         (Include): Specify <sys/stat.h> instead of lchmod.h.
1186         * modules/sys_stat (Depends-on): Add link-warning.
1187         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
1188         definition of GL_LINK_WARNING.
1189         * NEWS: Mention the change.
1190
1191 2008-10-18  Bruno Haible  <bruno@clisp.org>
1192
1193         * lib/fchdir.c: Don't include dirfd.h.
1194         * lib/fts.c: Likewise.
1195         * lib/getcwd.c: Likewise.
1196         * lib/glob.c: Likewise.
1197
1198         Move the dirfd() declaration to <dirent.h>.
1199         * lib/dirfd.h: Remove file.
1200         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
1201         (dirfd): New declaration.
1202         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
1203         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
1204         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
1205         HAVE_DECL_DIRFD.
1206         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
1207         HAVE_DECL_DIRFD.
1208         * modules/dirfd (Files): Remove lib/dirfd.h.
1209         (Depends-on): Add dirent, extensions.
1210         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
1211         (Include): Specify <dirent.h> instead of dirfd.h.
1212         * modules/dirent (Depends-on): Add link-warning.
1213         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
1214         definition of GL_LINK_WARNING.
1215         * NEWS: Mention the change.
1216
1217 2008-10-18  Bruno Haible  <bruno@clisp.org>
1218
1219         Move the euidaccess() declaration to <unistd.h>.
1220         * lib/euidaccess.h: Remove file.
1221         * lib/unistd.in.h (euidaccess): New declaration.
1222         * lib/euidaccess.c: Don't include euidaccess.h.
1223         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
1224         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
1225         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
1226         and HAVE_EUIDACCESS.
1227         * modules/euidaccess (Files): Remove lib/euidaccess.h.
1228         (Depends-on): Add unistd.
1229         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1230         (Include): Specify <unistd.h> instead of euidaccess.h.
1231         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
1232         HAVE_EUIDACCESS.
1233         * NEWS: Mention the change.
1234
1235 2008-10-18  Bruno Haible  <bruno@clisp.org>
1236
1237         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
1238
1239         Move the getdomainname() declaration to <unistd.h>.
1240         * lib/getdomainname.h: Remove file.
1241         * lib/unistd.in.h (getdomainname): New declaration.
1242         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
1243         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
1244         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
1245         HAVE_GETDOMAINNAME.
1246         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1247         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
1248         * modules/getdomainname (Files): Remove lib/getdomainname.h.
1249         (Depends-on): Add unistd, extensions.
1250         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1251         (Includes): Specify <unistd.h> instead of getdomainname.h.
1252         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
1253         HAVE_GETDOMAINNAME.
1254         * NEWS: Mention the change.
1255
1256 2008-10-18  Bruno Haible  <bruno@clisp.org>
1257
1258         * modules/dirent: New file.
1259         * m4/dirent_h.m4: New file.
1260         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
1261         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
1262         * modules/fchdir (Files): Remove lib/dirent.in.h.
1263         (Depends-on): Add dirent.
1264         (Makefile.am): Move rules to modules/dirent.
1265         * doc/posix-headers/dirent.texi: Mention the new module.
1266
1267 2008-10-18  Bruno Haible  <bruno@clisp.org>
1268
1269         Avoid -Wunused-parameter warnings in public gnulib header files.
1270         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
1271         macro.
1272         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
1273
1274 2008-10-18  Bruno Haible  <bruno@clisp.org>
1275
1276         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
1277         * doc/glibc-functions/error.texi: Mention the module 'error'.
1278         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
1279         * doc/glibc-functions/getdomainname.texi: Mention the module
1280         'getdomainname'.
1281         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
1282         * doc/glibc-functions/getpagesize.texi: Mention the module
1283         'getpagesize'.
1284         * doc/glibc-functions/getusershell.texi: Mention the module
1285         'getusershell'.
1286         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
1287         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
1288         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
1289         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
1290         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
1291         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
1292         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
1293         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
1294         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
1295         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
1296         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
1297         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
1298         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
1299         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
1300
1301 2008-10-17  Bruno Haible  <bruno@clisp.org>
1302
1303         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
1304         HP-UX and IRIX, use -0.0L.
1305         * tests/test-ceill.c (minus_zero): Likewise.
1306         * tests/test-floorl.c (minus_zero): Likewise.
1307         * tests/test-frexpl.c (minus_zero): Likewise.
1308         * tests/test-isnan.c (minus_zerol): Likewise.
1309         * tests/test-isnanl.h (minus_zero): Likewise.
1310         * tests/test-ldexpl.c (minus_zero): Likewise.
1311         * tests/test-roundl.c (minus_zero): Likewise.
1312         * tests/test-signbit.c (minus_zerol): Likewise.
1313         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
1314         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
1315         * tests/test-truncl.c (minus_zero): Likewise.
1316         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
1317         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
1318         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
1319         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
1320
1321 2008-10-17  Bruno Haible  <bruno@clisp.org>
1322
1323         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
1324         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
1325         that it gets activated only for gcc >= 3.0.
1326         * lib/dirent.in.h: Likewise.
1327         * lib/errno.in.h: Likewise.
1328         * lib/fcntl.in.h: Likewise.
1329         * lib/float.in.h: Likewise.
1330         * lib/iconv.in.h: Likewise.
1331         * lib/inttypes.in.h: Likewise.
1332         * lib/locale.in.h: Likewise.
1333         * lib/math.in.h: Likewise.
1334         * lib/netdb.in.h: Likewise.
1335         * lib/netinet_in.in.h: Likewise.
1336         * lib/search.in.h: Likewise.
1337         * lib/signal.in.h: Likewise.
1338         * lib/spawn.in.h: Likewise.
1339         * lib/stdarg.in.h: Likewise.
1340         * lib/stdint.in.h: Likewise.
1341         * lib/stdio.in.h: Likewise.
1342         * lib/stdlib.in.h: Likewise.
1343         * lib/string.in.h: Likewise.
1344         * lib/strings.in.h: Likewise.
1345         * lib/sys_file.in.h: Likewise.
1346         * lib/sys_ioctl.in.h: Likewise.
1347         * lib/sys_select.in.h: Likewise.
1348         * lib/sys_socket.in.h: Likewise.
1349         * lib/sys_stat.in.h: Likewise.
1350         * lib/sys_time.in.h: Likewise.
1351         * lib/sysexits.in.h: Likewise.
1352         * lib/time.in.h: Likewise.
1353         * lib/unistd.in.h: Likewise.
1354         * lib/wchar.in.h: Likewise.
1355         * lib/wctype.in.h: Likewise.
1356         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1357
1358 2008-10-17  Jim Meyering  <meyering@redhat.com>
1359
1360         ignore-value: don't depend on inline module
1361         * modules/ignore-value (Depends-on): Remove 'inline'.
1362         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
1363         Suggestion from Bruno Haible.
1364
1365 2008-10-17  Bruno Haible  <bruno@clisp.org>
1366
1367         New implementation of condition variables for Win32.
1368         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
1369         (gl_linked_waitqueue_t): New type.
1370         (gl_cond_t): Use it.
1371         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
1372         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
1373         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
1374         (glthread_cond_init_func, glthread_cond_wait_func,
1375         glthread_cond_timedwait_func, glthread_cond_signal_func,
1376         glthread_cond_broadcast_func, glthread_cond_destroy_func):
1377         Reimplemented on the basis of gl_linked_waitqueue_t.
1378         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
1379         gl_waitqueue_t.
1380         (gl_rwlock_t): Update.
1381         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
1382
1383 2008-10-17  Simon Josefsson  <simon@josefsson.org>
1384
1385         * modules/recvfrom (Depends-on): Add dependency on getpeername.
1386         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1387
1388 2008-10-17  Jim Meyering  <meyering@redhat.com>
1389
1390         ignore-value: new module
1391         * modules/ignore-value: New file.
1392         * lib/ignore-value.h: New file.
1393         * MODULES.html.sh (Compiler warning management): New section,
1394         just for this module.  More to come.
1395
1396 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
1397
1398         open-safer.c: avoid 'signed and unsigned in conditional...' warning
1399         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
1400         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
1401
1402 2008-10-16  Jim Meyering  <meyering@redhat.com>
1403
1404         openat-die.c: avoid 'no previous prototype' warning
1405         * lib/openat-die.c: Include "openat.h".
1406         Reported by Reuben Thomas <rrt@sc3d.org>.
1407
1408 2008-10-16  Simon Josefsson  <simon@josefsson.org>
1409
1410         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
1411         * lib/netdb.in.h: Fix typo.
1412         Reported by Bruno Haible  <bruno@clisp.org>
1413
1414         * lib/netdb.in.h: Include sys/socket.h for platforms without
1415         netdb.h, to get structures like hostent on MinGW.
1416         * modules/netdb (Depends-on): Add sys_socket.
1417
1418 2008-10-15  Simon Josefsson  <simon@josefsson.org>
1419
1420         * modules/netdb, modules/netdb-tests: New file.
1421         * m4/netdb_h.m4: New file.
1422         * lib/netdb.in.h: Add, currently just an empty file pending
1423         definitions.
1424         * tests/test-netdb.c: New file.
1425         * doc/posix-headers/netdb.texi: Mention that we replace it if
1426         needed.
1427         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1428         netdb.
1429
1430 2008-10-15  Simon Josefsson  <simon@josefsson.org>
1431
1432         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
1433         with code.
1434
1435 2008-10-13  Bruno Haible  <bruno@clisp.org>
1436
1437         * lib/glthread/cond.c (glthread_cond_wait_func,
1438         glthread_cond_timedwait_func): Add a comment.
1439
1440 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1441
1442         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
1443         * tests/test-select.c: Likewise,
1444
1445 2008-10-13  Bruno Haible  <bruno@clisp.org>
1446
1447         * lib/glthread/cond.c (glthread_cond_wait_func,
1448         glthread_cond_timedwait_func): Fix variable name.
1449         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1450
1451 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
1452
1453         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
1454         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
1455         struct sockaddr.sa_len.
1456         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
1457
1458 2008-10-13  Simon Josefsson  <simon@josefsson.org>
1459
1460         * build-aux/pmccabe2html: Add css and css_url parameters.
1461
1462 2008-10-12  Bruno Haible  <bruno@clisp.org>
1463
1464         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
1465         calling aclx_get.
1466         Reported by Rainer Tammer <tammer@tammer.net>.
1467
1468 2008-10-12  Bruno Haible  <bruno@clisp.org>
1469
1470         Use msvcrt aware primitives for creation/termination of Win32 threads.
1471         * lib/glthread/thread.c: Include <process.h>.
1472         (glthread_create_func): Use _beginthreadex instead of CreateThread.
1473         (wrapper_func): Update signature.
1474         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
1475
1476 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1477             Bruno Haible  <bruno@clisp.org>
1478
1479         Provide a Win32 implementation of the 'cond' module.
1480         * lib/glthread/cond.h [USE_WIN32]: New implementation.
1481         * lib/glthread/cond.c (glthread_cond_init_func,
1482         glthread_cond_wait_func, glthread_cond_timedwait_func,
1483         glthread_cond_signal_func, glthread_cond_broadcast_func,
1484         glthread_cond_destroy_func) [USE_WIN32]: New functions.
1485         * modules/cond (Dependencies): Add gettimeofday.
1486
1487 2008-10-11  Bruno Haible  <bruno@clisp.org>
1488
1489         Make sleep work on older versions of mingw.
1490         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
1491         only whether it exists.
1492         * doc/posix-functions/sleep.texi: Mention the problem with older
1493         versions of mingw.
1494
1495 2008-10-11  Bruno Haible  <bruno@clisp.org>
1496
1497         New module 'shutdown'.
1498         * modules/shutdown: New file.
1499         * lib/sys_socket.in.h (shutdown): New declaration.
1500         * lib/winsock.c (shutdown): New function.
1501         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
1502         GNULIB_SHUTDOWN.
1503         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
1504         * doc/posix-functions/shutdown.texi: Document the new module.
1505
1506 2008-10-11  Jim Meyering  <meyering@redhat.com>
1507
1508         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
1509
1510 2008-10-11  Bruno Haible  <bruno@clisp.org>
1511
1512         New module 'fclose'.
1513         * modules/fclose: New file.
1514         * lib/stdio.in.h (fclose): New declaration.
1515         * lib/fclose.c: New file.
1516         * m4/fclose.m4: New file.
1517         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
1518         REPLACE_FCLOSE.
1519         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
1520         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
1521         REPLACE_FCLOSE.
1522         * modules/close (Depends-on): fclose.
1523         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
1524
1525 2008-10-11  Bruno Haible  <bruno@clisp.org>
1526
1527         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
1528         set errno and don't call _close.
1529
1530 2008-10-10  Bruno Haible  <bruno@clisp.org>
1531
1532         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
1533         ACL, not afterwards. Fixes test failure on Cygwin.
1534
1535 2008-10-09  Ben Pfaff  <blp@gnu.org>
1536
1537         * build-aux/announce-gen: Fix gnulib version related part of usage
1538         message.  Die with a useful error message if no tarballs are
1539         found.
1540
1541 2008-10-10  Jim Meyering  <meyering@redhat.com>
1542
1543         bootstrap: use git's --depth=N option only if it's supported
1544         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
1545         recognize the --depth option.  Reported by Pádraig Brady.
1546
1547 2008-10-09  Bruno Haible  <bruno@clisp.org>
1548
1549         New module 'ioctl'.
1550         * modules/ioctl: New file.
1551         * lib/sys_socket.in.h (ioctl): Remove declaration.
1552         * lib/winsock.c: Include <sys/ioctl.h>.
1553         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
1554         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
1555         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
1556         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
1557         * doc/posix-functions/ioctl.texi: Mention the new module.
1558
1559 2008-10-09  Bruno Haible  <bruno@clisp.org>
1560
1561         New module 'sys_ioctl'.
1562         * lib/sys_ioctl.in.h: New file.
1563         * m4/sys_ioctl_h.m4: New file.
1564         * modules/sys_ioctl: New file.
1565         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
1566
1567 2008-10-09  Bruno Haible  <bruno@clisp.org>
1568
1569         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
1570         * lib/winsock.c: Include <stdarg.h>.
1571         (rpl_ioctl): Change to second argument 'int' and then varargs.
1572
1573 2008-10-09  Bruno Haible  <bruno@clisp.org>
1574
1575         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
1576         when the sys_socket module is present and the system has <winsock2.h>.
1577
1578 2008-10-09  Bruno Haible  <bruno@clisp.org>
1579
1580         * doc/posix-functions/close.texi: Mention module 'close' instead of
1581         module 'sys_socket'.
1582
1583 2008-10-09  Bruno Haible  <bruno@clisp.org>
1584
1585         * doc/glibc-headers/sys_ioctl.texi: New file.
1586         * doc/gnulib.texi: Include it.
1587
1588 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1589             Bruno Haible  <bruno@clisp.org>
1590
1591         Combine the two replacements of 'close'.
1592         * lib/sys_socket.in.h (close): Define to a reminder to include
1593         <unistd.h>.
1594         (_gl_close_fd_maybe_socket): New declaration.
1595         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
1596         * lib/winsock.c (close): Remove undefinition.
1597         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
1598         needed for the gnulib module 'close'.
1599         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
1600         define to an error symbol or to a warning, if suitable.
1601         * lib/close.c: Include <sys/socket.h>.
1602         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
1603         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
1604         UNISTD_H_HAVE_WINSOCK2_H.
1605         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
1606         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1607         UNISTD_H_HAVE_WINSOCK2_H.
1608         * modules/sys_socket (Files): Add m4/unistd_h.m4.
1609         (configure.ac): Set a module indicator.
1610         (Makefile.am): Substitute GNULIB_CLOSE.
1611         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
1612         * modules/poll-tests (Depends-on): Add close.
1613         * modules/select-tests (Depends-on): Likewise.
1614
1615 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1616             Bruno Haible  <bruno@clisp.org>
1617
1618         New module 'close'.
1619         * modules/close: New file.
1620         * lib/unistd.in.h (close): Move declaration out of the
1621         FCHDIR_REPLACEMENT scope.
1622         (_gl_unregister_fd): New declaration.
1623         * lib/close.c: New file.
1624         * lib/fchdir.c (rpl_close): Remove function.
1625         * m4/close.m4: New file.
1626         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
1627         close.
1628         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
1629         REPLACE_CLOSE.
1630         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
1631         REPLACE_CLOSE.
1632         * modules/fchdir (Depends-on): Add close.
1633
1634 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1635             Bruno Haible  <bruno@clisp.org>
1636
1637         * lib/fcntl.in.h (open): Simplify conditionals.
1638         (_gl_register_fd): New declaration.
1639         * lib/fchdir.c (rpl_open): Remove function.
1640         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
1641         also.
1642         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
1643         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
1644         open.
1645
1646 2008-10-09  Jim Meyering  <meyering@redhat.com>
1647
1648         GNUmakefile: use the more name-space-friendly "_version"
1649         * top/GNUmakefile (_dummy): Update.
1650         (_version): Rename from "version".
1651
1652 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1653             Bruno Haible  <bruno@clisp.org>
1654
1655         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
1656         rpl_close.
1657         (_gl_register_fd): New function, extracted from rpl_open.
1658         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
1659         (rpl_open, rpl_opendir): Use _gl_register_fd.
1660
1661 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1662
1663         Fix organization of 'open' replacement.
1664         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
1665         (gl_FUNC_OPEN): Use it.
1666         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
1667
1668 2008-10-08  Bruno Haible  <bruno@clisp.org>
1669
1670         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
1671
1672 2008-10-08  Simon Josefsson  <simon@josefsson.org>
1673
1674         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
1675         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
1676         listen).
1677
1678 2008-10-08  Eric Blake  <ebb9@byu.net>
1679
1680         GNUmakefile: add 'make version' target
1681         * top/GNUmakefile (_curr-ver): Split version update rules...
1682         (version): ...into a target.
1683
1684 2008-10-07  Bruno Haible  <bruno@clisp.org>
1685
1686         Use a more portable replacement expression for -0.0L.
1687         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
1688         instead of -0.0L. Fix m4 quotation.
1689
1690         * tests/test-signbit.c: Include <float.h>.
1691         (minus_zero): New variable.
1692         (test_signbitl): Use minus_zero instead of -zero.
1693         * modules/signbit-tests (Depends-on): Add float.
1694
1695         * tests/test-ceill.c: Include <float.h>.
1696         (zero): Remove variable.
1697         (minus_zero): New variable.
1698         (main): Use minus_zero instead of -zero.
1699         * modules/ceill-tests (Depends-on): Add float.
1700
1701         * tests/test-floorl.c: Include <float.h>.
1702         (zero): Remove variable.
1703         (minus_zero): New variable.
1704         (main): Use minus_zero instead of -zero.
1705         * modules/floorl-tests (Depends-on): Add float.
1706
1707         * tests/test-roundl.c: Include <float.h>.
1708         (zero): Remove variable.
1709         (minus_zero): New variable.
1710         (main): Use minus_zero instead of -zero.
1711         * modules/roundl-tests (Depends-on): Add float.
1712
1713         * tests/test-truncl.c: Include <float.h>.
1714         (zero): Remove variable.
1715         (minus_zero): New variable.
1716         (main): Use minus_zero instead of -zero.
1717         * modules/truncl-tests (Depends-on): Add float.
1718
1719         * tests/test-frexpl.c (zero): Remove variable.
1720         (minus_zero): New variable.
1721         (main): Use minus_zero instead of -zero.
1722         * modules/frexpl-tests (Depends-on): Add float.
1723
1724         * tests/test-isnan.c (zerol): Remove variable.
1725         (minus_zerol): New variable.
1726         (test_long_double): Use minus_zerol instead of -zerol.
1727         * modules/isnan-tests (Depends-on): Add float.
1728
1729         * tests/test-isnanl.h (zero): Remove variable.
1730         (minus_zero): New variable.
1731         (main): Use minus_zero instead of -zero.
1732         * modules/isnanl-nolibm-tests (Depends-on): Add float.
1733         * modules/isnanl-tests (Depends-on): Add float.
1734
1735         * tests/test-ldexpl.c (zero): Remove variable.
1736         (minus_zero): New variable.
1737         (main): Use minus_zero instead of -zero.
1738         * modules/ldexpl-tests (Depends-on): Add float.
1739
1740         * tests/test-snprintf-posix.h (zerol): Remove variable.
1741         (minus_zerol): New variable.
1742         (test_function): Use minus_zerol instead of -zerol.
1743         * modules/snprintf-posix-tests (Depends-on): Add float.
1744         * modules/vsnprintf-posix-tests (Depends-on): Add float.
1745
1746         * tests/test-sprintf-posix.h (zerol): Remove variable.
1747         (minus_zerol): New variable.
1748         (test_function): Use minus_zerol instead of -zerol.
1749         * modules/sprintf-posix-tests (Depends-on): Add float.
1750         * modules/vsprintf-posix-tests (Depends-on): Add float.
1751
1752         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
1753         (minus_zerol): New variable.
1754         (test_function): Use minus_zerol instead of -zerol.
1755         * modules/vasnprintf-posix-tests (Depends-on): Add float.
1756
1757         * tests/test-vasprintf-posix.c (zerol): Remove variable.
1758         (minus_zerol): New variable.
1759         (test_function): Use minus_zerol instead of -zerol.
1760         * modules/vasprintf-posix-tests (Depends-on): Add float.
1761
1762 2008-10-07  Simon Josefsson  <simon@josefsson.org>
1763
1764         * MODULES.html.sh (Support for building documentation): Mention
1765         pmccabe2html.  Sort entries.
1766
1767         Add pmccabe2html module, from gnupdf.
1768         * build-aux/pmccabe.css: New file.
1769         * build-aux/pmccabe2html: New file.
1770         * m4/pmccabe2html.m4: New file.
1771         * modules/pmccabe2html: New file.
1772
1773 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
1774
1775         flock: new module
1776         * MODULES.html.sh: Add to list of modules.
1777         * lib/flock.c: flock implementation for Windows and Unix systems
1778         which have fcntl.
1779         * doc/glibc-functions/flock.texi: Update documentation.
1780         * lib/sys_file.in.h: <sys/file.h> header file.
1781         * m4/flock.m4: M4 macros.
1782         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
1783         * modules/flock: flock module.
1784         * modules/flock-tests: flock tests module.
1785         * modules/sys_file: sys/file.h module.
1786         * tests/test-flock.c: test suite for flock.
1787
1788 2008-10-06  Jim Meyering  <meyering@redhat.com>
1789
1790         bootstrap: check for LT_INIT more portably still ;-)
1791         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
1792         Spotted by Bruno Haible.
1793
1794 2008-10-06  Eric Blake  <ebb9@byu.net>
1795
1796         test-signbit: avoid tripping Irix cc bug on -0.0L
1797         * tests/test-signbit.c (minus_zerol): Delete, and replace with
1798         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
1799         entire testsuite consistent and avoids an Irix 6.2 bug.
1800
1801 2008-10-05  Bruno Haible  <bruno@clisp.org>
1802             Jim Meyering  <jim@meyering.net>
1803
1804         Add an option for ignoring EPIPE during close_stdout.
1805         * lib/closeout.h: Include <stdbool.h>.
1806         (close_stdout_set_ignore_EPIPE): New declaration.
1807         * lib/closeout.c: Include <stdbool.h>.
1808         (ignore_EPIPE): New variable.
1809         (close_stdout_set_ignore_EPIPE): New function.
1810         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
1811         * lib/close-stream.c (close_stream): Mention the possible EPIPE
1812         failure.
1813         * modules/closeout (Depends-on): Add stdbool.
1814
1815 2008-10-05  Bruno Haible  <bruno@clisp.org>
1816
1817         * modules/accept: New file.
1818         * modules/bind: New file.
1819         * modules/connect: New file.
1820         * modules/getpeername: New file.
1821         * modules/getsockname: New file.
1822         * modules/getsockopt: New file.
1823         * modules/listen: New file.
1824         * modules/recv: New file.
1825         * modules/recvfrom: New file.
1826         * modules/send: New file.
1827         * modules/sendto: New file.
1828         * modules/setsockopt: New file.
1829         * modules/socket: New file.
1830         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
1831         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1832         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
1833         the particular module is requested. Add a link warning when the
1834         particular module is not requested.
1835         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
1836         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
1837         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
1838         the particular module is requested.
1839         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
1840         gl_SYS_SOCKET_H_DEFAULTS): New macros.
1841         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
1842         * modules/sys_socket (Depends-on): Add link-warning.
1843         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
1844         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
1845         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
1846         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
1847         GL_LINK_WARNING.
1848         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
1849         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
1850         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
1851         * doc/posix-functions/getpeername.texi: Mention the new module
1852         'getpeername'.
1853         * doc/posix-functions/getsockname.texi: Mention the new module
1854         'getsockname'.
1855         * doc/posix-functions/getsockopt.texi: Mention the new module
1856         'getsockopt'.
1857         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
1858         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
1859         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
1860         * doc/posix-functions/send.texi: Mention the new module 'send'.
1861         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
1862         * doc/posix-functions/setsockopt.texi: Mention the new module
1863         'setsockopt'.
1864         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
1865         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
1866         listen, connect, accept.
1867         * modules/select-tests (Depends-on): Likewise.
1868
1869 2008-10-05  Bruno Haible  <bruno@clisp.org>
1870
1871         * lib/winsock.c (strerror): Remove unused #undef.
1872         (rpl_close): Remove unused local variable.
1873
1874         * modules/sys_socket (Depends-on); Add errno.
1875
1876 2008-10-05  Bruno Haible  <bruno@clisp.org>
1877
1878         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
1879         (select): Add a link warning when the 'select' module is not used.
1880         * modules/sys_select (Depends-on): Add link-warning.
1881         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
1882         Suggested by Paolo Bonzini.
1883
1884 2008-10-05  Jim Meyering  <meyering@redhat.com>
1885
1886         bootstrap: check for LT_INIT more portably
1887         * build-aux/bootstrap: Avoid using grep -E, since it's not
1888         portable enough.  Suggestion from Bruno Haible.
1889
1890 2008-10-05  Bruno Haible  <bruno@clisp.org>
1891
1892         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
1893         as being fixed by gnulib.
1894
1895 2008-10-05  Bruno Haible  <bruno@clisp.org>
1896
1897         * modules/select-tests: New file, mostly copied from
1898         modules/sys_select-tests.
1899         * tests/test-select.c: New file, mostly copied from
1900         tests/test-sys_select.c.
1901         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
1902         * modules/sys_select-tests (Depends-on): Remove all dependencies.
1903         (Makefile.am): Remove test_sys_select_LDADD.
1904
1905         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
1906         to an undefined symbol, for an error message.
1907         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
1908         (gl_SYS_SELECT_H_DEFAULTS): New macro.
1909         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
1910         winsock-select.c here.
1911         * modules/sys_select (Files): Remove lib/winsock-select.c.
1912         (Depends-on): Remove alloca.
1913         (Makefile.am): Substitute GNULIB_SELECT.
1914         * modules/select: New file.
1915         * doc/posix-functions/select.texi: Update.
1916
1917 2008-10-05  Bruno Haible  <bruno@clisp.org>
1918
1919         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
1920         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
1921         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
1922         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
1923         getdtablesize.
1924         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
1925         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
1926
1927 2008-10-05  Bruno Haible  <bruno@clisp.org>
1928
1929         * modules/getdtablesize-tests: New file.
1930         * tests/test-getdtablesize.c: New file.
1931
1932         New module 'getdtablesize'.
1933         * lib/unistd.in.h (getdtablesize): New declaration.
1934         * lib/getdtablesize.c: New file.
1935         * m4/getdtablesize.m4: New file.
1936         * modules/getdtablesize: New file.
1937         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1938         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
1939         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
1940         HAVE_GETDTABLESIZE.
1941         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
1942
1943 2008-10-05  Bruno Haible  <bruno@clisp.org>
1944
1945         * modules/sched (Makefile.am): Fix typo.
1946         Reported by Simon Josefsson.
1947
1948 2008-10-05  Jim Meyering  <meyering@redhat.com>
1949
1950         bootstrap: check for LT_INIT, too
1951         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
1952         are deprecated.  Suggestion from Ralf Wildenhues.
1953
1954 2008-10-05  Bruno Haible  <bruno@clisp.org>
1955
1956         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
1957         overriding them by ours.
1958         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
1959
1960 2008-10-05  Jim Meyering  <meyering@redhat.com>
1961
1962         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
1963         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
1964         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
1965
1966 2008-10-04  Bruno Haible  <bruno@clisp.org>
1967
1968         * modules/dup2 (License): Change to LGPLv2+.
1969         * modules/sleep (License): Likewise.
1970         * modules/perror (License): Likewise.
1971         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
1972         Blake.
1973         * modules/signal (License): Likewise.
1974         * modules/sigprocmask (License): Likewise.
1975         * modules/raise (License): Change to LGPLv2+, with approval by Jim
1976         Meyering.
1977
1978 2008-10-04  Bruno Haible  <bruno@clisp.org>
1979
1980         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
1981         Reported by Rainer Tammer <tammer@tammer.net>.
1982
1983 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
1984             Bruno Haible  <bruno@clisp.org>
1985
1986         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
1987         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
1988         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
1989
1990 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
1991
1992         filevercmp: new module
1993         * lib/filevercmp.h: New function filevercmp comparing version strings.
1994         * lib/filevercmp.c: Implementation of filevercmp function.
1995         * modules/filevercmp: Module metadata.
1996         * tests/test-filevercmp.c: Unit test for new module.
1997         * modules/filevercmp-tests: Unit test metadata.
1998         * MODULES.html.sh: Add filevercmp module.
1999
2000 2008-10-03  Bruno Haible  <bruno@clisp.org>
2001
2002         * lib/c-ctype.h: Add comment.
2003         Reported by Jim Meyering.
2004
2005 2008-10-02  Bruno Haible  <bruno@clisp.org>
2006
2007         * modules/posix_spawn-internal (Depends-on): Add 'open'.
2008
2009 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2010
2011         * build-aux/bootstrap: Allow renaming bootstrap, and change the
2012         name of bootstrap.conf accordingly.
2013
2014 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2015
2016         * build-aux/bootstrap: Install git-merge-changelog configuration
2017         items into .gitconfig if needed.
2018
2019 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
2020
2021         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
2022         git repository, and initialize/update it accordingly.
2023
2024 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
2025
2026         * modules/fsync-tests: New file.
2027         * tests/test-fsync.c: New file.
2028
2029         New module 'fsync'.
2030         * lib/fsync.c: New file.
2031         * m4/fsync.m4: New file.
2032         * modules/fsync: New file.
2033         * lib/unistd.in.h (fsync): New declaration.
2034         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
2035         GNULIB_FSYNC and HAVE_FSYNC.
2036         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
2037         * MODULES.html.sh (posix_functions): Add fsync.
2038         * doc/posix-functions/fsync.texi: Mention the new module.
2039
2040 2008-10-02  Jim Meyering  <meyering@redhat.com>
2041
2042         fts.c: sync with similar code from coreutils' remove.c
2043         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
2044         Guard also with "#if defined __linux__", since for now at least,
2045         this code is Linux-kernel-specific.
2046
2047 2008-10-02  Jim Meyering  <meyering@redhat.com>
2048
2049         fts: bug fixes
2050         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
2051         Include <sys/vfs.h>, not <sys/statfs.h>.
2052
2053         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
2054         Include <sys/vfs.h>, not <sys/statfs.h>.
2055
2056 2008-10-01  Bruno Haible  <bruno@clisp.org>
2057
2058         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
2059         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
2060         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
2061         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
2062         * doc/posix-functions/posix_spawnp.texi: Likewise.
2063         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
2064         whether posix_spawn actually works.
2065         * m4/pipe.m4 (gl_PIPE): Likewise.
2066         * modules/execute (Files): Add m4/posix_spawn.m4.
2067         * modules/pipe (Files): Add m4/posix_spawn.m4.
2068         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
2069
2070 2008-10-01  Jim Meyering  <meyering@redhat.com>
2071
2072         remove trailing spaces
2073         * NEWS: Likewise.
2074         * lib/poll.c (poll): Likewise.
2075         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
2076         * lib/winsock.c (rpl_close): Likewise.
2077         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
2078         * modules/yield: Likewise.
2079         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
2080         * tests/test-sys_select.c (connect_to_socket): Likewise.
2081
2082         fts.c: adjust a new interface to be more generally useful
2083         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
2084         (fts_build): Adjust caller.
2085
2086 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2087
2088         * modules/cond-tests: New file.
2089         * tests/test-cond.c: New file.
2090
2091 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2092             Bruno Haible  <bruno@clisp.org>
2093
2094         * modules/cond (Dependencies): Add errno, time.
2095         * lib/glthread/cond.h: Include <time.h>.
2096         (gl_cond_define, gl_cond_define_initialized): Use the same definition
2097         across platforms.
2098
2099 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2100             Bruno Haible  <bruno@clisp.org>
2101
2102         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
2103
2104 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2105             Bruno Haible  <bruno@clisp.org>
2106
2107         * modules/tls-tests (Depends-on): Add thread, yield.
2108         (configure.ac): Remove all checks.
2109         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
2110         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
2111         gl_thread_self): Remove definitions. Include glthread/thread.h and
2112         glthread/yield.h instead.
2113         (test_tls): Pass an additional NULL argument to gl_thread_join.
2114
2115 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2116             Bruno Haible  <bruno@clisp.org>
2117
2118         * modules/lock-tests (Depends-on): Add thread, yield.
2119         (configure.ac): Remove all checks.
2120         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
2121         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
2122         gl_thread_self): Remove definitions. Include glthread/thread.h and
2123         glthread/yield.h instead.
2124         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
2125         additional NULL argument to gl_thread_join.
2126
2127 2008-09-30  Bruno Haible  <bruno@clisp.org>
2128
2129         Fix the Win32 implementation of the 'thread' module.
2130         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
2131         pointer type.
2132         (gl_thread_self): Invoke gl_thread_self_func.
2133         (gl_thread_self_func): New declaration.
2134         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
2135         (do_init_self_key, init_self_key): New functions.
2136         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
2137         Remove some fields.
2138         (running_threads, running_lock): Remove variables.
2139         (get_current_thread_handle): New function.
2140         (gl_thread_self_func, wrapper_func, glthread_create_func,
2141         glthread_join_func, gl_thread_exit_func): Largely rewritten and
2142         simplified.
2143
2144 2008-09-30  Bruno Haible  <bruno@clisp.org>
2145
2146         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
2147         files.
2148
2149 2008-09-30  Jim Meyering  <meyering@redhat.com>
2150
2151         fts.m4: correct the test for statfs.f_type
2152         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
2153         when checking for statfs.f_type.
2154
2155 2008-09-15  Simon Josefsson  <simon@josefsson.org>
2156
2157         tests: avoid some compiler warnings
2158         * tests/test-memchr.c (main): Pass NULL indirectly.
2159         * tests/test-getdate.c (main): Remove unused variable 'ret'.
2160
2161 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
2162
2163         getdate.y: disallow countable dayshifts like "4 yesterday ago"
2164         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
2165         exactly specified dayshifts.
2166         (dayshift): New rule.
2167         (rel): Add dayshift.
2168         (relative_time_table) [tomorrow, yesterday, today, now]:
2169         Use tDAY_SHIFT in place of tDAY_UNIT.
2170         * tests/test-getdate.c: Add tests for now-disallowed countable
2171         dayshifts, e.g., "4 yesterday ago".
2172
2173 2008-09-29  Bruno Haible  <bruno@clisp.org>
2174
2175         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
2176         * tests/test-posix_spawn1.in.sh: Renamed from
2177         tests/test-posix_spawn.in.sh.
2178         * tests/test-posix_spawn2.c: New file.
2179         * tests/test-posix_spawn2.in.sh: New file.
2180         * modules/posix_spawnp-tests (Files): Update.
2181         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
2182
2183 2008-09-29  Bruno Haible  <bruno@clisp.org>
2184
2185         Propagate effects of putenv/setenv/unsetenv to child processes.
2186         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
2187         * lib/pipe.c (create_pipe): Likewise.
2188
2189 2008-09-29  Bruno Haible  <bruno@clisp.org>
2190
2191         Enable use of shell scripts as executables in mingw.
2192         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
2193         run the program as a shell script.
2194         * lib/pipe.c (create_pipe): Likewise.
2195         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
2196         resulting array.
2197
2198 2008-09-29  Eric Blake  <ebb9@byu.net>
2199
2200         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
2201
2202 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
2203
2204         * doc/posix-functions/accept.texi: Update mingw problems.
2205         * doc/posix-functions/bind.texi: Update mingw problems.
2206         * doc/posix-functions/close.texi: Update mingw problems.
2207         * doc/posix-functions/connect.texi: Update mingw problems.
2208         * doc/posix-functions/getpeername.texi: Update mingw problems.
2209         * doc/posix-functions/getsockname.texi: Update mingw problems.
2210         * doc/posix-functions/getsockopt.texi: Update mingw problems.
2211         * doc/posix-functions/ioctl.texi: Update mingw problems.
2212         * doc/posix-functions/listen.texi: Update mingw problems.
2213         * doc/posix-functions/recv.texi: Update mingw problems.
2214         * doc/posix-functions/recvfrom.texi: Update mingw problems.
2215         * doc/posix-functions/select.texi: Update mingw problems.
2216         * doc/posix-functions/send.texi: Update mingw problems.
2217         * doc/posix-functions/sendto.texi: Update mingw problems.
2218         * doc/posix-functions/setsockopt.texi: Update mingw problems.
2219         * doc/posix-functions/socket.texi: Update mingw problems.
2220
2221 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
2222             Bruno Haible  <bruno@clisp.org>
2223
2224         * lib/sys_select.in.h: Include sys/time.h.
2225         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
2226         * modules/sys_select: Depend on sys_time.
2227         * tests/test-sys_select.c: Test that sys/select.h defines struct
2228         timeval fully.
2229
2230 2008-09-29  Bruno Haible  <bruno@clisp.org>
2231
2232         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
2233         * lib/sys_select.in.h: Likewise.
2234
2235 2008-09-29  Bruno Haible  <bruno@clisp.org>
2236
2237         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
2238
2239 2008-09-29  Bruno Haible  <bruno@clisp.org>
2240
2241         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
2242         Set LIBSOCKET instead of augmenting LIBS.
2243         * modules/sockets (Link): New section.
2244         * modules/sockets-tests (test_sockets_LDADD): New variable.
2245         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
2246         * modules/poll-tests (test_poll_LDADD): New variable.
2247         * NEWS: Document the change.
2248
2249 2008-09-29  Bruno Haible  <bruno@clisp.org>
2250
2251         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
2252         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
2253         ARPA_INET_H directly.
2254         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
2255
2256 2008-09-28  Bruno Haible  <bruno@clisp.org>
2257
2258         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
2259         from gl_HEADER_SYS_SOCKET.
2260         (gl_HEADER_SYS_SOCKET): Invoke it.
2261         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2262
2263 2008-09-28  Bruno Haible  <bruno@clisp.org>
2264
2265         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
2266         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
2267         Needed on OSF/1 4.0.
2268
2269 2008-09-28  Bruno Haible  <bruno@clisp.org>
2270
2271         Override open more carefully.
2272         * lib/open.c (orig_open): New function.
2273         (rpl_open): Use orig_open instead of open.
2274         * lib/fcntl.in.h: Add special invocation convention.
2275         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
2276         (gl_FUNC_OPEN): Invoke it.
2277
2278         Override freopen more carefully.
2279         * lib/freopen.c (orig_freopen): New function.
2280         (rpl_freopen): Use orig_freopen instead of freopen.
2281         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
2282         (gl_FUNC_FREOPEN): Invoke it.
2283
2284         Override fopen more carefully.
2285         * lib/fopen.c (orig_fopen): New function.
2286         (rpl_fopen): Use orig_fopen instead of fopen.
2287         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
2288         (gl_FUNC_FOPEN): Invoke it.
2289         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
2290
2291 2008-09-28  Bruno Haible  <bruno@clisp.org>
2292
2293         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
2294         SIGPIPE.
2295
2296 2008-09-28  Bruno Haible  <bruno@clisp.org>
2297
2298         * tests/test-sigaction.c (handler, main): Disable the check whether
2299         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
2300         glibc systems with LinuxThreads.
2301
2302 2008-09-28  Bruno Haible  <bruno@clisp.org>
2303
2304         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
2305
2306         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
2307         with AIX xlc.
2308         * lib/fcntl.in.h (open): Likewise.
2309         Reported by Rainer Tammer <tammer@tammer.net>.
2310
2311 2008-09-28  Bruno Haible  <bruno@clisp.org>
2312
2313         * modules/posix_spawnp-tests: New file.
2314         * tests/test-posix_spawn.c: New file.
2315         * tests/test-posix_spawn.in.sh: New file.
2316
2317         New module 'posix_spawnp'.
2318         * modules/posix_spawnp: New file.
2319         * lib/spawnp.c: New file, from GNU libc with modifications.
2320         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
2321
2322         New module 'posix_spawn'.
2323         * modules/posix_spawn: New file.
2324         * lib/spawn.c: New file, from GNU libc with modifications.
2325         * doc/posix-functions/posix_spawn.texi: Mention the new module.
2326
2327         New module 'posix_spawnattr_destroy'.
2328         * modules/posix_spawnattr_destroy: New file.
2329         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
2330         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
2331         module.
2332
2333         New module 'posix_spawnattr_setsigmask'.
2334         * modules/posix_spawnattr_setsigmask: New file.
2335         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
2336         modifications.
2337         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
2338         new module.
2339
2340         New module 'posix_spawnattr_getsigmask'.
2341         * modules/posix_spawnattr_getsigmask: New file.
2342         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
2343         modifications.
2344         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
2345         new module.
2346
2347         New module 'posix_spawnattr_setsigdefault'.
2348         * modules/posix_spawnattr_setsigdefault: New file.
2349         * lib/spawnattr_setdefault.c: New file, from GNU libc with
2350         modifications.
2351         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
2352         new module.
2353
2354         New module 'posix_spawnattr_getsigdefault'.
2355         * modules/posix_spawnattr_getsigdefault: New file.
2356         * lib/spawnattr_getdefault.c: New file, from GNU libc with
2357         modifications.
2358         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
2359         new module.
2360
2361         New module 'posix_spawnattr_setschedpolicy'.
2362         * modules/posix_spawnattr_setschedpolicy: New file.
2363         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
2364         modifications.
2365         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
2366         new module.
2367
2368         New module 'posix_spawnattr_getschedpolicy'.
2369         * modules/posix_spawnattr_getschedpolicy: New file.
2370         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
2371         modifications.
2372         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
2373         new module.
2374
2375         New module 'posix_spawnattr_setschedparam'.
2376         * modules/posix_spawnattr_setschedparam: New file.
2377         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
2378         modifications.
2379         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
2380         new module.
2381
2382         New module 'posix_spawnattr_getschedparam'.
2383         * modules/posix_spawnattr_getschedparam: New file.
2384         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
2385         modifications.
2386         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
2387         new module.
2388
2389         New module 'posix_spawnattr_setpgroup'.
2390         * modules/posix_spawnattr_setpgroup: New file.
2391         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
2392         modifications.
2393         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
2394         module.
2395
2396         New module 'posix_spawnattr_getpgroup'.
2397         * modules/posix_spawnattr_getpgroup: New file.
2398         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
2399         modifications.
2400         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
2401         module.
2402
2403         New module 'posix_spawnattr_setflags'.
2404         * modules/posix_spawnattr_setflags: New file.
2405         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
2406         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
2407         module.
2408
2409         New module 'posix_spawnattr_getflags'.
2410         * modules/posix_spawnattr_getflags: New file.
2411         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
2412         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
2413         module.
2414
2415         New module 'posix_spawnattr_init'.
2416         * modules/posix_spawnattr_init: New file.
2417         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
2418         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
2419         module.
2420
2421         New module 'posix_spawn_file_actions_destroy'.
2422         * modules/posix_spawn_file_actions_destroy: New file.
2423         * lib/spawn_faction_destroy.c: New file, from GNU libc with
2424         modifications.
2425         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
2426         the new module.
2427
2428         New module 'posix_spawn_file_actions_addopen'.
2429         * modules/posix_spawn_file_actions_addopen: New file.
2430         * lib/spawn_faction_addopen.c: New file, from GNU libc with
2431         modifications.
2432         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
2433         the new module.
2434
2435         New module 'posix_spawn_file_actions_adddup2'.
2436         * modules/posix_spawn_file_actions_adddup2: New file.
2437         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
2438         modifications.
2439         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
2440         the new module.
2441
2442         New module 'posix_spawn_file_actions_addclose'.
2443         * modules/posix_spawn_file_actions_addclose: New file.
2444         * lib/spawn_faction_addclose.c: New file, from GNU libc with
2445         modifications.
2446         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
2447         the new module.
2448
2449         New module 'posix_spawn_file_actions_init'.
2450         * modules/posix_spawn_file_actions_init: New file.
2451         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
2452         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
2453         new module.
2454
2455         New module 'posix_spawn-internal'.
2456         * modules/posix_spawn-internal: New file.
2457         * lib/spawn_int.h: New file, from GNU libc with modifications.
2458         * lib/spawni.c: New file, from GNU libc with modifications.
2459         * m4/posix_spawn.m4: New file.
2460
2461         New module 'spawn'.
2462         * modules/spawn: New file.
2463         * lib/spawn.in.h: New file, from GNU libc with modifications.
2464         * m4/spawn_h.m4: New file.
2465         * doc/posix-headers/spawn.texi: Mention the new module.
2466
2467 2008-09-28  Bruno Haible  <bruno@clisp.org>
2468
2469         * modules/sched-tests: New file.
2470         * tests/test-sched.c: New file.
2471
2472         New module 'sched'.
2473         * modules/sched: New file.
2474         * lib/sched.in.h: New file.
2475         * m4/sched_h.m4: New file.
2476         * doc/posix-headers/sched.texi: Mention the new module.
2477
2478 2008-09-27  Eric Blake  <ebb9@byu.net>
2479
2480         Fix previous patch, and tweak references to $0.
2481         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
2482         (func_version, func_gnulib_dir): Don't call this program
2483         gnulib-tool.
2484         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
2485         with using $0 in function.
2486         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
2487         (func_fatal_error): Reuse the name the user invoked us with.
2488
2489 2008-09-27  Bruno Haible  <bruno@clisp.org>
2490
2491         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
2492         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
2493         (gl_ICONV_H): Not here.
2494         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
2495         instead of assigning ICONV_H directly.
2496
2497         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
2498         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
2499         WCHAR_H directly.
2500
2501 2008-09-27  Bruno Haible  <bruno@clisp.org>
2502
2503         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
2504         * modules/arpa_inet (Depends-on): Add link-warning.
2505         (Makefile.am): Insert the definition of GL_LINK-WARNING.
2506         * modules/unistd (Makefile.am): Likewise.
2507
2508 2008-09-26  Bruno Haible  <bruno@clisp.org>
2509
2510         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
2511         variables.
2512         (func_version): Essentially copied from gnulib-tool.
2513         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
2514         func_readlink): Copied from gnulib-tool.
2515
2516 2008-09-26  Bruno Haible  <bruno@clisp.org>
2517
2518         * gnulib-tool (func_version): Change directory to $gnulib_dir before
2519         invoking git-version-gen.
2520
2521 2008-09-26  Bruno Haible  <bruno@clisp.org>
2522
2523         * posix-modules: Update to directory names changed on 2008-01-19.
2524         Remove commas in output before splitting into words. No more need to
2525         avoid 'ftruncate' since 2007-02-19.
2526
2527 2008-09-26  Bruno Haible  <bruno@clisp.org>
2528
2529         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
2530
2531 2008-09-26  Bruno Haible  <bruno@clisp.org>
2532
2533         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
2534         * modules/fwriteerror (Depends-on): Add errno.
2535
2536 2008-09-26  Bruno Haible  <bruno@clisp.org>
2537
2538         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
2539         * tests/test-vc-list-files-cvs.sh: Likewise.
2540
2541 2008-09-26  Bruno Haible  <bruno@clisp.org>
2542
2543         * doc/posix-headers/sys_resource.texi: Reorder items.
2544
2545 2008-09-26  Jim Meyering  <meyering@redhat.com>
2546
2547         fts: tweak inode comparison function
2548         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
2549         inode numbers, as documented.
2550
2551         fts: sort dirent entries on inode number before traversing
2552         This avoids a quadratic, seek-related performance penalty when
2553         operating on a directory containing many entries (measurable at 10k;
2554         3.5 hours at 2 million entries with a cold cache) on certain types
2555         of file systems, including ext3 and ext4, but not tmpfs.
2556         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
2557         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
2558         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
2559         (fs_handles_readdir_ordered_dirents_efficiently): New function.
2560         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
2561         (fts_build): Set the stat.st_ino member from D_INO.
2562         If it is likely to be useful, sort dirent entries on inode number.
2563
2564         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
2565         and the struct statfs.f_type member.
2566         * modules/fts (Depends-on): Add d-ino.
2567
2568 2008-09-26  Bruno Haible  <bruno@clisp.org>
2569
2570         * modules/sigpipe-die (Depends-on): Add sigpipe.
2571
2572         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
2573         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
2574         and GNULIB_STDIO_H_SIGPIPE are set.
2575         * lib/stdio-write.c: New file.
2576         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
2577         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
2578         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
2579         REPLACE_STDIO_WRITE_FUNCS.
2580         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
2581         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
2582         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
2583         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
2584         * modules/stdio (Files): Add lib/stdio-write.c.
2585         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
2586         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
2587         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
2588         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
2589         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
2590         REPLACE_FPRINTF_POSIX.
2591         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
2592         REPLACE_PRINTF_POSIX.
2593         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
2594         REPLACE_VFPRINTF_POSIX.
2595         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
2596         REPLACE_VPRINTF_POSIX.
2597         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
2598         SIGPIPE issue.
2599         * doc/posix-functions/fputc.texi: Likewise.
2600         * doc/posix-functions/fputs.texi: Likewise.
2601         * doc/posix-functions/fwrite.texi: Likewise.
2602         * doc/posix-functions/printf.texi: Likewise.
2603         * doc/posix-functions/putc.texi: Likewise.
2604         * doc/posix-functions/putchar.texi: Likewise.
2605         * doc/posix-functions/puts.texi: Likewise.
2606         * doc/posix-functions/vfprintf.texi: Likewise.
2607         * doc/posix-functions/vprintf.texi: Likewise.
2608
2609         * modules/safe-write (Depends-on): Add write.
2610
2611         * modules/sigpipe-tests: New file.
2612         * tests/test-sigpipe.c: New file.
2613         * tests/test-sigpipe.sh: New file.
2614
2615         * modules/write: New file.
2616         * lib/unistd.in.h: Include <sys/types.h>.
2617         (write): New declaration.
2618         * lib/write.c: New file.
2619         * m4/write.m4: New file.
2620         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2621         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
2622         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
2623         GNULIB_WRITE, REPLACE_WRITE.
2624         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
2625         and the SIGPIPE issue.
2626
2627         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
2628         (raise): New declaration.
2629         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
2630         (ext_signal): New function.
2631         (rpl_raise): New function.
2632         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
2633         GNULIB_SIGNAL_H_SIGPIPE.
2634         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
2635         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
2636
2637         * modules/sigpipe: New file.
2638         * m4/sigpipe.m4: New file.
2639
2640 2008-09-25  Derek Price  <derek@ximbiot.com>
2641             Bruno Haible  <bruno@clisp.org>
2642
2643         * gnulib-tool (func_import): Report all license incompatibilities, not
2644         just the first one.
2645
2646 2008-09-25  Bruno Haible  <bruno@clisp.org>
2647
2648         * gnulib-tool (func_import): When computing the edits, consider not
2649         only the Makefile.ams that exist but also those that will be generated.
2650
2651 2008-09-25  Simon Josefsson  <simon@josefsson.org>
2652
2653         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
2654         fixes gnulib-tool --test warning about duplicate dependency.
2655
2656 2008-09-25  Bruno Haible  <bruno@clisp.org>
2657
2658         * gnulib-tool: Don't ask the user to perform edits in the generated
2659         Makefile.ams.
2660         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
2661         apply to the Makefile.am being generated.
2662         (func_emit_tests_Makefile_am): Execute edits that apply to the
2663         Makefile.am being generated.
2664         (func_import): Setup list of Makefile.am edits before emitting the
2665         Makefile.ams, not at the end.
2666         (func_create_testdir): Update.
2667         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2668
2669 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2670
2671         * gnulib-tool (func_import): Store the --tests-base option in the
2672         comment in gnulib-cache.m4.
2673
2674 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
2675
2676         * NEWS: Document increased portability that sys_select now provides.
2677
2678         * lib/sys_select.in.h: Install select wrapper.
2679         * lib/sys_socket.in.h: Use more descriptive name when there is no
2680         select wrapper.
2681         * lib/winsock-select.c: New.
2682         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
2683         Require gl_HEADER_SYS_SOCKET.
2684         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
2685         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
2686         * tests/test-sys_select.c: Add functional tests.
2687
2688 2008-09-24  Eric Blake  <ebb9@byu.net>
2689
2690         open, fopen: close fd leak in last patch
2691         * lib/open.c (rpl_open): Close fd before returning error.
2692         * lib/fopen.c (rpl_fopen): Close fd before returning error.
2693         * doc/posix-functions/open.texi (open): Document that Irix also
2694         has the bug.
2695         * doc/posix-functions/fopen.texi (fopen): Likewise.
2696         Reported by Paolo Bonzini.
2697
2698 2008-09-24  Bruno Haible  <bruno@clisp.org>
2699
2700         Ensure that a filename ending in a slash cannot be used to access a
2701         non-directory.
2702         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
2703         to check whether it's really a directory.
2704         * lib/fopen.c: Include fcntl.h, unistd.h.
2705         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
2706         and fdopen().
2707         * modules/fopen (Depends-on): Add unistd.
2708         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
2709         * tests/test-fopen.c (main): Likewise.
2710         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
2711         * doc/posix-functions/fopen.texi: Likewise.
2712         Reported by Eric Blake.
2713
2714 2008-09-23  Eric Blake  <ebb9@byu.net>
2715
2716         c-stack: avoid compiler optimizations when provoking overflow
2717         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
2718         recursion harder to optimize, to ensure a stack overflow occurs.
2719         * tests/test-c-stack.c (recurse): Likewise.
2720         Borrowed from libsigsegv.
2721
2722         c-stack: work around Irix sigaltstack bug
2723         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
2724         whether sigaltstack uses wrong end of stack_t (copied in part from
2725         libsigsegv).
2726         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
2727         Irix bug, without requiring an over-allocation.
2728         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
2729         bug.
2730
2731         fopen: document mingw bug on directories
2732         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
2733         not allowing a stream visiting a directory, even though reading
2734         from such a stream is not portable.
2735
2736 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
2737
2738         * lib/poll.c: Rewrite.
2739         * modules/poll: Depend on alloca.
2740
2741 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
2742
2743         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
2744         instead define prototypes for a full set of wrappers.  Ensure
2745         that Cygwin does not use the compatibility code, which is only
2746         for MinGW.
2747         * lib/winsock.c: New.
2748         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
2749         * modules/sys_socket: Add lib/winsock.c.
2750
2751         * modules/poll-tests: Add errno and perror.
2752         * tests/test-poll.c: Use ioctl, not ioctlsocket.
2753
2754 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
2755
2756         * tests/test-poll.c: Downgrade minimum needed Winsock version.
2757
2758 2008-09-23  Bruno Haible  <bruno@clisp.org>
2759
2760         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
2761         * doc/glibc-functions/*: Likewise.
2762
2763 2008-09-23  Simon Josefsson  <simon@josefsson.org>
2764
2765         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
2766         success.
2767
2768 2008-09-22  Eric Blake  <ebb9@byu.net>
2769             Bruno Haible  <bruno@clisp.org>
2770
2771         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
2772         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
2773         supply %A but mishandle pseudo-NaN.
2774         Reported by Simon Josefsson.
2775
2776 2008-09-21  Bruno Haible  <bruno@clisp.org>
2777
2778         * tests/test-lock.c (main): Tweak skip message.
2779         * tests/test-tls.c (main): Likewise.
2780
2781 2008-09-21  Bruno Haible  <bruno@clisp.org>
2782
2783         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
2784         whether 'struct sigaction' has sa_sigaction here...
2785         (gl_PREREQ_SIG_HANDLER_H): ... not here.
2786         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
2787
2788 2008-09-21  Bruno Haible  <bruno@clisp.org>
2789
2790         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
2791         section.
2792         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
2793         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
2794         the new section.
2795         (Support for obsolete systems lacking POSIX:2001): New section.
2796         (String handling <string.h>): Move strdup to the new section.
2797         Suggested by Simon Josefsson and Paolo Bonzini.
2798
2799 2008-09-21  Bruno Haible  <bruno@clisp.org>
2800
2801         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
2802         exponents in %e and %g results on 'long double'. Needed for mingw's
2803         improved *printf functions.
2804         * tests/test-vasprintf-posix.c (test_function): Likewise.
2805         * tests/test-snprintf-posix.h (test_function): Likewise.
2806         * tests/test-sprintf-posix.h (test_function): Likewise.
2807         Reported by Eric Blake.
2808
2809 2008-09-21  Bruno Haible  <bruno@clisp.org>
2810
2811         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
2812         * tests/test-sprintf-posix.h (test_function): Likewise.
2813
2814 2008-09-21  Bruno Haible  <bruno@clisp.org>
2815
2816         * modules/getpass (Depends-on): Add strdup-posix.
2817
2818         New module 'strdup-posix'.
2819         * modules/strdup-posix: New file.
2820         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
2821         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
2822         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2823         REPLACE_STRDUP.
2824         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
2825         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
2826         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2827         strdup-posix.
2828
2829         * modules/strdup (Depends-on): Remove malloc-posix.
2830
2831 2008-09-20  Bruno Haible  <bruno@clisp.org>
2832
2833         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
2834         Wildenhues.
2835
2836 2008-09-20  Bruno Haible  <bruno@clisp.org>
2837
2838         Ensure that wint_t gets defined on IRIX 5.3.
2839         * lib/wchar.in.h (wint_t): Define if not defined by the system.
2840         * lib/wctype.in.h (wint_t): Likewise.
2841         (__wctype_wint_t): Remove type.
2842         (isw*): Use wint_t instead of __wctype_wint_t.
2843         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
2844         * modules/wchar (Files): Add m4/wint_t.m4.
2845         (Makefile.am): Substitute HAVE_WINT_T.
2846         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
2847         * tests/test-wctype.c: Check that wint_t is defined.
2848         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
2849         * doc/posix-headers/wctype.texi: Likewise.
2850         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2851
2852 2008-09-18  Bruno Haible  <bruno@clisp.org>
2853
2854         * gnulib-tool (func_exit): Update comment.
2855
2856 2008-09-18  Simon Josefsson  <simon@josefsson.org>
2857
2858         * modules/getaddrinfo (Depends-on): Remove strdup, this module
2859         assumes strdup exists and does not depend on strdup to return
2860         ENOMEM on out of memory conditions.
2861
2862 2008-09-18  Bruno Haible  <bruno@clisp.org>
2863
2864         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
2865         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
2866         digits for the exponent.
2867
2868 2008-09-18  Jim Meyering  <meyering@redhat.com>
2869             Bruno Haible  <bruno@clisp.org>
2870
2871         * lib/vasnprintf.c (decimal_point_char): Define also if
2872         NEED_PRINTF_INFINITE_LONG_DOUBLE.
2873
2874 2008-09-16  Bruno Haible  <bruno@clisp.org>
2875         and Eric Blake  <ebb9@byu.net>
2876
2877         vasnprintf: support Irix 5.3
2878         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
2879         that mishandle long double infinity.
2880         Reported by Tom G. Christensen.
2881
2882 2008-09-16  Bruno Haible  <bruno@clisp.org>
2883
2884         * doc/glibc-functions/scandir.texi: Mention the function is missing on
2885         Solaris 9.
2886         * doc/glibc-functions/alphasort.texi: Likewise.
2887         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
2888
2889 2008-09-16  Jim Meyering  <meyering@redhat.com>
2890
2891         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
2892         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
2893         a umask modification leak out of a subshell.  Otherwise, the
2894         opensolaris /bin/sh would be accepted and thus cause unwarranted
2895         failures in the coreutils test suite.
2896
2897 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
2898
2899         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
2900         to succeed.
2901
2902 2008-09-16  Jim Meyering  <meyering@redhat.com>
2903
2904         avoid spurious test failure when library is built without ACL support
2905         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
2906         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
2907         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
2908         * tests/test-copy-acl.sh: Likewise.
2909
2910 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2911
2912         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
2913         based on character occurrence counts.
2914
2915 2008-09-15  Eric Blake  <ebb9@byu.net>
2916
2917         tests: avoid some compiler warnings
2918         * tests/test-memchr.c (main): Pass NULL indirectly.
2919         * tests/test-closein.c (main): Avoid unused variable.
2920
2921 2008-09-15  Bruno Haible  <bruno@clisp.org>
2922
2923         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
2924         are missing on OpenBSD 4.0 individually.
2925         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2926
2927 2008-09-15  Bruno Haible  <bruno@clisp.org>
2928
2929         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
2930         * doc/posix-functions/strerror.texi: Mention also Cygwin.
2931         * doc/posix-functions/perror.texi: Likewise.
2932         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
2933         is missing.
2934         Reported by Eric Blake.
2935
2936         * lib/errno.in.h: Use replacement values >= 2000.
2937         Reported by Eric Blake.
2938
2939 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2940
2941         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
2942         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
2943         limit.
2944         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
2945         compareseq was aborted.
2946
2947 2008-09-14  Bruno Haible  <bruno@clisp.org>
2948
2949         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
2950         yvec_edit_count.
2951         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
2952         (fstrcmp_bounded): Simplify result computation accordingly.
2953
2954 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2955
2956         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
2957         (fstrcmp): Define in terms of fstrcmp_bounded.
2958         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
2959         lower_bound argument.
2960         Return quickly if the result is certainly < lower_bound.
2961         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
2962
2963 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2964
2965         * lib/diffseq.h (EARLY_ABORT): New macro.
2966         (compareseq): Change return type to bool. Return true when EARLY_ABORT
2967         evaluates to true.
2968
2969 2008-09-14  Bruno Haible  <bruno@clisp.org>
2970
2971         * modules/perror-tests: New file.
2972         * tests/test-perror.sh: New file.
2973         * tests/test-perror.c: New file.
2974
2975         New module 'perror'.
2976         * lib/stdio.in.h (perror): New declaration.
2977         * lib/perror.c: New file.
2978         * m4/perror.m4: New file.
2979         * modules/perror: New file.
2980         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
2981         * doc/posix-functions/perror.texi: Mention the perror module.
2982         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
2983         REPLACE_PERROR.
2984         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
2985         REPLACE_PERROR.
2986
2987 2008-09-14  Bruno Haible  <bruno@clisp.org>
2988
2989         * modules/stdio (Makefile.am): Reorder to match the order in
2990         lib/stdio.in.h.
2991         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2992
2993 2008-09-13  Bruno Haible  <bruno@clisp.org>
2994
2995         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
2996
2997 2008-09-13  Bruno Haible  <bruno@clisp.org>
2998
2999         Extend strerror to cover the added errno values.
3000         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
3001         (rpl_strerror): Provide error messages for the added errno values and
3002         for the WSA* values.
3003         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
3004         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
3005         strerror.
3006         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
3007         * modules/strerror (Depends-on): Add errno.
3008         * doc/posix-functions/strerror.texi: Document the change.
3009         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
3010         and EOVERFLOW.
3011
3012 2008-09-13  Bruno Haible  <bruno@clisp.org>
3013
3014         * modules/EOVERFLOW: Remove file.
3015         * m4/eoverflow.m4: Remove file.
3016         * modules/EOVERFLOW-tests: Remove file.
3017         * tests/test-EOVERFLOW.c: Remove file.
3018         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
3019         * modules/ftell (Depends-on): Likewise.
3020         * modules/getdelim (Depends-on): Likewise.
3021         * modules/getugroups (Depends-on): Likewise.
3022         * modules/poll (Depends-on): Likewise.
3023         * modules/snprintf (Depends-on): Likewise.
3024         * modules/sprintf-posix (Depends-on): Likewise.
3025         * modules/vasnprintf (Depends-on): Likewise.
3026         * modules/vasprintf (Depends-on): Likewise.
3027         * modules/vfprintf-posix (Depends-on): Likewise.
3028         * modules/vsnprintf (Depends-on): Likewise.
3029         * modules/vsprintf-posix (Depends-on): Likewise.
3030         * modules/xvasprintf (Depends-on): Likewise.
3031         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3032         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
3033         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
3034         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
3035         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3036         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
3037         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
3038         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
3039         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3040         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
3041         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
3042         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
3043         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3044         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
3045         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
3046         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
3047         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3048         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
3049         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
3050         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
3051         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3052         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
3053         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
3054         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
3055         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
3056         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3057         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
3058         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
3059         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
3060         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
3061         * MODULES.html.sh: Remove EOVERFLOW.
3062         * NEWS: Mention the change.
3063
3064 2008-09-13  Bruno Haible  <bruno@clisp.org>
3065
3066         * modules/errno-tests: New file.
3067         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
3068
3069         * lib/errno.in.h: New file.
3070         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
3071         * modules/errno: New file.
3072         * doc/posix-headers/errno.texi: Update documentation.
3073         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
3074
3075 2008-09-13  Bruno Haible  <bruno@clisp.org>
3076
3077         * tests/test-poll.c: Use #if for native Windows, rather than testing
3078         __MSVCRT__.
3079
3080 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3081             Bruno Haible  <bruno@clisp.org>
3082
3083         * lib/glob.c: Don't include <pwd.h> on native Windows.
3084         (WINDOWS32): New macro.
3085         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
3086
3087 2008-09-13  Bruno Haible  <bruno@clisp.org>
3088
3089         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
3090         (ETIMEDOUT): Remove macro.
3091         (glthread_cond_timedwait_multithreaded): New declaration.
3092         (glthread_cond_timedwait): Use it.
3093         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
3094         (glthread_cond_timedwait_multithreaded): New function.
3095
3096 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
3097
3098         * modules/poll-tests: Do not check for io.h.
3099         * tests/test-poll.c: Check for __MSVCRT__ instead.
3100
3101 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
3102
3103         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
3104         * modules/poll-tests: Add inet_pton, stdbool, sockets.
3105         * tests/test-poll.c: Use them.  Use _pipe on Windows.
3106
3107 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
3108
3109         * modules/poll-tests: New.
3110         * tests/test-poll.c: New.
3111
3112 2008-09-12  Eric Blake  <ebb9@byu.net>
3113
3114         frexp: test for NetBSD failure on -0.0
3115         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
3116         not all, bugs from NetBSD 3.0 have been fixed.
3117         * doc/posix-functions/frexp.texi (frexp): Document bug.
3118         Reported by Thomas Klausner.
3119
3120         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
3121         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
3122         literal -0.0.
3123         Reported by Jonathan C. Patschke <jp@centtech.com>.
3124
3125 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3126
3127         * lib/glthread/cond.h: Use dummy implementation also if
3128         USE_WIN32_THREADS.
3129
3130 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3131
3132         * modules/fnmatch-posix (License): Change to LGPLv2+.
3133         * modules/fnmatch-gnu (License): Likewise.
3134
3135 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3136
3137         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
3138
3139 2008-09-11  Jim Meyering  <meyering@redhat.com>
3140
3141         * users.txt: Add gtk-vnc.
3142
3143 2008-09-08  Simon Josefsson  <simon@josefsson.org>
3144
3145         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
3146         rotate amounts.
3147
3148         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
3149         required for 16-bit and 8-bit rotates.
3150         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
3151         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
3152         UINT8_MAX instead of hard-coded constants.
3153         Suggested by Paul Eggert.
3154
3155 2008-09-07  Bruno Haible  <bruno@clisp.org>
3156
3157         * tests/test-striconveh.c (main): Check behaviour when converting from
3158         UTF-7.
3159
3160         Make striconveh work better with stateful encodings.
3161         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
3162         that iconv does not increment the inptr when returning -1/EINVAL.
3163
3164 2008-09-07  Bruno Haible  <bruno@clisp.org>
3165
3166         * build-aux/config.rpath: Update according to libtool-2.2.6.
3167         * build-aux/config.libpath: Likewise.
3168
3169 2008-09-06  Bruno Haible  <bruno@clisp.org>
3170
3171         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
3172         * lib/freadptr.c (freadptr): Likewise.
3173         * lib/freadseek.c (freadptrinc): Likewise.
3174         Reported by Simon Josefsson.
3175
3176 2008-09-06  Bruno Haible  <bruno@clisp.org>
3177
3178         * modules/freadptr (License): Change to LGPLv2+.
3179         * modules/freadseek (License): Likewise.
3180         Suggested by Eric Blake.
3181
3182         * modules/memchr2 (License): Change to LGPLv2+.
3183         Approved by Eric Blake.
3184
3185 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3186             Bruno Haible  <bruno@clisp.org>
3187
3188         Make gnulib-tool work with native 'sed' on AIX.
3189         * gnulib-tool (sed_noop): New variable.
3190         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
3191         func_add_or_update, func_create_testdir): Use it to initialize sed
3192         script variables.
3193         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3194
3195 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
3196             Bruno Haible  <bruno@clisp.org>
3197
3198         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
3199         also works after #include directives.
3200
3201 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
3202
3203         getdate.y: reject an out-of-range timezone value
3204         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
3205         the range [-24...+24].  When specified with only one or two digits,
3206         * tests/test-getdate.c: Tests for the fix.
3207         * doc/getdate.texi: Document this change.
3208
3209 2008-09-03  Bruno Haible  <bruno@clisp.org>
3210
3211         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
3212
3213 2008-09-02  Simon Josefsson  <simon@josefsson.org>
3214
3215         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
3216         <bruce.korb@gmail.com> with ideas from Ben Pfaff
3217         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
3218         Blake <ebb9@byu.net>.
3219
3220         * tests/test-bitrotate.c: Add more test vectors.
3221
3222 2008-09-02  Eric Blake  <ebb9@byu.net>
3223
3224         vasnprintf-posix: handle large precision via %.*d
3225         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
3226         when handling it ourselves.
3227         * tests/test-vasnprintf-posix.c (test_function): Add test.
3228         * tests/test-snprintf-posix.h (test_function): Likewise.
3229         * tests/test-sprintf-posix.h (test_function): Likewise.
3230         * tests/test-vasprintf-posix.c (test_function): Likewise.
3231         Reported by Alain Guibert.
3232
3233 2008-09-01  Eric Blake  <ebb9@byu.net>
3234
3235         c-stack: make configure-time check more robust
3236         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
3237         successful sigaction call.
3238         Reported by Tom G. Christensen.
3239
3240 2008-09-01  Bruno Haible  <bruno@clisp.org>
3241
3242         New module 'findprog-lgpl'.
3243         * modules/findprog-lgpl: New file.
3244         * lib/findprog-lgpl.c: New file.
3245         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
3246         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
3247         to decide whether to use strdup or xstrdup, concatenated_filename or
3248         xconcatenated_filename.
3249
3250 2008-09-01  Bruno Haible  <bruno@clisp.org>
3251
3252         Split module 'concat-filename' into 'concat-filename' (LGPL) and
3253         'xconcat-filename' (GPL).
3254         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
3255         (License): Change to LGPLv2+.
3256         * modules/xconcat-filename: New file.
3257         * lib/concat-filename.h (concatenated_filename): Change specification.
3258         (xconcatenated_filename): New declaration.
3259         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
3260         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
3261         memory situations.
3262         * lib/xconcat-filename.c: New file.
3263         * NEWS: Mention the change.
3264         * lib/findprog.c: Include concat-filename.h, not filename.h.
3265         (find_in_path): Use xconcatenated_filename instead of
3266         concatenated_filename.
3267         * lib/javacomp.c: Include concat-filename.h, not filename.h.
3268         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
3269         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
3270         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
3271         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
3272         instead of concatenated_filename.
3273         * lib/javaexec.c: Include concat-filename.h, not filename.h.
3274         (execute_java_class): Use xconcatenated_filename instead of
3275         concatenated_filename.
3276         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
3277         * modules/javacomp (Depends-on): Likewise.
3278         * modules/javaexec (Depends-on): Likewise.
3279
3280 2008-09-01  Bruno Haible  <bruno@clisp.org>
3281
3282         Split module 'filename' into 'filename' and 'concat-filename'.
3283         * modules/filename: Keep only lib/filename.h.
3284         (License): Change to LGPLv2+.
3285         * modules/concat-filename: New file, extracted from modules/filename.
3286         * lib/filename.h (concatenated_filename): Remove declaration.
3287         * lib/concat-filename.h: New file, extracted from lib/filename.h.
3288         * lib/concat-filename.c: Include concat-filename.h.
3289         * NEWS: Mention the change.
3290
3291 2008-09-01  Simon Josefsson  <simon@josefsson.org>
3292
3293         * lib/bitrotate.h (rotl8, rotr8): Add.
3294
3295         * modules/bitrotate (configure.ac): Need
3296         AC_REQUIRE([AC_C_INLINE]).
3297         (Description): Mention stdint.h.  Reported by Bruno Haible
3298         <bruno@clisp.org>.
3299
3300         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
3301         Paolo Bonzini <bonzini@gnu.org>.
3302
3303 2008-08-31  Bruno Haible  <bruno@clisp.org>
3304
3305         Assume Solaris specific bi-arch conventions on Solaris systems.
3306         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
3307         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
3308         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
3309         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
3310         like acl_libdirstem.
3311         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
3312         acl_libdirstem.
3313         * NEWS: Mention the change.
3314         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
3315
3316 2008-08-31  Jim Meyering  <meyering@redhat.com>
3317
3318         * lib/strftime.h: Add comments describing the two added arguments.
3319
3320         remove duplicate #include directives
3321         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
3322         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
3323
3324 2008-08-31  Bruno Haible  <bruno@clisp.org>
3325
3326         New module 'sigpipe-die'.
3327         * modules/sigpipe-die: New file.
3328         * lib/sigpipe-die.h: New file.
3329         * lib/sigpipe-die.c: New file.
3330         * MODULES.html.sh (Signal handling): Add sigpipe-die.
3331
3332 2008-08-31  Bruno Haible  <bruno@clisp.org>
3333
3334         Don't override previously installed signal handlers.
3335         * lib/fatal-signal.c (saved_sigactions): New variable.
3336         (uninstall_handlers): Reset the signal to the saved handler, not
3337         to SIG_DFL (except when ignored).
3338         (install_handlers): Save the previous handlers.
3339
3340 2008-08-30  Bruno Haible  <bruno@clisp.org>
3341
3342         * gnulib-tool (func_reset_sigpipe): New function.
3343         (func_get_automake_snippet, func_modules_transitive_closure,
3344         func_import): Invoke it before a join command that reads from stdin,
3345         to avoid "echo: write error: Broken pipe" error messages on stderr.
3346         Reported by Sam Steingold <sds@gnu.org>.
3347
3348 2008-08-30  Bruno Haible  <bruno@clisp.org>
3349
3350         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
3351         Code copied from m4/open.m4.
3352         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
3353         access and the filename ends in a slash. Code copied from lib/open.c.
3354         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
3355         * tests/test-fopen.c (main): Check against bug with trailing slash.
3356
3357 2008-08-29  Bruno Haible  <bruno@clisp.org>
3358
3359         Avoid some "gcc -pedantic" warnings.
3360         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
3361         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
3362         * lib/dirent.in.h: Likewise.
3363         * lib/fcntl.in.h: Likewise.
3364         * lib/float.in.h: Likewise.
3365         * lib/iconv.in.h: Likewise.
3366         * lib/inttypes.in.h: Likewise.
3367         * lib/locale.in.h: Likewise.
3368         * lib/math.in.h: Likewise.
3369         * lib/netinet_in.in.h: Likewise.
3370         * lib/search.in.h: Likewise.
3371         * lib/signal.in.h: Likewise.
3372         * lib/stdarg.in.h: Likewise.
3373         * lib/stdint.in.h: Likewise.
3374         * lib/stdio.in.h: Likewise.
3375         * lib/stdlib.in.h: Likewise.
3376         * lib/string.in.h: Likewise.
3377         * lib/strings.in.h: Likewise.
3378         * lib/sys_select.in.h: Likewise.
3379         * lib/sys_socket.in.h: Likewise.
3380         * lib/sys_stat.in.h: Likewise.
3381         * lib/sys_time.in.h: Likewise.
3382         * lib/sysexits.in.h: Likewise.
3383         * lib/time.in.h: Likewise.
3384         * lib/unistd.in.h: Likewise.
3385         * lib/wchar.in.h: Likewise.
3386         * lib/wctype.in.h: Likewise.
3387         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
3388         * modules/fchdir (Makefile.am): Likewise.
3389         * modules/fcntl (Makefile.am): Likewise.
3390         * modules/float (Makefile.am): Likewise.
3391         * modules/iconv_open (Makefile.am): Likewise.
3392         * modules/inttypes (Makefile.am): Likewise.
3393         * modules/locale (Makefile.am): Likewise.
3394         * modules/math (Makefile.am): Likewise.
3395         * modules/netinet_in (Makefile.am): Likewise.
3396         * modules/search (Makefile.am): Likewise.
3397         * modules/signal (Makefile.am): Likewise.
3398         * modules/stdarg (Makefile.am): Likewise.
3399         * modules/stdint (Makefile.am): Likewise.
3400         * modules/stdio (Makefile.am): Likewise.
3401         * modules/stdlib (Makefile.am): Likewise.
3402         * modules/string (Makefile.am): Likewise.
3403         * modules/strings (Makefile.am): Likewise.
3404         * modules/sys_select (Makefile.am): Likewise.
3405         * modules/sys_socket (Makefile.am): Likewise.
3406         * modules/sys_stat (Makefile.am): Likewise.
3407         * modules/sys_time (Makefile.am): Likewise.
3408         * modules/sysexits (Makefile.am): Likewise.
3409         * modules/time (Makefile.am): Likewise.
3410         * modules/unistd (Makefile.am): Likewise.
3411         * modules/wchar (Makefile.am): Likewise.
3412         * modules/wctype (Makefile.am): Likewise.
3413         Reported by Reuben Thomas <rrt@sc3d.org>.
3414
3415 2008-08-29  Bruno Haible  <bruno@clisp.org>
3416
3417         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
3418         any more.
3419
3420 2008-08-29  Simon Josefsson  <simon@josefsson.org>
3421
3422         * MODULES.html.sh (Misc): Add bitrotate.
3423
3424         * modules/bitrotate: New file.
3425
3426         * lib/bitrotate.h: New file.
3427
3428         * modules/bitrotate-tests: New file.
3429
3430         * tests/test-bitrotate.c: New file.
3431
3432         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
3433         on the bitrotate module.
3434
3435         * lib/arctwo.c: Use new bitrotate module.
3436
3437 2008-08-29  Jim Meyering  <meyering@redhat.com>
3438
3439         bootstrap: merge changes from coreutils
3440         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
3441         of copied files.  Remove a kludge, now that this is fixed.
3442         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
3443         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
3444         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
3445
3446 2008-08-29  Bruno Haible  <bruno@clisp.org>
3447
3448         * MODULES.html.sh: Remove --cvs-urls option.
3449
3450 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
3451
3452         maint.mk: adjust to file name change
3453         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
3454
3455 2008-08-28  Jim Meyering  <meyering@redhat.com>
3456
3457         * modules/getndelim2 (License): Relicense to LGPLv2+.
3458         Approved by Richard Stallman for the version of 1995, and by
3459         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
3460
3461 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
3462
3463         * lib/getdelim.c (flockfile, funlockfile): Make all of them
3464         dummy if one is not available.  Do not touch them if
3465         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
3466         (getc_maybe_unlocked): New.
3467         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
3468
3469 2008-08-26  Eric Blake  <ebb9@byu.net>
3470
3471         doc/INSTALL: resync from autoconf
3472         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
3473         (INSTALL_PRELUDE): Delete; this is done more efficiently by
3474         moving...
3475         * install.texi [!autoconf]: ...here.  Resync from autoconf.
3476         * INSTALL: Regenerate.
3477         * INSTALL.ISO: New file.
3478         * INSTALL.UTF-8: Likewise.
3479
3480 2008-08-26  Jim Meyering  <meyering@redhat.com>
3481
3482         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
3483         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
3484         these definitions conditional, so that they may be overridden, too.
3485
3486 2008-08-26  Bruno Haible  <bruno@clisp.org>
3487
3488         Generate INSTALL file variants with prettier quotes.
3489         * doc/Makefile (INSTALL_PRELUDE): New macro.
3490         (INSTALL): Use it.
3491         (INSTALL.ISO, INSTALL.UTF-8): New rules.
3492
3493 2008-08-26  Bruno Haible  <bruno@clisp.org>
3494
3495         Run makeinfo in an English locale.
3496         * doc/Makefile (MAKEINFO): New variable.
3497
3498 2008-08-26  Bruno Haible  <bruno@clisp.org>
3499
3500         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
3501         Suggested by Eric Blake.
3502
3503 2008-08-25  Bruno Haible  <bruno@clisp.org>
3504
3505         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
3506
3507 2008-08-25  Eric Blake  <ebb9@byu.net>
3508
3509         c-stack: test that stack overflow can be caught
3510         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
3511         that platform allows handling stack overflow; at least OS/2 EMX
3512         has sigaltstack, but crashes before transferring control to
3513         handler on stack overflow.
3514         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
3515         check for HAVE_STACK_OVERFLOW_HANDLING.
3516         Reported by Elbert Pol.
3517
3518 2008-08-25  Bruno Haible  <bruno@clisp.org>
3519
3520         * doc/posix-functions/strftime.texi: Fix description of strftime
3521         module.
3522
3523 2008-08-24  Bruno Haible  <bruno@clisp.org>
3524
3525         * tests/uniwidth/test-uc_width2.c: New file.
3526         * tests/uniwidth/test-uc_width2.sh: New file.
3527         * modules/uniwidth/width-tests (Files): Add the new files.
3528         (TESTS): Add uniwidth/test-uc_width2.sh.
3529         (TESTS_ENVIRONMENT): New variable.
3530         (check_PROGRAMS): Add test-uc_width2.
3531         (test_uc_width2_SOURCES): New variable.
3532
3533         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
3534         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
3535         not 0x00AB.
3536         Reported by Alexander V. Lukyanov <lav@netis.ru>.
3537
3538 2008-08-22  Eric Blake  <ebb9@byu.net>
3539
3540         test-lock, test-tls: mention why a test is skipped
3541         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
3542         skipped.
3543         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
3544
3545         count-one-bits: relax license
3546         * modules/count-one-bits (License): Relicense to LGPLv2+.
3547         Suggested by Ludovic Courtès, approved by Ben Pfaff.
3548
3549 2008-08-22  Andreas Schwab  <schwab@suse.de>
3550
3551         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
3552         Remove spurious space in assignment.
3553
3554 2008-08-21  Simon Josefsson  <simon@josefsson.org>
3555
3556         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
3557         Paul Eggert <eggert@CS.UCLA.EDU>.
3558
3559 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
3560
3561         * modules/gettext: Add m4/threadlib.m4.
3562
3563 2008-08-19  Eric Blake  <ebb9@byu.net>
3564
3565         test-c-stack: fix compilation failure on FreeBSD 5.0
3566         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
3567         headers before <sys/resource.h>.
3568         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
3569         the bug.
3570         Reported by Nelson H. F. Beebe.
3571
3572         strverscmp: migrate from "strverscmp.h" to <string.h>
3573         * modules/string (Makefile.am): Add new hooks.
3574         * modules/strverscmp (Files): Remove strverscmp.h.
3575         (Depends-on): Add string.
3576         (configure.ac): Add indicator.
3577         (Include): Mention new header.
3578         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
3579         defaults.
3580         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
3581         results.
3582         * lib/strverscmp.h: Delete.
3583         * lib/string.in.h (strverscmp): Provide declaration, when needed.
3584         * tests/test-strverscmp.c (includes): Adjust client.
3585         * lib/check-version.c (includes): Likewise.
3586         * NEWS: Document the change.
3587
3588         strverscmp: add unit test
3589         * modules/strverscmp-tests: New file.
3590         * tests/test-strverscmp.c: Likewise.
3591
3592 2008-08-19  Simon Josefsson  <simon@josefsson.org>
3593
3594         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
3595         regarding Windows crypto stuff, from Mono.
3596
3597 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
3598
3599         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
3600         if present, for intel RND.  Return error on failures.
3601
3602 2008-08-18  Ben Pfaff  <blp@gnu.org>
3603
3604         gitlog-to-changelog: give better diagnostic for failed pipe-open
3605         * build-aux/gitlog-to-changelog: Improve error message: suggest
3606         that the version of Git may be too old.
3607
3608 2008-08-18  Simon Josefsson  <simon@josefsson.org>
3609
3610         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
3611         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
3612
3613 2008-08-18  Bruno Haible  <bruno@clisp.org>
3614
3615         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
3616         pthread_in_use().
3617
3618 2008-08-18  Bruno Haible  <bruno@clisp.org>
3619
3620         * lib/glthread/threadlib.c: Include <pthread.h>.
3621
3622 2008-08-18  Bruno Haible  <bruno@clisp.org>
3623
3624         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
3625         glthread_recursive_lock_* macros.
3626         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
3627         Fix syntax error.
3628
3629 2008-08-18  Bruno Haible  <bruno@clisp.org>
3630
3631         * lib/glthread/thread.c: Avoid forcing a context switch right after
3632         thread creation.
3633
3634 2008-08-17  Bruno Haible  <bruno@clisp.org>
3635
3636         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
3637         * lib/glthread/thread.h: Provide Win32 specific implementation.
3638         * modules/thread (Files): Add lib/glthread/thread.c.
3639         (Depends-on): Add lock.
3640         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
3641
3642 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3643
3644         New module 'yield'.
3645         * modules/yield: New file.
3646         * lib/glthread/yield.h: New file.
3647         * m4/yield.m4: New file.
3648         * MODULES.html.sh (Multithreading): Add yield.
3649
3650 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3651
3652         New module 'thread'.
3653         * modules/thread: New file.
3654         * lib/glthread/thread.h: New file.
3655         * m4/thread.m4: New file.
3656         * MODULES.html.sh (Multithreading): Add thread.
3657
3658 2008-08-17  Bruno Haible  <bruno@clisp.org>
3659
3660         * lib/glthread/lock.h: Include <stdlib.h> always.
3661         * lib/glthread/tls.h: Likewise.
3662         * lib/glthread/cond.h: Likewise.
3663
3664 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3665
3666         New module 'cond'.
3667         * modules/cond: New file.
3668         * lib/glthread/cond.h: New file.
3669         * lib/glthread/cond.c: New file.
3670         * m4/cond.m4: New file.
3671         * MODULES.html.sh (Multithreading): Add cond.
3672
3673 2008-08-16  Eric Blake  <ebb9@byu.net>
3674
3675         c-stack: fix regression on Irix 5.3 from 2008-06-21
3676         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
3677         sa_sigaction...
3678         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
3679         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
3680         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
3681         * modules/signal (Makefile.am): Use the value.
3682         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
3683         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
3684         * doc/posix-headers/signal.texi (signal.h): Document this
3685         portability issue.
3686         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
3687         Reported by Tom G. Christensen.
3688
3689 2008-08-17  Bruno Haible  <bruno@clisp.org>
3690
3691         New module 'threadlib'.
3692         * modules/threadlib: New file.
3693         * lib/glthread/threadlib.c: New file, extracted from
3694         lib/glthread/lock.c.
3695         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
3696         functions.
3697         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
3698         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
3699         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
3700         macros.
3701         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
3702         (gl_DISABLE_THREADS): Remove macro.
3703         * modules/lock (Files): Remove build-aux/config.rpath.
3704         (Depends-on): Remove havelib. Add threadlib.
3705         (configure.ac-early): Remove section.
3706         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
3707         * modules/tls (Depends-on): Remove lock. Add threadlib.
3708         (Link): New section, copied from threadlib.
3709         * MODULES.html.sh (Multithreading): Add threadlib.
3710
3711 2008-08-14  Bruno Haible  <bruno@clisp.org>
3712
3713         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
3714         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
3715         glthread_rwlock_unlock, glthread_rwlock_destroy,
3716         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
3717         glthread_recursive_lock_destroy): Define as macros always.
3718         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
3719         glthread_lock_lock.
3720         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
3721         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
3722         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
3723         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
3724         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
3725         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
3726         (glthread_recursive_lock_lock_func): Renamed from
3727         glthread_recursive_lock_lock.
3728         (glthread_recursive_lock_unlock_func): Renamed from
3729         glthread_recursive_lock_unlock.
3730         (glthread_recursive_lock_destroy_func): Renamed from
3731         glthread_recursive_lock_destroy.
3732
3733 2008-08-14  Bruno Haible  <bruno@clisp.org>
3734
3735         * lib/glthread/lock.h: Renamed from lib/lock.h.
3736         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
3737         * lib/glthread/tls.h: Renamed from lib/tls.h.
3738         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
3739         * lib/fstrcmp.c: Update includes.
3740         * lib/strsignal.c: Update includes.
3741         * modules/lock (Files, Makefile.am): Update.
3742         (Include): Change to "glthread/lock.h".
3743         * modules/tls (Files, Makefile.am): Update.
3744         (Include): Change to "glthread/tls.h".
3745         * tests/test-lock.c: Update includes.
3746         * tests/test-tls.c: Update includes.
3747         * NEWS: Mention the renamed header files.
3748
3749 2008-08-11  Jim Meyering  <meyering@redhat.com>
3750
3751         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
3752
3753 2008-08-11  Eric Blake  <ebb9@byu.net>
3754
3755         test-c-stack: avoid C99-ism
3756         * tests/test-c-stack.c (main): Fix whitespace, move declaration
3757         before statement.
3758         Reported by Alain Guibert.
3759
3760 2008-08-10  Jim Meyering  <meyering@redhat.com>
3761
3762         ensure that return value of uinttostr et al are not ignored
3763         * lib/inttostr.h (__GNUC_PREREQ): Define.
3764         (__attribute_warn_unused_result__): Define.
3765         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
3766
3767 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
3768
3769         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
3770         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
3771
3772 2008-08-07  Jim Meyering  <meyering@redhat.com>
3773
3774         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
3775
3776         * modules/mkstemp (License): Relicense under LGPLv2+.
3777         * modules/tempname (License): Likewise.
3778
3779 2008-08-06  Bruno Haible  <bruno@clisp.org>
3780
3781         * lib/poll.c (poll): Further micro-optimization.
3782
3783 2008-08-06  Jim Meyering  <meyering@redhat.com>
3784
3785         inet_pton.c: use locale-independent tolower
3786         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
3787         (inet_pton6): Use c_tolower rather than tolower.
3788         * modules/inet_pton (Depends-on): Add c-ctype.
3789
3790 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
3791
3792         * lib/poll.c (poll): Avoid division when timeout is 0, cache
3793         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
3794
3795 2008-08-06  Jim Meyering  <meyering@redhat.com>
3796
3797         * modules/inet_pton (License): Relicense under LGPLv2+.
3798
3799 2008-08-03  Bruno Haible  <bruno@clisp.org>
3800
3801         Additional non-aborting API for lock and tls.
3802         * lib/lock.h: Include <errno.h>.
3803         (glthread_lock_init): New macro/function.
3804         (gl_lock_init): Define as wrapper around glthread_lock_init.
3805         (glthread_lock_lock): New macro/function.
3806         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
3807         (glthread_lock_unlock): New macro/function.
3808         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
3809         (glthread_lock_destroy): New macro/function.
3810         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
3811         (glthread_rwlock_init): New macro/function.
3812         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
3813         (glthread_rwlock_rdlock): New macro/function.
3814         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
3815         (glthread_rwlock_wrlock): New macro/function.
3816         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
3817         (glthread_rwlock_unlock): New macro/function.
3818         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
3819         (glthread_rwlock_destroy): New macro/function.
3820         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
3821         (glthread_recursive_lock_init): New macro/function.
3822         (gl_recursive_lock_init): Define as wrapper around
3823         glthread_recursive_lock_init.
3824         (glthread_recursive_lock_lock): New macro/function.
3825         (gl_recursive_lock_lock): Define as wrapper around
3826         glthread_recursive_lock_lock.
3827         (glthread_recursive_lock_unlock): New macro/function.
3828         (gl_recursive_lock_unlock): Define as wrapper around
3829         glthread_recursive_lock_unlock.
3830         (glthread_recursive_lock_destroy): New macro/function.
3831         (gl_recursive_lock_destroy): Define as wrapper around
3832         glthread_recursive_lock_destroy.
3833         (glthread_once): New macro/function.
3834         (gl_once): Define as wrapper around glthread_once.
3835         Update function declarations.
3836         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
3837         glthread_rwlock_init. Return error code.
3838         (glthread_rwlock_rdlock_multithreaded): Renamed from
3839         glthread_rwlock_rdlock. Return error code.
3840         (glthread_rwlock_wrlock_multithreaded): Renamed from
3841         glthread_rwlock_wrlock. Return error code.
3842         (glthread_rwlock_unlock_multithreaded): Renamed from
3843         glthread_rwlock_unlock. Return error code.
3844         (glthread_rwlock_destroy_multithreaded): Renamed from
3845         glthread_rwlock_destroy. Return error code.
3846         (glthread_recursive_lock_init_multithreaded): Renamed from
3847         glthread_recursive_lock_init. Return error code.
3848         (glthread_recursive_lock_lock_multithreaded): Renamed from
3849         glthread_recursive_lock_lock. Return error code.
3850         (glthread_recursive_lock_unlock_multithreaded): Renamed from
3851         glthread_recursive_lock_unlock. Return error code.
3852         (glthread_recursive_lock_destroy_multithreaded): Renamed from
3853         glthread_recursive_lock_destroy. Return error code.
3854         (glthread_once_call): Make static.
3855         (glthread_once_multithreaded): Renamed from glthread_once.
3856         * lib/tls.h: Include <errno.h>.
3857         (glthread_tls_key_init): New macro/function.
3858         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
3859         (glthread_tls_set): New macro/function.
3860         (gl_tls_set): Define as wrapper around glthread_tls_set.
3861         (glthread_tls_key_destroy): New macro/function.
3862         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
3863         Update function declarations.
3864         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
3865         glthread_tls_get.
3866         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
3867
3868 2008-08-04  Eric Blake  <ebb9@byu.net>
3869
3870         gnumakefile: use space, not TAB, outside of targets
3871         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
3872
3873 2008-08-02  Jim Meyering  <meyering@redhat.com>
3874
3875         getdate.y: avoid locale-dependent date parsing failure
3876         In Turkish locales, getdate would fail to recognize keywords
3877         containing a lowercase "i".  The solution is not to rely on
3878         locale-sensitive case-conversion.
3879         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
3880         (lookup_word): Use c_toupper in place of toupper.
3881         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
3882         Reported by Vefa Bicakci <bicave@superonline.com> in
3883         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
3884         * modules/getdate (Depends-on): Add c-ctype.
3885
3886 2008-08-02  Bruno Haible  <bruno@clisp.org>
3887
3888         * gnulib-tool (func_import): When updating or creating a .gitignore
3889         file, prepend each added line with a slash, and ignore leading slashes
3890         from the existing lines.
3891         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3892
3893 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3894
3895         Portability fix for GNU make 3.79.1.
3896         * top/GNUmakefile: Avoid 'else COND', which older GNU make
3897         versions do not understand.
3898
3899 2008-08-01  Bruno Haible  <bruno@clisp.org>
3900
3901         Work around bug of HP-UX 10.20 cc with -0.0 literal.
3902         * tests/test-isnanf.h (zero): New variable.
3903         (main): Avoid literal -0.0f.
3904         * tests/test-isnand.h (zero): New variable.
3905         (main): Avoid literal -0.0.
3906         * tests/test-isnanl.h (zero): New variable.
3907         (main): Avoid literal -0.0L.
3908         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
3909         (test_float, test_double, test_long_double): Avoid literals -0.0f,
3910         -0.0, -0.0L.
3911         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
3912         (test_signbitd): Avoid literal -0.0.
3913         (test_signbitl): Avoid literal -0.0L.
3914         * tests/test-ceilf1.c (zero): New variable.
3915         (main): Avoid literal -0.0f.
3916         * tests/test-ceill.c (zero): New variable.
3917         (main): Avoid literal -0.0L.
3918         * tests/test-floorf1.c (zero): New variable.
3919         (main): Avoid literal -0.0f.
3920         * tests/test-floorl.c (zero): New variable.
3921         (main): Avoid literal -0.0L.
3922         * tests/test-roundf1.c (zero): New variable.
3923         (main): Avoid literal -0.0f.
3924         * tests/test-round1.c (zero): New variable.
3925         (main): Avoid literal -0.0.
3926         * tests/test-roundl.c (zero): New variable.
3927         (main): Avoid literal -0.0L.
3928         * tests/test-truncf1.c (zero): New variable.
3929         (main): Avoid literal -0.0f.
3930         * tests/test-trunc1.c (zero): New variable.
3931         (main): Avoid literal -0.0.
3932         * tests/test-truncl.c (zero): New variable.
3933         (main): Avoid literal -0.0L.
3934         * tests/test-frexp.c (zero): New variable.
3935         (main): Avoid literal -0.0.
3936         * tests/test-frexpl.c (zero): New variable.
3937         (main): Avoid literal -0.0L.
3938         * tests/test-ldexpl.c (zero): New variable.
3939         (main): Avoid literal -0.0L.
3940         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
3941         (zerod, zerol): New variables.
3942         (test_function): Avoid literals -0.0, -0.0L.
3943         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
3944         (zerod, zerol): New variables.
3945         (test_function): Avoid literals -0.0, -0.0L.
3946         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
3947         (zerod, zerol): New variables.
3948         (test_function): Avoid literals -0.0, -0.0L.
3949         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
3950         (zerod, zerol): New variables.
3951         (test_function): Avoid literals -0.0, -0.0L.
3952         * tests/test-strtod.c (zero): New variable.
3953         (main): Avoid literal -0.0.
3954         Reported by Jonathan C. Patschke <jp@centtech.com>.
3955
3956 2008-07-31  Jim Meyering  <meyering@redhat.com>
3957
3958         sha256.h: correct definition of SHA224_DIGEST_SIZE
3959         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
3960         Reported by Paulie Pena IV <paulie4@gmail.com>.
3961         Define as 224 / 8, rather than as a literal.
3962         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
3963         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
3964         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
3965
3966 2008-07-31  Bruno Haible  <bruno@clisp.org>
3967
3968         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
3969         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
3970         Reported by Jonathan Patschke <jp@centtech.com>.
3971
3972 2008-07-31  Bruno Haible  <bruno@clisp.org>
3973
3974         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
3975         Reported by Paolo Bonzini <bonzini@gnu.org>.
3976
3977 2008-07-30  Eric Blake  <ebb9@byu.net>
3978
3979         test-strtod: allow compilation without -lm
3980         * tests/test-strtod.c (main): Avoid link dependence on fabs.
3981         Reported by Dennis Clarke <blastwave@gmail.com>.
3982
3983 2008-07-28  Jim Meyering  <meyering@redhat.com>
3984
3985         bootstrap: work also when there are no .po files in po/
3986         * build-aux/bootstrap (update_po_files): Complete the change
3987         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
3988
3989 2008-07-27  Jim Meyering  <meyering@redhat.com>
3990
3991         * users.txt: Add zile.
3992
3993 2008-07-26  Ben Pfaff  <blp@gnu.org>
3994
3995         Add missing dependencies on new m4/exponent[fdl].m4 files.
3996         * modules/isnanf-nolibm: Add m4/exponentf.m4.
3997         * modules/isnand-nolibm: Add m4/exponentd.m4.
3998         * modules/isnanl-nolibm: Add m4/exponentl.m4.
3999         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
4000         m4/isnan[fdl].m4, because the macros actually used moved.
4001         Reported by Jim Meyering.
4002
4003 2008-07-14  Ben Pfaff  <blp@gnu.org>
4004
4005         Add isinf module.
4006         * lib/isinf.c: New file.
4007         * lib/math.in.h: Define isinf macro if we have decided to replace
4008         it.
4009         * m4/isinf.m4: New file.
4010         * m4/math_h.m4: Initialize and substitute variables for isinf
4011         module.
4012         * modules/isinf: New file.
4013         * modules/isinf-tests: New file.
4014         * modules/math: Add substitutions for new module.
4015         * tests/test-isinf.c: New file.
4016         * doc/posix-functions/isinf.texi: Mention new module.
4017         * MODULES.html.sh: Mention new module.
4018
4019 2008-07-14  Ben Pfaff  <blp@gnu.org>
4020
4021         Factor out some macros for use by additional modules.
4022         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
4023         exponentf.m4.
4024         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
4025         exponentd.m4.
4026         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
4027         file exponentl.m4.
4028         * m4/exponentf.m4: New file.
4029         * m4/exponentd.m4: New file.
4030         * m4/exponentl.m4: New file.
4031         * modules/isnanf: Use new file m4/exponentf.m4.
4032         * modules/isnand: Use new file m4/exponentd.m4.
4033         * modules/isnanl: Use new file m4/exponentl.m4.
4034
4035 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
4036
4037         mktime.c: normalize tp->tm_isdst value to -1/0/1.
4038         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
4039         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
4040         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
4041
4042         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
4043         readlink on platforms without PATH_MAX.
4044
4045 2008-07-21  Eric Blake  <ebb9@byu.net>
4046
4047         Warn, not fail, on stale version.
4048         * top/GNUmakefile (_curr-ver): Tone down previous patch.
4049
4050         Don't allow installation with stale devel version number.
4051         * top/GNUmakefile (_is-install-target): New macro.
4052         (_curr-ver): Forbid installation with stale version number.
4053
4054 2008-07-20  Bruno Haible  <bruno@clisp.org>
4055
4056         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
4057         TESTS_ENVIRONMENT.
4058         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
4059
4060 2008-07-20  Bruno Haible  <bruno@clisp.org>
4061
4062         * lib/c-stack.h (c_stack_action): Add documentation.
4063         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
4064
4065 2008-07-20  Bruno Haible  <bruno@clisp.org>
4066
4067         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
4068         * modules/readlink (License): Likewise.
4069
4070 2008-07-17  Eric Blake  <ebb9@byu.net>
4071
4072         * modules/c-stack (Link): Fix typo.
4073
4074         Make c-stack use libsigsegv, when available.
4075         * modules/c-stack (Depends-on): Add libsigsegv.
4076         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
4077         needed.
4078         * lib/c-stack.c (SIGSTKSZ): Define fallback.
4079         (segv_handler, overflow_handler, c_stack_action)
4080         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
4081         implementation when libsigsegv is available, but only when using
4082         the library is necessary.
4083         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
4084         comment, explaining why XSI check fails on Linux.
4085         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
4086         * tests/test-c-stack2.sh: Tweak skip message.
4087         * NEWS: Document new link-time requirements.
4088
4089 2008-07-16  Eric Blake  <ebb9@byu.net>
4090
4091         c-stack: Expose false positives when not using libsigsegv.
4092         * modules/c-stack-tests (Files): Expand test.
4093         * tests/test-c-stack.c (main): Add means to conditionally trigger
4094         non-overflow SIGSEGV.
4095         * tests/test-c-stack2.sh: New file.
4096
4097 2008-07-14  Bruno Haible  <bruno@clisp.org>
4098
4099         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
4100         Reported by Eric Blake.
4101
4102 2008-07-14  Sam Steingold  <sds@gnu.org>
4103             Bruno Haible  <bruno@clisp.org>
4104
4105         New module libsigsegv.
4106         * modules/libsigsegv: New file.
4107         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
4108         modifications.
4109         * MODULES.html.sh (Signal handling): New section.
4110
4111 2008-07-14  Bruno Haible  <bruno@clisp.org>
4112
4113         * modules/unictype/ctype-* (Description): Add the word "function".
4114         Improves the resulting doc in MODULES.html.
4115
4116 2008-07-12  Ben Pfaff  <blp@gnu.org>
4117
4118         Add longlong module.
4119         * modules/longlong: New file.
4120
4121 2008-07-12  Bruno Haible  <bruno@clisp.org>
4122
4123         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
4124         to empty.
4125
4126 2008-07-10  Ben Pfaff  <blp@gnu.org>
4127
4128         Add isnan module.
4129         * doc/posix-functions/isnan.texi: Mention new module.
4130         * lib/math.in.h: Define isnan macro if we have decided to replace
4131         it.
4132         * m4/isnan.m4: New file.
4133         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
4134         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
4135         also.
4136         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
4137         redundancy.
4138         * m4/math_h.m4: Initialize and substitute variables for isnan
4139         module.
4140         * modules/isnan: New file.
4141         * modules/isnan-tests: New file.
4142         * modules/math: Add substitutions for new module.
4143         * tests/test-isnan.c: New file.
4144         * MODULES.html.sh: Mention new module.
4145
4146 2008-07-10  Ben Pfaff  <blp@gnu.org>
4147
4148         Add isnanf module.
4149         * lib/isnanf.m4: New file.
4150         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
4151         (gl_HAVE_ISNANF_IN_LIBM): New macro.
4152         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
4153         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
4154         * modules/isnanf: New file.
4155         * modules/isnanf-tests: New file.
4156         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
4157         files.
4158         * tests/test-isnanf-nolibm.c: factored most of its contents into
4159         new file tests/test-isnanf.h.
4160         * tests/test-isnanf.h: New file.
4161         * tests/test-isnanf.c: New file.
4162         * MODULES.html.sh: Mention new module.
4163         * doc/glibc-functions/isnanf.texi: Mention new module.
4164
4165 2008-07-10  Ben Pfaff  <blp@gnu.org>
4166
4167         Add isnand module.
4168         * lib/isnand.h: New file.
4169         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
4170         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
4171         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
4172         functionality also.
4173         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
4174         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
4175         (gl_HAVE_ISNAND_IN_LIBM): New macro.
4176         * modules/isnand: New file.
4177         * modules/isnand-tests: New file.
4178         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
4179         files.
4180         * tests/test-isnand-nolibm.c: factored most of its contents into
4181         new file tests/test-isnand.h.
4182         * tests/test-isnand.h: New file.
4183         * tests/test-isnand.c: New file.
4184         * MODULES.html.sh: Mention new module.
4185
4186 2008-07-10  Ben Pfaff  <blp@gnu.org>
4187
4188         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
4189         * lib/isnand.h: Rename lib/isnand-nolibm.h.
4190         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
4191         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
4192         * modules/isnanf-nolibm: Update references to renamed files.
4193         * modules/isnand-nolibm: Likewise.
4194         * modules/isnanf-nolibm-tests: Likewise.
4195         * modules/isnand-nolibm-tests: Likewise.
4196         * lib/frexp.c: Likewise.
4197         * lib/isfinite.c: Likewise.
4198         * lib/signbitd.c: Likewise.
4199         * lib/signbitf.c: Likewise.
4200         * lib/vasnprintf.c: Likewise.
4201         * tests/test-ceilf1.c: Likewise.
4202         * tests/test-ceilf2.c: Likewise.
4203         * tests/test-floorf1.c: Likewise.
4204         * tests/test-floorf2.c: Likewise.
4205         * tests/test-frexp.c: Likewise.
4206         * tests/test-round1.c: Likewise.
4207         * tests/test-round2.c: Likewise.
4208         * tests/test-roundf1.c: Likewise.
4209         * tests/test-strtod.c: Likewise.
4210         * tests/test-trunc1.c: Likewise.
4211         * tests/test-trunc2.c: Likewise.
4212         * tests/test-truncf1.c: Likewise.
4213         * tests/test-truncf2.c: Likewise.
4214         * NEWS: Mention the renamed header files.
4215
4216 2008-07-11  Jim Meyering  <meyering@redhat.com>
4217
4218         vc-list-files: make the last-resort awk code more portable
4219         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
4220         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
4221         does not support it.
4222
4223 2008-07-10  Eric Blake  <ebb9@byu.net>
4224
4225         Work with tar's bootstrap.
4226         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
4227         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
4228         an m4 comment.
4229
4230 2008-07-09  Jim Meyering  <meyering@redhat.com>
4231
4232         posix-shell.m4: fix typo that made this test malfunction
4233         * m4/posix-shell.m4: Remove capitalization in variable name.
4234
4235 2008-07-08  Bruno Haible  <bruno@clisp.org>
4236
4237         * m4/onceonly.m4: Update comments.
4238         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4239
4240 2008-07-04  Jim Meyering  <meyering@redhat.com>
4241
4242         * users.txt: Add vc-dwim.
4243         (bison, coreutils): Use the gitweb URL.
4244
4245 2008-07-03  Jim Meyering  <meyering@redhat.com>
4246
4247         * users.txt: Add libffcall.  From Sam Steingold.
4248
4249 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
4250
4251         getdate.y: do not ignore TZ with relative day, month or year offset
4252         * lib/getdate.y (get_date): Move the tz-handling block to follow the
4253         relative-date-handling, since otherwise, the latter would clobber the
4254         sole output (an updated Start value) of the tz-handling block.
4255         * tests/test-getdate.c: Tests for the fix
4256
4257 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4258
4259         Recognize 'foo_LIBRARIES += libgnu.a'.
4260         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
4261         makefile snippet has already specified an installation location,
4262         also using '+='.
4263
4264 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
4265
4266         getdate.y: factor out common actions
4267         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
4268         Use them in place of open-coded actions.
4269
4270 2008-07-01  Simon Josefsson  <simon@josefsson.org>
4271
4272         Add self-test for getdate module.
4273         * modules/getdate-tests: New file.
4274         * tests/test-getdate.c: New file.
4275
4276 2008-06-29  Bruno Haible  <bruno@clisp.org>
4277
4278         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
4279         .gitignore.
4280         Reported by Sylvain Beucler <beuc@beuc.net>.
4281
4282 2008-06-29  Bruno Haible  <bruno@clisp.org>
4283
4284         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
4285         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
4286
4287 2008-06-29  Bruno Haible  <bruno@clisp.org>
4288
4289         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
4290         EXTRA_DIST.
4291         Reported by Sylvain Beucler <beuc@beuc.net>.
4292
4293 2008-06-26  Jim Meyering  <meyering@redhat.com>
4294
4295         make several modules depend on the "open" module
4296         This provides slightly increased consistency when opening-for-write
4297         the name of a non-directory spelled with a trailing slash.
4298         * modules/chdir-safer: Likewise.
4299         * modules/chown: Likewise.
4300         * modules/clean-temp: Likewise.
4301         * modules/copy-file: Likewise.
4302         * modules/fchdir: Likewise.
4303         * modules/fcntl-safer: Likewise.
4304         * modules/pipe: Likewise.
4305         * modules/utime: Likewise.
4306         Prompted by Eric Blake and Bruno Haible.
4307
4308 2008-06-24  Andreas Schwab  <schwab@suse.de>
4309
4310         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
4311         literals can be used as initializers for global variables.
4312
4313 2008-06-23  Eric Blake  <ebb9@byu.net>
4314
4315         Make gnulib-cache.m4 easier to diff.
4316         * gnulib-tool (func_import): Allow newlines when reading cached
4317         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
4318
4319 2008-06-23  Bruno Haible  <bruno@clisp.org>
4320
4321         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
4322         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
4323         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
4324         m4/signalblocking.m4.
4325         (gl_PREREQ_SIGACTION): Don't invoke it.
4326         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
4327         gl_PREREQ_SIG_HANDLER_H.
4328         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4329         Don't check for sigaction here.
4330
4331 2008-06-23  Bruno Haible  <bruno@clisp.org>
4332
4333         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
4334         (install_handlers): Don't set the SA_RESETHAND flag.
4335
4336 2008-06-23  Bruno Haible  <bruno@clisp.org>
4337
4338         * m4/sigaction.m4: Comment fixes.
4339         * lib/signal.in.h: Likewise.
4340
4341 2008-06-23  Eric Blake  <ebb9@byu.net>
4342
4343         Fix typo.
4344         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
4345
4346         Avoid SA_ namespace.
4347         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
4348         Reported by Ralf Wildenhues.
4349
4350         Avoid test failure due to SA_RESTORER.
4351         * tests/test-sigaction.c (SA_MASK): New macro.
4352         (main): Avoid failing due to extension flags being set.
4353         Reported by Jim Meyering.
4354
4355         Revert use of sig-handler.h in sigprocmask.c.
4356         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
4357         it requires the existence of struct sigaction.
4358         * lib/sigprocmask.c (handler_t): Restore typedef.
4359         (rpl_signal, old_handlers): Use local type.
4360
4361 2008-06-22  Bruno Haible  <bruno@clisp.org>
4362
4363         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
4364         conditionally.
4365         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4366
4367 2008-06-22  Bruno Haible  <bruno@clisp.org>
4368
4369         * doc/posix-functions/siginterrupt.texi: Move note.
4370
4371         * lib/signal.in.h (SA_RESTART): New macro.
4372         * lib/sigaction.c: Update comment.
4373
4374         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
4375
4376         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
4377         (gl_PREREQ_SIGPROCMASK): Invoke it.
4378         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
4379
4380         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
4381
4382         * lib/sigprocmask.c: Update a comment.
4383
4384 2008-06-21  Eric Blake  <ebb9@byu.net>
4385
4386         Use sigaction module rather than signal().
4387         * modules/c-stack (Depends-on): Add sigaction.
4388         * modules/fatal-signal (Depends-on): Likewise.
4389         * modules/nanosleep (Depends-on): Likewise.
4390         * modules/sigprocmask (Files): Add sig-handler.h.
4391         * modules/sigaction (Files): Likewise.
4392         * lib/sig-handler.h (get_handler): New file, suggested by Paul
4393         Eggert.
4394         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
4395         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
4396         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
4397         (init_fatal_signals): Likewise.
4398         * lib/nanosleep.c (rpl_nanosleep): Likewise.
4399         (siginterrupt): Delete fallback.
4400         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
4401         instead.
4402         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
4403         siginterrupt.
4404
4405         New module sigaction, for mingw.
4406         * modules/sigaction: New module...
4407         * modules/sigaction-tests: ...and its test.
4408         * m4/sigaction.m4: New file.
4409         * lib/sigaction.c: Likewise.
4410         * tests/test-sigaction.c: Likewise.
4411         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
4412         * modules/signal (Makefile.am): Likewise.
4413         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
4414         needed.
4415         * doc/posix-headers/signal.texi (signal.h): Mention provided
4416         types.
4417         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
4418         that sigaction is preferable.
4419         * doc/posix-functions/sigaction.texi (sigaction): Mention new
4420         module.
4421         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4422         sigaction.
4423
4424         Improve robustness of sigprocmask by overriding signal.
4425         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
4426         is in use.
4427         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
4428         (SIGKILL, SIGSTOP): Provide fallbacks.
4429         (rpl_signal): Implement.
4430         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
4431         signal can be called inside handlers.
4432
4433         Fix nanosleep module on mingw.
4434         * modules/nanosleep (Depends-on): Add sys_select.
4435         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
4436
4437         Fix licensing of sigprocmask.
4438         * modules/raise (License): Relicense as LGPL.
4439
4440 2008-06-21  Bruno Haible  <bruno@clisp.org>
4441
4442         * lib/propername.c (proper_name_utf8): Don't use the transliterated
4443         result if it contains question marks.
4444         Reported by Michael Geng <linux@michaelgeng.de>.
4445
4446 2008-06-19  Bruno Haible  <bruno@clisp.org>
4447
4448         Fix CVS-ism.
4449         * doc/gnulib.texi: Include updated-stamp.texi.
4450         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
4451         (updated-stamp.texi): New rule.
4452         (gnulib.info): Depend on it.
4453         * doc/.gitignore: Add updated-stamp.texi.
4454         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
4455
4456 2008-06-19  Bruno Haible  <bruno@clisp.org>
4457
4458         * doc/Makefile (gnulib.info): Update and simplify dependencies.
4459         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
4460
4461 2008-06-19  Eric Blake  <ebb9@byu.net>
4462
4463         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
4464         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
4465         Reported by Stepan Kasal.
4466
4467 2008-06-18  Bruno Haible  <bruno@clisp.org>
4468
4469         * lib/fatal-signal.c (init_fatal_signals): Add comment.
4470         Reported by Eric Blake.
4471
4472 2008-06-18  Eric Blake  <ebb9@byu.net>
4473
4474         Work around cygwin 1.5.25 strsignal bug.
4475         * tests/test-strsignal.c: Allow for const char *.
4476         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
4477
4478 2008-06-18  Simon Josefsson  <simon@josefsson.org>
4479
4480         * users.txt: Update URL to article and add author/date
4481         information.
4482
4483 2008-06-17  Bruno Haible  <bruno@clisp.org>
4484
4485         New macro gl_DISABLE_THREADS.
4486         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
4487         if the user did not pass --enable-threads or --disable-threads option.
4488         (gl_DISABLE_THREADS): New macro.
4489         Reported by Eric Blake <ebb9@byu.net>.
4490
4491 2008-06-17  Bruno Haible  <bruno@clisp.org>
4492
4493         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
4494         when the macro ignores it.
4495         Based on a patch by Eric Blake <ebb9@byu.net>.
4496
4497 2008-06-17  Bruno Haible  <bruno@clisp.org>
4498
4499         * modules/tls (License): Change to LGPLv2+.
4500         Reported by Eric Blake.
4501
4502 2008-06-17  Eric Blake  <ebb9@byu.net>
4503
4504         Simplify c-stack prerequisites.
4505         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
4506         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
4507         no longer requires <ucontext.h> to exist.  Optimize setrlimit
4508         check.
4509         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
4510         <sys/resource.h>.
4511
4512         Move c-stack test into testsuite.
4513         * modules/c-stack-tests: New file.
4514         * lib/c-stack.c [DEBUG]: Move test program...
4515         * tests/test-c-stack.c: ...into this new file.  Skip rather than
4516         fail test if sigaltstack is lacking.
4517         * tests/test-c-stack.sh: New driver file.
4518
4519 2008-06-16  Eric Blake  <ebb9@byu.net>
4520
4521         Use raise module consistently.
4522         * modules/fatal-signal (Depends-on): Add raise.
4523         * modules/sigprocmask (Depends-on): Likewise.
4524         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
4525         * lib/sigprocmask.c (sigprocmask): Likewise.
4526         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4527         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
4528
4529         Fix compliance bug in sigpending.
4530         * lib/sigprocmask.c (sigpending): Return pending array via
4531         parameter, not return value.
4532
4533 2008-06-14  Eric Blake  <ebb9@byu.net>
4534
4535         Improve obstack-printf test code.
4536         * tests/test-obstack-printf.c (test_function): Fix comment, and
4537         simplify usage of obstack_* in macros.  Add a test for coverage.
4538         Reported by Bruno Haible.
4539
4540 2008-06-14  Bruno Haible  <bruno@clisp.org>
4541
4542         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
4543         array size as a constant, not as a const variable.
4544         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
4545         AC_USE_SYSTEM_EXTENSIONS.
4546         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
4547         Test whether the obstack_printf function actually exists.
4548         * modules/obstack-printf (Depends-on): Add extensions.
4549         (Include): Remove obstack.h.
4550         * modules/obstack-printf-posix (Depends-on): Add extensions.
4551         (Include): Remove obstack.h.
4552
4553 2008-06-13  Eric Blake  <ebb9@byu.net>
4554
4555         Add obstack-printf and obstack-printf-posix modules.
4556         * modules/obstack-printf: New file.
4557         * modules/obstack-printf-posix: Likewise.
4558         * MODULES.html.sh (Misc): Mention them.
4559         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
4560         Likewise.
4561         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
4562         Likewise.
4563         * modules/stdio (Makefile.am): Accomodate new modules.
4564         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
4565         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
4566         Declare.
4567         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
4568         functions.
4569         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
4570         (gl_REPLACE_OBSTACK_PRINTF): New macros
4571         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
4572         * tests/test-obstack-printf.c: New file.
4573         * modules/obstack-printf-tests: Likewise.
4574         * modules/obstack-printf-posix-tests: Likewise.
4575
4576 2008-06-11  Bruno Haible  <bruno@clisp.org>
4577
4578         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
4579         * lib/open.c: Include errno.h.
4580         (open): Fail when attempting to write to a file that has a trailing
4581         slash.
4582         * tests/test-open.c (main): Test against trailing slash bug.
4583         * doc/posix-functions/open.texi: Mention the trailing slash bug.
4584
4585 2008-06-10  Bruno Haible  <bruno@clisp.org>
4586
4587         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
4588         for $? to work inside the trap command, with various /bin/sh-s.
4589         * tests/test-vc-list-files-cvs.sh: Likewise.
4590
4591 2008-06-10  Bruno Haible  <bruno@clisp.org>
4592
4593         * lib/acl-internal.h: Don't include gettext.h here.
4594         * lib/set-mode-acl.c: Include gettext.h here.
4595         * lib/copy-acl.c: Likewise.
4596
4597 2008-06-10  Bruno Haible  <bruno@clisp.org>
4598
4599         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
4600         * lib/wait-process.c (wait_subprocess): Likewise.
4601         * lib/execute.h (execute): Add termsigp argument.
4602         * lib/execute.c (execute): Likewise.
4603         * lib/csharpcomp.c (compile_csharp_using_pnet,
4604         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
4605         * lib/csharpexec.c (execute_csharp_using_pnet,
4606         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
4607         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
4608         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
4609         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
4610         is_jikes_present): Update.
4611         * lib/javaexec.c (execute_java_class): Update.
4612         * lib/javaversion.c (execute_and_read_line): Update.
4613         * NEWS: Document the changes.
4614         Reported by Eric Blake.
4615
4616 2008-06-10  Eric Blake  <ebb9@byu.net>
4617
4618         Add missing include.
4619         * tests/test-strstr.c (includes): Add <signal.h>.
4620         * tests/test-strcasestr.c (includes): Likewise.
4621         * tests/test-memmem.c (includes): Likewise.
4622
4623 2008-06-10  Bruno Haible  <bruno@clisp.org>
4624
4625         * lib/wait-process.c (wait_subprocess): Add an assertion.
4626
4627 2008-06-10  Bruno Haible  <bruno@clisp.org>
4628
4629         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
4630
4631 2008-06-10  Bruno Haible  <bruno@clisp.org>
4632
4633         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
4634         using alarm().
4635         * tests/test-strcasestr.c (main): Likewise.
4636         * tests/test-strstr.c (main): Likewise.
4637
4638 2008-06-09  Bruno Haible  <bruno@clisp.org>
4639
4640         Work around the Solaris 10 ACE ACLs ABI change.
4641         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
4642         declare if ACL_NO_TRIVIAL is present.
4643         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
4644         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
4645         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
4646         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
4647         define if ACL_NO_TRIVIAL is present.
4648         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
4649         and use the current ABI.
4650         (file_has_acl): Use same #if condition as elsewhere.
4651         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
4652         in use, and use the current ABI.
4653         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
4654         Reported by Jim Meyering.
4655
4656 2008-06-09  Eric Blake  <ebb9@byu.net>
4657
4658         Work around environments that (stupidly) ignore SIGALRM.
4659         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
4660         before using alarm().
4661         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4662         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
4663         Reported by Ian Beckwith <ianb@erislabs.net>.
4664
4665         Produce autobuild blurb earlier in log.
4666         * modules/autobuild (configure.ac-early): Move AB_INIT here.
4667
4668 2008-06-09  Jim Meyering  <meyering@redhat.com>
4669         and OndÅ™ej Vašík  <ovasik@redhat.com>
4670
4671         utimens.c: correct kernel bug work-around
4672         OndÅ™ej Vašík found that the invalid return value of 280 indicates
4673         failure, not success, and the kernel bug we're trying to work
4674         around affects not just the utimensat call, but also the fallback
4675         futimens call.
4676         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
4677         not success.
4678         [HAVE_FUTIMENS]: Use the same work-around, here.
4679
4680 2008-06-09  Jim Meyering  <meyering@redhat.com>
4681
4682         add more guards around definition of ACE_-related code
4683         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
4684         ALLOW and ACE_OWNER are also defined.
4685
4686 2008-06-08  Bruno Haible  <bruno@clisp.org>
4687
4688         * lib/acl-internal.h: Add me as co-author.
4689         * lib/file-has-acl.c: Likewise.
4690         * lib/set-mode-acl.c: Likewise.
4691         * lib/copy-acl.c: Likewise.
4692
4693 2008-06-08  Bruno Haible  <bruno@clisp.org>
4694
4695         Add support for AIX ACLs.
4696         * lib/acl-internal.h (acl_nontrivial): New declaration.
4697         * lib/file-has-acl.c (acl_nontrivial): New function.
4698         (file_has_acl): Add implementation using AIX 4 ACL API.
4699         * lib/set-mode-acl.c (qset_acl): Likewise.
4700         * lib/copy-acl.c (qcopy_acl): Likewise.
4701
4702 2008-06-08  Bruno Haible  <bruno@clisp.org>
4703
4704         Add support for HP-UX ACLs.
4705         * lib/acl-internal.h (acl_nontrivial): New declaration.
4706         * lib/file-has-acl.c (acl_nontrivial): New function.
4707         (file_has_acl): Add implementation using HP-UX 11 ACL API.
4708         * lib/set-mode-acl.c (qset_acl): Likewise.
4709         * lib/copy-acl.c (qcopy_acl): Likewise.
4710
4711 2008-06-08  Bruno Haible  <bruno@clisp.org>
4712
4713         Add support for Cygwin ACLs.
4714         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
4715         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
4716         the chmod_or_fchmod call.
4717         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
4718
4719 2008-06-08  Bruno Haible  <bruno@clisp.org>
4720
4721         Fix bug with setuid modes in Solaris 10+ code.
4722         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
4723         succeeded, when the mode contains some special bits.
4724
4725 2008-06-08  Bruno Haible  <bruno@clisp.org>
4726
4727         Add support for Solaris 7..10 ACLs.
4728         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
4729         declarations.
4730         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
4731         functions.
4732         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
4733         * lib/set-mode-acl.c (qset_acl): Likewise.
4734         * lib/copy-acl.c (qcopy_acl): Likewise.
4735
4736 2008-06-08  Bruno Haible  <bruno@clisp.org>
4737
4738         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
4739         declaration.
4740         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
4741         (acl_access_nontrivial): Remove MacOS X case.
4742         (file_has_acl): Use acl_extended_nontrivial.
4743         * lib/copy-acl.c (qcopy_acl): Likewise.
4744
4745 2008-06-08  Bruno Haible  <bruno@clisp.org>
4746
4747         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
4748
4749 2008-06-08  Jim Meyering  <meyering@redhat.com>
4750
4751         * modules/acl (Maintainer): Add Bruno Haible.
4752
4753 2008-06-07  Bruno Haible  <bruno@clisp.org>
4754
4755         Improve support for Tru64 ACLs.
4756         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
4757         ACL on OSF/1.
4758
4759 2008-06-07  Bruno Haible  <bruno@clisp.org>
4760
4761         Add support for MacOS X ACLs.
4762         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
4763         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
4764         * lib/set-mode-acl.c (qset_acl): Likewise.
4765         * lib/copy-acl.c (qcopy_acl): Likewise.
4766
4767 2008-06-07  Bruno Haible  <bruno@clisp.org>
4768
4769         Fix memory leak introduced on 2008-05-22.
4770         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
4771         use.
4772
4773 2008-06-07  Bruno Haible  <bruno@clisp.org>
4774
4775         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
4776         to construct an empty ACL.
4777
4778 2008-06-07  Bruno Haible  <bruno@clisp.org>
4779
4780         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
4781         precisely.
4782         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
4783
4784 2008-06-07  Bruno Haible  <bruno@clisp.org>
4785
4786         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
4787         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
4788
4789 2008-06-07  Bruno Haible  <bruno@clisp.org>
4790
4791         * doc/posix-functions/_setjmp.texi: Explain the use of this function
4792         regardless of POSIX.
4793         * doc/posix-functions/_longjmp.texi: Likewise.
4794         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
4795         SystemV platform in this case.
4796
4797 2008-06-06  Eric Blake  <ebb9@byu.net>
4798
4799         Document abort() bugs.
4800         * doc/posix-functions/abort.texi (abort): Mention anomalies.
4801
4802         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
4803         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
4804         sigsetjmp.
4805         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
4806         siglongjmp, but only as a macro.
4807         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
4808         is obsolete.
4809         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
4810
4811         Tweak documentation to cover cygwin argz bugs.
4812         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
4813         argz bug fix; no code change needed since no cygwin releases
4814         occurred between the last fix and the bug being tested.
4815         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
4816         module and recently fixed cygwin bugs.
4817         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
4818         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
4819         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
4820         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
4821         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
4822         Likewise.
4823         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
4824         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
4825         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
4826         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
4827         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
4828         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
4829         Likewise.
4830
4831         Avoid gcc warning on cygwin.
4832         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
4833         !ACL_NO_TRIVIAL]: Avoid unused variable.
4834
4835 2008-06-05  Eric Blake  <ebb9@byu.net>
4836
4837         Be tolerant of UNKNOWN version in gnulib-tool test dir.
4838         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
4839         git-version-gen fails to come up with a version.
4840         Reported by Simon Josefsson.
4841
4842 2008-06-05  Jim Meyering  <meyering@redhat.com>
4843             Paul Eggert  <eggert@cs.ucla.edu>
4844
4845         utimens.c: work around a probable Linux kernel bug
4846         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
4847         appears to be a kernel bug that causes utimensat to return 280
4848         instead of 0, indicating success.
4849
4850 2008-06-04  Bruno Haible  <bruno@clisp.org>
4851
4852         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
4853         2008-06-01 commit.
4854
4855 2008-06-04  Bruno Haible  <bruno@clisp.org>
4856
4857         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
4858         * lib/file-has-acl.c (acl_access_nontrivial): New function.
4859         (file_has_acl): Use it. Save errno afterwards.
4860         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
4861
4862 2008-06-03  Bruno Haible  <bruno@clisp.org>
4863
4864         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
4865         draft code. Simplify #ifs.
4866         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
4867         Put Solaris code after POSIX-draft code. Fix comments regarding
4868         Solaris 10, HP-UX. Mention Cygwin.
4869         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
4870
4871 2008-06-03  Eric Blake  <ebb9@byu.net>
4872
4873         Provide fallback for older kernels.
4874         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
4875         Provide runtime fallback if kernel lacks support.
4876         Reported by Mike Frysinger.
4877
4878 2008-06-02  Bruno Haible  <bruno@clisp.org>
4879
4880         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
4881         it exists.
4882
4883 2008-06-02  Bruno Haible  <bruno@clisp.org>
4884
4885         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
4886         * lib/copy-acl.c (qcopy_acl): Update comment.
4887
4888 2008-06-02  Bruno Haible  <bruno@clisp.org>
4889
4890         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
4891         like ACL APIs.
4892
4893 2008-06-02  Bruno Haible  <bruno@clisp.org>
4894
4895         * tests/test-file-has-acl.sh: Use different code for Cygwin.
4896         * tests/test-set-mode-acl.sh: Likewise.
4897         * tests/test-copy-acl.sh: Likewise.
4898         * tests/test-copy-file.sh: Likewise.
4899
4900 2008-06-02  Bruno Haible  <bruno@clisp.org>
4901
4902         * tests/test-file-has-acl.sh: Remove unused code.
4903
4904 2008-06-01  Bruno Haible  <bruno@clisp.org>
4905
4906         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
4907         (copy_acl): Just a wrapper around qcopy_acl that emits the error
4908         messages.
4909         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
4910
4911 2008-06-01  Bruno Haible  <bruno@clisp.org>
4912
4913         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
4914         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
4915         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
4916         APIs.
4917         * modules/acl-tests (configure.ac): Remove tests now contained in
4918         m4/acl.m4.
4919
4920 2008-06-02  Jim Meyering  <meyering@redhat.com>
4921
4922         announce-gen: use a better key-server host name
4923         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
4924         it may be more consistently reliable.  Suggested by Werner Koch
4925         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
4926
4927 2008-06-01  Bruno Haible  <bruno@clisp.org>
4928
4929         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
4930         Reported by Voroskoi Andras <voroskoi@gmail.com>.
4931
4932 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
4933
4934         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
4935
4936 2008-06-01  Bruno Haible  <bruno@clisp.org>
4937
4938         New ACL tests.
4939         * tests/test-file-has-acl.sh: New file.
4940         * tests/test-file-has-acl.c: New file.
4941         * tests/test-set-mode-acl.sh: New file.
4942         * tests/test-set-mode-acl.c: New file.
4943         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
4944         * tests/test-copy-acl.c: New file.
4945         * modules/acl-tests: New file, based on modules/copy-file-tests.
4946         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
4947         (Depends-on): Add acl-tests.
4948         (configure.ac): Remove checks.
4949         (Makefile.am): Don't create test-sameacls program here any more.
4950
4951 2008-06-01  Bruno Haible  <bruno@clisp.org>
4952
4953         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
4954         * tests/test-sameacls.c: Include progname.h.
4955         (main): Invoke set_program_name. Portability fixes for MacOS X,
4956         Solaris, HP-UX.
4957
4958 2008-06-01  Bruno Haible  <bruno@clisp.org>
4959
4960         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
4961         function.
4962         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
4963
4964 2008-06-01  Bruno Haible  <bruno@clisp.org>
4965
4966         * modules/rpmatch (Depends-on): Add strdup.
4967
4968 2008-06-01  Bruno Haible  <bruno@clisp.org>
4969
4970         * lib/pipe.c: Include unistd-safer.h.
4971         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
4972         * modules/pipe (Depends-on): Add unistd-safer.
4973
4974 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4975
4976         * modules/autobuild (configure.ac): Call AB_INIT.
4977
4978 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4979
4980         * tests/test-getaddrinfo.c: Don't print debug messages by default.
4981         Suggested by Bruno Haible <bruno@clisp.org>.
4982
4983 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4984
4985         * tests/test-base64.c: Cast size_t to unsigned long when invoking
4986         printf.  Use %lu instead of %d.  Reported by Bruno Haible
4987         <bruno@clisp.org>.
4988
4989 2008-05-29  Eric Blake  <ebb9@byu.net>
4990
4991         Prefer new POSIX 200x interfaces over futimesat.
4992         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
4993         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
4994         when available.
4995         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
4996
4997 2008-05-28  Bruno Haible  <bruno@clisp.org>
4998
4999         * modules/stpcpy (License): Change to LGPLv2+.
5000         Requested by David Lutterkort <dlutter@redhat.com>.
5001
5002 2008-05-27  Bruno Haible  <bruno@clisp.org>
5003
5004         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
5005         current mingw.
5006         Reported by Jose E. Marchesi <jemarch@gnu.org>.
5007
5008 2008-05-27  Bruno Haible  <bruno@clisp.org>
5009
5010         * modules/iconv_open (Link): New section, from module 'iconv'.
5011         * modules/striconv (Link): Likewise.
5012         * modules/striconveh (Link): Likewise.
5013         * modules/xstriconv (Link): Likewise.
5014         * modules/unicodeio (Link): Likewise.
5015         * modules/propername (Link): Likewise.
5016         Reported by Jim Meyering.
5017
5018 2008-05-26  Jim Meyering  <meyering@redhat.com>
5019
5020         sha256: do not artificially restrict buffer length to be < 2^32
5021         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
5022         uint32_t to size_t.
5023         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
5024         to match.
5025
5026         avoid unaligned access errors, e.g., on sparc
5027         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
5028         direct access through a possibly-unaligned uint64* pointer.
5029         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
5030         direct access through a possibly-unaligned uint32* pointer.
5031         Prompted by this patch from Tom "spot" Callaway:
5032         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
5033
5034         sha512.c: fix typo in comment
5035         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
5036
5037 2008-05-25  Bruno Haible  <bruno@clisp.org>
5038
5039         * lib/set-mode-acl.c: Renamed from lib/acl.c.
5040         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
5041         (Makefile.am): Update lib_SOURCES.
5042
5043 2008-05-25  Bruno Haible  <bruno@clisp.org>
5044
5045         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
5046
5047 2008-05-25  Jim Meyering  <meyering@redhat.com>
5048
5049         useless-if-before-free: freed expr may have white-space differences
5050         * build-aux/useless-if-before-free: Recognize cases in which the
5051         freed expression differs from the tested one in embedded white
5052         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
5053         $1 was used, so we can't make any regexp shy.  Improved tests now
5054         detect this.
5055
5056         useless-if-before-free: accept white space in the expression.
5057         * build-aux/useless-if-before-free: For now, any white space
5058         in the expression must be identical in the free argument.
5059
5060         useless-if-before-free: efficiency tweak
5061         * build-aux/useless-if-before-free: Make the expression-matching
5062         regexp "shy".
5063         Make the *outer* regexp shy, not the expr-matching one.
5064
5065         update code-in-comment to accept cast of free arg
5066         * build-aux/useless-if-before-free: Update regexp.
5067
5068 2008-05-25  Bruno Haible  <bruno@clisp.org>
5069
5070         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
5071         * modules/copy-file-tests (Files, Makefile.am): Update.
5072         * tests/test-copy-file.c (func_test_copy): Update.
5073
5074 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
5075
5076         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
5077
5078 2008-05-23  Bruno Haible  <bruno@clisp.org>
5079
5080         Improve support for ACLs on OSF/1.
5081         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
5082         Remove fallback for unknown flavors of ACLs.
5083
5084 2008-05-22  Bruno Haible  <bruno@clisp.org>
5085
5086         Add support for ACLs on OSF/1.
5087         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
5088         replacements.
5089         (acl_free_text): New macro fallback.
5090         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
5091         acl_free.
5092         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
5093         acl_free_text function. Require AC_C_INLINE.
5094
5095 2008-05-22  Bruno Haible  <bruno@clisp.org>
5096
5097         Make copy_acl work on MacOS X 10.5.
5098         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
5099         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
5100         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
5101         If MODE_INSIDE_ACL, don't assume that every system has the same text
5102         representation for ACLs as FreeBSD.
5103         * lib/copy-acl.c (copy_acl): Add support for platforms with
5104         !MODE_INSIDE_ACL.
5105         * lib/file-has-acl.c (file_has_acl): Likewise.
5106         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
5107         FreeBSD, MacOS X, or IRIX, respectively.
5108
5109 2008-05-22  Bruno Haible  <bruno@clisp.org>
5110
5111         * lib/acl.h: Don't include <sys/acl.h>.
5112         (GETACLCNT): Move fallback to lib/acl-internal.h.
5113         * lib/acl-internal.h: Include <sys/acl.h> here.
5114         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
5115
5116 2008-05-22  Bruno Haible  <bruno@clisp.org>
5117
5118         Split off copy_acl function to separate file.
5119         * lib/copy-acl.c: New file, extracted from lib/acl.c.
5120         * lib/acl.c (copy_acl): Moved function to separate file.
5121         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
5122         * modules/acl (Files): Add lib/copy-acl.c.
5123         (Makefiles.am): Augment lib_SOURCES.
5124
5125 2008-05-22  Bruno Haible  <bruno@clisp.org>
5126
5127         * modules/copy-file-tests: New file.
5128         * tests/test-copy-file.sh: New file.
5129         * tests/test-copy-file.c: New file.
5130         * tests/test-copy-file-sameacls.c: New file.
5131
5132 2008-05-22  Eric Blake  <ebb9@byu.net>
5133
5134         Avoid gcc warning.
5135         * tests/test-memcmp.c (main): Pass NULL indirectly.
5136
5137 2008-05-21  Bruno Haible  <bruno@clisp.org>
5138
5139         Add reference doc about ACLs.
5140         * doc/acl-resources.txt: New file.
5141         * doc/acl-cygwin.txt: New file.
5142
5143 2008-05-21  Bruno Haible  <bruno@clisp.org>
5144
5145         Avoid one more warning from gcc.
5146         * lib/vasnprintf.c (IF_LINT): Update comments.
5147         (VASNPRINTF): Use it also for the 'prefix' array initializer.
5148
5149 2008-05-21  Jim Meyering  <meyering@redhat.com>
5150
5151         avoid a warning from gcc
5152         * lib/vasnprintf.c (IF_LINT): Define.
5153         (scale10_round_decimal_long_double):
5154         Use it to avoid a "may be used uninitialized" warning.
5155         (scale10_round_decimal_double): Likewise.
5156
5157 2008-05-21  Simon Josefsson  <simon@josefsson.org>
5158
5159         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
5160         declared.
5161
5162 2008-05-20  Bruno Haible  <bruno@clisp.org>
5163
5164         * tests/test-memcmp.c (main): Test also the sign of the result. Test
5165         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
5166
5167 2008-05-20  Simon Josefsson  <simon@josefsson.org>
5168
5169         * modules/memcmp-tests: New file.
5170         * tests/test-memcmp.c: New file.
5171
5172 2008-05-19  Bruno Haible  <bruno@clisp.org>
5173
5174         * modules/propername (Notice, configure.ac): Put quoted "..." into
5175         --keyword option.
5176         * lib/propername.h: Update comments accordingly.
5177         Reported by Eric Blake.
5178
5179 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
5180
5181         * modules/getpass-gnu (Depends-on): Add fseeko.
5182
5183 2008-05-19  Simon Josefsson  <simon@josefsson.org>
5184
5185         * modules/base64-tests: New file.
5186
5187 2008-05-19  Bo Borgerson <gigabo@gmail.com>
5188
5189         * lib/base64.c (base64_decode_ctx): If a decode context structure
5190         was passed in use it to ignore newlines.  If a context structure
5191         was _not_ passed in, continue to treat newlines as garbage (this
5192         is the historical behavior).  Formerly base64_decode.
5193         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
5194         takes a decode context structure.
5195         * lib/base64.h (base64_decode): Macro for four-argument calls.
5196         (base64_decode_alloc): Likewise.
5197         * lib/base64.c (base64_decode_ctx): If a decode context structure
5198         was passed in use it to ignore newlines.  If a context structure
5199         was _not_ passed in, continue to treat newlines as garbage (this
5200         is the historical behavior).  Formerly base64_decode.
5201         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
5202         takes a decode context structure.
5203         * lib/base64.h (base64_decode): Macro for four-argument calls.
5204         (base64_decode_alloc): Likewise.
5205
5206 2008-05-19  Jim Meyering  <meyering@redhat.com>
5207
5208         avoid a warning from gcc
5209         * lib/trim.c (IF_LINT): Define.
5210         (trim2): Use it to avoid a "may be used uninitialized" warning.
5211
5212         Fix doc typo.
5213         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
5214
5215 2008-05-19  Bruno Haible  <bruno@clisp.org>
5216
5217         * doc/glibc-functions/getpass.texi: Document limits of other
5218         implementations.
5219
5220 2008-05-19  Simon Josefsson  <simon@josefsson.org>
5221             Bruno Haible <bruno@clisp.org>
5222
5223         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
5224
5225 2008-05-18  Bruno Haible  <bruno@clisp.org>
5226
5227         * modules/propername: New file, from GNU gettext.
5228         * lib/propername.h: New file, from GNU gettext.
5229         * lib/propername.c: New file, from GNU gettext.
5230         * MODULES.html.sh (Internationalization functions): Add propername.
5231
5232 2008-05-16  Jim Meyering  <meyering@redhat.com>
5233             Bruno Haible  <bruno@clisp.org>
5234
5235         Avoid some warnings from "gcc -Wshadow".
5236         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
5237
5238 2008-05-15  Eric Blake  <ebb9@byu.net>
5239
5240         Extend previous patch to cygwin 1.7.0.
5241         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
5242         fast implementation in cygwin >= 1.7.0.
5243         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5244         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5245
5246 2008-05-15  Bruno Haible  <bruno@clisp.org>
5247
5248         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
5249         implementation in glibc >= 2.9.
5250         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5251         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5252
5253 2008-05-15  Bruno Haible  <bruno@clisp.org>
5254
5255         * MODULES.html.sh (Internationalization functions): Remove linebreak.
5256         (Unicode string functions): Add unilbrk/*.
5257         Reported by Karl Berry.
5258
5259 2008-05-15  Eric Blake  <ebb9@byu.net>
5260
5261         Fix violation of <stdbool.h> replacement in regex.
5262         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
5263         * lib/regexec.c (re_search_internal): Likewise.
5264         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
5265
5266 2008-05-15  Jim Meyering  <meyering@redhat.com>
5267
5268         avoid distracting test output when git or cvs is not found
5269         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
5270         * tests/test-vc-list-files-git.sh: Likewise.
5271
5272 2008-05-15  Eric Blake  <ebb9@byu.net>
5273
5274         Glibc finally accepted the memmem speedup code, bugzilla #5514.
5275         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
5276         glibc version.
5277         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
5278         * doc/posix-functions/strstr.texi (strstr): Likewise.
5279         * lib/str-two-way.h (MAX): Sychronize with glibc.
5280
5281 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
5282
5283         * lib/regcomp.c (optimize_utf8): Add a note on why we test
5284         opr.ctx_type.
5285         (calc_first): Initialize constraint field.
5286         (duplicate_node_closure): Use it instead of special casing ANCHORS.
5287         Fix grammar.
5288         (duplicate_node): Merge constraint field for all node types.
5289         (calc_eclosure_iter): Look at constraint field for all node types.
5290         * lib/regex_internal.c (create_cd_newstate): Don't look at
5291         opr.ctx_type.
5292
5293 2008-05-14  Bruno Haible  <bruno@clisp.org>
5294
5295         Help GCC to do better code generation.
5296         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
5297         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
5298         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
5299         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
5300         Declare with attribute 'malloc' if supported.
5301
5302 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
5303
5304         use "echo STR|wc -c" rather than unportable "expr length STR"
5305         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
5306         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
5307
5308 2008-05-14  Jim Meyering  <meyering@redhat.com>
5309
5310         use dd ibs=$n count=1 ... rather than less-portable head -c$n
5311         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
5312         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
5313         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
5314         via Collin Lasse.
5315
5316 2008-05-14  Eric Blake  <ebb9@byu.net>
5317
5318         Avoid quadratic growth in gl_LIBSOURCES.
5319         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
5320         Suggested by Bruno Haible.
5321
5322         Test xmemdup0.
5323         * modules/xmemdup0-tests: New file.
5324         * tests/test-xmemdup0.c: Likewise.
5325
5326 2008-05-13  Eric Blake  <ebb9@byu.net>
5327
5328         Split xmemdup0 into its own module.
5329         * modules/xmemdup0: New file.
5330         * lib/xmemdup0.h: Likewise.
5331         * lib/xmemdup0.c: Likewise.
5332         * MODULES.html.sh (Memory management functions): Add xmemdup0.
5333         * lib/xalloc.h (xmemdup0): Remove.
5334         * lib/xmalloc.c (xmemdup0): Likewise.
5335
5336 2008-05-13  Eric Blake  <ebb9@byu.net>
5337             Bruno Haible  <bruno@clisp.org>
5338
5339         Reduce number of forks required during autoconf.
5340         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
5341         and gl_LIBSOURCES_DIR.
5342         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
5343         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
5344         m4_syscmd per file.
5345         <m4_foreach_w>: Move...
5346         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
5347
5348 2008-05-13  Eric Blake  <ebb9@byu.net>
5349
5350         * gnulib-tool: Fix various comment typos.
5351
5352 2008-05-12  Bruno Haible  <bruno@clisp.org>
5353
5354         Tailor the linebreaking algorithm.
5355         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
5356
5357 2008-05-12  Bruno Haible  <bruno@clisp.org>
5358
5359         Update to Unicode 5.0.0.
5360         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
5361         LBP_JV, LBP_JT. Redistribute values.
5362         (unilbrk_table): Change size.
5363         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
5364         Unicode TR#14 rev. 22.
5365         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
5366         LBP_JV, LBP_JT. Redistribute values.
5367         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
5368         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
5369         Update.
5370         * lib/unilbrk/lbrkprop1.h: Regenerated.
5371         * lib/unilbrk/lbrkprop2.h: Regenerated.
5372         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
5373         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
5374         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
5375         Likewise.
5376         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
5377         Likewise.
5378         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
5379         result.
5380         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
5381         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
5382         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
5383         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
5384         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
5385         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
5386
5387 2008-05-11  Bruno Haible  <bruno@clisp.org>
5388
5389         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
5390
5391 2008-05-11  Bruno Haible  <bruno@clisp.org>
5392
5393         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
5394         * modules/unilbrk/gen-lbrk: New file.
5395
5396 2008-05-11  Bruno Haible  <bruno@clisp.org>
5397
5398         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
5399         * m4/sha512.m4 (gl_SHA512): Likewise.
5400
5401 2008-05-11  Jim Meyering  <meyering@redhat.com>
5402
5403         New modules: crypto/sha256, crypto/sha512 (from coreutils)
5404         * modules/crypto/sha256: New file.
5405         * modules/crypto/sha512: Likewise.
5406         * lib/sha256.c: Likewise.
5407         * lib/sha256.h: Likewise.
5408         * lib/sha512.c: Likewise.
5409         * lib/sha512.h: Likewise.
5410         * lib/u64.h: Likewise.
5411         * m4/sha256.m4: Likewise.
5412         * m4/sha512.m4: Likewise.
5413         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
5414
5415 2008-05-10  Bruno Haible  <bruno@clisp.org>
5416
5417         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
5418         (Input/Output <stdio.h>): Add xprintf.
5419         (Signal handling <signal.h>): Add strsignal.
5420         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
5421         (Core language properties): Add func.
5422         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
5423         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
5424         strings.
5425         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
5426         (Input/output): New section.
5427         (File system functions): Add openat-die, stat-macros.
5428         (Networking functions): Add sockets.
5429         (Unicode string functions): Add unictype/*.
5430         (Support for building libraries and executables): Add gperf.
5431         (Support for building documentation): Add agpl-3.0.
5432         (Misc): Add nocrash.
5433
5434 2008-05-10  Bruno Haible  <bruno@clisp.org>
5435
5436         * modules/unictype/gen-ctype: New file.
5437
5438 2008-05-10  Jim Meyering  <meyering@redhat.com>
5439
5440         Make chdir-safer.c more efficient on a system with no symlinks.
5441         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
5442         also if ELOOP is zero.  Suggested by Bruno Haible.
5443
5444         Make chdir-safer.c slightly safer.
5445         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
5446         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
5447
5448         Avoid compile failure on systems without ELOOP (like mingw).
5449         * lib/chdir-safer.c (ELOOP): Define if not already defined.
5450         Reported by Bruno Haible.
5451
5452 2008-05-10  Bruno Haible  <bruno@clisp.org>
5453
5454         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
5455         (is_utf8_encoding): Use a case-insensitive comparison.
5456         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
5457         streq.
5458
5459 2008-05-10  Bruno Haible  <bruno@clisp.org>
5460
5461         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
5462         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
5463         * lib/unilbrk/ulc-common.h (iconv_string_length,
5464         iconv_string_keeping_offsets): Remove declarations.
5465         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
5466         Don't include <iconv.h>, streq.h, xsize.h.
5467         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
5468         conversion.
5469         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
5470         <iconv.h>, streq.h, xsize.h.
5471         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
5472         conversion.
5473         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
5474         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
5475         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
5476         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
5477
5478 2008-05-10  Bruno Haible  <bruno@clisp.org>
5479
5480         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
5481         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
5482
5483         * modules/unilbrk/u32-width-linebreaks-tests: New file.
5484         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
5485
5486         * modules/unilbrk/u16-width-linebreaks-tests: New file.
5487         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
5488
5489         * modules/unilbrk/u8-width-linebreaks-tests: New file.
5490         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
5491
5492         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
5493         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
5494
5495         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
5496         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
5497
5498         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
5499         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
5500
5501         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
5502         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
5503
5504 2008-05-10  Bruno Haible  <bruno@clisp.org>
5505
5506         Split up 'linebreak' module.
5507         * lib/unilbrk.h: New file, based on lib/linebreak.h.
5508         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
5509         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
5510         modifications.
5511         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
5512         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
5513         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
5514         lib/linebreak.c.
5515         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
5516         lib/linebreak.c.
5517         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
5518         lib/linebreak.c.
5519         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
5520         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
5521         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
5522         lib/linebreak.c.
5523         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
5524         lib/linebreak.c.
5525         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
5526         lib/linebreak.c.
5527         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
5528         lib/linebreak.c.
5529         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
5530         lib/linebreak.c.
5531         * modules/unilbrk/base: New file.
5532         * modules/unilbrk/tables: New file.
5533         * modules/unilbrk/u8-possible-linebreaks: New file.
5534         * modules/unilbrk/u16-possible-linebreaks: New file.
5535         * modules/unilbrk/u32-possible-linebreaks: New file.
5536         * modules/unilbrk/ulc-common: New file.
5537         * modules/unilbrk/ulc-possible-linebreaks: New file.
5538         * modules/unilbrk/u8-width-linebreaks: New file.
5539         * modules/unilbrk/u16-width-linebreaks: New file.
5540         * modules/unilbrk/u32-width-linebreaks: New file.
5541         * modules/unilbrk/ulc-width-linebreaks: New file.
5542         * lib/linebreak.h: Remove file.
5543         * lib/linebreak.c: Remove file.
5544         * m4/linebreak.m4: Remove file.
5545         * modules/linebreak: Remove file.
5546         * NEWS: Mention the changes.
5547
5548 2008-05-09  Eric Blake  <ebb9@byu.net>
5549
5550         Add xmemdup0.
5551         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
5552         implementation.
5553         * lib/xmalloc.c (xmemdup0): New C implementation.
5554
5555 2008-05-08  Bruno Haible  <bruno@clisp.org>
5556
5557         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
5558
5559 2008-05-07  Eric Blake  <ebb9@byu.net>
5560
5561         Support cross-compilation of <wctype.h>.
5562         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
5563         AC_CACHE_CHECK.
5564
5565 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
5566
5567         * build-aux/vc-list-files: Add support for bzr.
5568
5569 2008-05-03  Jim Meyering  <meyering@redhat.com>
5570
5571         avoid failed assertion with tight malloc
5572         * tests/test-getndelim2.c: Correct an off-by-one assertion.
5573
5574 2008-05-03  Simon Josefsson  <simon@josefsson.org>
5575
5576         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
5577         are needed from arpa/inet.h.
5578         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
5579         Reported by Bruno Haible.
5580
5581 2008-05-02  Jim Meyering  <meyering@redhat.com>
5582
5583         avoid compilation error on FreeBSD 6
5584         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
5585
5586 2008-05-01  Jim Meyering  <meyering@redhat.com>
5587
5588         useless-if-before-free: correct --help's exit status description
5589         * build-aux/useless-if-before-free (usage): Like grep, exit 0
5590         for one or more matches, etc.  Reported by Bruno Haible.
5591
5592         vc-list-files: make the stand-alone gnulib test work
5593         * modules/vc-list-files-tests (configure.ac):
5594         Define and AC_SUBST abs_aux_dir.
5595         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
5596         $(abs_top_srcdir) to each script and having each of them
5597         duplicate the work of setting PATH, set PATH here, using
5598         the new variable, abs_aux_dir instead.
5599         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
5600         * tests/test-vc-list-files-git.sh: Likewise.
5601         Reported by Bruno Haible.
5602
5603 2008-05-01  Bruno Haible  <bruno@clisp.org>
5604
5605         * lib/getndelim2.c (getndelim2): Fix newsize computation during
5606         reallocation. Rename 'done' to 'found_delimiter'.
5607
5608 2008-05-01  Jim Meyering  <meyering@redhat.com>
5609
5610         vc-list-files: accommodate /bin/sh like the one from Solaris 10
5611         * build-aux/vc-list-files: Use `...`, not $(...).
5612
5613 2008-04-30  Jim Meyering  <meyering@redhat.com>
5614
5615         add tests for vc-list-files
5616         * modules/vc-list-files-tests: New module.
5617         * tests/test-vc-list-files-cvs.sh: New file.
5618         * tests/test-vc-list-files-git.sh: New file.
5619
5620         avoid a warning from gcc
5621         * lib/getndelim2.c (IF_LINT): Define.
5622         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
5623
5624         vc-list-files: work properly with build-aux/cvsu, too
5625         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
5626         to all cvs-based clauses.
5627
5628         vc-list-files: work properly in the CVS+awk case, too
5629         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
5630
5631         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
5632         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
5633         take more than one file argument, so .  Add quotes, just in case $dir
5634         ever contains a shell meta-character.  Prompted by Soren Hansen in
5635         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
5636
5637 2008-04-29  Eric Blake  <ebb9@byu.net>
5638
5639         Optimize getndelim2 to use block operations when possible.
5640         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
5641         freadseek, and memchr2.
5642         * lib/getndelim2.c (getndelim2): Use them for block reads.
5643
5644 2008-04-29  Bruno Haible  <bruno@clisp.org>
5645
5646         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
5647         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
5648         * modules/inet_ntop (Depends-on): Add extensions.
5649         * modules/inet_pton (Depends-on): Likewise.
5650         Reported by Simon Josefsson.
5651
5652 2008-04-29  Jim Meyering  <meyering@redhat.com>
5653
5654         When the is more than one match in a block, match all of them.
5655         * build-aux/useless-if-before-free: Iterate through each block
5656         until there are no more matches.
5657
5658         Fix broken useless-if-before-free script.
5659         * build-aux/useless-if-before-free: Fix typo: missing "?" after
5660         the expression to match cast of argument to free-like function.
5661
5662 2008-04-29  Eric Blake  <ebb9@byu.net>
5663
5664         Use new header.
5665         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
5666
5667 2008-04-29  Jim Meyering  <meyering@redhat.com>
5668
5669         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
5670         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
5671         by gnulib to exist and to declare e.g., inet_ntop.
5672         Don't include "inet_ntop.h", now removed.
5673
5674         * m4/arpa_inet_h.m4: Remove trailing blanks.
5675
5676 2008-04-29  Eric Blake  <ebb9@byu.net>
5677
5678         Silence valgrind on safe reads beyond potential array bounds.
5679         * lib/rawmemchr.valgrind: New file.
5680         * lib/strchrnul.valgrind: Likewise.
5681         * modules/rawmemchr (Files): Distribute new file.
5682         * modules/strchrnul (Files): Likewise.
5683         Suggested by Bruno Haible.
5684
5685 2008-04-29  Bruno Haible  <bruno@clisp.org>
5686
5687         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
5688         (inet_ntop, inet_pton): Change portability warning's wording.
5689         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
5690         Invoke gl_CHECK_NEXT_HEADERS.
5691         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
5692         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
5693         set ARPA_INET_H.
5694         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
5695         * modules/arpa_inet (Description): No longer only for systems that
5696         lack it.
5697         (Depends-on): Add include_next.
5698         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
5699         HAVE_ARPA_INET_H.
5700
5701 2008-04-29  Jim Meyering  <meyering@redhat.com>
5702
5703         * modules/mkdir (License): Re-license as LGPLv2+.
5704
5705 2008-04-29  Bruno Haible  <bruno@clisp.org>
5706
5707         * modules/rawmemchr (Maintainer): Set to Eric.
5708         * modules/strchrnul (Maintainer): Likewise.
5709
5710 2008-04-29  Simon Josefsson  <simon@josefsson.org>
5711
5712         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
5713         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
5714
5715         * modules/arpa_inet (arpa/inet.h): Use them.
5716
5717 2008-04-28  Eric Blake  <ebb9@byu.net>
5718
5719         Test getndelim2.
5720         * modules/getndelim2-tests: New file.
5721         * tests/test-getndelim2.c: Likewise.
5722         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
5723         stream.
5724         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
5725
5726         * MODULES.html.sh: Document new module.
5727
5728 2008-04-20  Bruno Haible  <bruno@clisp.org>
5729
5730         * lib/c-stack.c (die): Use raise.
5731         * modules/c-stack (Depends-on): Add raise.
5732
5733 2008-04-28  Bruno Haible  <bruno@clisp.org>
5734
5735         Expect rpmatch to be declared.
5736         * lib/yesno.c (rpmatch): Remove declaration.
5737
5738         Declare rpmatch.
5739         * lib/stdlib.in.h (rpmatch): New declaration.
5740         * lib/rpmatch.c: Include <stdlib.h> first.
5741         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
5742         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
5743         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
5744         HAVE_RPMATCH.
5745         * modules/rpmatch (Depends-on): Add stdlib, extensions.
5746         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5747         (Include): Set to <stdlib.h>.
5748         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
5749         HAVE_RPMATCH.
5750         * NEWS: Document the change.
5751
5752 2008-04-28  Bruno Haible  <bruno@clisp.org>
5753
5754         Change rpmatch to use nl_langinfo when appropriate.
5755         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
5756         (N_): New macro.
5757         (localized_pattern): New function/macro.
5758         (try): Remove match, nomatch arguments. Copy the pattern into safe
5759         memory before caching it.
5760         (rpmatch): Use localized_pattern. Add translator comments.
5761         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
5762         Suggested by Eric Blake.
5763         * modules/rpmatch (Depends-on): Add stdbool.
5764
5765 2008-04-28  Eric Blake  <ebb9@byu.net>
5766
5767         Add rawmemchr module, matching glibc.
5768         * modules/string (Makefile.am): New indicator.
5769         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
5770         * lib/string.in.h (rawmemchr): Declare when appropriate.
5771         * modules/rawmemchr: New file.
5772         * m4/rawmemchr.m4: Likewise.
5773         * lib/rawmemchr.c: Likewise.
5774         * modules/rawmemchr-tests: Likewise.
5775         * tests/test-rawmemchr.c: Likewise.
5776         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
5777         module.
5778         * modules/strchrnul (Depends-on): Add rawmemchr.
5779         * lib/strchrnul.c (strchrnul): Optimize a corner case.
5780
5781         Whitespace cleanup.
5782         * tests/test-strchrnul.c: Reindent.
5783         * lib/strchrnul.c: Likewise.
5784
5785         Optimize and test strchrnul.
5786         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
5787         * modules/strchrnul-tests: New file.
5788         * tests/test-strchrnul.c: Likewise.
5789
5790         Remove intprops dependency.
5791         * modules/memchr (Depends-on): Remove intprops.
5792         * modules/memrchr (Depends-on): Likewise.
5793         * modules/memchr2 (Depends-on): Likewise.
5794         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
5795         * lib/memrchr.c (__memrchr): Likewise.
5796         * lib/memrchr2.c (memchr2): Likewise.
5797         Reported by Simon Josefsson.
5798
5799 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5800
5801         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
5802         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5803
5804 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5805
5806         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
5807
5808         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
5809
5810         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
5811
5812         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
5813         declarations.
5814         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
5815
5816         * m4/inet_pton.m4: Don't check for header files.
5817
5818         * m4/inet_ntop.m4: Don't check for header files.
5819
5820 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5821
5822         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
5823         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
5824         trigger for cygwin).
5825         Reported by Bruno Haible  <bruno@clisp.org>.
5826
5827 2008-04-28  Bruno Haible  <bruno@clisp.org>
5828
5829         * doc/posix-functions/strdup.texi: Mention mingw problem.
5830
5831 2008-04-27  Bruno Haible  <bruno@clisp.org>
5832
5833         * modules/stat-time-tests (Depends-on): Add sleep.
5834         * tests/test-stat-time.c (force_unlink): New function.
5835         (cleanup): Use it.
5836         (test_mtime): Remove the ctime related tests.
5837         (test_ctime): New function, containing the ctime related tests.
5838         (main): Call test_ctime, except on native Windows platforms.
5839
5840 2008-04-27  Bruno Haible  <bruno@clisp.org>
5841
5842         * lib/rpmatch.c (rpmatch): Add some comments.
5843         Reported by James Youngman <jay@gnu.org>.
5844
5845 2008-04-27  Bruno Haible  <bruno@clisp.org>
5846
5847         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
5848         quiet NaNs.
5849
5850 2008-04-27  Bruno Haible  <bruno@clisp.org>
5851
5852         Make test-yesno.sh work on mingw.
5853         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
5854         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
5855         (main): Set stdin to binary mode.
5856         * modules/yesno-tests (Depends-on): Add binary-io.
5857
5858 2008-04-27  Bruno Haible  <bruno@clisp.org>
5859
5860         Fix 'isfinite' on x86, x86_64, ia64 platforms.
5861         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
5862         argument that lie outside the IEEE 854 domain.
5863         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
5864         (gl_ISFINITE): Use it.
5865         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
5866
5867 2008-04-27  Bruno Haible  <bruno@clisp.org>
5868
5869         Allow local renaming in config.h.
5870         * lib/memrchr.c (memrchr): Don't undefine outside libc.
5871
5872 2008-04-27  Bruno Haible  <bruno@clisp.org>
5873
5874         * lib/memchr.c (__memchr): Change type of 'i'.
5875         * lib/memchr2.c (memchr2): Likewise.
5876
5877 2008-04-26  Eric Blake  <ebb9@byu.net>
5878         and Bruno Haible  <bruno@clisp.org>
5879
5880         Optimize and test memrchr.
5881         * modules/memrchr (Depends-on): Add intprops.
5882         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
5883         * modules/memrchr-tests: New file.
5884         * tests/test-memrchr.c: New file.
5885
5886 2008-04-26  Bruno Haible  <bruno@clisp.org>
5887
5888         Add tentative support for DragonFly BSD.
5889         * lib/stdio-impl.h: Add macros for DragonFly BSD.
5890         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
5891         fp.
5892         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
5893         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
5894         * lib/fpurge.c (fpurge): Likewise.
5895         * lib/freadable.c (freaadable): Likewise.
5896         * lib/freadahead.c (freadahead): Likewise.
5897         * lib/freading.c (freading): Likewise.
5898         * lib/freadptr.c (freadptr): Likewise.
5899         * lib/freadseek.c (freadptrinc): Likewise.
5900         * lib/fseeko.c (fseeko): Likewise.
5901         * lib/fseterr.c (fseterr): Likewise.
5902         * lib/fwritable.c (fwritable): Likewise.
5903         * lib/fwriting.c (fwriting): Likewise.
5904
5905 2008-04-26  Bruno Haible  <bruno@clisp.org>
5906
5907         * lib/stdio-impl.h: New file.
5908         * lib/fbufmode.c: Include stdio-impl.h.
5909         (fbufmode): Use fp_, remove redundant #defines.
5910         * lib/fflush.c: Include stdio-impl.h.
5911         (clear_ungetc_buffer): Remove redundant #defines.
5912         * lib/fpurge.c: Include stdio-impl.h.
5913         (fpurge): Remove redundant #defines.
5914         * lib/freadable.c: Include stdio-impl.h.
5915         (freadable): Remove redundant #defines.
5916         * lib/freadahead.c: Include stdio-impl.h.
5917         (freadahead): Remove redundant #defines.
5918         * lib/freading.c: Include stdio-impl.h.
5919         (freading): Remove redundant #defines.
5920         * lib/freadptr.c: Include stdio-impl.h.
5921         (freadptr): Remove redundant #defines.
5922         * lib/freadseek.c: Include stdio-impl.h.
5923         (freadptrinc): Remove redundant #defines.
5924         * lib/fseeko.c: Include stdio-impl.h.
5925         (rpl_fseeko): Remove redundant #defines.
5926         * lib/fseterr.c: Include stdio-impl.h.
5927         (fseterr): Remove redundant #defines.
5928         * lib/fwritable.c: Include stdio-impl.h.
5929         (fwritable: Remove redundant #defines.
5930         * lib/fwriting.c: Include stdio-impl.h.
5931         (fwriting): Remove redundant #defines.
5932         * modules/fbufmode (Files): Add lib/stdio-impl.h.
5933         * modules/fflush (Files): Likewise.
5934         * modules/fpurge (Files): Likewise.
5935         * modules/freadable (Files): Likewise.
5936         * modules/freadahead (Files): Likewise.
5937         * modules/freading (Files): Likewise.
5938         * modules/freadptr (Files): Likewise.
5939         * modules/freadseek (Files): Likewise.
5940         * modules/fseeko (Files): Likewise.
5941         * modules/fseterr (Files): Likewise.
5942         * modules/fwritable (Files): Likewise.
5943         * modules/fwriting (Files): Likewise.
5944
5945 2008-04-26  Bruno Haible  <bruno@clisp.org>
5946
5947         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
5948         restore_seek_optimization, update_fpos_cache): New functions, extracted
5949         from rpl_fflush.
5950         (rpl_fflush): Use them.
5951         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
5952         (gl_REPLACE_FFLUSH): Use it.
5953
5954 2008-04-26  Bruno Haible  <bruno@clisp.org>
5955
5956         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
5957         on Solaris.
5958         * tests/test-xstrtoimax.sh: Likewise.
5959         * tests/test-xstrtoumax.sh: Likewise.
5960         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5961
5962 2008-04-26  Bruno Haible  <bruno@clisp.org>
5963
5964         * modules/memchr-tests: New file.
5965         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
5966
5967 2008-04-26  Eric Blake  <ebb9@byu.net>
5968             Bruno Haible  <bruno@clisp.org>
5969
5970         * lib/memchr.c: Include intprops.h.
5971         (__memchr): Optimize parallel detection of matching bytes. Rename local
5972         variables. Add explanatory comments.
5973
5974 2008-04-26  Bruno Haible  <bruno@clisp.org>
5975
5976         Fix module 'memchr', broken since 2000-10-28.
5977         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
5978
5979 2008-04-26  Bruno Haible  <bruno@clisp.org>
5980
5981         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
5982         comments.
5983
5984 2008-04-25  Eric Blake  <ebb9@byu.net>
5985
5986         Use native fstatat on cygwin 1.7.0.
5987         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
5988         first.
5989
5990 2008-04-23  Eric Blake  <ebb9@byu.net>
5991
5992         Improve memchr2 performance.
5993         * lib/memchr2.c (memchr2): Further optimize parallel detection of
5994         NUL bytes.
5995         * modules/memchr2 (Depends-on): Use intprops.h.
5996
5997 2008-04-23  Simon Josefsson  <simon@josefsson.org>
5998
5999         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
6000         an inline function instead of a CPP macro.  Patch by Ben Pfaff
6001         <blp@cs.stanford.edu>.
6002
6003 2008-04-23  Simon Josefsson  <simon@josefsson.org>
6004
6005         * lib/arpa_inet.in.h: New file.
6006
6007         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
6008         (Makefile.am): Sed in substitute header file.
6009
6010         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
6011         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
6012
6013         * modules/inet_ntop (configure.ac): Use
6014         gl_ARPA_INET_MODULE_INDICATOR.
6015
6016         * modules/inet_pton (configure.ac): Use
6017         gl_ARPA_INET_MODULE_INDICATOR.
6018
6019 2008-04-22  Jim Meyering  <meyering@redhat.com>
6020
6021         * modules/verify (License): Re-license as LGPLv2+.
6022
6023 2008-04-22  Simon Josefsson  <simon@josefsson.org>
6024
6025         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
6026         parameter to void* as per POSIX standard (MinGW uses char*).
6027
6028 2008-04-21  Bruno Haible  <bruno@clisp.org>
6029
6030         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6031         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6032         Define to replacements if REPLACE_ISWCNTRL is 1.
6033         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
6034         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
6035         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
6036         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
6037         what it fixes.
6038         * doc/posix-functions/iswalpha.texi: Likewise.
6039         * doc/posix-functions/iswblank.texi: Likewise.
6040         * doc/posix-functions/iswcntrl.texi: Likewise.
6041         * doc/posix-functions/iswdigit.texi: Likewise.
6042         * doc/posix-functions/iswgraph.texi: Likewise.
6043         * doc/posix-functions/iswlower.texi: Likewise.
6044         * doc/posix-functions/iswprint.texi: Likewise.
6045         * doc/posix-functions/iswpunct.texi: Likewise.
6046         * doc/posix-functions/iswspace.texi: Likewise.
6047         * doc/posix-functions/iswupper.texi: Likewise.
6048         * doc/posix-functions/iswxdigit.texi: Likewise.
6049         Reported by Alain Guibert.
6050
6051 2008-04-21  Bruno Haible  <bruno@clisp.org>
6052
6053         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
6054         Patch by Alain Guibert.
6055
6056 2008-04-21  Bruno Haible  <bruno@clisp.org>
6057
6058         Fix test failures on mingw.
6059         * tests/test-xstrtol.c (print_no_progname): New function.
6060         (main): Install it in error_print_progname hook.
6061         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
6062         * tests/test-xstrtoimax.sh: Likewise.
6063         * tests/test-xstrtoumax.sh: Likewise.
6064
6065 2008-04-21  Bruno Haible  <bruno@clisp.org>
6066
6067         Fix test failure on mingw.
6068         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
6069
6070 2008-04-21  Bruno Haible  <bruno@clisp.org>
6071
6072         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
6073         Actually assign a value.
6074
6075 2008-04-20  Bruno Haible  <bruno@clisp.org>
6076
6077         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
6078         take 2.
6079         * lib/canonicalize.c (canonicalize_file_name): Elide if the
6080         'canonicalize-lgpl' module is also used.
6081         * lib/canonicalize-lgpl.c: Undo last change.
6082         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
6083
6084 2008-04-20  Bruno Haible  <bruno@clisp.org>
6085
6086         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
6087         config.h. Provide _mkdir based fallback for mingw.
6088         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
6089         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
6090         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
6091         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
6092         rather than defining mkdir in config.h.
6093         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
6094         (gl_SYS_STAT_H_DEFAULTS): New macro.
6095         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
6096         HAVE_IO_H any more.
6097         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
6098         HAVE_DECL_MKDIR and HAVE_IO_H.
6099
6100 2008-04-20  Bruno Haible  <bruno@clisp.org>
6101
6102         * lib/isapipe.c: Port to native Windows platforms.
6103
6104 2008-04-20  Bruno Haible  <bruno@clisp.org>
6105
6106         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
6107
6108 2008-04-21  Eric Blake  <ebb9@byu.net>
6109
6110         Work around preprocessors that don't handle UINTMAX_MAX.
6111         * lib/memchr2.c (memchr2): Avoid embedded #if.
6112         Reported by Alain Guibert, fix suggested by Bruno Haible.
6113
6114 2008-04-21  Simon Josefsson  <simon@josefsson.org>
6115
6116         * doc/posix-functions/strftime.texi (strftime): Explain better
6117         Windows incompatibility.  Suggested by Micah Cowan
6118         <micah@cowan.name>.
6119
6120 2008-04-20  Bruno Haible  <bruno@clisp.org>
6121
6122         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
6123         unistr/u8-mblen.
6124
6125 2008-04-20  Bruno Haible  <bruno@clisp.org>
6126
6127         Fix test failure on platforms with non-GNU iconv.
6128         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
6129         (U_TO_U8): Use it, rather than u16_to_u8.
6130         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
6131         units at the end of the input string.
6132         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
6133
6134 2008-04-20  Bruno Haible  <bruno@clisp.org>
6135
6136         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
6137         when the resulting length is 0.
6138         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
6139
6140 2008-04-20  Bruno Haible  <bruno@clisp.org>
6141
6142         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
6143         works.
6144         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
6145
6146 2008-04-20  Bruno Haible  <bruno@clisp.org>
6147
6148         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
6149         * modules/tsearch-tests (configure.ac): Test for initstate function.
6150
6151 2008-04-20  Bruno Haible  <bruno@clisp.org>
6152
6153         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
6154         for nlink_t if missing.
6155         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
6156
6157 2008-04-19  Bruno Haible  <bruno@clisp.org>
6158
6159         Work around snprintf bug on Linux libc5.
6160         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
6161         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
6162         gl_SNPRINTF_SIZE1.
6163         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6164         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
6165         that test failed.
6166         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
6167         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
6168         * modules/snprintf (Files): Add m4/printf.m4.
6169         * modules/vsnprintf (Files): Likewise.
6170         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
6171         * doc/posix-functions/vsnprintf.texi: Likewise.
6172
6173 2008-04-19  Bruno Haible  <bruno@clisp.org>
6174
6175         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
6176         from 0.0058 to less than 10^-7.
6177
6178 2008-04-19  Bruno Haible  <bruno@clisp.org>
6179
6180         Fix rounding when a precision is given.
6181         * lib/vasnprintf.c (is_borderline): New function.
6182         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
6183         9...9x.
6184         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
6185         %e, %g.
6186         * tests/test-vasprintf-posix.c (test_function): Likewise.
6187         * tests/test-snprintf-posix.h (test_function): Likewise.
6188         * tests/test-sprintf-posix.h (test_function): Likewise.
6189         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
6190         * tests/test-printf-posix.h (test_function): Likewise.
6191         * tests/test-printf-posix.output: Update.
6192         Reported by John Darrington <john@darrington.wattle.id.au> via
6193         Ben Pfaff <blp@cs.stanford.edu>.
6194
6195 2008-04-18  Simon Josefsson  <simon@josefsson.org>
6196
6197         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
6198         Suggested by Bruno Haible <bruno@clisp.org>.
6199
6200 2008-04-17  Bruno Haible  <bruno@clisp.org>
6201
6202         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
6203         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
6204         implementation.
6205         Patch by Bruce Merry <bmerry@gmail.com>.
6206
6207 2008-04-17  Simon Josefsson  <simon@josefsson.org>
6208
6209         * doc/posix-functions/strftime.texi (strftime): Mention that %e
6210         doesn't work under Windows.
6211
6212 2008-04-16  Bruno Haible  <bruno@clisp.org>
6213
6214         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
6215         New macros.
6216         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
6217         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
6218         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
6219         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
6220         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
6221         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
6222         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
6223         macros.
6224         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
6225         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
6226         Northern Sotho, Uighur.
6227
6228 2008-04-16  Bruno Haible  <bruno@clisp.org>
6229
6230         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
6231         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
6232         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
6233         Reported by Daniel Bergström <daniel@octocode.com>.
6234
6235 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
6236             Bruno Haible  <bruno@clisp.org>
6237
6238         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
6239         function.
6240         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
6241         New functions, mostly extracted from gl_locale_name_default.
6242         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
6243
6244 2008-04-16  Eric Blake  <ebb9@byu.net>
6245
6246         Adjust strtod detection to catch glibc 2.7 bug.
6247         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
6248         Reported by John Gatewood Ham.
6249
6250 2008-04-16  Bruno Haible  <bruno@clisp.org>
6251
6252         Add tentative support for Linux libc5.
6253         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
6254         * lib/fpurge.c (fpurge): Likewise.
6255         * lib/freadable.c (freadable): Likewise.
6256         * lib/freadahead.c (freadahead): Likewise.
6257         * lib/freading.c (freading): Likewise.
6258         * lib/freadptr.c (freadptr): Likewise.
6259         * lib/freadseek.c (freadptrinc): Likewise.
6260         * lib/fseeko.c (rpl_fseeko): Likewise.
6261         * lib/fseterr.c (fseterr): Likewise.
6262         * lib/fwritable.c (fwritable): Likewise.
6263         * lib/fwriting.c (fwriting): Likewise.
6264         Reported by Alain Guibert <alguibert+bts@free.fr>.
6265
6266 2008-04-15  Bruno Haible  <bruno@clisp.org>
6267
6268         * modules/mathl (configure.ac): Define module indicator.
6269
6270 2008-04-15  Bruno Haible  <bruno@clisp.org>
6271
6272         * lib/logl.c (logl): Remove unused variables.
6273
6274 2008-04-15  Bruno Haible  <bruno@clisp.org>
6275
6276         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
6277         fails.
6278
6279 2008-04-15  Bruno Haible  <bruno@clisp.org>
6280
6281         * lib/trim.c (trim2): Fix argument of isspace() macro.
6282
6283 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
6284
6285         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
6286         to 0.
6287         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
6288
6289 2008-04-14  Bruno Haible  <bruno@clisp.org>
6290
6291         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
6292         AC_LANG_PROGRAM argument.
6293         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
6294         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
6295         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
6296         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
6297         * m4/math_h.m4 (gl_MATH_H): Likewise.
6298         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
6299         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
6300         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
6301         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
6302         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
6303         * m4/regex.m4 (gl_REGEX): Likewise.
6304         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
6305         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
6306         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6307         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
6308         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6309         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6310         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
6311         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
6312
6313 2008-04-14  Jim Meyering  <meyering@redhat.com>
6314
6315         test-strtod: fix typos: s/abs/fabs/
6316         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
6317
6318 2008-04-13  Bruno Haible  <bruno@clisp.org>
6319
6320         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
6321         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
6322         module is also used and while not building the reloc-wrapper.
6323
6324 2008-04-13  Bruno Haible  <bruno@clisp.org>
6325
6326         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
6327
6328 2008-04-13  Bruno Haible  <bruno@clisp.org>
6329
6330         Fix AIX compilation failure introduced on 2008-04-02.
6331         * tests/test-frexp.c (exp): Undefine before redefining.
6332         * tests/test-frexpl.c (exp): Likewise.
6333
6334 2008-04-13  Bruno Haible  <bruno@clisp.org>
6335
6336         Work around a HP-UX stdio bug.
6337         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
6338         * tests/test-ftello.c (main): Likewise.
6339         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
6340         * doc/posix-functions/ftello.texi: Likewise.
6341
6342 2008-04-13  Bruno Haible  <bruno@clisp.org>
6343
6344         Make test-signbit pass on HP-UX/hppa.
6345         * tests/test-signbit.c (minus_zerol): New variable.
6346         (test_signbitl): Use it.
6347
6348 2008-04-13  Bruno Haible  <bruno@clisp.org>
6349
6350         Make truncl work on OSF/1 4.0.
6351         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
6352         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
6353         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
6354         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
6355         HAVE_DECL_TRUNCL.
6356         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
6357         HAVE_DECL_TRUNCL.
6358         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
6359
6360 2008-04-13  Bruno Haible  <bruno@clisp.org>
6361
6362         * lib/unictype.h: Remove trailing comma from enumeration definitions.
6363
6364 2008-04-13  Bruno Haible  <bruno@clisp.org>
6365
6366         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
6367         expression, so as to avoid HP-UX 11 cc compiler bug.
6368
6369 2008-04-13  Bruno Haible  <bruno@clisp.org>
6370
6371         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
6372
6373 2008-04-13  Bruno Haible  <bruno@clisp.org>
6374
6375         * lib/git-merge-changelog.c: Remove empty declaration outside of
6376         functions.
6377
6378 2008-04-13  Bruno Haible  <bruno@clisp.org>
6379
6380         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
6381
6382 2008-04-13  Bruno Haible  <bruno@clisp.org>
6383
6384         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
6385         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
6386         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
6387         also if it exists but lacks definitions of the SHUT_* macros.
6388         * modules/sys_socket (Description): Update.
6389         Reported by Elbert Pol <e.pol@chello.nl>.
6390
6391 2008-04-13  Bruno Haible  <bruno@clisp.org>
6392
6393         * lib/localcharset.c (OS2): Don't redefine if already defined.
6394         Reported by Elbert Pol <e.pol@chello.nl>.
6395
6396 2008-04-13  Bruno Haible  <bruno@clisp.org>
6397
6398         * lib/binary-io.h [__EMX__]: Include <io.h>.
6399         Reported by Elbert Pol <e.pol@chello.nl>.
6400
6401 2008-04-12  Bruno Haible  <bruno@clisp.org>
6402
6403         * lib/fpucw.h: Enable the definitions also for x86_64.
6404         Needed for NetBSD/x86_64.
6405         Reported by Thomas Klausner <tk@giga.or.at>.
6406
6407 2008-04-12  Bruno Haible  <bruno@clisp.org>
6408
6409         * tests/test-strtod.c: Include isnand.h.
6410         (main): Use isnand instead of isnan.
6411         Reported by Jim Meyering.
6412
6413 2008-04-12  Bruno Haible  <bruno@clisp.org>
6414
6415         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
6416         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
6417
6418 2008-04-12  Jim Meyering  <meyering@redhat.com>
6419
6420         * m4/math_h.m4 (gl_MATH_H): Fix typos.
6421
6422 2008-04-12  Bruno Haible  <bruno@clisp.org>
6423
6424         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
6425         Reported by Elbert Pol <e.pol@chello.nl>.
6426
6427 2008-04-12  Eric Blake  <ebb9@byu.net>
6428
6429         Work around Solaris 10 math.h bug.
6430         * m4/math_h.m4 (gl_MATH_H): Check for bug.
6431         (gl_MATH_H_DEFAULTS): Set up default.
6432         * modules/math (Makefile.am): Replace new indicators.
6433         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
6434         * tests/test-math.c (main): Test this.
6435         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
6436         * doc/posix-headers/math.texi (math.h): Mention bug.
6437         Reported by Nelson H. F. Beebe and Jim Meyering.
6438
6439 2008-04-11  Bruno Haible  <bruno@clisp.org>
6440
6441         Adapt to future versions of Apple GCC.
6442         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
6443         Reported by Peter O'Gorman <peter@pogma.com>.
6444
6445 2008-04-11  Bruno Haible  <bruno@clisp.org>
6446
6447         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
6448
6449 2008-04-11  Bruno Haible  <bruno@clisp.org>
6450
6451         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
6452
6453         * modules/getaddrinfo-tests (Makefile.am): Define
6454         test_getaddrinfo_LDADD.
6455
6456 2008-04-11  Bruno Haible  <bruno@clisp.org>
6457
6458         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
6459         (init): Fix syntax error.
6460         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
6461         is declared.
6462
6463 2008-04-11  Bruno Haible  <bruno@clisp.org>
6464
6465         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
6466         * modules/glob (Depends-on): Add stdbool.
6467
6468 2008-04-11  Bruno Haible  <bruno@clisp.org>
6469
6470         * lib/trim.c: Include <string.h>.
6471
6472 2008-04-11  Eric Blake  <ebb9@byu.net>
6473
6474         Avoid compile failure on OS/2.
6475         * lib/regex_internal.h (internal_function): Disable optimization
6476         on OS/2 (__EMX__), where it caused compiler error.
6477         Reported by Elbert Pol.
6478
6479 2008-04-11  Bruno Haible  <bruno@clisp.org>
6480
6481         Flush the standard error stream before aborting. Needed on mingw.
6482         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
6483         * tests/test-array_list.c (ASSERT): Likewise.
6484         * tests/test-array_oset.c (ASSERT): Likewise.
6485         * tests/test-avltree_list.c (ASSERT): Likewise.
6486         * tests/test-avltree_oset.c (ASSERT): Likewise.
6487         * tests/test-avltreehash_list.c (ASSERT): Likewise.
6488         * tests/test-binary-io.c (ASSERT): Likewise.
6489         * tests/test-byteswap.c (ASSERT): Likewise.
6490         * tests/test-c-ctype.c (ASSERT): Likewise.
6491         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
6492         * tests/test-c-strcasestr.c (ASSERT): Likewise.
6493         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
6494         * tests/test-c-strstr.c (ASSERT): Likewise.
6495         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
6496         * tests/test-canonicalize.c (ASSERT): Likewise.
6497         * tests/test-carray_list.c (ASSERT): Likewise.
6498         * tests/test-ceilf1.c (ASSERT): Likewise.
6499         * tests/test-ceilf2.c (ASSERT): Likewise.
6500         * tests/test-ceill.c (ASSERT): Likewise.
6501         * tests/test-count-one-bits.c (ASSERT): Likewise.
6502         * tests/test-fbufmode.c (ASSERT): Likewise.
6503         * tests/test-fflush2.c (ASSERT): Likewise.
6504         * tests/test-floorf1.c (ASSERT): Likewise.
6505         * tests/test-floorf2.c (ASSERT): Likewise.
6506         * tests/test-floorl.c (ASSERT): Likewise.
6507         * tests/test-fopen.c (ASSERT): Likewise.
6508         * tests/test-fpending.c (ASSERT): Likewise.
6509         * tests/test-fprintf-posix.c (ASSERT): Likewise.
6510         * tests/test-fpurge.c (ASSERT): Likewise.
6511         * tests/test-freadable.c (ASSERT): Likewise.
6512         * tests/test-freadahead.c (ASSERT): Likewise.
6513         * tests/test-freading.c (ASSERT): Likewise.
6514         * tests/test-freadptr.c (ASSERT): Likewise.
6515         * tests/test-freadptr2.c (ASSERT): Likewise.
6516         * tests/test-freadseek.c (ASSERT): Likewise.
6517         * tests/test-freopen.c (ASSERT): Likewise.
6518         * tests/test-frexp.c (ASSERT): Likewise.
6519         * tests/test-frexpl.c (ASSERT): Likewise.
6520         * tests/test-fseek.c (ASSERT): Likewise.
6521         * tests/test-fseeko.c (ASSERT): Likewise.
6522         * tests/test-fstrcmp.c (ASSERT): Likewise.
6523         * tests/test-ftell.c (ASSERT): Likewise.
6524         * tests/test-ftello.c (ASSERT): Likewise.
6525         * tests/test-func.c (ASSERT): Likewise.
6526         * tests/test-fwritable.c (ASSERT): Likewise.
6527         * tests/test-fwriting.c (ASSERT): Likewise.
6528         * tests/test-getdelim.c (ASSERT): Likewise.
6529         * tests/test-getline.c (ASSERT): Likewise.
6530         * tests/test-i-ring.c (ASSERT): Likewise.
6531         * tests/test-iconv-utf.c (ASSERT): Likewise.
6532         * tests/test-iconv.c (ASSERT): Likewise.
6533         * tests/test-isfinite.c (ASSERT): Likewise.
6534         * tests/test-isnand.c (ASSERT): Likewise.
6535         * tests/test-isnanf.c (ASSERT): Likewise.
6536         * tests/test-isnanl.h (ASSERT): Likewise.
6537         * tests/test-ldexpl.c (ASSERT): Likewise.
6538         * tests/test-linked_list.c (ASSERT): Likewise.
6539         * tests/test-linkedhash_list.c (ASSERT): Likewise.
6540         * tests/test-localename.c (ASSERT): Likewise.
6541         * tests/test-lseek.c (ASSERT): Likewise.
6542         * tests/test-mbscasecmp.c (ASSERT): Likewise.
6543         * tests/test-mbscasestr1.c (ASSERT): Likewise.
6544         * tests/test-mbscasestr2.c (ASSERT): Likewise.
6545         * tests/test-mbscasestr3.c (ASSERT): Likewise.
6546         * tests/test-mbscasestr4.c (ASSERT): Likewise.
6547         * tests/test-mbschr.c (ASSERT): Likewise.
6548         * tests/test-mbscspn.c (ASSERT): Likewise.
6549         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
6550         * tests/test-mbspbrk.c (ASSERT): Likewise.
6551         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
6552         * tests/test-mbsrchr.c (ASSERT): Likewise.
6553         * tests/test-mbsspn.c (ASSERT): Likewise.
6554         * tests/test-mbsstr1.c (ASSERT): Likewise.
6555         * tests/test-mbsstr2.c (ASSERT): Likewise.
6556         * tests/test-mbsstr3.c (ASSERT): Likewise.
6557         * tests/test-memchr2.c (ASSERT): Likewise.
6558         * tests/test-memmem.c (ASSERT): Likewise.
6559         * tests/test-open.c (ASSERT): Likewise.
6560         * tests/test-printf-frexp.c (ASSERT): Likewise.
6561         * tests/test-printf-frexpl.c (ASSERT): Likewise.
6562         * tests/test-printf-posix.c (ASSERT): Likewise.
6563         * tests/test-quotearg.c (ASSERT): Likewise.
6564         * tests/test-rbtree_list.c (ASSERT): Likewise.
6565         * tests/test-rbtree_oset.c (ASSERT): Likewise.
6566         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
6567         * tests/test-round1.c (ASSERT): Likewise.
6568         * tests/test-roundf1.c (ASSERT): Likewise.
6569         * tests/test-roundl.c (ASSERT): Likewise.
6570         * tests/test-signbit.c (ASSERT): Likewise.
6571         * tests/test-sleep.c (ASSERT): Likewise.
6572         * tests/test-snprintf-posix.c (ASSERT): Likewise.
6573         * tests/test-snprintf.c (ASSERT): Likewise.
6574         * tests/test-sprintf-posix.c (ASSERT): Likewise.
6575         * tests/test-stat-time.c (ASSERT): Likewise.
6576         * tests/test-strcasestr.c (ASSERT): Likewise.
6577         * tests/test-strerror.c (ASSERT): Likewise.
6578         * tests/test-striconv.c (ASSERT): Likewise.
6579         * tests/test-striconveh.c (ASSERT): Likewise.
6580         * tests/test-striconveha.c (ASSERT): Likewise.
6581         * tests/test-strsignal.c (ASSERT): Likewise.
6582         * tests/test-strstr.c (ASSERT): Likewise.
6583         * tests/test-strtod.c (ASSERT): Likewise.
6584         * tests/test-trunc1.c (ASSERT): Likewise.
6585         * tests/test-trunc2.c (ASSERT): Likewise.
6586         * tests/test-truncf1.c (ASSERT): Likewise.
6587         * tests/test-truncf2.c (ASSERT): Likewise.
6588         * tests/test-truncl.c (ASSERT): Likewise.
6589         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
6590         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
6591         * tests/test-vasnprintf.c (ASSERT): Likewise.
6592         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
6593         * tests/test-vasprintf.c (ASSERT): Likewise.
6594         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
6595         * tests/test-vprintf-posix.c (ASSERT): Likewise.
6596         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
6597         * tests/test-vsnprintf.c (ASSERT): Likewise.
6598         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
6599         * tests/test-wcwidth.c (ASSERT): Likewise.
6600         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
6601         * tests/test-xprintf-posix.c (ASSERT): Likewise.
6602         * tests/test-xvasprintf.c (ASSERT): Likewise.
6603         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
6604         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
6605         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
6606         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
6607         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
6608         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
6609         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
6610         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
6611         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
6612         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
6613         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
6614         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
6615         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
6616         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
6617         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
6618         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
6619         * tests/unictype/test-block_list.c (ASSERT): Likewise.
6620         * tests/unictype/test-block_of.c (ASSERT): Likewise.
6621         * tests/unictype/test-block_test.c (ASSERT): Likewise.
6622         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
6623         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
6624         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
6625         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
6626         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
6627         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
6628         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
6629         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
6630         * tests/unictype/test-combining.c (ASSERT): Likewise.
6631         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
6632         * tests/unictype/test-digit.c (ASSERT): Likewise.
6633         * tests/unictype/test-mirror.c (ASSERT): Likewise.
6634         * tests/unictype/test-numeric.c (ASSERT): Likewise.
6635         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
6636         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
6637         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
6638         * tests/unictype/test-scripts.c (ASSERT): Likewise.
6639         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
6640         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
6641         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
6642         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
6643         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
6644         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
6645         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
6646         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
6647         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
6648         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
6649         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
6650         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
6651         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
6652         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
6653         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
6654         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
6655         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
6656         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
6657         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
6658         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
6659         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
6660         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
6661         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
6662         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
6663         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
6664         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
6665         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
6666         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
6667         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
6668         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
6669         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
6670         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
6671         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
6672         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
6673         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
6674         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
6675         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
6676         Reported by Eric Blake.
6677
6678 2008-04-11  Bruno Haible  <bruno@clisp.org>
6679
6680         * lib/wchar.in.h: Tweak comment.
6681
6682 2008-04-11  Bruno Haible  <bruno@clisp.org>
6683
6684         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
6685         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
6686         gl_COMMON.
6687         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
6688
6689 2008-04-11  Bruno Haible  <bruno@clisp.org>
6690
6691         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
6692
6693 2008-04-11  Simon Josefsson  <simon@josefsson.org>
6694
6695         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
6696         of attempting to use non-existing /dev/*random.  Based on patch
6697         from Adam Strzelecki <ono@java.pl> in
6698         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
6699
6700 2008-04-08  Bruno Haible  <bruno@clisp.org>
6701
6702         Add tentative support for emx+gcc.
6703         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
6704         * lib/fpurge.c (fpurge): Likewise.
6705         * lib/freadable.c (freadable): Likewise.
6706         * lib/freadahead.c (freadahead): Likewise.
6707         * lib/freading.c (freading): Likewise.
6708         * lib/freadptr.c (freadptr): Likewise.
6709         * lib/freadseek.c (freadptrinc): Likewise.
6710         * lib/fseeko.c (rpl_fseeko): Likewise.
6711         * lib/fseterr.c (fseterr): Likewise.
6712         * lib/fwritable.c (fwritable): Likewise.
6713         * lib/fwriting.c (fwriting): Likewise.
6714         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
6715
6716 2008-04-09  Eric Blake  <ebb9@byu.net>
6717
6718         Avoid some autoconf warnings.
6719         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
6720         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
6721         * m4/afs.m4 (gl_AFS): Likewise.
6722         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
6723         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
6724         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
6725         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
6726         (gl_INTEGER_TYPE_SUFFIX): Likewise.
6727         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
6728         (AC_CHECK_DECLS_ONCE): Likewise.
6729         Rename file...
6730         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
6731         gnulib-tool requires autoconf 2.59 or better.
6732         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
6733
6734 2008-04-08  Eric Blake  <ebb9@byu.net>
6735
6736         Use 'git describe --match' if present (added in git 1.5.5).
6737         * build-aux/git-version-gen: Limit result to tags that match 'v*'
6738         if possible.
6739
6740 2008-04-08  Bruno Haible  <bruno@clisp.org>
6741
6742         Add tentative support for OpenServer.
6743         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
6744         _ptr, _cnt.
6745         * lib/fpurge.c (fpurge): Likewise.
6746         * lib/freadable.c (freadable): Likewise.
6747         * lib/freadahead.c (freadahead): Likewise.
6748         * lib/freading.c (freading): Likewise.
6749         * lib/freadptr.c (freadptr): Likewise.
6750         * lib/freadseek.c (freadptrinc): Likewise.
6751         * lib/fseeko.c (rpl_fseeko): Likewise.
6752         * lib/fseterr.c (fseterr): Likewise.
6753         * lib/fwritable.c (fwritable): Likewise.
6754         * lib/fwriting.c (fwriting): Likewise.
6755         Reported by Roger Cornelius <rac@tenzing.org> and
6756         Brian K. White <brian@aljex.com>.
6757
6758 2008-04-06  Jim Meyering  <meyering@redhat.com>
6759
6760         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
6761
6762 2008-04-06  Bruno Haible  <bruno@clisp.org>
6763
6764         Avoid possible error with non-ASCII bytes in UTF-8 locales.
6765         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
6766         * tests/test-printf-posix.sh: Likewise.
6767         * tests/test-vfprintf-posix.sh: Likewise.
6768         * tests/test-vprintf-posix.sh: Likewise.
6769         * tests/test-xprintf-posix.sh: Likewise.
6770
6771 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6772
6773         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
6774         hide error from 'ls', needed on OS/2.
6775         Report by Elbert Pol <elbert.pol@gmail.com>.
6776
6777 2008-04-04  Eric Blake  <ebb9@byu.net>
6778
6779         Make test-fseeko.c failures meaningful.
6780         * tests/test-fseeko.c: Print line number on failure.
6781         * tests/test-fseek.c: Likewise.
6782         Reported by Nelson H. F. Beebe.
6783
6784         Improve strtod bug detection check.
6785         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
6786         required for Solaris 10.
6787         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
6788
6789 2008-04-04  Bruno Haible  <bruno@clisp.org>
6790
6791         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
6792         by m4/setenv.m4.
6793
6794 2008-04-03  Eric Blake  <ebb9@byu.net>
6795
6796         Ensure sane .version contents.
6797         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
6798         version string.
6799         * build-aux/git-version-gen: Improve documentation.
6800
6801         Make GNU make output nicer.
6802         * top/GNUmakefile [!_have-Makefile]: Add dependency on
6803         MAKECMDGOALS to enforce message for all command line targets.  Set
6804         srcdir for use in maint.mk.
6805
6806         Another maintainer tweak.
6807         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
6808         a target that regenerates version.
6809
6810 2008-04-03  Jim Meyering  <meyering@redhat.com>
6811
6812         vc-list-files: don't cause coreutils "make po-check" failure
6813         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
6814
6815 2008-04-03  Eric Blake  <ebb9@byu.net>
6816
6817         Allow VPATH usage of vc-list-files.
6818         * build-aux/vc-list-files (scriptversion): Add timestamp.
6819         (options): Add --help, --version, -C.
6820         (CVS): Support installed cvsu.
6821
6822 2008-04-02  Bruno Haible  <bruno@clisp.org>
6823
6824         Avoid some "statement with no effect" warnings from gcc.
6825         * tests/test-wctype.c (main): Explicitly ignore unused values.
6826         Reported by Jim Meyering.
6827
6828 2008-04-02  Jim Meyering  <meyering@redhat.com>
6829
6830         Avoid some warnings from "gcc -Wshadow".
6831         * tests/test-frexp.c (exp): Define to a different identifier.
6832         * tests/test-frexpl.c (exp): Likewise.
6833
6834 2008-04-03  Jim Meyering  <meyering@redhat.com>
6835
6836         bootstrap: remove dangling *.[ch] symlinks from lib
6837         * build-aux/bootstrap [dangling symlink removal]: Move find's
6838         -depth option to precede all others, to avoid a warning.
6839         Remove *.[ch] files too, and from "$source_base" (usually lib/).
6840
6841 2008-04-02  Bruno Haible  <bruno@clisp.org>
6842
6843         Avoid some warnings from "gcc -Wshadow".
6844         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
6845         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
6846         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
6847         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
6848         Reported by Jim Meyering.
6849
6850 2008-04-01  Bruno Haible  <bruno@clisp.org>
6851
6852         Fix test to work on IRIX 6.5 with cc.
6853         * tests/test-math.c (numeric_equal): New function.
6854         (main): Use it.
6855
6856 2008-04-01  Bruno Haible  <bruno@clisp.org>
6857
6858         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
6859
6860 2008-04-01  Bruno Haible  <bruno@clisp.org>
6861
6862         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
6863         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6864         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
6865         (Depends-on): Remove math.
6866
6867         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
6868         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6869         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
6870         (Depends-on): Remove math.
6871
6872         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
6873         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6874         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
6875         (Depends-on): Remove math.
6876         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
6877         (Depends-on): Remove math.
6878
6879         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
6880         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6881         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
6882         (Depends-on): Remove math.
6883         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
6884         (Depends-on): Remove math.
6885
6886         * tests/test-round1.c: Include nan.h.
6887         (main): Use NaNd instead of NAN.
6888         * modules/round-tests (Files): Add tests/nan.h.
6889
6890         * tests/test-trunc1.c: Include nan.h.
6891         (main): Use NaNd instead of NAN.
6892         * modules/trunc-tests (Files): Add tests/nan.h.
6893
6894         * tests/test-roundf1.c: Include nan.h.
6895         (main): Use NaNf instead of NAN.
6896         * modules/roundf-tests (Files): Add tests/nan.h.
6897
6898         * tests/test-truncf1.c: Include nan.h.
6899         (main): Use NaNf instead of NAN.
6900         * modules/truncf-tests (Files): Add tests/nan.h.
6901
6902         * tests/test-ceilf1.c: Include nan.h.
6903         (main): Use NaNf instead of NAN.
6904         * modules/ceilf-tests (Files): Add tests/nan.h.
6905
6906         * tests/test-floorf1.c: Include nan.h.
6907         (main): Use NaNf instead of NAN.
6908         * modules/floorf-tests (Files): Add tests/nan.h.
6909
6910         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
6911         (main): Use NaNf instead of NAN.
6912         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
6913
6914         * tests/test-isnand.c: Include nan.h instead of <math.h>.
6915         (main): Use NaNd instead of NAN.
6916         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
6917
6918         * tests/test-frexp.c: Include nan.h.
6919         (main): Use NaNd instead of NAN.
6920         * modules/frexp-tests (Files): Add tests/nan.h.
6921
6922         * lib/isnan.c: Don't include <math.h>.
6923         (FUNC): Don't use NAN macro.
6924         * modules/isnand-nolibm (Depends-on): Remove math.
6925         * modules/isnanf-nolibm (Depends-on): Remove math.
6926         * modules/isnanl (Depends-on): Remove math.
6927         * modules/isnanl-nolibm (Depends-on): Remove math.
6928
6929         * tests/nan.h: New file.
6930
6931 2008-04-01  Eric Blake  <ebb9@byu.net>
6932
6933         Fix typos.
6934         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
6935         values to be the right type.
6936
6937         For now, cater to gnulib strtod inaccuracies.
6938         * tests/test-strtod.c (main): Allow 1-ulp error on expected
6939         fractional results.  While not as nice from a QoI perspective, it
6940         is a quicker patch than correctly implementing decimal to binary
6941         rounding.
6942
6943 2008-03-31  Eric Blake  <ebb9@byu.net>
6944
6945         Guarantee a definition of NAN.
6946         * lib/math.in.h (NAN): Define if missing.
6947         * tests/test-math.c (main): Test it.
6948         * doc/posix-headers/math.texi (math.h): Document this.
6949         * lib/isnan.c (rpl_isnand): Use it.
6950         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
6951         * tests/test-floorf1.c (NaN): Likewise.
6952         * tests/test-frexp.c (NaN): Likewise.
6953         * tests/test-isnand.c (NaN): Likewise.
6954         * tests/test-isnanf.c (NaN): Likewise.
6955         * tests/test-round1.c (NaN): Likewise.
6956         * tests/test-roundf1.c (NaN): Likewise.
6957         * tests/test-snprintf-posix.h (NaN): Likewise.
6958         * tests/test-sprintf-posix.h (NaN): Likewise.
6959         * tests/test-trunc1.c (NaN): Likewise.
6960         * tests/test-truncf1.c (NaN): Likewise.
6961         * tests/test-vasnprintf-posix.c (NaN): Likewise.
6962         * tests/test-vasprintf-posix.c (NaN): Likewise.
6963         * modules/isnand-nolibm (Depends-on): Add math.
6964         * modules/isnanf-nolibm (Depends-on): Likewise.
6965         * modules/isnanl (Depends-on): Likewise.
6966         * modules/isnanl-nolibm (Depends-on): Likewise.
6967         * modules/snprintf-posix-tests (Depends-on): Likewise.
6968         * modules/sprintf-posix-tests (Depends-on): Likewise.
6969         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
6970         * modules/vsprintf-posix-tests (Depends-on): Likewise.
6971         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
6972         * modules/vasprintf-posix-tests (Depends-on): Likewise.
6973
6974 2008-03-31  Bruno Haible  <bruno@clisp.org>
6975
6976         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
6977         * doc/posix-functions/strtod.texi: Likewise.
6978
6979 2008-03-31  Bruno Haible  <bruno@clisp.org>
6980
6981         * tests/test-strtod.c (main): Don't use C99 syntax.
6982
6983 2008-03-31  Bruno Haible  <bruno@clisp.org>
6984
6985         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
6986         Reported by Eric Blake.
6987
6988 2008-03-31  Jim Meyering  <meyering@redhat.com>
6989
6990         Don't compare actual signbit return values.
6991         * tests/test-strtod.c (main): Rather, compare only their
6992         zero/non-zero nature.
6993
6994 2008-03-31  Eric Blake  <ebb9@byu.net>
6995
6996         More strtod documentation.
6997         * doc/posix-functions/strtod.texi (strtod): Interpret more test
6998         failures as distinct bugs.
6999
7000 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
7001
7002         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
7003         Problem reported by Erik Benada in
7004         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
7005
7006 2008-03-30  Bruno Haible  <bruno@clisp.org>
7007
7008         * tests/test-strtod.c: Add comments about which assertion fails on which
7009         platform.
7010         * doc/posix-functions/strtod.texi: Add info about many more platforms.
7011
7012 2008-03-30  Eric Blake  <ebb9@byu.net>
7013
7014         Test signbit behavior on zeros.
7015         * tests/test-signbit.c (test_signbitf): Add tests for zero.
7016         (test_signbitd, test_signbitl): Likewise.
7017
7018         More strtod touchups.
7019         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
7020         sign of negative underflow, for now.  Use .5, not .1.
7021         * doc/posix-functions/strtod.texi (strtod): Mention these
7022         limitations.
7023         Reported by Jim Meyering.
7024
7025 2008-03-30  Bruno Haible  <bruno@clisp.org>
7026
7027         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
7028         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
7029
7030 2008-03-30  Bruno Haible  <bruno@clisp.org>
7031
7032         Avoid failure when attempting to return empty iconv results on some
7033         platforms.
7034         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
7035         allocation, don't report ENOMEM when the resulting string is empty.
7036
7037 2008-03-30  Bruno Haible  <bruno@clisp.org>
7038
7039         Fix buffer overrun.
7040         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
7041         Don't consider the width for tmp_length. Check count against tmp_length
7042         before doing the padding. Ensure enough allocation during padding.
7043
7044 2008-03-30  Eric Blake  <ebb9@byu.net>
7045
7046         strtod touchups.
7047         * lib/strtod.c (strtod): Avoid compiler warnings.
7048         Reported by Jim Meyering.
7049
7050 2008-03-30  Bruno Haible  <bruno@clisp.org>
7051
7052         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
7053         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
7054         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
7055         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
7056         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
7057         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
7058         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
7059         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
7060
7061         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
7062         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
7063         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
7064         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
7065         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
7066         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
7067         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
7068         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
7069
7070         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
7071         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
7072         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
7073         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
7074         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
7075         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
7076         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
7077         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
7078
7079         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
7080         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
7081
7082         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
7083         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
7084
7085         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
7086         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
7087
7088         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
7089         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
7090         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
7091
7092         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
7093         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
7094         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
7095
7096         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
7097         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
7098         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
7099
7100         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
7101         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
7102         * modules/vasprintf (Depends-on): Add EOVERFLOW.
7103
7104         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
7105         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
7106         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
7107         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
7108         (Depends-on): Add EOVERFLOW.
7109         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
7110         (Depends-on): Add EOVERFLOW.
7111         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
7112         (Depends-on): Add EOVERFLOW.
7113         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
7114         (Depends-on): Add EOVERFLOW.
7115         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
7116         (Depends-on): Add EOVERFLOW.
7117         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
7118         (Depends-on): Add EOVERFLOW.
7119         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
7120         (Depends-on): Add EOVERFLOW.
7121         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
7122         (Depends-on): Add EOVERFLOW.
7123
7124         * lib/sprintf.c (EOVERFLOW): Remove fallback.
7125         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
7126         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
7127
7128         * lib/snprintf.c (EOVERFLOW): Remove fallback.
7129         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
7130         * modules/snprintf (Depends-on): Add EOVERFLOW.
7131
7132         * lib/poll.c (EOVERFLOW): Remove fallback.
7133         * modules/poll (Depends-on): Add EOVERFLOW.
7134
7135         * lib/getugroups.c (EOVERFLOW): Remove fallback.
7136         * modules/getugroups (Depends-on): Add EOVERFLOW.
7137
7138         * lib/getdelim.c (EOVERFLOW): Remove fallback.
7139         * modules/getdelim (Depends-on): Add EOVERFLOW.
7140
7141         * lib/ftell.c (EOVERFLOW): Remove fallback.
7142         * modules/ftell (Depends-on): Add EOVERFLOW.
7143
7144         * lib/fprintf.c (EOVERFLOW): Remove fallback.
7145         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
7146         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
7147
7148         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
7149
7150         * modules/EOVERFLOW-tests: New file.
7151         * tests/test-EOVERFLOW.c: New file.
7152
7153         * modules/EOVERFLOW: New file.
7154         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
7155
7156 2008-03-30  Bruno Haible  <bruno@clisp.org>
7157
7158         Fix bug introduced on 2007-06-10.
7159         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
7160         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
7161
7162 2008-03-30  Bruno Haible  <bruno@clisp.org>
7163
7164         Improve freadseek's efficiency after ungetc.
7165         * lib/freadseek.c: Include freadahead.h.
7166         (freadptrinc): New function, extracted from freadseek.
7167         (freadseek): Use it in a loop. Use freadahead to determine the number
7168         of loop iterations.
7169         * modules/freadseek (Depends-on): Add freadahead.
7170         (configure.ac): Require AC_C_INLINE.
7171
7172 2008-03-30  Bruno Haible  <bruno@clisp.org>
7173
7174         * lib/freadseek.c (freadseek): Don't ignore the return value of
7175         freadptr.
7176
7177 2008-03-29  Eric Blake  <ebb9@byu.net>
7178
7179         Add hex float support.
7180         * modules/strtod (Depends-on): Add c-ctype.
7181         (Link): Mention POW_LIB.
7182         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
7183         whitespace between 'e' and exponent.
7184         * tests/test-strtod.c (main): Enable hex float tests.
7185         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
7186         now provides.
7187
7188         Document various strtod bugs, with some fixes.
7189         * doc/posix-functions/strtod.texi (strtod): Document bugs with
7190         "-0x", "inf", "nan", and hex constants.
7191         * doc/posix-functions/atof.texi (atof): Likewise.
7192         * modules/stdlib (Makefile.am): Support strtod.
7193         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
7194         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
7195         detect additional strtod bugs.
7196         * lib/stdlib.in.h (rpl_strtod): Add declarations.
7197         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
7198         bool where appropriate.  Parse 'inf' and 'nan'.
7199         * tests/test-strtod.c: New file.
7200         * modules/strtod (Depends-on): Add stdbool, stdlib.
7201         (configure.ac): Turn on module indicator.
7202         * modules/strtod-tests: New module.
7203
7204 2008-03-29  Eric Blake  <ebb9@byu.net>
7205
7206         Fix ftell on mingw.
7207         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
7208         * modules/ftell-tests (Depends-on): Add binary-io.
7209         * modules/ftello-tests (Depends-on): Likewise.
7210         * tests/test-ftell.c (main): Enhance test to cover behavior after
7211         ungetc.  Enforce binary mode.
7212         * tests/test-ftello.c (main): Likewise.
7213
7214         Pass test-freadseek on cygwin.
7215         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
7216         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
7217         ungetc buffer.
7218
7219         * tests/test-fflush2.c (main): Fix typo.
7220
7221 2008-03-29  Bruno Haible  <bruno@clisp.org>
7222
7223         * tests/test-fflush2.c (main): Temporarily disable the contents of
7224         this test.
7225         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
7226         Reported by Eric Blake.
7227
7228 2008-03-28  Simon Josefsson  <simon@josefsson.org>
7229
7230         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
7231         (GC_SHA224_DIGEST_SIZE): Add.
7232
7233         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
7234         (gc_hash_digest_length): Likewise.
7235         (gc_hash_buffer): Likewise.
7236
7237 2008-03-25  Bruno Haible  <bruno@clisp.org>
7238
7239         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
7240         detail which gettext release to use.
7241         Reported by Simon Josefsson.
7242
7243 2008-03-26  Jim Meyering  <meyering@redhat.com>
7244
7245         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
7246         * modules/gnumakefile (clean-GNUmakefile): Also, use
7247         test ... && ... || : syntax rather than if-then ... fi.
7248
7249         gnumakefile: Don't double-quote-expand $(VPATH) value.
7250         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
7251
7252 2008-03-24  Eric Blake  <ebb9@byu.net>
7253
7254         Alter GNUmakefile to install into top directory.
7255         * modules/maintainer-makefile: Split, and add dependency...
7256         * modules/gnumakefile: to this new module.
7257         * build-aux/GNUmakefile: Move...
7258         * top/GNUmakefile: ...here.
7259         * build-aux/maint.mk: Move...
7260         * top/maint.mk: ...here.
7261         * MODULES.html.sh (Support for maintaining...): Document new
7262         module.
7263
7264 2008-03-23  Bruno Haible  <bruno@clisp.org>
7265
7266         * gnulib-tool: New options --vc-files, --no-vc-files.
7267         (func_usage): Document them.
7268         (vc_files): New variable.
7269         (func_import): Consider vc_files.
7270         (func_create_testdir): Set vc_files to empty.
7271         Suggested by Jim Meyering and Karl Berry.
7272
7273 2008-03-23  Bruno Haible  <bruno@clisp.org>
7274
7275         Fix regex compilation error on HP-UX 11.
7276         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
7277         * modules/regex (Files): Add m4/mbstate_t.m4.
7278         Reported by Ton Voon <ton.voon@altinity.com>.
7279
7280 2008-03-23  Bruno Haible  <bruno@clisp.org>
7281
7282         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
7283
7284 2008-03-23  Eric Blake  <ebb9@byu.net>
7285             Bruno Haible  <bruno@clisp.org>
7286
7287         Install files from top/ in the destination directory.
7288         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
7289         augmentation also for the files from top/.
7290         (func_import, func_create_testdir): Rewrite file names:
7291         top/filename -> filename.
7292
7293 2008-03-23  Bruno Haible  <bruno@clisp.org>
7294
7295         Tweak "gnulib --version" output.
7296         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
7297
7298 2008-03-23  Bruno Haible  <bruno@clisp.org>
7299
7300         Tweak "gnulib --version" output.
7301         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
7302         rather than contents of ChangeLog, when possible.
7303
7304 2008-03-21  Eric Blake  <ebb9@byu.net>
7305
7306         More --version tweaks.
7307         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
7308         date of last ChangeLog entry.
7309
7310 2008-03-21  Jim Meyering  <meyering@redhat.com>
7311
7312         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
7313
7314 2008-03-20  Eric Blake  <ebb9@byu.net>
7315
7316         VPATH fix.
7317         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
7318
7319 2008-03-20  Simon Josefsson  <simon@josefsson.org>
7320
7321         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
7322         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
7323
7324 2008-03-20  Eric Blake  <ebb9@byu.net>
7325
7326         Sync GNUmakefile with coreutils.
7327         * build-aux/GNUmakefile (have-Makefile): Rename...
7328         (_have-Makefile): ...to this, for namespace consideration.
7329         (GNUmakefile.cfg): Include, if present.
7330         (_autoreconf): Define a default.
7331         (_is-dist-target): New rule for rebuilds to pick up intra-release
7332         version.
7333         (maint-cfg.mk): Rename...
7334         (cfg.mk): ...to this.
7335
7336 2008-03-18  Jim Meyering  <meyering@redhat.com>
7337
7338         New script and module: mktempd
7339         * MODULES.html.sh (maint+release support): Add mktempd.
7340         * build-aux/mktempd: New file.
7341         * modules/mktempd: New file.
7342
7343 2008-03-15  Jim Meyering  <meyering@redhat.com>
7344
7345         Undo last change.
7346         * lib/sha1.c, lib/md5.c: 63 != ~63.
7347         Reported by Andreas Schwab.
7348
7349         sha1.c, md5.c: Hoist a redundant expression.
7350         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
7351         "ctx->buflen" only once, before calling *_process_block.
7352         * lib/md5.c (md5_process_bytes): Likewise.
7353
7354 2008-03-14  Eric Blake  <ebb9@byu.net>
7355
7356         Bump copyright year in files generated by gnulib-tool.
7357         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
7358         gnulib-tool, rather than hard-coding it.
7359
7360         Fix 'gnulib-tool --version' output to work with git.
7361         * gnulib-tool (func_gnulib_dir): New function, extracted from...
7362         (startup): ...here.
7363         (func_version): Use it to invoke git-version-gen, rather than
7364         relying on CVS keyword expansion.  Modernize wording.
7365         (cvsdatestamp, last_checkin_date, version): Kill unused
7366         variables.
7367
7368 2008-03-12  Jim Meyering  <meyering@redhat.com>
7369
7370         Recognize optional cast of the argument to free.
7371         * build-aux/useless-if-before-free: Update regexps.
7372
7373         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
7374
7375 2008-03-11  Bruno Haible  <bruno@clisp.org>
7376
7377         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
7378         by a single package.
7379         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
7380         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
7381         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
7382         Reported by Sam Steingold <sds@gnu.org>.
7383
7384 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7385
7386         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
7387         repositories.
7388
7389 2008-03-11  Bruno Haible  <bruno@clisp.org>
7390
7391         Avoid conflicts between local macro definitions.
7392         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
7393         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
7394
7395 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
7396             Bruno Haible  <bruno@clisp.org>
7397
7398         Make va_copy work with some version of xlc on AIX 5.1.
7399         * lib/stdarg.in.h: New file.
7400         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
7401         On AIX, use a <stdarg.h> file substitute.
7402         * modules/stdarg (Files): Add lib/stdarg.in.h.
7403         (Depends-on): Add include_next.
7404         (Makefile.am): Build a stdarg.h substitute if requested.
7405         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
7406
7407 2008-03-10  Bruno Haible  <bruno@clisp.org>
7408
7409         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
7410         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
7411         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
7412
7413 2008-03-10  Bruno Haible  <bruno@clisp.org>
7414
7415         * modules/stdlib (Depends-on): Add include_next, remove
7416         absolute-header.
7417
7418 2008-03-09  Bruno Haible  <bruno@clisp.org>
7419
7420         * lib/freadahead.h (freadahead): Document more precisely.
7421         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
7422         the sum of both buffer sizes.
7423         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
7424         * NEWS: Document the change.
7425
7426 2008-03-09  Bruno Haible  <bruno@clisp.org>
7427
7428         Extend freadptr to return also the buffer size.
7429         * lib/freadptr.h (freadptr): Add sizep argument.
7430         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
7431         (freadptr): Add sizep argument. Determine buffer size like freadahead
7432         does.
7433         * tests/test-freadptr.c: Don't include freadahead.h.
7434         (main): Adapt for new calling convention of freadptr.
7435         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
7436         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
7437         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
7438         tests/test-freadptr2.sh.
7439         (Depends): Remove freadahead.
7440         (TESTS): Add test-freadptr2.sh.
7441         (check_PROGRAMS): Add test-freadptr2.
7442
7443 2008-03-09  Bruno Haible  <bruno@clisp.org>
7444
7445         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
7446         Report and solution by Simon Josefsson.
7447
7448 2008-03-06  Bruno Haible  <bruno@clisp.org>
7449
7450         Make fflush after ungetc work on BSD platforms.
7451         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
7452         * tests/test-fflush2.c: New file.
7453         * tests/test-fflush2.sh: New file.
7454         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
7455         tests/test-fflush2.c.
7456         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
7457         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
7458
7459 2008-03-06  Eric Blake  <ebb9@byu.net>
7460
7461         Likewise for ftello.
7462         * modules/ftello (Dependencies): Add extensions.
7463         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
7464
7465 2008-03-06  Bruno Haible  <bruno@clisp.org>
7466
7467         * modules/fseeko (Dependencies): Add extensions.
7468         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
7469         Needed on glibc systems.
7470
7471 2008-03-06  Bruno Haible  <bruno@clisp.org>
7472
7473         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
7474         email address.
7475         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
7476
7477 2008-03-06  Bruno Haible  <bruno@clisp.org>
7478
7479         * users.txt: Add libgnupdf.
7480
7481 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
7482
7483         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
7484         (Header File Substitutes, Function Substitutes,
7485         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
7486         (Build robot for gnulib): Fix typo.
7487
7488 2008-03-06  Bruno Haible  <bruno@clisp.org>
7489
7490         * doc/gnulib-tool.texi (VCS Issues): Small updates.
7491         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
7492
7493 2008-03-06  Bruno Haible  <bruno@clisp.org>
7494
7495         * doc/func.texi: New file, extracted from doc/gnulib.texi.
7496         * doc/gnulib.texi: Include it.
7497
7498 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7499
7500         * modules/func (License): Change license to unlimited; there was
7501         no LGPL parts in the module anyway.
7502
7503 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7504
7505         * modules/__func__: Renamed to modules/func.
7506         * modules/__func__-tests: Renamed to modules/func-tests.
7507         * tests/test-__func__.c: Renamed to tests/test-func.c.
7508         * m4/__func__.m4: Renamed to m4/func.m4.
7509         * doc/gnulib.texi (__func__): Section renamed to func.
7510         Suggested by Eric Blake <ebb9@byu.net>.
7511
7512 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7513
7514         * doc/gnulib.texi (__func__): Use C99 terminology when talking
7515         about __func__.  Make example self-contained.  Suggested by Eric
7516         Blake <ebb9@byu.net>.
7517
7518         * tests/test-__func__.c (main): Avoid extraneous () around __func.
7519         Suggested by Eric Blake <ebb9@byu.net>.
7520
7521 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7522
7523         * modules/__func__: New file.
7524         * modules/__func__-tests: New file.
7525         * tests/test-__func__.c: New file.
7526         * m4/__func__.m4: New file.
7527         * doc/gnulib.texi (__func__): Document __func__ module.
7528
7529 2008-03-05  Simon Josefsson  <simon@josefsson.org>
7530
7531         * modules/byteswap (License): Re-license as LGPLv2+.
7532
7533 2008-03-05  Simon Josefsson  <simon@josefsson.org>
7534
7535         * doc/Makefile: Add pdf target.
7536
7537 2008-03-05  Simon Josefsson  <simon@josefsson.org>
7538
7539         * modules/inline (License): Use 'unlimited', since there are only
7540         *.m4 files in this module.
7541
7542 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
7543             Bruno Haible  <bruno@clisp.org>
7544
7545         Add support for HP C 7.1 on OpenVMS 8.3.
7546         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
7547
7548 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
7549
7550         Update VMS specifics.
7551         * lib/getopt.c [VMS]: Remove include of unixlib.h.
7552
7553 2008-03-02  Jim Meyering  <meyering@redhat.com>
7554
7555         Remove the last dependency on the "free" module.
7556         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
7557         Reported by Bob Proulx.
7558
7559         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
7560
7561         Remove useless "if" tests before free.  Deprecate "free" module.
7562         * doc/posix-functions/free.texi: Mention that this
7563         module is no longer useful.
7564         * modules/free (Notice): Say this module is obsolete.
7565         * modules/readutmp (Depends-on): Remove free.
7566         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
7567         * lib/putenv.c (putenv): Likewise.
7568         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
7569         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
7570         * tests/test-c-strcasestr.c (main): Likewise.
7571         * tests/test-c-strstr.c (main): Likewise.
7572         * tests/test-mbscasestr1.c (main): Likewise.
7573         * tests/test-mbscasestr2.c (main): Likewise.
7574         * tests/test-mbsstr1.c (main): Likewise.
7575         * tests/test-mbsstr2.c (main): Likewise.
7576         * tests/test-memmem.c (main): Likewise.
7577         * tests/test-strcasestr.c (main): Likewise.
7578         * tests/test-striconv.c (main): Likewise.
7579         * tests/test-striconveh.c (main): Likewise.
7580         * tests/test-striconveha.c (main): Likewise.
7581         * tests/test-strstr.c (main): Likewise.
7582
7583         * build-aux/git-version-gen: Adjust a comment and the Usage string.
7584
7585         bootstrap: sync from coreutils again
7586         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
7587
7588 2008-03-01  Jim Meyering  <meyering@redhat.com>
7589
7590         bootstrap: sync from coreutils
7591         * build-aux/bootstrap (update_po_files): Copy a .po file into place
7592         also when the target doesn't exist.
7593
7594 2008-03-01  Eric Blake  <ebb9@byu.net>
7595
7596         Fix bugs in last patch.
7597         * lib/memchr2.c (memchr2): Fix typo.
7598         * tests/test-memchr2.c: Test previous bug, and don't use GNU
7599         extension.
7600         Reported by Bruce Korb.
7601
7602         New module 'memchr2'.
7603         * modules/memchr2: New file.
7604         * modules/memchr2-tests: Likewise.
7605         * lib/memchr2.h: Likewise.
7606         * lib/memchr2.c: Likewise, based on memchr.c.
7607         * tests/test-memchr2.c: New test.
7608         * MODULES.html.sh (String handling): Add memchr2.
7609
7610 2008-02-29  Bruno Haible  <bruno@clisp.org>
7611
7612         * modules/freadseek-tests: New file.
7613         * tests/test-freadseek.sh: New file.
7614         * tests/test-freadseek.c: New file.
7615
7616         New module 'freadseek'.
7617         * modules/freadseek: New file.
7618         * lib/freadseek.h: New file.
7619         * lib/freadseek.c: New file.
7620         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
7621
7622 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
7623
7624         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
7625         wydawca.
7626
7627         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
7628         program_invocation_name and program_invocation_short_name are
7629         present.
7630
7631 2008-02-28  Bruno Haible  <bruno@clisp.org>
7632
7633         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
7634         * tests/test-freadptr.sh: Also test non-seekable stdin.
7635
7636 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
7637
7638         * build-aux/bootstrap (source_base, m4_base)
7639         (doc_base, tests_base): New variables.
7640         (gnulib_tool_options): Do not hardcode base directories, use
7641         the above variables instead.
7642
7643 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
7644
7645         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
7646
7647 2008-02-28  Bruno Haible  <bruno@clisp.org>
7648
7649         * modules/freadptr-tests: New file.
7650         * tests/test-freadptr.sh: New file.
7651         * tests/test-freadptr.c: New file.
7652
7653         New module 'freadptr'.
7654         * modules/freadptr: New file.
7655         * lib/freadptr.h: New file.
7656         * lib/freadptr.c: New file.
7657         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
7658
7659 2008-02-26  Karl Berry  <karl@freefriends.org>
7660
7661         Sync from Libtool:
7662         * libltdl/argz.c (argz_add, argz_count): New functions.
7663         * libltdl/argz.in.h: Declare them.
7664         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
7665
7666 2008-02-22  Bruno Haible  <bruno@clisp.org>
7667
7668         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
7669         is a pointer type.  Needed for HP-UX 10.
7670         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
7671         * doc/posix-functions/gmtime_r.texi: Likewise.
7672         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
7673
7674 2008-02-24  Bruno Haible  <bruno@clisp.org>
7675
7676         * modules/environ-tests: New file.
7677         * tests/test-environ.c: New file.
7678
7679         New module 'environ'.
7680         * modules/environ: New file.
7681         * lib/unistd.in.h (environ): New declaration.
7682         * m4/environ.m4: New file.
7683         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
7684         after use.
7685         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
7686         HAVE_DECL_ENVIRON.
7687         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
7688         HAVE_DECL_ENVIRON.
7689         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
7690         wrong claim that 'environ' is missing on some systems.
7691         * modules/execute (Depends-on): Add environ.
7692         * lib/execute.c (environ): Remove fallback declaration.
7693         * modules/pipe (Depends-on): Add environ.
7694         * lib/pipe.c (environ): Remove fallback declaration.
7695         * modules/setenv (Depends-on): Add environ.
7696         * lib/setenv.c (environ): Remove fallback declaration.
7697         * modules/unsetenv (Depends-on): Add environ.
7698         * lib/unsetenv.c (environ): Remove fallback declaration.
7699         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
7700         m4/environ.m4.
7701         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
7702         (gl_PREREQ_UNSETENV): Likewise.
7703
7704 2008-02-24  Bruno Haible  <bruno@clisp.org>
7705
7706         * doc/posix-functions/environ.texi: Document the MacOS X problem.
7707
7708 2008-02-20  Bob Proulx  <bob@proulx.com>
7709
7710         Enable use of older two part flavor 'git describe'.
7711         * build-aux/git-version-gen: If using the older two part flavor of
7712         git version then recreate the third part now present in the
7713         newer three part flavor of git describe.
7714
7715 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
7716
7717         * lib/fts.c (fts_build): Typo correction to comment.
7718
7719 2008-02-17  Bruno Haible  <bruno@clisp.org>
7720
7721         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
7722         generating no-op conflicts.
7723
7724 2008-02-17  Bruno Haible  <bruno@clisp.org>
7725
7726         Speed up by 10%.
7727         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
7728         result_entries, rather than an index-based loop.
7729
7730 2008-02-17  Bruno Haible  <bruno@clisp.org>
7731
7732         Speed up by 25%.
7733         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
7734         'hashcode_cached'.
7735         (entry_create): New function.
7736         (entry_hashcode): Use the cached hashcode if possible.
7737         (read_changelog_file, try_split_merged_entry): Use entry_create.
7738
7739 2008-02-17  Bruno Haible  <bruno@clisp.org>
7740
7741         Speed up from O(n^2) to O(n) for long ChangeLog files.
7742         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
7743         (read_changelog_file): Change implementation of entries_reversed list
7744         to rbtreehash.
7745         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
7746
7747 2008-02-17  Bruno Haible  <bruno@clisp.org>
7748
7749         New option --split-merged-entry.
7750         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
7751         (find_paragraph_end, try_split_merged_entry): New functions.
7752         (long_options): Add option --split-merged-entry.
7753         (usage): Document option --split-merged-entry.
7754         (main): Implement option --split-merged-entry.
7755         Reported by Eric Blake.
7756
7757 2008-02-17  Bruno Haible  <bruno@clisp.org>
7758
7759         * lib/git-merge-changelog.c: Include c-strstr.h.
7760         (main): Support the "git pull --rebase" situation.
7761         * modules/git-merge-changelog (Depends-on): Add c-strstr.
7762         Reported by Eric Blake.
7763
7764 2008-02-16  Eric Blake  <ebb9@byu.net>
7765
7766         Avoid doubling \ in common case of "c-maybe" quoting style.
7767         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
7768         eliding outer quotes.
7769         * lib/quotearg.h: Document this.
7770         * tests/test-quotearg.c (result_strings, inputs, results_g)
7771         (flag_results, locale_results): Test it by adding a new string to
7772         each test group.
7773         (compare_strings): Test new string.
7774
7775 2008-02-13  Eric Blake  <ebb9@byu.net>
7776
7777         Avoid trigraph quoting in default output.
7778         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
7779         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
7780         unless explicitly requested.
7781         * tests/test-quotearg.c (flag_results, main): Add additional tests.
7782
7783 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
7784
7785         Don't rely on signed integer overflowing to negative value.
7786         * lib/getugroups.c (getugroups): Include <limits.h>.
7787         Instead, compare against INT_MAX, and increment only if the test passes.
7788
7789 2008-02-13  Jim Meyering  <meyering@redhat.com>
7790         and Eric Blake  <ebb9@byu.net>
7791
7792         Avoid shadowing warning and compile errors on Linux.
7793         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
7794         forwarding macros on Linux.
7795         (dcgettext): Define a stub, for Linux.
7796         (results_g, main): Avoid warnings.
7797
7798 2008-02-12  Eric Blake  <ebb9@byu.net>
7799
7800         Silence warning in last patch.
7801         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
7802
7803         Quotearg part 4: add tests, fix c-maybe colon quoting.
7804         * lib/quotearg.h: Improve documentation.
7805         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
7806         escapes when adding outer quotes.  When quoting trigraphs, use
7807         valid C notation.  When quoting NUL, omit extra characters if next
7808         character is not digit.  Alter prototype.
7809         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
7810         callers.
7811         * modules/quotearg-tests: New module.
7812         * tests/test-quotearg.c: New test.
7813
7814 2008-02-07  Eric Blake  <ebb9@byu.net>
7815
7816         Quotearg part 3: add flag to control outer quote elision.
7817         * lib/quotearg.h (c_maybe_quoting_style): New style.
7818         (enum quoting_flags): Better documentation of flags.
7819         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
7820         c-maybe style.
7821         (quotearg_buffer_restyled): Handle new flag to elide outer
7822         quotes.
7823
7824         Quotearg part 2: add flag that can control NUL elision.
7825         * lib/quotearg.h (set_quoting_flags): New prototype.
7826         * lib/quotearg.c (struct quoting_options): Add flag field.
7827         (set_quoting_flags): New function.
7828         (quotearg_buffer_restyled): Add flags parameter.
7829         (quotearg_alloc_mem): Set the flag if length cannot be returned.
7830         (quotearg_n_options): Set the flag, since length cannot be
7831         returned.
7832         (quoting_options_from_style): Default flags correctly.
7833
7834         Quotearg part 1: more wrappers, restore quotearg_char state.
7835         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
7836         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
7837         (quotearg_colon_mem): New wrappers.
7838         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
7839         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
7840         functions.
7841         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
7842         (quotearg_colon_mem): New functions.
7843
7844 2008-02-11  Bruno Haible  <bruno@clisp.org>
7845
7846         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
7847         library in the current directory: it does not work with parallel make.
7848         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7849
7850 2008-02-11  Bruno Haible  <bruno@clisp.org>
7851
7852         * .gitattributes: New file.
7853
7854 2008-02-11  Jim Meyering  <meyering@redhat.com>
7855
7856         useless-if-before-free: Fix reversed exit values.
7857         * build-aux/useless-if-before-free: Use correct values
7858         for EXIT_MATCH and EXIT_NO_MATCH.
7859
7860         * build-aux/useless-if-before-free: Close stdout carefully.
7861
7862 2008-02-10  Bruno Haible  <bruno@clisp.org>
7863
7864         New module 'git-merge-changelog'.
7865         * modules/git-merge-changelog: New file.
7866         * lib/git-merge-changelog.c: New file.
7867
7868 2008-02-10  Jim Meyering  <meyering@redhat.com>
7869
7870         useless-if-before-free: New option: --list (-l).
7871
7872         useless-if-before-free: Don't exit immediately upon open failure.
7873         * build-aux/useless-if-before-free: Exit 2 for errors.
7874         Upon failure to open a file, don't exit immediately.
7875         Rather, just warn and continue with any remaining files.
7876
7877 2008-02-10  Bruno Haible  <bruno@clisp.org>
7878
7879         New abstract list operation 'node_set_value'.
7880         * lib/gl_list.h (gl_list_node_set_value): New function.
7881         (struct gl_list_implementation): New field node_set_value.
7882         * lib/gl_list.c (gl_list_node_set_value): New function.
7883         * lib/gl_array_list.c (gl_array_node_set_value): New function.
7884         (gl_array_list_implementation): Update.
7885         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
7886         (gl_carray_list_implementation): Update.
7887         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
7888         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7889         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7890         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
7891         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7892         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7893         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7894         Update.
7895         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7896         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
7897         (gl_sublist_list_implementation): Update.
7898
7899 2008-02-10  Bruno Haible  <bruno@clisp.org>
7900
7901         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
7902         Needed when ELEMENT is #defined to 'some_type *'.
7903
7904 2008-02-10  Jim Meyering  <meyering@redhat.com>
7905
7906         New script and module: useless-if-before-free
7907         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
7908         * build-aux/useless-if-before-free: New file.
7909         * modules/useless-if-before-free: New file.
7910
7911         * build-aux/gitlog-to-changelog: Use committer date, not author date.
7912
7913         xstrtol_error: Fix typo.
7914         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
7915         s/exit_failure/exit_status/.
7916
7917 2008-02-09  Jim Meyering  <meyering@redhat.com>
7918
7919         New script and module: gitlog-to-changelog
7920         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
7921         * modules/gitlog-to-changelog: New file.
7922         * build-aux/gitlog-to-changelog: New file.
7923
7924 2008-02-08  Jim Meyering  <meyering@redhat.com>
7925
7926         Avoid two "parameter unused" warnings.
7927         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
7928         Mark "st" as used.
7929
7930         Use "git COMMAND", not "git-COMMAND".
7931         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
7932         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
7933         * build-aux/git-version-gen: Use "git status", not "git-status".
7934
7935 2008-02-07  Bruno Haible  <bruno@clisp.org>
7936
7937         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
7938         Avoids a crash on Windows Vista.
7939         Reported by Adam Strzelecki <ono@java.pl> via
7940         Simon Josefsson <simon@josefsson.org>.
7941
7942 2008-02-06  Bruno Haible  <bruno@clisp.org>
7943
7944         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
7945         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
7946         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
7947         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
7948         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
7949         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7950         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
7951         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
7952         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7953         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7954         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7955         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7956         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7957         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7958         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7959         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
7960         left-adjust flag.
7961         * tests/test-snprintf-posix.h (test_function): Likewise.
7962         * tests/test-sprintf-posix.h (test_function): Likewise.
7963         * tests/test-vasprintf-posix.c (test_function): Likewise.
7964         * doc/posix-functions/fprintf.texi: Update.
7965         * doc/posix-functions/printf.texi: Update.
7966         * doc/posix-functions/snprintf.texi: Update.
7967         * doc/posix-functions/sprintf.texi: Update.
7968         * doc/posix-functions/vfprintf.texi: Update.
7969         * doc/posix-functions/vprintf.texi: Update.
7970         * doc/posix-functions/vsnprintf.texi: Update.
7971         * doc/posix-functions/vsprintf.texi: Update.
7972         Reported by Peter Fales <psfales@alcatel-lucent.com>.
7973
7974 2008-02-06  Bruno Haible  <bruno@clisp.org>
7975
7976         Fix bug introduced on 2008-01-26.
7977         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
7978
7979 2008-02-06  Bruno Haible  <bruno@clisp.org>
7980
7981         Fix bug introduced on 2007-06-10.
7982         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
7983         !NEED_PRINTF_FLAG_ZERO.
7984
7985 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
7986
7987         getloadavg: use libperfstat on AIX5
7988         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
7989
7990 2008-02-03  Bruno Haible  <bruno@clisp.org>
7991
7992         * lib/diffseq.h: Add comments about required #includes.
7993         Reported by Michael Biggs <gnulib@doubleplum.net>.
7994
7995 2008-02-01  Bruno Haible  <bruno@clisp.org>
7996
7997         * users.txt: Add gnuit.
7998
7999 2008-01-31  Bruno Haible  <bruno@clisp.org>
8000
8001         * lib/md4.c (set_uint32): Mark as inline.
8002         * lib/md5.c (set_uint32): Likewise.
8003         * lib/sha1.c (set_uint32): Likewise.
8004         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
8005         * m4/md5.m4 (gl_MD5): Likewise.
8006         * m4/sha1.m4 (gl_SHA1): Likewise.
8007
8008 2008-01-31  Jim Meyering  <meyering@redhat.com>
8009
8010         Use "sizeof VAR", rather than a literal "4".
8011         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
8012         * lib/md4.c (md4_read_ctx): Likewise.
8013         * lib/sha1.c (sha1_read_ctx): Likewise.
8014
8015 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8016
8017         * tests/test-sha1.c: New file, based on test-md5.c.
8018
8019         * modules/crypto/sha1-tests: New file.
8020
8021 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8022
8023         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
8024
8025 2008-01-31  Jim Meyering  <meyering@redhat.com>
8026
8027         Prefer "sizeof v" over the equivalent "4".
8028         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
8029         * lib/md5.c (set_uint32): Likewise.
8030         * lib/sha1.c (set_uint32): Likewise.
8031
8032 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8033
8034         * lib/sha1.c (set_uint32): Mark function as static.
8035
8036 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8037
8038         md2: clarify comments to say that alignment is not required.
8039         * lib/md2.h: Remove warning about alignment in comment.
8040         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
8041         never been required.
8042
8043 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8044
8045         md4: adapt alignment constraint fix from sha1.
8046         * lib/md4.c (set_uint32): New function, from sha1.c
8047         (md4_read_ctx): Use it.
8048         (md4_finish_ctx): Doc fix.
8049         * lib/md4.h: Doc fix.
8050
8051 2008-01-31  Simon Josefsson  <simon@josefsson.org>
8052
8053         md5: adapt alignment constraint fix from sha1.
8054         * lib/md5.c (set_uint32): New function, from sha1.c
8055         (md5_read_ctx): Use it.
8056         (md5_finish_ctx): Doc fix.
8057         * lib/md5.h: Doc fix.
8058
8059 2008-01-30  Peter Palfrader  <weasel@debian.org>
8060
8061         sha1: remove the result buffer alignment constraint
8062         * lib/sha1.c (set_uint32): New function.
8063         (sha1_read_ctx): Rewrite to remove the result buffer alignment
8064         constraint.
8065         (sha1_finish_ctx): Remove comment warning about alignment constraint.
8066         * lib/sha1.h: Likewise.
8067
8068 2008-01-30  Andreas Schwab  <schwab@suse.de>
8069             Bruno Haible  <bruno@clisp.org>
8070
8071         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
8072         correct definition of LDBL_MIN_EXP.
8073
8074 2008-01-30  Karl Berry  <karl@gnu.org>
8075
8076         * config/srclist-update: try to preserve x bit on updates.
8077         * config/srclistvars.sh: update for karl.
8078
8079 2008-01-29  Jim Meyering  <meyering@redhat.com>
8080
8081         vasnprintf.c: Avoid warning about unused label
8082         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
8083         "overflow" label definition and associated code with the
8084         same cpp condition that guards the sole use of that label.
8085
8086 2008-01-26  Bruno Haible  <bruno@clisp.org>
8087
8088         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
8089         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
8090         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
8091         * lib/isnanl-nolibm.h (isnanl): Likewise.
8092         Reported by Paul Eggert <eggert@cs.ucla.edu>.
8093
8094 2008-01-26  Bruno Haible  <bruno@clisp.org>
8095
8096         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
8097         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
8098
8099 2008-01-26  Bruno Haible  <bruno@clisp.org>
8100
8101         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
8102         GCC >= 4.0 built-in.
8103         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
8104
8105 2008-01-26  Bruno Haible  <bruno@clisp.org>
8106
8107         Rename isnan, applicable to 'double' only, to isnand.
8108         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
8109         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
8110         (configure.ac): Update.
8111         (Include): Replace "isnan.h" with "isnand.h".
8112         * m4/isnand.m4: Renamed from m4/isnan.m4.
8113         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
8114         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
8115         instead of isnan.c.
8116         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
8117         instead of HAVE_ISNAN_IN_LIBC.
8118         (isnand): Renamed from isnan.
8119         * lib/isnand.c: New file.
8120         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
8121         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
8122         (Makefile.am): Update.
8123         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
8124         Include isnand.h instead of isnan.h.
8125         (main): Test isnand instead of isnan.
8126         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
8127         isnan-nolibm.
8128         * modules/frexp (Depends-on): Likewise.
8129         * modules/frexp-tests (Depends-on): Likewise.
8130         * modules/frexp-nolibm (Depends-on): Likewise.
8131         * modules/frexp-nolibm-tests (Depends-on): Likewise.
8132         * modules/isfinite (Depends-on): Likewise.
8133         * modules/round-tests (Depends-on): Likewise.
8134         * modules/signbit (Depends-on): Likewise.
8135         * modules/signbit-tests (Depends-on): Likewise.
8136         * modules/snprintf-posix (Depends-on): Likewise.
8137         * modules/sprintf-posix (Depends-on): Likewise.
8138         * modules/trunc-tests (Depends-on): Likewise.
8139         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
8140         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
8141         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
8142         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
8143         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
8144         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
8145         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
8146         * modules/vasnprintf-posix (Depends-on): Likewise.
8147         * modules/vasprintf-posix (Depends-on): Likewise.
8148         * modules/vfprintf-posix (Depends-on): Likewise.
8149         * modules/vsnprintf-posix (Depends-on): Likewise.
8150         * modules/vsprintf-posix (Depends-on): Likewise.
8151         * lib/frexp.c: Include isnand.h instead of isnan.h.
8152         (ISNAN): Set to isnand instead of isnan.
8153         * lib/isfinite.c: Include isnand.h instead of isnan.h.
8154         (gl_isfinited): Use isnand instead of isnan.
8155         * lib/signbitd.c: Include isnand.h instead of isnan.h.
8156         (gl_signbitd): Use isnand instead of isnan.
8157         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
8158         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
8159         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
8160         (main): Use isnand instead of isnan.
8161         * tests/test-round1.c: Include isnand.h.
8162         (main): Use isnand instead of isnan.
8163         * tests/test-round2.c: Include isnand.h instead of isnan.h.
8164         (ISNAN): Set to isnand instead of isnan.
8165         * tests/test-trunc1.c: Include isnand.h.
8166         (main): Use isnand instead of isnan.
8167         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
8168         (equal): Use isnand instead of isnan.
8169         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
8170         isnand-nolibm.
8171         * NEWS: Mention the change.
8172
8173 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
8174             Bruno Haible  <bruno@clisp.org>
8175
8176         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
8177         the GCC builtins for signbits are present and set
8178         REPLACE_SIGNBIT_USING_GCC if so.
8179         * lib/math.in.h (signbit): Define using GCC builtins if
8180         REPLACE_SIGNBIT_USING_GCC is set.
8181         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
8182         REPLACE_SIGNBIT_USING_GCC.
8183         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
8184
8185 2008-01-25  Jim Meyering  <meyering@redhat.com>
8186
8187         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
8188         * lib/poll.c: Include <config.h>, not "config.h".
8189         * tests/test-getaddrinfo.c: Likewise.
8190
8191 2008-01-25  Simon Josefsson  <simon@josefsson.org>
8192
8193         * modules/sockets-tests: New file.
8194
8195 2008-01-24  Simon Josefsson  <simon@josefsson.org>
8196
8197         * modules/sockets: New module, can be used to call WSA_Startup and
8198         WSA_Cleanup when needed.
8199
8200         * lib/sockets.h, lib/sockets.c: New files.
8201
8202         * m4/sockets.m4: New file.
8203
8204         * tests/test-sockets.c: New file.
8205
8206 2008-01-19  Bruno Haible  <bruno@clisp.org>
8207
8208         * doc/posix-headers: Renamed from doc/headers.
8209         * doc/posix-functions: Renamed from doc/functions.
8210         * doc/gnulib.texi: Update.
8211
8212 2008-01-19  Bruno Haible  <bruno@clisp.org>
8213
8214         * doc/glibc-functions/strcasestr.texi: Include contents of
8215         doc/functions/strcasestr.texi, fixing the list of platforms.
8216         * doc/functions/strcasestr.texi: Remove file.
8217
8218 2008-01-19  Bruno Haible  <bruno@clisp.org>
8219
8220         * doc/glibc-functions/memmem.texi: Include contents of
8221         doc/functions/memmem.texi.
8222         * doc/functions/memmem.texi: Remove file.
8223
8224 2008-01-18  Bruno Haible  <bruno@clisp.org>
8225
8226         * doc/glibc-functions/*.texi: New files.
8227         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
8228         to use the new files.
8229
8230 2008-01-17  Bruno Haible  <bruno@clisp.org>
8231
8232         * tests/test-gethostname.c (main): Fix printf statement.
8233
8234 2008-01-17  Simon Josefsson  <simon@josefsson.org>
8235
8236         * modules/gethostname-tests: New file.
8237
8238         * tests/test-gethostname.c: New file.
8239
8240 2008-01-17  Simon Josefsson  <simon@josefsson.org>
8241
8242         * lib/gethostname.c: Include string.h unconditionally, strncpy is
8243         used by the UNAME case.  Reported by Bruno Haible
8244         <bruno@clisp.org>.
8245
8246 2008-01-17  Eric Blake  <ebb9@byu.net>
8247
8248         Convert c-strcasestr to be more efficient.
8249         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
8250         (Depends-on): Add c-strcase, remove malloca, strnlen.
8251         * tests/test-c-strcasestr.c (main): Enhance test.
8252         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
8253
8254 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
8255
8256         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
8257         Use it in creating po/Makevars.
8258
8259 2008-01-15  Simon Josefsson  <simon@josefsson.org>
8260
8261         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
8262         Applications that requires it should initialize libgcrypt
8263         manually.
8264
8265 2008-01-16  Simon Josefsson  <simon@josefsson.org>
8266
8267         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
8268
8269 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
8270
8271         Fix problem with getdate on mingw32 reported by Simon Josefsson
8272         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
8273         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
8274         tzname", when deciding whether to declare tzname.
8275         * lib/strftime.c (tzname): Likewise.
8276
8277 2008-01-15  Bruno Haible  <bruno@clisp.org>
8278
8279         Work around a MacOS X 10.5 bug in frexpl().
8280         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
8281         * doc/functions/frexpl.texi: Document the bug.
8282         Reported by Elias Pipping <pipping@gentoo.org>.
8283
8284 2008-01-14  Eric Blake  <ebb9@byu.net>
8285
8286         Touch up previous patch.
8287         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
8288         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
8289
8290         Convert strcasestr module to use Two-Way algorithm.
8291         * modules/strcasestr-simple: New module, based on the old
8292         strcasestr, but with Two-Way rather than KMP.
8293         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
8294         * lib/string.in.h (rpl_strcasestr): Declare.
8295         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
8296         performance.
8297         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
8298         * modules/string (Makefile.am): Support strcasestr.
8299         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
8300         * modules/strcasestr-tests (Depends-on): Check for alarm.
8301         * tests/test-strcasestr.c: Augment test.
8302         * lib/str-two-way.h: Clean up stray macro.
8303         * NEWS: Document new module.
8304         * MODULES.html.sh (string handling): Likewise.
8305         * doc/functions/strcasestr.texi: New file.
8306         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
8307         here, since it is not a POSIX function.
8308
8309 2008-01-14  Colin Watson  <cjwatson@debian.org>
8310             Bruno Haible  <bruno@clisp.org>
8311
8312         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
8313         works fine; if not, set REPLACE_STRSIGNAL.
8314         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
8315         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8316         REPLACE_STRSIGNAL.
8317         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
8318         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
8319         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
8320
8321 2008-01-14  Bruno Haible  <bruno@clisp.org>
8322
8323         * modules/strsignal (Include): Change to <string.h>.
8324
8325 2008-01-14  Colin Watson  <cjwatson@debian.org>
8326
8327         * modules/argp (Notice): Add a notice recommending to change
8328         XGETTEXT_OPTIONS.
8329         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
8330
8331 2008-01-13  Colin Watson  <cjwatson@debian.org>
8332
8333         * modules/strsignal-tests: New file.
8334         * tests/test-strsignal.c: New file.
8335
8336         * lib/strsignal.c: New file, from glibc with modifications.
8337         * lib/siglist.h: New file, from glibc with modifications.
8338         * lib/string.in.h (strsignal): New declaration.
8339         * m4/strsignal.m4: New file.
8340         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8341         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
8342         * modules/strsignal: New file.
8343         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
8344         HAVE_DECL_STRSIGNAL.
8345
8346 2008-01-13  Bruno Haible  <bruno@clisp.org>
8347
8348         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
8349         locale encoding is not ASCII. Needed for OpenBSD 4.0.
8350         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
8351         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8352
8353 2008-01-13  Bruno Haible  <bruno@clisp.org>
8354
8355         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
8356         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
8357         * lib/argp.h (__attribute__): Likewise.
8358         * lib/c-stack.c (__attribute__): Likewise.
8359         * lib/error.h (__attribute__): Likewise.
8360         * lib/fts.c (__attribute__): Likewise.
8361         * lib/openat.h (__attribute__): Likewise.
8362         * lib/stdio.in.h (__attribute__): Likewise.
8363         * lib/string.in.h (__attribute__): Likewise.
8364         * lib/utimens.c (__attribute__): Likewise.
8365         * lib/vasnprintf.h (__attribute__): Likewise.
8366         * lib/xalloc.h (__attribute__): Likewise.
8367         * lib/xprintf.h (__attribute__): Likewise.
8368         * lib/xstrtol.h (__attribute__): Likewise.
8369         * lib/xvasprintf.h (__attribute__): Likewise.
8370
8371 2008-01-12  Bruno Haible  <bruno@clisp.org>
8372
8373         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
8374         * doc/glibc-headers/a.out.texi: New file.
8375         * doc/glibc-headers/aliases.texi: New file.
8376         * doc/glibc-headers/alloca.texi: New file.
8377         * doc/glibc-headers/ar.texi: New file.
8378         * doc/glibc-headers/argp.texi: New file.
8379         * doc/glibc-headers/argz.texi: New file.
8380         * doc/glibc-headers/byteswap.texi: New file.
8381         * doc/glibc-headers/crypt.texi: New file.
8382         * doc/glibc-headers/endian.texi: New file.
8383         * doc/glibc-headers/envz.texi: New file.
8384         * doc/glibc-headers/err.texi: New file.
8385         * doc/glibc-headers/error.texi: New file.
8386         * doc/glibc-headers/execinfo.texi: New file.
8387         * doc/glibc-headers/fpu_control.texi: New file.
8388         * doc/glibc-headers/fstab.texi: New file.
8389         * doc/glibc-headers/fts.texi: New file.
8390         * doc/glibc-headers/getopt.texi: New file.
8391         * doc/glibc-headers/ieee754.texi: New file.
8392         * doc/glibc-headers/ifaddrs.texi: New file.
8393         * doc/glibc-headers/libintl.texi: New file.
8394         * doc/glibc-headers/mcheck.texi: New file.
8395         * doc/glibc-headers/mntent.texi: New file.
8396         * doc/glibc-headers/obstack.texi: New file.
8397         * doc/glibc-headers/paths.texi: New file.
8398         * doc/glibc-headers/printf.texi: New file.
8399         * doc/glibc-headers/pty.texi: New file.
8400         * doc/glibc-headers/resolv.texi: New file.
8401         * doc/glibc-headers/shadow.texi: New file.
8402         * doc/glibc-headers/sysexits.texi: New file.
8403         * doc/glibc-headers/ttyent.texi: New file.
8404
8405 2008-01-12  Jim Meyering  <meyering@redhat.com>
8406
8407         announce-gen: emit Gnulib's git-based version string.
8408         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
8409         New option --gnulib-version=V, where V is expected to be
8410         the output of running git describe in the gnulib directory.
8411         (get_tool_versions): Request feedback on xdelta.  I suspect it's
8412         not useful, and plan to stop publishing an xdelta file with each
8413         coreutils release.
8414
8415         * build-aux/announce-gen: Also check for lzma-compressed files.
8416
8417 2008-01-11  Bruno Haible  <bruno@clisp.org>
8418
8419         * tests/test-memmem.c (main): Increase maximum allowed time.
8420         * tests/test-strstr.c (main): Likewise.
8421
8422 2008-01-11  Bruno Haible  <bruno@clisp.org>
8423
8424         * doc/functions/memmem.texi: Add more precisions about platforms.
8425         * doc/functions/strstr.texi: Likewise.
8426
8427 2008-01-10  Eric Blake  <ebb9@byu.net>
8428
8429         * m4/strstr.m4: Delete cruft from copy-n-paste.
8430         Reported by Bruno Haible.
8431
8432 2008-01-10  Bruno Haible  <bruno@clisp.org>
8433
8434         Make c-strstr rely on strstr.
8435         * lib/c-strstr.c: Don't include str-kmp.h.
8436         (c_strstr): Define in terms of strstr.
8437         * modules/c-strstr (Files): Remove lib/str-kmp.h.
8438         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
8439
8440 2008-01-10  Bruno Haible  <bruno@clisp.org>
8441
8442         * doc/gnulib.texi (String Functions in C Locale): New section.
8443         * doc/c-ctype.texi: New file.
8444         * doc/c-strcase.texi: New file.
8445         * doc/c-strcaseeq.texi: New file.
8446         * doc/c-strcasestr.texi: New file.
8447         * doc/c-strstr.texi: New file.
8448         * doc/c-strtod.texi: New file.
8449         * doc/c-strtold.texi: New file.
8450
8451 2008-01-10  Eric Blake  <ebb9@byu.net>
8452
8453         * lib/relocatable.h: Fix a comment.
8454
8455 2008-01-10  Eric Blake  <ebb9@byu.net>
8456
8457         Share two-way algorithm.
8458         * lib/str-two-way.h: New file, merged from...
8459         * lib/memmem.c: ...here...
8460         * lib/strstr.c: ...and here.
8461         * modules/memmem (Files): Use it.
8462         * modules/strstr (Files): Likewise.
8463
8464         Avoid quadratic strstr implementations.
8465         * lib/strstr.c: New file.
8466         * m4/strstr.m4: Likewise.
8467         * modules/strstr: Likewise.
8468         * modules/strstr-tests: Likewise.
8469         * tests/test-strstr.c: Likewise.
8470         * lib/string.in.h (rpl_strstr): Declare.
8471         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
8472         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
8473         * modules/string (Makefile.am): Likewise.
8474         * MODULES.html.sh (string handling): Mention new module.
8475         * doc/functions/strstr.texi (strstr): Document the bug.
8476
8477 2008-01-10  Bruno Haible  <bruno@clisp.org>
8478
8479         * lib/relocatable.h (relocate): State whether result is freshly
8480         allocated or not.
8481         * lib/relocatable.c (relocate): Return a freshly allocated string
8482         instead of a pointer to a privately held string.
8483         Reported by Sylvain Beucler <beuc@gnu.org>.
8484
8485 2008-01-10  Colin Watson  <cjwatson@debian.org>
8486
8487         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
8488         s/S_ISNLK/S_ISLNK/.
8489
8490 2008-01-09  Bruno Haible  <bruno@clisp.org>
8491
8492         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
8493         and other files.
8494         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
8495         if it's only a guess.
8496         * modules/memmem: Simplify by depending on memmem-simple.
8497
8498 2008-01-09  Bruno Haible  <bruno@clisp.org>
8499
8500         Work around OpenBSD 4.0 tdelete() bug.
8501         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
8502         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
8503         macros and don't redefine the enum values.
8504         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
8505         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
8506         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
8507
8508 2008-01-09  Bruno Haible  <bruno@clisp.org>
8509
8510         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
8511         (main): Don't perform the tests if setlocale did not install a UTF-8
8512         locale. Needed on OpenBSD 4.0.
8513         * modules/wcwidth-tests (Depends-on): Add localcharset.
8514
8515 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8516
8517         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
8518         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
8519         * NEWS: announce this.
8520         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
8521
8522 2008-01-09  Simon Josefsson  <simon@josefsson.org>
8523         and Eric Blake  <ebb9@byu.net>
8524
8525         Add memmem-simple module.
8526         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
8527         (gl_FUNC_MEMMEM): Separate performance from presence checks.
8528         * modules/memmem-simple: New file.
8529         * modules/memmem (Description): Tweak.
8530         * MODULES.html.sh (string handling): Mention new module.
8531         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
8532         addressed by memmem-simple.
8533         * NEWS: Document the difference.
8534
8535 2008-01-09  Eric Blake  <ebb9@byu.net>
8536
8537         Give gcc some memmem optimization hints.
8538         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
8539         (strcasestr): Declare as pure.
8540         * modules/memmem (Maintainer): Claim my implementation.
8541
8542 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8543
8544         Support AIX 6.1 and higher.
8545         * build-aux/config.libpath: Likewise.
8546         * build-aux/config.rpath: Likewise.
8547
8548 2008-01-08  Jim Meyering  <meyering@redhat.com>
8549             Bruno Haible  <bruno@clisp.org>
8550
8551         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
8552         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
8553         Reported by Peter Fales in
8554         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
8555
8556 2008-01-08  Bruno Haible  <bruno@clisp.org>
8557
8558         * modules/unictype/category-of (Depends-on): Add
8559         unictype/category-none.
8560         * modules/unictype/category-and-tests (Depends-on): Add
8561         unictype/category-{L,N,Lu,Nd}.
8562         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
8563         * modules/unictype/category-or-tests (Depends-on): Add
8564         unictype/category-{L,N}.
8565         * modules/unictype/category-name-tests (Depends-on): Add
8566         unictype/category-{Z,Nl}.
8567         Reported by Simon Josefsson.
8568
8569 2008-01-08  Bruno Haible  <bruno@clisp.org>
8570
8571         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
8572         convention better.
8573         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
8574         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
8575         Reported by Peter Miller <millerp@canb.auug.org.au>.
8576
8577 2008-01-08  Eric Blake  <ebb9@byu.net>
8578
8579         Rewrite memmem to guarantee linear complexity without malloc.
8580         * lib/memmem.c (memmem): Use Two-Way rather than
8581         Knuth-Morris-Pratt, to allow O(1) space usage.
8582         (critical_factorization, two_way_short_needle)
8583         (two_way_long_needle): New functions.
8584         (knuth_morris_pratt): Delete.
8585         * modules/memmem (Depends-on): No longer need malloca or stdbool.
8586         Add stdint.
8587         * tests/test-memmem.c (main): Add tests for periodic needle and
8588         sublinear performance.
8589         * doc/functions/memmem.texi (memmem): Document other deficiencies
8590         in cygwin and older glibc.
8591
8592 2008-01-08  Bruno Haible  <bruno@clisp.org>
8593
8594         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
8595         augmentation.
8596
8597 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
8598
8599         Add a configure time option: --disable-acl.
8600         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
8601         AC_ARG_ENABLE(acl).
8602
8603 2008-01-06  Simon Josefsson  <simon@josefsson.org>
8604
8605         * tests/test-localename.c: Don't include obsolete "setenv.h".
8606
8607         * modules/localename-tests (Depends-on): Need unsetenv.
8608
8609 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8610
8611         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
8612
8613 2008-01-06  Colin Watson  <cjwatson@debian.org>
8614
8615         * users.txt: Add man-db.
8616
8617 2008-01-07  Bruno Haible  <bruno@clisp.org>
8618
8619         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
8620         previous section name.
8621
8622 2008-01-07  Bruno Haible  <bruno@clisp.org>
8623
8624         * lib/progname.c (set_program_name): Don't strip off a leading
8625         "lt-" prefix outside a .libs directory.
8626         Suggested by Paul Eggert.
8627
8628 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
8629             Bruno Haible  <bruno@clisp.org>
8630
8631         Improve memory cleanup in 'relocatable' module.
8632         * lib/relocatable.h (compute_curr_prefix): Change return type to
8633         'char *'.
8634         * lib/relocatable.c (compute_curr_prefix): Change return type to
8635         'char *'. Free curr_installdir after use.
8636         (relocate): Free curr_prefix_better after use.
8637         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
8638
8639 2008-01-01  Bruno Haible  <bruno@clisp.org>
8640
8641         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
8642         failure on older glibc systems.
8643         Reported by Peter Fales <psfales@alcatel-lucent.com>.
8644
8645 2008-01-05  Eric Blake  <ebb9@byu.net>
8646
8647         Avoid quadratic system memmem.
8648         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
8649         Reported by Ralf Wildenhues.
8650
8651         Fix memmem test for mingw.
8652         * modules/memmem-tests (configure.ac): Check for alarm.
8653         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
8654         it.
8655         * doc/functions/memmem.texi: New file.
8656         * doc/gnulib.texi (Function Substitutes): Add memmem.
8657         Reported by Bruno Haible.
8658
8659 2008-01-04  Bruno Haible  <bruno@clisp.org>
8660
8661         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
8662         Require gl_HEADER_STRINGS_H_DEFAULTS, not
8663         gl_HEADER_STRING_H_DEFAULTS.
8664
8665 2008-01-04  Eric Blake  <ebb9@byu.net>
8666
8667         Shorten duration of memmem test.
8668         * tests/test-memmem.c (main): Use alarm to declare failure if test
8669         is taking too long.
8670         Reported by Ralf Wildenhues.
8671
8672 2007-12-21  Simon Josefsson  <simon@josefsson.org>
8673
8674         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
8675         string, needed by strerror.
8676
8677 2008-01-03  Colin Watson  <cjwatson@debian.org>
8678             Bruno Haible  <bruno@clisp.org>
8679
8680         * doc/gnulib-tool.texi (Localization): New section.
8681
8682 2008-01-02  Bruno Haible  <bruno@clisp.org>
8683
8684         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
8685         variables to 'unsigned char *' type.
8686         Reported by Paul Eggert.
8687
8688 2008-01-02  Jim Meyering  <jim@meyering.net>
8689
8690         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
8691
8692 2007-12-31  Jim Meyering  <jim@meyering.net>
8693
8694         Avoid use of private FTS type name.
8695         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
8696
8697 2007-12-30  Karl Berry  <karl@gnu.org>
8698
8699         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
8700         work around defect in Texinfo and/or the standalone Info browser.
8701
8702 2007-12-30  Bruno Haible  <bruno@clisp.org>
8703
8704         Unify 5 copies of the KMP code.
8705         * lib/str-kmp.h: New file.
8706         * lib/c-strcasestr.c: Include str-kmp.h.
8707         (knuth_morris_pratt): Remove function.
8708         (c_strcasestr): Update.
8709         * lib/c-strstr.c: Include str-kmp.h.
8710         (knuth_morris_pratt): Remove function.
8711         (c_strcasestr): Update.
8712         * lib/mbscasestr.c: Include str-kmp.h.
8713         (knuth_morris_pratt_unibyte): Remove function.
8714         * lib/mbsstr.c: Include str-kmp.h.
8715         (knuth_morris_pratt_unibyte): Remove function.
8716         * lib/strcasestr.c: Include str-kmp.h.
8717         (knuth_morris_pratt): Remove function.
8718         (strcasestr): Update.
8719         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
8720         * modules/c-strstr (Files): Likewise.
8721         * modules/mbscasestr (Files): Likewise.
8722         * modules/mbsstr (Files): Likewise.
8723         * modules/strcasestr (Files): Likewise.
8724         Suggested by Paul Eggert.
8725
8726 2007-12-30  Bruno Haible  <bruno@clisp.org>
8727
8728         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
8729         defined.
8730
8731 2007-12-30  Bruno Haible  <bruno@clisp.org>
8732
8733         * lib/xmalloca.h: Include xalloc.h.
8734         (xnmalloca): New macro.
8735
8736 2007-12-30  Bruno Haible  <bruno@clisp.org>
8737
8738         * lib/malloca.h (nmalloca): New macro.
8739         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
8740         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
8741         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
8742         knuth_morris_pratt_multibyte): Likewise.
8743         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
8744         knuth_morris_pratt_multibyte): Likewise.
8745         * lib/memmem.c (knuth_morris_pratt): Likewise.
8746         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
8747
8748 2007-12-25  Bruno Haible  <bruno@clisp.org>
8749
8750         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
8751         * lib/glob.c: Don't include openat.h.
8752         (link_exists2_p): Add back the code that deals with the
8753         !GLOB_ALTDIRFUNC case.
8754         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
8755         let it do the filename concatenation.
8756         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
8757         * modules/glob (Depends-on): Remove openat.
8758
8759 2007-12-31  Bruno Haible  <bruno@clisp.org>
8760
8761         * modules/dirfd (License): Change to LGPLv2+.
8762         Approved by Jim Meyering.
8763
8764 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
8765
8766         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
8767         when multiplying M by sizeof (size_t).
8768
8769 2007-12-10  Martin Lambers  <marlam@marlam.de>
8770
8771         Override getpagesize on mingw.
8772         * lib/getpagesize.c: New file.
8773         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
8774         * modules/getpagesize (Files): Add lib/getpagesize.c.
8775         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
8776         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8777         REPLACE_GETPAGESIZE.
8778         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
8779
8780 2007-12-25  Bruno Haible  <bruno@clisp.org>
8781
8782         * modules/localcharset (Notice): New field.
8783         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
8784         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
8785
8786 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
8787             Bruno Haible  <bruno@clisp.org>
8788
8789         Avoid using the syntax symbol() in formatted documentation.
8790         * MODULES.html.sh (func_module): When replacing symbol() with a
8791         hyperlink, remove the parentheses. Show an error if some remain.
8792         Recognize and render the '...' syntax.
8793         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
8794         Rework. Add paragraph about GCC's inlining.
8795         * doc/alloca.texi: Likewise.
8796         * doc/error.texi: Remove parentheses from symbol reference.
8797         * doc/gnulib-intro.texi: Likewise.
8798         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
8799         * modules/fnmatch (Description): Reword to say "the ... function".
8800         * modules/full-read (Description): Likewise.
8801         * modules/full-write (Description): Likewise.
8802         * modules/safe-read (Description): Likewise.
8803         * modules/safe-write (Description): Likewise.
8804         * modules/strchrnul (Description): Likewise.
8805         * modules/trim (Description): Likewise.
8806         * modules/error (Description): Remove parentheses from symbol
8807         references.
8808         * modules/verror (Description): Likewise.
8809         Reported by Karl Berry.
8810
8811 2007-12-25  Bruno Haible  <bruno@clisp.org>
8812
8813         Fixup after 2007-10-16 commit.
8814         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
8815
8816 2007-12-24  Bruno Haible  <bruno@clisp.org>
8817
8818         Make --enable-relocatable work with DESTDIR.
8819         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
8820         to compute installdir from destprog.
8821         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
8822         also set the RELOC_DESTDIR variable.
8823         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
8824
8825 2007-12-24  Bruno Haible  <bruno@clisp.org>
8826
8827         Fix link error due to xalloc_die().
8828         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
8829         of xreadlink.
8830         * lib/relocwrapper.c: Update comments.
8831         * build-aux/install-reloc: Remove xreadlink.c from file list.
8832         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
8833         xreadlink.c.
8834         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
8835
8836 2007-12-24  Bruno Haible  <bruno@clisp.org>
8837
8838         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
8839         * lib/setenv.h: Remove file.
8840         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
8841         lib/setenv.h.
8842         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
8843         (Depends-on): Add stdlib.
8844         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
8845         gl_FUNC_UNSETENV.
8846         (Include): Replace setenv.h with <stdlib.h>.
8847         * modules/unsetenv: New file.
8848         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
8849         * lib/unsetenv.c: Include <stdlib.h> first.
8850         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
8851         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
8852         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
8853         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
8854         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
8855         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
8856         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
8857         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
8858         * doc/functions/unsetenv.texi: Update.
8859         * modules/xsetenv (Depends-on): Add unsetenv.
8860         * modules/getdate (Depends-on): Likewise.
8861         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
8862         * lib/xsetenv.c: Don't include setenv.h.
8863         * lib/getdate.y: Likewise.
8864         * lib/relocwrapper.c: Likewise.
8865         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
8866         (Depends-on): Add stdlib.
8867         * NEWS: Mention the changes.
8868         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
8869
8870 2007-12-23  Bruno Haible  <bruno@clisp.org>
8871
8872         * lib/memmem.c (memmem): Use lowercase variable names. Tab
8873         indentation.
8874
8875 2007-12-23  Bruno Haible  <bruno@clisp.org>
8876
8877         * lib/c-strcasestr.c: Add more comments.
8878         * lib/c-strstr.c: Likewise.
8879         * lib/mbscasestr.c: Likewise.
8880         * lib/mbsstr.c: Likewise.
8881         * lib/strcasestr.c: Likewise.
8882         * lib/memmem.c: Likewise.
8883
8884 2007-12-23  Bruno Haible  <bruno@clisp.org>
8885
8886         * tests/test-memmem.c: Include <string.h> first.
8887
8888 2007-12-22  Bruno Haible  <bruno@clisp.org>
8889
8890         * gnulib-tool (func_create_testdir): Change $auxdir while generating
8891         the contents of $testsbase.
8892         Reported by Ralf Wildenhues.
8893
8894 2007-12-22  Bruno Haible  <bruno@clisp.org>
8895
8896         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
8897         two variables local_ldadd_before, local_ldadd_last.
8898
8899 2007-12-20  Eric Blake  <ebb9@byu.net>
8900
8901         Work around circular library issue when cross-compiling.
8902         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
8903         that progname.o does not need to pull in rpl_memcmp.
8904
8905 2007-12-19  Eric Blake  <ebb9@byu.net>
8906
8907         Fix memmem to avoid O(n^2) worst-case complexity.
8908         * lib/memmem.c (knuth_morris_pratt): New function.
8909         (memmem): Use it if first few naive iterations fail.
8910         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
8911         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
8912         * modules/memchr (License): Likewise.
8913         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
8914         malloca.
8915         * tests/test-memmem.c: Rewrite, borrowing ideas from
8916         test-mbsstr1.c; the old version wouldn't even compile!
8917         * modules/memmem-tests: New file.
8918         * lib/string.in.h (rpl_memmem): Add declaration.
8919         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
8920         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
8921         REPLACE_MEMMEM.
8922
8923 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8924
8925         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
8926         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
8927         before any system include files, and undef after them all.  This
8928         should fix a problem on VMS reported by John E. Malmberg in
8929         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
8930
8931 2007-12-17  Eric Blake  <ebb9@byu.net>
8932
8933         Revert addition of verify, for BSD/OS.
8934         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
8935         can't handle large files, for the sake of obsolete platforms.
8936         * modules/fseeko (Depends-on): Remove verify.
8937         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
8938         * doc/functions/ftello.texi (ftello): Likewise.
8939         * doc/functions/fgetpos.texi (fgetpos): Likewise.
8940         Reported by Larry Jones.
8941
8942 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
8943
8944         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
8945         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
8946
8947 2007-12-17  Jim Meyering  <meyering@redhat.com>
8948
8949         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
8950         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
8951         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
8952         * modules/getcwd (Depends-on): Add openat.
8953         Reported by Petr Salinger.
8954
8955 2007-12-17  Bruno Haible  <bruno@clisp.org>
8956
8957         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
8958         avoid a segmentation fault of the configure test on x86_64 systems.
8959
8960 2007-12-15  Jim Meyering  <meyering@redhat.com>
8961
8962         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
8963
8964 2007-12-13  Eric Blake  <ebb9@byu.net>
8965
8966         Another fseek test.
8967         * tests/test-fseek.c (main): Also test ungetc handling.
8968         * tests/test-fseeko.c (main): Likewise.
8969         * modules/fseeko (Depends-on): Add verify.
8970         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
8971         large.
8972         Reported by Larry Jones.
8973
8974         Fix fseeko on mingw.
8975         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
8976         seek.
8977
8978         Beef up fseek tests.
8979         * tests/test-fseek.c (main): Also test eof handling.
8980         * tests/test-fseeko.c (main): Likewise.
8981         Reported by Larry Jones.
8982
8983 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
8984
8985         Fix fseeko on BSD-based platforms.
8986         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
8987         successful seek.
8988
8989 2007-12-12  Eric Blake  <ebb9@byu.net>
8990
8991         Allow circular dependency of separate libtests.a
8992         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
8993         when use_libtests.
8994
8995 2007-12-11  Eric Blake  <ebb9@byu.net>
8996
8997         Fix bug with -0.0L in previous patch.
8998         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
8999         * tests/test-isnan.c (main): Also test on zeroes.
9000         * tests/test-isnanf.c (main): Likewise.
9001         * tests/test-isnanl.h (main): Likewise.
9002
9003         Detect pseudo-denormals on x86 even when cross-compiling.
9004         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
9005         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
9006         invalid bit patterns that happen to satisfy ==.
9007
9008         Avoid link failures with separate libtests.a.
9009         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
9010         last, to satisfy circular dependencies.
9011
9012 2007-12-11  Eric Blake  <ebb9@byu.net>
9013         and Bruno Haible  <bruno@clisp.org>
9014
9015         Fix OpenBSD 4.0 <float.h> handling of long double.
9016         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
9017         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
9018         * doc/headers/float.texi (float.h): Document OpenBSD bug.
9019
9020 2007-12-11  Jim Meyering  <meyering@redhat.com>
9021
9022         * users.txt: Add libvirt.
9023
9024         Support versions of autoconf prior to 2.59c.
9025         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
9026         if it is not already defined.
9027
9028 2007-12-09  Bruno Haible  <bruno@clisp.org>
9029
9030         Let 'gnulib-tool --import' collect sources needed for the tests in
9031         tests/ rather than in lib/.
9032         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
9033         argument. If true, add rules to generate libtests.a, and put libtests.a
9034         into $(LDADD). Consider source files in subdirectories and set
9035         uses_subdirs.
9036         (func_emit_initmacro_start, func_emit_initmacro_end,
9037         func_emit_initmacro_done): Pass all arguments explicitly.
9038         (func_import): Determine two module lists main_modules,
9039         testsrelated_modules. Determine use_libtests. Determine two variables
9040         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
9041         instead of just sed_transform_lib_file. Determine two variables
9042         main_files and testsrelated_files. Compute 'files' as the union of
9043         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
9044         func_add_or_update. In the generated gnulib-comp.m4, collect the
9045         object files for tests/ in different variables than those for lib/.
9046         Substitute LIBTESTS_LIBDEPS.
9047         (func_create_testdir): Combine the uses_subdirs results from
9048         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
9049
9050 2007-12-09  Bruno Haible  <bruno@clisp.org>
9051
9052         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
9053         the build-aux directory.
9054
9055 2007-12-09  Bruno Haible  <bruno@clisp.org>
9056
9057         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
9058         introduced on 2006-09-09.
9059
9060 2007-12-07  Jim Meyering  <meyering@redhat.com>
9061
9062         Let these macros work also with autoconf-2.59.
9063         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
9064         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
9065         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
9066
9067 2007-12-06  Jim Meyering  <meyering@redhat.com>
9068
9069         Avoid a configure-time syntax error in gl_FUNC_ACL.
9070         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
9071         function in each branch, before testing the cache variable.
9072
9073 2007-12-04  Eric Blake  <ebb9@byu.net>
9074
9075         Make scripts executable.
9076         * build-aux/config.guess: Add execute permissions.
9077         * build-aux/config.sub: Likewise.
9078         * build-aux/gendocs.sh: Likewise.
9079
9080         Fix frexp on mingw.
9081         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
9082         cross-compiling.
9083         * doc/functions/frexp.texi (frexp): Document the bug.
9084
9085         Make cygwin fseeko check more reliable.
9086         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
9087         version numbers, rather than unrelated feature check.
9088         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
9089         * doc/functions/ftello.texi (ftello): Likewise.
9090         Reported by Bruno Haible.
9091
9092         * m4/strerror.m4: Bump version number.
9093
9094 2007-12-03  Bruno Haible  <bruno@clisp.org>
9095
9096         * doc/functions/mprotect.texi: Mention the mingw problem.
9097
9098 2007-12-03  Eric Blake  <ebb9@byu.net>
9099
9100         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
9101         REPLACE_STRERROR is initialized before this macro.
9102
9103 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
9104
9105         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
9106         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
9107         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
9108         put -lsec in even for programs other than 'ls'.  This fixes a problem
9109         for gettext reported by Bruno Haible in
9110         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
9111         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
9112         Add support for Solaris 10.  This isn't efficient, but should get the
9113         job done for now.
9114
9115 2007-12-03  James Youngman  <jay@gnu.org>
9116
9117         * doc/regexprops-generic.texi: change "an close-group" to "a
9118         close-group" and "illegal" to "not allowed".
9119
9120 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9121
9122         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
9123         pr_byname.h. Needed for the rare case when the maintainer has done
9124         "make maintainer-clean" in the source directory and then attempts a
9125         build outside the source directory.
9126         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
9127         scripts_byname.h.
9128
9129 2007-12-02  Martin Lambers <marlam@marlam.de>
9130             Bruno Haible  <bruno@clisp.org>
9131
9132         * lib/getpagesize.h: Remove file.
9133         * lib/unistd.in.h: Include declaration of getpagesize here.
9134         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
9135         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
9136         HAVE_SYS_PARAM_H.
9137         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
9138         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
9139         * modules/getpagesize (Files): Remove lib/getpagesize.h.
9140         (Depends-on): Add unistd.
9141         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9142         (Include): Use <unistd.h> instead of getpagesize.h.
9143         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
9144         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
9145         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
9146         gl_GETPAGESIZE invocation, already handled by module dependency.
9147         * lib/pagealign_alloc.c: Don't include getpagesize.h.
9148
9149 2007-12-02  Bruno Haible  <bruno@clisp.org>
9150
9151         * modules/strings-tests: New file.
9152         * tests/test-strings.c: New file.
9153
9154         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
9155         * lib/strings.in.h: New file.
9156         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
9157         * m4/strings_h.m4: New file.
9158         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
9159         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
9160         * modules/strings: New file.
9161         * modules/string (Makefile.am): Update.
9162         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
9163         Reported by Karl Berry.
9164
9165 2007-12-01  Eric Blake  <ebb9@byu.net>
9166
9167         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
9168         accomodate fix in cygwin 1.5.25.
9169
9170 2007-12-01  Jim Meyering  <meyering@redhat.com>
9171
9172         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
9173         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
9174         that would inhibit utf8-optimization of a regexp containing line-
9175         or buffer-anchors, e.g., `^', `$'.
9176
9177 2007-11-30  Bruno Haible  <bruno@clisp.org>
9178
9179         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
9180         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
9181         glthread_recursive_lock_init.
9182         * lib/lock.c (glthread_recursive_lock_init)
9183         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
9184         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9185
9186 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
9187
9188         New function qset_acl, like set_acl but with syscall semantics.
9189         * lib/acl.h (qset_acl): New decl.
9190         * lib/acl.c (qset_acl): New function.
9191         (set_acl): Use new function.  Use more-consistent diagnostics.
9192
9193 2007-11-28  Jim Meyering  <meyering@redhat.com>
9194
9195         * modules/physmem (License): Change from GPL to LGPLv2+.
9196
9197 2007-11-26  Bruno Haible  <bruno@clisp.org>
9198
9199         * lib/vasnprintf.c (decode_long_double): Don't abort if the
9200         'long double' type has excess precision.
9201         Reported by Jim Meyering in
9202         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
9203
9204 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9205
9206         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
9207         Sync from <http://gnu.org/licenses>.
9208         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
9209         with license text from same location.
9210         * doc/maintain.texi, doc/standards.texi:  Sync from
9211         <http://savannah.gnu.org/projects/gnustandards>.
9212
9213 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
9214         and Jim Meyering  <meyering@redhat.com>
9215
9216         Adjust getdate' grammar to accept a slightly more regular language.
9217         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
9218         Before, the former was rejected.
9219         * lib/getdate.y (digits_to_date_time): New function, factored
9220         out of ...
9221         (number): ...here.  Just call digits_to_date_time.
9222         (hybrid): New non-terminal to handle an <unsigned number,
9223         signed relative offset> sequence consistently.
9224
9225 2007-11-18  Jim Meyering  <meyering@redhat.com>
9226
9227         Pull my changes from coreutils:
9228         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
9229         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
9230         use of $gnulib_tool_option_extras, so that it's separated from the
9231         preceding argument.
9232
9233         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
9234         * build-aux/bootstrap (cp_mark_as_generated): Create any required
9235         parent destination directories before copying a file into place.
9236
9237 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9238
9239         bootstrap: work also with 4-argument variant of AC_INIT
9240         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
9241
9242 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
9243
9244         Port test-getaddrinfo to Solaris.
9245         Problem reported by Bruno Haible in
9246         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
9247         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
9248         explanation of setting 'hints'.
9249         Don't reject an implementation merely because it returns EAI_SERVICE.
9250         (EAI_SERVICE): Define to 0 if not defined.
9251
9252 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
9253
9254         The license of gnu-make and posix-shell is now "GPLed build tool".
9255         * modules/gnu-make (License): Likewise.
9256         * modules/posix-shell (License): Likewise.
9257
9258         New module posix-shell, for determining a POSIX shell
9259         or perhaps something that is close enough to a POSIX shell.
9260         * m4/posix-shell.m4: New file.
9261         * modules/posix-shell: New file.
9262
9263         * MODULES.html.sh: Mention new module.
9264
9265         New module gnu-make, for determining whether we're using GNU Make.
9266         * m4/gnu-make.m4: New file.
9267         * modules/gnu-make: New file.
9268         * MODULES.html.sh: Mention new module.
9269
9270 2007-11-14  Jim Meyering  <meyering@redhat.com>
9271
9272         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
9273         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
9274         use this macro to create a function _definition_.
9275         Remove useless "#undef ARGMATCH_DIE".
9276
9277 2007-11-14  Bruno Haible  <bruno@clisp.org>
9278
9279         * lib/config.charset: Update for OpenBSD 4.1.
9280         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
9281
9282 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
9283
9284         Document 64-bit #if problems in stdint.texi.
9285         * doc/headers/stdint.texi (stdint.h): Mention problems with
9286         64-bit-#if, and how to work around them.
9287
9288         Don't insist on 'long long int' support in the preprocessor.  It
9289         breaks too many things.  For example, PRIdMAX still uses a 'long
9290         long int' format with the latest Sun compiler, even though
9291         HAVE_LONG_LONG_INT isn't defined due to that compiler's
9292         preprocessor problem.  This causes the latest coreutils to dump
9293         core on Solaris 10 sparc with the Sun C compiler.
9294         Instead, fix the 2007-10-16 problem in a different way, by evaluating
9295         the troublesome expressions at configure-time, not at #if-time.
9296         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
9297         preprocessor.
9298         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
9299         compile-time C checks, done at 'configure'-time.
9300         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
9301         * modules/inttypes (Makefile): Substitute the new symbols that
9302         gl_INTTYPES_H now generates.
9303         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
9304
9305 2007-11-12  Bruno Haible  <bruno@clisp.org>
9306
9307         Tests for Unicode character classification functions.
9308
9309         * modules/unictype/bidicategory-byname-tests: New file.
9310         * modules/unictype/bidicategory-name-tests: New file.
9311         * modules/unictype/bidicategory-of-tests: New file.
9312         * modules/unictype/bidicategory-test-tests: New file.
9313         * modules/unictype/block-list-tests: New file.
9314         * modules/unictype/block-of-tests: New file.
9315         * modules/unictype/block-test-tests: New file.
9316         * modules/unictype/category-C-tests: New file.
9317         * modules/unictype/category-Cc-tests: New file.
9318         * modules/unictype/category-Cf-tests: New file.
9319         * modules/unictype/category-Cn-tests: New file.
9320         * modules/unictype/category-Co-tests: New file.
9321         * modules/unictype/category-Cs-tests: New file.
9322         * modules/unictype/category-L-tests: New file.
9323         * modules/unictype/category-Ll-tests: New file.
9324         * modules/unictype/category-Lm-tests: New file.
9325         * modules/unictype/category-Lo-tests: New file.
9326         * modules/unictype/category-Lt-tests: New file.
9327         * modules/unictype/category-Lu-tests: New file.
9328         * modules/unictype/category-M-tests: New file.
9329         * modules/unictype/category-Mc-tests: New file.
9330         * modules/unictype/category-Me-tests: New file.
9331         * modules/unictype/category-Mn-tests: New file.
9332         * modules/unictype/category-N-tests: New file.
9333         * modules/unictype/category-Nd-tests: New file.
9334         * modules/unictype/category-Nl-tests: New file.
9335         * modules/unictype/category-No-tests: New file.
9336         * modules/unictype/category-P-tests: New file.
9337         * modules/unictype/category-Pc-tests: New file.
9338         * modules/unictype/category-Pd-tests: New file.
9339         * modules/unictype/category-Pe-tests: New file.
9340         * modules/unictype/category-Pf-tests: New file.
9341         * modules/unictype/category-Pi-tests: New file.
9342         * modules/unictype/category-Po-tests: New file.
9343         * modules/unictype/category-Ps-tests: New file.
9344         * modules/unictype/category-S-tests: New file.
9345         * modules/unictype/category-Sc-tests: New file.
9346         * modules/unictype/category-Sk-tests: New file.
9347         * modules/unictype/category-Sm-tests: New file.
9348         * modules/unictype/category-So-tests: New file.
9349         * modules/unictype/category-Z-tests: New file.
9350         * modules/unictype/category-Zl-tests: New file.
9351         * modules/unictype/category-Zp-tests: New file.
9352         * modules/unictype/category-Zs-tests: New file.
9353         * modules/unictype/category-and-not-tests: New file.
9354         * modules/unictype/category-and-tests: New file.
9355         * modules/unictype/category-byname-tests: New file.
9356         * modules/unictype/category-name-tests: New file.
9357         * modules/unictype/category-none-tests: New file.
9358         * modules/unictype/category-of-tests: New file.
9359         * modules/unictype/category-or-tests: New file.
9360         * modules/unictype/category-test-withtable-tests: New file.
9361         * modules/unictype/combining-class-tests: New file.
9362         * modules/unictype/ctype-alnum-tests: New file.
9363         * modules/unictype/ctype-alpha-tests: New file.
9364         * modules/unictype/ctype-blank-tests: New file.
9365         * modules/unictype/ctype-cntrl-tests: New file.
9366         * modules/unictype/ctype-digit-tests: New file.
9367         * modules/unictype/ctype-graph-tests: New file.
9368         * modules/unictype/ctype-lower-tests: New file.
9369         * modules/unictype/ctype-print-tests: New file.
9370         * modules/unictype/ctype-punct-tests: New file.
9371         * modules/unictype/ctype-space-tests: New file.
9372         * modules/unictype/ctype-upper-tests: New file.
9373         * modules/unictype/ctype-xdigit-tests: New file.
9374         * modules/unictype/decimal-digit-tests: New file.
9375         * modules/unictype/digit-tests: New file.
9376         * modules/unictype/mirror-tests: New file.
9377         * modules/unictype/numeric-tests: New file.
9378         * modules/unictype/property-alphabetic-tests: New file.
9379         * modules/unictype/property-ascii-hex-digit-tests: New file.
9380         * modules/unictype/property-bidi-arabic-digit-tests: New file.
9381         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
9382         * modules/unictype/property-bidi-block-separator-tests: New file.
9383         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
9384         * modules/unictype/property-bidi-common-separator-tests: New file.
9385         * modules/unictype/property-bidi-control-tests: New file.
9386         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
9387         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
9388         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
9389         * modules/unictype/property-bidi-european-digit-tests: New file.
9390         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
9391         * modules/unictype/property-bidi-left-to-right-tests: New file.
9392         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
9393         * modules/unictype/property-bidi-other-neutral-tests: New file.
9394         * modules/unictype/property-bidi-pdf-tests: New file.
9395         * modules/unictype/property-bidi-segment-separator-tests: New file.
9396         * modules/unictype/property-bidi-whitespace-tests: New file.
9397         * modules/unictype/property-byname-tests: New file.
9398         * modules/unictype/property-combining-tests: New file.
9399         * modules/unictype/property-composite-tests: New file.
9400         * modules/unictype/property-currency-symbol-tests: New file.
9401         * modules/unictype/property-dash-tests: New file.
9402         * modules/unictype/property-decimal-digit-tests: New file.
9403         * modules/unictype/property-default-ignorable-code-point-tests: New file.
9404         * modules/unictype/property-deprecated-tests: New file.
9405         * modules/unictype/property-diacritic-tests: New file.
9406         * modules/unictype/property-extender-tests: New file.
9407         * modules/unictype/property-format-control-tests: New file.
9408         * modules/unictype/property-grapheme-base-tests: New file.
9409         * modules/unictype/property-grapheme-extend-tests: New file.
9410         * modules/unictype/property-grapheme-link-tests: New file.
9411         * modules/unictype/property-hex-digit-tests: New file.
9412         * modules/unictype/property-hyphen-tests: New file.
9413         * modules/unictype/property-id-continue-tests: New file.
9414         * modules/unictype/property-id-start-tests: New file.
9415         * modules/unictype/property-ideographic-tests: New file.
9416         * modules/unictype/property-ids-binary-operator-tests: New file.
9417         * modules/unictype/property-ids-trinary-operator-tests: New file.
9418         * modules/unictype/property-ignorable-control-tests: New file.
9419         * modules/unictype/property-iso-control-tests: New file.
9420         * modules/unictype/property-join-control-tests: New file.
9421         * modules/unictype/property-left-of-pair-tests: New file.
9422         * modules/unictype/property-line-separator-tests: New file.
9423         * modules/unictype/property-logical-order-exception-tests: New file.
9424         * modules/unictype/property-lowercase-tests: New file.
9425         * modules/unictype/property-math-tests: New file.
9426         * modules/unictype/property-non-break-tests: New file.
9427         * modules/unictype/property-not-a-character-tests: New file.
9428         * modules/unictype/property-numeric-tests: New file.
9429         * modules/unictype/property-other-alphabetic-tests: New file.
9430         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
9431         * modules/unictype/property-other-grapheme-extend-tests: New file.
9432         * modules/unictype/property-other-id-continue-tests: New file.
9433         * modules/unictype/property-other-id-start-tests: New file.
9434         * modules/unictype/property-other-lowercase-tests: New file.
9435         * modules/unictype/property-other-math-tests: New file.
9436         * modules/unictype/property-other-uppercase-tests: New file.
9437         * modules/unictype/property-paired-punctuation-tests: New file.
9438         * modules/unictype/property-paragraph-separator-tests: New file.
9439         * modules/unictype/property-pattern-syntax-tests: New file.
9440         * modules/unictype/property-pattern-white-space-tests: New file.
9441         * modules/unictype/property-private-use-tests: New file.
9442         * modules/unictype/property-punctuation-tests: New file.
9443         * modules/unictype/property-quotation-mark-tests: New file.
9444         * modules/unictype/property-radical-tests: New file.
9445         * modules/unictype/property-sentence-terminal-tests: New file.
9446         * modules/unictype/property-soft-dotted-tests: New file.
9447         * modules/unictype/property-space-tests: New file.
9448         * modules/unictype/property-terminal-punctuation-tests: New file.
9449         * modules/unictype/property-test-tests: New file.
9450         * modules/unictype/property-titlecase-tests: New file.
9451         * modules/unictype/property-unassigned-code-value-tests: New file.
9452         * modules/unictype/property-unified-ideograph-tests: New file.
9453         * modules/unictype/property-uppercase-tests: New file.
9454         * modules/unictype/property-variation-selector-tests: New file.
9455         * modules/unictype/property-white-space-tests: New file.
9456         * modules/unictype/property-xid-continue-tests: New file.
9457         * modules/unictype/property-xid-start-tests: New file.
9458         * modules/unictype/property-zero-width-tests: New file.
9459         * modules/unictype/scripts-tests: New file.
9460         * modules/unictype/syntax-c-ident-tests: New file.
9461         * modules/unictype/syntax-c-whitespace-tests: New file.
9462         * modules/unictype/syntax-java-ident-tests: New file.
9463         * modules/unictype/syntax-java-whitespace-tests: New file.
9464         * tests/unictype/test-bidi_byname.c: New file.
9465         * tests/unictype/test-bidi_name.c: New file.
9466         * tests/unictype/test-bidi_of.c: New file.
9467         * tests/unictype/test-bidi_test.c: New file.
9468         * tests/unictype/test-block_list.c: New file.
9469         * tests/unictype/test-block_of.c: New file.
9470         * tests/unictype/test-block_test.c: New file.
9471         * tests/unictype/test-categ_and.c: New file.
9472         * tests/unictype/test-categ_and_not.c: New file.
9473         * tests/unictype/test-categ_byname.c: New file.
9474         * tests/unictype/test-categ_name.c: New file.
9475         * tests/unictype/test-categ_none.c: New file.
9476         * tests/unictype/test-categ_of.c: New file.
9477         * tests/unictype/test-categ_or.c: New file.
9478         * tests/unictype/test-categ_test_withtable.c: New file.
9479         * tests/unictype/test-combining.c: New file.
9480         * tests/unictype/test-decdigit.c: New file.
9481         * tests/unictype/test-digit.c: New file.
9482         * tests/unictype/test-mirror.c: New file.
9483         * tests/unictype/test-numeric.c: New file.
9484         * tests/unictype/test-pr_byname.c: New file.
9485         * tests/unictype/test-pr_test.c: New file.
9486         * tests/unictype/test-predicate-part1.h: New file.
9487         * tests/unictype/test-predicate-part2.h: New file.
9488         * tests/unictype/test-scripts.c: New file.
9489         * tests/unictype/test-sy_c_ident.c: New file.
9490         * tests/unictype/test-sy_java_ident.c: New file.
9491
9492         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
9493         for Unicode 5.0.0.
9494         * tests/unictype/test-categ_Cc.c: Likewise.
9495         * tests/unictype/test-categ_Cf.c: Likewise.
9496         * tests/unictype/test-categ_Cn.c: Likewise.
9497         * tests/unictype/test-categ_Co.c: Likewise.
9498         * tests/unictype/test-categ_Cs.c: Likewise.
9499         * tests/unictype/test-categ_L.c: Likewise.
9500         * tests/unictype/test-categ_Ll.c: Likewise.
9501         * tests/unictype/test-categ_Lm.c: Likewise.
9502         * tests/unictype/test-categ_Lo.c: Likewise.
9503         * tests/unictype/test-categ_Lt.c: Likewise.
9504         * tests/unictype/test-categ_Lu.c: Likewise.
9505         * tests/unictype/test-categ_M.c: Likewise.
9506         * tests/unictype/test-categ_Mc.c: Likewise.
9507         * tests/unictype/test-categ_Me.c: Likewise.
9508         * tests/unictype/test-categ_Mn.c: Likewise.
9509         * tests/unictype/test-categ_N.c: Likewise.
9510         * tests/unictype/test-categ_Nd.c: Likewise.
9511         * tests/unictype/test-categ_Nl.c: Likewise.
9512         * tests/unictype/test-categ_No.c: Likewise.
9513         * tests/unictype/test-categ_P.c: Likewise.
9514         * tests/unictype/test-categ_Pc.c: Likewise.
9515         * tests/unictype/test-categ_Pd.c: Likewise.
9516         * tests/unictype/test-categ_Pe.c: Likewise.
9517         * tests/unictype/test-categ_Pf.c: Likewise.
9518         * tests/unictype/test-categ_Pi.c: Likewise.
9519         * tests/unictype/test-categ_Po.c: Likewise.
9520         * tests/unictype/test-categ_Ps.c: Likewise.
9521         * tests/unictype/test-categ_S.c: Likewise.
9522         * tests/unictype/test-categ_Sc.c: Likewise.
9523         * tests/unictype/test-categ_Sk.c: Likewise.
9524         * tests/unictype/test-categ_Sm.c: Likewise.
9525         * tests/unictype/test-categ_So.c: Likewise.
9526         * tests/unictype/test-categ_Z.c: Likewise.
9527         * tests/unictype/test-categ_Zl.c: Likewise.
9528         * tests/unictype/test-categ_Zp.c: Likewise.
9529         * tests/unictype/test-categ_Zs.c: Likewise.
9530         * tests/unictype/test-ctype_alnum.c: Likewise.
9531         * tests/unictype/test-ctype_alpha.c: Likewise.
9532         * tests/unictype/test-ctype_blank.c: Likewise.
9533         * tests/unictype/test-ctype_cntrl.c: Likewise.
9534         * tests/unictype/test-ctype_digit.c: Likewise.
9535         * tests/unictype/test-ctype_graph.c: Likewise.
9536         * tests/unictype/test-ctype_lower.c: Likewise.
9537         * tests/unictype/test-ctype_print.c: Likewise.
9538         * tests/unictype/test-ctype_punct.c: Likewise.
9539         * tests/unictype/test-ctype_space.c: Likewise.
9540         * tests/unictype/test-ctype_upper.c: Likewise.
9541         * tests/unictype/test-ctype_xdigit.c: Likewise.
9542         * tests/unictype/test-decdigit.h: Likewise.
9543         * tests/unictype/test-digit.h: Likewise.
9544         * tests/unictype/test-numeric.h: Likewise.
9545         * tests/unictype/test-pr_alphabetic.c: Likewise.
9546         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
9547         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
9548         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
9549         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
9550         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
9551         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
9552         * tests/unictype/test-pr_bidi_control.c: Likewise.
9553         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
9554         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
9555         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
9556         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
9557         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
9558         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
9559         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
9560         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
9561         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
9562         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
9563         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
9564         * tests/unictype/test-pr_combining.c: Likewise.
9565         * tests/unictype/test-pr_composite.c: Likewise.
9566         * tests/unictype/test-pr_currency_symbol.c: Likewise.
9567         * tests/unictype/test-pr_dash.c: Likewise.
9568         * tests/unictype/test-pr_decimal_digit.c: Likewise.
9569         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
9570         * tests/unictype/test-pr_deprecated.c: Likewise.
9571         * tests/unictype/test-pr_diacritic.c: Likewise.
9572         * tests/unictype/test-pr_extender.c: Likewise.
9573         * tests/unictype/test-pr_format_control.c: Likewise.
9574         * tests/unictype/test-pr_grapheme_base.c: Likewise.
9575         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
9576         * tests/unictype/test-pr_grapheme_link.c: Likewise.
9577         * tests/unictype/test-pr_hex_digit.c: Likewise.
9578         * tests/unictype/test-pr_hyphen.c: Likewise.
9579         * tests/unictype/test-pr_id_continue.c: Likewise.
9580         * tests/unictype/test-pr_id_start.c: Likewise.
9581         * tests/unictype/test-pr_ideographic.c: Likewise.
9582         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
9583         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
9584         * tests/unictype/test-pr_ignorable_control.c: Likewise.
9585         * tests/unictype/test-pr_iso_control.c: Likewise.
9586         * tests/unictype/test-pr_join_control.c: Likewise.
9587         * tests/unictype/test-pr_left_of_pair.c: Likewise.
9588         * tests/unictype/test-pr_line_separator.c: Likewise.
9589         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
9590         * tests/unictype/test-pr_lowercase.c: Likewise.
9591         * tests/unictype/test-pr_math.c: Likewise.
9592         * tests/unictype/test-pr_non_break.c: Likewise.
9593         * tests/unictype/test-pr_not_a_character.c: Likewise.
9594         * tests/unictype/test-pr_numeric.c: Likewise.
9595         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
9596         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
9597         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
9598         * tests/unictype/test-pr_other_id_continue.c: Likewise.
9599         * tests/unictype/test-pr_other_id_start.c: Likewise.
9600         * tests/unictype/test-pr_other_lowercase.c: Likewise.
9601         * tests/unictype/test-pr_other_math.c: Likewise.
9602         * tests/unictype/test-pr_other_uppercase.c: Likewise.
9603         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
9604         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
9605         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
9606         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
9607         * tests/unictype/test-pr_private_use.c: Likewise.
9608         * tests/unictype/test-pr_punctuation.c: Likewise.
9609         * tests/unictype/test-pr_quotation_mark.c: Likewise.
9610         * tests/unictype/test-pr_radical.c: Likewise.
9611         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
9612         * tests/unictype/test-pr_soft_dotted.c: Likewise.
9613         * tests/unictype/test-pr_space.c: Likewise.
9614         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
9615         * tests/unictype/test-pr_titlecase.c: Likewise.
9616         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
9617         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
9618         * tests/unictype/test-pr_uppercase.c: Likewise.
9619         * tests/unictype/test-pr_variation_selector.c: Likewise.
9620         * tests/unictype/test-pr_white_space.c: Likewise.
9621         * tests/unictype/test-pr_xid_continue.c: Likewise.
9622         * tests/unictype/test-pr_xid_start.c: Likewise.
9623         * tests/unictype/test-pr_zero_width.c: Likewise.
9624         * tests/unictype/test-sy_c_whitespace.c: Likewise.
9625         * tests/unictype/test-sy_java_whitespace.c: Likewise.
9626
9627 2007-11-12  Bruno Haible  <bruno@clisp.org>
9628
9629         Unicode character classification functions.
9630         * lib/unictype.h: New file.
9631         * modules/unictype/base: New file.
9632         * modules/unictype/category-L: New file.
9633         * modules/unictype/category-Lu: New file.
9634         * modules/unictype/category-Ll: New file.
9635         * modules/unictype/category-Lt: New file.
9636         * modules/unictype/category-Lm: New file.
9637         * modules/unictype/category-Lo: New file.
9638         * modules/unictype/category-M: New file.
9639         * modules/unictype/category-Mn: New file.
9640         * modules/unictype/category-Mc: New file.
9641         * modules/unictype/category-Me: New file.
9642         * modules/unictype/category-N: New file.
9643         * modules/unictype/category-Nd: New file.
9644         * modules/unictype/category-Nl: New file.
9645         * modules/unictype/category-No: New file.
9646         * modules/unictype/category-P: New file.
9647         * modules/unictype/category-Pc: New file.
9648         * modules/unictype/category-Pd: New file.
9649         * modules/unictype/category-Ps: New file.
9650         * modules/unictype/category-Pe: New file.
9651         * modules/unictype/category-Pi: New file.
9652         * modules/unictype/category-Pf: New file.
9653         * modules/unictype/category-Po: New file.
9654         * modules/unictype/category-S: New file.
9655         * modules/unictype/category-Sm: New file.
9656         * modules/unictype/category-Sc: New file.
9657         * modules/unictype/category-Sk: New file.
9658         * modules/unictype/category-So: New file.
9659         * modules/unictype/category-Z: New file.
9660         * modules/unictype/category-Zs: New file.
9661         * modules/unictype/category-Zl: New file.
9662         * modules/unictype/category-Zp: New file.
9663         * modules/unictype/category-C: New file.
9664         * modules/unictype/category-Cc: New file.
9665         * modules/unictype/category-Cf: New file.
9666         * modules/unictype/category-Cs: New file.
9667         * modules/unictype/category-Co: New file.
9668         * modules/unictype/category-Cn: New file.
9669         * modules/unictype/category-or: New file.
9670         * modules/unictype/category-of: New file.
9671         * modules/unictype/category-test: New file.
9672         * modules/unictype/category-test-withtable: New file.
9673         * modules/unictype/category-byname: New file.
9674         * modules/unictype/category-none: New file.
9675         * modules/unictype/category-and: New file.
9676         * modules/unictype/category-and-not: New file.
9677         * modules/unictype/category-name: New file.
9678         * modules/unictype/combining-class: New file.
9679         * modules/unictype/category-all: New file.
9680         * modules/unictype/bidicategory-all: New file.
9681         * modules/unictype/bidicategory-byname: New file.
9682         * modules/unictype/bidicategory-name: New file.
9683         * modules/unictype/bidicategory-of: New file.
9684         * modules/unictype/bidicategory-test: New file.
9685         * modules/unictype/decimal-digit: New file.
9686         * modules/unictype/digit: New file.
9687         * modules/unictype/numeric: New file.
9688         * modules/unictype/mirror: New file.
9689         * modules/unictype/property-white-space: New file.
9690         * modules/unictype/property-alphabetic: New file.
9691         * modules/unictype/property-other-alphabetic: New file.
9692         * modules/unictype/property-not-a-character: New file.
9693         * modules/unictype/property-default-ignorable-code-point: New file.
9694         * modules/unictype/property-other-default-ignorable-code-point: New
9695         file.
9696         * modules/unictype/property-deprecated: New file.
9697         * modules/unictype/property-logical-order-exception: New file.
9698         * modules/unictype/property-variation-selector: New file.
9699         * modules/unictype/property-private-use: New file.
9700         * modules/unictype/property-unassigned-code-value: New file.
9701         * modules/unictype/property-uppercase: New file.
9702         * modules/unictype/property-other-uppercase: New file.
9703         * modules/unictype/property-lowercase: New file.
9704         * modules/unictype/property-other-lowercase: New file.
9705         * modules/unictype/property-titlecase: New file.
9706         * modules/unictype/property-soft-dotted: New file.
9707         * modules/unictype/property-id-start: New file.
9708         * modules/unictype/property-other-id-start: New file.
9709         * modules/unictype/property-id-continue: New file.
9710         * modules/unictype/property-other-id-continue: New file.
9711         * modules/unictype/property-xid-start: New file.
9712         * modules/unictype/property-xid-continue: New file.
9713         * modules/unictype/property-pattern-white-space: New file.
9714         * modules/unictype/property-pattern-syntax: New file.
9715         * modules/unictype/property-join-control: New file.
9716         * modules/unictype/property-grapheme-base: New file.
9717         * modules/unictype/property-grapheme-extend: New file.
9718         * modules/unictype/property-other-grapheme-extend: New file.
9719         * modules/unictype/property-grapheme-link: New file.
9720         * modules/unictype/property-bidi-control: New file.
9721         * modules/unictype/property-bidi-left-to-right: New file.
9722         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
9723         * modules/unictype/property-bidi-arabic-right-to-left: New file.
9724         * modules/unictype/property-bidi-european-digit: New file.
9725         * modules/unictype/property-bidi-eur-num-separator: New file.
9726         * modules/unictype/property-bidi-eur-num-terminator: New file.
9727         * modules/unictype/property-bidi-arabic-digit: New file.
9728         * modules/unictype/property-bidi-common-separator: New file.
9729         * modules/unictype/property-bidi-block-separator: New file.
9730         * modules/unictype/property-bidi-segment-separator: New file.
9731         * modules/unictype/property-bidi-whitespace: New file.
9732         * modules/unictype/property-bidi-non-spacing-mark: New file.
9733         * modules/unictype/property-bidi-boundary-neutral: New file.
9734         * modules/unictype/property-bidi-pdf: New file.
9735         * modules/unictype/property-bidi-embedding-or-override: New file.
9736         * modules/unictype/property-bidi-other-neutral: New file.
9737         * modules/unictype/property-hex-digit: New file.
9738         * modules/unictype/property-ascii-hex-digit: New file.
9739         * modules/unictype/property-ideographic: New file.
9740         * modules/unictype/property-unified-ideograph: New file.
9741         * modules/unictype/property-radical: New file.
9742         * modules/unictype/property-ids-binary-operator: New file.
9743         * modules/unictype/property-ids-trinary-operator: New file.
9744         * modules/unictype/property-zero-width: New file.
9745         * modules/unictype/property-space: New file.
9746         * modules/unictype/property-non-break: New file.
9747         * modules/unictype/property-iso-control: New file.
9748         * modules/unictype/property-format-control: New file.
9749         * modules/unictype/property-dash: New file.
9750         * modules/unictype/property-hyphen: New file.
9751         * modules/unictype/property-punctuation: New file.
9752         * modules/unictype/property-line-separator: New file.
9753         * modules/unictype/property-paragraph-separator: New file.
9754         * modules/unictype/property-quotation-mark: New file.
9755         * modules/unictype/property-sentence-terminal: New file.
9756         * modules/unictype/property-terminal-punctuation: New file.
9757         * modules/unictype/property-currency-symbol: New file.
9758         * modules/unictype/property-math: New file.
9759         * modules/unictype/property-other-math: New file.
9760         * modules/unictype/property-paired-punctuation: New file.
9761         * modules/unictype/property-left-of-pair: New file.
9762         * modules/unictype/property-combining: New file.
9763         * modules/unictype/property-composite: New file.
9764         * modules/unictype/property-decimal-digit: New file.
9765         * modules/unictype/property-numeric: New file.
9766         * modules/unictype/property-diacritic: New file.
9767         * modules/unictype/property-extender: New file.
9768         * modules/unictype/property-ignorable-control: New file.
9769         * modules/unictype/property-test: New file.
9770         * modules/unictype/property-byname: New file.
9771         * modules/unictype/property-all: New file.
9772         * modules/unictype/scripts: New file.
9773         * modules/unictype/scripts-all: New file.
9774         * modules/unictype/block-of: New file.
9775         * modules/unictype/block-test: New file.
9776         * modules/unictype/block-list: New file.
9777         * modules/unictype/block-all: New file.
9778         * modules/unictype/syntax-c-whitespace: New file.
9779         * modules/unictype/syntax-java-whitespace: New file.
9780         * modules/unictype/syntax-c-ident: New file.
9781         * modules/unictype/syntax-java-ident: New file.
9782         * modules/unictype/ctype-alnum: New file.
9783         * modules/unictype/ctype-alpha: New file.
9784         * modules/unictype/ctype-cntrl: New file.
9785         * modules/unictype/ctype-digit: New file.
9786         * modules/unictype/ctype-graph: New file.
9787         * modules/unictype/ctype-lower: New file.
9788         * modules/unictype/ctype-print: New file.
9789         * modules/unictype/ctype-punct: New file.
9790         * modules/unictype/ctype-space: New file.
9791         * modules/unictype/ctype-upper: New file.
9792         * modules/unictype/ctype-xdigit: New file.
9793         * modules/unictype/ctype-blank: New file.
9794         * lib/unictype/bidi_byname.c: New file.
9795         * lib/unictype/bidi_name.c: New file.
9796         * lib/unictype/bidi_of.c: New file.
9797         * lib/unictype/bidi_test.c: New file.
9798         * lib/unictype/bitmap.h: New file.
9799         * lib/unictype/block_test.c: New file.
9800         * lib/unictype/blocks.c: New file.
9801         * lib/unictype/categ_C.c: New file.
9802         * lib/unictype/categ_Cc.c: New file.
9803         * lib/unictype/categ_Cf.c: New file.
9804         * lib/unictype/categ_Cn.c: New file.
9805         * lib/unictype/categ_Co.c: New file.
9806         * lib/unictype/categ_Cs.c: New file.
9807         * lib/unictype/categ_L.c: New file.
9808         * lib/unictype/categ_Ll.c: New file.
9809         * lib/unictype/categ_Lm.c: New file.
9810         * lib/unictype/categ_Lo.c: New file.
9811         * lib/unictype/categ_Lt.c: New file.
9812         * lib/unictype/categ_Lu.c: New file.
9813         * lib/unictype/categ_M.c: New file.
9814         * lib/unictype/categ_Mc.c: New file.
9815         * lib/unictype/categ_Me.c: New file.
9816         * lib/unictype/categ_Mn.c: New file.
9817         * lib/unictype/categ_N.c: New file.
9818         * lib/unictype/categ_Nd.c: New file.
9819         * lib/unictype/categ_Nl.c: New file.
9820         * lib/unictype/categ_No.c: New file.
9821         * lib/unictype/categ_P.c: New file.
9822         * lib/unictype/categ_Pc.c: New file.
9823         * lib/unictype/categ_Pd.c: New file.
9824         * lib/unictype/categ_Pe.c: New file.
9825         * lib/unictype/categ_Pf.c: New file.
9826         * lib/unictype/categ_Pi.c: New file.
9827         * lib/unictype/categ_Po.c: New file.
9828         * lib/unictype/categ_Ps.c: New file.
9829         * lib/unictype/categ_S.c: New file.
9830         * lib/unictype/categ_Sc.c: New file.
9831         * lib/unictype/categ_Sk.c: New file.
9832         * lib/unictype/categ_Sm.c: New file.
9833         * lib/unictype/categ_So.c: New file.
9834         * lib/unictype/categ_Z.c: New file.
9835         * lib/unictype/categ_Zl.c: New file.
9836         * lib/unictype/categ_Zp.c: New file.
9837         * lib/unictype/categ_Zs.c: New file.
9838         * lib/unictype/categ_and.c: New file.
9839         * lib/unictype/categ_and_not.c: New file.
9840         * lib/unictype/categ_byname.c: New file.
9841         * lib/unictype/categ_name.c: New file.
9842         * lib/unictype/categ_none.c: New file.
9843         * lib/unictype/categ_of.c: New file.
9844         * lib/unictype/categ_or.c: New file.
9845         * lib/unictype/categ_test.c: New file.
9846         * lib/unictype/combining.c: New file.
9847         * lib/unictype/ctype_alnum.c: New file.
9848         * lib/unictype/ctype_alpha.c: New file.
9849         * lib/unictype/ctype_blank.c: New file.
9850         * lib/unictype/ctype_cntrl.c: New file.
9851         * lib/unictype/ctype_digit.c: New file.
9852         * lib/unictype/ctype_graph.c: New file.
9853         * lib/unictype/ctype_lower.c: New file.
9854         * lib/unictype/ctype_print.c: New file.
9855         * lib/unictype/ctype_punct.c: New file.
9856         * lib/unictype/ctype_space.c: New file.
9857         * lib/unictype/ctype_upper.c: New file.
9858         * lib/unictype/ctype_xdigit.c: New file.
9859         * lib/unictype/decdigit.c: New file.
9860         * lib/unictype/digit.c: New file.
9861         * lib/unictype/identsyntaxmap.h: New file.
9862         * lib/unictype/mirror.c: New file.
9863         * lib/unictype/numeric.c: New file.
9864         * lib/unictype/pr_alphabetic.c: New file.
9865         * lib/unictype/pr_ascii_hex_digit.c: New file.
9866         * lib/unictype/pr_bidi_arabic_digit.c: New file.
9867         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
9868         * lib/unictype/pr_bidi_block_separator.c: New file.
9869         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
9870         * lib/unictype/pr_bidi_common_separator.c: New file.
9871         * lib/unictype/pr_bidi_control.c: New file.
9872         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
9873         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
9874         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
9875         * lib/unictype/pr_bidi_european_digit.c: New file.
9876         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
9877         * lib/unictype/pr_bidi_left_to_right.c: New file.
9878         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
9879         * lib/unictype/pr_bidi_other_neutral.c: New file.
9880         * lib/unictype/pr_bidi_pdf.c: New file.
9881         * lib/unictype/pr_bidi_segment_separator.c: New file.
9882         * lib/unictype/pr_bidi_whitespace.c: New file.
9883         * lib/unictype/pr_byname.c: New file.
9884         * lib/unictype/pr_byname.gperf: New file.
9885         * lib/unictype/pr_combining.c: New file.
9886         * lib/unictype/pr_composite.c: New file.
9887         * lib/unictype/pr_currency_symbol.c: New file.
9888         * lib/unictype/pr_dash.c: New file.
9889         * lib/unictype/pr_decimal_digit.c: New file.
9890         * lib/unictype/pr_default_ignorable_code_point.c: New file.
9891         * lib/unictype/pr_deprecated.c: New file.
9892         * lib/unictype/pr_diacritic.c: New file.
9893         * lib/unictype/pr_extender.c: New file.
9894         * lib/unictype/pr_format_control.c: New file.
9895         * lib/unictype/pr_grapheme_base.c: New file.
9896         * lib/unictype/pr_grapheme_extend.c: New file.
9897         * lib/unictype/pr_grapheme_link.c: New file.
9898         * lib/unictype/pr_hex_digit.c: New file.
9899         * lib/unictype/pr_hyphen.c: New file.
9900         * lib/unictype/pr_id_continue.c: New file.
9901         * lib/unictype/pr_id_start.c: New file.
9902         * lib/unictype/pr_ideographic.c: New file.
9903         * lib/unictype/pr_ids_binary_operator.c: New file.
9904         * lib/unictype/pr_ids_trinary_operator.c: New file.
9905         * lib/unictype/pr_ignorable_control.c: New file.
9906         * lib/unictype/pr_iso_control.c: New file.
9907         * lib/unictype/pr_join_control.c: New file.
9908         * lib/unictype/pr_left_of_pair.c: New file.
9909         * lib/unictype/pr_line_separator.c: New file.
9910         * lib/unictype/pr_logical_order_exception.c: New file.
9911         * lib/unictype/pr_lowercase.c: New file.
9912         * lib/unictype/pr_math.c: New file.
9913         * lib/unictype/pr_non_break.c: New file.
9914         * lib/unictype/pr_not_a_character.c: New file.
9915         * lib/unictype/pr_numeric.c: New file.
9916         * lib/unictype/pr_other_alphabetic.c: New file.
9917         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
9918         * lib/unictype/pr_other_grapheme_extend.c: New file.
9919         * lib/unictype/pr_other_id_continue.c: New file.
9920         * lib/unictype/pr_other_id_start.c: New file.
9921         * lib/unictype/pr_other_lowercase.c: New file.
9922         * lib/unictype/pr_other_math.c: New file.
9923         * lib/unictype/pr_other_uppercase.c: New file.
9924         * lib/unictype/pr_paired_punctuation.c: New file.
9925         * lib/unictype/pr_paragraph_separator.c: New file.
9926         * lib/unictype/pr_pattern_syntax.c: New file.
9927         * lib/unictype/pr_pattern_white_space.c: New file.
9928         * lib/unictype/pr_private_use.c: New file.
9929         * lib/unictype/pr_punctuation.c: New file.
9930         * lib/unictype/pr_quotation_mark.c: New file.
9931         * lib/unictype/pr_radical.c: New file.
9932         * lib/unictype/pr_sentence_terminal.c: New file.
9933         * lib/unictype/pr_soft_dotted.c: New file.
9934         * lib/unictype/pr_space.c: New file.
9935         * lib/unictype/pr_terminal_punctuation.c: New file.
9936         * lib/unictype/pr_test.c: New file.
9937         * lib/unictype/pr_titlecase.c: New file.
9938         * lib/unictype/pr_unassigned_code_value.c: New file.
9939         * lib/unictype/pr_unified_ideograph.c: New file.
9940         * lib/unictype/pr_uppercase.c: New file.
9941         * lib/unictype/pr_variation_selector.c: New file.
9942         * lib/unictype/pr_white_space.c: New file.
9943         * lib/unictype/pr_xid_continue.c: New file.
9944         * lib/unictype/pr_xid_start.c: New file.
9945         * lib/unictype/pr_zero_width.c: New file.
9946         * lib/unictype/scripts.c: New file.
9947         * lib/unictype/sy_c_ident.c: New file.
9948         * lib/unictype/sy_c_whitespace.c: New file.
9949         * lib/unictype/sy_java_ident.c: New file.
9950         * lib/unictype/sy_java_whitespace.c: New file.
9951
9952         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
9953         Unicode 5.0.0.
9954         * lib/unictype/blocks.h: Likewise.
9955         * lib/unictype/categ_C.h: Likewise.
9956         * lib/unictype/categ_Cc.h: Likewise.
9957         * lib/unictype/categ_Cf.h: Likewise.
9958         * lib/unictype/categ_Cn.h: Likewise.
9959         * lib/unictype/categ_Co.h: Likewise.
9960         * lib/unictype/categ_Cs.h: Likewise.
9961         * lib/unictype/categ_L.h: Likewise.
9962         * lib/unictype/categ_Ll.h: Likewise.
9963         * lib/unictype/categ_Lm.h: Likewise.
9964         * lib/unictype/categ_Lo.h: Likewise.
9965         * lib/unictype/categ_Lt.h: Likewise.
9966         * lib/unictype/categ_Lu.h: Likewise.
9967         * lib/unictype/categ_M.h: Likewise.
9968         * lib/unictype/categ_Mc.h: Likewise.
9969         * lib/unictype/categ_Me.h: Likewise.
9970         * lib/unictype/categ_Mn.h: Likewise.
9971         * lib/unictype/categ_N.h: Likewise.
9972         * lib/unictype/categ_Nd.h: Likewise.
9973         * lib/unictype/categ_Nl.h: Likewise.
9974         * lib/unictype/categ_No.h: Likewise.
9975         * lib/unictype/categ_P.h: Likewise.
9976         * lib/unictype/categ_Pc.h: Likewise.
9977         * lib/unictype/categ_Pd.h: Likewise.
9978         * lib/unictype/categ_Pe.h: Likewise.
9979         * lib/unictype/categ_Pf.h: Likewise.
9980         * lib/unictype/categ_Pi.h: Likewise.
9981         * lib/unictype/categ_Po.h: Likewise.
9982         * lib/unictype/categ_Ps.h: Likewise.
9983         * lib/unictype/categ_S.h: Likewise.
9984         * lib/unictype/categ_Sc.h: Likewise.
9985         * lib/unictype/categ_Sk.h: Likewise.
9986         * lib/unictype/categ_Sm.h: Likewise.
9987         * lib/unictype/categ_So.h: Likewise.
9988         * lib/unictype/categ_Z.h: Likewise.
9989         * lib/unictype/categ_Zl.h: Likewise.
9990         * lib/unictype/categ_Zp.h: Likewise.
9991         * lib/unictype/categ_Zs.h: Likewise.
9992         * lib/unictype/categ_of.h: Likewise.
9993         * lib/unictype/combining.h: Likewise.
9994         * lib/unictype/ctype_alnum.h: Likewise.
9995         * lib/unictype/ctype_alpha.h: Likewise.
9996         * lib/unictype/ctype_blank.h: Likewise.
9997         * lib/unictype/ctype_cntrl.h: Likewise.
9998         * lib/unictype/ctype_digit.h: Likewise.
9999         * lib/unictype/ctype_graph.h: Likewise.
10000         * lib/unictype/ctype_lower.h: Likewise.
10001         * lib/unictype/ctype_print.h: Likewise.
10002         * lib/unictype/ctype_punct.h: Likewise.
10003         * lib/unictype/ctype_space.h: Likewise.
10004         * lib/unictype/ctype_upper.h: Likewise.
10005         * lib/unictype/ctype_xdigit.h: Likewise.
10006         * lib/unictype/decdigit.h: Likewise.
10007         * lib/unictype/digit.h: Likewise.
10008         * lib/unictype/mirror.h: Likewise.
10009         * lib/unictype/numeric.h: Likewise.
10010         * lib/unictype/pr_alphabetic.h: Likewise.
10011         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
10012         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
10013         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
10014         * lib/unictype/pr_bidi_block_separator.h: Likewise.
10015         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
10016         * lib/unictype/pr_bidi_common_separator.h: Likewise.
10017         * lib/unictype/pr_bidi_control.h: Likewise.
10018         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
10019         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
10020         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
10021         * lib/unictype/pr_bidi_european_digit.h: Likewise.
10022         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
10023         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
10024         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
10025         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
10026         * lib/unictype/pr_bidi_pdf.h: Likewise.
10027         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
10028         * lib/unictype/pr_bidi_whitespace.h: Likewise.
10029         * lib/unictype/pr_combining.h: Likewise.
10030         * lib/unictype/pr_composite.h: Likewise.
10031         * lib/unictype/pr_currency_symbol.h: Likewise.
10032         * lib/unictype/pr_dash.h: Likewise.
10033         * lib/unictype/pr_decimal_digit.h: Likewise.
10034         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
10035         * lib/unictype/pr_deprecated.h: Likewise.
10036         * lib/unictype/pr_diacritic.h: Likewise.
10037         * lib/unictype/pr_extender.h: Likewise.
10038         * lib/unictype/pr_format_control.h: Likewise.
10039         * lib/unictype/pr_grapheme_base.h: Likewise.
10040         * lib/unictype/pr_grapheme_extend.h: Likewise.
10041         * lib/unictype/pr_grapheme_link.h: Likewise.
10042         * lib/unictype/pr_hex_digit.h: Likewise.
10043         * lib/unictype/pr_hyphen.h: Likewise.
10044         * lib/unictype/pr_id_continue.h: Likewise.
10045         * lib/unictype/pr_id_start.h: Likewise.
10046         * lib/unictype/pr_ideographic.h: Likewise.
10047         * lib/unictype/pr_ids_binary_operator.h: Likewise.
10048         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
10049         * lib/unictype/pr_ignorable_control.h: Likewise.
10050         * lib/unictype/pr_iso_control.h: Likewise.
10051         * lib/unictype/pr_join_control.h: Likewise.
10052         * lib/unictype/pr_left_of_pair.h: Likewise.
10053         * lib/unictype/pr_line_separator.h: Likewise.
10054         * lib/unictype/pr_logical_order_exception.h: Likewise.
10055         * lib/unictype/pr_lowercase.h: Likewise.
10056         * lib/unictype/pr_math.h: Likewise.
10057         * lib/unictype/pr_non_break.h: Likewise.
10058         * lib/unictype/pr_not_a_character.h: Likewise.
10059         * lib/unictype/pr_numeric.h: Likewise.
10060         * lib/unictype/pr_other_alphabetic.h: Likewise.
10061         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
10062         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
10063         * lib/unictype/pr_other_id_continue.h: Likewise.
10064         * lib/unictype/pr_other_id_start.h: Likewise.
10065         * lib/unictype/pr_other_lowercase.h: Likewise.
10066         * lib/unictype/pr_other_math.h: Likewise.
10067         * lib/unictype/pr_other_uppercase.h: Likewise.
10068         * lib/unictype/pr_paired_punctuation.h: Likewise.
10069         * lib/unictype/pr_paragraph_separator.h: Likewise.
10070         * lib/unictype/pr_pattern_syntax.h: Likewise.
10071         * lib/unictype/pr_pattern_white_space.h: Likewise.
10072         * lib/unictype/pr_private_use.h: Likewise.
10073         * lib/unictype/pr_punctuation.h: Likewise.
10074         * lib/unictype/pr_quotation_mark.h: Likewise.
10075         * lib/unictype/pr_radical.h: Likewise.
10076         * lib/unictype/pr_sentence_terminal.h: Likewise.
10077         * lib/unictype/pr_soft_dotted.h: Likewise.
10078         * lib/unictype/pr_space.h: Likewise.
10079         * lib/unictype/pr_terminal_punctuation.h: Likewise.
10080         * lib/unictype/pr_titlecase.h: Likewise.
10081         * lib/unictype/pr_unassigned_code_value.h: Likewise.
10082         * lib/unictype/pr_unified_ideograph.h: Likewise.
10083         * lib/unictype/pr_uppercase.h: Likewise.
10084         * lib/unictype/pr_variation_selector.h: Likewise.
10085         * lib/unictype/pr_white_space.h: Likewise.
10086         * lib/unictype/pr_xid_continue.h: Likewise.
10087         * lib/unictype/pr_xid_start.h: Likewise.
10088         * lib/unictype/pr_zero_width.h: Likewise.
10089         * lib/unictype/scripts.h: Likewise.
10090         * lib/unictype/scripts_byname.gperf: Likewise.
10091         * lib/unictype/sy_c_ident.h: Likewise.
10092         * lib/unictype/sy_c_whitespace.h: Likewise.
10093         * lib/unictype/sy_java_ident.h: Likewise.
10094         * lib/unictype/sy_java_whitespace.h: Likewise.
10095
10096         * lib/unictype/Makefile: New file.
10097         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
10098         glibc.
10099         * lib/unictype/3level.h: New file, copied from glibc.
10100         * lib/unictype/3levelbit.h: New file.
10101
10102 2007-11-11  Bruno Haible  <bruno@clisp.org>
10103
10104         * modules/gperf: New file.
10105         * modules/iconv_open (Depends-on): Add it.
10106         (Makefile.am): Remove the GPERF definition.
10107
10108 2007-11-11  Bruno Haible  <bruno@clisp.org>
10109
10110         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
10111         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
10112
10113 2007-11-11  Bruno Haible  <bruno@clisp.org>
10114
10115         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
10116         (usage): Remove function.
10117
10118 2007-11-11  Bruno Haible  <bruno@clisp.org>
10119
10120         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
10121         gl_FUNC_CEILF_LIBS.
10122         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
10123         gl_FUNC_CEIL_LIBS.
10124         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
10125         gl_FUNC_CEILL_LIBS.
10126         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
10127         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
10128         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
10129
10130 2007-11-11  Bruno Haible  <bruno@clisp.org>
10131
10132         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
10133         roundf were declared but do not exist on functions.
10134         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
10135         roundl were declared but do not exist on functions.
10136         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
10137         HAVE_FLOORL_AND_CEILL, respectively.
10138         Needed for Sun C on Solaris 10.
10139
10140 2007-11-11  Bruno Haible  <bruno@clisp.org>
10141
10142         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
10143         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
10144         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
10145         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
10146         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
10147         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
10148         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
10149         HAVE_DECL_ROUNDF.
10150         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
10151         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
10152         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
10153         of HAVE_DECL_ROUND*.
10154         * modules/math (Makefile.am): Update.
10155
10156 2007-11-10  Bruno Haible  <bruno@clisp.org>
10157
10158         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
10159         ptrdiff_t as m4/intl.m4.
10160
10161 2007-11-10  Jim Meyering  <meyering@redhat.com>
10162
10163         Avoid link failure for the argmatch test.
10164         * tests/test-argmatch.c (usage): Define function to avoid a link
10165         failure: argmatch_die requires a usage function.
10166
10167 2007-11-09  Bruno Haible  <bruno@clisp.org>
10168
10169         * doc/functions/snprintf.texi: Mention BeOS deficiency.
10170         * doc/functions/vsnprintf.texi: Likewise.
10171         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
10172         with a size argument < 2.
10173
10174 2007-11-09  Bruno Haible  <bruno@clisp.org>
10175
10176         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
10177         buffer. Fixes an inefficiency introduced on 2007-11-03.
10178
10179 2007-11-09  Bruno Haible  <bruno@clisp.org>
10180
10181         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
10182         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
10183
10184 2007-11-08  Jim Meyering  <meyering@redhat.com>
10185
10186         Change cache variable name prefix "jm_" to "gl_" everywhere.
10187         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
10188         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
10189         * m4/uptime.m4: s/gl_/jm_/
10190
10191 2007-11-07  Bruno Haible  <bruno@clisp.org>
10192
10193         Update to GNU gettext 0.17.
10194         * m4/intl.m4: Update to GNU gettext 0.17.
10195         * m4/po.m4: Likewise.
10196         * modules/gettext (Files): Remove m4/ulonglong.m4.
10197         (configure.ac): Require gettext infrastructure from version 0.17.
10198
10199 2007-11-06  Bruno Haible  <bruno@clisp.org>
10200
10201         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
10202         symbolic values are not defined in a public header.
10203         * lib/freadable.c (freadable) [QNX]: Likewise.
10204         * lib/freadahead.c (freadahead) [QNX]: Likewise.
10205         * lib/freading.c (freading) [QNX]: Likewise.
10206         * lib/fseterr.c (fseterr) [QNX]: Likewise.
10207         * lib/fwritable.c (fwritable) [QNX]: Likewise.
10208         * lib/fwriting.c (fwriting) [QNX]: Likewise.
10209         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
10210         Reported by Alain Magloire.
10211
10212         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
10213
10214 2007-11-05  Bruno Haible  <bruno@clisp.org>
10215
10216         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
10217         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
10218         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
10219         Reported by Eric Blake.
10220
10221 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10222             Bruno Haible  <bruno@clisp.org>
10223
10224         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
10225         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
10226         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
10227         (malloc): Undefine also before including <stdlib.h>.
10228         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
10229         Needed on OSF/1 4.0.
10230
10231 2007-11-05  Jim Meyering  <meyering@redhat.com>
10232
10233         git-version-gen: sync from coreutils.
10234         * build-aux/git-version-gen: Add comments.
10235         Change the first '-' to '.' in the snapshot version string,
10236         e.g., 6.9-377-08144 -> 6.9.377-08144
10237         Remove first parameter.
10238         Don't declare a version "-dirty" merely because a time
10239         stamp has changed.
10240
10241 2007-11-04  Bruno Haible  <bruno@clisp.org>
10242
10243         * lib/lock.h: Protect all macro definitions containing an 'if'
10244         statement through a "do { ... } while (0)".
10245         * lib/tls.h: Likewise.
10246
10247 2007-11-04  Bruno Haible  <bruno@clisp.org>
10248
10249         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
10250
10251 2007-11-04  Bruno Haible  <bruno@clisp.org>
10252
10253         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
10254         * modules/fprintf-posix (Depends-on): Add nocrash.
10255         * modules/snprintf-posix (Depends-on): Likewise.
10256         * modules/sprintf-posix (Depends-on): Likewise.
10257         * modules/vasnprintf-posix (Depends-on): Likewise.
10258         * modules/vasprintf-posix (Depends-on): Likewise.
10259         * modules/vfprintf-posix (Depends-on): Likewise.
10260         * modules/vsnprintf-posix (Depends-on): Likewise.
10261         * modules/vsprintf-posix (Depends-on): Likewise.
10262         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
10263         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
10264         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
10265         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
10266         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
10267         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
10268         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
10269
10270 2007-11-04  Bruno Haible  <bruno@clisp.org>
10271
10272         * modules/nocrash: New file.
10273         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
10274         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
10275
10276 2007-11-04  Bruno Haible  <bruno@clisp.org>
10277
10278         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
10279         precision handling.
10280         * tests/test-vasprintf-posix.c (test_function): Likewise.
10281         * tests/test-snprintf-posix.h (test_function): Likewise.
10282         * tests/test-sprintf-posix.h (test_function): Likewise.
10283
10284         Fix *printf behaviour for large precisions on mingw and BeOS.
10285         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
10286         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
10287         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
10288         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
10289         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10290         gl_PRINTF_PRECISION and test its result. Invoke
10291         gl_PREREQ_VASNPRINTF_PRECISION.
10292         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10293         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10294         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10295         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10296         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10297         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10298         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10299         * doc/functions/fprintf.texi: Update.
10300         * doc/functions/printf.texi: Update.
10301         * doc/functions/snprintf.texi: Update.
10302         * doc/functions/sprintf.texi: Update.
10303         * doc/functions/vfprintf.texi: Update.
10304         * doc/functions/vprintf.texi: Update.
10305         * doc/functions/vsnprintf.texi: Update.
10306         * doc/functions/vsprintf.texi: Update.
10307
10308 2007-11-04  Bruno Haible  <bruno@clisp.org>
10309
10310         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
10311
10312 2007-11-04  Bruno Haible  <bruno@clisp.org>
10313
10314         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
10315         Reported by Sylvain Beucler <beuc@gnu.org>.
10316
10317 2007-11-03  Bruno Haible  <bruno@clisp.org>
10318
10319         * tests/test-fprintf-posix2.sh: New file.
10320         * tests/test-fprintf-posix2.c: New file.
10321         * modules/fprintf-posix-tests (Files): Add them.
10322         (TESTS): Add test-fprintf-posix2.sh.
10323         (configure.ac): Check for getrlimit and setrlimit.
10324         (check_PROGRAMS): Add test-fprintf-posix2.
10325
10326         * tests/test-printf-posix2.sh: New file.
10327         * tests/test-printf-posix2.c: New file.
10328         * modules/printf-posix-tests (Files): Add them.
10329         (TESTS): Add test-printf-posix2.sh.
10330         (configure.ac): Check for getrlimit and setrlimit.
10331         (check_PROGRAMS): Add test-printf-posix2.
10332
10333         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
10334         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
10335         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
10336         (decode_double): New function, copied from decode_long_double.
10337         (scale10_round_decimal_decoded): New function, extracted from
10338         scale10_round_decimal_long_double.
10339         (scale10_round_decimal_long_double): Use it.
10340         (scale10_round_decimal_double): New function.
10341         (floorlog10): New function.
10342         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
10343         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
10344         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
10345         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10346         gl_PRINTF_ENOMEM and test its result. Invoke
10347         gl_PREREQ_VASNPRINTF_ENOMEM.
10348         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10349         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10350         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10351         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10352         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10353         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10354         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10355         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
10356         * modules/snprintf-posix (Depends-on): Likewise.
10357         * modules/sprintf-posix (Depends-on): Likewise.
10358         * modules/vasnprintf-posix (Depends-on): Likewise.
10359         * modules/vasprintf-posix (Depends-on): Likewise.
10360         * modules/vfprintf-posix (Depends-on): Likewise.
10361         * modules/vsnprintf-posix (Depends-on): Likewise.
10362         * modules/vsprintf-posix (Depends-on): Likewise.
10363         * doc/functions/fprintf.texi: Update.
10364         * doc/functions/printf.texi: Update.
10365         * doc/functions/snprintf.texi: Update.
10366         * doc/functions/sprintf.texi: Update.
10367         * doc/functions/vfprintf.texi: Update.
10368         * doc/functions/vprintf.texi: Update.
10369         * doc/functions/vsnprintf.texi: Update.
10370         * doc/functions/vsprintf.texi: Update.
10371
10372 2007-11-03  Bruno Haible  <bruno@clisp.org>
10373
10374         * modules/frexp-nolibm-tests: New file.
10375
10376         * modules/frexp-nolibm: New file.
10377         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
10378
10379 2007-11-03  Bruno Haible  <bruno@clisp.org>
10380
10381         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
10382         value is C99 compliant.
10383         Needed for OSF/1 5.1.
10384
10385 2007-11-03  Bruno Haible  <bruno@clisp.org>
10386
10387         Fix out-of-memory handling of vasnprintf.
10388         * lib/printf-parse.c: Include <errno.h>.
10389         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
10390         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
10391         is already set.
10392
10393 2007-11-02  Eric Blake  <ebb9@byu.net>
10394
10395         Fix tests on cygwin.
10396         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
10397
10398 2007-11-01  Bruno Haible  <bruno@clisp.org>
10399
10400         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
10401         warning.
10402         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
10403         needed for POSIX compatibility.
10404
10405 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
10406
10407         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
10408         for compatibility with GNU.
10409
10410 2007-11-01  Bruno Haible  <bruno@clisp.org>
10411
10412         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
10413         (putenv): Renamed from rpl_putenv. Change argument type from
10414         'const char *' to 'char *'.
10415         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
10416         of defining putenv in config.h, just set REPLACE_PUTENV.
10417         * modules/putenv (Depends-on): Add stdlib.
10418         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10419         (Include): Use <stdlib.h>.
10420         * lib/stdlib.in.h (putenv): New declaration.
10421         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
10422         REPLACE_PUTENV.
10423         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
10424         REPLACE_PUTENV.
10425         Needed for MacOS X 10.5.0.
10426         Reported by Peter O'Gorman <peter@pogma.com>.
10427
10428 2007-11-01  Jim Meyering  <meyering@redhat.com>
10429
10430         Treat an empty date string exactly like "0".
10431         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
10432         if the remaining date string (to be parsed) is empty, use "0".
10433         Reported by Mischa Molhoek and discussed in this thread:
10434         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
10435
10436 2007-10-31  Bruno Haible  <bruno@clisp.org>
10437
10438         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
10439         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
10440         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
10441         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
10442         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
10443         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
10444
10445 2007-10-31  Bruno Haible  <bruno@clisp.org>
10446
10447         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
10448         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
10449         (AC_TYPE_LONG_LONG_INT): Use it.
10450         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
10451         it as well.
10452         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
10453         to m4/longlong.m4.
10454         * modules/stdint (Files): Remove m4/ulonglong.m4.
10455         * modules/strtoull (Files): Use m4/longlong.m4 instead of
10456         m4/ulonglong.m4.
10457         * modules/strtoumax (Files): Likewise.
10458
10459 2007-10-30  Bruno Haible  <bruno@clisp.org>
10460
10461         * modules/xvasprintf-posix: New file.
10462         Suggested by Eric Blake.
10463
10464 2007-10-30  Bruno Haible  <bruno@clisp.org>
10465
10466         * modules/xprintf-posix-tests: New file.
10467         * tests/test-xprintf-posix.sh: New file.
10468         * tests/test-xprintf-posix.c: New file.
10469         * tests/test-xfprintf-posix.c: New file.
10470
10471         * modules/xprintf-posix: New file.
10472
10473 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10474
10475         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
10476         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
10477         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
10478
10479 2007-10-29  Bruno Haible  <bruno@clisp.org>
10480
10481         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
10482         contain the special marker '_cv_'.
10483         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
10484         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
10485         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
10486         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
10487         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
10488         Reported by Ralf Wildenhues.
10489
10490 2007-10-29  Bruno Haible  <bruno@clisp.org>
10491
10492         * gnulib-tool (func_import): When --lgpl is not specified, set
10493         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
10494         GPLv3.
10495         Reported by Simon Josefsson.
10496
10497 2007-10-28  Bruno Haible  <bruno@clisp.org>
10498
10499         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
10500         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
10501         HAVE_DECL_ISFINITE.
10502         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
10503         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
10504         HAVE_DECL_ISFINITE.
10505
10506 2007-10-28  Bruno Haible  <bruno@clisp.org>
10507
10508         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
10509         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
10510
10511 2007-10-28  Bruno Haible  <bruno@clisp.org>
10512
10513         Fix link errors with Sun C 5.0 on Solaris 10.
10514         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
10515         function is declared but not present in the compiler's libm.
10516         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
10517         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
10518         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
10519         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
10520         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
10521         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
10522         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
10523         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
10524         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
10525         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
10526         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
10527         HAVE_DECL_FLOORL.
10528
10529 2007-10-28  Bruno Haible  <bruno@clisp.org>
10530
10531         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
10532         gl_FUNC_FLOORL. Cache the result.
10533         (gl_FUNC_FLOORL): Use it.
10534         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
10535         gl_FUNC_CEILL. Cache the result.
10536         (gl_FUNC_CEILL): Use it.
10537
10538         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
10539         gl_FUNC_FLOOR. Cache the result.
10540         (gl_FUNC_FLOOR): Use it.
10541         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
10542         gl_FUNC_CEIL. Cache the result.
10543         (gl_FUNC_CEIL): Use it.
10544
10545         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
10546         gl_FUNC_FLOORF. Cache the result.
10547         (gl_FUNC_FLOORF): Use it.
10548         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
10549         gl_FUNC_CEILF. Cache the result.
10550         (gl_FUNC_CEILF): Use it.
10551
10552 2007-10-28  Bruno Haible  <bruno@clisp.org>
10553
10554         * gnulib-tool: Allow specifying the LGPL version number through
10555         --lgpl=2 or --lgpl=3.
10556         (func_usage): Document --lgpl with argument.
10557         Handle --lgpl=... arguments.
10558         (func_import): Recognize also gl_LGPL calls with an argument. When
10559         --lgpl=2 is used and the module's license is just LGPL, report an
10560         error. Set sed_transform_lib_file according to the lgpl variable. In
10561         the generated files, use --lgpl or gl_LGPL invocations with argument,
10562         if necessary.
10563         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
10564         an LGPv2+ license.
10565         * doc/gnulib-tool.texi (Modified imports): Update explanation of
10566         gl_LGPL macro.
10567
10568 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10569             Bruno Haible  <bruno@clisp.org>
10570
10571         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
10572         (u16_uctomb_aux): Likewise.
10573         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
10574         !HAVE_INLINE.
10575         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
10576
10577 2007-10-28  Bruno Haible  <bruno@clisp.org>
10578
10579         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
10580         Invoke AM_GETTEXT_OPTION if it exists.
10581         * modules/vasprintf: Likewise.
10582         * modules/verror: Likewise.
10583         * modules/xprintf: Likewise.
10584         * modules/xvasprintf: Likewise.
10585
10586 2007-10-27  Ben Pfaff  <blp@gnu.org>
10587
10588         * lib/math.in.h: Define isfinite macro and prototypes for
10589         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
10590         implementations.
10591         * m4/math_h.m4: New substitutions for isfinite module.
10592         * lib/isfinite.c: New file.
10593         * m4/isfinite.m4: New file.
10594         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
10595         * modules/isfinite: New file.
10596         * modules/isfinite-tests: New file.
10597         * tests/tests-isfinite.c: New file.
10598         * doc/functions/isfinite.texi: Mention isfinite module.
10599         * MODULES.html.sh: Mention new module.
10600
10601 2007-10-27  Ben Pfaff  <blp@gnu.org>
10602
10603         Ralf Wildenhues reported that Tru64 4.0D declares the round
10604         functions but does not have definitions.
10605         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
10606         cannot be found in any library, set the output variable to
10607         "missing" instead of "".
10608         * m4/round.m4: Also use our substitute if we cannot find round in
10609         any library, even if it is declared.
10610         * m4/roundf.m4: Likewise for roundf.
10611         * m4/roundl.m4: Likewise for roundl.
10612         * lib/math.in.h: Undefine roundf, round, roundl before defining
10613         their replacements, to allow for hypothetical systems where these
10614         may be defined as macros but not available in libraries.
10615
10616 2007-10-27  Bruno Haible  <bruno@clisp.org>
10617
10618         * doc/gnulib.texi: Invoke @firstparagraphindent.
10619         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
10620         changes in gnulib.
10621         (Source changes): New section.
10622
10623 2007-10-26  Bruno Haible  <bruno@clisp.org>
10624
10625         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
10626         borrowed from autoconf.
10627
10628 2007-10-26  Bruno Haible  <bruno@clisp.org>
10629
10630         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
10631         strerror returned the empty string. Needed on HP-UX 11.00.
10632
10633 2007-10-24  Micah Cowan  <micah@cowan.name>
10634
10635         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
10636         * build-aux/bootstrap: Remove support for now-unnecessary option,
10637         --cvs-user, and envvars CVS_USER, CVS_RSH.
10638
10639 2007-10-24  Jim Meyering  <meyering@redhat.com>
10640
10641         Avoid diagnostics from sha1sum when there is no cached checksum.
10642         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
10643         if the po.s1 file hasn't been created yet.
10644
10645         * build-aux/bootstrap: Sync from coreutils:
10646         2007-10-24  Jim Meyering  <meyering@redhat.com>
10647         Get gnulib from the git repository, not from an obsolete cvs one.
10648         * build-aux/bootstrap: Suggestion from Micah Cowan.
10649         2007-10-04  Jim Meyering  <jim@meyering.net>
10650         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
10651         (update_po_files): Work also when there are no .po files in po/.
10652
10653 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
10654
10655         * README: Append ".git" to git and cg examples.
10656         Problem reported by Benoit Sigoure.
10657
10658 2007-10-23  Micah Cowan  <micah@cowan.name>
10659
10660         * users.txt: Add wget.
10661
10662 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10663
10664         Fix linking of some unistdio tests on FreeBSD.
10665         * modules/unistdio/u16-vsnprintf-tests
10666         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
10667         * modules/unistdio/u16-vsprintf-tests
10668         (test_u16_vsnprintf1_LDADD): Likewise.
10669         * modules/unistdio/u32-vsnprintf-tests
10670         (test_u32_vsnprintf1_LDADD): Likewise.
10671         * modules/unistdio/u32-vsprintf-tests
10672         (test_u32_vsprintf1_LDADD): Likewise.
10673         * modules/unistdio/u8-vsnprintf-tests
10674         (test_u8_vsnprintf1_LDADD): Likewise.
10675         * modules/unistdio/u8-vsprintf-tests
10676         (test_u8_vsprintf1_LDADD): Likewise.
10677         * modules/unistdio/ulc-vsnprintf-tests
10678         (test_ulc_vsnprintf1_LDADD): Likewise.
10679         * modules/unistdio/ulc-vsprintf-tests
10680         (test_ulc_vsprintf1_LDADD): Likewise.
10681
10682         Fix linking of some uniconv tests on FreeBSD.
10683         * modules/uniconv/u16-conv-from-enc-tests
10684         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
10685         * modules/uniconv/u16-conv-to-enc-tests
10686         (test_u16_conv_to_enc_LDADD): Likewise.
10687         * modules/uniconv/u16-strconv-from-enc-tests
10688         (test_u16_strconv_from_enc_LDADD): Likewise.
10689         * modules/uniconv/u16-strconv-to-enc-tests
10690         (test_u16_strconv_to_enc_LDADD): Likewise.
10691         * modules/uniconv/u32-conv-from-enc-tests
10692         (test_u32_conv_from_enc_LDADD): Likewise.
10693         * modules/uniconv/u32-conv-to-enc-tests
10694         (test_u32_conv_to_enc_LDADD): Likewise.
10695         * modules/uniconv/u32-strconv-from-enc-tests
10696         (test_u32_strconv_from_enc_LDADD): Likewise.
10697         * modules/uniconv/u32-strconv-to-enc-tests
10698         (test_u32_strconv_to_enc_LDADD): Likewise.
10699         * modules/uniconv/u8-conv-from-enc-tests
10700         (test_u8_conv_from_enc_LDADD): Likewise.
10701         * modules/uniconv/u8-conv-to-enc-tests
10702         (test_u8_conv_to_enc_LDADD): Likewise.
10703         * modules/uniconv/u8-strconv-from-enc-tests
10704         (test_u8_strconv_from_enc_LDADD): Likewise.
10705         * modules/uniconv/u8-strconv-to-enc-tests
10706         (test_u8_strconv_to_enc_LDADD): Likewise.
10707
10708 2007-10-22  Bruno Haible  <bruno@clisp.org>
10709
10710         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
10711         size.
10712
10713 2007-10-22  Eric Blake  <ebb9@byu.net>
10714
10715         Tweak x*printf documentation.
10716         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
10717         variable name and comments.
10718         Suggested by Bruno Haible.
10719
10720 2007-10-22  Bruno Haible  <bruno@clisp.org>
10721
10722         * lib/acl.c (copy_acl): Fix file name in comment.
10723
10724 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
10725
10726         Fix Tru64 problem with stdbool.h.
10727         * lib/stdbool.in.h (false, true):
10728         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
10729         Don't declare as an enum in this situation; it runs afoul of Tru64.
10730         Problem reported by Steven M. Schweda in
10731         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
10732
10733 2007-10-22  Eric Blake  <ebb9@byu.net>
10734
10735         Also wrap vf?printf.
10736         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
10737         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
10738         (xvprintf, xvfprintf): New functions.
10739
10740 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10741
10742         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
10743         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
10744
10745         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
10746         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
10747
10748 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
10749
10750         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
10751         by Bruno Haible.
10752
10753 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10754
10755         * lib/getloadavg.c
10756         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
10757         Undef `sys' after including sys/table.h, for Tru64 4.0D.
10758
10759         * tests/test-i-ring.c: Work for C89.
10760
10761 2007-10-22  Bruno Haible  <bruno@clisp.org>
10762
10763         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
10764         -1u, in preprocessor expression, so that we don't test for the bug
10765         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
10766         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
10767
10768 2007-10-22  Eric Blake  <ebb9@byu.net>
10769
10770         * tests/test-yesno.sh: Silence stderr during test.
10771
10772 2007-10-22  Simon Josefsson  <simon@josefsson.org>
10773
10774         * modules/crypto/gc-camellia: New file.
10775
10776         * m4/gc-camellia.m4: New file.
10777
10778         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
10779
10780         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
10781
10782 2007-10-22  Simon Josefsson  <simon@josefsson.org>
10783
10784         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
10785         --help to stdout.  Reported by sms@antinode.org (Steven
10786         M. Schweda).
10787
10788 2007-10-22  Simon Josefsson  <simon@josefsson.org>
10789
10790         * users.txt: Fix link to libksba.
10791
10792 2007-10-21  Ben Pfaff  <blp@gnu.org>
10793
10794         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
10795         round.c roundf implementation that depends on floorf and ceilf to
10796         be tested unconditionally.
10797
10798 2007-10-21  Ben Pfaff  <blp@gnu.org>
10799
10800         * m4/check-libm-func.m4: Removed.
10801         * m4/check-math-lib.m4: New file.
10802         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
10803         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
10804         definition and lack of AC_LIBOBJ([roundf]).
10805         * m4/roundl.m4: Ditto, and similarly for roundl.
10806         * modules/round: Reference new m4 file.
10807         * modules/roundf: Ditto.
10808         * modules/roundl: Ditto.
10809         * tests/test-round2.c (main): Use ROUND instead of round.
10810         Bug report from Bruno Haible.
10811
10812 2007-10-21  Bruno Haible  <bruno@clisp.org>
10813
10814         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
10815         context.
10816
10817 2007-10-21  Bruno Haible  <bruno@clisp.org>
10818
10819         * tests/test-wcwidth.c (main): Allow negative result for some control
10820         characters.
10821
10822         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
10823         Needed on OSF/1 5.1.
10824
10825 2007-10-21  Bruno Haible  <bruno@clisp.org>
10826
10827         * tests/test-floorf1.c: Include isnanf.h.
10828         (main): Use isnanf() instead of isnan().
10829         * tests/test-ceilf1.c: Include isnanf.h.
10830         (main): Use isnanf() instead of isnan().
10831         * tests/test-truncf1.c: Include isnanf.h.
10832         (main): Use isnanf() instead of isnan().
10833         * tests/test-roundf1.c: Include isnanf.h.
10834         (main): Use isnanf() instead of isnan().
10835
10836 2007-10-21  Eric Blake  <ebb9@byu.net>
10837
10838         * users.txt: Update URL for m4.
10839
10840 2007-10-21  Bruno Haible  <bruno@clisp.org>
10841
10842         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
10843
10844 2007-10-21  Bruno Haible  <bruno@clisp.org>
10845
10846         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
10847         Git's management files if the CVS files are not present.
10848
10849 2007-10-20  Bruno Haible  <bruno@clisp.org>
10850
10851         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
10852         gcc-3.4.x.
10853
10854 2007-10-20  Ben Pfaff  <blp@gnu.org>
10855
10856         * lib/math.in.h: Declare round, roundf, roundl if we are providing
10857         implementations.
10858         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
10859         * lib/round.c: New file.
10860         * lib/roundf.c: New file.
10861         * lib/roundl.c: New file.
10862         * m4/round.m4: New file.
10863         * m4/roundf.m4: New file.
10864         * m4/roundl.m4: New file.
10865         * m4/check-libm-func-m4: New file.
10866         * modules/math: Replace round, roundf, roundl related @VARS@ in
10867         math.in.h.
10868         * modules/round: New file.
10869         * modules/round-tests: New file.
10870         * modules/roundf: New file.
10871         * modules/roundf-tests: New file.
10872         * modules/roundl: New file.
10873         * modules/roundl-tests: New file.
10874         * tests/test-round1.c: New file.
10875         * tests/test-round2.c: New file.
10876         * tests/test-roundf1.c: New file.
10877         * tests/test-roundf2.c: New file.
10878         * tests/test-roundl.c: New file.
10879         * doc/functions/round.texi: Mention round module.
10880         * doc/functions/roundf.texi: Mention roundf module.
10881         * doc/functions/roundl.texi: Mention roundl module.
10882         * MODULES.html.sh: Mention new modules.
10883         Thanks to Bruno Haible for suggestions.
10884
10885 2007-10-20  Jim Meyering  <meyering@redhat.com>
10886
10887         * lib/xprintf.c: Include <config.h> unconditionally.
10888
10889         Change xprintf's license to GPL.
10890         * modules/xprintf (License): s/LGPL/GPL/, since this module
10891         depends on modules (exit and exitfail) which are GPL.
10892         Suggestion from Bruno Haible.
10893
10894         xprintf fixes.
10895         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
10896         Use a clearer diagnostic.
10897         Patch from Bruno Haible.
10898
10899 2007-10-20  Bruno Haible  <bruno@clisp.org>
10900
10901         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
10902         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
10903         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10904
10905 2007-10-20  Bruno Haible  <bruno@clisp.org>
10906
10907         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
10908         precision in the comparison result > x - 1 or similar.
10909         * tests/test-ceilf2.c (correct_result_p): Likewise.
10910         * tests/test-truncf2.c (correct_result_p): Likewise.
10911         * tests/test-trunc2.c (correct_result_p): Likewise.
10912         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10913
10914 2007-10-20  Bruno Haible  <bruno@clisp.org>
10915
10916         * modules/ceil: New file.
10917         * m4/ceil.m4: New file.
10918         * doc/functions/ceil.texi: Mention the 'ceil' module.
10919
10920 2007-10-20  Bruno Haible  <bruno@clisp.org>
10921
10922         * modules/floor: New file.
10923         * m4/floor.m4: New file.
10924         * doc/functions/floor.texi: Mention the 'floor' module.
10925
10926 2007-10-20  Bruno Haible  <bruno@clisp.org>
10927
10928         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
10929         of %a.
10930         * modules/floorf-tests (Depends-on): Likewise.
10931         * modules/truncf-tests (Depends-on): Likewise.
10932         * modules/trunc-tests (Depends-on): Likewise.
10933         Reported by Ben Pfaff.
10934
10935 2007-10-19  Jim Meyering  <meyering@redhat.com>
10936
10937         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
10938         Don't bother testing specific errno values.  Just test ferror.
10939
10940         New module: xprintf
10941         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
10942
10943 2007-10-19  Bruno Haible  <bruno@clisp.org>
10944
10945         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
10946         syntax.
10947         * modules/javaexec (Makefile.am): Likewise.
10948         * modules/relocatable-prog (Makefile.am): Likewise.
10949         Suggested by Jim Meyering.
10950
10951 2007-10-18  Bruno Haible  <bruno@clisp.org>
10952
10953         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
10954         Reported by Jim Meyering.
10955
10956 2007-10-18  Eric Blake  <ebb9@byu.net>
10957
10958         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
10959
10960 2007-10-18  Bruno Haible  <bruno@clisp.org>
10961
10962         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
10963         the format string into writable memory. Needed in Fortify conditions.
10964
10965 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
10966             Bruno Haible  <bruno@clisp.org>
10967
10968         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
10969         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
10970         * modules/trim (Depends-on): Add mbchar.
10971         (configure.ac): Add gl_FUNC_MBRTOWC.
10972         (Makefile.am): Augment lib_SOURCES.
10973
10974 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
10975
10976         Modify glob.c to use fstatat and dirfd, to simplify it.
10977         Suggested by Eric Blake.
10978         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
10979         Don't include <stdbool.h>; not used.
10980         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
10981         (link_exists_p): Simplify implementation, since we can now assume
10982         dirfd and fstatat.
10983         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
10984
10985 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10986
10987         * gnulib-tool (func_get_dependencies): Fix sed script to
10988         match only tests.
10989
10990 2007-10-17  Bruno Haible  <bruno@clisp.org>
10991
10992         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
10993         allow locale names without encoding suffix.
10994         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
10995         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
10996
10997 2007-10-16  Bruno Haible  <bruno@clisp.org>
10998
10999         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
11000         * lib/getgroups.c (getgroups): Likewise.
11001         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
11002
11003 2007-10-16  Bruno Haible  <bruno@clisp.org>
11004
11005         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
11006         * modules/malloc-posix (License): Likewise.
11007         * modules/realloc-posix (License): Likewise.
11008         * modules/calloc-posix (License): Likewise.
11009         * modules/intprops (License): Change from GPL to LGPL, with
11010         Paul Eggert's approval.
11011
11012 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11013
11014         Merge glibc changes into lib/glob.c.
11015
11016         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
11017         2007-10-15 04:59:03 UTC.  Here are the changes:
11018
11019         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
11020
11021         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
11022
11023         * lib/glob.c: Add some branch prediction throughout.
11024
11025         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
11026
11027         [BZ #5103]
11028         * lib/glob.c (glob): Recognize patterns starting \/.
11029
11030         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
11031
11032         [BZ #3996]
11033         * lib/glob.c (attribute_hidden): Define if not defined.
11034         (glob): Unescape dirname, filename or username when needed and not
11035         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
11036         is NULL.  Handle unescaped [ in pattern without closing ].
11037         Don't pass GLOB_CHECK down to recursive glob for directories.
11038         (__glob_pattern_type): New function.
11039         (__glob_pattern_p): Implement using __glob_pattern_type.
11040         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
11041         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
11042         Remove unreachable code.
11043
11044         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
11045
11046         * lib/glob.c (glob_in_dir): Add some comments and asserts to
11047         explain why there are no leaks.
11048
11049         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
11050
11051         [BZ #3253]
11052         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
11053         time, rather allocate increasingly bigger arrays of pointers, if
11054         possible with alloca, if too large with malloc.
11055
11056 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
11057
11058         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
11059         Problem reported by H.Merijn Brand in
11060         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
11061         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
11062         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
11063
11064 2007-10-15  Bruno Haible  <bruno@clisp.org>
11065
11066         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
11067         with explicit rpl_ prefix.
11068         * lib/fopen.c (fopen): Likewise.
11069         * lib/freopen.c (freopen): Likewise.
11070         * lib/iconv.c (iconv): Likewise.
11071         * lib/iconv_close.c (iconv_close): Likewise.
11072
11073 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11074
11075         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
11076
11077 2007-10-15  Bruno Haible  <bruno@clisp.org>
11078
11079         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
11080         <stddef.h> instead of <stdlib.h> since we only need NULL.
11081         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11082
11083 2007-10-15  Bruno Haible  <bruno@clisp.org>
11084
11085         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
11086         Replace paragraph talking about LIBOBJS.
11087         Reported by Colin Watson <cjwatson@debian.org>.
11088
11089 2007-10-15  Bruno Haible  <bruno@clisp.org>
11090
11091         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
11092         <stdlib.h> before using NULL.
11093
11094 2007-10-15  Simon Josefsson  <simon@josefsson.org>
11095
11096         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
11097         Reported by Albert Chin <china@thewrittenword.com>.
11098
11099 2007-10-14  Bruno Haible  <bruno@clisp.org>
11100
11101         * modules/iconv_open-utf-tests: New file.
11102         * tests/test-iconv-utf.c: New file.
11103
11104         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
11105         * modules/iconv_open-utf: New file.
11106         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
11107         (iconv, iconv_close): New declarations.
11108         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
11109         be defined.
11110         (iconv_open): Add special handling of conversion between UTF-8 and
11111         UTF-{16,32}{BE,LE}.
11112         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
11113         * lib/iconv_close.c: New file.
11114         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
11115         gl_FUNC_ICONV_OPEN.
11116         (gl_FUNC_ICONV_OPEN): Use it.
11117         (gl_FUNC_ICONV_OPEN_UTF): New macro.
11118         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
11119         and REPLACE_ICONV_UTF.
11120         * modules/iconv_open (Depends-on): Add c-strcase.
11121         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
11122         ICONV_CONST.
11123         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
11124
11125 2007-10-13  Albert Chin  <china@thewrittenword.com>
11126             Bruno Haible  <bruno@clisp.org>
11127
11128         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
11129         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
11130
11131 2007-10-13  Bruno Haible  <bruno@clisp.org>
11132
11133         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
11134         defined, use the ISO C99 inline semantics.
11135         * lib/argp.h (ARGP_EI): Likewise.
11136
11137 2007-10-13  Bruno Haible  <bruno@clisp.org>
11138
11139         Handle 'inline' change in gcc 4.3.0.
11140         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
11141         argp_fmtstream_write, argp_fmtstream_set_lmargin,
11142         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
11143         argp_fmtstream_point): Disable 'extern' declaration if the function
11144         definition is going to be provided inline.
11145         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
11146         semantics, not the ISO C99 inline semantics.
11147         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
11148         'extern' declaration if the function definition is going to be provided
11149         inline.
11150         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
11151         the GNU C inline semantics, not the ISO C99 inline semantics. With
11152         GCC 4.2, avoid a warning.
11153
11154 2007-10-13  Bruno Haible  <bruno@clisp.org>
11155
11156         * lib/freading.h (freading): Enable the use of __freading for
11157         glibc >= 2.7.
11158         * lib/freading.c (freading): Likewise.
11159
11160 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
11161
11162         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
11163         "warning: C99 inline functions are not supported; using GNU89".
11164
11165 2007-10-12  Bruno Haible  <bruno@clisp.org>
11166
11167         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
11168         of 2.
11169         * tests/test-ceilf2.c: New file.
11170         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
11171
11172         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
11173         * modules/ceilf-tests: Update.
11174
11175 2007-10-12  Bruno Haible  <bruno@clisp.org>
11176
11177         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
11178         of 2.
11179         * tests/test-floorf2.c: New file.
11180         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
11181
11182         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
11183         * modules/floorf-tests: Update.
11184
11185 2007-10-12  Bruno Haible  <bruno@clisp.org>
11186
11187         * tests/test-trunc2.c: New file.
11188         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
11189
11190         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
11191         * modules/trunc-tests: Update.
11192
11193 2007-10-12  Bruno Haible  <bruno@clisp.org>
11194
11195         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
11196         of 2.
11197         * tests/test-truncf2.c: New file.
11198         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
11199
11200         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
11201         * modules/truncf-tests: Update.
11202
11203 2007-10-11  Eric Blake  <ebb9@byu.net>
11204
11205         Don't claim strerror is broken on Interix.
11206         * doc/functions/strerror.texi (strerror): Known broken systems are
11207         now Solaris 8, and not Interix.
11208         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
11209         Interix on cross-compile.
11210         Reported by Martin Koeppe in
11211         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
11212
11213 2007-10-11  Bruno Haible  <bruno@clisp.org>
11214
11215         * modules/i-ring-tests: New file.
11216         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
11217         instead of assert.
11218
11219 2007-10-11  Bruno Haible  <bruno@clisp.org>
11220
11221         * modules/filenamecat-tests: New file.
11222         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
11223         * lib/filenamecat.c: Remove test code.
11224
11225 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
11226
11227         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
11228
11229         * lib/strerror.c: Include <string.h> always, to test interface,
11230         and to remove the need for the dummy.
11231         Include intprops.h to compute width instead of doing it ourselves
11232         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
11233         (strerror): Define it to return NULL if there's no system strerror.
11234         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
11235         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
11236         ancient pre-strerror Unix systems well any more.  Saying "unknown
11237         system error" is enough.
11238         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
11239         simpler strerror.c implementation.
11240         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
11241         Simplify the tests to reflect the simpler strerror implementation.
11242         * modules/strerror (Depends-on): Add intprops.
11243
11244 2007-10-09  Eric Blake  <ebb9@byu.net>
11245
11246         Silence test-fpending.
11247         * modules/fpending-tests (Files): Add wrapper script.
11248         * tests/test-fpending.sh: New file.
11249
11250 2007-10-09  Bruno Haible  <bruno@clisp.org>
11251
11252         * MODULES.html.sh (func_module): Don't create a hyperlink for
11253         function names like 'printf_frexp'.
11254         (Misc): Add crc, memxor.
11255         (Characteristics of floating types): New section.
11256         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
11257         isnanf-nolibm, signbit, trunc, truncf, truncl.
11258         (Enhancements for ISO C 99 functions): New subsection Input/output.
11259         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
11260         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
11261         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
11262         (Compatibility checks for POSIX:2001 functions): Add clock-time.
11263         (Enhancements for POSIX:2001 functions): Add chdir-long.
11264         (File system functions): Add areadlink, chdir-safer, read-file.
11265         Remove cycle-check.
11266         (File system as inode set): New section.
11267         (Date and time): Add gethrxtime.
11268         (Multithreading): Add openmp.
11269         (Internationalization functions): Add localename.
11270         (Unicode string functions): Add unistr/u*-mbsnlen.
11271         (Support for maintaining and releasing projects): Add git-version-gen.
11272         (Lone files): Remove directories.
11273
11274 2007-10-08  Ben Pfaff  <blp@gnu.org>
11275
11276         * lib/xmalloca.h: Fix typo in comment.
11277
11278 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
11279
11280         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
11281         when avoiding problems with integer overflow.  Use a portable test
11282         instead.
11283
11284 2007-10-08  Simon Josefsson  <simon@josefsson.org>
11285
11286         * modules/dummy (License): Change to LGPLv2+.
11287         * modules/float (License): Likewise
11288         * modules/realloc (License): Likewise
11289         * modules/stdlib (License): Likewise
11290
11291 2007-10-07  Bruno Haible  <bruno@clisp.org>
11292
11293         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
11294         * floor.c (TWO_MANT_DIG): Likewise.
11295         * ceil.c (TWO_MANT_DIG): Likewise.
11296         Reported by Ben Pfaff.
11297
11298 2007-10-07  Bruno Haible  <bruno@clisp.org>
11299
11300         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
11301         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
11302         * lib/frexp.c (FUNC): Likewise.
11303         * lib/printf-frexp.h (printf_frexp): Likewise.
11304         * lib/printf-frexpl.h (printf_frexpl): Likewise.
11305         * lib/printf-frexp.c (FUNC): Likewise.
11306         Suggested by Jim Meyering.
11307
11308 2007-10-07  Jim Meyering  <meyering@redhat.com>
11309
11310         Make xnanosleep's integer overflow test more robust.
11311         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
11312         so that gcc-4.3.0 doesn't optimize away this test for overflow.
11313
11314 2007-10-07  Bruno Haible  <bruno@clisp.org>
11315
11316         * NEWS: Mention the license change.
11317
11318         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
11319         abbreviations in the modules files.
11320
11321         Change copyright notice from GPLv2+ to GPLv3+.
11322         * README: Change copyright notice.
11323         * MODULES.html.sh: Likewise.
11324         * build-aux/bootstrap.conf: Likewise.
11325         * build-aux/config.libpath: Likewise.
11326         * build-aux/csharpcomp.sh.in: Likewise.
11327         * build-aux/csharpexec.sh.in: Likewise.
11328         * build-aux/install-reloc: Likewise.
11329         * build-aux/javacomp.sh.in: Likewise.
11330         * build-aux/javaexec.sh.in: Likewise.
11331         * build-aux/ldd.sh.in: Likewise.
11332         * build-aux/reloc-ldflags: Likewise.
11333         * build-aux/relocatable.sh.in: Likewise.
11334         * build-aux/x-to-1.in: Likewise.
11335         * check-module: Likewise.
11336         * config/srclistvars.sh: Likewise.
11337         * gnulib-tool: Likewise.
11338         * lib/acl-internal.h: Likewise.
11339         * lib/acl.c: Likewise.
11340         * lib/acl.h: Likewise.
11341         * lib/acl_entries.c: Likewise.
11342         * lib/areadlink-with-size.c: Likewise.
11343         * lib/areadlink.c: Likewise.
11344         * lib/areadlink.h: Likewise.
11345         * lib/argmatch.c: Likewise.
11346         * lib/argmatch.h: Likewise.
11347         * lib/argp-ba.c: Likewise.
11348         * lib/argp-eexst.c: Likewise.
11349         * lib/argp-fmtstream.c: Likewise.
11350         * lib/argp-fmtstream.h: Likewise.
11351         * lib/argp-fs-xinl.c: Likewise.
11352         * lib/argp-help.c: Likewise.
11353         * lib/argp-namefrob.h: Likewise.
11354         * lib/argp-parse.c: Likewise.
11355         * lib/argp-pin.c: Likewise.
11356         * lib/argp-pv.c: Likewise.
11357         * lib/argp-pvh.c: Likewise.
11358         * lib/argp-xinl.c: Likewise.
11359         * lib/argp.h: Likewise.
11360         * lib/at-func.c: Likewise.
11361         * lib/atanl.c: Likewise.
11362         * lib/backupfile.c: Likewise.
11363         * lib/backupfile.h: Likewise.
11364         * lib/basename.c: Likewise.
11365         * lib/binary-io.h: Likewise.
11366         * lib/byteswap.in.h: Likewise.
11367         * lib/c-stack.c: Likewise.
11368         * lib/c-stack.h: Likewise.
11369         * lib/c-strcasestr.c: Likewise.
11370         * lib/c-strcasestr.h: Likewise.
11371         * lib/c-strstr.c: Likewise.
11372         * lib/c-strstr.h: Likewise.
11373         * lib/c-strtod.c: Likewise.
11374         * lib/calloc.c: Likewise.
11375         * lib/canon-host.c: Likewise.
11376         * lib/canon-host.h: Likewise.
11377         * lib/canonicalize-lgpl.c: Likewise.
11378         * lib/canonicalize.c: Likewise.
11379         * lib/canonicalize.h: Likewise.
11380         * lib/ceil.c: Likewise.
11381         * lib/ceilf.c: Likewise.
11382         * lib/ceill.c: Likewise.
11383         * lib/chdir-long.c: Likewise.
11384         * lib/chdir-long.h: Likewise.
11385         * lib/chdir-safer.c: Likewise.
11386         * lib/chdir-safer.h: Likewise.
11387         * lib/chown.c: Likewise.
11388         * lib/classpath.c: Likewise.
11389         * lib/classpath.h: Likewise.
11390         * lib/clean-temp.c: Likewise.
11391         * lib/clean-temp.h: Likewise.
11392         * lib/cloexec.c: Likewise.
11393         * lib/close-stream.c: Likewise.
11394         * lib/closein.c: Likewise.
11395         * lib/closein.h: Likewise.
11396         * lib/closeout.c: Likewise.
11397         * lib/closeout.h: Likewise.
11398         * lib/concat-filename.c: Likewise.
11399         * lib/copy-file.c: Likewise.
11400         * lib/copy-file.h: Likewise.
11401         * lib/count-one-bits.h: Likewise.
11402         * lib/crc.c: Likewise.
11403         * lib/crc.h: Likewise.
11404         * lib/creat-safer.c: Likewise.
11405         * lib/csharpcomp.c: Likewise.
11406         * lib/csharpcomp.h: Likewise.
11407         * lib/csharpexec.c: Likewise.
11408         * lib/csharpexec.h: Likewise.
11409         * lib/cycle-check.c: Likewise.
11410         * lib/cycle-check.h: Likewise.
11411         * lib/diacrit.c: Likewise.
11412         * lib/diacrit.h: Likewise.
11413         * lib/diffseq.h: Likewise.
11414         * lib/dirchownmod.c: Likewise.
11415         * lib/dirent.in.h: Likewise.
11416         * lib/dirfd.c: Likewise.
11417         * lib/dirfd.h: Likewise.
11418         * lib/dirname.c: Likewise.
11419         * lib/dirname.h: Likewise.
11420         * lib/dummy.c: Likewise.
11421         * lib/dup-safer.c: Likewise.
11422         * lib/dup2.c: Likewise.
11423         * lib/eealloc.h: Likewise.
11424         * lib/error.c: Likewise.
11425         * lib/error.h: Likewise.
11426         * lib/euidaccess.c: Likewise.
11427         * lib/exclude.c: Likewise.
11428         * lib/exclude.h: Likewise.
11429         * lib/execute.c: Likewise.
11430         * lib/execute.h: Likewise.
11431         * lib/exitfail.c: Likewise.
11432         * lib/exitfail.h: Likewise.
11433         * lib/expl.c: Likewise.
11434         * lib/fatal-signal.c: Likewise.
11435         * lib/fatal-signal.h: Likewise.
11436         * lib/fbufmode.c: Likewise.
11437         * lib/fbufmode.h: Likewise.
11438         * lib/fchdir.c: Likewise.
11439         * lib/fchmodat.c: Likewise.
11440         * lib/fchownat.c: Likewise.
11441         * lib/fcntl--.h: Likewise.
11442         * lib/fcntl-safer.h: Likewise.
11443         * lib/fcntl.in.h: Likewise.
11444         * lib/fd-safer.c: Likewise.
11445         * lib/fflush.c: Likewise.
11446         * lib/file-has-acl.c: Likewise.
11447         * lib/file-set.c: Likewise.
11448         * lib/file-type.c: Likewise.
11449         * lib/file-type.h: Likewise.
11450         * lib/fileblocks.c: Likewise.
11451         * lib/filemode.c: Likewise.
11452         * lib/filemode.h: Likewise.
11453         * lib/filename.h: Likewise.
11454         * lib/filenamecat.c: Likewise.
11455         * lib/filenamecat.h: Likewise.
11456         * lib/findprog.c: Likewise.
11457         * lib/findprog.h: Likewise.
11458         * lib/float.in.h: Likewise.
11459         * lib/floor.c: Likewise.
11460         * lib/floorf.c: Likewise.
11461         * lib/floorl.c: Likewise.
11462         * lib/fopen-safer.c: Likewise.
11463         * lib/fopen.c: Likewise.
11464         * lib/fpending.c: Likewise.
11465         * lib/fpending.h: Likewise.
11466         * lib/fprintf.c: Likewise.
11467         * lib/fprintftime.h: Likewise.
11468         * lib/fpucw.h: Likewise.
11469         * lib/fpurge.c: Likewise.
11470         * lib/fpurge.h: Likewise.
11471         * lib/freadable.c: Likewise.
11472         * lib/freadable.h: Likewise.
11473         * lib/freadahead.c: Likewise.
11474         * lib/freadahead.h: Likewise.
11475         * lib/freading.c: Likewise.
11476         * lib/freading.h: Likewise.
11477         * lib/free.c: Likewise.
11478         * lib/freopen.c: Likewise.
11479         * lib/frexp.c: Likewise.
11480         * lib/frexpl.c: Likewise.
11481         * lib/fseek.c: Likewise.
11482         * lib/fseterr.c: Likewise.
11483         * lib/fseterr.h: Likewise.
11484         * lib/fstatat.c: Likewise.
11485         * lib/fstrcmp.c: Likewise.
11486         * lib/fstrcmp.h: Likewise.
11487         * lib/fsusage.c: Likewise.
11488         * lib/fsusage.h: Likewise.
11489         * lib/ftell.c: Likewise.
11490         * lib/ftello.c: Likewise.
11491         * lib/fts-cycle.c: Likewise.
11492         * lib/fts.c: Likewise.
11493         * lib/fts_.h: Likewise.
11494         * lib/full-read.c: Likewise.
11495         * lib/full-read.h: Likewise.
11496         * lib/full-write.c: Likewise.
11497         * lib/full-write.h: Likewise.
11498         * lib/fwritable.c: Likewise.
11499         * lib/fwritable.h: Likewise.
11500         * lib/fwriteerror.c: Likewise.
11501         * lib/fwriteerror.h: Likewise.
11502         * lib/fwriting.c: Likewise.
11503         * lib/fwriting.h: Likewise.
11504         * lib/gcd.c: Likewise.
11505         * lib/gcd.h: Likewise.
11506         * lib/getcwd.c: Likewise.
11507         * lib/getdate.h: Likewise.
11508         * lib/getdate.y: Likewise.
11509         * lib/getdomainname.c: Likewise.
11510         * lib/getdomainname.h: Likewise.
11511         * lib/getgroups.c: Likewise.
11512         * lib/gethostname.c: Likewise.
11513         * lib/gethrxtime.c: Likewise.
11514         * lib/gethrxtime.h: Likewise.
11515         * lib/getloadavg.c: Likewise.
11516         * lib/getndelim2.c: Likewise.
11517         * lib/getndelim2.h: Likewise.
11518         * lib/getnline.c: Likewise.
11519         * lib/getnline.h: Likewise.
11520         * lib/getopt.c: Likewise.
11521         * lib/getopt.in.h: Likewise.
11522         * lib/getopt1.c: Likewise.
11523         * lib/getopt_int.h: Likewise.
11524         * lib/getpagesize.h: Likewise.
11525         * lib/getsubopt.c: Likewise.
11526         * lib/gettime.c: Likewise.
11527         * lib/getugroups.c: Likewise.
11528         * lib/getugroups.h: Likewise.
11529         * lib/getusershell.c: Likewise.
11530         * lib/gl_anyavltree_list1.h: Likewise.
11531         * lib/gl_anyavltree_list2.h: Likewise.
11532         * lib/gl_anyhash_list1.h: Likewise.
11533         * lib/gl_anyhash_list2.h: Likewise.
11534         * lib/gl_anylinked_list1.h: Likewise.
11535         * lib/gl_anylinked_list2.h: Likewise.
11536         * lib/gl_anyrbtree_list1.h: Likewise.
11537         * lib/gl_anyrbtree_list2.h: Likewise.
11538         * lib/gl_anytree_list1.h: Likewise.
11539         * lib/gl_anytree_list2.h: Likewise.
11540         * lib/gl_anytree_oset.h: Likewise.
11541         * lib/gl_anytreehash_list1.h: Likewise.
11542         * lib/gl_anytreehash_list2.h: Likewise.
11543         * lib/gl_array_list.c: Likewise.
11544         * lib/gl_array_list.h: Likewise.
11545         * lib/gl_array_oset.c: Likewise.
11546         * lib/gl_array_oset.h: Likewise.
11547         * lib/gl_avltree_list.c: Likewise.
11548         * lib/gl_avltree_list.h: Likewise.
11549         * lib/gl_avltree_oset.c: Likewise.
11550         * lib/gl_avltree_oset.h: Likewise.
11551         * lib/gl_avltreehash_list.c: Likewise.
11552         * lib/gl_avltreehash_list.h: Likewise.
11553         * lib/gl_carray_list.c: Likewise.
11554         * lib/gl_carray_list.h: Likewise.
11555         * lib/gl_linked_list.c: Likewise.
11556         * lib/gl_linked_list.h: Likewise.
11557         * lib/gl_linkedhash_list.c: Likewise.
11558         * lib/gl_linkedhash_list.h: Likewise.
11559         * lib/gl_list.c: Likewise.
11560         * lib/gl_list.h: Likewise.
11561         * lib/gl_oset.c: Likewise.
11562         * lib/gl_oset.h: Likewise.
11563         * lib/gl_rbtree_list.c: Likewise.
11564         * lib/gl_rbtree_list.h: Likewise.
11565         * lib/gl_rbtree_oset.c: Likewise.
11566         * lib/gl_rbtree_oset.h: Likewise.
11567         * lib/gl_rbtreehash_list.c: Likewise.
11568         * lib/gl_rbtreehash_list.h: Likewise.
11569         * lib/gl_sublist.c: Likewise.
11570         * lib/gl_sublist.h: Likewise.
11571         * lib/group-member.c: Likewise.
11572         * lib/group-member.h: Likewise.
11573         * lib/hard-locale.c: Likewise.
11574         * lib/hard-locale.h: Likewise.
11575         * lib/hash-pjw.c: Likewise.
11576         * lib/hash-pjw.h: Likewise.
11577         * lib/hash-triple.c: Likewise.
11578         * lib/hash.c: Likewise.
11579         * lib/hash.h: Likewise.
11580         * lib/human.c: Likewise.
11581         * lib/human.h: Likewise.
11582         * lib/i-ring.c: Likewise.
11583         * lib/i-ring.h: Likewise.
11584         * lib/idcache.c: Likewise.
11585         * lib/imaxabs.c: Likewise.
11586         * lib/imaxdiv.c: Likewise.
11587         * lib/inet_pton.c: Likewise.
11588         * lib/inet_pton.h: Likewise.
11589         * lib/intprops.h: Likewise.
11590         * lib/inttostr.c: Likewise.
11591         * lib/inttostr.h: Likewise.
11592         * lib/inttypes.in.h: Likewise.
11593         * lib/isapipe.c: Likewise.
11594         * lib/isdir.c: Likewise.
11595         * lib/isnan.c: Likewise.
11596         * lib/isnan.h: Likewise.
11597         * lib/isnanf.c: Likewise.
11598         * lib/isnanf.h: Likewise.
11599         * lib/isnanl-nolibm.h: Likewise.
11600         * lib/isnanl.c: Likewise.
11601         * lib/isnanl.h: Likewise.
11602         * lib/javacomp.c: Likewise.
11603         * lib/javacomp.h: Likewise.
11604         * lib/javaexec.c: Likewise.
11605         * lib/javaexec.h: Likewise.
11606         * lib/javaversion.c: Likewise.
11607         * lib/javaversion.h: Likewise.
11608         * lib/javaversion.java: Likewise.
11609         * lib/lbrkprop.h: Likewise.
11610         * lib/lchmod.h: Likewise.
11611         * lib/lchown.c: Likewise.
11612         * lib/ldexpl.c: Likewise.
11613         * lib/linebreak.c: Likewise.
11614         * lib/linebreak.h: Likewise.
11615         * lib/linebuffer.c: Likewise.
11616         * lib/linebuffer.h: Likewise.
11617         * lib/locale.in.h: Likewise.
11618         * lib/logl.c: Likewise.
11619         * lib/long-options.c: Likewise.
11620         * lib/long-options.h: Likewise.
11621         * lib/lstat.c: Likewise.
11622         * lib/lstat.h: Likewise.
11623         * lib/math.in.h: Likewise.
11624         * lib/mbchar.c: Likewise.
11625         * lib/mbchar.h: Likewise.
11626         * lib/mbfile.h: Likewise.
11627         * lib/mbiter.h: Likewise.
11628         * lib/mbscasecmp.c: Likewise.
11629         * lib/mbscasestr.c: Likewise.
11630         * lib/mbschr.c: Likewise.
11631         * lib/mbscspn.c: Likewise.
11632         * lib/mbslen.c: Likewise.
11633         * lib/mbsncasecmp.c: Likewise.
11634         * lib/mbsnlen.c: Likewise.
11635         * lib/mbspbrk.c: Likewise.
11636         * lib/mbspcasecmp.c: Likewise.
11637         * lib/mbsrchr.c: Likewise.
11638         * lib/mbssep.c: Likewise.
11639         * lib/mbsspn.c: Likewise.
11640         * lib/mbsstr.c: Likewise.
11641         * lib/mbstok_r.c: Likewise.
11642         * lib/mbswidth.c: Likewise.
11643         * lib/mbswidth.h: Likewise.
11644         * lib/mbuiter.h: Likewise.
11645         * lib/memcasecmp.c: Likewise.
11646         * lib/memcasecmp.h: Likewise.
11647         * lib/memchr.c: Likewise.
11648         * lib/memcmp.c: Likewise.
11649         * lib/memcoll.c: Likewise.
11650         * lib/memcoll.h: Likewise.
11651         * lib/memcpy.c: Likewise.
11652         * lib/memrchr.c: Likewise.
11653         * lib/mkancesdirs.c: Likewise.
11654         * lib/mkdir-p.c: Likewise.
11655         * lib/mkdir-p.h: Likewise.
11656         * lib/mkdir.c: Likewise.
11657         * lib/mkdirat.c: Likewise.
11658         * lib/mkdtemp.c: Likewise.
11659         * lib/mkstemp-safer.c: Likewise.
11660         * lib/mkstemp.c: Likewise.
11661         * lib/modechange.c: Likewise.
11662         * lib/modechange.h: Likewise.
11663         * lib/mountlist.c: Likewise.
11664         * lib/mountlist.h: Likewise.
11665         * lib/mpsort.c: Likewise.
11666         * lib/nanosleep.c: Likewise.
11667         * lib/obstack.c: Likewise.
11668         * lib/obstack.h: Likewise.
11669         * lib/open-safer.c: Likewise.
11670         * lib/open.c: Likewise.
11671         * lib/openat-die.c: Likewise.
11672         * lib/openat-priv.h: Likewise.
11673         * lib/openat-proc.c: Likewise.
11674         * lib/openat.c: Likewise.
11675         * lib/openat.h: Likewise.
11676         * lib/pagealign_alloc.c: Likewise.
11677         * lib/pagealign_alloc.h: Likewise.
11678         * lib/physmem.c: Likewise.
11679         * lib/physmem.h: Likewise.
11680         * lib/pipe-safer.c: Likewise.
11681         * lib/pipe.c: Likewise.
11682         * lib/pipe.h: Likewise.
11683         * lib/posixtm.c: Likewise.
11684         * lib/posixtm.h: Likewise.
11685         * lib/posixver.c: Likewise.
11686         * lib/printf-frexp.c: Likewise.
11687         * lib/printf-frexp.h: Likewise.
11688         * lib/printf-frexpl.c: Likewise.
11689         * lib/printf-frexpl.h: Likewise.
11690         * lib/printf.c: Likewise.
11691         * lib/progname.c: Likewise.
11692         * lib/progname.h: Likewise.
11693         * lib/progreloc.c: Likewise.
11694         * lib/putenv.c: Likewise.
11695         * lib/quote.c: Likewise.
11696         * lib/quote.h: Likewise.
11697         * lib/quotearg.c: Likewise.
11698         * lib/quotearg.h: Likewise.
11699         * lib/raise.c: Likewise.
11700         * lib/readline.c: Likewise.
11701         * lib/readline.h: Likewise.
11702         * lib/readlink.c: Likewise.
11703         * lib/readtokens.c: Likewise.
11704         * lib/readtokens.h: Likewise.
11705         * lib/readtokens0.c: Likewise.
11706         * lib/readtokens0.h: Likewise.
11707         * lib/readutmp.c: Likewise.
11708         * lib/readutmp.h: Likewise.
11709         * lib/realloc.c: Likewise.
11710         * lib/relocwrapper.c: Likewise.
11711         * lib/rename-dest-slash.c: Likewise.
11712         * lib/rename.c: Likewise.
11713         * lib/rmdir.c: Likewise.
11714         * lib/rpmatch.c: Likewise.
11715         * lib/safe-read.c: Likewise.
11716         * lib/safe-read.h: Likewise.
11717         * lib/safe-write.c: Likewise.
11718         * lib/safe-write.h: Likewise.
11719         * lib/same-inode.h: Likewise.
11720         * lib/same.c: Likewise.
11721         * lib/same.h: Likewise.
11722         * lib/save-cwd.c: Likewise.
11723         * lib/save-cwd.h: Likewise.
11724         * lib/savedir.c: Likewise.
11725         * lib/savedir.h: Likewise.
11726         * lib/savewd.c: Likewise.
11727         * lib/savewd.h: Likewise.
11728         * lib/search.in.h: Likewise.
11729         * lib/setenv.c: Likewise.
11730         * lib/setenv.h: Likewise.
11731         * lib/settime.c: Likewise.
11732         * lib/sh-quote.c: Likewise.
11733         * lib/sh-quote.h: Likewise.
11734         * lib/sig2str.c: Likewise.
11735         * lib/sig2str.h: Likewise.
11736         * lib/signal.in.h: Likewise.
11737         * lib/signbitd.c: Likewise.
11738         * lib/signbitf.c: Likewise.
11739         * lib/signbitl.c: Likewise.
11740         * lib/sigprocmask.c: Likewise.
11741         * lib/sincosl.c: Likewise.
11742         * lib/sleep.c: Likewise.
11743         * lib/sprintf.c: Likewise.
11744         * lib/sqrtl.c: Likewise.
11745         * lib/stat-time.h: Likewise.
11746         * lib/stdio--.h: Likewise.
11747         * lib/stdio-safer.h: Likewise.
11748         * lib/stdlib--.h: Likewise.
11749         * lib/stdlib-safer.h: Likewise.
11750         * lib/stdlib.in.h: Likewise.
11751         * lib/stpcpy.c: Likewise.
11752         * lib/stpncpy.c: Likewise.
11753         * lib/strchrnul.c: Likewise.
11754         * lib/strcspn.c: Likewise.
11755         * lib/strerror.c: Likewise.
11756         * lib/strftime.c: Likewise.
11757         * lib/strftime.h: Likewise.
11758         * lib/striconveh.c: Likewise.
11759         * lib/striconveh.h: Likewise.
11760         * lib/striconveha.c: Likewise.
11761         * lib/striconveha.h: Likewise.
11762         * lib/stripslash.c: Likewise.
11763         * lib/strnlen1.c: Likewise.
11764         * lib/strnlen1.h: Likewise.
11765         * lib/strtod.c: Likewise.
11766         * lib/strtoimax.c: Likewise.
11767         * lib/strtok_r.c: Likewise.
11768         * lib/strtol.c: Likewise.
11769         * lib/strtoll.c: Likewise.
11770         * lib/strtoul.c: Likewise.
11771         * lib/strtoull.c: Likewise.
11772         * lib/sysexits.in.h: Likewise.
11773         * lib/tempname.c: Likewise.
11774         * lib/tempname.h: Likewise.
11775         * lib/timespec.h: Likewise.
11776         * lib/tls.c: Likewise.
11777         * lib/tls.h: Likewise.
11778         * lib/tmpdir.c: Likewise.
11779         * lib/tmpdir.h: Likewise.
11780         * lib/tmpfile-safer.c: Likewise.
11781         * lib/tmpfile.c: Likewise.
11782         * lib/trigl.c: Likewise.
11783         * lib/trigl.h: Likewise.
11784         * lib/trim.c: Likewise.
11785         * lib/trim.h: Likewise.
11786         * lib/trunc.c: Likewise.
11787         * lib/truncf.c: Likewise.
11788         * lib/truncl.c: Likewise.
11789         * lib/tsearch.c: Likewise.
11790         * lib/unicodeio.c: Likewise.
11791         * lib/unicodeio.h: Likewise.
11792         * lib/unistd--.h: Likewise.
11793         * lib/unistd-safer.h: Likewise.
11794         * lib/unistdio/ulc-fprintf.c: Likewise.
11795         * lib/unistdio/ulc-vfprintf.c: Likewise.
11796         * lib/unlinkdir.c: Likewise.
11797         * lib/unlinkdir.h: Likewise.
11798         * lib/unlocked-io.h: Likewise.
11799         * lib/unsetenv.c: Likewise.
11800         * lib/userspec.c: Likewise.
11801         * lib/utime.c: Likewise.
11802         * lib/utimecmp.c: Likewise.
11803         * lib/utimecmp.h: Likewise.
11804         * lib/utimens.c: Likewise.
11805         * lib/verify.h: Likewise.
11806         * lib/verror.c: Likewise.
11807         * lib/verror.h: Likewise.
11808         * lib/version-etc-fsf.c: Likewise.
11809         * lib/version-etc.c: Likewise.
11810         * lib/version-etc.h: Likewise.
11811         * lib/vfprintf.c: Likewise.
11812         * lib/vprintf.c: Likewise.
11813         * lib/vsprintf.c: Likewise.
11814         * lib/w32spawn.h: Likewise.
11815         * lib/wait-process.c: Likewise.
11816         * lib/wait-process.h: Likewise.
11817         * lib/wcwidth.c: Likewise.
11818         * lib/write-any-file.c: Likewise.
11819         * lib/xalloc-die.c: Likewise.
11820         * lib/xalloc.h: Likewise.
11821         * lib/xasprintf.c: Likewise.
11822         * lib/xgetcwd.c: Likewise.
11823         * lib/xgetcwd.h: Likewise.
11824         * lib/xgetdomainname.c: Likewise.
11825         * lib/xgetdomainname.h: Likewise.
11826         * lib/xgethostname.c: Likewise.
11827         * lib/xmalloc.c: Likewise.
11828         * lib/xmalloca.c: Likewise.
11829         * lib/xmalloca.h: Likewise.
11830         * lib/xmemcoll.c: Likewise.
11831         * lib/xnanosleep.c: Likewise.
11832         * lib/xreadlink.c: Likewise.
11833         * lib/xreadlink.h: Likewise.
11834         * lib/xsetenv.c: Likewise.
11835         * lib/xsetenv.h: Likewise.
11836         * lib/xstriconv.c: Likewise.
11837         * lib/xstriconv.h: Likewise.
11838         * lib/xstrndup.c: Likewise.
11839         * lib/xstrndup.h: Likewise.
11840         * lib/xstrtod.c: Likewise.
11841         * lib/xstrtod.h: Likewise.
11842         * lib/xstrtol-error.c: Likewise.
11843         * lib/xstrtol.c: Likewise.
11844         * lib/xstrtol.h: Likewise.
11845         * lib/xtime.h: Likewise.
11846         * lib/xvasprintf.c: Likewise.
11847         * lib/xvasprintf.h: Likewise.
11848         * lib/yesno.c: Likewise.
11849         * lib/yesno.h: Likewise.
11850         * posix-modules: Likewise.
11851         * tests/test-alloca-opt.c: Likewise.
11852         * tests/test-arcfour.c: Likewise.
11853         * tests/test-arctwo.c: Likewise.
11854         * tests/test-argmatch.c: Likewise.
11855         * tests/test-argp-2.sh: Likewise.
11856         * tests/test-argp.c: Likewise.
11857         * tests/test-arpa_inet.c: Likewise.
11858         * tests/test-array_list.c: Likewise.
11859         * tests/test-array_oset.c: Likewise.
11860         * tests/test-atexit.c: Likewise.
11861         * tests/test-avltree_list.c: Likewise.
11862         * tests/test-avltree_oset.c: Likewise.
11863         * tests/test-avltreehash_list.c: Likewise.
11864         * tests/test-base64.c: Likewise.
11865         * tests/test-binary-io.c: Likewise.
11866         * tests/test-byteswap.c: Likewise.
11867         * tests/test-c-ctype.c: Likewise.
11868         * tests/test-c-strcasecmp.c: Likewise.
11869         * tests/test-c-strcasestr.c: Likewise.
11870         * tests/test-c-strncasecmp.c: Likewise.
11871         * tests/test-c-strstr.c: Likewise.
11872         * tests/test-canonicalize-lgpl.c: Likewise.
11873         * tests/test-canonicalize.c: Likewise.
11874         * tests/test-carray_list.c: Likewise.
11875         * tests/test-ceilf.c: Likewise.
11876         * tests/test-ceill.c: Likewise.
11877         * tests/test-count-one-bits.c: Likewise.
11878         * tests/test-crc.c: Likewise.
11879         * tests/test-dirname.c: Likewise.
11880         * tests/test-fbufmode.c: Likewise.
11881         * tests/test-fcntl.c: Likewise.
11882         * tests/test-fflush.c: Likewise.
11883         * tests/test-floorf.c: Likewise.
11884         * tests/test-floorl.c: Likewise.
11885         * tests/test-fopen.c: Likewise.
11886         * tests/test-fprintf-posix.c: Likewise.
11887         * tests/test-fprintf-posix.h: Likewise.
11888         * tests/test-fpurge.c: Likewise.
11889         * tests/test-freadable.c: Likewise.
11890         * tests/test-freadahead.c: Likewise.
11891         * tests/test-freading.c: Likewise.
11892         * tests/test-freopen.c: Likewise.
11893         * tests/test-frexp.c: Likewise.
11894         * tests/test-frexpl.c: Likewise.
11895         * tests/test-fseek.c: Likewise.
11896         * tests/test-fseeko.c: Likewise.
11897         * tests/test-fseterr.c: Likewise.
11898         * tests/test-fstrcmp.c: Likewise.
11899         * tests/test-ftell.c: Likewise.
11900         * tests/test-ftello.c: Likewise.
11901         * tests/test-fwritable.c: Likewise.
11902         * tests/test-fwriting.c: Likewise.
11903         * tests/test-getaddrinfo.c: Likewise.
11904         * tests/test-getpass.c: Likewise.
11905         * tests/test-gettimeofday.c: Likewise.
11906         * tests/test-hmac-md5.c: Likewise.
11907         * tests/test-hmac-sha1.c: Likewise.
11908         * tests/test-iconv.c: Likewise.
11909         * tests/test-iconvme.c: Likewise.
11910         * tests/test-inttypes.c: Likewise.
11911         * tests/test-isnan.c: Likewise.
11912         * tests/test-isnanf.c: Likewise.
11913         * tests/test-isnanl-nolibm.c: Likewise.
11914         * tests/test-isnanl.c: Likewise.
11915         * tests/test-isnanl.h: Likewise.
11916         * tests/test-ldexpl.c: Likewise.
11917         * tests/test-linked_list.c: Likewise.
11918         * tests/test-linkedhash_list.c: Likewise.
11919         * tests/test-locale.c: Likewise.
11920         * tests/test-localename.c: Likewise.
11921         * tests/test-lock.c: Likewise.
11922         * tests/test-lseek.c: Likewise.
11923         * tests/test-malloca.c: Likewise.
11924         * tests/test-math.c: Likewise.
11925         * tests/test-mbscasecmp.c: Likewise.
11926         * tests/test-mbscasestr1.c: Likewise.
11927         * tests/test-mbscasestr2.c: Likewise.
11928         * tests/test-mbscasestr3.c: Likewise.
11929         * tests/test-mbscasestr4.c: Likewise.
11930         * tests/test-mbschr.c: Likewise.
11931         * tests/test-mbscspn.c: Likewise.
11932         * tests/test-mbsncasecmp.c: Likewise.
11933         * tests/test-mbspbrk.c: Likewise.
11934         * tests/test-mbspcasecmp.c: Likewise.
11935         * tests/test-mbsrchr.c: Likewise.
11936         * tests/test-mbsspn.c: Likewise.
11937         * tests/test-mbsstr1.c: Likewise.
11938         * tests/test-mbsstr2.c: Likewise.
11939         * tests/test-mbsstr3.c: Likewise.
11940         * tests/test-md5.c: Likewise.
11941         * tests/test-memmem.c: Likewise.
11942         * tests/test-netinet_in.c: Likewise.
11943         * tests/test-open.c: Likewise.
11944         * tests/test-printf-frexp.c: Likewise.
11945         * tests/test-printf-frexpl.c: Likewise.
11946         * tests/test-printf-posix.c: Likewise.
11947         * tests/test-printf-posix.h: Likewise.
11948         * tests/test-rbtree_list.c: Likewise.
11949         * tests/test-rbtree_oset.c: Likewise.
11950         * tests/test-rbtreehash_list.c: Likewise.
11951         * tests/test-read-file.c: Likewise.
11952         * tests/test-rijndael.c: Likewise.
11953         * tests/test-search.c: Likewise.
11954         * tests/test-signbit.c: Likewise.
11955         * tests/test-sleep.c: Likewise.
11956         * tests/test-snprintf-posix.c: Likewise.
11957         * tests/test-snprintf-posix.h: Likewise.
11958         * tests/test-snprintf.c: Likewise.
11959         * tests/test-sprintf-posix.c: Likewise.
11960         * tests/test-sprintf-posix.h: Likewise.
11961         * tests/test-stat-time.c: Likewise.
11962         * tests/test-stdbool.c: Likewise.
11963         * tests/test-stdint.c: Likewise.
11964         * tests/test-stdio.c: Likewise.
11965         * tests/test-stdlib.c: Likewise.
11966         * tests/test-stpncpy.c: Likewise.
11967         * tests/test-strcasestr.c: Likewise.
11968         * tests/test-striconv.c: Likewise.
11969         * tests/test-striconveh.c: Likewise.
11970         * tests/test-striconveha.c: Likewise.
11971         * tests/test-string.c: Likewise.
11972         * tests/test-sys_select.c: Likewise.
11973         * tests/test-sys_socket.c: Likewise.
11974         * tests/test-sys_stat.c: Likewise.
11975         * tests/test-sys_time.c: Likewise.
11976         * tests/test-sysexits.c: Likewise.
11977         * tests/test-time.c: Likewise.
11978         * tests/test-tls.c: Likewise.
11979         * tests/test-trunc.c: Likewise.
11980         * tests/test-truncf.c: Likewise.
11981         * tests/test-truncl.c: Likewise.
11982         * tests/test-unistd.c: Likewise.
11983         * tests/test-vasnprintf-posix.c: Likewise.
11984         * tests/test-vasnprintf-posix2.c: Likewise.
11985         * tests/test-vasnprintf.c: Likewise.
11986         * tests/test-vasprintf-posix.c: Likewise.
11987         * tests/test-vasprintf.c: Likewise.
11988         * tests/test-verify.c: Likewise.
11989         * tests/test-vfprintf-posix.c: Likewise.
11990         * tests/test-vprintf-posix.c: Likewise.
11991         * tests/test-vsnprintf-posix.c: Likewise.
11992         * tests/test-vsnprintf.c: Likewise.
11993         * tests/test-vsprintf-posix.c: Likewise.
11994         * tests/test-wchar.c: Likewise.
11995         * tests/test-wctype.c: Likewise.
11996         * tests/test-wcwidth.c: Likewise.
11997         * tests/test-xstrtol.c: Likewise.
11998         * tests/test-xvasprintf.c: Likewise.
11999         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
12000         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
12001         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
12002         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
12003         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
12004         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
12005         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
12006         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
12007         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
12008         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
12009         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
12010         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
12011         * tests/uniname/test-uninames.c: Likewise.
12012         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
12013         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
12014         * tests/unistdio/test-u16-printf1.h: Likewise.
12015         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
12016         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
12017         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
12018         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
12019         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
12020         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
12021         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
12022         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
12023         * tests/unistdio/test-u32-printf1.h: Likewise.
12024         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
12025         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
12026         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
12027         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
12028         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
12029         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
12030         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
12031         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
12032         * tests/unistdio/test-u8-printf1.h: Likewise.
12033         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
12034         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
12035         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
12036         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
12037         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
12038         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
12039         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
12040         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
12041         * tests/unistdio/test-ulc-printf1.h: Likewise.
12042         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
12043         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
12044         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
12045         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
12046         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
12047         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
12048         * tests/uniwidth/test-u16-strwidth.c: Likewise.
12049         * tests/uniwidth/test-u16-width.c: Likewise.
12050         * tests/uniwidth/test-u32-strwidth.c: Likewise.
12051         * tests/uniwidth/test-u32-width.c: Likewise.
12052         * tests/uniwidth/test-u8-strwidth.c: Likewise.
12053         * tests/uniwidth/test-u8-width.c: Likewise.
12054         * tests/uniwidth/test-uc_width.c: Likewise.
12055         * config/srclist-update: Likewise.
12056         (fixlicense): Update to GPLv3+.
12057
12058         Change copyright notice from LGPLv2.1+ to LGPLv3+.
12059         * tests/test-tsearch.c: Change copyright notice.
12060
12061         Change copyright notice from LGPLv2.0+ to LGPLv3+.
12062         * lib/c-strcaseeq.h: Change copyright notice.
12063         * lib/streq.h: Likewise.
12064         * lib/uniconv.h: Likewise.
12065         * lib/uniconv/u-conv-from-enc.h: Likewise.
12066         * lib/uniconv/u-conv-to-enc.h: Likewise.
12067         * lib/uniconv/u-strconv-from-enc.h: Likewise.
12068         * lib/uniconv/u-strconv-to-enc.h: Likewise.
12069         * lib/uniconv/u16-conv-from-enc.c: Likewise.
12070         * lib/uniconv/u16-conv-to-enc.c: Likewise.
12071         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
12072         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
12073         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
12074         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
12075         * lib/uniconv/u32-conv-from-enc.c: Likewise.
12076         * lib/uniconv/u32-conv-to-enc.c: Likewise.
12077         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
12078         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
12079         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
12080         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
12081         * lib/uniconv/u8-conv-from-enc.c: Likewise.
12082         * lib/uniconv/u8-conv-to-enc.c: Likewise.
12083         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
12084         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
12085         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
12086         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
12087         * lib/uniname.h: Likewise.
12088         * lib/uniname/uniname.c: Likewise.
12089         * lib/unistdio.h: Likewise.
12090         * lib/unistdio/u-asnprintf.h: Likewise.
12091         * lib/unistdio/u-asprintf.h: Likewise.
12092         * lib/unistdio/u-printf-args.c: Likewise.
12093         * lib/unistdio/u-printf-args.h: Likewise.
12094         * lib/unistdio/u-printf-parse.h: Likewise.
12095         * lib/unistdio/u-snprintf.h: Likewise.
12096         * lib/unistdio/u-sprintf.h: Likewise.
12097         * lib/unistdio/u-vasprintf.h: Likewise.
12098         * lib/unistdio/u-vsnprintf.h: Likewise.
12099         * lib/unistdio/u-vsprintf.h: Likewise.
12100         * lib/unistdio/u16-asnprintf.c: Likewise.
12101         * lib/unistdio/u16-asprintf.c: Likewise.
12102         * lib/unistdio/u16-printf-parse.c: Likewise.
12103         * lib/unistdio/u16-snprintf.c: Likewise.
12104         * lib/unistdio/u16-sprintf.c: Likewise.
12105         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
12106         * lib/unistdio/u16-u16-asprintf.c: Likewise.
12107         * lib/unistdio/u16-u16-snprintf.c: Likewise.
12108         * lib/unistdio/u16-u16-sprintf.c: Likewise.
12109         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
12110         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
12111         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
12112         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
12113         * lib/unistdio/u16-vasnprintf.c: Likewise.
12114         * lib/unistdio/u16-vasprintf.c: Likewise.
12115         * lib/unistdio/u16-vsnprintf.c: Likewise.
12116         * lib/unistdio/u16-vsprintf.c: Likewise.
12117         * lib/unistdio/u32-asnprintf.c: Likewise.
12118         * lib/unistdio/u32-asprintf.c: Likewise.
12119         * lib/unistdio/u32-printf-parse.c: Likewise.
12120         * lib/unistdio/u32-snprintf.c: Likewise.
12121         * lib/unistdio/u32-sprintf.c: Likewise.
12122         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
12123         * lib/unistdio/u32-u32-asprintf.c: Likewise.
12124         * lib/unistdio/u32-u32-snprintf.c: Likewise.
12125         * lib/unistdio/u32-u32-sprintf.c: Likewise.
12126         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
12127         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
12128         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
12129         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
12130         * lib/unistdio/u32-vasnprintf.c: Likewise.
12131         * lib/unistdio/u32-vasprintf.c: Likewise.
12132         * lib/unistdio/u32-vsnprintf.c: Likewise.
12133         * lib/unistdio/u32-vsprintf.c: Likewise.
12134         * lib/unistdio/u8-asnprintf.c: Likewise.
12135         * lib/unistdio/u8-asprintf.c: Likewise.
12136         * lib/unistdio/u8-printf-parse.c: Likewise.
12137         * lib/unistdio/u8-snprintf.c: Likewise.
12138         * lib/unistdio/u8-sprintf.c: Likewise.
12139         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
12140         * lib/unistdio/u8-u8-asprintf.c: Likewise.
12141         * lib/unistdio/u8-u8-snprintf.c: Likewise.
12142         * lib/unistdio/u8-u8-sprintf.c: Likewise.
12143         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
12144         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
12145         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
12146         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
12147         * lib/unistdio/u8-vasnprintf.c: Likewise.
12148         * lib/unistdio/u8-vasprintf.c: Likewise.
12149         * lib/unistdio/u8-vsnprintf.c: Likewise.
12150         * lib/unistdio/u8-vsprintf.c: Likewise.
12151         * lib/unistdio/ulc-asnprintf.c: Likewise.
12152         * lib/unistdio/ulc-asprintf.c: Likewise.
12153         * lib/unistdio/ulc-printf-parse.c: Likewise.
12154         * lib/unistdio/ulc-snprintf.c: Likewise.
12155         * lib/unistdio/ulc-sprintf.c: Likewise.
12156         * lib/unistdio/ulc-vasnprintf.c: Likewise.
12157         * lib/unistdio/ulc-vasprintf.c: Likewise.
12158         * lib/unistdio/ulc-vsnprintf.c: Likewise.
12159         * lib/unistdio/ulc-vsprintf.c: Likewise.
12160         * lib/unistr.h: Likewise.
12161         * lib/unistr/u-cpy-alloc.h: Likewise.
12162         * lib/unistr/u-cpy.h: Likewise.
12163         * lib/unistr/u-endswith.h: Likewise.
12164         * lib/unistr/u-move.h: Likewise.
12165         * lib/unistr/u-set.h: Likewise.
12166         * lib/unistr/u-startswith.h: Likewise.
12167         * lib/unistr/u-stpcpy.h: Likewise.
12168         * lib/unistr/u-stpncpy.h: Likewise.
12169         * lib/unistr/u-strcat.h: Likewise.
12170         * lib/unistr/u-strcpy.h: Likewise.
12171         * lib/unistr/u-strcspn.h: Likewise.
12172         * lib/unistr/u-strdup.h: Likewise.
12173         * lib/unistr/u-strlen.h: Likewise.
12174         * lib/unistr/u-strncat.h: Likewise.
12175         * lib/unistr/u-strncpy.h: Likewise.
12176         * lib/unistr/u-strnlen.h: Likewise.
12177         * lib/unistr/u-strpbrk.h: Likewise.
12178         * lib/unistr/u-strspn.h: Likewise.
12179         * lib/unistr/u-strstr.h: Likewise.
12180         * lib/unistr/u-strtok.h: Likewise.
12181         * lib/unistr/u16-check.c: Likewise.
12182         * lib/unistr/u16-chr.c: Likewise.
12183         * lib/unistr/u16-cmp.c: Likewise.
12184         * lib/unistr/u16-cpy-alloc.c: Likewise.
12185         * lib/unistr/u16-cpy.c: Likewise.
12186         * lib/unistr/u16-endswith.c: Likewise.
12187         * lib/unistr/u16-mblen.c: Likewise.
12188         * lib/unistr/u16-mbsnlen.c: Likewise.
12189         * lib/unistr/u16-mbtouc-aux.c: Likewise.
12190         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
12191         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
12192         * lib/unistr/u16-mbtouc.c: Likewise.
12193         * lib/unistr/u16-mbtoucr.c: Likewise.
12194         * lib/unistr/u16-move.c: Likewise.
12195         * lib/unistr/u16-next.c: Likewise.
12196         * lib/unistr/u16-prev.c: Likewise.
12197         * lib/unistr/u16-set.c: Likewise.
12198         * lib/unistr/u16-startswith.c: Likewise.
12199         * lib/unistr/u16-stpcpy.c: Likewise.
12200         * lib/unistr/u16-stpncpy.c: Likewise.
12201         * lib/unistr/u16-strcat.c: Likewise.
12202         * lib/unistr/u16-strchr.c: Likewise.
12203         * lib/unistr/u16-strcmp.c: Likewise.
12204         * lib/unistr/u16-strcpy.c: Likewise.
12205         * lib/unistr/u16-strcspn.c: Likewise.
12206         * lib/unistr/u16-strdup.c: Likewise.
12207         * lib/unistr/u16-strlen.c: Likewise.
12208         * lib/unistr/u16-strmblen.c: Likewise.
12209         * lib/unistr/u16-strmbtouc.c: Likewise.
12210         * lib/unistr/u16-strncat.c: Likewise.
12211         * lib/unistr/u16-strncmp.c: Likewise.
12212         * lib/unistr/u16-strncpy.c: Likewise.
12213         * lib/unistr/u16-strnlen.c: Likewise.
12214         * lib/unistr/u16-strpbrk.c: Likewise.
12215         * lib/unistr/u16-strrchr.c: Likewise.
12216         * lib/unistr/u16-strspn.c: Likewise.
12217         * lib/unistr/u16-strstr.c: Likewise.
12218         * lib/unistr/u16-strtok.c: Likewise.
12219         * lib/unistr/u16-to-u32.c: Likewise.
12220         * lib/unistr/u16-to-u8.c: Likewise.
12221         * lib/unistr/u16-uctomb-aux.c: Likewise.
12222         * lib/unistr/u16-uctomb.c: Likewise.
12223         * lib/unistr/u32-check.c: Likewise.
12224         * lib/unistr/u32-chr.c: Likewise.
12225         * lib/unistr/u32-cmp.c: Likewise.
12226         * lib/unistr/u32-cpy-alloc.c: Likewise.
12227         * lib/unistr/u32-cpy.c: Likewise.
12228         * lib/unistr/u32-endswith.c: Likewise.
12229         * lib/unistr/u32-mblen.c: Likewise.
12230         * lib/unistr/u32-mbsnlen.c: Likewise.
12231         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
12232         * lib/unistr/u32-mbtouc.c: Likewise.
12233         * lib/unistr/u32-mbtoucr.c: Likewise.
12234         * lib/unistr/u32-move.c: Likewise.
12235         * lib/unistr/u32-next.c: Likewise.
12236         * lib/unistr/u32-prev.c: Likewise.
12237         * lib/unistr/u32-set.c: Likewise.
12238         * lib/unistr/u32-startswith.c: Likewise.
12239         * lib/unistr/u32-stpcpy.c: Likewise.
12240         * lib/unistr/u32-stpncpy.c: Likewise.
12241         * lib/unistr/u32-strcat.c: Likewise.
12242         * lib/unistr/u32-strchr.c: Likewise.
12243         * lib/unistr/u32-strcmp.c: Likewise.
12244         * lib/unistr/u32-strcpy.c: Likewise.
12245         * lib/unistr/u32-strcspn.c: Likewise.
12246         * lib/unistr/u32-strdup.c: Likewise.
12247         * lib/unistr/u32-strlen.c: Likewise.
12248         * lib/unistr/u32-strmblen.c: Likewise.
12249         * lib/unistr/u32-strmbtouc.c: Likewise.
12250         * lib/unistr/u32-strncat.c: Likewise.
12251         * lib/unistr/u32-strncmp.c: Likewise.
12252         * lib/unistr/u32-strncpy.c: Likewise.
12253         * lib/unistr/u32-strnlen.c: Likewise.
12254         * lib/unistr/u32-strpbrk.c: Likewise.
12255         * lib/unistr/u32-strrchr.c: Likewise.
12256         * lib/unistr/u32-strspn.c: Likewise.
12257         * lib/unistr/u32-strstr.c: Likewise.
12258         * lib/unistr/u32-strtok.c: Likewise.
12259         * lib/unistr/u32-to-u16.c: Likewise.
12260         * lib/unistr/u32-to-u8.c: Likewise.
12261         * lib/unistr/u32-uctomb.c: Likewise.
12262         * lib/unistr/u8-check.c: Likewise.
12263         * lib/unistr/u8-chr.c: Likewise.
12264         * lib/unistr/u8-cmp.c: Likewise.
12265         * lib/unistr/u8-cpy-alloc.c: Likewise.
12266         * lib/unistr/u8-cpy.c: Likewise.
12267         * lib/unistr/u8-endswith.c: Likewise.
12268         * lib/unistr/u8-mblen.c: Likewise.
12269         * lib/unistr/u8-mbsnlen.c: Likewise.
12270         * lib/unistr/u8-mbtouc-aux.c: Likewise.
12271         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
12272         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
12273         * lib/unistr/u8-mbtouc.c: Likewise.
12274         * lib/unistr/u8-mbtoucr.c: Likewise.
12275         * lib/unistr/u8-move.c: Likewise.
12276         * lib/unistr/u8-next.c: Likewise.
12277         * lib/unistr/u8-prev.c: Likewise.
12278         * lib/unistr/u8-set.c: Likewise.
12279         * lib/unistr/u8-startswith.c: Likewise.
12280         * lib/unistr/u8-stpcpy.c: Likewise.
12281         * lib/unistr/u8-stpncpy.c: Likewise.
12282         * lib/unistr/u8-strcat.c: Likewise.
12283         * lib/unistr/u8-strchr.c: Likewise.
12284         * lib/unistr/u8-strcmp.c: Likewise.
12285         * lib/unistr/u8-strcpy.c: Likewise.
12286         * lib/unistr/u8-strcspn.c: Likewise.
12287         * lib/unistr/u8-strdup.c: Likewise.
12288         * lib/unistr/u8-strlen.c: Likewise.
12289         * lib/unistr/u8-strmblen.c: Likewise.
12290         * lib/unistr/u8-strmbtouc.c: Likewise.
12291         * lib/unistr/u8-strncat.c: Likewise.
12292         * lib/unistr/u8-strncmp.c: Likewise.
12293         * lib/unistr/u8-strncpy.c: Likewise.
12294         * lib/unistr/u8-strnlen.c: Likewise.
12295         * lib/unistr/u8-strpbrk.c: Likewise.
12296         * lib/unistr/u8-strrchr.c: Likewise.
12297         * lib/unistr/u8-strspn.c: Likewise.
12298         * lib/unistr/u8-strstr.c: Likewise.
12299         * lib/unistr/u8-strtok.c: Likewise.
12300         * lib/unistr/u8-to-u16.c: Likewise.
12301         * lib/unistr/u8-to-u32.c: Likewise.
12302         * lib/unistr/u8-uctomb-aux.c: Likewise.
12303         * lib/unistr/u8-uctomb.c: Likewise.
12304         * lib/unitypes.h: Likewise.
12305         * lib/uniwidth.h: Likewise.
12306         * lib/uniwidth/cjk.h: Likewise.
12307         * lib/uniwidth/u16-strwidth.c: Likewise.
12308         * lib/uniwidth/u16-width.c: Likewise.
12309         * lib/uniwidth/u32-strwidth.c: Likewise.
12310         * lib/uniwidth/u32-width.c: Likewise.
12311         * lib/uniwidth/u8-strwidth.c: Likewise.
12312         * lib/uniwidth/u8-width.c: Likewise.
12313         * lib/uniwidth/width.c: Likewise.
12314
12315 2007-10-07  Bruno Haible  <bruno@clisp.org>
12316
12317         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
12318         The file is still under LGPL (see modules/inttypes).
12319
12320 2007-10-06  Bruno Haible  <bruno@clisp.org>
12321
12322         * modules/trunc (Dependencies): Add 'extensions'.
12323         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
12324         Reported by Ben Pfaff <blp@gnu.org>.
12325
12326 2007-10-06  Bruno Haible  <bruno@clisp.org>
12327
12328         * modules/freopen-tests: New file.
12329         * tests/test-freopen.c: New file.
12330
12331         * modules/fopen-tests: New file.
12332         * tests/test-fopen.c: New file.
12333
12334         * modules/fopen: New file.
12335         * lib/fopen.c: New file.
12336         * m4/fopen.m4: New file.
12337         * modules/freopen: New file.
12338         * lib/freopen.c: New file.
12339         * m4/freopen.m4: New file.
12340         * lib/stdio.in.h (fopen, freopen): New declarations.
12341         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
12342         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
12343         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
12344         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
12345         * doc/functions/fopen.texi: Mention the 'fopen' module.
12346         * doc/functions/freopen.texi: Mention the 'freopen' module.
12347
12348 2007-10-06  Bruno Haible  <bruno@clisp.org>
12349
12350         * modules/open-tests: New file.
12351         * tests/test-open.c: New file.
12352
12353         * modules/open: New file.
12354         * lib/open.c: New file.
12355         * m4/open.m4: New file.
12356         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
12357         lib/open.c does.
12358         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
12359         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
12360         macros.
12361         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
12362         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
12363         REPLACE_OPEN.
12364         * doc/functions/open.texi: Mention the 'open' module.
12365
12366 2007-10-04  Bruno Haible  <bruno@clisp.org>
12367
12368         * modules/ceill-tests: New file.
12369         * tests/test-ceill.c: New file.
12370
12371         * modules/ceill: New file.
12372         * lib/ceill.c: Replace entire file.
12373         * m4/ceill.m4: New file.
12374         * lib/math.in.h (ceill): Replace declaration.
12375         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
12376         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
12377         * doc/functions/ceill.texi: Mention the 'ceill' module.
12378         * modules/mathl (Files): Remove lib/ceill.c.
12379         (Depends-on): Add ceill.
12380
12381 2007-10-04  Bruno Haible  <bruno@clisp.org>
12382
12383         * modules/ceilf-tests: New file.
12384         * tests/test-ceilf.c: New file.
12385
12386         * modules/ceilf: New file.
12387         * lib/ceil.c: New file.
12388         * lib/ceilf.c: New file.
12389         * m4/ceilf.m4: New file.
12390         * lib/math.in.h (ceilf): New declaration.
12391         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
12392         HAVE_DECL_CEILF.
12393         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
12394         HAVE_DECL_CEILF.
12395         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
12396
12397 2007-10-04  Bruno Haible  <bruno@clisp.org>
12398
12399         * modules/floorl-tests: New file.
12400         * tests/test-floorl.c: New file.
12401
12402         * modules/floorl: New file.
12403         * lib/floorl.c: Replace entire file.
12404         * m4/floorl.m4: New file.
12405         * lib/math.in.h (floorl): Replace declaration.
12406         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
12407         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
12408         * doc/functions/floorl.texi: Mention the 'floorl' module.
12409         * modules/mathl (Files): Remove lib/floorl.c.
12410         (Depends-on): Add floorl.
12411
12412 2007-10-04  Bruno Haible  <bruno@clisp.org>
12413
12414         * modules/floorf-tests: New file.
12415         * tests/test-floorf.c: New file.
12416
12417         * modules/floorf: New file.
12418         * lib/floor.c: New file.
12419         * lib/floorf.c: New file.
12420         * m4/floorf.m4: New file.
12421         * lib/math.in.h (floorf): New declaration.
12422         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
12423         HAVE_DECL_FLOORF.
12424         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
12425         HAVE_DECL_FLOORF.
12426         * doc/functions/floorf.texi: Mention the 'floorf' module.
12427
12428 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
12429             Bruno Haible  <bruno@clisp.org>
12430
12431         Advertise for the Git server instead of the CVS server.
12432         * doc/gnulib-intro.texi (Steady Development): Mention the Git
12433         repository instead of the CVS one.
12434         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
12435         about all VCS systems generically.
12436         * doc/gnulib.texi (Introduction): Capitalize `Git'.
12437
12438 2007-10-04  Bruno Haible  <bruno@clisp.org>
12439
12440         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
12441         means.
12442         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
12443
12444 2007-10-04  Bruno Haible  <bruno@clisp.org>
12445
12446         * modules/truncl-tests: New file.
12447         * tests/test-truncl.c: New file.
12448
12449         * modules/truncl: New file.
12450         * lib/truncl.c: New file.
12451         * m4/truncl.m4: New file.
12452         * lib/math.in.h (truncl): New declaration.
12453         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
12454         HAVE_DECL_TRUNCL.
12455         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
12456         HAVE_DECL_TRUNCL.
12457         * doc/functions/truncl.texi: Mention the 'truncl' module.
12458
12459 2007-10-04  Bruno Haible  <bruno@clisp.org>
12460
12461         * modules/truncf-tests: New file.
12462         * tests/test-truncf.c: New file.
12463
12464         * modules/truncf: New file.
12465         * lib/trunc.c: Make paramerizable through USE_* macros.
12466         * lib/truncf.c: New file.
12467         * m4/truncf.m4: New file.
12468         * lib/math.in.h (truncf): New declaration.
12469         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
12470         HAVE_DECL_TRUNCF.
12471         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
12472         HAVE_DECL_TRUNCF.
12473         * doc/functions/truncf.texi: Mention the 'truncf' module.
12474
12475 2007-10-03  Bruno Haible  <bruno@clisp.org>
12476
12477         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
12478         augmentation also for tests modules.
12479         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
12480         * modules/atexit-tests (Makefile.am): Likewise.
12481         * modules/binary-io-tests (Makefile.am): Likewise.
12482         * modules/c-strcase-tests (Makefile.am): Likewise.
12483         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
12484         * modules/canonicalize-tests (Makefile.am): Likewise.
12485         * modules/closein-tests (Makefile.am): Likewise.
12486         * modules/fprintf-posix-tests (Makefile.am): Likewise.
12487         * modules/freadahead-tests (Makefile.am): Likewise.
12488         * modules/fseek-tests (Makefile.am): Likewise.
12489         * modules/fseeko-tests (Makefile.am): Likewise.
12490         * modules/ftell-tests (Makefile.am): Likewise.
12491         * modules/ftello-tests (Makefile.am): Likewise.
12492         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
12493         * modules/isnanl-tests (Makefile.am): Likewise.
12494         * modules/lseek-tests (Makefile.am): Likewise.
12495         * modules/mbscasecmp-tests (Makefile.am): Likewise.
12496         * modules/mbscasestr-tests (Makefile.am): Likewise.
12497         * modules/mbschr-tests (Makefile.am): Likewise.
12498         * modules/mbscspn-tests (Makefile.am): Likewise.
12499         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
12500         * modules/mbspbrk-tests (Makefile.am): Likewise.
12501         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
12502         * modules/mbsrchr-tests (Makefile.am): Likewise.
12503         * modules/mbsspn-tests (Makefile.am): Likewise.
12504         * modules/mbsstr-tests (Makefile.am): Likewise.
12505         * modules/printf-posix-tests (Makefile.am): Likewise.
12506         * modules/snprintf-posix-tests (Makefile.am): Likewise.
12507         * modules/sprintf-posix-tests (Makefile.am): Likewise.
12508         * modules/tsearch-tests (Makefile.am): Likewise.
12509         * modules/uniname/uniname-tests (Makefile.am): Likewise.
12510         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
12511         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
12512         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
12513         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
12514         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
12515         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
12516         * modules/vprintf-posix-tests (Makefile.am): Likewise.
12517         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
12518         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
12519         * modules/xstrtoimax-tests (Makefile.am): Likewise.
12520         * modules/xstrtol-tests (Makefile.am): Likewise.
12521         * modules/xstrtoumax-tests (Makefile.am): Likewise.
12522         * modules/yesno-tests (Makefile.am): Likewise.
12523
12524 2007-10-03  Bruno Haible  <bruno@clisp.org>
12525
12526         * modules/trunc-tests: New file.
12527         * tests/test-trunc.c: New file.
12528
12529         * modules/trunc: New file.
12530         * lib/trunc.c: New file.
12531         * m4/trunc.m4: New file.
12532         * lib/math.in.h (trunc): New declaration.
12533         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
12534         HAVE_DECL_TRUNC.
12535         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
12536         HAVE_DECL_TRUNC.
12537         * doc/functions/trunc.texi: Mention the 'trunc' module.
12538
12539 2007-10-03  Bruno Haible  <bruno@clisp.org>
12540
12541         * tests/test-fpending.c: New file, mostly copied
12542         from coreutils/lib/t-fpending.c.
12543         * modules/fpending-tests: New file.
12544
12545 2007-10-03  Bruno Haible  <bruno@clisp.org>
12546
12547         Port the stdio extensions to QNX (untested).
12548         * lib/fseterr.c (fseterr): Add support for QNX.
12549         * lib/fbufmode.c (fbufmode): Likewise.
12550         * lib/freadable.c (freadable): Likewise.
12551         * lib/fwritable.c (fwritable): Likewise.
12552         * lib/freading.c (freading): Likewise.
12553         * lib/fwriting.c (fwriting): Likewise.
12554         * lib/freadahead.c (freadahed): Likewise.
12555         * lib/fpurge.c (fpurge): Likewise.
12556         * lib/fseeko.c (rpl_fseeko): Likewise.
12557
12558 2007-10-03  Bruno Haible  <bruno@clisp.org>
12559             Jim Meyering  <jim@meyering.net>
12560             Eric Blake  <ebb9@byu.net>
12561
12562         * doc/relocatable.texi: Use @command instead of @program.
12563
12564 2007-10-02  Jim Meyering  <jim@meyering.net>
12565
12566         Perform one more "_.h" -> ".in.h" substitution.
12567         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
12568         instead of unistd_.h here, too.
12569
12570 2007-10-01  Bruno Haible  <bruno@clisp.org>
12571
12572         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
12573         Needed for the alloca-opt module.
12574
12575 2007-09-30  Bruno Haible  <bruno@clisp.org>
12576
12577         * lib/alloca.in.h: Renamed from lib/alloca_.h.
12578         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
12579         alloca_.h.
12580         * lib/argz.in.h: Renamed from lib/argz_.h.
12581         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
12582         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
12583         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
12584         byteswap_.h.
12585         * lib/dirent.in.h: Renamed from lib/dirent_.h.
12586         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
12587         dirent_.h.
12588         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
12589         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
12590         fcntl_.h.
12591         * lib/float.in.h: Renamed from lib/float_.h.
12592         * modules/float (Files, Makefile.am): Use float.in.h instead of
12593         float_.h.
12594         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
12595         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
12596         fnmatch_.h.
12597         * lib/getopt.in.h: Renamed from lib/getopt_.h.
12598         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
12599         getopt_.h.
12600         * lib/glob.in.h: Renamed from lib/glob_.h.
12601         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
12602         * lib/iconv.in.h: Renamed from lib/iconv_.h.
12603         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
12604         iconv_.h.
12605         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
12606         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
12607         inttypes_.h.
12608         * lib/locale.in.h: Renamed from lib/locale_.h.
12609         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
12610         locale_.h.
12611         * lib/math.in.h: Renamed from lib/math_.h.
12612         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
12613         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
12614         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
12615         of netinet_in_.h. Add dependency.
12616         * lib/poll.in.h: Renamed from lib/poll_.h.
12617         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
12618         * lib/search.in.h: Renamed from lib/search_.h.
12619         * modules/search (Files, Makefile.am): Use search.in.h instead of
12620         search_.h.
12621         * lib/signal.in.h: Renamed from lib/signal_.h.
12622         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
12623         _signal.h.
12624         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
12625         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
12626         stdbool_.h.
12627         * lib/stdint.in.h: Renamed from lib/stdint_.h.
12628         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
12629         stdint_.h.
12630         * lib/stdio.in.h: Renamed from lib/stdio_.h.
12631         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
12632         stdio_.h.
12633         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
12634         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
12635         stdlib_.h.
12636         * lib/string.in.h: Renamed from lib/string_.h.
12637         * modules/string (Files, Makefile.am): Use string.in.h instead of
12638         string_.h.
12639         * doc/gnulib-tool.texi (Initial import): Update.
12640         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
12641         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
12642         of sys_select_.h. Add dependency.
12643         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
12644         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
12645         of sys_socket_.h.
12646         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
12647         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
12648         sys_stat_.h.
12649         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
12650         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
12651         sys_time_.h.
12652         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
12653         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
12654         sysexits_.h.
12655         * lib/time.in.h: Renamed from lib/time_.h.
12656         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
12657         * lib/unistd.in.h: Renamed from lib/unistd_.h.
12658         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
12659         unistd_.h.
12660         * lib/wchar.in.h: Renamed from lib/wchar_.h.
12661         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
12662         wchar_.h.
12663         * lib/wctype.in.h: Renamed from lib/wctype_.h.
12664         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
12665         wctype_.h.
12666         * build-aux/bootstrap (slurp): Update.
12667         * lib/.cppi-disable: Update.
12668
12669 2007-09-30  Bruno Haible  <bruno@clisp.org>
12670
12671         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
12672         Needed on BeOS.
12673
12674 2007-09-30  Bruno Haible  <bruno@clisp.org>
12675
12676         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
12677
12678 2007-09-29  Bruno Haible  <bruno@clisp.org>
12679
12680         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
12681
12682 2007-09-29  Bruno Haible  <bruno@clisp.org>
12683
12684         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
12685         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
12686         * build-aux/install-reloc: Compile also areadlink.c.
12687         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
12688
12689 2007-09-29  Bruno Haible  <bruno@clisp.org>
12690
12691         * gnulib-tool (func_emit_initmacro_done): Indentation.
12692
12693 2007-09-29  Bruno Haible  <bruno@clisp.org>
12694
12695         * README: Add CVS checkout update instructions.
12696         Info from Bob Proulx <bob@proulx.com>.
12697
12698 2007-09-28  Eric Blake  <ebb9@byu.net>
12699
12700         Provide move-if-change.
12701         * build-aux/move-if-change: New file, based on best practice
12702         rather than any canonical upstream location.
12703
12704 2007-09-28  Jim Meyering  <jim@meyering.net>
12705
12706         Fix canonicalize loop-detection corner case.
12707         Do not attempt to stat the symlink values stored via seen_triple.
12708         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
12709         on linux-2.6.18, (but not 2.6.22).
12710         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
12711         triple_compare.  The former compares dev,ino,filename, while the latter
12712         would actually stat dirname(filename) when dev and ino were equal.
12713         * lib/hash-triple.c: Install <string.h>.
12714         (STREQ): Define.
12715         (triple_compare_ino_str): New function.
12716         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
12717
12718 2007-09-28  Eric Blake  <ebb9@byu.net>
12719
12720         Enforce that AC_REPLACE_FUNCS files exist.
12721         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
12722         override check for typos.
12723
12724         Fix test-closein on Solaris 10.
12725         * tests/test-closein.c (main): Don't assume stdin can be inherited
12726         closed on all systems.
12727         * tests/test-closein.sh: Likewise.
12728         Reported by Piotr Tarnowski.
12729
12730 2007-09-28  Jim Meyering  <jim@meyering.net>
12731
12732         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
12733
12734 2007-09-27  Jim Meyering  <jim@meyering.net>
12735
12736         canonicalize: Avoid a false-positive cycle failure.
12737         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
12738         Sort.  Remove cycle-check.
12739         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
12740         not cycle-check.h.
12741         (seen_triple): New function.
12742         (canonicalize_filename_mode): Use it instead of cycle-check.
12743         * tests/test-canonicalize.c: Add a test for this bug.
12744         * tests/test-canonicalize.sh: Set up and run the test.
12745
12746         New module, file-set, from coreutils.
12747         * modules/file-set: Define it.
12748         * lib/file-set.c, lib/file-set.h: Implement.
12749
12750         New module, hash-triple, from coreutils.
12751         * modules/hash-triple: Define it.
12752         * lib/hash-triple.c, lib/hash-triple.h: Implement.
12753
12754 2007-09-25  Eric Blake  <ebb9@byu.net>
12755
12756         Fix strerror on Interix.
12757         * lib/string_.h (strerror): Declare replacement.
12758         * doc/functions/strerror.texi (strerror): Document the Interix
12759         shortcoming.
12760         * modules/string (Makefile.am): Support new hooks.
12761         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
12762         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
12763         gl_FUNC_STRERROR_SEPARATE.
12764         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
12765         * lib/strerror.c (rpl_strerror): Provide replacement.
12766         * modules/strerror (Depends-on): Add string.
12767         (configure.ac): Detect use of module.
12768         * tests/test-strerror.c: New file.
12769         * modules/strerror-tests: New test module.
12770         * modules/argp (Depends-on): Add strerror.
12771         * modules/error (Depends-on): Likewise.
12772         Reported by Martin Koeppe.
12773
12774 2007-09-24  Bruno Haible  <bruno@clisp.org>
12775
12776         * README: Update git instructions.
12777
12778 2007-09-24  Eric Blake  <ebb9@byu.net>
12779
12780         Revert fpending breakage from 2007-09-08.
12781         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
12782         __fpending.c.
12783
12784 2007-09-24  Jim Meyering  <jim@meyering.net>
12785
12786         filenamecat.c: Add a test.
12787         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
12788         showing how the function works when DIR is the empty string.
12789
12790 2007-09-21  Simon Josefsson  <simon@josefsson.org>
12791
12792         * tests/test-canonicalize.sh: Turn on executable bit.
12793
12794 2007-09-19  Eric Blake  <ebb9@byu.net>
12795
12796         * README: Update CVS instructions.
12797
12798 2007-09-18  Bruno Haible  <bruno@clisp.org>
12799
12800         * modules/areadlink: New file.
12801         * lib/areadlink.h (areadlink): New declaration.
12802         * lib/areadlink.c: New file, based on lib/xreadlink.c.
12803
12804 2007-09-17  Jim Meyering  <jim@meyering.net>
12805
12806         * lib/savewd.c (ESTALE) [!defined]: Define.
12807         Reported to be required on Interix by Martin Koeppe.
12808
12809 2007-09-17  Bruno Haible  <bruno@clisp.org>
12810
12811         * gnulib-tool (func_version): Use $version.
12812
12813 2007-09-16  Bruno Haible  <bruno@clisp.org>
12814
12815         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
12816         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
12817         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
12818         Reported by Greg Schafer <gschafer@zip.com.au>.
12819
12820 2007-09-15  Bruno Haible  <bruno@clisp.org>
12821
12822         * gnulib-tool (sed): Try a little harder to make bash understand the
12823         alias.
12824         Reported by Bruce Korb <bruce.korb@gmail.com>.
12825
12826 2007-09-13  Eric Blake  <ebb9@byu.net>
12827
12828         * ChangeLog: Remove conflict markers.
12829
12830 2007-09-13  Simon Josefsson  <simon@josefsson.org>
12831
12832         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
12833         Reported by Bruno Haible <bruno@clisp.org>.
12834
12835 2007-09-12  Bruno Haible  <bruno@clisp.org>
12836
12837         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
12838         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
12839         is not defined.
12840
12841 2007-09-12  Eric Blake  <ebb9@byu.net>
12842
12843         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
12844         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
12845         Autoconf definition.
12846         * modules/euidaccess (Depends-on): Add extensions, for
12847         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
12848         * modules/fnmatch (Depends-on): Likewise.
12849         * modules/getaddrinfo (Depends-on): Likewise.
12850         * modules/getdelim (Depends-on): Likewise.
12851         * modules/getline (Depends-on): Likewise.
12852         * modules/getsubopt (Depends-on): Likewise.
12853         * modules/gettext (Depends-on): Likewise.
12854         * modules/group-member (Depends-on): Likewise.
12855         * modules/mbchar (Depends-on): Likewise.
12856         * modules/memmem (Depends-on): Likewise.
12857         * modules/mempcpy (Depends-on): Likewise.
12858         * modules/memrchr (Depends-on): Likewise.
12859         * modules/pagealign_alloc (Depends-on): Likewise.
12860         * modules/readutmp (Depends-on): Likewise.
12861         * modules/stpcpy (Depends-on): Likewise.
12862         * modules/stpncpy (Depends-on): Likewise.
12863         * modules/strchrnul (Depends-on): Likewise.
12864         * modules/strndup (Depends-on): Likewise.
12865         * modules/strsep (Depends-on): Likewise.
12866         * modules/strverscmp (Depends-on): Likewise.
12867         * modules/vasprintf (Depends-on): Likewise.
12868         * modules/wcwidth (Depends-on): Likewise.
12869         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
12870         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
12871         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
12872         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
12873         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
12874         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
12875         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
12876         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12877         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
12878         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
12879         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
12880         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
12881         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
12882         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
12883         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
12884         * m4/readutmp.m4 (gl_READUTMP): Likewise.
12885         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
12886         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
12887         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
12888         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
12889         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
12890         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
12891         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
12892         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
12893         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
12894         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
12895         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
12896         so that lock.m4 can be used in gettext without extensions module.
12897
12898 2007-09-11  Bruno Haible  <bruno@clisp.org>
12899
12900         * m4/isc-posix.m4: Remove file.
12901         Suggested by Eric Blake.
12902
12903 2007-09-11  Eric Blake  <ebb9@byu.net>
12904
12905         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
12906
12907 2007-09-10  Bruno Haible  <bruno@clisp.org>
12908
12909         * posix-modules: Fix typo in error message.
12910         Reported by Matt <mkraai@beckman.com>.
12911
12912 2007-09-09  Bruno Haible  <bruno@clisp.org>
12913
12914         * doc/functions/getdelim.texi: Update list of platforms lacking the
12915         function.
12916         * doc/functions/getline.texi: Likewise.
12917
12918 2007-09-09  Jim Meyering  <jim@meyering.net>
12919
12920         * lib/hash.c (hash_initialize): Detect calloc failure.
12921         Reported by Bruno Haible.
12922
12923 2007-09-09  Bruno Haible  <bruno@clisp.org>
12924
12925         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
12926         malloc or realloc fails.
12927
12928 2007-09-09  Bruno Haible  <bruno@clisp.org>
12929
12930         * modules/getcwd (Depends-on): Add malloc-posix.
12931         * modules/glob (Depends-on): Likewise.
12932         * modules/putenv (Depends-on): Likewise.
12933         * modules/strdup (Depends-on): Likewise.
12934         * modules/getdelim (Depends-on): Add realloc-posix.
12935         * modules/read-file (Depends-on): Likewise.
12936
12937 2007-09-09  Bruno Haible  <bruno@clisp.org>
12938
12939         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
12940         (gl_FUNC_MALLOC_POSIX): Require it.
12941         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
12942         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
12943         * modules/realloc (Files): Add m4/malloc.m4.
12944         * modules/calloc (Files): Likewise.
12945
12946 2007-09-09  Bruno Haible  <bruno@clisp.org>
12947
12948         * modules/malloc-posix: New file.
12949         * modules/malloc (Depends-on): Add malloc-posix.
12950         * lib/malloc.c: Include errno.h.
12951         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
12952         and a POSIX-compatible malloc into a single function. Set ENOMEM
12953         when returning NULL.
12954         * m4/malloc.m4: New file.
12955         * doc/functions/malloc.texi: Mention the malloc-posix module.
12956         * lib/stdlib_.h (malloc): New declaration.
12957         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12958         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
12959         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
12960         and HAVE_MALLOC_POSIX.
12961
12962 2007-09-09  Bruno Haible  <bruno@clisp.org>
12963
12964         * modules/realloc-posix: New file.
12965         * modules/realloc (Depends-on): Add realloc-posix.
12966         * lib/realloc.c: Include errno.h.
12967         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
12968         and a POSIX-compatible realloc into a single function. Set ENOMEM
12969         when returning NULL.
12970         * m4/realloc.m4: New file.
12971         * doc/functions/realloc.texi: Mention the realloc-posix module.
12972         * lib/stdlib_.h (realloc): New declaration.
12973         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12974         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
12975         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
12976         and HAVE_REALLOC_POSIX.
12977
12978 2007-09-09  Bruno Haible  <bruno@clisp.org>
12979
12980         * modules/calloc-posix: New file.
12981         * modules/calloc (Depends-on): Add calloc-posix.
12982         * lib/calloc.c: Include errno.h.
12983         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
12984         and a POSIX-compatible calloc into a single function. Set ENOMEM
12985         when returning NULL.
12986         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
12987         * doc/functions/calloc.texi: Mention the calloc-posix module.
12988         * lib/stdlib_.h (calloc): New declaration.
12989         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12990         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
12991         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
12992         and HAVE_CALLOC_POSIX.
12993
12994 2007-09-09  Bruno Haible  <bruno@clisp.org>
12995
12996         Allow for modules to show an arbitrary notice.
12997         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
12998         * gnulib-tool: New option --extract-notice.
12999         (func_usage): Document it.
13000         (sed_extract_prog): Update.
13001         (func_get_notice): New function.
13002         (func_modules_notice): New function.
13003         (func_import, func_create_testdir): Invoke it.
13004         Suggested by Jim Meyering.
13005
13006 2007-09-09  Bruno Haible  <bruno@clisp.org>
13007
13008         * gnulib-tool: New options --verbose, --quiet.
13009         (func_usage): Document them.
13010         (verbose): New variable.
13011         (func_execute_command): New function.
13012         (func_import): Don't show the module list and the file list if
13013         $verbose < 0.
13014         (func_create_testdir): Likewise. Use func_execute_command.
13015         (func_create_megatestdir): Use func_execute_command.
13016
13017 2007-09-08  Bruno Haible  <bruno@clisp.org>
13018
13019         * gnulib-tool (func_import): Prefer rsync over wget when available,
13020         for fetching the PO files.
13021
13022 2007-09-08  Bruno Haible  <bruno@clisp.org>
13023
13024         * posix-modules: New file. Portions copied from gnulib-tool.
13025         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
13026
13027 2007-09-08  Jim Meyering  <jim@meyering.net>
13028
13029         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
13030         * lib/fpending.h: Rename from __fpending.h.
13031         * lib/fpending.c: Rename from __fpending.c.
13032         Include "fpending.h", not "__fpending.h".
13033         * lib/__fpending.h, lib/__fpending.c: Remove files.
13034         * modules/fpending (Files): Reflect new file names.
13035         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
13036
13037 2007-09-08  Bruno Haible  <bruno@clisp.org>
13038
13039         * m4/inttypes-h.m4: Remove stub file.
13040
13041 2007-09-07  Simon Josefsson  <simon@josefsson.org>
13042
13043         * doc/headers/stdint.texi: Discuss #include_next issue.
13044
13045 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13046
13047         * build-aux/bootstrap: Remove obsolete comment about wget --help.
13048
13049 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13050
13051         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
13052         in variable name.
13053
13054 2007-09-03  Jim Meyering  <jim@meyering.net>
13055
13056         New module: git-version-gen.
13057         * modules/git-version-gen: New file.
13058
13059         Import changes from coreutils for bootstrap script.
13060
13061         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
13062
13063         bootstrap: uses rsync to download the .po files
13064         * build-aux/bootstrap (po_download_command_format): New global.
13065         (download_po_files): Use rsync.
13066         (update_po_files): Don't remove .po files after download,
13067         so future rsync runs can take advantage of the copies.
13068
13069         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
13070
13071         Solve the unnecessary-.po-file-regeneration problem once and for all.
13072         * build-aux/bootstrap (download_po_files): New function, renamed from
13073         get_translations.  Now, downloads, but doesn't update LINGUAS.
13074         (update_po_files): New function.
13075
13076         bootstrap: Ignore more.
13077         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
13078         uniwidth to e.g., lib/.gitignore.
13079         (slurp): Handle the sys_stat_.h -> sys mapping, too.
13080
13081         * build-aux/bootstrap: New setting: vc_ignore.
13082         (insert_sorted_if_absent): Create $file if absent.
13083         Adapt to new, possibly empty, list: $vc_ignore.
13084
13085         bootstrap: generate more ignorable names
13086         * build-aux/bootstrap (slurp): When generating ignorable names,
13087         also map .sin to .sed, .gperf to .c, and .y to .c.
13088
13089 2007-09-03  Jim Meyering  <jim@meyering.net>
13090
13091         * build-aux/git-version-gen: New file, from coreutils.  For details, see
13092         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
13093
13094 2007-09-02  Bruno Haible  <bruno@clisp.org>
13095
13096         Fix mis-recognition of 'mcs' on QNX 6.
13097         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
13098         output contains the string "Mono".
13099         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
13100         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
13101
13102 2007-09-01  Bruno Haible  <bruno@clisp.org>
13103
13104         Fix collision between uniwidth/* and linebreak modules.
13105         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
13106         u32_width): Remove declarations.
13107         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
13108         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
13109         streq3, streq2, streq1, streq0): Remove functions.
13110         (STREQ): Remove macro.
13111         (is_cjk_encoding): Remove function.
13112         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
13113         (uc_width, u8_width, u16_width, u32_width): Remove functions.
13114         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
13115         * NEWS: Document the change.
13116
13117 2007-09-01  Bruno Haible  <bruno@clisp.org>
13118
13119         * lib/streq.h: Add double-inclusion guard.
13120
13121 2007-09-01  Karl Berry  <karl@gnu.org>
13122
13123         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
13124
13125 2007-08-28  Jim Meyering  <jim@meyering.net>
13126
13127         Rename mreadlink_with_size to areadlink_with_size.
13128         * NEWS: Document the change.
13129         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
13130         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
13131         * lib/mreadlink.h: Rename this to...
13132         * lib/areadlink.h: ...this.
13133         * modules/mreadlink-with-size: Rename this to...
13134         * modules/areadlink-with-size: ...this.
13135         * lib/canonicalize.c: Reflect the renaming.
13136         * modules/canonicalize: Likewise.
13137
13138 2007-08-26  Bruno Haible  <bruno@clisp.org>
13139
13140         * gnulib-tool (func_import): When deciding which files to remove,
13141         consider also dangling symbolic links.
13142         Reported by Eric Blake.
13143
13144 2007-08-26  Bruno Haible  <bruno@clisp.org>
13145
13146         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
13147
13148 2007-08-23  Simon Josefsson  <simon@josefsson.org>
13149
13150         * lib/readline.c: Don't include getline.h, the prototype is now
13151         found in stdio.h.
13152
13153 2007-08-23  Jim Meyering  <jim@meyering.net>
13154
13155         Getdelim touchup.
13156         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
13157         around the funlockfile call, since funlockfile never sets errno.
13158         Don't set errno upon failed realloc.
13159
13160 2007-08-22  Eric Blake  <ebb9@byu.net>
13161
13162         Getline touchups.
13163         * lib/getdelim.c (getdelim): Revert regression that required *n to
13164         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
13165         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
13166         getdelim, rather than whether implementation is missing.
13167         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
13168         * lib/stdio_.h (getline): Also declare if replacement is
13169         required.
13170         * doc/functions/getdelim.texi: New file.
13171         * doc/functions/getline.texi: Likewise.
13172         * doc/gnulib.texi (Function Substitutes): Add new files.
13173         Reported by Bruno Haible.
13174
13175 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
13176
13177         * users.txt: Add Guile.
13178
13179 2007-08-22  Eric Blake  <ebb9@byu.net>
13180
13181         * tests/test-getdelim.c (main): Use remove, not unlink.
13182         * tests/test-getline.c (main): Likewise.
13183
13184         Move getline and getdelim into stdio.h, per POSIX 200x.
13185         * modules/getline (Files): Remove getline.h.
13186         (Depends-on): Add stdio.
13187         (configure.ac): Add module indicator.
13188         * modules/getdelim (Files): Remove getdelim.h.
13189         (Depends-on): Add stdio.
13190         (configure.ac): Add module indicator.
13191         * modules/stdio (Makefile.am): Work with new indicators.
13192         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
13193         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
13194         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
13195         * lib/getdelim.h: Delete.
13196         * lib/getline.h: Delete.
13197         * lib/stdio_.h (getdelim, getline): Declare.
13198         * modules/getdelim-tests: New module.
13199         * modules/getline-tests: Likewise.
13200         * tests/test-getdelim.c: New file.
13201         * tests/test-getline.c: Likewise.
13202         * NEWS: Document the change.
13203         * lib/getline.c: Update choice of header.
13204         * lib/csharpcomp.c: Likewise.
13205         * lib/getpass.c: Likewise.
13206         * lib/javacomp.c: Likewise.
13207         * lib/javaversion.c: Likewise.
13208         * lib/yesno.c: Likewise.
13209         * lib/getdelim.c: Likewise.
13210         (getdelim): Set errno on failure, and avoid memory leak.
13211
13212 2007-08-19  Bruno Haible  <bruno@clisp.org>
13213
13214         * modules/closein (Depends-on): Add freadahead.
13215         * lib/closein.c: Include freadahead.h.
13216         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
13217         is zero.
13218
13219 2007-08-19  Bruno Haible  <bruno@clisp.org>
13220
13221         * modules/freadahead-tests: New file.
13222         * tests/test-freadahead.sh: New file.
13223         * tests/test-freadahead.c: New file.
13224
13225         * modules/freadahead: New file.
13226         * lib/freadahead.h: New file.
13227         * lib/freadahead.c: New file.
13228         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
13229         fbufmode, fpurge, freadable, fwritable.
13230
13231 2007-08-19  Eric Blake  <ebb9@byu.net>
13232
13233         Test yesno in combination with closein.
13234         * lib/yesno.c (yesno): Document use of stdin.
13235         * modules/yesno-tests (Files): New module.
13236         * tests/test-yesno.c (main): New file.
13237         * tests/test-yesno.sh: Likewise.
13238
13239 2007-08-19  Bruno Haible  <bruno@clisp.org>
13240
13241         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
13242         * lib/fseeko.c (rpl_fseeko): Likewise.
13243         * lib/fseterr.c (fseterr): Likewise.
13244
13245 2007-08-19  Bruno Haible  <bruno@clisp.org>
13246
13247         * tests/test-lseek.c (main): Disable a test for BeOS.
13248         * doc/functions/lseek.texi: Document the BeOS bug.
13249
13250 2007-08-19  Bruno Haible  <bruno@clisp.org>
13251             Eric Blake  <ebb9@byu.net>
13252
13253         * lib/lseek.c: Include <sys/stat.h>.
13254         (rpl_lseek): Add workaround code also for Unix platforms.
13255         Needed for BeOS.
13256         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
13257         * doc/functions/lseek.texi: Document BeOS definiency.
13258
13259 2007-08-18  Bruno Haible  <bruno@clisp.org>
13260
13261         * modules/fstrcmp-tests: New file.
13262         * tests/test-fstrcmp.c: New file.
13263
13264 2007-08-18  Bruno Haible  <bruno@clisp.org>
13265
13266         * modules/fstrcmp: New file, from GNU gettext with modifications.
13267         * lib/fstrcmp.h: New file, from GNU gettext.
13268         * lib/fstrcmp.c: New file, from GNU gettext.
13269         * MODULES.html.sh (String handling): Add fstrcmp.
13270
13271 2007-08-18  Bruno Haible  <bruno@clisp.org>
13272
13273         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
13274         'bool'.
13275         (diag, compareseq): Remove const from the ctxt argument.
13276         (USE_HEURISTIC): Undefine at the end.
13277
13278 2007-08-18  Jim Meyering  <jim@meyering.net>
13279
13280         New file: lib/idcache.h
13281         * NEWS: Mention the addition.
13282         * modules/idcache (Files): Add lib/idcache.h
13283         * lib/idcache.c: Include "idcache.h".
13284         Don't include <sys/types.h>.
13285         Add a FIXME comment.
13286         Move file-scoped "static" declarations to the top.
13287         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
13288
13289 2007-08-17  Bruno Haible  <bruno@clisp.org>
13290         and Paul Eggert  <eggert@cs.ucla.edu>
13291
13292         * MODULES.html.sh: Add diffseq.
13293         * modules/diffseq: New file.
13294         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
13295         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
13296
13297 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13298
13299         Import changes from coreutils for bootstrap script.
13300
13301         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
13302
13303         * build-aux/bootstrap (slurp): Work even in environments where
13304         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
13305         current code does not slurp files whose names start with ".", and
13306         this looks like it might be a troublesome area.
13307
13308         2007-07-11  Jim Meyering  <jim@meyering.net>
13309
13310         If there's a GPL vN copyright comment, require that N == 3.
13311
13312         2007-07-08  Jim Meyering  <jim@meyering.net>
13313
13314         Run the coreutils-specific code only if tests/Makefile.am.in exists.
13315         * build-aux/bootstrap (mam_template): Move definition out of loop.
13316
13317         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
13318
13319         * build-aux/bootstrap (symlink_to_dir): Rename function from
13320         symlink_to_gnulib.  Add a directory parameter.  Update all
13321         callers.
13322         (cp_mark_as_generated): Also check for -- and link to -- files in
13323         gl/.
13324
13325         2007-07-08  Jim Meyering  <jim@meyering.net>
13326
13327         Adapt to deeper hierarchy in gnulib.
13328         * build-aux/bootstrap (symlink_to_dir): If the destination
13329         directory doesn't exist, create it. This is required at least for
13330         "lib/uniwidth/cjk.h".
13331
13332         2007-05-15  Jim Meyering  <jim@meyering.net>
13333
13334         * build-aux/bootstrap: Now that generated Makefile.am files
13335         are no longer under version control, they must be created at
13336         bootstrap time.
13337
13338 2007-08-14  Ben Pfaff  <blp@gnu.org>
13339
13340         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
13341
13342 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13343
13344         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
13345         given the changes below.
13346         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
13347         even on hosts that have padding bits beyond the supported 64.
13348
13349 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
13350
13351         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
13352         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
13353         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
13354         depends on it.
13355         (xstrtol_error): Remove.
13356         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
13357         but with a different signature.
13358         (ATTRIBUTE_NORETURN, __attribute__): New macros.
13359         * lib/xstrtol-error.c: Include exitfail.h.
13360         (xstrtol_fatal): New function, with a different signature from the
13361         old xstrtol_error, so that the caller need not worry about passing
13362         in an exit status, or about storage management of the option argument.
13363         (xstrtol_error): Now a static function.  Redo signature to
13364         implement xstrtol_fatal.  Output the correct number of hyphens in
13365         front of the option so that the caller need not worry about
13366         storage management.
13367         (N_): New macro.
13368         (_): Remove; not used now.
13369         * modules/xstrtol: Depend on getopt.
13370         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
13371         of old STRTOL_FATAL_ERROR macro.
13372         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
13373         of test program.
13374         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
13375         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
13376
13377 2007-08-08  Eric Blake  <ebb9@byu.net>
13378
13379         * lib/xstrtol-error.c: Add missing include.
13380
13381         Move xstrtol messages into gnulib domain, when --pobase is used.
13382         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
13383         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
13384         * modules/xstrtol (Files): Distribute new file.
13385         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
13386         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
13387         * tests/test-xstrtol.c: ...into new file.
13388         * tests/test-xstrtoul.c: Also test xstrtoul.
13389         * tests/test-xstrtoimax.c: Also test xstrtoimax.
13390         * tests/test-xstrtoumax.c: Also test xstrtoumax.
13391         * tests/test-xstrtol.sh: Drive the tests.
13392         * tests/test-xstrtoimax.sh: Likewise.
13393         * tests/test-xstrtoumax.sh: Likewise.
13394         * modules/xstrtol-tests: New module.
13395         * modules/xstrtoimax-tests: Likewise.
13396         * modules/xstrtoumax-tests: Likewise.
13397
13398 2007-08-08  Jim Meyering  <jim@meyering.net>
13399
13400         New function: mfile_name_concat.
13401         * lib/filenamecat.c (mfile_name_concat): New function, just like
13402         file_name_concat, but return NULL upon failure rather than exiting
13403         with a diagnostic.
13404         * lib/filenamecat.h: Declare it.
13405
13406 2007-08-07  Bruno Haible  <bruno@clisp.org>
13407
13408         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
13409         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
13410         warning from gcc.
13411         Reported by Eric Blake.
13412
13413 2007-08-07  Simon Josefsson  <simon@josefsson.org>
13414
13415         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
13416         * modules/crypto/arcfour (License): Likewise.
13417         * modules/crypto/des-tests (License): Likewise.
13418         * modules/crypto/gc-arctwo-tests (License): Likewise.
13419         * modules/crypto/gc-des-tests (License): Likewise.
13420         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
13421         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
13422         * modules/crypto/gc-md2-tests (License): Likewise.
13423         * modules/crypto/gc-md4-tests (License): Likewise.
13424         * modules/crypto/gc-md5-tests (License): Likewise.
13425         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
13426         * modules/crypto/gc-rijndael-tests (License): Likewise.
13427         * modules/crypto/gc-sha1-tests (License): Likewise.
13428         * modules/crypto/gc-tests (License): Likewise.
13429         * modules/crypto/hmac-md5 (License): Likewise.
13430         * modules/crypto/hmac-sha1 (License): Likewise.
13431         * modules/crypto/md2-tests (License): Likewise.
13432         * modules/crypto/md4-tests (License): Likewise.
13433         * modules/crypto/md5 (License): Likewise.
13434         * modules/crypto/rijndael (License): Likewise.
13435         * modules/crypto/sha1 (License): Likewise.
13436         * modules/memxor (License): Likewise.
13437
13438 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13439         and Bruno Haible  <bruno@clisp.org>
13440
13441         * NEWS: Describe interface changes to human, xstrtol.
13442         * lib/human.h: Include <xstrtol.h>.
13443         (human_options): Return enum strtol_error, not int.  Remove
13444         bool arg; take int * instead.
13445         * lib/human.c: Don't include "gettext.h".
13446         (_): Remove; no longer used.
13447         Don't include <xstrtol.h>, since human.h does it.
13448         (human_options): Adjust to abovementioned interface changes.
13449         Do not report error to stderr; that's now the caller's
13450         responsibility.
13451         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
13452         interface change.
13453         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
13454         Str, Argument_type_string.  All uses changed.  Put " argument"
13455         in diagnostics to make them clearer.  Change wording of suffix
13456         message for clarity.
13457         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
13458         Argument_type_string.
13459         (STRTOL_FATAL_WARN): Remove; no longer used.
13460         * modules/human (Depends-on): Remove gettext-h.
13461
13462 2007-08-06  Simon Josefsson  <simon@josefsson.org>
13463
13464         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
13465
13466 2007-07-31  Bruno Haible  <bruno@clisp.org>
13467
13468         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
13469         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
13470         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
13471
13472 2007-07-31  Bruno Haible  <bruno@clisp.org>
13473
13474         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
13475         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
13476
13477 2007-07-30  Bruno Haible  <bruno@clisp.org>
13478
13479         * modules/base64 (License): Use the synonymous term "LGPLv2+".
13480         * modules/c-ctype (License): Likewise.
13481         * modules/c-strcase (License): Likewise.
13482         * modules/check-version (License): Likewise.
13483         * modules/iconv (License): Likewise.
13484         * modules/iconv_open (License): Likewise.
13485         * modules/read-file (License): Likewise.
13486         * modules/striconv (License): Likewise.
13487         * modules/strverscmp (License): Likewise.
13488         * modules/vasprintf (License): Likewise.
13489         * modules/crypto/des (License): Likewise.
13490         * modules/crypto/gc (License): Likewise.
13491         * modules/crypto/gc-arcfour (License): Likewise.
13492         * modules/crypto/gc-arctwo (License): Likewise.
13493         * modules/crypto/gc-des (License): Likewise.
13494         * modules/crypto/gc-hmac-md5 (License): Likewise.
13495         * modules/crypto/gc-hmac-sha1 (License): Likewise.
13496         * modules/crypto/gc-md2 (License): Likewise.
13497         * modules/crypto/gc-md4 (License): Likewise.
13498         * modules/crypto/gc-md5 (License): Likewise.
13499         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
13500         * modules/crypto/gc-random (License): Likewise.
13501         * modules/crypto/gc-rijndael (License): Likewise.
13502         * modules/crypto/gc-sha1 (License): Likewise.
13503         * modules/crypto/md2 (License): Likewise.
13504         * modules/crypto/md4 (License): Likewise.
13505
13506 2007-07-30  Jim Meyering  <jim@meyering.net>
13507
13508         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
13509         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
13510         it has valid stat data.  This bug would cause du not to count the
13511         sizes of inaccessible directories.
13512         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
13513         in <http://bugzilla.redhat.com/250077>.
13514
13515 2007-07-25  Peter O'Gorman  <peter@pogma.com>
13516             Bruno Haible  <bruno@clisp.org>
13517
13518         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
13519         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
13520         #include_next, gives a diagnostic about it, but reports no error in
13521         the exit code.
13522         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
13523
13524 2007-07-24  Ben Pfaff  <blp@gnu.org>
13525
13526         Improve name: "count-one-bits" is better than "popcount".
13527         * MODULES.html.sh: Update name.
13528         * lib/popcount.h: Renamed lib/count-one-bits.h.
13529         (popcount): Renamed count_one_bits.
13530         (popcountl): Renamed count_one_bits_l.
13531         (popcountll): Renamed count_one_bits_ll.
13532         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
13533         * modules/popcount: Renamed module/count-one-bits.
13534         * modules/popcount-tests: Renamed module/count-one-bits-tests.
13535         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
13536
13537 2007-07-23  Ben Pfaff  <blp@gnu.org>
13538
13539         * lib/popcount.h (popcount32): Reduce size of constants, to allow
13540         better code generation, and add U to large constants to avoid
13541         warnings, in non-GCC case.
13542         Suggested by Bruno Haible.
13543
13544 2007-07-23  Ben Pfaff  <blp@gnu.org>
13545
13546         * lib/popcount.h: Use verify_true instead of if...abort.
13547         * modules/popcount: Depend on verify module.
13548         Suggested by Jim Meyering.
13549
13550 2007-07-23  Bruno Haible  <bruno@clisp.org>
13551
13552         * gnulib-tool (func_import): Create a .cvsignore file also when the
13553         directory is not yet in CVS but the toplevel directory is. When
13554         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
13555         Reported by Karl Berry.
13556
13557 2007-07-22  Ben Pfaff  <blp@gnu.org>
13558
13559         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
13560         case.
13561         Suggested by Eric Blake.
13562
13563 2007-07-22  Ben Pfaff  <blp@gnu.org>
13564
13565         New module: popcount.
13566         * MODULES.html.sh: Add popcount.
13567         * modules/popcount: New file.
13568         * modules/popcount-tests: New file.
13569         * tests/test-popcount.c: New file.
13570         * lib/popcount.h: New file.
13571         * m4/popcount.m4: New file.
13572
13573 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13574
13575         * build-aux/announce-gen: Update to GPLv3.
13576
13577         * build-aux/config.guess: Update from config.
13578
13579 2007-07-21  Bruno Haible  <bruno@clisp.org>
13580
13581         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
13582         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
13583
13584 2007-07-20  Jim Meyering  <jim@meyering.net>
13585
13586         * check-module: Diagnose a self-dependency.
13587
13588 2007-07-19  Bruno Haible  <bruno@clisp.org>
13589
13590         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
13591         empty.
13592         Reported by Eric Blake.
13593
13594 2007-07-18  Bruno Haible  <bruno@clisp.org>
13595
13596         * gnulib-tool: New options --po-base, --po-domain.
13597         (func_usage): Document them.
13598         (pobase, po_domain): New variables.
13599         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
13600         DEFAULT_TEXT_DOMAIN.
13601         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
13602         (func_import): Consider pobase and po_domain. Create a po/ directory.
13603         (func_create_testdir): Set pobase and po_domain to empty.
13604         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
13605         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
13606
13607 2007-07-18  Bruno Haible  <bruno@clisp.org>
13608
13609         * gnulib-tool (func_get_automake_snippet): Synthesize also an
13610         EXTRA_DIST augmentation for files in build-aux/.
13611
13612 2007-07-16  Bruno Haible  <bruno@clisp.org>
13613
13614         * modules/lseek (License): Use the synonymous term "LGPLv2+".
13615         * modules/getdelim (License): Likewise.
13616
13617 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13618
13619         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
13620         * modules/d-type (License): Likewise.
13621         * modules/extensions (License): Likewise.
13622         * modules/fnmatch (License): Likewise.
13623         * modules/fseeko (License): Likewise.
13624         * modules/getaddrinfo (License): Likewise.
13625         * modules/getline (License): Likewise.
13626         * modules/getlogin_r (License): Likewise.
13627         * modules/getpass (License): Likewise.
13628         * modules/gettimeofday (License): Likewise.
13629         * modules/glob (License): Likewise.
13630         * modules/inet_ntop (License): Likewise.
13631         * modules/malloc (License): Likewise.
13632         * modules/malloca (License): Likewise.
13633         * modules/memmem (License): Likewise.
13634         * modules/mempcpy (License): Likewise.
13635         * modules/memset (License): Likewise.
13636         * modules/minmax (License): Likewise.
13637         * modules/mktime (License): Likewise.
13638         * modules/netinet_in (License): Likewise.
13639         * modules/pathmax (License): Likewise.
13640         * modules/poll (License): Likewise.
13641         * modules/regex (License): Likewise.
13642         * modules/snprintf (License): Likewise.
13643         * modules/stdbool (License): Likewise.
13644         * modules/stdint (License): Likewise.
13645         * modules/stdio (License): Likewise.
13646         * modules/strcase (License): Likewise.
13647         * modules/strcasestr (License): Likewise.
13648         * modules/strdup (License): Likewise.
13649         * modules/string (License): Likewise.
13650         * modules/strndup (License): Likewise.
13651         * modules/strnlen (License): Likewise.
13652         * modules/strpbrk (License): Likewise.
13653         * modules/strptime (License): Likewise.
13654         * modules/strsep (License): Likewise.
13655         * modules/sys_select (License): Likewise.
13656         * modules/sys_socket (License): Likewise.
13657         * modules/sys_stat (License): Likewise.
13658         * modules/sys_time (License): Likewise.
13659         * modules/time (License): Likewise.
13660         * modules/time_r (License): Likewise.
13661         * modules/timegm (License): Likewise.
13662         * modules/unistd (License): Likewise.
13663         * modules/vsnprintf (License): Likewise.
13664         * modules/wctype (License): Likewise.
13665
13666 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13667
13668         * modules/argz (License): LGPLv2+.
13669
13670 2007-07-15  Karl Berry  <karl@gnu.org>
13671
13672         * doc/gnulib.texi: revise node structure per new fdl.texi.
13673
13674 2007-07-14  Bruno Haible  <bruno@clisp.org>
13675
13676         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
13677         the output file.
13678         * lib/uniname/uninames.h: Regenerated.
13679
13680 2007-07-14  Karl Berry  <karl@gnu.org>
13681
13682         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
13683         omitting sectioning and index commands.
13684
13685 2007-07-13  Bruno Haible  <bruno@clisp.org>
13686
13687         New gnulib-tool option --more-symlinks.
13688         * gnulib-tool (func_usage): Document --more-symlinks.
13689         (do_copyrights): New variable.
13690         Recognize option --more-symlinks.
13691         (func_import): Don't add a copyright notice transform to
13692         sed_transform_lib_file if do_copyrights is empty.
13693
13694 2007-07-13  Bruno Haible  <bruno@clisp.org>
13695
13696         * lib/vasnprintf.c (decimal_point_char): Define also if
13697         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
13698         && !NEED_PRINTF_DIRECTIVE_A.
13699         Reported by Clemens Koller <clemens.koller@anagramm.de> via
13700         Gary V. Vaughan <gary@gnu.org>.
13701
13702 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
13703
13704         * lib/inttypes_.h: Undo previous change, since it was fixed
13705         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
13706
13707 2007-07-13  Bruno Haible  <bruno@clisp.org>
13708
13709         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
13710         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
13711
13712 2007-07-13  Jim Meyering  <jim@meyering.net>
13713
13714         df: Don't fail for Tru64's "file-on-file mount".
13715         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
13716         so we fall through and use statfs instead.  Details here:
13717         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
13718         Reported by Albert Chin.
13719
13720 2007-07-13  Bruno Haible  <bruno@clisp.org>
13721
13722         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
13723         * modules/configmake (License): Likewise.
13724         * modules/gettext (License): Likewise.
13725         * modules/gettext-h (License): Likewise.
13726         * modules/include_next (License): Likewise.
13727         * modules/link-warning (License): Likewise.
13728         * modules/localcharset (License): Likewise.
13729         * modules/localename (License): Likewise.
13730         * modules/lock (License): Likewise.
13731         * modules/relocatable-lib-lgpl (License): Likewise.
13732         * modules/size_max (License): Likewise.
13733         * modules/vasnprintf (License): Likewise.
13734         * modules/wchar (License): Likewise.
13735         * modules/xsize (License): Likewise.
13736
13737 2007-07-13  Bruno Haible  <bruno@clisp.org>
13738
13739         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
13740         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
13741
13742 2007-07-12  Bruno Haible  <bruno@clisp.org>
13743
13744         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
13745         in the modules files.
13746
13747 2007-07-11  Karl Berry  <karl@gnu.org>
13748
13749         * MODULES.html.sh (func_module): use
13750          sed -e '\|^'"${includefile}"'$|d'
13751          instead of /.../d, to avoid errors on $includefile's containing /.
13752
13753 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13754
13755         * gnulib-tool (func_import): Avoid duplication of --avoid
13756         statements
13757         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
13758         names to `_' in variable names.
13759
13760 2007-07-10  Eric Blake  <ebb9@byu.net>
13761
13762         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
13763         * NEWS: Document this change.
13764
13765 2007-07-08  Bruno Haible  <bruno@clisp.org>
13766
13767         Update to Unicode 5.0.
13768         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
13769         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
13770         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
13771         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
13772         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
13773         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
13774         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
13775         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
13776         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
13777         U+10A3F, U+1D242..U+1D244.
13778         (nonspacing_table_ind): Update.
13779         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
13780         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
13781
13782 2007-07-08  Bruno Haible  <bruno@clisp.org>
13783
13784         Update to Unicode 5.0.
13785         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
13786         code transform. Extend the name index field of unicode_name_to_code and
13787         unicode_code_to_name from 16 to 24 bits.
13788         * lib/uniname/uniname.c (unicode_character_name,
13789         unicode_name_character): Add the range 0x12xxx to the code transform.
13790         * lib/uniname/uninames.h: Regenerated.
13791         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
13792
13793 2007-07-07  Bruno Haible  <bruno@clisp.org>
13794
13795         * modules/wcwidth-tests: New file.
13796         * tests/test-wcwidth.c: New file.
13797
13798         Work around MacOS X wcwidth() bug.
13799         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
13800         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
13801         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
13802         original wcwidth in non-UTF-8 locales.
13803         * modules/wcwidth (Depends-on): Add localcharset, streq,
13804         uniwidth/width.
13805         * doc/functions/wcwidth.texi: Update.
13806
13807 2007-07-07  Bruno Haible  <bruno@clisp.org>
13808
13809         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
13810         (wcwidth): New declaration.
13811         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
13812         macros.
13813         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
13814         here. Prepare for creating <wchar.h> unconditionally.
13815         * modules/wchar (Depends-on): Add link-warning.
13816         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
13817         REPLACE_WCWIDTH, and GL_LINK_WARNING.
13818         * lib/wcwidth.h: Remove file.
13819         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
13820         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
13821         * modules/wcwidth (Files): Remove lib/wcwidth.h.
13822         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
13823         (Include): Replace wcwidth.h with <wchar.h>.
13824         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
13825         * lib/mbchar.h: Don't include wcwidth.h.
13826         * lib/mbswidth.c: Likewise.
13827         * NEWS: Mention the change.
13828
13829 2007-07-07  Bruno Haible  <bruno@clisp.org>
13830
13831         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
13832         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
13833         definition with an external declaration.
13834         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
13835         defined as a function. Remove AC_C_INLINE requirement.
13836         * modules/wcwidth (Files): Add lib/wcwidth.c.
13837         (Makefile.am): Remove redundant statement.
13838
13839 2007-07-07  Bruno Haible  <bruno@clisp.org>
13840
13841         * MODULES.html.sh (Unicode string functions): Add the new modules.
13842
13843         * tests/uniwidth/test-u32-strwidth.c: New file.
13844         * modules/uniwidth/u32-strwidth-tests: New file.
13845
13846         * lib/uniwidth/u32-strwidth.c: New file.
13847         * modules/uniwidth/u32-strwidth: New file.
13848
13849         * tests/uniwidth/test-u16-strwidth.c: New file.
13850         * modules/uniwidth/u16-strwidth-tests: New file.
13851
13852         * lib/uniwidth/u16-strwidth.c: New file.
13853         * modules/uniwidth/u16-strwidth: New file.
13854
13855         * tests/uniwidth/test-u8-strwidth.c: New file.
13856         * modules/uniwidth/u8-strwidth-tests: New file.
13857
13858         * lib/uniwidth/u8-strwidth.c: New file.
13859         * modules/uniwidth/u8-strwidth: New file.
13860
13861         * tests/uniwidth/test-u32-width.c: New file.
13862         * modules/uniwidth/u32-width-tests: New file.
13863
13864         * lib/uniwidth/u32-width.c: New file.
13865         * modules/uniwidth/u32-width: New file.
13866
13867         * tests/uniwidth/test-u16-width.c: New file.
13868         * modules/uniwidth/u16-width-tests: New file.
13869
13870         * lib/uniwidth/u16-width.c: New file.
13871         * modules/uniwidth/u16-width: New file.
13872
13873         * tests/uniwidth/test-u8-width.c: New file.
13874         * modules/uniwidth/u8-width-tests: New file.
13875
13876         * lib/uniwidth/u8-width.c: New file.
13877         * modules/uniwidth/u8-width: New file.
13878
13879         * tests/uniwidth/test-uc_width.c: New file.
13880         * modules/uniwidth/width-tests: New file.
13881
13882         * lib/uniwidth/width.c: New file, from GNU libiconv.
13883         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
13884         * modules/uniwidth/width: New file.
13885
13886         * lib/uniwidth.h: New file, from GNU libiconv.
13887         * modules/uniwidth/base: New file.
13888
13889 2007-07-07  Bruno Haible  <bruno@clisp.org>
13890
13891         * lib/uniname.h: New file, from GNU gettext.
13892         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
13893         * lib/uniname/uninames.h: New file, from GNU gettext.
13894         * lib/uniname/uniname.c: New file, from GNU gettext.
13895         * tests/uniname/test-uninames.sh: New file.
13896         * tests/uniname/test-uninames.c: New file, from GNU gettext.
13897         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
13898         * modules/uniname/base: New file.
13899         * modules/uniname/uniname: New file.
13900         * modules/uniname/uniname-tests: New file.
13901         * MODULES.html.sh (Unicode string functions): Add the new modules.
13902
13903 2007-07-06  Bruno Haible  <bruno@clisp.org>
13904
13905         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
13906
13907 2007-07-06  Bruno Haible  <bruno@clisp.org>
13908
13909         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
13910         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
13911         includes <cygwin/sys_time.h> which includes <sys/select.h> which
13912         include <sys/time.h>.
13913         Reported by Eric Blake.
13914
13915 2007-07-06  Eric Blake  <ebb9@byu.net>
13916
13917         Fix testing canonicalize on cygwin.
13918         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
13919         Revert patch from 2007-06-19.
13920         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
13921         canonicalize module is also in use.
13922         * tests/test-canonicalize.c: New file.
13923         * tests/test-canonicalize.sh: Likewise.
13924         * modules/canonicalize-tests: Likewise.
13925
13926 2007-07-06  Jim Meyering  <jim@meyering.net>
13927
13928         * lib/getugroups.c (getugroups): Detect getgrent failure.
13929         Adjust comment to reflect reality: this function may return -1.
13930
13931 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
13932
13933         * build-aux/bootstrap (TP_URL,get_translations): Update to use
13934         the new TP address.
13935         (usage): Fix typo
13936         (gnulib_mk): New variable.
13937
13938 2007-07-05  Jim Meyering  <jim@meyering.net>
13939
13940         Don't let endgrent clobber errno, no matter how improbable.
13941         * lib/getugroups.c (getugroups): Save and restore errno around
13942         endgrent call.
13943
13944         Close the group DB even when failing with 2^31 or more members.
13945         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
13946
13947 2007-07-04  Jim Meyering  <jim@meyering.net>
13948
13949         * lib/getugroups.h: New file.
13950         * lib/getugroups.c: Include "getugroups.h".
13951         Remove uses of "register" keyword.
13952         Move local variable, "cp", down into scope where used.
13953         Give "username" parameter the "const" attribute.
13954         * modules/getugroups (Files): Add lib/getugroups.h
13955
13956 2007-07-04  Karl Berry  <karl@gnu.org>
13957
13958         * MODULES.html.sh (func_all_modules): Complete rename of
13959         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
13960
13961 2007-07-02  Bruno Haible  <bruno@clisp.org>
13962
13963         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
13964         mode, when inttypes.h comes from gnulib.
13965         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
13966
13967 2007-07-02  Simon Josefsson  <simon@josefsson.org>
13968
13969         * NEWS: Mention lgpl module name change.
13970
13971         * modules/lgpl-2.1: Renamed from lgpl.
13972
13973         * NEWS: Mention gpl module name change.
13974
13975         * modules/gpl-3.0: New file, based on gpl-2.0.
13976
13977         * modules/gpl-2.0: Renamed from gpl.
13978
13979         * modules/gpl: Fix filename, doc/gpl.texi is now found at
13980         doc/gpl-2.0.texi.
13981
13982 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13983
13984         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
13985         #define __STDC_LIMIT_MACROS temporarily while including
13986         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
13987         Problem reported by Joel E. Denny in
13988         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
13989
13990 2007-07-01  Bruno Haible  <bruno@clisp.org>
13991
13992         * lib/unistdio.h: New file.
13993         * lib/unistdio/u-asnprintf.h: New file.
13994         * lib/unistdio/u-asprintf.h: New file.
13995         * lib/unistdio/u-printf-args.c: New file.
13996         * lib/unistdio/u-printf-args.h: New file.
13997         * lib/unistdio/u-printf-parse.h: New file.
13998         * lib/unistdio/u-snprintf.h: New file.
13999         * lib/unistdio/u-sprintf.h: New file.
14000         * lib/unistdio/u-vasprintf.h: New file.
14001         * lib/unistdio/u-vsnprintf.h: New file.
14002         * lib/unistdio/u-vsprintf.h: New file.
14003         * lib/unistdio/ulc-asnprintf.c: New file.
14004         * lib/unistdio/ulc-asprintf.c: New file.
14005         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
14006         * lib/unistdio/ulc-printf-parse.c: New file.
14007         * lib/unistdio/ulc-snprintf.c: New file.
14008         * lib/unistdio/ulc-sprintf.c: New file.
14009         * lib/unistdio/ulc-vasnprintf.c: New file.
14010         * lib/unistdio/ulc-vasprintf.c: New file.
14011         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
14012         * lib/unistdio/ulc-vsnprintf.c: New file.
14013         * lib/unistdio/ulc-vsprintf.c: New file.
14014         * lib/unistdio/u8-asnprintf.c: New file.
14015         * lib/unistdio/u8-asprintf.c: New file.
14016         * lib/unistdio/u8-printf-parse.c: New file.
14017         * lib/unistdio/u8-snprintf.c: New file.
14018         * lib/unistdio/u8-sprintf.c: New file.
14019         * lib/unistdio/u8-vasnprintf.c: New file.
14020         * lib/unistdio/u8-vasprintf.c: New file.
14021         * lib/unistdio/u8-vsnprintf.c: New file.
14022         * lib/unistdio/u8-vsprintf.c: New file.
14023         * lib/unistdio/u8-u8-asnprintf.c: New file.
14024         * lib/unistdio/u8-u8-asprintf.c: New file.
14025         * lib/unistdio/u8-u8-snprintf.c: New file.
14026         * lib/unistdio/u8-u8-sprintf.c: New file.
14027         * lib/unistdio/u8-u8-vasnprintf.c: New file.
14028         * lib/unistdio/u8-u8-vasprintf.c: New file.
14029         * lib/unistdio/u8-u8-vsnprintf.c: New file.
14030         * lib/unistdio/u8-u8-vsprintf.c: New file.
14031         * lib/unistdio/u16-asnprintf.c: New file.
14032         * lib/unistdio/u16-asprintf.c: New file.
14033         * lib/unistdio/u16-printf-parse.c: New file.
14034         * lib/unistdio/u16-snprintf.c: New file.
14035         * lib/unistdio/u16-sprintf.c: New file.
14036         * lib/unistdio/u16-vasnprintf.c: New file.
14037         * lib/unistdio/u16-vasprintf.c: New file.
14038         * lib/unistdio/u16-vsnprintf.c: New file.
14039         * lib/unistdio/u16-vsprintf.c: New file.
14040         * lib/unistdio/u16-u16-asnprintf.c: New file.
14041         * lib/unistdio/u16-u16-asprintf.c: New file.
14042         * lib/unistdio/u16-u16-snprintf.c: New file.
14043         * lib/unistdio/u16-u16-sprintf.c: New file.
14044         * lib/unistdio/u16-u16-vasnprintf.c: New file.
14045         * lib/unistdio/u16-u16-vasprintf.c: New file.
14046         * lib/unistdio/u16-u16-vsnprintf.c: New file.
14047         * lib/unistdio/u16-u16-vsprintf.c: New file.
14048         * lib/unistdio/u32-asnprintf.c: New file.
14049         * lib/unistdio/u32-asprintf.c: New file.
14050         * lib/unistdio/u32-printf-parse.c: New file.
14051         * lib/unistdio/u32-snprintf.c: New file.
14052         * lib/unistdio/u32-sprintf.c: New file.
14053         * lib/unistdio/u32-vasnprintf.c: New file.
14054         * lib/unistdio/u32-vasprintf.c: New file.
14055         * lib/unistdio/u32-vsnprintf.c: New file.
14056         * lib/unistdio/u32-vsprintf.c: New file.
14057         * lib/unistdio/u32-u32-asnprintf.c: New file.
14058         * lib/unistdio/u32-u32-asprintf.c: New file.
14059         * lib/unistdio/u32-u32-snprintf.c: New file.
14060         * lib/unistdio/u32-u32-sprintf.c: New file.
14061         * lib/unistdio/u32-u32-vasnprintf.c: New file.
14062         * lib/unistdio/u32-u32-vasprintf.c: New file.
14063         * lib/unistdio/u32-u32-vsnprintf.c: New file.
14064         * lib/unistdio/u32-u32-vsprintf.c: New file.
14065         * tests/unistdio/test-ulc-asnprintf1.c: New file.
14066         * tests/unistdio/test-ulc-asnprintf1.h: New file.
14067         * tests/unistdio/test-ulc-printf1.h: New file.
14068         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
14069         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
14070         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
14071         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
14072         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
14073         * tests/unistdio/test-ulc-vasprintf1.c: New file.
14074         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
14075         * tests/unistdio/test-ulc-vsprintf1.c: New file.
14076         * tests/unistdio/test-u8-asnprintf1.c: New file.
14077         * tests/unistdio/test-u8-asnprintf1.h: New file.
14078         * tests/unistdio/test-u8-printf1.h: New file.
14079         * tests/unistdio/test-u8-vasnprintf1.c: New file.
14080         * tests/unistdio/test-u8-vasnprintf2.c: New file.
14081         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
14082         * tests/unistdio/test-u8-vasnprintf3.c: New file.
14083         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
14084         * tests/unistdio/test-u8-vasprintf1.c: New file.
14085         * tests/unistdio/test-u8-vsnprintf1.c: New file.
14086         * tests/unistdio/test-u8-vsprintf1.c: New file.
14087         * tests/unistdio/test-u16-asnprintf1.c: New file.
14088         * tests/unistdio/test-u16-asnprintf1.h: New file.
14089         * tests/unistdio/test-u16-printf1.h: New file.
14090         * tests/unistdio/test-u16-vasnprintf1.c: New file.
14091         * tests/unistdio/test-u16-vasnprintf2.c: New file.
14092         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
14093         * tests/unistdio/test-u16-vasnprintf3.c: New file.
14094         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
14095         * tests/unistdio/test-u16-vasprintf1.c: New file.
14096         * tests/unistdio/test-u16-vsnprintf1.c: New file.
14097         * tests/unistdio/test-u16-vsprintf1.c: New file.
14098         * tests/unistdio/test-u32-asnprintf1.c: New file.
14099         * tests/unistdio/test-u32-asnprintf1.h: New file.
14100         * tests/unistdio/test-u32-printf1.h: New file.
14101         * tests/unistdio/test-u32-vasnprintf1.c: New file.
14102         * tests/unistdio/test-u32-vasnprintf2.c: New file.
14103         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
14104         * tests/unistdio/test-u32-vasnprintf3.c: New file.
14105         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
14106         * tests/unistdio/test-u32-vasprintf1.c: New file.
14107         * tests/unistdio/test-u32-vsnprintf1.c: New file.
14108         * tests/unistdio/test-u32-vsprintf1.c: New file.
14109         * modules/unistdio/base: New file.
14110         * modules/unistdio/u-printf-args: New file.
14111         * modules/unistdio/ulc-asnprintf: New file.
14112         * modules/unistdio/ulc-asprintf: New file.
14113         * modules/unistdio/ulc-fprintf: New file.
14114         * modules/unistdio/ulc-printf-parse: New file.
14115         * modules/unistdio/ulc-snprintf: New file.
14116         * modules/unistdio/ulc-sprintf: New file.
14117         * modules/unistdio/ulc-vasnprintf: New file.
14118         * modules/unistdio/ulc-vasprintf: New file.
14119         * modules/unistdio/ulc-vfprintf: New file.
14120         * modules/unistdio/ulc-vsnprintf: New file.
14121         * modules/unistdio/ulc-vsprintf: New file.
14122         * modules/unistdio/u8-asnprintf: New file.
14123         * modules/unistdio/u8-asprintf: New file.
14124         * modules/unistdio/u8-printf-parse: New file.
14125         * modules/unistdio/u8-snprintf: New file.
14126         * modules/unistdio/u8-sprintf: New file.
14127         * modules/unistdio/u8-vasnprintf: New file.
14128         * modules/unistdio/u8-vasprintf: New file.
14129         * modules/unistdio/u8-vsnprintf: New file.
14130         * modules/unistdio/u8-vsprintf: New file.
14131         * modules/unistdio/u8-u8-asnprintf: New file.
14132         * modules/unistdio/u8-u8-asprintf: New file.
14133         * modules/unistdio/u8-u8-snprintf: New file.
14134         * modules/unistdio/u8-u8-sprintf: New file.
14135         * modules/unistdio/u8-u8-vasnprintf: New file.
14136         * modules/unistdio/u8-u8-vasprintf: New file.
14137         * modules/unistdio/u8-u8-vsnprintf: New file.
14138         * modules/unistdio/u8-u8-vsprintf: New file.
14139         * modules/unistdio/u16-asnprintf: New file.
14140         * modules/unistdio/u16-asprintf: New file.
14141         * modules/unistdio/u16-printf-parse: New file.
14142         * modules/unistdio/u16-snprintf: New file.
14143         * modules/unistdio/u16-sprintf: New file.
14144         * modules/unistdio/u16-vasnprintf: New file.
14145         * modules/unistdio/u16-vasprintf: New file.
14146         * modules/unistdio/u16-vsnprintf: New file.
14147         * modules/unistdio/u16-vsprintf: New file.
14148         * modules/unistdio/u16-u16-asnprintf: New file.
14149         * modules/unistdio/u16-u16-asprintf: New file.
14150         * modules/unistdio/u16-u16-snprintf: New file.
14151         * modules/unistdio/u16-u16-sprintf: New file.
14152         * modules/unistdio/u16-u16-vasnprintf: New file.
14153         * modules/unistdio/u16-u16-vasprintf: New file.
14154         * modules/unistdio/u16-u16-vsnprintf: New file.
14155         * modules/unistdio/u16-u16-vsprintf: New file.
14156         * modules/unistdio/u32-asnprintf: New file.
14157         * modules/unistdio/u32-asprintf: New file.
14158         * modules/unistdio/u32-printf-parse: New file.
14159         * modules/unistdio/u32-snprintf: New file.
14160         * modules/unistdio/u32-sprintf: New file.
14161         * modules/unistdio/u32-vasnprintf: New file.
14162         * modules/unistdio/u32-vasprintf: New file.
14163         * modules/unistdio/u32-vsnprintf: New file.
14164         * modules/unistdio/u32-vsprintf: New file.
14165         * modules/unistdio/u32-u32-asnprintf: New file.
14166         * modules/unistdio/u32-u32-asprintf: New file.
14167         * modules/unistdio/u32-u32-snprintf: New file.
14168         * modules/unistdio/u32-u32-sprintf: New file.
14169         * modules/unistdio/u32-u32-vasnprintf: New file.
14170         * modules/unistdio/u32-u32-vasprintf: New file.
14171         * modules/unistdio/u32-u32-vsnprintf: New file.
14172         * modules/unistdio/u32-u32-vsprintf: New file.
14173         * modules/unistdio/ulc-asnprintf-tests: New file.
14174         * modules/unistdio/ulc-vasnprintf-tests: New file.
14175         * modules/unistdio/ulc-vasprintf-tests: New file.
14176         * modules/unistdio/ulc-vsnprintf-tests: New file.
14177         * modules/unistdio/ulc-vsprintf-tests: New file.
14178         * modules/unistdio/u8-asnprintf-tests: New file.
14179         * modules/unistdio/u8-vasnprintf-tests: New file.
14180         * modules/unistdio/u8-vasprintf-tests: New file.
14181         * modules/unistdio/u8-vsnprintf-tests: New file.
14182         * modules/unistdio/u8-vsprintf-tests: New file.
14183         * modules/unistdio/u16-asnprintf-tests: New file.
14184         * modules/unistdio/u16-vasnprintf-tests: New file.
14185         * modules/unistdio/u16-vasprintf-tests: New file.
14186         * modules/unistdio/u16-vsnprintf-tests: New file.
14187         * modules/unistdio/u16-vsprintf-tests: New file.
14188         * modules/unistdio/u32-asnprintf-tests: New file.
14189         * modules/unistdio/u32-vasnprintf-tests: New file.
14190         * modules/unistdio/u32-vasprintf-tests: New file.
14191         * modules/unistdio/u32-vsnprintf-tests: New file.
14192         * modules/unistdio/u32-vsprintf-tests: New file.
14193         * MODULES.html.sh (Unicode string functions): Add the new modules.
14194
14195 2007-07-01  Bruno Haible  <bruno@clisp.org>
14196
14197         * lib/sprintf.c (sprintf): Limit the available length estimation,
14198         to avoid address wraparound.
14199         * lib/vsprintf.c (vsprintf): Likewise.
14200         * modules/sprintf-posix (Dependencies): Add stdint.
14201         * modules/vsprintf-posix (Dependencies): Likewise.
14202
14203 2007-07-01  Bruno Haible  <bruno@clisp.org>
14204
14205         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
14206         Windows PATH as well. Conservative double-quoting. Comments.
14207
14208 2007-07-01  Bruno Haible  <bruno@clisp.org>
14209             Eric Blake  <ebb9@byu.net>
14210             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14211
14212         * gnulib-tool (self_abspathname): Fix algorithm to cope with
14213         empty components in $PATH, denoting '.'.
14214
14215 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14216
14217         * gnulib-tool: Fix indentation.
14218         (func_create_megatestdir): Likewise.
14219         Report by Bruno Haible.
14220
14221 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14222
14223         Sync from Automake.
14224         * build-aux/gnupload: Fix shell portability issues with for loops.
14225         Report by Karl Berry.
14226
14227 2007-06-29  Simon Josefsson  <simon@josefsson.org>
14228
14229         * build-aux/maint.mk (POURL): Use translationproject.org.
14230
14231 2007-06-27  Simon Josefsson  <simon@josefsson.org>
14232             Bruno Haible  <bruno@clisp.org>
14233
14234         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
14235         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
14236         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
14237         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
14238         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
14239
14240 2007-06-27  Bruno Haible  <bruno@clisp.org>
14241
14242         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
14243         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
14244
14245 2007-06-26  Karl Berry  <karl@gnu.org>
14246
14247         * MODULES.html.sh: remove xreadlink-with-size.
14248
14249 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14250
14251         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
14252         method that I hope also handles the double-include problem noted
14253         by Bruno Haible in
14254         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
14255
14256 2007-06-23  Bruno Haible  <bruno@clisp.org>
14257
14258         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14259         Don't let the 'mostlyclean' target fail if the last subdirectory could
14260         not be removed.
14261         Reported by Karl Berry.
14262
14263 2007-06-23  Bruno Haible  <bruno@clisp.org>
14264
14265         * gnulib-tool (echo): Add a speedier workaround for ksh.
14266         * tests/test-echo.sh: Likewise.
14267
14268 2007-06-23  Bruno Haible  <bruno@clisp.org>
14269
14270         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
14271         * tests/test-echo.sh: Likewise.
14272
14273 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14274
14275         * gnulib-tool (IFS): Initialize early, so we don't set it to
14276         empty later.
14277         (self_abspathname): Rewrite algorithm to set it, reindent.
14278         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
14279         (func_create_megatestdir): Merge some sed scripts.
14280
14281 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
14282
14283         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
14284         exposed by Sun Studio 11 cc on Solaris 8.
14285
14286 2007-06-22  Bruno Haible  <bruno@clisp.org>
14287
14288         * gnulib-tool (echo): Ensure the echo primitive does not interpret
14289         backslashes.
14290         * tests/test-echo.sh: New file.
14291
14292 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14293
14294         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
14295         simplify `sed_replace_build_aux' scripts, they are portable but
14296         echoing them with `echo' is not.
14297         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
14298
14299 2007-06-21  Karl Berry  <karl@gnu.org>
14300
14301         * config/srclist.txt: guess we can't handle the licenses via
14302         srclist at the moment.
14303
14304 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14305
14306         * MODULES.html.sh: Add include_next.
14307         * modules/include_next: New file.
14308
14309 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14310
14311         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
14312         INCLUDE_NEXT.
14313         (gl_CHECK_NEXT_HEADERS): New macro.
14314         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
14315         the obsolescent gl_ABSOLUTE_HEADER.
14316         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
14317         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
14318         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
14319         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
14320         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
14321         * m4/math_h.m4 (gl_MATH_H): Likewise.
14322         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
14323         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
14324         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
14325         * m4/stdint.m4 (gl_STDINT_H): Likewise.
14326         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
14327         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
14328         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
14329         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
14330         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
14331         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
14332         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
14333         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
14334         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
14335         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
14336         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
14337         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
14338         * m4/inttypes.m4 (gl_INTTYPES_H): Define
14339         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
14340         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
14341         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
14342         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
14343         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
14344         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
14345         * lib/float_.h: Likewise.
14346         * lib/inttypes_.h: Likewise.
14347         * lib/math_.h: Likewise.
14348         * lib/search_.h: Likewise.
14349         * lib/signal_.h: Likewise.
14350         * lib/stdint_.h: Likewise.
14351         * lib/stdio_.h: Likewise.
14352         * lib/stdlib_.h: Likewise.
14353         * lib/string_.h: Likewise.
14354         * lib/sys_stat_.h: Likewise.
14355         * lib/sys_time_.h: Likewise.
14356         * lib/time_.h: Likewise.
14357         * lib/unistd_.h: Likewise.
14358         * lib/wchar_.h: Likewise.
14359         * lib/wctype_.h: Likewise.
14360         * lib/dirent_.h: Likewise.
14361         * lib/iconv_.h: Likewise.
14362         * lib/locale_.h: Likewise.
14363         * lib/netinet_in_.h: Likewise.
14364         * lib/sys_select_.h: Likewise.
14365         * lib/sys_socket_.h: Likewise.
14366         * lib/sysexits_.h: Likewise.
14367         * modules/fcntl (Depends-on): Depend on include_next, not
14368         absolute_header.
14369         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
14370         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
14371         * modules/fchdir: Likewise.
14372         * modules/float: Likewise.
14373         * modules/iconv_open: Likewise.
14374         * modules/inttypes: Likewise.
14375         * modules/locale: Likewise.
14376         * modules/math: Likewise.
14377         * modules/netinet_in: Likewise.
14378         * modules/search: Likewise.
14379         * modules/signal: Likewise.
14380         * modules/stdint: Likewise.
14381         * modules/stdio: Likewise.
14382         * modules/stdlib: Likewise.
14383         * modules/string: Likewise.
14384         * modules/sys_select: Likewise.
14385         * modules/sys_socket: Likewise.
14386         * modules/sys_stat: Likewise.
14387         * modules/sys_time: Likewise.
14388         * modules/sysexits: Likewise.
14389         * modules/time: Likewise.
14390         * modules/unistd: Likewise.
14391         * modules/wchar: Likewise.
14392         * modules/wctype: Likewise.
14393         * modules/sys_stat: Change maintainer to "all".
14394         * modules/unistd: Likewise.
14395
14396 2007-06-20  Karl Berry  <karl@gnu.org>
14397
14398         * config/srclist.txt: track www changes in license files.
14399
14400 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
14401
14402         * build-aux/bootstrap: Remove stray dot.
14403         Make sure build_aux settings are honored when linking
14404         gnulib_extra_files.
14405
14406 2007-06-19  Eric Blake  <ebb9@byu.net>
14407
14408         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
14409         Allow compilation on cygwin.
14410
14411 2007-06-19  Jim Meyering  <jim@meyering.net>
14412
14413         xreadlink-with-size: Remove module.  No longer used.
14414         Ex-callers now use xreadlink or mreadlink-with-size.
14415         * modules/xreadlink-with-size: Remove module.
14416         * lib/xreadlink-with-size.c: Remove file.
14417         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
14418         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
14419         just before the function definition *is* accurate.
14420
14421         Eliminate one way canonicalize_filename_mode could exit.
14422         * lib/canonicalize.c (canonicalize_filename_mode):
14423         Use mreadlink_with_size, not xreadlink_with_size.
14424
14425 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
14426
14427         Detect porting problems to FreeBSD/arm, which has time_t wider than
14428         long int.  Original problem reported for GNU diff by Xin Li in
14429         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
14430         * modules/getdate (Depends-on): Add intprops, verify.
14431         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
14432         is an integer type no wider than long int.
14433
14434 2007-06-18  Jim Meyering  <jim@meyering.net>
14435
14436         New module: mreadlink-with-size.
14437         * MODULES.html.sh: Add mreadlink-with-size.
14438         * modules/mreadlink-with-size: New module
14439         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
14440         not xreadlink-with-size.
14441         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
14442
14443 2007-06-16  Bruno Haible  <bruno@clisp.org>
14444
14445         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
14446         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
14447         Reported by Gary V. Vaughan <gary@gnu.org>.
14448
14449 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
14450
14451         Revamp lchown so that it lives in unistd.h where it belongs.
14452         * lib/lchown.h: Remove.
14453         * lib/dirchownmod.c: Don't include lib/lchown.h.
14454         * lib/fchownat.c: Likewise.
14455         * lib/openat.c: Likewise.
14456         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
14457         does not follow symlinks.
14458         (EOPNOTSUPP): Define if not defined.
14459         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
14460         is defined to 0.
14461         (lchown): New decl.
14462         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
14463         Do not check for lchown decl.
14464         Set REPLACE_LCHOWN.
14465         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
14466         REPLACE_LCHOWN.
14467         * modules/chown: Make it clear it follows symlinks.
14468         * modules/lchown: Make it clear it doesn't follow symlinks.
14469         (Files): Remove lib/lchown.h
14470         (Depends-on): Add unistd.
14471         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
14472         (Include): Include <unistd.h>, not "lchown.h".
14473         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
14474         REPLACE_LCHOWN.
14475
14476 2007-06-15  Jim Meyering  <jim@meyering.net>
14477
14478         Change license (GPL to LGPL) of fsusage and dependents.
14479         * modules/fsusage (License): Change to LGPL.
14480         * modules/full-read (License): Likewise.
14481         * modules/full-write (License): Likewise.
14482         * modules/safe-read (License): Likewise.
14483         * modules/safe-write (License): Likewise.
14484
14485 2007-06-14  Ben Pfaff  <blp@gnu.org>
14486
14487         Missing part of allocsa -> malloca transition.
14488         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
14489         gl_MALLOCA.
14490
14491 2007-06-12  Bruno Haible  <bruno@clisp.org>
14492
14493         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
14494         to ia64, x86_64, i386.
14495         Reported by Eric Blake.
14496
14497 2007-06-12  Bruno Haible  <bruno@clisp.org>
14498
14499         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
14500         cross-compiling to x86_64.
14501
14502 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
14503
14504         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
14505         glitch reported by Ralf Wildenhues in
14506         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
14507
14508         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
14509         Vin Shelton.
14510
14511 2007-06-11  Bruno Haible  <bruno@clisp.org>
14512
14513         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
14514         replacement string.
14515         Reported by Eric Blake.
14516
14517 2007-06-10  Bruno Haible  <bruno@clisp.org>
14518
14519         Prepare vasnprintf code for use with Unicode strings.
14520         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
14521         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
14522         TYPE_U32_STRING.
14523         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
14524         a_u32_string variants.
14525         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
14526         * lib/printf-args.c: Don't include config.h and the specification
14527         header if PRINTF_FETCHARGS is already defined.
14528         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
14529         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
14530         TYPE_U16_STRING, TYPE_U32_STRING.
14531         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
14532         u16_directive, u16_directives, u32_directive, u32_directives): New
14533         types.
14534         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
14535         New declarations.
14536         * lib/printf-parse.c: Don't include config.h and the specification
14537         header if PRINTF_PARSE is already defined. Eliminate the set of
14538         parameters for WIDE_CHAR_VERSION; the user of this file must provide
14539         them now. Include c-ctype.h.
14540         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
14541         directive and CHAR_T_ONLY_ASCII.
14542         * lib/vasnprintf.c: Don't include config.h and the specification header
14543         if VASNPRINTF is already defined.
14544         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
14545         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
14546         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
14547         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
14548         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
14549         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
14550         code accordingly.
14551         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
14552         pad_ourselves also in this case, with the 'c' and 's' directives, and
14553         with a different notion of "width".
14554         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
14555
14556 2007-06-10  Bruno Haible  <bruno@clisp.org>
14557
14558         * modules/unistr/u32-mbsnlen: New file.
14559         * lib/unistr/u32-mbsnlen.c: New file.
14560
14561         * modules/unistr/u16-mbsnlen: New file.
14562         * lib/unistr/u16-mbsnlen.c: New file.
14563
14564         * modules/unistr/u8-mbsnlen: New file.
14565         * lib/unistr/u8-mbsnlen.c: New file.
14566
14567         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
14568         declarations.
14569
14570 2007-06-10  Bruno Haible  <bruno@clisp.org>
14571
14572         * lib/string_.h (mbsnlen): New declaration.
14573         * lib/mbsnlen.c: New file.
14574         * m4/mbsnlen.m4: New file.
14575         * modules/mbsnlen: New file.
14576         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
14577         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
14578         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
14579
14580 2007-06-10  Bruno Haible  <bruno@clisp.org>
14581
14582         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
14583
14584 2007-06-10  Bruno Haible  <bruno@clisp.org>
14585
14586         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
14587         * lib/mbuiter.h: Likewise.
14588
14589 2007-06-10  Bruno Haible  <bruno@clisp.org>
14590
14591         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
14592         declaration.
14593
14594 2007-06-10  Karl Berry  <karl@gnu.org>
14595
14596         * config/srclist.txt: remove gettext entries, Bruno prefers
14597         to update individually.
14598
14599 2007-06-10  Bruno Haible  <bruno@clisp.org>
14600
14601         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
14602         'maxlen'. Ensure only length + width bytes are allocated, not
14603         length + 1 + width.
14604
14605 2007-06-09  Bruno Haible  <bruno@clisp.org>
14606
14607         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
14608         (CHAR_T): Remove macro.
14609         (VASNPRINTF): Update.
14610
14611 2007-06-09  Bruno Haible  <bruno@clisp.org>
14612
14613         * MODULES.html.sh (Unicode string functions): Add the new modules.
14614
14615         * modules/uniconv/u32-conv-to-enc: New file.
14616         * lib/uniconv/u32-conv-to-enc.c: New file.
14617         * modules/uniconv/u32-conv-to-enc-tests: New file.
14618         * tests/uniconv/test-u32-conv-to-enc.c: New file.
14619
14620         * modules/uniconv/u16-conv-to-enc: New file.
14621         * lib/uniconv/u16-conv-to-enc.c: New file.
14622         * lib/uniconv/u-conv-to-enc.h: New file.
14623         * modules/uniconv/u16-conv-to-enc-tests: New file.
14624         * tests/uniconv/test-u16-conv-to-enc.c: New file.
14625
14626         * modules/uniconv/u8-conv-to-enc: New file.
14627         * lib/uniconv/u8-conv-to-enc.c: New file.
14628         * modules/uniconv/u8-conv-to-enc-tests: New file.
14629         * tests/uniconv/test-u8-conv-to-enc.c: New file.
14630
14631         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
14632         u32_conv_to_encoding): New declarations.
14633
14634 2007-06-09  Bruno Haible  <bruno@clisp.org>
14635
14636         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
14637
14638 2007-06-09  Bruno Haible  <bruno@clisp.org>
14639
14640         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
14641         * modules/malloca: Renamed from modules/allocsa, updated.
14642         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
14643         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
14644         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
14645         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
14646         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
14647         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
14648         * modules/xmalloca: Renamed from modules/xallocsa, updated.
14649         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
14650         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
14651         * modules/c-strcasestr (Depends-on): Update.
14652         * lib/c-strcasestr.c: Update.
14653         * modules/c-strstr (Depends-on): Update.
14654         * lib/c-strstr.c: Update.
14655         * modules/canonicalize-lgpl (Depends-on): Update.
14656         * lib/canonicalize-lgpl.c: Update.
14657         * modules/clean-temp (Depends-on): Update.
14658         * lib/clean-temp.c: Update.
14659         * modules/csharpcomp (Depends-on): Update.
14660         * lib/csharpcomp.c: Update.
14661         * modules/csharpexec (Depends-on): Update.
14662         * lib/csharpexec.c: Update.
14663         * modules/javacomp (Depends-on): Update.
14664         * lib/javacomp.c: Update.
14665         * modules/javaexec (Depends-on): Update.
14666         * lib/javaexec.c: Update.
14667         * modules/mbscasestr (Depends-on): Update.
14668         * lib/mbscasestr.c: Update.
14669         * modules/mbsstr (Depends-on): Update.
14670         * lib/mbsstr.c: Update.
14671         * modules/setenv (Depends-on): Update.
14672         * lib/setenv.c: Update.
14673         * modules/strcasestr (Depends-on): Update.
14674         * lib/strcasestr.c: Update.
14675         * modules/striconveha (Depends-on): Update.
14676         * lib/striconveha.c: Update.
14677         * modules/relocatable-prog-wrapper (Files): Update.
14678         * lib/relocwrapper.c: Update.
14679         * build-aux/install-reloc: Update.
14680         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
14681
14682 2007-06-08  Bruno Haible  <bruno@clisp.org>
14683
14684         Port to uClibc.
14685         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
14686         * lib/fpurge.c (fpurge): Likewise.
14687         * lib/freading.c (freading): Likewise.
14688         * lib/fseeko.c (rpl_fseeko): Likewise.
14689         * lib/fseterr.c (fseterr): Likewise.
14690         * lib/fwriting.c (fwriting): Likewise.
14691         * tests/test-fflush.c (main): Avoid a failure on uClibc.
14692
14693 2007-06-08  Bruno Haible  <bruno@clisp.org>
14694
14695         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
14696         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
14697         * modules/gettext (Files): Add m4/intlmacosx.m4.
14698
14699 2007-06-07  Bruno Haible  <bruno@clisp.org>
14700
14701         * modules/localename-tests: New file.
14702         * tests/test-localename.c: New file.
14703
14704         New module 'localename'.
14705         * lib/localename.h: New file.
14706         * lib/localename.c: New file, from GNU gettext.
14707         * m4/localename.m4: New file.
14708         * modules/localename: New file.
14709
14710 2007-06-07  Bruno Haible  <bruno@clisp.org>
14711
14712         Work around the lack of <wchar.h> on some builds of uClibc.
14713         * doc/headers/wchar.texi: Update.
14714         * lib/wchar_.h: Include <wchar.h> only if it exists.
14715         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
14716         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
14717         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
14718         doesn't exist.
14719         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
14720         * modules/mbfile (Depends-on): Add wchar.
14721         * modules/mbiter (Depends-on): Likewise.
14722         * modules/mbuiter (Depends-on): Likewise.
14723         Reported by Simon Josefsson.
14724
14725 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
14726
14727         Work around problem reported by Steven M. Schweda in
14728         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
14729         Tru64 5.1B with the Compaq compiler environment installed declares
14730         an 'isblank' function but does not define it in the C library.
14731         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
14732         * lib/regex_internal.h (isblank): Likewise.
14733         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
14734         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
14735
14736 2007-06-05  Bruno Haible  <bruno@clisp.org>
14737
14738         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
14739         ia64.
14740         * modules/printf-safe: New file.
14741         * modules/fprintf-posix (Depends-on): Add printf-safe.
14742         * modules/printf-posix (Depends-on): Likewise.
14743         * modules/snprintf-posix (Depends-on): Likewise.
14744         * modules/sprintf-posix (Depends-on): Likewise.
14745         * modules/vasnprintf-posix (Depends-on): Likewise.
14746         * modules/vasprintf-posix (Depends-on): Likewise.
14747         * modules/vfprintf-posix (Depends-on): Likewise.
14748         * modules/vprintf-posix (Depends-on): Likewise.
14749         * modules/vsnprintf-posix (Depends-on): Likewise.
14750         * modules/vsprintf-posix (Depends-on): Likewise.
14751         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
14752         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
14753         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
14754         "no" on i386, x86_64, ia64.
14755         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
14756         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14757         on i386, x86_64, ia64.
14758         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
14759         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14760         on i386, x86_64, ia64.
14761         * tests/test-vasnprintf-posix.c: Include float.h.
14762         (LDBL80_WORDS): New macro.
14763         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14764         on i386, x86_64, ia64.
14765         * tests/test-vasprintf-posix.c: Include float.h.
14766         (LDBL80_WORDS): New macro.
14767         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14768         on i386, x86_64, ia64.
14769         * tests/test-snprintf-posix.c: Include float.h.
14770         * tests/test-sprintf-posix.c: Likewise.
14771         * tests/test-vsnprintf-posix.c: Likewise.
14772         * tests/test-vsprintf-posix.c: Likewise.
14773
14774 2007-06-05  Bruno Haible  <bruno@clisp.org>
14775
14776         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
14777         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
14778         non-IEEE numbers on i386, x86_64, ia64.
14779         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
14780         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
14781         * tests/test-isnanl.h: Include float.h.
14782         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
14783
14784 2007-06-05  Bruno Haible  <bruno@clisp.org>
14785
14786         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
14787         also the %a / %A. Handle the %a / %A code before this extra handling.
14788
14789 2007-06-05  Bruno Haible  <bruno@clisp.org>
14790
14791         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
14792         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
14793
14794 2007-06-05  Bruno Haible  <bruno@clisp.org>
14795
14796         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
14797         typo in variable name.
14798
14799 2007-06-05  Eric Blake  <ebb9@byu.net>
14800
14801         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
14802         Reported by Simon Josefsson.
14803
14804 2007-06-04  Bruno Haible  <bruno@clisp.org>
14805
14806         Avoid test failures on some PowerPC platforms.
14807         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
14808         Define differently for PowerPC.
14809         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
14810         Reported by Gary V. Vaughan <gary@gnu.org>.
14811
14812 2007-06-02  Bruno Haible  <bruno@clisp.org>
14813
14814         Fix test-stdint failure on FreeBSD/ia64.
14815         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
14816         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
14817         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
14818         * doc/headers/stdint.texi: Update.
14819
14820 2007-06-01  Bruno Haible  <bruno@clisp.org>
14821
14822         * tests/test-binary-io.c (main): Pass a third argument to open().
14823         Reported by Gary V. Vaughan <gary@gnu.org>.
14824
14825 2007-06-01  Bruno Haible  <bruno@clisp.org>
14826
14827         * doc/functions/frexpl.texi: Update for mingw.
14828
14829 2007-06-01  Bruno Haible  <bruno@clisp.org>
14830
14831         * tests/test-lseek.c (main): Disable test of errno for invalid third
14832         argument.
14833         * doc/functions/lseek.texi: Update.
14834         Reported by Gary V. Vaughan <gary@gnu.org>.
14835
14836 2007-05-28  Bruno Haible  <bruno@clisp.org>
14837
14838         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
14839
14840 2007-05-31  Eric Blake  <ebb9@byu.net>
14841
14842         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
14843         cross compiling.
14844
14845 2007-05-30  Eric Blake  <ebb9@byu.net>
14846         and Bruno Haible  <bruno@clisp.org>
14847
14848         Work around mingw test failures exposed by m4-1.4.9b.
14849         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
14850         * tests/test-unistd.c: Disable uid_t and git_t tests for the
14851         moment.
14852
14853 2007-05-30  Bruno Haible  <bruno@clisp.org>
14854
14855         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
14856         assuming that they are closed. Needed on HP-UX 11.
14857
14858 2007-05-29  Bruno Haible  <bruno@clisp.org>
14859
14860         Fix a problem with #include_next.
14861         * lib/dirent_.h: Split the double-inclusion guard.
14862         * lib/fcntl_.h: Likewise.
14863         * lib/float_.h: Likewise.
14864         * lib/iconv_.h: Likewise.
14865         * lib/inttypes_.h: Likewise.
14866         * lib/locale_.h: Likewise.
14867         * lib/math_.h: Likewise.
14868         * lib/netinet_in_.h: Likewise.
14869         * lib/search_.h: Likewise.
14870         * lib/signal_.h: Likewise.
14871         * lib/stdint_.h: Likewise.
14872         * lib/stdio_.h: Likewise.
14873         * lib/stdlib_.h: Likewise.
14874         * lib/string_.h: Likewise.
14875         * lib/sys_select_.h: Likewise.
14876         * lib/sys_socket_.h: Likewise.
14877         * lib/sys_stat_.h: Likewise.
14878         * lib/sys_time_.h: Likewise.
14879         * lib/sysexits_.h: Likewise.
14880         * lib/time_.h: Likewise.
14881         * lib/unistd_.h: Likewise.
14882         * lib/wchar_.h: Likewise.
14883         * lib/wctype_.h: Likewise.
14884
14885 2007-05-29  Bruno Haible  <bruno@clisp.org>
14886
14887         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
14888         for the moment.
14889
14890 2007-05-29  Bruno Haible  <bruno@clisp.org>
14891
14892         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
14893         invocation.
14894         Reported by Eric Blake.
14895
14896 2007-05-29  Bruno Haible  <bruno@clisp.org>
14897
14898         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
14899         compiling case.
14900
14901 2007-05-29  Eric Blake  <ebb9@byu.net>
14902             Bruno Haible  <bruno@clisp.org>
14903
14904         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
14905         cross compiles.
14906
14907 2007-05-28  Eric Blake  <ebb9@byu.net>
14908
14909         * modules/closein-tests (test_closein_LDADD): Support test on
14910         cygwin with libtool.
14911
14912 2007-05-28  Bruno Haible  <bruno@clisp.org>
14913
14914         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
14915         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
14916         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
14917         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
14918         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
14919         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
14920         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
14921         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
14922         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
14923
14924 2007-05-28  Eric Blake  <ebb9@byu.net>
14925
14926         Unconditionally include <config.h> in unit tests.
14927         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
14928         * tests/test-allocsa.c, tests/test-arcfour.c,
14929         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
14930         tests/test-array_list.c, tests/test-array_oset.c,
14931         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
14932         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
14933         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
14934         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
14935         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
14936         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
14937         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
14938         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
14939         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
14940         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
14941         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
14942         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
14943         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
14944         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
14945         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
14946         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
14947         test-md5.c, test-memmem.c, test-printf-posix.c,
14948         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
14949         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
14950         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
14951         test-strcasestr.c, test-striconv.c, test-striconveh.c,
14952         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
14953         test-vasnprintf-posix2.c, test-vasnprintf.c,
14954         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
14955         test-vfprintf-posix.c, test-vprintf-posix.c,
14956         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
14957         test-xvasprintf.c: Likewise.
14958
14959 2007-05-28  Bruno Haible  <bruno@clisp.org>
14960
14961         * gnulib-tool (func_import): Remember the --with-tests command-line
14962         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
14963         Reported by Eric Blake.
14964
14965 2007-05-28  Bruno Haible  <bruno@clisp.org>
14966
14967         * modules/ftell-tests: New file.
14968         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
14969         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
14970
14971         * lib/ftell.c: New file.
14972         * modules/ftell: New file.
14973         * m4/ftell.m4: New file.
14974         * doc/functions/ftell.texi: Update.
14975         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
14976         REPLACE_FTELL.
14977         * lib/stdio_.h (rpl_ftell): New declaration.
14978         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
14979         REPLACE_FTELL.
14980
14981 2007-05-28  Eric Blake  <ebb9@byu.net>
14982
14983         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
14984
14985 2007-05-28  Bruno Haible  <bruno@clisp.org>
14986
14987         * modules/fseek-tests: New file.
14988         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
14989         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
14990
14991         * lib/fseek.c: New file.
14992         * modules/fseek: New file.
14993         * m4/fseek.m4: New file.
14994         * doc/functions/fseek.texi: Update.
14995         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
14996         REPLACE_FSEEK.
14997         * lib/stdio_.h (rpl_fseek): New declaration.
14998         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
14999         REPLACE_FSEEK.
15000
15001 2007-05-28  Bruno Haible  <bruno@clisp.org>
15002
15003         * lib/stdio_.h (fflush): More comments.
15004
15005 2007-05-28  Bruno Haible  <bruno@clisp.org>
15006
15007         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
15008         runtime test.
15009
15010 2007-05-28  Eric Blake  <ebb9@byu.net>
15011
15012         Improve lseek module.
15013         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
15014         * lib/unistd_.h (lseek): Scale back link warning message.
15015         * tests/test-lseek.c: Beef up test.
15016         * tests/test-lseek.sh: Exercise more facets of lseek.
15017         Reported by Bruno Haible.
15018
15019 2007-05-28  Bruno Haible  <bruno@clisp.org>
15020
15021         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
15022         to define.
15023
15024 2007-05-27  Bruno Haible  <bruno@clisp.org>
15025
15026         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
15027
15028 2007-05-27  Bruno Haible  <bruno@clisp.org>
15029
15030         * modules/openmp: New file.
15031         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
15032         Noah Misch.
15033
15034 2007-05-26  Bruno Haible  <bruno@clisp.org>
15035
15036         * modules/chdir-long (Depends-on): Add fchdir.
15037         * modules/chdir-safer (Depends-on): Likewise.
15038         * modules/fts (Depends-on): Likewise.
15039         * modules/fts-lgpl (Depends-on): Likewise.
15040         * modules/openat (Depends-on): Likewise.
15041         * modules/savewd (Depends-on): Likewise.
15042
15043 2007-05-24  Eric Blake  <ebb9@byu.net>
15044
15045         Fix lseek on mingw.
15046         * modules/lseek: New module.
15047         * m4/lseek.m4: New file.
15048         * lib/lseek.c: New file.
15049         * modules/lseek-tests: New file.
15050         * tests/test-lseek.c: New file.
15051         * tests/test-lseek.sh: New file.
15052         * MODULES.html.sh: Document lseek module.
15053         * modules/fflush (Depends-on): Add lseek, fseeko.
15054         * modules/fseeko (Depends-on): Likewise.
15055         * modules/ftello (Depends-on): Likewise.
15056         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
15057         broken.
15058         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
15059         broken.
15060         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
15061         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
15062         * lib/ftello.c (rpl_ftello): Likewise.
15063         * tests/test-fseeko.c (main): Test this.
15064         * tests/test-fseeko.sh: Likewise.
15065         * tests/test-ftello.c (main): Likewise.
15066         * tests/test-ftello.sh: Likewise.
15067         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
15068         implies replacing fseek.
15069         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
15070         HAVE_FTELLO.
15071         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
15072         * modules/unistd (Makefile.am): Likewise.
15073         * lib/unistd_.h (lseek): Declare a replacement.
15074         * doc/functions/lseek.texi (lseek): Document this fix.
15075         * doc/functions/fseek.texi (fseek): Likewise.
15076         * doc/functions/ftell.texi (ftell): Likewise.
15077
15078 2007-05-24  Bruno Haible  <bruno@clisp.org>
15079
15080         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
15081         in the printed representation of a NaN.
15082         * tests/test-vasprintf-posix.c (test_function): Likewise.
15083         * tests/test-snprintf-posix.h (test_function): Likewise.
15084         * tests/test-sprintf-posix.h (test_function): Likewise.
15085         Reported by Eric Blake.
15086
15087 2007-05-23  Eric Blake  <ebb9@byu.net>
15088
15089         Fix fseeko/ftello on cygwin 1.5.24.
15090         * doc/functions/fseeko.texi (fseeko): Document the fix.
15091         * doc/functions/ftello.texi (ftello): Document the fix.
15092         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
15093         * doc/functions/stdout.text (stdout): New file.
15094         * doc/functions/stderr.text (stderr): New file.
15095         * doc/gnulib.texi (Function Substitutes): Use new files.
15096         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
15097         prior to 1.7.0.
15098         * tests/test-ftello.c (main): Likewise for ftello.
15099         * tests/test-fseeko.sh: New file.
15100         * tests/test-ftello.sh: New file.
15101         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
15102         with seekable stdin.
15103         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
15104         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
15105         (gl_REPLACE_FSEEKO): New macro.
15106         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
15107         * modules/fseeko (Files): Distribute fseeko.c.
15108         * modules/ftello (Files): Distribute ftello.c.
15109         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
15110         mode.
15111         * lib/ftello.c (rpl_ftello): New file.
15112         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
15113         fseeko, ftello.
15114         (gl_STDIN_LARGE_OFFSET): New macro.
15115         * modules/stdio (Makefile.am): Perform the replacement.
15116         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
15117
15118 2007-05-23  Bruno Haible  <bruno@clisp.org>
15119
15120         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
15121         GNULIB_POSIXCHECK is defined.
15122
15123 2007-05-21  Bruno Haible  <bruno@clisp.org>
15124
15125         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
15126         Check also the output for NaN arguments. When cross-compiling, guess
15127         no on IRIX.
15128         * lib/vasnprintf.c: Update comments.
15129         * tests/test-vasnprintf-posix.c (strisnan): New function.
15130         (test_function): Use it.
15131         * tests/test-vasprintf-posix.c (strisnan): New function.
15132         (test_function): Use it.
15133         * tests/test-snprintf-posix.h (strisnan): New function.
15134         (test_function): Use it.
15135         * tests/test-sprintf-posix.h (strisnan): New function.
15136         (test_function): Use it.
15137         Reported by Eric Blake.
15138
15139 2007-05-20  Bruno Haible  <bruno@clisp.org>
15140
15141         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
15142         numbers that fails on BeOS.
15143         * doc/functions/frexpl.texi: Update.
15144
15145 2007-05-20  Jim Meyering  <jim@meyering.net>
15146
15147         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
15148         forced upon us by glibc-2.6.
15149
15150 2007-05-20  Bruno Haible  <bruno@clisp.org>
15151
15152         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
15153         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
15154         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
15155         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
15156         NEED_PRINTF_INFINITE.
15157         (is_infinitel): New function.
15158         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
15159         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
15160         gl_PREREQ_VASNPRINTF_INFINITE.
15161         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
15162         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15163         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
15164         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
15165         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
15166         gl_PREREQ_VASNPRINTF_INFINITE.
15167         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15168         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15169         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15170         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15171         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15172         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15173         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15174         * doc/functions/fprintf.texi: Update.
15175         * doc/functions/printf.texi: Update.
15176         * doc/functions/snprintf.texi: Update.
15177         * doc/functions/sprintf.texi: Update.
15178         * doc/functions/vfprintf.texi: Update.
15179         * doc/functions/vprintf.texi: Update.
15180         * doc/functions/vsnprintf.texi: Update.
15181         * doc/functions/vsprintf.texi: Update.
15182
15183 2007-05-20  Bruno Haible  <bruno@clisp.org>
15184
15185         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
15186         was not found in libc.
15187         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
15188
15189 2007-05-20  Bruno Haible  <bruno@clisp.org>
15190
15191         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
15192         printed as "-nan" instead of "nan".
15193         * tests/test-vasprintf-posix.c (test_function): Likewise.
15194         * tests/test-snprintf-posix.h (test_function): Likewise.
15195         * tests/test-sprintf-posix.h (test_function): Likewise.
15196         Needed for HP-UX 11.
15197
15198 2007-05-20  Jim Meyering  <jim@meyering.net>
15199
15200         Fix buggy test for the fchownat-deref bug.
15201         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
15202         symlink required for the run-test.  Without it, this test would
15203         always declare that fchownat doesn't work, and client code would
15204         unnecessarily use the replacement function with fixed libc.
15205         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
15206         Reported by Greg Schafer.
15207
15208 2007-05-19  Bruno Haible  <bruno@clisp.org>
15209
15210         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
15211         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
15212         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
15213         Needed for IRIX 6.5 and Solaris 2.5.1.
15214
15215 2007-05-19  Bruno Haible  <bruno@clisp.org>
15216
15217         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
15218         (test_function): Skip tests involving -0.0 on platforms where
15219         -0.0 = 0.0.
15220         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
15221         (test_function): Skip tests involving -0.0 on platforms where
15222         -0.0 = 0.0.
15223         * tests/test-snprintf-posix.h (have_minus_zero): New function.
15224         (test_function): Skip tests involving -0.0 on platforms where
15225         -0.0 = 0.0.
15226         * tests/test-sprintf-posix.h (have_minus_zero): New function.
15227         (test_function): Skip tests involving -0.0 on platforms where
15228         -0.0 = 0.0.
15229         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
15230         tests.
15231         * tests/test-printf-posix.h (test_function): Likewise.
15232         * tests/test-printf-posix.output: Remove all -0.0 related results.
15233         Needed for IRIX 6.5.
15234
15235 2007-05-19  Bruno Haible  <bruno@clisp.org>
15236
15237         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
15238         printed as "nan0x7fffffff" instead of "nan".
15239         * tests/test-vasprintf-posix.c (test_function): Likewise.
15240         * tests/test-snprintf-posix.h (test_function): Likewise.
15241         * tests/test-sprintf-posix.h (test_function): Likewise.
15242         * tests/test-fprintf-posix.h (NaN): Remove macro.
15243         (test_function): Remove all NaN related tests.
15244         * tests/test-printf-posix.h (NaN): Remove macro.
15245         (test_function): Remove all NaN related tests.
15246         * tests/test-printf-posix.output: Remove all NaN related results.
15247         Needed for IRIX 6.5.
15248
15249 2007-05-19  Bruno Haible  <bruno@clisp.org>
15250
15251         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
15252         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
15253
15254 2007-05-19  Bruno Haible  <bruno@clisp.org>
15255
15256         * lib/float_.h: New file.
15257         * m4/float_h.m4: New file.
15258         * modules/float: New file.
15259         * modules/isnanl (Dependencies): Add float.
15260         * modules/isnanl-nolibm (Dependencies): Likewise.
15261         * modules/mathl (Dependencies): Likewise.
15262         * modules/printf-frexpl (Dependencies): Likewise.
15263         * modules/signbit (Dependencies): Likewise.
15264         * modules/vasnprintf (Dependencies): Likewise.
15265         * doc/headers/float.texi: Update.
15266
15267 2007-05-19  Jim Meyering  <jim@meyering.net>
15268
15269         * lib/utimens.c (gl_futimens): Rename from futimens,
15270         now that glibc-2.6 declares futimens.
15271         * lib/utimens.h: Likewise.
15272
15273 2007-05-19  Bruno Haible  <bruno@clisp.org>
15274
15275         Avoid test failures on mingw.
15276         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
15277         * tests/test-printf-posix.sh: Likewise.
15278         * tests/test-vfprintf-posix.sh: Likewise.
15279         * tests/test-vprintf-posix.sh: Likewise.
15280
15281 2007-05-19  Bruno Haible  <bruno@clisp.org>
15282
15283         Fix *printf result for NaN, Inf, -0.0 on mingw.
15284         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
15285         * lib/vasnprintf.c: Include math.h and isnan.h.
15286         (is_infinite_or_zero): New function.
15287         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
15288         values in the %f, %F, %e, %E, %g, %G directives.
15289         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
15290         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15291         gl_PRINTF_INFINITE and test its result. Invoke
15292         gl_PREREQ_VASNPRINTF_INFINITE.
15293         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15294         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15295         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15296         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15297         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15298         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15299         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15300         * doc/functions/fprintf.texi: Update.
15301         * doc/functions/printf.texi: Update.
15302         * doc/functions/snprintf.texi: Update.
15303         * doc/functions/sprintf.texi: Update.
15304         * doc/functions/vfprintf.texi: Update.
15305         * doc/functions/vprintf.texi: Update.
15306         * doc/functions/vsnprintf.texi: Update.
15307         * doc/functions/vsprintf.texi: Update.
15308
15309 2007-05-19  Bruno Haible  <bruno@clisp.org>
15310
15311         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
15312         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
15313         Instead of multiplying with 10^k, set extra_zeroes to k.
15314         (scale10_round_long_double): Remove function.
15315
15316 2007-05-18  Bruno Haible  <bruno@clisp.org>
15317
15318         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
15319         introduced on 2007-05-06.
15320
15321 2007-05-18  Bruno Haible  <bruno@clisp.org>
15322
15323         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
15324         %g directives.
15325         * tests/test-vasprintf-posix.c (test_function): Likewise.
15326         * tests/test-snprintf-posix.h (test_function): Likewise.
15327         * tests/test-sprintf-posix.h (test_function): Likewise.
15328
15329 2007-05-18  Bruno Haible  <bruno@clisp.org>
15330
15331         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
15332         (strmatch): New function.
15333         (test_function): Test the %f directive on numbers of various exponents.
15334         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
15335         (strmatch): New function.
15336         (test_function): Test the %f directive on numbers of various exponents.
15337         * tests/test-snprintf-posix.h (strmatch): New function.
15338         (test_function): Test the %f directive on numbers of various exponents.
15339         * tests/test-sprintf-posix.h (strmatch): New function.
15340         (test_function): Test the %f directive on numbers of various exponents.
15341         * tests/test-snprintf-posix.c (SIZEOF): New macro.
15342         * tests/test-sprintf-posix.c (SIZEOF): New macro.
15343         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
15344         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
15345
15346 2007-05-18  Bruno Haible  <bruno@clisp.org>
15347
15348         Add support for 'long double' number output.
15349         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
15350         * lib/vasnprintf.c: Include math.h and float+.h.
15351         (mp_limb_t): New type.
15352         (GMP_LIMB_BITS): New macro.
15353         (mp_twolimb_t): New type.
15354         (GMP_TWOLIMB_BITS): New macro.
15355         (mpn_t): New type.
15356         (multiply, divide, convert_to_decimal, decode_long_double,
15357         scale10_round_long_double, scale10_round_decimal_long_double,
15358         floorlog10l): New functions.
15359         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
15360         for the %f, %F, %e, %E, %g, %G directives.
15361         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
15362         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15363         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
15364         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
15365         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15366         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15367         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15368         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15369         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15370         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15371         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15372         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
15373         * modules/snprintf-posix (Depends-on): Likewise.
15374         * modules/sprintf-posix (Depends-on): Likewise.
15375         * modules/vasnprintf-posix (Depends-on): Likewise.
15376         * modules/vasprintf-posix (Depends-on): Likewise.
15377         * modules/vfprintf-posix (Depends-on): Likewise.
15378         * modules/vsnprintf-posix (Depends-on): Likewise.
15379         * modules/vsprintf-posix (Depends-on): Likewise.
15380         * modules/vasnprintf (Files): Add lib/float+.h.
15381         * doc/functions/fprintf.texi: Update.
15382         * doc/functions/printf.texi: Update.
15383         * doc/functions/snprintf.texi: Update.
15384         * doc/functions/sprintf.texi: Update.
15385         * doc/functions/vfprintf.texi: Update.
15386         * doc/functions/vprintf.texi: Update.
15387         * doc/functions/vsnprintf.texi: Update.
15388         * doc/functions/vsprintf.texi: Update.
15389
15390 2007-05-18  Bruno Haible  <bruno@clisp.org>
15391
15392         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
15393
15394 2007-05-18  Bruno Haible  <bruno@clisp.org>
15395
15396         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
15397         for printing 64-bit integers. Needed for mingw.
15398
15399 2007-05-18  Bruno Haible  <bruno@clisp.org>
15400
15401         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
15402         gl_FUNC_FREXPL_WORKS.
15403         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
15404
15405 2007-05-18  Bruno Haible  <bruno@clisp.org>
15406
15407         * modules/frexpl-nolibm-tests: New file.
15408
15409         * modules/frexpl-nolibm: New file.
15410         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
15411
15412 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15413
15414         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
15415         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
15416         GCC 4.2, which otherwise issues a lot of warnings.
15417         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
15418         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
15419         Likewise.
15420         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
15421         * modules/iconv_open (iconv.h): Likewise.
15422         * modules/locale (locale.h): Likewise.
15423         * modules/netinet_in (netinet/in.h): Likewise.
15424         * modules/sys_select (sys_select.h): Likewise.
15425         * modules/sys_socket (sys/socket.h): Likewise.
15426         * modules/sys_stat (sys/stat.h): Likewise.
15427         * modules/sysexits (sysexits.h): Likewise.
15428         * modules/unistd (unistd.h): Likewise.
15429
15430 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15431
15432         * modules/closein-tests (Makefile.am): Distribute
15433         `test-closein.sh'.
15434
15435 2007-05-17  Bruno Haible  <bruno@clisp.org>
15436
15437         * tests/test-printf-posix.output: Renamed from
15438         tests/test-fprintf-posix.out.
15439         * modules/fprintf-posix-tests: Update.
15440         * modules/printf-posix-tests: Update.
15441         * modules/vfprintf-posix-tests: Update.
15442         * modules/vprintf-posix-tests: Update.
15443         * tests/test-fprintf-posix.sh: Update.
15444         * tests/test-printf-posix.sh: Update.
15445         * tests/test-vfprintf-posix.sh: Update.
15446         * tests/test-vprintf-posix.sh: Update.
15447         Reported by Ralf Wildenhues.
15448
15449 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15450
15451         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
15452         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
15453         GCC 4.2, which otherwise issues a lot of warnings.
15454         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
15455         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
15456         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
15457         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
15458         it should no longer be needed.
15459         * lib/string_.h: Likewise.
15460         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
15461         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
15462         * modules/inttypes (inttypes.h): Likewise.
15463         * modules/math (math.h): Likewise.
15464         * modules/search (search.h): Likewise.
15465         * modules/signal (signal.h): Likewise.
15466         * modules/stdint (stdint.h): Likewise.
15467         * modules/stdio (stdio.h): Likewise.
15468         * modules/stdlib (stdlib.h): Likewise.
15469         * modules/string (string.h): Likewise.
15470         * modules/sys_time (sys/time.h): Likewise.
15471         * modules/time (time.h): Likewise.
15472         * modules/wchar (wchar.h): Likewise.
15473         * modules/wctype (wtype.h): Likewise.
15474
15475 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
15476
15477         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
15478
15479 2007-05-13  Bruno Haible  <bruno@clisp.org>
15480
15481         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
15482         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
15483         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
15484         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
15485         (gl_PREREQ_STRTOK_R): Don't require it here.
15486
15487 2007-05-13  Bruno Haible  <bruno@clisp.org>
15488
15489         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
15490         when used in C++ mode.
15491
15492 2007-05-12  Bruno Haible  <bruno@clisp.org>
15493
15494         * lib/linebuffer.h: Tweak doc.
15495         * lib/linebuffer.c: Likewise.
15496
15497 2007-05-12  James Youngman  <jay@gnu.org>
15498
15499         * lib/linebuffer.c (readlinebuffer_delim): New function,
15500         like readlinebuffer, but use a caller-specified delimiter.
15501         (readlinebuffer): Just call readlinebuffer_delim with '\n'
15502         as the delimiter.
15503         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
15504
15505 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
15506
15507         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
15508         * modules/openat (Files): Remove openat-die.c.
15509         (Depends-on): Add openat-die.
15510         * modules/openat-die: New module.
15511
15512 2007-05-06  Bruno Haible  <bruno@clisp.org>
15513
15514         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
15515         Update with info about Cygwin.
15516         * doc/functions/fprintf.texi: Update.
15517         * doc/functions/printf.texi: Update.
15518         * doc/functions/snprintf.texi: Update.
15519         * doc/functions/sprintf.texi: Update.
15520         * doc/functions/vfprintf.texi: Update.
15521         * doc/functions/vprintf.texi: Update.
15522         * doc/functions/vsnprintf.texi: Update.
15523         * doc/functions/vsprintf.texi: Update.
15524         Reported by Eric Blake.
15525
15526 2007-05-06  Bruno Haible  <bruno@clisp.org>
15527
15528         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
15529         padding ourselves for the floating-point directives.
15530         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
15531         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
15532         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15533         gl_PRINTF_FLAG_ZERO and test its result. Invoke
15534         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
15535         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15536         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
15537         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15538         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15539         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15540         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15541         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15542         * tests/test-snprintf-posix.h (test_function): Also check the width
15543         and some flags in the %f directive.
15544         * tests/test-sprintf-posix.h (test_function): Likewise.
15545         * tests/test-vasnprintf-posix.c (test_function): Likewise.
15546         * tests/test-vasprintf-posix.c (test_function): Likewise.
15547         * doc/functions/fprintf.texi: Update.
15548         * doc/functions/printf.texi: Update.
15549         * doc/functions/snprintf.texi: Update.
15550         * doc/functions/sprintf.texi: Update.
15551         * doc/functions/vfprintf.texi: Update.
15552         * doc/functions/vprintf.texi: Update.
15553         * doc/functions/vsnprintf.texi: Update.
15554         * doc/functions/vsprintf.texi: Update.
15555
15556 2007-05-06  Bruno Haible  <bruno@clisp.org>
15557
15558         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
15559         pass the ' flag character to sprintf or snprintf.
15560         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
15561         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
15562         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15563         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
15564         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
15565         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15566         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
15567         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15568         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15569         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15570         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15571         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15572         * tests/test-snprintf-posix.h (test_function): Also check the grouping
15573         flag.
15574         * tests/test-sprintf-posix.h (test_function): Likewise.
15575         * tests/test-vasnprintf-posix.c (test_function): Likewise.
15576         * tests/test-vasprintf-posix.c (test_function): Likewise.
15577         * doc/functions/fprintf.texi: Update.
15578         * doc/functions/printf.texi: Update.
15579         * doc/functions/snprintf.texi: Update.
15580         * doc/functions/sprintf.texi: Update.
15581         * doc/functions/vfprintf.texi: Update.
15582         * doc/functions/vprintf.texi: Update.
15583         * doc/functions/vsnprintf.texi: Update.
15584         * doc/functions/vsprintf.texi: Update.
15585
15586 2007-05-01  Bruno Haible  <bruno@clisp.org>
15587
15588         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
15589
15590 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
15591
15592         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
15593         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
15594
15595 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15596
15597         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
15598         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
15599         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
15600
15601 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
15602
15603         * lib/argp-help.c (struct hol_entry): New member `ord'.
15604         (HOL_ENTRY_PTRCMP): Use ord for comparison
15605         (hol_sort): Initialize ord.
15606
15607 2007-05-01  Bruno Haible  <bruno@clisp.org>
15608
15609         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
15610         Reported by Eric Blake.
15611         * doc/gnulib.texi (Function Substitutes): Update.
15612
15613 2007-05-01  Bruno Haible  <bruno@clisp.org>
15614
15615         * doc/functions.texi: Remove file, now redundant through
15616         doc/functions/*.texi.
15617
15618 2007-05-01  Bruno Haible  <bruno@clisp.org>
15619
15620         * modules/argp (Depends-on): Add sleep.
15621
15622 2007-05-01  Bruno Haible  <bruno@clisp.org>
15623
15624         * modules/sleep-tests: New file.
15625         * tests/test-sleep.c: New file.
15626
15627         * modules/sleep: New file.
15628         * lib/sleep.c: New file.
15629         * m4/sleep.m4: New file.
15630         * lib/unistd_.h (sleep): New declaration.
15631         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
15632         HAVE_SLEEP.
15633         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
15634         * doc/functions/sleep.texi: Document the sleep module.
15635
15636 2007-05-01  Bruno Haible  <bruno@clisp.org>
15637
15638         * lib/sigprocmask.h: Remove file.
15639         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
15640         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
15641         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
15642         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
15643         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
15644         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
15645         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
15646         HAVE_SIGSET_T as a shell variable.
15647         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
15648         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
15649         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
15650         (Depends-on): Add signal. Remove verify.
15651         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
15652         (Include): Mention <signal.h> instead of sigprocmask.h.
15653         * NEWS: Mention the change.
15654         * lib/fatal-signal.c: Don't include sigprocmask.h.
15655
15656 2007-05-01  Bruno Haible  <bruno@clisp.org>
15657
15658         * modules/signal: New file.
15659         * lib/signal_.h: New file.
15660         * m4/signal_h.m4: New file.
15661
15662 2007-05-01  Bruno Haible  <bruno@clisp.org>
15663
15664         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
15665         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
15666         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
15667         HAVE_WCTYPE_CTMP_BUG into wctype.h.
15668
15669 2007-05-01  Bruno Haible  <bruno@clisp.org>
15670
15671         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
15672         configure time.
15673         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
15674         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
15675         * modules/sys_stat (Makefile.am): Substitute their values into
15676         sys/stat.h.
15677
15678 2007-05-01  Bruno Haible  <bruno@clisp.org>
15679
15680         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
15681         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
15682         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
15683
15684 2007-05-01  Bruno Haible  <bruno@clisp.org>
15685
15686         * doc/header/assert.texi: Undo last change: don't mention the gnulib
15687         'assert' module here.
15688
15689 2007-05-01  Bruno Haible  <bruno@clisp.org>
15690
15691         * doc/functions/*.texi: New files.
15692         * doc/functions/google-ranking.txt: New file.
15693         * doc/gnulib.texi (Function Substitutes): New chapter.
15694         (ctime, inet_ntoa): Remove sections.
15695         * doc/ctime.texi: Remove file.
15696         * doc/inet_ntoa.texi: Remove file.
15697         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
15698         dependencies.
15699         (%.info): New rule, specifying a --reference-limit.
15700
15701 2007-05-01  Bruno Haible  <bruno@clisp.org>
15702
15703         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
15704
15705 2007-05-01  Bruno Haible  <bruno@clisp.org>
15706
15707         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
15708         the portability of 'mkdir' to mingw systems.
15709
15710 2007-05-01  Bruno Haible  <bruno@clisp.org>
15711
15712         * doc/headers/google-ranking.txt: New file.
15713
15714 2007-04-30  Eric Blake  <ebb9@byu.net>
15715
15716         Prefer fseeko to fseek.
15717         * modules/getpass (Depends-on): Add fseeko.
15718         * lib/getpass.c (getpass): Use fseeko, not fseek.
15719
15720 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
15721
15722         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
15723         assumes the sorting is stable, while most qsort implementations
15724         are not.  Use argument addresses to ensure they never compare as
15725         equal.
15726
15727         * tests/test-argp-2.sh (usage-indent test): Fix output
15728         (func_compare): Restore diff options
15729         * tests/test-argp.c: Restore #include "progname.h"
15730
15731 2007-04-29  Bruno Haible  <bruno@clisp.org>
15732
15733         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
15734         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15735         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
15736         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15737         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
15738         (configure.ac): Define CHECK_SNPRINTF_POSIX.
15739         (TESTS, check_PROGRAMS): Add test-snprintf.
15740         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
15741         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
15742         (TESTS, check_PROGRAMS): Add test-vsnprintf.
15743         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
15744         assertions that fail on HP-UX, OSF/1, or IRIX.
15745         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
15746
15747 2007-04-29  Bruno Haible  <bruno@clisp.org>
15748
15749         * MODULES.html.sh (posix_functions): Remove 'contents'.
15750
15751 2007-04-29  Karl Berry  <karl@gnu.org>
15752
15753         * config/srclist.txt (gendocs_template_min): new entry.
15754
15755 2007-04-29  Bruno Haible  <bruno@clisp.org>
15756
15757         Work around fpurge bug on BSD systems.
15758         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
15759         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
15760         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
15761         fpurge to rpl_fpurge if the system already has this function.
15762         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
15763         the case where the system already has this function. Correct invariants
15764         on BSD systems.
15765         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
15766         BSD systems.
15767
15768 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
15769
15770         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
15771         proposed by Sven Verdoolaege.
15772
15773         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
15774         options.
15775         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
15776         (usage and help tests): Update
15777
15778 2007-04-29  Bruno Haible  <bruno@clisp.org>
15779
15780         * tests/test-fflush.c (main): Use a file of size 17, not 10.
15781         Print more information in case of failure. Disable a test on BeOS.
15782
15783 2007-04-29  Bruno Haible  <bruno@clisp.org>
15784
15785         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
15786         This helps debugging on systems on which no gdb is available.
15787
15788 2007-04-29  Bruno Haible  <bruno@clisp.org>
15789
15790         * lib/freading.h: Improve comments.
15791         * lib/fwriting.h: Likewise.
15792         * tests/test-freading.c (main): Don't check freading immediately after
15793         repositioning. Needed for glibc.
15794
15795 2007-04-29  Bruno Haible  <bruno@clisp.org>
15796
15797         * lib/freading.c (freading): Trivial simplification.
15798
15799 2007-04-28  Bruno Haible  <bruno@clisp.org>
15800
15801         * tests/test-fwriting.c (main): Also test the interaction between
15802         fflush and fwriting.
15803         * modules/fwriting-tests (Depends-on): Add fflush.
15804
15805         * tests/test-freading.c (main): Also test the interaction between
15806         fflush and freading.
15807         * modules/freading-tests (Depends-on): Add fflush.
15808
15809 2007-04-28  Bruno Haible  <bruno@clisp.org>
15810
15811         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
15812         fseeko and ftello.
15813         Suggested by Eric Blake.
15814
15815 2007-04-28  Jim Meyering  <jim@meyering.net>
15816
15817         Avoid false-negative in gl_STDINT_H's C99 conformance test.
15818         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
15819         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
15820
15821 2007-04-27  Eric Blake  <ebb9@byu.net>
15822
15823         * doc/headers/assert.texi (assert.h): Document assert module use.
15824
15825 2007-04-27  Bruno Haible  <bruno@clisp.org>
15826
15827         * doc/headers/*.texi: New files.
15828         * doc/gnulib.texi (Header File Substitutes): New chapter.
15829         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
15830         dependencies.
15831         (standards.info ,standards.html, standards.dvi): Update dependencies.
15832         (mostlyclean, clean): New targets.
15833
15834 2007-04-27  Bruno Haible  <bruno@clisp.org>
15835
15836         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
15837         * modules/sysexits (Files, Makefile.am): Update.
15838
15839         * lib/sys_socket_.h: Renamed from lib/socket_.h.
15840         * modules/sys_socket (Files, Makefile.am): Update.
15841
15842         * lib/sys_stat_.h: Renamed from lib/stat_.h.
15843         * modules/sys_stat (Files, Makefile.am): Update.
15844
15845 2007-04-27  Eric Blake  <ebb9@byu.net>
15846
15847         * lib/freading.h: Improve comments.
15848         * lib/fwriting.h: Likewise.
15849         * lib/fflush.c: Likewise.
15850
15851         Fix closein for mingw.
15852         * modules/closein-tests: Add tests for closein.
15853         * tests/test-closein.c: New file.
15854         * tests/test-closein.sh: Likewise.
15855         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
15856         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
15857
15858 2007-04-27  Bruno Haible  <bruno@clisp.org>
15859
15860         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
15861         version is < 6.
15862         * lib/math_.h [__DECC]: Likewise.
15863         * lib/stdio_.h [__DECC]: Likewise.
15864         * lib/stdlib_.h [__DECC]: Likewise.
15865         * lib/string_.h [__DECC]: Likewise.
15866         * lib/time_.h [__DECC]: Likewise.
15867         * lib/wchar_.h [__DECC]: Likewise.
15868         * lib/wctype_.h [__DECC]: Likewise.
15869
15870 2007-04-27  Bruno Haible  <bruno@clisp.org>
15871
15872         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
15873
15874 2007-04-27  Bruno Haible  <bruno@clisp.org>
15875
15876         * lib/fflush.c: Add comments.
15877         * modules/fpurge-tests (Depends-on): Add fflush.
15878         * modules/freadable-tests (Depends-on): Likewise.
15879         * modules/fwritable-tests (Depends-on): Likewise.
15880
15881 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
15882
15883         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
15884         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
15885         Report by Bruno Haible <bruno@clisp.org>.
15886
15887 2007-04-26  Eric Blake  <ebb9@byu.net>
15888
15889         Fix fflush on mingw.
15890         * modules/fflush (Depends-on): Add freading.
15891         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
15892         but unread data.
15893
15894 2007-04-26  Eric Blake  <ebb9@byu.net>
15895         and Bruno Haible  <bruno@clisp.org>
15896
15897         Implement freading and fwriting.
15898         * lib/freading.c: New file.
15899         * lib/freading.h: Likewise.
15900         * m4/freading.m4: Likewise.
15901         * modules/freading: Likewise.
15902         * modules/freading-tests: Likewise.
15903         * tests/test-freading.c: Likewise.
15904         * lib/fwriting.c: New file.
15905         * lib/fwriting.h: Likewise.
15906         * m4/fwriting.m4: Likewise.
15907         * modules/fwriting: Likewise.
15908         * modules/fwriting-tests: Likewise.
15909         * tests/test-fwriting.c: Likewise.
15910         * MODULES.html.sh (File stream based Input/Output): Mention them.
15911
15912 2007-04-26  Bruno Haible  <bruno@clisp.org>
15913
15914         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
15915         'long' when we assume it.
15916         Suggested by Eric Blake.
15917
15918 2007-04-26  Bruno Haible  <bruno@clisp.org>
15919
15920         Ensure fseeko, ftello are declared on glibc systems.
15921         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
15922         * modules/fseeko (configure.ac-early): Likewise.
15923         * modules/ftello (configure.ac-early): Likewise.
15924         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
15925         AC_FUNC_FSEEKO for this.
15926         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
15927         (gl_CHECK_FSEEKO): Remove macro.
15928
15929 2007-04-26  Bruno Haible  <bruno@clisp.org>
15930
15931         * tests/test-fflush.c (main): Also check the ftell result after
15932         fflush and fseek/fseeko.
15933         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
15934         file descriptor position cache in the stream.
15935         * lib/fseeko.c (rpl_fseeko): Likewise.
15936
15937 2007-04-26  Bruno Haible  <bruno@clisp.org>
15938
15939         * modules/fflush-tests (Depends-on): Add fseeko.
15940
15941 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
15942             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15943
15944         * lib/argz_.h: ensure error_t definition is obtained in same
15945         mechanism system argz.h would have.
15946         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
15947         argz facilities are known bad.  Err on the side of caution if
15948         cross-compiling.
15949
15950 2007-04-25  Eric Blake  <ebb9@byu.net>
15951
15952         * lib/fpurge.c (includes): Use stdlib.h for free.
15953         * tests/test-fflush.c (main): Also test fflush-fseeko.
15954
15955 2007-04-25  Bruno Haible  <bruno@clisp.org>
15956
15957         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
15958         * lib/fseeko.c: New file.
15959         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
15960         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
15961         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
15962         gl_FUNC_FSEEKO.
15963         (gl_FUNC_FSEEKO): Invoke it.
15964         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
15965         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
15966         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
15967
15968 2007-04-25  Bruno Haible  <bruno@clisp.org>
15969
15970         * modules/fflush (Depends-on): Add ftello.
15971
15972 2007-04-25  Bruno Haible  <bruno@clisp.org>
15973
15974         * modules/ftello-tests: New file.
15975         * tests/test-ftello.c: New file.
15976
15977         * modules/ftello: New file.
15978         * m4/ftello.m4: New file.
15979         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
15980         HAVE_FTELLO.
15981         * lib/stdio_.h (ftello): New declaration.
15982         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
15983         HAVE_FTELLO.
15984
15985 2007-04-25  Bruno Haible  <bruno@clisp.org>
15986
15987         * modules/fseeko-tests: New file.
15988         * tests/test-fseeko.c: New file.
15989
15990         * modules/fseeko: New file.
15991         * m4/fseeko.m4: New file.
15992         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
15993         HAVE_FSEEKO.
15994         * lib/stdio_.h (fseeko): New declaration.
15995         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
15996         HAVE_FSEEKO.
15997
15998 2007-04-25  Bruno Haible  <bruno@clisp.org>
15999
16000         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
16001
16002 2007-04-25  Bruno Haible  <bruno@clisp.org>
16003
16004         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
16005         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
16006         * tests/test-unistd.c: Likewise.
16007         * tests/test-fcntl.c: Likewise.
16008
16009 2007-04-23  Eric Blake  <ebb9@byu.net>
16010
16011         * lib/fflush.c: Fix missing include.
16012         Reported by Bruno Haible.
16013
16014 2007-04-23  Bruno Haible  <bruno@clisp.org>
16015
16016         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
16017         Reported by Eric Blake.
16018
16019 2007-04-23  Bruno Haible  <bruno@clisp.org>
16020
16021         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
16022
16023 2007-04-23  Bruno Haible  <bruno@clisp.org>
16024
16025         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
16026
16027 2007-04-23  Bruno Haible  <bruno@clisp.org>
16028
16029         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
16030         Needed on HP-UX 11.
16031
16032 2007-04-16  Eric Blake  <ebb9@byu.net>
16033
16034         Make fflush rely on fpurge.
16035         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
16036         open coding all variants.
16037         * modules/fflush (Depends-on): Add fpurge and unistd.
16038         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
16039         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
16040
16041         Fix --with-tests compilation on cygwin.
16042         * modules/argmatch-tests (Makefile.am): List gnulib library first
16043         in LDADD.
16044         * modules/argp-tests (Makefile.am): Likewise.
16045         * modules/array-list-tests (Makefile.am): Likewise.
16046         * modules/array-oset-tests (Makefile.am): Likewise.
16047         * modules/avltree-list-tests (Makefile.am): Likewise.
16048         * modules/avltree-oset-tests (Makefile.am): Likewise.
16049         * modules/avltreehash-list-tests (Makefile.am): Likewise.
16050         * modules/carray-list-tests (Makefile.am): Likewise.
16051         * modules/dirname-tests (Makefile.am): Likewise.
16052         * modules/frexp-tests (Makefile.am): Likewise.
16053         * modules/isnanl-tests (Makefile.am): Likewise.
16054         * modules/linked-list-tests (Makefile.am): Likewise.
16055         * modules/linkedhash-list-tests (Makefile.am): Likewise.
16056         * modules/lock-tests (Makefile.am): Likewise.
16057         * modules/rbtree-list-tests (Makefile.am): Likewise.
16058         * modules/rbtree-oset-tests (Makefile.am): Likewise.
16059         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
16060         * modules/tls-tests (Makefile.am): Likewise.
16061         * modules/tsearch-tests (Makefile.am): Likewise.
16062         * modules/xvasprintf-tests (Makefile.am): Likewise.
16063
16064         Fix fpurge for cygwin.
16065         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
16066         value.
16067         * modules/fpurge-tests (Depends-on): Clean up trash.
16068
16069 2007-04-16  Simon Josefsson  <simon@josefsson.org>
16070
16071         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
16072
16073         * m4/autobuild.m4: Re-indent.
16074
16075 2007-04-13  Bruno Haible  <bruno@clisp.org>
16076
16077         * modules/fpurge-tests: New file.
16078         * tests/test-fpurge.c: New file.
16079
16080         * modules/fpurge: New file.
16081         * lib/fpurge.h: New file.
16082         * lib/fpurge.c: New file.
16083         * m4/fpurge.m4: New file.
16084
16085 2007-04-13  Bruno Haible  <bruno@clisp.org>
16086
16087         * modules/fbufmode-tests: New file.
16088         * tests/test-fbufmode.c: New file.
16089
16090         * modules/fbufmode: New file.
16091         * lib/fbufmode.h: New file.
16092         * lib/fbufmode.c: New file.
16093         * m4/fbufmode.m4: New file.
16094
16095 2007-04-13  Bruno Haible  <bruno@clisp.org>
16096
16097         * modules/fwritable-tests: New file.
16098         * tests/test-fwritable.c: New file.
16099
16100         * modules/fwritable: New file.
16101         * lib/fwritable.h: New file.
16102         * lib/fwritable.c: New file.
16103         * m4/fwritable.m4: New file.
16104
16105 2007-04-13  Bruno Haible  <bruno@clisp.org>
16106
16107         * modules/freadable-tests: New file.
16108         * tests/test-freadable.c: New file.
16109
16110         * modules/freadable: New file.
16111         * lib/freadable.h: New file.
16112         * lib/freadable.c: New file.
16113         * m4/freadable.m4: New file.
16114
16115 2007-04-13  Bruno Haible  <bruno@clisp.org>
16116
16117         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
16118         MOSTLYCLEANFILES.
16119
16120 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
16121
16122         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
16123         gzip bootstrap.conf to avoid dragging in i18n machinery.
16124         (gnulib_tool_option): Use it.
16125
16126 2007-04-13  Bruno Haible  <bruno@clisp.org>
16127
16128         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
16129         %F directives.
16130         * tests/test-vasprintf-posix.c (test_function): Likewise.
16131         * tests/test-snprintf-posix.h (test_function): Likewise.
16132         * tests/test-sprintf-posix.h (test_function): Likewise.
16133         * tests/test-fprintf-posix.h (test_function): Likewise.
16134         * tests/test-printf-posix.h (test_function): Likewise.
16135         * tests/test-fprintf-posix.out: Likewise.
16136
16137 2007-04-13  Bruno Haible  <bruno@clisp.org>
16138
16139         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
16140         * modules/tls-tests (configure.ac): Likewise.
16141         Reported by Arto C. Nirkko <anirkko@insel.ch>.
16142
16143 2007-04-13  Bruno Haible  <bruno@clisp.org>
16144
16145         * lib/tls.c (glthread_tls_get): Fix return type.
16146         Patch by Arto C. Nirkko <anirkko@insel.ch>.
16147
16148 2007-04-12  Eric Blake  <ebb9@byu.net>
16149
16150         * modules/gettime (Depends-on): Remove gettime.
16151         Reported by Dmitry V. Levin.
16152
16153 2007-04-12  Bruno Haible  <bruno@clisp.org>
16154
16155         * modules/fflush (Include): Mention <stdio.h>.
16156         * modules/strtoimax (Include): Mention <inttypes.h>.
16157         * modules/strtoumax (Include): Likewise.
16158
16159 2007-04-12  Eric Blake  <ebb9@byu.net>
16160
16161         * .cvsignore: New file.
16162         * .gitignore: Likewise.
16163
16164 2007-04-12  Bruno Haible  <bruno@clisp.org>
16165
16166         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
16167         not before, since $(LDADD) often contains libgnu.a.
16168         * modules/striconv-tests (test_striconv_LDADD): Likewise.
16169         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
16170         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
16171         Needed on Cygwin.
16172
16173 2007-04-12  Eric Blake  <ebb9@byu.net>
16174
16175         Work around glibc's failure to flush stdin on fclose.
16176         * lib/closein.c (close_stdin): Flush stdin before closing.
16177
16178         Work around glibc's failure to reset seekable stdin on exit.
16179         * modules/closein: New module.
16180         * lib/closein.c: New file.
16181         * lib/closein.h: Likewise.
16182         * m4/closein.m4: Likewise.
16183         * MODULES.html.sh (File stream based Input/Output): Document it.
16184
16185 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16186
16187         * gnulib-tool: Rename generated 'autobuild' script to
16188         'do-autobuild' in --create-megatestdir output.
16189
16190         * doc/gnulib.texi (Build robot for gnulib): Fix.
16191
16192 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16193
16194         * modules/sysexits (Depends-on): Add absolute-header.
16195
16196 2007-04-12  Eric Blake  <ebb9@byu.net>
16197
16198         No need to preserve errno on success.
16199         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
16200         Reported by Bruno Haible.
16201
16202 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16203
16204         * MODULES.html.sh (Support for maintaining and releasing
16205         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
16206
16207 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16208
16209         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
16210
16211 2007-04-12  Simon Josefsson  <simon@josefsson.org>
16212
16213         * modules/autobuild: New module.
16214
16215         * m4/autobuild.m4: New file.
16216
16217 2007-04-11  Bruno Haible  <bruno@clisp.org>
16218
16219         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
16220         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
16221         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
16222         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
16223         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16224         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16225         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16226         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
16227         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16228         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16229         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
16230         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16231         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16232         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
16233         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16234         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16235         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
16236         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16237         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16238         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
16239         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16240         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16241         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
16242         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16243         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16244         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
16245         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
16246         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
16247         Reported by Eric Blake.
16248
16249 2007-04-11  Bruno Haible  <bruno@clisp.org>
16250
16251         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
16252
16253 2007-04-10  Bruno Haible  <bruno@clisp.org>
16254
16255         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
16256         for NaN and Infinity. Needed on FreeBSD 6.1.
16257         * tests/test-vasnprintf-posix.c (test_function): Undo last change
16258         regarding results for "%010a" of Infinity and NaN.
16259         * tests/test-vasprintf-posix.c (test_function): Likewise.
16260         * tests/test-snprintf-posix.h (test_function): Likewise.
16261         * tests/test-sprintf-posix.h (test_function): Likewise.
16262         * tests/test-fprintf-posix.h (test_function): Likewise.
16263         * tests/test-printf-posix.h (test_function): Likewise.
16264         * tests/test-fprintf-posix.out: Likewise.
16265
16266 2007-04-10  Bruno Haible  <bruno@clisp.org>
16267
16268         * modules/locale-tests: New file.
16269         * tests/test-locale.c: New file.
16270
16271         * modules/locale: New file.
16272         * lib/locale_.h: New file.
16273         * m4/locale_h.m4: New file.
16274
16275 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
16276             Bruno Haible  <bruno@clisp.org>
16277
16278         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
16279         be determined, test for availability of the copysignf, copysign,
16280         copysignl functions.
16281         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
16282         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
16283         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
16284
16285 2007-04-09  Eric Blake  <ebb9@byu.net>
16286
16287         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
16288         * modules/stdio (Makefile.am): Support fflush.
16289         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
16290         * modules/fflush: New file.
16291         * lib/fflush.c: Likewise.
16292         * m4/fflush.m4: Likewise.
16293         * modules/fflush-tests: New test.
16294         * tests/test-fflush.c: Likewise.
16295         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
16296
16297 2007-04-06  Bruno Haible  <bruno@clisp.org>
16298
16299         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
16300         (VASNPRINTF): Use signbit for faster determination whether to print a
16301         minus sign.
16302         * modules/vasnprintf (Files): Remove lib/float+.h.
16303         * modules/fprintf-posix (Depends-on): Add signbit.
16304         * modules/snprintf-posix (Depends-on): Likewise.
16305         * modules/sprintf-posix (Depends-on): Likewise.
16306         * modules/vasnprintf-posix (Depends-on): Likewise.
16307         * modules/vasprintf-posix (Depends-on): Likewise.
16308         * modules/vfprintf-posix (Depends-on): Likewise.
16309         * modules/vsnprintf-posix (Depends-on): Likewise.
16310         * modules/vsprintf-posix (Depends-on): Likewise.
16311
16312 2007-04-06  Bruno Haible  <bruno@clisp.org>
16313
16314         * tests/test-frexp.c (main): Test also the sign bit of zero results.
16315         * tests/test-frexpl.c (main): Likewise.
16316         * tests/test-ldexpl.c (main): Likewise.
16317         * modules/frexp-tests (Depends-on): Add signbit.
16318         * modules/frexpl-tests (Depdends-on): Likewise.
16319         * modules/ldexpl-tests (Depdends-on): Likewise.
16320
16321 2007-04-06  Bruno Haible  <bruno@clisp.org>
16322
16323         * modules/signbit-tests: New file.
16324         * tests/test-signbit.c: New file.
16325
16326         * modules/signbit: New file.
16327         * lib/signbitf.c: New file.
16328         * lib/signbitd.c: New file.
16329         * lib/signbitl.c: New file.
16330         * m4/signbit.m4: New file.
16331         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
16332         (signbit): New macro.
16333         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
16334         REPLACE_SIGNBIT.
16335         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
16336         REPLACE_FREXPL into math.h.
16337
16338 2007-04-06  Bruno Haible  <bruno@clisp.org>
16339
16340         * modules/isnanf-nolibm-tests: New file.
16341         * tests/test-isnanf.c: New file.
16342
16343         * modules/isnanf-nolibm: New file.
16344         * lib/isnanf.h: New file.
16345         * lib/isnanf.c: New file.
16346         * lib/isnan.c: Consider the USE_FLOAT macro.
16347         * m4/isnanf.m4: New file.
16348
16349 2007-04-06  Bruno Haible  <bruno@clisp.org>
16350
16351         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
16352         (Link): New section.
16353
16354         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
16355
16356 2007-04-06  Bruno Haible  <bruno@clisp.org>
16357
16358         Assume the 'long double' type.
16359         * m4/longdouble.m4: Remove file.
16360         * config/srclist.txt: Don't mention longdouble.m4.
16361         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
16362         * lib/float+.h: Likewise.
16363         * lib/frexp.c: Likewise.
16364         * lib/printf-args.h: Likewise.
16365         * lib/printf-args.c: Likewise.
16366         * lib/printf-frexp.c: Likewise.
16367         * lib/printf-parse.c: Likewise.
16368         * lib/vasnprintf.c: Likewise.
16369         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
16370         * m4/intl.m4: Likewise.
16371         * m4/isnanl.m4: Likewise.
16372         * m4/printf.m4: Likewise.
16373         * m4/printf-frexpl.m4: Likewise.
16374         * m4/vasnprintf.m4: Likewise.
16375         * modules/allocsa (Files): Remove m4/longdouble.m4.
16376         * modules/gettext (Files): Likewise.
16377         * modules/relocatable-prog-wrapper (Files): Likewise.
16378         * modules/vasnprintf (Files): Likewise.
16379         * modules/isnanl (Files): Likewise.
16380         (Include): Simplify.
16381         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
16382         (Include): Simplify.
16383         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
16384         (Include): Simplify.
16385         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
16386         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16387         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
16388         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16389         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
16390         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16391         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
16392         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16393         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
16394         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16395         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
16396         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16397         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
16398         * tests/test-isnanl.c: Likewise.
16399         * tests/test-snprintf-posix.h: Likewise.
16400         * tests/test-sprintf-posix.h: Likewise.
16401         * tests/test-vasnprintf-posix.c: Likewise.
16402         * tests/test-vasnprintf-posix2.c: Likewise.
16403         * tests/test-vasprintf-posix.c: Likewise.
16404
16405 2007-04-06  Bruno Haible  <bruno@clisp.org>
16406
16407         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
16408         * lib/math_.h [__DECC]: Include the overridden include file through
16409         #include_next, outside the double-inclusion guard.
16410         * lib/stdio_.h [__DECC]: Likewise.
16411         * lib/stdlib_.h [__DECC]: Likewise.
16412         * lib/string_.h [__DECC]: Likewise.
16413         * lib/time_.h [__DECC]: Likewise.
16414         * lib/wchar_.h [__DECC]: Likewise.
16415         * lib/wctype_.h [__DECC]: Likewise.
16416         * lib/inttypes_.h [__DECC]: Likewise.
16417         Reported by Albert Chin <china@thewrittenword.com> in
16418         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
16419
16420 2007-04-04  Eric Blake  <ebb9@byu.net>
16421
16422         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
16423         1.5.x.
16424
16425 2007-04-04  Bruno Haible  <bruno@clisp.org>
16426
16427         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
16428         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
16429
16430 2007-04-04  Bruno Haible  <bruno@clisp.org>
16431
16432         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
16433         results for "%010a" of Infinity and NaN.
16434         * tests/test-vasprintf-posix.c (test_function): Likewise.
16435         * tests/test-snprintf-posix.h (test_function): Likewise.
16436         * tests/test-sprintf-posix.h (test_function): Likewise.
16437         * tests/test-fprintf-posix.h (test_function): Remove these tests.
16438         * tests/test-printf-posix.h (test_function): Likewise.
16439         * tests/test-fprintf-posix.out: Update.
16440         Needed for FreeBSD 6.1.
16441
16442 2007-04-04  Bruno Haible  <bruno@clisp.org>
16443
16444         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
16445         directly used by the gnulib modules nor by gnulib-tool.
16446
16447 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16448
16449         * DEPENDENCIES: Give overall description of version dependency
16450         desirability.  Use more-typical names for apps.
16451         Add shell, coreutils, diffutils, grep, tar, gzip.
16452
16453 2007-04-04  Simon Josefsson  <simon@josefsson.org>
16454
16455         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
16456
16457 2007-04-04  Karl Berry  <karl@gnu.org>
16458
16459         * MODULES.html.sh (func_module): missing '.
16460
16461 2007-04-03  Bruno Haible  <bruno@clisp.org>
16462
16463         * modules/argmatch-tests (Makefile.am): New variable
16464         test_argmatch_LDADD.
16465         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
16466         * modules/array-list-tests (Makefile.am): New variable
16467         test_array_list_LDADD.
16468         * modules/array-oset-tests (Makefile.am): New variable
16469         test_array_oset_LDADD.
16470         * modules/avltree-list-tests (Makefile.am): New variable
16471         test_avltree_list_LDADD.
16472         * modules/avltree-oset-tests (Makefile.am): New variable
16473         test_avltree_oset_LDADD.
16474         * modules/avltreehash-list-tests (Makefile.am): New variable
16475         test_avltreehash_list_LDADD.
16476         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
16477         test_canonicalize_lgpl_LDADD.
16478         * modules/carray-list-tests (Makefile.am): New variable
16479         test_carray_list_LDADD.
16480         * modules/dirname-tests (Makefile.am): New variable
16481         test_dirname_LDADD.
16482         * modules/linked-list-tests (Makefile.am): New variable
16483         test_linked_list_LDADD.
16484         * modules/linkedhash-list-tests (Makefile.am): New variable
16485         test_linkedhash_list_LDADD.
16486         * modules/rbtree-list-tests (Makefile.am): New variable
16487         test_rbtree_list_LDADD.
16488         * modules/rbtree-oset-tests (Makefile.am): New variable
16489         test_rbtree_oset_LDADD.
16490         * modules/rbtreehash-list-tests (Makefile.am): New variable
16491         test_rbtreehash_list_LDADD.
16492         * modules/xvasprintf-tests (Makefile.am): New variable
16493         test_xvasprintf_LDADD.
16494         Reported by Eric Blake.
16495
16496 2007-04-03  Eric Blake  <ebb9@byu.net>
16497
16498         * DEPENDENCIES: Weaken m4 requirements.
16499
16500 2007-04-03  Bruno Haible  <bruno@clisp.org>
16501
16502         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
16503         * modules/isnanl-tests (configure.ac): Likewise.
16504
16505 2007-04-03  Ben Pfaff  <blp@gnu.org>
16506
16507         * modules/iconv_open: Add $(srcdir)/ to source directory
16508         references in Makefile fragments that call gperf, to fix VPATH
16509         builds.
16510
16511 2007-04-03  Bruno Haible  <bruno@clisp.org>
16512
16513         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
16514         * lib/ldexpl.c: Undo last change.
16515
16516 2007-04-03  Bruno Haible  <bruno@clisp.org>
16517
16518         * modules/printf-frexpl (Depends-on): Undo last change.
16519         (Files): Add m4/ldexpl.m4.
16520
16521 2007-04-03  Bruno Haible  <bruno@clisp.org>
16522
16523         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
16524         * modules/isnanl (Link): New section.
16525
16526         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
16527         * modules/frexp (Link): New section.
16528
16529         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
16530         * modules/frexpl (Link): New section.
16531
16532         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
16533         * modules/ldexpl (Link): New section.
16534
16535 2007-04-03  Bruno Haible  <bruno@clisp.org>
16536
16537         * modules/TEMPLATE-EXTENDED: New file.
16538         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
16539
16540 2007-04-03  Bruno Haible  <bruno@clisp.org>
16541
16542         * DEPENDENCIES: New file.
16543         Suggested by Simon Josefsson.
16544
16545 2007-04-03  Bruno Haible  <bruno@clisp.org>
16546
16547         * doc/gnulib.texi: Escape @.
16548
16549 2007-04-03  James Youngman  <jay@gnu.org>
16550         and Paul Eggert  <eggert@cs.ucla.edu>
16551
16552         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
16553         birthtime on all systems that have birthtime, not just those which
16554         use st_birthtimensec rather than st_birthtim.  Putting zero in
16555         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
16556         that the birth time is not available for files on an NFS mount.
16557
16558 2007-04-03  Simon Josefsson  <simon@josefsson.org>
16559
16560         * modules/memxor: Move back from crypto/, suggested by Bruno.
16561         * modules/crypto/hmac-sha1: Fix memxor dependency.
16562
16563         * modules/crypto/gc: Moved from ../.
16564
16565 2007-04-02  Eric Blake  <ebb9@byu.net>
16566
16567         * lib/ldexpl.c (includes): Avoid libm.
16568
16569         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
16570
16571 2007-04-02  Bruno Haible  <bruno@clisp.org>
16572
16573         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
16574         on IRIX.
16575
16576 2007-04-02  Bruno Haible  <bruno@clisp.org>
16577
16578         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
16579         x86 or x86_64 platforms running MacOS X.
16580         Reported by Ryan Schmidt <@ryandesign.com>.
16581
16582 2007-04-02  Bruno Haible  <bruno@clisp.org>
16583
16584         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
16585         i386.
16586
16587 2007-04-01  Simon Josefsson  <simon@josefsson.org>
16588
16589         * modules/crypto/arcfour: Moved from ../.
16590         * modules/crypto/arcfour-tests: Moved from ../.
16591         * modules/crypto/arctwo: Moved from ../.
16592         * modules/crypto/arctwo-tests: Moved from ../.
16593         * modules/crypto/des: Moved from ../.
16594         * modules/crypto/des-tests: Moved from ../.
16595         * modules/crypto/gc-arcfour: Moved from ../.
16596         * modules/crypto/gc-arcfour-tests: Moved from ../.
16597         * modules/crypto/gc-arctwo: Moved from ../.
16598         * modules/crypto/gc-arctwo-tests: Moved from ../.
16599         * modules/crypto/gc-des: Moved from ../.
16600         * modules/crypto/gc-des-tests: Moved from ../.
16601         * modules/crypto/gc-hmac-md5: Moved from ../.
16602         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
16603         * modules/crypto/gc-hmac-sha1: Moved from ../.
16604         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
16605         * modules/crypto/gc-md2: Moved from ../.
16606         * modules/crypto/gc-md2-tests: Moved from ../.
16607         * modules/crypto/gc-md4: Moved from ../.
16608         * modules/crypto/gc-md4-tests: Moved from ../.
16609         * modules/crypto/gc-md5: Moved from ../.
16610         * modules/crypto/gc-md5-tests: Moved from ../.
16611         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
16612         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
16613         * modules/crypto/gc-random: Moved from ../.
16614         * modules/crypto/gc-rijndael: Moved from ../.
16615         * modules/crypto/gc-rijndael-tests: Moved from ../.
16616         * modules/crypto/gc-sha1: Moved from ../.
16617         * modules/crypto/gc-sha1-tests: Moved from ../.
16618         * modules/crypto/gc-tests: Moved from ../.
16619         * modules/crypto/hmac-md5: Moved from ../.
16620         * modules/crypto/hmac-md5-tests: Moved from ../.
16621         * modules/crypto/hmac-sha1: Moved from ../.
16622         * modules/crypto/hmac-sha1-tests: Moved from ../.
16623         * modules/crypto/md2: Moved from ../.
16624         * modules/crypto/md2-tests: Moved from ../.
16625         * modules/crypto/md4: Moved from ../.
16626         * modules/crypto/md4-tests: Moved from ../.
16627         * modules/crypto/md5: Moved from ../.
16628         * modules/crypto/md5-tests: Moved from ../.
16629         * modules/crypto/memxor: Moved from ../.
16630         * modules/crypto/rijndael: Moved from ../.
16631         * modules/crypto/rijndael-tests: Moved from ../.
16632         * modules/crypto/sha1: Moved from ../.
16633
16634 2007-03-30  James Youngman  <jay@gnu.org>
16635
16636         * tests/test-stat-time.c (prepare_test): use chmod() rather than
16637         rename() to change the ctime of a file (because ctime is unaffected
16638         by rename on jfs2 on AIX 5.1).
16639         (main): Start by doing cleanup, in case a previous run failed leaving
16640         test files behind.
16641
16642 2007-03-31  Bruno Haible  <bruno@clisp.org>
16643
16644         Support old proprietary implementations of iconv.
16645         * modules/iconv_open: New file.
16646         * lib/iconv_.h: New file.
16647         * m4/iconv_h.m4: New file.
16648         * lib/iconv_open.c: New file.
16649         * lib/iconv_open-aix.gperf: New file.
16650         * lib/iconv_open-hpux.gperf: New file.
16651         * lib/iconv_open-irix.gperf: New file.
16652         * lib/iconv_open-osf.gperf: New file.
16653         * m4/iconv_open.m4: New file.
16654         * modules/linebreak (Depends-on): Add iconv_open.
16655         * modules/striconv (Depends-on): Likewise.
16656         * modules/striconveh (Depends-on): Likewise.
16657         * modules/unicodeio (Depends-on): Likewise.
16658         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
16659         (iconv_t)(-1).
16660         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
16661         conversion if cd is (iconv_t)(-1).
16662         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
16663         is not possible.
16664
16665 2007-03-31  Bruno Haible  <bruno@clisp.org>
16666
16667         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
16668         work on Solaris either. Protect also second use of "autodetect_jp".
16669
16670 2007-03-31  Bruno Haible  <bruno@clisp.org>
16671
16672         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
16673         the function is not present.
16674
16675 2007-03-31  Bruno Haible  <bruno@clisp.org>
16676
16677         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
16678         the function is not present.
16679
16680 2007-03-31  Bruno Haible  <bruno@clisp.org>
16681
16682         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
16683         a bug in HP-UX iconv_open().
16684
16685 2007-03-31  Bruno Haible  <bruno@clisp.org>
16686
16687         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
16688         (Mathematics <math.h>): New section, add fpieee.
16689         (Input/output <stdio.h>): Add fseterr.
16690         (Mathematics <math.h>): New section, add printf-frexp.
16691         (Container data structures): Add sublist.
16692         (Core language properties): Add fpucw, inline.
16693         (Functions for greatest-width integer types <inttypes.h>): Add
16694         imaxabs, imaxdiv, inttypes.
16695         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
16696         isnanl-nolibm, ldexp.
16697         (Mathematics <math.h>): New section, add printf-frexpl.
16698         (Support for systems lacking POSIX:2001): Add fprintf-posix,
16699         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
16700         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
16701         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
16702         (Unicode string functions): Add unistr/u*-mbtoucr.
16703         (Java): Add javacomp-script, javaexec-script.
16704         (C#): Add csharpcomp-script, csharpexec-script.
16705         (Support for building libraries and executables): Add havelib,
16706         relocatable-*.
16707         (Support for maintaining and releasing projects): Renamed from
16708         'Support for maintaining and release projects'. Add announce-gen.
16709
16710 2007-03-31  Bruno Haible  <bruno@clisp.org>
16711
16712         * README: Talk primarily about git.
16713         (git and CVS): Renamed from CVS.
16714         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
16715         gnulib is available through git.
16716         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
16717
16718 2007-03-30  Bruno Haible  <bruno@clisp.org>
16719
16720         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
16721         * lib/poll_.h: Likewise.
16722         * lib/stat_.h: Likewise.
16723         * lib/sys_time_.h: Likewise.
16724         * lib/sysexit_.h: Likewise.
16725         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
16726         * lib/stdbool_.h: Likewise.
16727         * lib/byteswap_.h: Add double-inclusion guard.
16728
16729 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
16730
16731         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
16732
16733 2007-03-30  Karl Berry  <karl@gnu.org>
16734
16735         * config/srclist-update: double space after USA in the license
16736         substitution, since that's how it's usually (?) written.
16737
16738 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
16739
16740         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
16741         reported by Bruno Haible.
16742
16743 2007-03-29  Bruno Haible  <bruno@clisp.org>
16744
16745         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
16746         a bug in AIX iconv().
16747
16748 2007-03-29  Bruno Haible  <bruno@clisp.org>
16749
16750         * modules/ldexpl-tests: New file.
16751         * tests/test-ldexpl.c: New file.
16752
16753 2007-03-29  Bruno Haible  <bruno@clisp.org>
16754
16755         * lib/ldexpl.c: Include fpucw.h.
16756         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
16757         multiplication.
16758         * modules/ldexpl (Depends-on): Add fpucw.
16759
16760 2007-03-29  Bruno Haible  <bruno@clisp.org>
16761
16762         * modules/ldexpl: New file.
16763         * m4/ldexpl.m4: New file.
16764         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
16765         set.
16766         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
16767         REPLACE_LDEXPL.
16768         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
16769         REPLACE_LDEXPL.
16770         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
16771         gl_FUNC_LDEXPL_WORKS.
16772         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
16773         * modules/mathl (Files): Remove lib/ldexpl.c.
16774         (Depends-on): Add ldexpl.
16775
16776 2007-03-29  Bruno Haible  <bruno@clisp.org>
16777
16778         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
16779
16780 2007-03-29  Bruno Haible  <bruno@clisp.org>
16781
16782         * tests/test-striconveh.c (main): Don't assume that a direct conversion
16783         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
16784         and possibly also HP-UX.
16785         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
16786         work on AIX, IRIX, HP-UX, OSF/1.
16787         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
16788         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
16789         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
16790         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
16791         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
16792         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
16793
16794 2007-03-29  Bruno Haible  <bruno@clisp.org>
16795
16796         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
16797
16798 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
16799
16800         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
16801         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
16802
16803 2007-03-29  Eric Blake  <ebb9@byu.net>
16804
16805         * lib/acl-internal.h: Remove redundant include.
16806         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
16807         Cygwin when a file is locked.
16808
16809 2007-03-29  Bruno Haible  <bruno@clisp.org>
16810
16811         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
16812         file.
16813         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
16814
16815 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
16816
16817         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
16818         try to remove a parent directory if the child couldn't be removed
16819         (except for the first rmdir, which could fail because the child
16820         doesn't exist).  Problem reported by Jeff Blaine in
16821         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
16822
16823 2007-03-28  Bruno Haible  <bruno@clisp.org>
16824
16825         * lib/striconveh.c (utf8conv_carefully): New function.
16826         (mem_cd_iconveh_internal): Invoke it.
16827
16828 2007-03-28  Bruno Haible  <bruno@clisp.org>
16829
16830         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
16831         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
16832         input.
16833         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
16834         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
16835         unistr/u8-uctomb.
16836
16837 2007-03-28  Bruno Haible  <bruno@clisp.org>
16838
16839         * modules/unistr/u8-mbtoucr: New file.
16840         * lib/unistr/u8-mbtoucr.c: New file.
16841         * modules/unistr/u16-mbtoucr: New file.
16842         * lib/unistr/u16-mbtoucr.c: New file.
16843         * modules/unistr/u16-mbtoucr: New file.
16844         * lib/unistr/u16-mbtoucr.c: New file.
16845         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
16846
16847 2007-03-27  Simon Josefsson  <simon@josefsson.org>
16848             Bruno Haible  <bruno@clisp.org>
16849
16850         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
16851         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
16852         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
16853
16854         * m4/stdio_h.m4: Add stubs for vasprintf too.
16855
16856         * modules/stdio: Support vasprintf in sed command.
16857
16858         * modules/vasprintf: Depend on stdio for prototypes.  Remove
16859         vasprintf.h.  Add stdio module indicator.
16860
16861         * lib/stdio_.h: Declare asprintf and vasprintf, based on
16862         vasprintf.h.
16863
16864         * lib/vasprintf.h: File removed.
16865
16866         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
16867         * lib/vasprintf.c: Ditto.
16868         * lib/xvasprintf.c: Ditto.
16869         * tests/test-vasprintf-posix.c: Ditto.
16870         * tests/test-vasprintf.c: Ditto.
16871
16872 2007-03-27  Bruno Haible  <bruno@clisp.org>
16873
16874         Make vasnprintf multithread-safe.
16875         * lib/vasnprintf.c (decimal_point_char): New function.
16876         (VASNPRINTF): Use it.
16877         Suggested by Simon Josefsson.
16878
16879 2007-03-27  Eric Blake  <ebb9@byu.net>
16880
16881         Support sub-second birthtime on cygwin.
16882         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
16883         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
16884         (get_stat_birthtime): Also work with st_birthtim.
16885
16886 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
16887
16888         * lib/stat-time.h (USE_BIRTHTIME): Remove.
16889         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
16890         (get_stat_birthtime_ns): Do not try to use "spare" fields.
16891         (get_stat_birthtime_ns): Simplify compile-time tests.
16892         (get_stat_birthtime): Change the API to look like
16893         get_stat_mtime etc., except return a negative tv_nsec on error.
16894         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
16895         Don't check for "spare" fields.
16896         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
16897         or for struct stat.st_birthtime, as these tests aren't used.
16898         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
16899
16900 2007-03-27  Bruno Haible  <bruno@clisp.org>
16901
16902         * lib/stat-time.h: Include <sys/stat.h>.
16903
16904 2007-03-27  James Youngman  <jay@gnu.org>
16905
16906         * lib/stat-time.h (get_stat_birthtime): New function for
16907           retrieving st_birthtime as provided by UFS2 (hence *BSD).
16908         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
16909           and its variants.
16910         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
16911         * modules/stat-time-test: New file.
16912         * tests/test-stat-time.c: New test, devised by Bruno Haible.
16913
16914 2007-03-26  Bruno Haible  <bruno@clisp.org>
16915
16916         Better support of signalling NaNs.
16917         * lib/atanl.c: Include isnanl.h.
16918         (atanl): Perform test for NaN at the beginning of the function and
16919         through a call to isnanl.
16920         * lib/cosl.c: Include isnanl.h.
16921         (cosl): Perform test for NaN at the beginning of the function and
16922         through a call to isnanl.
16923         * lib/ldexpl.c: Include isnanl.h.
16924         (ldexpl): Perform test for NaN through a call to isnanl.
16925         * lib/logl.c: Include isnanl.h.
16926         (logl): Perform test for NaN at the beginning of the function and
16927         through a call to isnanl.
16928         * lib/sinl.c: Include isnanl.h.
16929         (sinl): Perform test for NaN at the beginning of the function and
16930         through a call to isnanl.
16931         * lib/sqrtl.c: Include isnanl.h.
16932         (sqrtl): Perform test for NaN at the beginning of the function and
16933         through a call to isnanl.
16934         * lib/tanl.c: Include isnanl.h.
16935         (tanl): Perform test for NaN at the beginning of the function and
16936         through a call to isnanl.
16937         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
16938         * modules/mathl (Depends-on): Add isnanl.
16939
16940 2007-03-26  Eric Blake  <ebb9@byu.net>
16941
16942         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
16943         regression in logic sense of previous patch.
16944
16945 2007-03-26  Bruno Haible  <bruno@clisp.org>
16946
16947         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
16948         unportable shell command "if ! ...".
16949         Reported by Ralf Wildenhues.
16950
16951 2007-03-25  Bruno Haible  <bruno@clisp.org>
16952
16953         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
16954         <sysexits.h> file, and only add EX_CONFIG.
16955         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
16956         absolute file name and whether it is sufficient. Substitute also
16957         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
16958         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
16959         ABSOLUTE_SYSEXITS_H into sysexits.h.
16960
16961 2007-03-25  Bruno Haible  <bruno@clisp.org>
16962
16963         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
16964         hints is NULL.
16965
16966 2007-03-25  Bruno Haible  <bruno@clisp.org>
16967
16968         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
16969         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
16970
16971 2007-03-25  Bruno Haible  <bruno@clisp.org>
16972
16973         * lib/vasnprintf.c: Include langinfo.h.
16974         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
16975         multithread-safe.
16976         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
16977         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
16978         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16979         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16980         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16981         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16982         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16983         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
16984         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16985         Reported by Simon Josefsson.
16986
16987 2007-03-25  Bruno Haible  <bruno@clisp.org>
16988
16989         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
16990         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
16991         * modules/vasnprintf (Depends-on): Add stdint.
16992
16993 2007-03-25  Bruno Haible  <bruno@clisp.org>
16994
16995         * modules/fpieee: New file.
16996         * m4/fpieee.m4: New file.
16997         * modules/isnan-nolibm (Depends-on): Add fpieee.
16998         * modules/isnanl-nolibm (Depends-on): Add fpieee.
16999         * modules/isnanl (Depends-on): Add fpieee.
17000
17001 2007-03-25  Bruno Haible  <bruno@clisp.org>
17002
17003         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
17004
17005 2007-03-25  Bruno Haible  <bruno@clisp.org>
17006
17007         Avoid test failures on IRIX 6.5.
17008         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
17009         (main): Use it.
17010         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
17011         macros.
17012         (main): Use them.
17013
17014 2007-03-25  Bruno Haible  <bruno@clisp.org>
17015
17016         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
17017         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
17018         exists but doesn't work.
17019         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
17020         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
17021         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
17022         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
17023
17024 2007-03-25  Bruno Haible  <bruno@clisp.org>
17025
17026         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
17027         returns inf. Needed on IRIX 6.5.
17028
17029 2007-03-25  Bruno Haible  <bruno@clisp.org>
17030
17031         * tests/test-frexpl.c: Include isnanl-nolibm.h.
17032         (main): Use isnanl instead of x != x idiom.
17033         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
17034
17035         * tests/test-frexp.c: Include isnan.h.
17036         (main): Use isnan instead of x != x idiom.
17037         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
17038
17039 2007-03-25  Bruno Haible  <bruno@clisp.org>
17040
17041         * tests/test-frexp.c (NaN): New function/macro.
17042         (main): Use it instead of 0.0 / 0.0.
17043         * tests/test-isnan.c (NaN): New function/macro.
17044         (main): Use it instead of 0.0 / 0.0.
17045         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
17046         (test_function): Use it instead of 0.0 / 0.0.
17047         * tests/test-vasprintf-posix.c (NaN): New function/macro.
17048         (test_function): Use it instead of 0.0 / 0.0.
17049         * tests/test-snprintf-posix.h (NaN): New function/macro.
17050         (test_function): Use it instead of 0.0 / 0.0.
17051         * tests/test-sprintf-posix.h (NaN): New function/macro.
17052         (test_function): Use it instead of 0.0 / 0.0.
17053         * tests/test-fprintf-posix.h (NaN): New function/macro.
17054         (test_function): Use it instead of 0.0 / 0.0.
17055         * tests/test-printf-posix.h (NaN): New function/macro.
17056         (test_function): Use it instead of 0.0 / 0.0.
17057
17058         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
17059
17060 2007-03-25  Bruno Haible  <bruno@clisp.org>
17061
17062         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
17063
17064 2007-03-25  Bruno Haible  <bruno@clisp.org>
17065
17066         * lib/regexec.c (merge_state_with_log): Make static.
17067
17068 2007-03-25  Bruno Haible  <bruno@clisp.org>
17069
17070         * lib/trigl.c (kernel_rem_pio2): Make static.
17071
17072 2007-03-25  Bruno Haible  <bruno@clisp.org>
17073
17074         * lib/sincosl.c (sincosl_table): Make static.
17075
17076 2007-03-25  Bruno Haible  <bruno@clisp.org>
17077
17078         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
17079         if the compiler does not support C99.
17080
17081 2007-03-25  Bruno Haible  <bruno@clisp.org>
17082
17083         * modules/time (Makefile.am): Ensure all rule action lines start with a
17084         tab.
17085
17086 2007-03-24  Bruno Haible  <bruno@clisp.org>
17087
17088         * modules/tsearch-tests: New file.
17089         * tests/test-tsearch.sh: New file.
17090         * tests/test-tsearch.c: New file, mostly copied from glibc.
17091
17092         * modules/search-tests: New file.
17093         * tests/test-search.c: New file.
17094
17095         * modules/search: New file.
17096         * lib/search_.h: New file, incorporating lib/tsearch.h.
17097         * m4/search_h.m4: New file.
17098         * lib/tsearch.h: Remove file.
17099         * lib/tsearch.c: Include search.h instead of tsearch.h.
17100         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
17101         HAVE_TSEARCH.
17102         * modules/tsearch (Files): Remove lib/tsearch.h.
17103         (Depends-on): Add search.
17104         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
17105         (Include): Change tsearch.h into search.h.
17106
17107 2007-03-24  Bruno Haible  <bruno@clisp.org>
17108
17109         * modules/fpucw: New file.
17110         * lib/fpucw.h: New file.
17111         * lib/frexp.c: Include fpucw.h.
17112         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
17113         (FUNC): Use them.
17114         * lib/printf-frexp.c: Include fpucw.h.
17115         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
17116         (FUNC): Use them.
17117         * lib/vasnprintf.c: Include fpucw.h.
17118         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
17119         'long double' calculations.
17120         * tests/test-frexpl.c: Include fpucw.h.
17121         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
17122         * tests/test-printf-frexpl.c: Include fpucw.h.
17123         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
17124         * modules/frexpl (Depends-on): Add fpucw.
17125         * modules/printf-frexpl (Depends-on): Likewise.
17126         * modules/fprintf-posix (Depends-on): Likewise.
17127         * modules/snprintf-posix (Depends-on): Likewise.
17128         * modules/sprintf-posix (Depends-on): Likewise.
17129         * modules/vasnprintf-posix (Depends-on): Likewise.
17130         * modules/vasprintf-posix (Depends-on): Likewise.
17131         * modules/vfprintf-posix (Depends-on): Likewise.
17132         * modules/vsnprintf-posix (Depends-on): Likewise.
17133         * modules/vsprintf-posix (Depends-on): Likewise.
17134         * modules/frexpl-tests (Depends-on): Likewise.
17135         * modules/printf-frexpl-tests (Depends-on): Likewise.
17136
17137 2007-03-24  Bruno Haible  <bruno@clisp.org>
17138
17139         * lib/float+.h: New file.
17140         * lib/isnan.c: Include float+.h.
17141         (SIZE): New macro.
17142         (FUNC): Compare only SIZE bytes of the value.
17143         * lib/vasnprintf.c: Include float+.h.
17144         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
17145         SIZEOF_LDBL or SIZEOF_DBL bytes.
17146         * modules/isnan-nolibm (Files): Add lib/float+.h.
17147         * modules/isnanl-nolibm (Files): Add lib/float+.h.
17148         * modules/isnanl (Files): Add lib/float+.h.
17149         * modules/vasnprintf (Files): Add lib/float+.h.
17150
17151 2007-03-24  Bruno Haible  <bruno@clisp.org>
17152
17153         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
17154         include isnanl-nolibm.h.
17155
17156 2007-03-24  Bruno Haible  <bruno@clisp.org>
17157
17158         * tests/test-read-file.c (main): Don't produce spurious output for
17159         expected situations. Make the test fail if it encountered unexpected
17160         results.
17161
17162 2007-03-24  Bruno Haible  <bruno@clisp.org>
17163
17164         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
17165         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
17166
17167 2007-03-24  Bruno Haible  <bruno@clisp.org>
17168
17169         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
17170
17171 2007-03-24  Bruno Haible  <bruno@clisp.org>
17172
17173         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
17174         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
17175
17176         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
17177         * modules/utf8-ucs4: Turn into a symbolic link to module
17178         unistr/u8-mbtouc.
17179
17180         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
17181         utf8-ucs4-unsafe.
17182         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
17183         unistr/u8-mbtouc-unsafe.
17184
17185         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
17186         * modules/utf16-ucs4: Turn into a symbolic link to module
17187         unistr/u16-mbtouc.
17188
17189         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
17190         utf16-ucs4-unsafe.
17191         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
17192         unistr/u16-mbtouc-unsafe.
17193
17194         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
17195         * modules/ucs4-utf8: Turn into a symbolic link to module
17196         unistr/u8-ubtomb.
17197
17198         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
17199         * modules/ucs4-utf16: Turn into a symbolic link to module
17200         unistr/u16-ubtomb.
17201
17202 2007-03-24  Bruno Haible  <bruno@clisp.org>
17203
17204         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
17205         Enable the function only if HAVE_INLINE.
17206         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
17207         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
17208         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
17209         Enable the function only if HAVE_INLINE.
17210         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
17211         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
17212         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
17213         Enable the function only if HAVE_INLINE.
17214         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
17215         Enable the function only if HAVE_INLINE.
17216         * modules/utf8-ucs4: Update.
17217         * modules/utf8-ucs4-unsafe: Update.
17218         * modules/utf16-ucs4: Update.
17219         * modules/utf16-ucs4-unsafe: Update.
17220         * modules/ucs4-utf8: Update.
17221         * modules/ucs4-utf16: Update.
17222
17223 2007-03-24  Bruno Haible  <bruno@clisp.org>
17224
17225         * lib/utf8-ucs4.h: Remove file.
17226         * lib/utf8-ucs4-unsafe.h: Remove file.
17227         * lib/utf16-ucs4.h: Remove file.
17228         * lib/utf16-ucs4-unsafe.h: Remove file.
17229         * lib/ucs4-utf8.h: Remove file.
17230         * lib/ucs4-utf16.h: Remove file.
17231         * lib/unistr.h: Include their previous contents.
17232         * m4/utf-ucs4.m4: Remove file.
17233         * m4/ucs4-utf.m4: Remove file.
17234         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
17235         (Depends-on): Add unistr/base.
17236         (configure.ac): Remove gl_UTF_UCS4.
17237         (Makefile.am): Update.
17238         (Include): Change to unistr.h.
17239         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
17240         (Depends-on): Add unistr/base.
17241         (configure.ac): Remove gl_UTF_UCS4.
17242         (Makefile.am): Update.
17243         (Include): Change to unistr.h.
17244         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
17245         (Depends-on): Add unistr/base.
17246         (configure.ac): Remove gl_UTF_UCS4.
17247         (Makefile.am): Update.
17248         (Include): Change to unistr.h.
17249         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
17250         (Depends-on): Add unistr/base.
17251         (configure.ac): Remove gl_UTF_UCS4.
17252         (Makefile.am): Update.
17253         (Include): Change to unistr.h.
17254         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
17255         (Depends-on): Add unistr/base.
17256         (configure.ac): Remove gl_UCS4_UTF.
17257         (Makefile.am): Update.
17258         (Include): Change to unistr.h.
17259         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
17260         (Depends-on): Add unistr/base.
17261         (configure.ac): Remove gl_UCS4_UTF.
17262         (Makefile.am): Update.
17263         (Include): Change to unistr.h.
17264         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
17265         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
17266         utf8-ucs4-unsafe.h.
17267         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
17268         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
17269         utf16-ucs4-unsafe.h.
17270         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
17271         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
17272         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
17273         * lib/unistr/u8-strchr.c: Likewise.
17274         * lib/unistr/u8-strrchr.c: Likewise.
17275         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
17276         * lib/unistr/u16-strchr.c: Likewise.
17277         * lib/unistr/u16-strrchr.c: Likewise.
17278         * lib/striconveh.c: Update.
17279         * lib/linebreak.c: Update.
17280
17281 2007-03-24  Bruno Haible  <bruno@clisp.org>
17282
17283         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
17284         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
17285
17286 2007-03-22  Bruno Haible  <bruno@clisp.org>
17287
17288         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
17289
17290 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17291
17292         * MODULES.html.sh (File system functions): New module write-any-file.
17293         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
17294         * m4/write-any-file.m4: New files.
17295
17296 2007-03-23  Eric Blake  <ebb9@byu.net>
17297
17298         * gnulib-tool: Rearrange space-tab sequences, since some editors
17299         like to eat them.
17300
17301 2007-03-23  Eric Blake  <ebb9@byu.net>
17302
17303         * lib/version-etc.c (version_etc_va): Update license wording to
17304         be more concise.  Recommended by Richard Stallman.
17305
17306 2007-03-22  Bruno Haible  <bruno@clisp.org>
17307
17308         * lib/poll.c (MSG_PEEK): New fallback definition.
17309
17310 2007-03-22  Bruno Haible  <bruno@clisp.org>
17311
17312         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
17313         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
17314         (main): Update.
17315         Fixes a compilation error on BeOS.
17316
17317 2007-03-22  Bruno Haible  <bruno@clisp.org>
17318
17319         * modules/frexpl-tests: New file.
17320         * tests/test-frexpl.c: New file.
17321
17322         * modules/frexpl: New file.
17323         * m4/frexpl.m4: New file.
17324         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
17325         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
17326         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
17327         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
17328         (Depends-on): Add frexpl. Remove isnanl-nolibm.
17329         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
17330
17331 2007-03-22  Bruno Haible  <bruno@clisp.org>
17332
17333         * lib/frexpl.c: Share code with lib/frexp.c.
17334         * modules/mathl (Files): Add lib/frexp.c.
17335         (Depends-on): Add isnanl-nolibm.
17336
17337 2007-03-22  Bruno Haible  <bruno@clisp.org>
17338
17339         * modules/printf-frexp (Files): Add m4/frexp.m4.
17340         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
17341         only if the found frexp function actually works.
17342
17343 2007-03-22  Bruno Haible  <bruno@clisp.org>
17344
17345         * lib/frexp.c: Remove older implementation that uses divisions.
17346
17347 2007-03-21  Bruno Haible  <bruno@clisp.org>
17348
17349         * modules/frexp-tests: New file.
17350         * tests/test-frexp.c: New file.
17351
17352         * modules/frexp: New file.
17353         * lib/frexp.c: New file.
17354         * m4/frexp.m4: New file.
17355         * lib/math_.h (frexp): New declaration.
17356         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
17357         REPLACE_FREXP.
17358         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
17359
17360 2007-03-21  Bruno Haible  <bruno@clisp.org>
17361
17362         * modules/isnanl-tests: New file.
17363         * tests/test-isnanl.c: New file.
17364
17365         * modules/isnanl: New file.
17366         * lib/isnanl.h: New file.
17367         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
17368         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
17369         gl_FUNC_ISNANL_WORKS.
17370         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
17371         New macros.
17372
17373 2007-03-21  Bruno Haible  <bruno@clisp.org>
17374
17375         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
17376         lib/isnanl.h.
17377         (Include): Update.
17378         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
17379         * lib/vasnprintf.c: Update.
17380         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
17381         tests/test-isnanl.h, remove tests/test-isnanl.c.
17382         (Makefile.am): Update.
17383         * tests/test-isnanl-nolibm.c: New file.
17384         * tests/test-isnanl.h: New file.
17385         * tests/test-isnanl.c: Remove file.
17386
17387 2007-03-21  Jim Meyering  <jim@meyering.net>
17388
17389         When trying to open ".", treat ESTALE like EACCES.
17390         * lib/savewd.c (savewd_save): Resort to forking not just upon
17391         failure with EACCES, but also when errno is ESTALE.
17392
17393 2007-03-20  Bruno Haible  <bruno@clisp.org>
17394
17395         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
17396         Needed on AIX 5.1. Reported by Matthew Woehlke.
17397
17398 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
17399
17400         Suggestions by Bruno Haible:
17401         * lib/acl-internal.h: Include "gettext.h" rather than rolling
17402         our own.
17403         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
17404         * modules/acl (Depends-on): Add gettext.
17405
17406 2007-03-19  Bruno Haible  <bruno@clisp.org>
17407
17408         * modules/iconvme: Remove file.
17409         * lib/iconvme.h: Remove file.
17410         * lib/iconvme.c: Remove file.
17411         * m4/iconvme.m4: Remove file.
17412
17413 2007-03-19  Bruno Haible  <bruno@clisp.org>
17414
17415         * doc/relocatable-maint.texi: Break long shell script line.
17416         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
17417
17418 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
17419
17420         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
17421         handle file_has_acl.
17422         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
17423         * lib/acl.c: Move header inclusions and related macro defns into
17424         lib/acl-internal.h.
17425         (S_ISLNK): Remove defn, since that's now done for us.
17426         (file_has_acl): Move to lib/file-has-acl.c.
17427         Call acl_trivial if available.  This is the crucial part of the fix.
17428         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
17429         shared within the library.  Rewrite a bit, partly to make it compatible
17430         with the GNU coding style.
17431         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
17432         Remove unnecessary double-quotes.
17433         Don't test for acl_to_text; the build will catch that.
17434         Replace acl_entries if it doesn't exist and it is needed.
17435         Check for -lsec and acl_trivial (as used on Solaris 10).
17436         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
17437         lib/file-has-acl.c.
17438         (Depends-on): Add sys_stat, for S_ISLNK.
17439
17440 2007-03-19  Ben Pfaff  <blp@gnu.org>
17441
17442         * doc/gnulib.texi: Fix typos.
17443         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
17444
17445 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
17446
17447         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
17448         If size is zero here, buf must be zero.
17449
17450 2007-03-19  Simon Josefsson  <simon@josefsson.org>
17451
17452         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
17453         <bruno@clisp.org>.
17454
17455 2007-03-18  Bruno Haible  <bruno@clisp.org>
17456
17457         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
17458         Suggested by Eric Blake.
17459
17460 2007-03-18  Ben Pfaff  <blp@gnu.org>
17461
17462         * doc/relocatable.texi: Recommend using as prefix a directory
17463         that does not exist and will never be created.  Based on
17464         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
17465         and others.
17466
17467 2007-03-17  Bruno Haible  <bruno@clisp.org>
17468
17469         * lib/fchownat.c: Include lchown.h.
17470
17471 2007-03-17  Bruno Haible  <bruno@clisp.org>
17472
17473         Fix endless loop when the given allocated size was > INT_MAX.
17474         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
17475         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
17476         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
17477         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
17478         * lib/sprintf.c (sprintf): Likewise.
17479
17480 2007-03-17  Bruno Haible  <bruno@clisp.org>
17481
17482         * tests/test-argp-2.sh (func_compare): Output a context diff.
17483
17484 2007-03-17  Bruno Haible  <bruno@clisp.org>
17485
17486         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
17487         locale's decimal-point character.
17488
17489 2007-03-17  Bruno Haible  <bruno@clisp.org>
17490
17491         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
17492         before comparing it. Needed because on some platforms (e.g. x86) a
17493         'long double' occupies less bytes than sizeof (long double).
17494
17495 2007-03-17  Bruno Haible  <bruno@clisp.org>
17496
17497         * tests/test-crc.c (main): Make printf statements 64-bit clean.
17498         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
17499         * tests/test-getaddrinfo.c (simple): Likewise.
17500         * tests/test-read-file.c (main): Likewise.
17501
17502 2007-03-17  Bruno Haible  <bruno@clisp.org>
17503
17504         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
17505
17506 2007-03-17  Bruno Haible  <bruno@clisp.org>
17507
17508         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
17509         unused variable.
17510
17511 2007-03-17  Bruno Haible  <bruno@clisp.org>
17512
17513         * tests/test-c-strcasecmp.c: Include c-strcase.h.
17514         * tests/test-c-strncasecmp.c: Likewise.
17515
17516 2007-03-17  Bruno Haible  <bruno@clisp.org>
17517
17518         * modules/stdlib (Depends-on): Add unistd.
17519         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
17520         Needed for MacOS X 10.3.
17521
17522 2007-03-17  Bruno Haible  <bruno@clisp.org>
17523
17524         * lib/unistr/u-strdup.h: Include <stdlib.h>.
17525
17526 2007-03-17  Bruno Haible  <bruno@clisp.org>
17527
17528         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
17529
17530 2007-03-17  Bruno Haible  <bruno@clisp.org>
17531
17532         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
17533         to reflect files copied from gnulib (with or without modifications).
17534         Suggested by Jim Meyering.
17535
17536 2007-03-17  Eric Blake  <ebb9@byu.net>
17537
17538         * NEWS: Document stdlib change from 2007-02-18.
17539
17540 2007-03-17  Jim Meyering  <jim@meyering.net>
17541
17542         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
17543         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
17544         someone uses a name containing shell meta-characters.
17545         Reported by Alfred M. Szmidt.
17546
17547         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
17548
17549 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
17550
17551         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
17552         and copy gettext configuration files only if configure.ac contains
17553         a use of AM_GNU_GETTEXT_VERSION.
17554
17555 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
17556
17557         * build-aux/bootstrap (gnulib_name): New variable.
17558         (gnulib_tool_options): Use it.
17559
17560 2007-03-13  Simon Josefsson  <simon@josefsson.org>
17561
17562         * tests/test-des.c: Use new namespace.
17563
17564 2007-03-15  Bruno Haible  <bruno@clisp.org>
17565
17566         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
17567         Reported by James Youngman <jay@gnu.org>.
17568
17569 2007-03-15  Bruno Haible  <bruno@clisp.org>
17570
17571         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
17572         declared prototype. Needed with cc on OSF/1 5.1.
17573
17574 2007-03-15  Bruno Haible  <bruno@clisp.org>
17575
17576         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
17577         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
17578         (struct gl_list_implementation): Add dispose_fn argument to the
17579         'create_empty', 'create' methods.
17580         (struct gl_list_impl_base): Add field 'dispose_fn'.
17581         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
17582         argument.
17583         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
17584         dispose_fn argument.
17585         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
17586         dispose_fn on the dropped values.
17587         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
17588         dispose_fn argument.
17589         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
17590         dropped values.
17591         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
17592         (gl_tree_remove_node): Call dispose_fn on the dropped value.
17593         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
17594         (gl_tree_remove_node): Call dispose_fn on the dropped value.
17595         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
17596         argument.
17597         (gl_tree_list_free): Call dispose_fn on the dropped values.
17598         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
17599         the dropped values.
17600         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
17601         Add dispose_fn argument.
17602         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
17603         Call dispose_fn on the dropped values.
17604         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
17605         Add dispose_fn argument.
17606         (gl_sublist_create): Initialize the 'dispose_fn' field.
17607         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
17608         * tests/test-array_list.c (main): Update.
17609         * tests/test-carray_list.c (main): Update.
17610         * tests/test-avltree_list.c (main): Update.
17611         * tests/test-rbtree_list.c (main): Update.
17612         * tests/test-avltreehash_list.c (main): Update.
17613         * tests/test-rbtreehash_list.c (main): Update.
17614         * tests/test-linked_list.c (main): Update.
17615         * tests/test-linkedhash_list.c (main): Update.
17616         * tests/test-array_oset.c (main): Update.
17617
17618 2007-03-15  Bruno Haible  <bruno@clisp.org>
17619
17620         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
17621         (gl_oset_create_empty): Add dispose_fn argument.
17622         (struct gl_oset_implementation): Add dispose_fn argument to
17623         'create_empty' method.
17624         (struct gl_oset_impl_base): Add dispose_fn field.
17625         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
17626         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
17627         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
17628         values.
17629         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
17630         (gl_tree_oset_free): Call dispose_fn on the dropped values.
17631         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
17632         dropped value.
17633         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
17634         dropped value.
17635         * tests/test-array_oset.c (main): Update.
17636         * tests/test-avltree_oset.c (main): Update.
17637         * tests/test-rbtree_oset.c (main): Update.
17638         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
17639
17640 2007-03-13  Bruno Haible  <bruno@clisp.org>
17641
17642         * tests/test-stdbool.c (i): Update after last patch.
17643
17644 2007-03-12  Bruno Haible  <bruno@clisp.org>
17645
17646         * lib/quotearg.c: Include <wctype.h> early, before the definition of
17647         the iswprint macro. Needed on Solaris 2.5.1.
17648
17649 2007-03-12  Bruno Haible  <bruno@clisp.org>
17650
17651         * tests/test-printf-frexp.c (main): Declare x as volatile.
17652
17653 2007-03-12  Simon Josefsson  <simon@josefsson.org>
17654
17655         * doc/gnulib.texi (Build robot for gnulib): New section.
17656
17657 2007-03-12  Jim Meyering  <jim@meyering.net>
17658
17659         * build-aux/bootstrap: New file.
17660         * build-aux/bootstrap.conf: New file, from coreutils.
17661
17662 2007-03-11  Bruno Haible  <bruno@clisp.org>
17663
17664         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
17665
17666 2007-03-12  Simon Josefsson  <simon@josefsson.org>
17667
17668         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
17669         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
17670         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
17671
17672 2007-03-11  Bruno Haible  <bruno@clisp.org>
17673
17674         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
17675         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
17676
17677 2007-03-11  Bruno Haible  <bruno@clisp.org>
17678
17679         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
17680         formula. Needed for SunPRO C 5.0.
17681
17682 2007-03-11  Bruno Haible  <bruno@clisp.org>
17683
17684         * modules/long-options (Depends-on): Add getopt.
17685
17686 2007-03-11  Bruno Haible  <bruno@clisp.org>
17687
17688         * modules/modechange (Depends-on): Add stdbool.
17689
17690 2007-03-11  Bruno Haible  <bruno@clisp.org>
17691
17692         * modules/i-ring (Depends-on): Add stdbool.
17693
17694 2007-03-11  Bruno Haible  <bruno@clisp.org>
17695
17696         * modules/gc-des (Depends-on): Add stdbool.
17697
17698 2007-03-11  Bruno Haible  <bruno@clisp.org>
17699
17700         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
17701
17702 2007-03-11  Bruno Haible  <bruno@clisp.org>
17703
17704         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
17705
17706 2007-03-11  Bruno Haible  <bruno@clisp.org>
17707
17708         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
17709
17710 2007-03-11  Bruno Haible  <bruno@clisp.org>
17711
17712         * lib/vasnprintf.c (sprintf): Undefine.
17713
17714 2007-03-11  Bruno Haible  <bruno@clisp.org>
17715
17716         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
17717         initializers in SunPRO C and Compaq C compilers.
17718
17719 2007-03-11  Bruno Haible  <bruno@clisp.org>
17720
17721         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
17722         decrementing code ANSI C compliant.
17723
17724 2007-03-11  Bruno Haible  <bruno@clisp.org>
17725
17726         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
17727         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
17728
17729 2007-03-11  Bruno Haible  <bruno@clisp.org>
17730
17731         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
17732         <stdbool.h> substitute doesn't pass.
17733
17734 2007-03-11  Bruno Haible  <bruno@clisp.org>
17735
17736         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
17737
17738 2007-03-11  Bruno Haible  <bruno@clisp.org>
17739
17740         * gnulib-tool (func_create_megatestdir): Create also an autobuild
17741         script, for submission to autobuild.josefsson.org.
17742
17743 2007-03-10  Bruno Haible  <bruno@clisp.org>
17744
17745         * modules/canonicalize-lgpl-tests: New file.
17746         * tests/test-canonicalize-lgpl.sh: New file.
17747         * tests/test-canonicalize-lgpl.c: New file.
17748
17749         * modules/c-strcase-tests: New file.
17750         * tests/test-c-strcase.sh: New file.
17751         * tests/test-c-strcasecmp.c: New file.
17752         * tests/test-c-strncasecmp.c: New file.
17753
17754         * modules/atexit-tests: New file.
17755         * tests/test-atexit.sh: New file.
17756         * tests/test-atexit.c: New file.
17757
17758 2007-03-10  Bruno Haible  <bruno@clisp.org>
17759
17760         * tests/test-binary-io.sh: Use temporary filenames that are not so
17761         likely to clash with those of other tests (in a parallel make).
17762         * tests/test-binary-io.c: Likewise.
17763
17764 2007-03-10  Bruno Haible  <bruno@clisp.org>
17765
17766         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
17767         fallback; use #error instead.
17768         Suggested by Simon Josefsson.
17769
17770 2007-03-10  Bruno Haible  <bruno@clisp.org>
17771
17772         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
17773         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
17774         first and the last.
17775
17776 2007-03-10  Bruno Haible  <bruno@clisp.org>
17777
17778         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
17779
17780 2007-03-10  Bruno Haible  <bruno@clisp.org>
17781
17782         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
17783         "make distcheck".
17784         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
17785         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
17786         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
17787
17788 2007-03-10  Bruno Haible  <bruno@clisp.org>
17789
17790         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
17791         variable.
17792         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
17793         variable.
17794
17795 2007-03-09  Eric Blake  <ebb9@byu.net>
17796         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
17797
17798         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
17799         types are not being provided by gnulib.
17800         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
17801         types are supported.
17802
17803 2007-03-10  Bruno Haible  <bruno@clisp.org>
17804
17805         * lib/stdio_.h (__attribute__): New macro.
17806         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
17807         vsprintf): Specify __attribute__ __format__ for GCC.
17808         Suggested by Eric Blake.
17809
17810 2007-03-09  Bruno Haible  <bruno@clisp.org>
17811
17812         * modules/printf-posix-tests: New file.
17813         * tests/test-printf-posix.sh: New file.
17814         * tests/test-printf-posix.c: New file.
17815
17816         * modules/printf-posix: New file.
17817         * lib/printf.c: New file.
17818         * m4/printf-posix-rpl.m4: New file.
17819         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
17820         REPLACE_PRINTF.
17821         * lib/stdio_.h (printf): New declaration.
17822         (format, __format__, ____printf____, ____scanf____, ____strftime____,
17823         ____strfmon____): New macros.
17824         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
17825         REPLACE_PRINTF.
17826
17827 2007-03-09  Bruno Haible  <bruno@clisp.org>
17828
17829         * tests/test-vasnprintf-posix2.sh: New file.
17830         * tests/test-vasnprintf-posix2.c: New file.
17831         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
17832         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
17833         (Makefile.am): Activate test-vasnprintf-posix2.sh.
17834
17835         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
17836         a locale dependent decimal point, rather than always '.'.
17837
17838 2007-03-09  Eric Blake  <ebb9@byu.net>
17839
17840         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
17841         spite of platforms like Tandem/NSK that define it to -1.
17842
17843 2007-03-08  Bruno Haible  <bruno@clisp.org>
17844
17845         * modules/vprintf-posix-tests: New file.
17846         * tests/test-vprintf-posix.sh: New file.
17847         * tests/test-vprintf-posix.c: New file.
17848         * tests/test-printf-posix.h: New file.
17849
17850         * modules/vprintf-posix: New file.
17851         * lib/vprintf.c: New file.
17852         * m4/vprintf-posix.m4: New file.
17853         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
17854         REPLACE_VPRINTF.
17855         * lib/stdio_.h (vprintf): New declaration.
17856         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
17857         REPLACE_VPRINTF.
17858
17859 2007-03-08  Bruno Haible  <bruno@clisp.org>
17860
17861         * modules/fprintf-posix-tests: New file.
17862         * tests/test-fprintf-posix.sh: New file.
17863         * tests/test-fprintf-posix.c: New file.
17864
17865         * modules/fprintf-posix: New file.
17866         * lib/fprintf.c: New file.
17867         * m4/fprintf-posix.m4: New file.
17868         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
17869         REPLACE_FPRINTF.
17870         * lib/stdio_.h (fprintf): New declaration.
17871         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
17872         REPLACE_FPRINTF.
17873
17874 2007-03-08  Bruno Haible  <bruno@clisp.org>
17875
17876         * modules/vfprintf-posix-tests: New file.
17877         * tests/test-vfprintf-posix.sh: New file.
17878         * tests/test-vfprintf-posix.c: New file.
17879         * tests/test-fprintf-posix.h: New file.
17880         * tests/test-fprintf-posix.out: New file.
17881
17882         * modules/vfprintf-posix: New file.
17883         * lib/vfprintf.c: New file.
17884         * m4/vfprintf-posix.m4: New file.
17885         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
17886         REPLACE_VFPRINTF.
17887         * lib/stdio_.h (vfprintf): New declaration.
17888         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
17889         REPLACE_VFPRINTF.
17890
17891 2007-03-08  Bruno Haible  <bruno@clisp.org>
17892
17893         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
17894
17895 2007-03-08  Bruno Haible  <bruno@clisp.org>
17896
17897         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
17898         instead of 'expr' invocations.
17899         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17900         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17901         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17902         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17903         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17904         Suggested by Paul Eggert.
17905
17906 2007-03-08  Bruno Haible  <bruno@clisp.org>
17907
17908         * modules/fseterr-tests: New file.
17909         * tests/test-fseterr.c: New file.
17910
17911         * modules/fseterr: New file.
17912         * lib/fseterr.h: New file.
17913         * lib/fseterr.c: New file.
17914
17915 2007-03-08  Bruno Haible  <bruno@clisp.org>
17916
17917         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
17918         * lib/getopt_.h: Likewise.
17919         * lib/mbswidth.h: Likewise.
17920         * lib/setenv.h: Likewise.
17921         * lib/vasnprintf.h: Likewise.
17922         * lib/vasprintf.h: Likewise.
17923         * lib/verror.h: Likewise.
17924         * lib/xsetenv.h: Likewise.
17925         * lib/xvasprintf.h: Likewise.
17926
17927 2007-03-08  Jim Meyering  <jim@meyering.net>
17928
17929         * users.txt: Add parted.
17930
17931         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
17932
17933 2007-03-07  Bruno Haible  <bruno@clisp.org>
17934
17935         * m4/printf.m4: Make the shell script snippets copy&pastable.
17936
17937 2007-03-02  Bruno Haible  <bruno@clisp.org>
17938
17939         * lib/netinet_in_.h: New file.
17940         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
17941         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
17942         * modules/netinet_in (Files): Add lib/netinet_in_.h.
17943         (Depends-on): Add absolute-header.
17944         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
17945         into netinet/in.h.
17946
17947 2007-03-03  Bruno Haible  <bruno@clisp.org>
17948
17949         * lib/sys_select_.h: New file.
17950         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
17951         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
17952         * modules/sys_select (Files): Add lib/sys_select_.h.
17953         (Depends-on): Add absolute-header.
17954         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
17955         into sys/select.h.
17956
17957 2007-03-02  Bruno Haible  <bruno@clisp.org>
17958
17959         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
17960         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
17961         values.
17962         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
17963         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
17964         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
17965         * modules/sys_socket (Depends-on): Add absolute-header.
17966         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
17967         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
17968         (Include): Remove requirement of inclusion of <sys/types.h>.
17969
17970 2007-03-02  Bruno Haible  <bruno@clisp.org>
17971
17972         * lib/byteswap_.h (bswap_32): Fix formula.
17973
17974 2007-03-06  Bruno Haible  <bruno@clisp.org>
17975
17976         * modules/sprintf-posix-tests: New file.
17977         * tests/test-sprintf-posix.c: New file.
17978
17979         * modules/sprintf-posix: New file.
17980         * lib/sprintf.c: New file.
17981         * m4/sprintf-posix.m4: New file.
17982         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
17983         REPLACE_SPRINTF.
17984         * lib/stdio_.h (sprintf): New declaration.
17985         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
17986         REPLACE_SPRINTF.
17987
17988 2007-03-06  Bruno Haible  <bruno@clisp.org>
17989
17990         * modules/vsprintf-posix-tests: New file.
17991         * tests/test-vsprintf-posix.c: New file.
17992         * tests/test-sprintf-posix.h: New file.
17993
17994         * modules/vsprintf-posix: New file.
17995         * lib/vsprintf.c: New file.
17996         * m4/vsprintf-posix.m4: New file.
17997         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
17998         REPLACE_VSPRINTF.
17999         * lib/stdio_.h (vsprintf): New declaration.
18000         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
18001         REPLACE_VSPRINTF.
18002
18003 2007-03-06  Bruno Haible  <bruno@clisp.org>
18004
18005         * modules/vsnprintf (Depend-on): Remove minmax.
18006
18007 2007-03-06  Bruno Haible  <bruno@clisp.org>
18008
18009         * modules/snprintf-posix-tests: New file.
18010         * tests/test-snprintf-posix.c: New file.
18011
18012         * modules/snprintf-posix: New file.
18013         * m4/snprintf-posix.m4: New file.
18014         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
18015         gl_FUNC_SNPRINTF.
18016         (gl_FUNC_SNPRINTF): Invoke it.
18017         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
18018         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
18019         is set.
18020         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
18021
18022 2007-03-06  Bruno Haible  <bruno@clisp.org>
18023
18024         * modules/vsnprintf-posix-tests: New file.
18025         * tests/test-vsnprintf-posix.c: New file.
18026         * tests/test-snprintf-posix.h: New file.
18027
18028         * modules/vsnprintf-posix: New file.
18029         * m4/vsnprintf-posix.m4: New file.
18030         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
18031         gl_FUNC_VSNPRINTF.
18032         (gl_FUNC_VSNPRINTF): Invoke it.
18033         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
18034         * lib/stdio_.h (vsnprintf): Define as a replacement if
18035         REPLACE_VSNPRINTF is set.
18036         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
18037
18038 2007-03-06  Bruno Haible  <bruno@clisp.org>
18039
18040         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
18041         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
18042
18043 2007-03-06  Bruno Haible  <bruno@clisp.org>
18044
18045         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
18046         (asinl): Declare also if HAVE_DECL_ASINL is set.
18047         (atanl): Declare also if HAVE_DECL_ATANL is set.
18048         (ceill): Declare also if HAVE_DECL_CEILL is set.
18049         (cosl): Declare also if HAVE_DECL_COSL is set.
18050         (expl): Declare also if HAVE_DECL_EXPL is set.
18051         (floorl): Declare also if HAVE_DECL_FLOORL is set.
18052         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
18053         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
18054         (logl): Declare also if HAVE_DECL_LOGL is set.
18055         (sinl): Declare also if HAVE_DECL_SINL is set.
18056         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
18057         (tanl): Declare also if HAVE_DECL_TANL is set.
18058         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
18059         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
18060         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
18061         declaration of frexpl, ldexpl.
18062         * modules/printf-frexpl (Depends-on): Add math.
18063         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
18064
18065 2007-03-05  Bruno Haible  <bruno@clisp.org>
18066
18067         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
18068         frexpl and ldexpl are declared.
18069         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
18070
18071 2007-03-05  Bruno Haible  <bruno@clisp.org>
18072
18073         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
18074         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
18075
18076 2007-03-05  Bruno Haible  <bruno@clisp.org>
18077
18078         * lib/stdio_.h: Include <stddef.h>.
18079
18080 2007-03-05  Bruno Haible  <bruno@clisp.org>
18081
18082         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
18083
18084 2007-03-05  Bruno Haible  <bruno@clisp.org>
18085
18086         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
18087         NetBSD 4, from Ralf Wildenhues.
18088
18089 2007-03-04  Bruno Haible  <bruno@clisp.org>
18090
18091         * lib/vasprintf.h: Update #if logic for the case when the functions
18092         exist but are overridden.
18093
18094 2007-03-04  Bruno Haible  <bruno@clisp.org>
18095
18096         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
18097         implementations: glibc-2.4 and MacOS X 10.3.
18098         * tests/test-vasnprintf-posix.c (test_function): Test also the case
18099         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
18100         * tests/test-vasprintf-posix.c (test_function): Likewise.
18101
18102 2007-03-04  Bruno Haible  <bruno@clisp.org>
18103
18104         * modules/vasprintf-posix-tests: New file.
18105         * tests/test-vasprintf-posix.c: New file.
18106
18107         * modules/vasprintf-posix: New file.
18108         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
18109         defined.
18110         * m4/vasprintf-posix.m4: New file.
18111         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
18112         gl_FUNC_VASPRINTF.
18113         (gl_FUNC_VASPRINTF): Invoke it.
18114         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
18115         here.
18116         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
18117
18118 2007-03-04  Bruno Haible  <bruno@clisp.org>
18119
18120         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
18121         REPLACE_GETTIMEOFDAY.
18122         * modules/sys_time (Makefile.am): Likewise.
18123         * m4/sys_time_h.m4: Likewise.
18124         * m4/gettimeofday.m4: Likewise.
18125
18126 2007-03-04  Bruno Haible  <bruno@clisp.org>
18127
18128         * modules/vasnprintf-posix-tests: New file.
18129         * tests/test-vasnprintf-posix.c: New file.
18130
18131         * modules/vasnprintf-posix: New file.
18132         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
18133         printf-frexpl.h.
18134         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
18135         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
18136         REPLACE_VASNPRINTF is defined.
18137         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
18138         gl_FUNC_VASNPRINTF.
18139         (gl_FUNC_VASNPRINTF): Invoke it.
18140         * m4/vasnprintf-posix.m4: New file.
18141         * m4/printf.m4: New file.
18142
18143 2007-03-04  Bruno Haible  <bruno@clisp.org>
18144
18145         Compile progreloc.c only if --enable-relocatable is specified.
18146         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
18147         if --enable-relocatable was specified.
18148         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
18149         lib_SOURCES.
18150
18151 2007-03-04  Jim Meyering  <jim@meyering.net>
18152
18153         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
18154         Use it consistently, rather than enumerating errno constants.
18155
18156 2007-03-04  Bruno Haible  <bruno@clisp.org>
18157
18158         * modules/xvasprintf-tests: New file.
18159         * tests/test-xvasprintf.c: New file.
18160
18161         * modules/vasprintf-tests: New file.
18162         * tests/test-vasprintf.c: New file.
18163
18164         * modules/vasnprintf-tests: New file.
18165         * tests/test-vasnprintf.c: New file.
18166
18167         * modules/vsnprintf-tests: New file.
18168         * tests/test-vsnprintf.c: New file.
18169
18170         * modules/snprintf-tests: New file.
18171         * tests/test-snprintf.c: New file.
18172
18173 2007-03-04  Bruno Haible  <bruno@clisp.org>
18174
18175         Compile relocatable.c only if --enable-relocatable is specified.
18176         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
18177         gl_RELOCATABLE_LIBRARY.
18178         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
18179         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
18180         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
18181         gl_RELOCATABLE_LIBRARY.
18182         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
18183         (Makefile.am): Remove lib_SOURCES.
18184         * modules/relocatable-lib-lgpl (configure.ac): Invoke
18185         gl_RELOCATABLE_LIBRARY.
18186         (Makefile.am): Remove lib_SOURCES.
18187         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
18188         always.
18189         * modules/relocatable-prog-wrapper (configure.ac): Invoke
18190         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
18191
18192 2007-03-04  Bruno Haible  <bruno@clisp.org>
18193
18194         * modules/argmatch-tests: New file.
18195         * tests/test-argmatch.c: New file.
18196
18197         * tests/test-allocsa.c (main): Halve the number of loop runs.
18198
18199         * modules/alloca-opt-tests: New file.
18200         * tests/test-alloca-opt.c: New file.
18201
18202 2007-03-04  Jim Meyering  <jim@meyering.net>
18203
18204         Work around difference between Linux ACLs and Solaris 10 ZFS.
18205         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
18206         for EINVAL.
18207
18208 2007-03-03  Bruno Haible  <bruno@clisp.org>
18209
18210         * modules/relocatable-prog (Depends-on): Add back progreloc's
18211         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
18212
18213 2007-03-03  Bruno Haible  <bruno@clisp.org>
18214
18215         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
18216         * modules/relocatable-lib: New file.
18217
18218 2007-03-03  Bruno Haible  <bruno@clisp.org>
18219
18220         * modules/relocatable-prog: Renamed from modules/relocatable.
18221         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
18222
18223 2007-03-03  Bruno Haible  <bruno@clisp.org>
18224
18225         * modules/relocatable-script (Files): Add doc/relocatable.texi,
18226         m4/relocatable-lib.m4.
18227         (Depends-on): Remove 'relocatable'.
18228         (configure.ac): Add gl_RELOCATABLE_NOP.
18229
18230 2007-03-03  Bruno Haible  <bruno@clisp.org>
18231
18232         * modules/relocatable-prog-wrapper: New file.
18233         * modules/relocatable (Depends-on): Add it. Remove all other
18234         dependencies except progname.
18235         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
18236
18237         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
18238         (gl_FUNC_STRERROR): Nop.
18239         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
18240
18241         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
18242         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
18243
18244         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
18245         (gl_FUNC_READLINK): Update.
18246
18247         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
18248
18249 2007-03-03  Bruno Haible  <bruno@clisp.org>
18250
18251         * lib/xreadlink.c: Include <unistd.h> unconditionally.
18252         * modules/xreadlink (Depends-on): Add unistd.
18253         * modules/xreadlink-with-size (Depends-on): Likewise.
18254
18255 2007-03-03  Bruno Haible  <bruno@clisp.org>
18256
18257         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
18258         extracted from gt_FUNC_SETENV.
18259         (gt_FUNC_SETENV): Remove macro.
18260         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
18261         remove gt_FUNC_SETENV.
18262
18263 2007-03-03  Bruno Haible  <bruno@clisp.org>
18264
18265         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
18266         ENABLE_RELOCATABLE here.
18267         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
18268
18269 2007-03-03  Bruno Haible  <bruno@clisp.org>
18270
18271         * modules/rbtreehash-list-tests (Depends-on): Add progname.
18272         * tests/test-rbtreehash_list.c: Include progname.h.
18273         (main): Call set_program_name.
18274
18275         * modules/rbtree-oset-tests (Depends-on): Add progname.
18276         * tests/test-rbtree_oset.c: Include progname.h.
18277         (main): Call set_program_name.
18278
18279         * modules/rbtree-list-tests (Depends-on): Add progname.
18280         * tests/test-rbtree_list.c: Include progname.h.
18281         (main): Call set_program_name.
18282
18283         * modules/linked-list-tests (Depends-on): Add progname.
18284         * tests/test-linked_list.c: Include progname.h.
18285         (main): Call set_program_name.
18286
18287 2007-03-03  Bruno Haible  <bruno@clisp.org>
18288
18289         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
18290         All uses of __restrict changed to _Restrict_.
18291         * lib/glob_.h (__restrict): Remove macro.
18292
18293 2007-03-02  Bruno Haible  <bruno@clisp.org>
18294
18295         * modules/gettext (configure.ac): Require gettext infrastructure
18296         from version 0.16.1.
18297
18298 2007-03-02  Bruno Haible  <bruno@clisp.org>
18299
18300         * modules/linkedhash-list-tests (Depends-on): Add progname.
18301         * tests/test-linkedhash_list.c: Include progname.h.
18302         (main): Call set_program_name.
18303
18304         * modules/carray-list-tests (Depends-on): Add progname.
18305         * tests/test-carray_list.c: Include progname.h.
18306         (main): Call set_program_name.
18307
18308         * modules/avltreehash-list-tests (Depends-on): Add progname.
18309         * tests/test-avltreehash_list.c: Include progname.h.
18310         (main): Call set_program_name.
18311
18312         * modules/avltree-oset-tests (Depends-on): Add progname.
18313         * tests/test-avltree_oset.c: Include progname.h.
18314         (main): Call set_program_name.
18315
18316         * modules/avltree-list-tests (Depends-on): Add progname.
18317         * tests/test-avltree_list.c: Include progname.h.
18318         (main): Call set_program_name.
18319
18320         * modules/array-oset-tests (Depends-on): Add progname.
18321         * tests/test-array_oset.c: Include progname.h.
18322         (main): Call set_program_name.
18323
18324         * modules/array-list-tests (Depends-on): Add progname.
18325         * tests/test-array_list.c: Include progname.h.
18326         (main): Call set_program_name.
18327
18328         * modules/argp-tests (Depends-on): Add progname.
18329         * tests/test-argp.c: Include argp.h first. Include progname.h.
18330         (main): Call set_program_name.
18331
18332 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
18333
18334         * doc/gnulib-tool.texi (Initial import): Reword description of
18335         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
18336         limited effect even if defined after the first system include.
18337
18338 2007-03-01  Bruno Haible  <bruno@clisp.org>
18339
18340         * build-aux/config.libpath: Update to libtool-1.5.22.
18341         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18342
18343 2007-03-01  Bruno Haible  <bruno@clisp.org>
18344
18345         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
18346         foo_CFLAGS.
18347         Reported by Ralf Wildenhues.
18348
18349 2007-03-01  Bruno Haible  <bruno@clisp.org>
18350
18351         * build-aux/install-reloc: Remove object files left over by some
18352         compilers.
18353         Reported by Ralf Wildenhues.
18354
18355 2007-03-01  Bruno Haible  <bruno@clisp.org>
18356
18357         * build-aux/install-reloc: Break long lines.
18358
18359 2007-03-01  Bruno Haible  <bruno@clisp.org>
18360
18361         * doc/relocatable.texi: Document that it may not work on OpenBSD.
18362         Reported by Ralf Wildenhues.
18363
18364 2007-03-01  Bruno Haible  <bruno@clisp.org>
18365
18366         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
18367         include ordering constraints.
18368
18369 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18370
18371         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
18372         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
18373         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
18374         as another example.
18375         * lib/time_.h: Fix misspelling.
18376         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
18377         Require gl_HEADER_TIME_H_DEFAULTS.
18378         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
18379         * m4/time_r.m4 (gl_TIME_R): Likewise.
18380         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
18381
18382 2007-03-01  Bruno Haible  <bruno@clisp.org>
18383
18384         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
18385         * m4/utimens.m4 (gl_UTIMENS): Likewise.
18386
18387 2007-03-01  Jim Meyering  <jim@meyering.net>
18388
18389         * modules/xreadlink (Maintainer): Add my name.
18390         * modules/xreadlink-with-size (Depends-on): Alphabetize.
18391
18392 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
18393             Bruno Haible  <bruno@clisp.org>
18394
18395         * build-aux/install-reloc: Compile also c-ctype.c.
18396         * build-aux/relocatable.sh.in: New file.
18397         * doc/relocatable.texi: New file.
18398         * doc/relocatable-maint.texi: New file.
18399         * doc/gnulib.texi: Include relocatable-maint.texi.
18400         * lib/progreloc.c: Include unistd.h unconditionally.
18401         * lib/relocwrapper.c: Include unistd.h unconditionally.
18402         Include c-ctype.h.
18403         (add_dotbin): Use c_tolower.
18404         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
18405         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
18406         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
18407         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
18408         to m4/relocatable-lib.m4.
18409         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
18410         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
18411         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
18412         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
18413         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
18414         * modules/relocatable: New file.
18415         * modules/relocatable-lib: New file.
18416         * modules/relocatable-script: New file.
18417
18418 2007-02-28  Bruno Haible  <bruno@clisp.org>
18419
18420         Import --enable-relocatable infrastructure.
18421         * build-aux/config.libpath: New file, from GNU gettext.
18422         * build-aux/install-reloc: New file, from GNU gettext.
18423         * build-aux/reloc-ldflags: New file, from GNU gettext.
18424         * lib/relocatable.h: New file, from GNU gettext.
18425         * lib/relocatable.c: New file, from GNU gettext.
18426         * lib/relocwrapper.c: New file, from GNU gettext.
18427         * m4/relocatable.m4: New file, from GNU gettext.
18428
18429 2007-02-28  Bruno Haible  <bruno@clisp.org>
18430
18431         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
18432
18433         * modules/xreadlink: New file, from GNU gettext with modifications.
18434         * lib/xreadlink.c: New file, from GNU gettext.
18435         * lib/xreadlink.h: Add comments.
18436         (xreadlink): New declaration.
18437
18438         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
18439         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
18440         lib/xreadlink-with-size.c.
18441         (configure.ac): Remove gl_XREADLINK invocation.
18442         (Makefile.am): Augment lib_SOURCES.
18443         * m4/xreadlink.m4: Remove file.
18444         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
18445         (xreadlink_with_size): Renamed from xreadink.
18446         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
18447         * modules/canonicalize (Depends-on): Replace xreadlink with
18448         xreadlink-with-size.
18449         * lib/canonicalize.c (canonicalize_filename_mode): Update.
18450
18451 2007-02-25  Jim Meyering  <jim@meyering.net>
18452
18453         * build-aux/announce-gen: When complaining about excess arguments,
18454         list them.
18455
18456 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
18457
18458         * README: Document signed integer overflow situation more
18459         accurately.
18460
18461 2007-02-25  Bruno Haible  <bruno@clisp.org>
18462
18463         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
18464         'a' or 'A' conversion.
18465
18466 2007-02-25  Bruno Haible  <bruno@clisp.org>
18467
18468         * modules/filename: Renamed from modules/pathname.
18469         (Files): Replace lib/pathname.h with lib/filename.h. Replace
18470         lib/concatpath.c with lib/concat-filename.c.
18471         (Makefile.am): Update.
18472         (Include): Replace pathname.h with filename.h.
18473         * lib/filename.h: Renamed from lib/pathname.h.
18474         (concatenated_filename): Renamed from concatenated_pathname.
18475         * lib/concat-filename.c: Renamed from lib/concatpath.c.
18476         (concatenated_filename): Renamed from concatenated_pathname.
18477         * lib/findprog.c: Include filename.h instead of pathname.h.
18478         (find_in_path): Update.
18479         * lib/javacomp.c: Include filename.h instead of pathname.h.
18480         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
18481         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
18482         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
18483         is_oldgcj_14_13_usable, is_javac_usable): Update.
18484         * lib/javaexec.c: Include filename.h instead of pathname.h.
18485         (execute_java_class): Update.
18486         * modules/findprog: Update.
18487         * modules/javacomp: Update.
18488         * modules/javaexec: Update.
18489         * MODULES.html.sh (File system functions): Add 'filename', remove
18490         'pathname'.
18491
18492 2007-02-25  Bruno Haible  <bruno@clisp.org>
18493
18494         * modules/printf-frexpl-tests: New file.
18495         * tests/test-printf-frexpl.c: New file.
18496
18497         * modules/printf-frexpl: New file.
18498         * lib/printf-frexpl.h: New file.
18499         * lib/printf-frexpl.c: New file.
18500         * m4/printf-frexpl.m4: New file.
18501
18502 2007-02-25  Bruno Haible  <bruno@clisp.org>
18503
18504         * modules/printf-frexp-tests: New file.
18505         * tests/test-printf-frexp.c: New file.
18506
18507         * modules/printf-frexp: New file.
18508         * lib/printf-frexp.h: New file.
18509         * lib/printf-frexp.c: New file.
18510         * m4/printf-frexp.m4: New file.
18511
18512 2007-02-25  Bruno Haible  <bruno@clisp.org>
18513
18514         Assume automake >= 1.10 for the tests.
18515         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
18516         * modules/arctwo-tests: Likewise.
18517         * modules/argp-tests: Likewise.
18518         * modules/avltree-list-tests: Likewise.
18519         * modules/avltree-oset-tests: Likewise.
18520         * modules/avltreehash-list-tests: Likewise.
18521         * modules/carray-list-tests: Likewise.
18522         * modules/crc-tests: Likewise.
18523         * modules/des-tests: Likewise.
18524         * modules/gc-arcfour-tests: Likewise.
18525         * modules/gc-arctwo-tests: Likewise.
18526         * modules/gc-des-tests: Likewise.
18527         * modules/gc-hmac-md5-tests: Likewise.
18528         * modules/gc-hmac-sha1-tests: Likewise.
18529         * modules/gc-md2-tests: Likewise.
18530         * modules/gc-md4-tests: Likewise.
18531         * modules/gc-md5-tests: Likewise.
18532         * modules/gc-pbkdf2-sha1-tests: Likewise.
18533         * modules/gc-rijndael-tests: Likewise.
18534         * modules/gc-sha1-tests: Likewise.
18535         * modules/gc-tests: Likewise.
18536         * modules/getaddrinfo-tests: Likewise.
18537         * modules/hmac-md5-tests: Likewise.
18538         * modules/hmac-sha1-tests: Likewise.
18539         * modules/linked-list-tests: Likewise.
18540         * modules/linkedhash-list-tests: Likewise.
18541         * modules/lock-tests: Likewise.
18542         * modules/md2-tests: Likewise.
18543         * modules/md4-tests: Likewise.
18544         * modules/md5-tests: Likewise.
18545         * modules/rbtree-list-tests: Likewise.
18546         * modules/rbtree-oset-tests: Likewise.
18547         * modules/rbtreehash-list-tests: Likewise.
18548         * modules/read-file-tests: Likewise.
18549         * modules/rijndael-tests: Likewise.
18550         * modules/stdint-tests: Likewise.
18551         * modules/tls-tests: Likewise.
18552
18553 2007-02-24  Bruno Haible  <bruno@clisp.org>
18554
18555         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
18556         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
18557         function; instead check whether isnan with a double argument links.
18558         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
18559         function; instead check whether isnan with a 'long double' argument
18560         links.
18561         Reported by Eric Blake <ebb9@byu.net>.
18562
18563 2007-02-24  Bruno Haible  <bruno@clisp.org>
18564
18565         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
18566         defined.
18567         * lib/isnanl.c: Remove all code. Just include isnan.c.
18568         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
18569
18570 2007-02-25  Jim Meyering  <jim@meyering.net>
18571
18572         Avoid conflicting types for 'unsetenv' on FreeBSD.
18573         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
18574         conflicting with FreeBSD's (5.0 and 6.1) function declaration
18575         in stdlib.h.
18576
18577 2007-02-24  Bruno Haible  <bruno@clisp.org>
18578
18579         * modules/isnanl-nolibm-tests: New file.
18580         * tests/test-isnanl.c: New file.
18581
18582         * modules/isnanl-nolibm: New file.
18583         * lib/isnanl.h: New file.
18584         * lib/isnanl.c: New file.
18585         * m4/isnanl.m4: New file.
18586
18587 2007-02-24  Bruno Haible  <bruno@clisp.org>
18588
18589         * modules/isnan-nolibm-tests: New file.
18590         * tests/test-isnan.c: New file.
18591
18592         * modules/isnan-nolibm: New file.
18593         * lib/isnan.h: New file.
18594         * lib/isnan.c: New file.
18595         * m4/isnan.m4: New file.
18596
18597 2007-02-24  Bruno Haible  <bruno@clisp.org>
18598
18599         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
18600         assume that an exponent fits in 20 bits.
18601
18602 2007-02-24  Jim Meyering  <jim@meyering.net>
18603
18604         * m4/regex.m4: Update the description of the configure-time option,
18605         --without-included-regex, to state accurately what the defaults are,
18606         and perhaps to give people an idea why using this option is risky.
18607
18608 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
18609
18610         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
18611         loops on small arguments.  This attempts to avoid the problem
18612         Bruno Haible reported for AIX 4.3.2 in
18613         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
18614
18615 2007-02-23  Bruno Haible  <bruno@clisp.org>
18616
18617         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
18618         Needed for help2man.
18619
18620 2007-02-23  Karl Berry  <karl@gnu.org>
18621
18622         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
18623         exists, foo.h should be cvs-ignored, not committed.
18624
18625 2007-02-23  Eric Blake  <ebb9@byu.net>
18626
18627         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
18628         * lib/stat-time.h (includes): Likewise.
18629         * lib/utimecmp.c (includes): Likewise.
18630         * lib/utimens.h (includes): Likewise.
18631         * lib/getdate.y (includes): Also include "timespec.h" for use
18632         internal to the module.
18633         * modules/utimens (Depends-on): Revert yesterday's patch.
18634         * modules/nanosleep (Depends-on): Add missing dependency.
18635
18636 2007-02-22  Bruno Haible  <bruno@clisp.org>
18637
18638         * lib/glob.c: Don't include getlogin_r.h.
18639
18640 2007-02-22  Jim Meyering  <jim@meyering.net>
18641
18642         * modules/utimens (Depends-on): Add timespec, required for
18643         utimens.h's inclusion of timespec.h.
18644
18645 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
18646
18647         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
18648         long unreadable paths in GNU/Linux.  Problem reported by Andreas
18649         Schwab in
18650         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
18651         I'll try to think of a better way to fix the Solaris problem.
18652
18653         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
18654         like glibc; on Solaris 10, it fails with errno == EINVAL.
18655         POSIX says the behavior is unspecified if the first argument is NULL,
18656         so play it safe and never pass NULL to the system getcwd.
18657
18658 2007-02-21  Jim Meyering  <jim@meyering.net>
18659
18660         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
18661         of gettimeofday.  It would conflict with the one now always
18662         provided via sys_time_.h.  Reported by Matthew Woehlke, as
18663         an IRIX 6.5 build failure.
18664
18665 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
18666
18667         Minor fixups to port to Solaris 10 with Sun C 5.8.
18668         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
18669         * modules/getcwd (Depends-on): Add dirfd.
18670         * lib/putenv.c (putenv): #undef it.
18671         (rpl_putenv): New decl.
18672         (malloc, free): Include <stdlib.h> rather than prototyping separately.
18673
18674 2007-02-20  Bruno Haible  <bruno@clisp.org>
18675
18676         * modules/stdio-tests: New file.
18677         * tests/test-stdio.c: New file.
18678
18679         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
18680         (Depends-on): Add stdio.
18681         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
18682         (Include): Use <stdio.h> instead of vsnprintf.h.
18683         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
18684         HAVE_DECL_VSNPRINTF.
18685         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
18686
18687         * modules/snprintf (Files): Remove lib/snprintf.h.
18688         (Depends-on): Add stdio.
18689         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
18690         (Include): Use <stdio.h> instead of snprintf.h.
18691         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
18692         HAVE_DECL_SNPRINTF.
18693         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
18694         * lib/getaddrinfo.c: Likewise.
18695
18696         * modules/stdio: New file.
18697         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
18698         * lib/snprintf.h: Remove file.
18699         * lib/vsnprintf.h: Remove file.
18700         * lib/.cppi-disable: Remove snprintf.h.
18701         * m4/stdio_h.m4: New file.
18702         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
18703
18704 2007-02-20  Jim Meyering  <jim@meyering.net>
18705
18706         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
18707         used by e.g., mingw.  From Bruno Haible.
18708
18709 2007-02-19  Bruno Haible  <bruno@clisp.org>
18710
18711         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
18712         warnings.
18713         Reported by Ben Pfaff <blp@cs.stanford.edu>.
18714
18715 2007-02-19  Bruno Haible  <bruno@clisp.org>
18716
18717         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
18718         from mingw users.
18719
18720 2007-02-19  Bruno Haible  <bruno@clisp.org>
18721
18722         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
18723         warnings.
18724         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
18725
18726 2007-02-19  Jim Meyering  <jim@meyering.net>
18727
18728         Don't use FD after a successful "fdopendir (fd)".
18729         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
18730         Reset it by calling dirfd on the just-obtained DIR*.
18731
18732         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
18733         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
18734
18735 2007-02-18  Bruno Haible  <bruno@clisp.org>
18736
18737         * lib/readlink.c: Include <unistd.h>.
18738         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
18739         HAVE_READLINK.
18740         * modules/readlink (Depends-on): Add unistd.
18741         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18742         (Include): Add <unistd.h>.
18743
18744         * lib/getlogin_r.h: Remove file.
18745         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
18746         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
18747         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
18748         HAVE_DECL_GETLOGIN_R.
18749         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
18750         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18751         (Include): Use <unistd.h> instead of getlogin_r.h.
18752
18753         * lib/getcwd.h: Remove file.
18754         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
18755         * lib/xgetcwd.c: Likewise.
18756         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
18757         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
18758         * modules/getcwd (Files): Remove lib/getcwd.h.
18759         (Depends-on): Add unistd.
18760         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18761         (Include): Use <unistd.h> instad of getcwd.h.
18762
18763         * lib/ftruncate.c: Include <unistd.h> first.
18764         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
18765         Set HAVE_FTRUNCATE.
18766         * modules/ftruncate (Depends-on): Add unistd.
18767         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18768
18769         * lib/fchdir.c: Include <unistd.h> first.
18770         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
18771         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
18772         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
18773         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18774         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
18775
18776         * lib/dup2.c: Include <unistd.h> first.
18777         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
18778         HAVE_DUP2.
18779         * modules/dup2 (Depends-on): Add unistd.
18780         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18781
18782         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
18783         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
18784         REPLACE_CHOWN. Don't define chown as a macro here.
18785         * modules/chown (Depends-on): Add unistd.
18786         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18787
18788         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
18789         Add definition for GL_LINK_WARNING.
18790         (chown, dup2): New declarations.
18791         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
18792         link warning.
18793         (ftruncate): New declaration.
18794         (getcwd): New declaration, taken from old getcwd.h.
18795         (getlogin_r): New declaration, taken from old getlogin_r.h.
18796         (readlink): New declaration.
18797         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
18798         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
18799         (gl_PREREQ_UNISTD): Remove macro.
18800         (gl_UNISTD_MODULE_INDICATOR): New macro.
18801         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
18802         many new variables. Don't set UNISTD_H.
18803         * modules/unistd (Description): Change.
18804         (Depends-on): Add link-warning.
18805         (configure.ac): Update.
18806         (Makefile.am): Create unistd.h always. Substitute many new variables
18807         into it.
18808
18809 2007-02-18  Bruno Haible  <bruno@clisp.org>
18810
18811         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
18812         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
18813         HAVE_GETSUBOPT.
18814         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
18815         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
18816         * lib/getsubopt.h: Remove file.
18817         * modules/getsubopt (Files): Remove lib/getsubopt.h.
18818         (Depends-on): Add stdlib.
18819         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18820         (Includes): Use <stdlib.h> instead of getsubopt.h.
18821         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
18822         Set HAVE_GETSUBOPT.
18823         * lib/getsubopt.c: Don't include getsubopt.h.
18824
18825 2007-02-18  Bruno Haible  <bruno@clisp.org>
18826
18827         * modules/fchdir (Depends-on): Add dup2.
18828
18829 2007-02-18  Bruno Haible  <bruno@clisp.org>
18830
18831         * lib/stdlib_.h: Handle glibc's special invocation convention
18832         specially.
18833
18834 2007-02-18  Bruno Haible  <bruno@clisp.org>
18835
18836         * modules/stdlib-tests: New file.
18837         * tests/test-stdlib.c: New file.
18838
18839         * modules/mkstemp (Files): Remove lib/mkstemp.h.
18840         (Depends-on): Add stdlib.
18841         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18842         (Includes): Use <stdlib.h> instead of mkstemp.h.
18843         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
18844         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
18845         * lib/mkstemp.c: Don't include mkstemp.h.
18846         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
18847         * lib/stdlib--.h: Don't include mkstemp.h.
18848
18849         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
18850         (Depends-on): Add stdlib.
18851         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18852         (Includes): Use <stdlib.h> instead of mkdtemp.h.
18853         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
18854         HAVE_MKDTEMP.
18855         * lib/mkdtemp.c: Don't include mkdtemp.h.
18856         * lib/clean-temp.c: Don't include mkdtemp.h.
18857
18858         * modules/exit (Files): Remove lib/exit.h.
18859         (Depends-on): Add stdlib.
18860         (Makefile.am): Remove lib_SOURCES.
18861         (Include): Use <stdlib.h> instead of exit.h.
18862         * lib/argmatch.c: Don't include exit.h.
18863         * lib/execute.c: Likewise.
18864         * lib/pagealign_alloc.c: Likewise.
18865         * lib/pipe.c: Likewise.
18866         * lib/wait-process.c: Likewise.
18867         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
18868         * lib/exitfail.c: Likewise.
18869         * lib/savewd.c: Likewise.
18870         * lib/xsetenv.c: Likewise.
18871
18872         * modules/stdlib: New file.
18873         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
18874         and extra comments about mkstemp().
18875         * lib/exit.h: Remove file.
18876         * lib/mkdtemp.h: Remove file.
18877         * lib/mkstemp.h: Remove file.
18878         * m4/stdlib_h.m4: New file.
18879         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
18880
18881 2007-02-18  Bruno Haible  <bruno@clisp.org>
18882
18883         * modules/math-tests: New file.
18884         * tests/test-math.c: New file.
18885
18886         * modules/math: New file.
18887         * modules/mathl (Files): Remove lib/mathl.h.
18888         (Depends-on): Add math.
18889         (Makefile.am): Don't mention mathl.h.
18890         (Include): Use <math.h> instead of mathl.h.
18891         * lib/math_.h: New file.
18892         * lib/mathl.h: Remove file.
18893         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
18894         mathl.h.
18895         * lib/asinl.c: Likewise.
18896         * lib/atanl.c: Likewise.
18897         * lib/ceill.c: Likewise.
18898         * lib/cosl.c: Likewise.
18899         * lib/expl.c: Likewise.
18900         * lib/floorl.c: Likewise.
18901         * lib/frexpl.c: Likewise.
18902         * lib/ldexpl.c: Likewise.
18903         * lib/logl.c: Likewise.
18904         * lib/sincosl.c: Likewise.
18905         * lib/sinl.c: Likewise.
18906         * lib/sqrtl.c: Likewise.
18907         * lib/tanl.c: Likewise.
18908         * lib/trigl.c: Likewise.
18909         * m4/math_h.m4: New file.
18910         * MODULES.html.sh (Mathematics): Add math.
18911
18912 2007-02-17  Bruno Haible  <bruno@clisp.org>
18913
18914         * modules/wctype-tests: New file.
18915         * tests/test-wctype.c: New file.
18916
18917         * modules/wchar-tests: New file.
18918         * tests/test-wchar.c: New file.
18919
18920         * modules/unistd-tests: New file.
18921         * tests/test-unistd.c: New file.
18922
18923         * modules/time-tests: New file.
18924         * tests/test-time.c: New file.
18925
18926         * modules/sysexits-tests: New file.
18927         * tests/test-sysexits.c: New file.
18928
18929         * modules/sys_time-tests: New file.
18930         * tests/test-sys_time.c: New file.
18931
18932         * modules/sys_stat-tests: New file.
18933         * tests/test-sys_stat.c: New file.
18934
18935         * modules/sys_socket-tests: New file.
18936         * tests/test-sys_socket.c: New file.
18937
18938         * modules/sys_select-tests: New file.
18939         * tests/test-sys_select.c: New file.
18940
18941         * modules/string-tests: New file.
18942         * tests/test-string.c: New file.
18943
18944         * modules/stdbool-tests: New file.
18945         * tests/test-stdbool.c: New file.
18946
18947         * modules/netinet_in-tests: New file.
18948         * tests/test-netinet_in.c: New file.
18949
18950         * modules/inttypes-tests: New file.
18951         * tests/test-inttypes.c: New file.
18952
18953         * modules/fcntl-tests: New file.
18954         * tests/test-fcntl.c: New file.
18955
18956         * modules/byteswap-tests: New file.
18957         * tests/test-byteswap.c: New file.
18958
18959         * modules/arpa_inet-tests: New file.
18960         * tests/test-arpa_inet.c: New file.
18961
18962 2007-02-17  Bruno Haible  <bruno@clisp.org>
18963
18964         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
18965         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
18966         if the corresponding module is not enabled. Emit link warnings if
18967         the function is used nevertheless.
18968         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
18969         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
18970         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
18971         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
18972         * modules/inttypes (Depends-on): Add link-warning.
18973         (Makefile.am): Copy the contents of build-aux/link-warning.h into
18974         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
18975         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
18976         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
18977         * modules/imaxdiv (configure.ac): Likewise.
18978         * modules/strtoimax (configure.ac): Likewise.
18979         * modules/strtoumax (configure.ac): Likewise.
18980
18981 2007-02-17  Bruno Haible  <bruno@clisp.org>
18982
18983         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
18984         gl_STRING_MODULE_INDICATOR_DEFAULTS.
18985         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
18986         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
18987
18988 2007-02-17  Bruno Haible  <bruno@clisp.org>
18989
18990         * modules/link-warning: New file.
18991         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
18992         * lib/string_.h (GL_LINK_WARNING): Remove definition.
18993         * modules/string (Depends-on): Add link-warning.
18994         (Makefile.am): Copy the contents of build-aux/link-warning.h into
18995         string.h.
18996         * MODULES.html.sh (Support for building libraries and executables): Add
18997         link-warning.
18998
18999 2007-02-17  Bruno Haible  <bruno@clisp.org>
19000
19001         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
19002         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
19003         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
19004         long lines.
19005
19006 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
19007             Bruno Haible  <bruno@clisp.org>
19008
19009         * modules/tmpfile: New file.
19010         * lib/tmpfile.c: New file.
19011         * m4/tmpfile.m4: New file.
19012         * MODULES.html.sh (func_all_modules): New section "Input/output".
19013
19014 2007-02-15  Bruno Haible  <bruno@clisp.org>
19015
19016         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
19017         (supports_delete_on_close): New function.
19018         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
19019
19020 2007-02-14  Bruno Haible  <bruno@clisp.org>
19021
19022         * modules/mbspcasecmp-tests: New file.
19023         * tests/test-mbspcasecmp.sh: New file.
19024         * tests/test-mbspcasecmp.c: New file.
19025
19026         New module mbspcasecmp.
19027         * modules/mbspcasecmp: New file.
19028         * lib/mbspcasecmp.c: New file.
19029         * lib/string_.h (strncasecmp): Change warning message.
19030         (mbspcasecmp): New declaration.
19031         * m4/mbspcasecmp.m4: New file.
19032         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19033         GNULIB_MBSPCASECMP.
19034         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
19035         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
19036
19037 2007-02-14  Bruno Haible  <bruno@clisp.org>
19038
19039         * modules/mbsncasecmp-tests: New file.
19040         * tests/test-mbsncasecmp.sh: New file.
19041         * tests/test-mbsncasecmp.c: New file.
19042
19043         New module mbsncasecmp.
19044         * modules/mbsncasecmp: New file.
19045         * lib/mbsncasecmp.c: New file.
19046         * lib/string_.h (mbsncasecmp): New declaration.
19047         * m4/mbsncasecmp.m4: New file.
19048         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19049         GNULIB_MBSNCASECMP.
19050         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
19051         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
19052
19053 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
19054
19055         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
19056         Verify that it doesn't overlap with our flags.
19057         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
19058         do not have the desired effect in multibyte locales; instead, use
19059         mbscasecmp.
19060         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
19061         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
19062         we don't require GNU fnmatch ourselves (if our users require it, they
19063         should do so explicitly).
19064
19065         Fix regex code so it doesn't rely on strcasecmp.
19066         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
19067         Otherwise, include gnulib's langinfo.h.
19068         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
19069         undesirable behavior in non-C locales.  Instead, rely on localecharset.
19070         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
19071         * modules/regex (FILES): Remove m4/codeset.m4.
19072         (Depends-on): Add localcharset.  Remove strcase.
19073
19074 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19075
19076         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
19077         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
19078
19079 2007-02-13  Bruno Haible  <bruno@clisp.org>
19080
19081         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
19082         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19083
19084 2007-02-12  Bruno Haible  <bruno@clisp.org>
19085
19086         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
19087         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
19088         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
19089         time warning rather than a link error.
19090
19091 2007-02-12  Bruno Haible  <bruno@clisp.org>
19092
19093         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
19094         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
19095         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19096
19097 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
19098
19099         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
19100         args, not 2.
19101
19102 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
19103
19104         New module 'time', so that apps can include <time.h> as per
19105         POSIX and GNU instead of separate include files like time_r.h
19106         and timegm.h.  This implementation tries out a simpler approach
19107         for replacing decls in standard include files (as compared to
19108         the string module), somewhat as an experiment.
19109
19110         * config/srclist.txt: Comment out mktime.c for now.
19111         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
19112         since it doesn't apply any more.  Use generic wording instead.
19113         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
19114         'time'.
19115         * lib/time_.h, m4/time_h.m4, modules/time: New files.
19116         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
19117         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
19118         Don't include <sys/types.h>; no longer needed since we assume C89.
19119         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
19120         * lib/strftime.c: Likewise.
19121         * lib/time_r.c: Likewise.
19122         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
19123         * lib/nanosleep.c: Include <time.h> first, to check interface.
19124         * lib/strptime.c: Likewise.
19125         * lib/time_r.c: Likewise.
19126         * lib/timegm.c: Likewise.
19127         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
19128         needed.
19129         * lib/timegm.c: Don't include timegm.h; no longer needed.
19130         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
19131         time.h now handles any problems in that area.
19132         (struct timespec, nanosleep): Remove; time.h now arranges for these.
19133         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
19134         that time.h defines struct timespec.
19135         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
19136         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
19137         handles that.
19138         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
19139         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
19140         needed.  Set REPLACE_LOCALTIME.
19141         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
19142         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
19143         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
19144         nanosleep; time_h.m4 now does that.  Don't require
19145         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
19146         module handles this now.
19147         * modules/getdate (Depends-on): Remove timespec.  Add time.
19148         * modules/nanosleep (Depends-on): Likewise.
19149         * modules/stat-time (Depends-on): Likewise.
19150         * modules/nanosleep (Include): Include time.h, not timespec.h.
19151         * modules/strptime (Files): Remove lib/strptime.h.
19152         (Depends-on): Add extensions, time.
19153         (Include): Include time.h, not strptime.h.
19154         * modules/time_r (Files): Remove lib/time_r.h.
19155         (Depends-on): Add time.
19156         (Include): Include time.h, not time_r.h.
19157         * modules/timegm: Likewise.
19158         * modules/timespec (Description): Now does timespec-related decls
19159         of our own, instead of struct timespec itself.
19160         (Depends-on): Add time; remove extensions.
19161         (Maintainer): Add self.
19162         * modules/utimecmp (Depends-on): Add time; remove timespec.
19163         * modules/utimens (Depends-on): Likewise.
19164         * modules/xnanosleep (Depends-on): Likewise.
19165
19166 2007-02-11  Bruno Haible  <bruno@clisp.org>
19167
19168         * lib/c-strstr.c: Include allocsa.h.
19169         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
19170         * lib/c-strcasestr.c: Include allocsa.h.
19171         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
19172         * lib/strcasestr.c: Include allocsa.h.
19173         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
19174         * lib/mbsstr.c: Include allocsa.h.
19175         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
19176         allocsa/freesa instead of malloc/free.
19177         * lib/mbscasestr.c: Include allocsa.h.
19178         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
19179         allocsa/freesa instead of malloc/free.
19180         * modules/c-strstr (Depends-on): Add allocsa.
19181         * modules/c-strcasestr (Depends-on): Likewise.
19182         * modules/strcasestr (Depends-on): Likewise.
19183         * modules/mbsstr (Depends-on): Likewise.
19184         * modules/mbscasestr (Depends-on): Likewise.
19185
19186 2007-02-11  Bruno Haible  <bruno@clisp.org>
19187
19188         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
19189
19190         * modules/mbsspn-tests: New file.
19191         * tests/test-mbsspn.sh: New file.
19192         * tests/test-mbsspn.c: New file.
19193
19194 2007-02-11  Bruno Haible  <bruno@clisp.org>
19195
19196         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
19197
19198         * modules/mbspbrk-tests: New file.
19199         * tests/test-mbspbrk.sh: New file.
19200         * tests/test-mbspbrk.c: New file.
19201
19202 2007-02-11  Bruno Haible  <bruno@clisp.org>
19203
19204         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
19205         unneeded cast.
19206
19207         * modules/mbscspn-tests: New file.
19208         * tests/test-mbscspn.sh: New file.
19209         * tests/test-mbscspn.c: New file.
19210
19211 2007-02-11  Bruno Haible  <bruno@clisp.org>
19212
19213         * modules/mbscasecmp-tests: New file.
19214         * tests/test-mbscasecmp.sh: New file.
19215         * tests/test-mbscasecmp.c: New file.
19216
19217 2007-02-11  Bruno Haible  <bruno@clisp.org>
19218
19219         Ensure O(n) worst-case complexity of mbscasestr.
19220         * lib/mbscasestr.c: Include stdbool.h.
19221         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
19222         functions.
19223         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
19224         the bookkeeping indicates that it's worth it.
19225         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
19226
19227         * modules/mbscasestr-tests: New file.
19228         * tests/test-mbscasestr1.c: New file.
19229         * tests/test-mbscasestr2.sh: New file.
19230         * tests/test-mbscasestr2.c: New file.
19231         * tests/test-mbscasestr3.sh: New file.
19232         * tests/test-mbscasestr3.c: New file.
19233         * tests/test-mbscasestr4.sh: New file.
19234         * tests/test-mbscasestr4.c: New file.
19235         * m4/locale-tr.m4: New file.
19236
19237 2007-02-11  Bruno Haible  <bruno@clisp.org>
19238
19239         Ensure O(n) worst-case complexity of mbsstr.
19240         * lib/mbsstr.c: Include stdbool.h.
19241         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
19242         functions.
19243         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
19244         bookkeeping indicates that it's worth it.
19245         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
19246
19247         * modules/mbsstr-tests: New file.
19248         * tests/test-mbsstr1.c: New file.
19249         * tests/test-mbsstr2.sh: New file.
19250         * tests/test-mbsstr2.c: New file.
19251         * tests/test-mbsstr3.sh: New file.
19252         * tests/test-mbsstr3.c: New file.
19253         * m4/locale-fr.m4: New file.
19254
19255 2007-02-11  Bruno Haible  <bruno@clisp.org>
19256
19257         * lib/mbsrchr.c (mbsrchr): Fix bug.
19258
19259         * modules/mbsrchr-tests: New file.
19260         * tests/test-mbsrchr.sh: New file.
19261         * tests/test-mbsrchr.c: New file.
19262
19263 2007-02-11  Bruno Haible  <bruno@clisp.org>
19264
19265         * lib/mbschr.c (mbschr): Fix bug.
19266
19267         * modules/mbschr-tests: New file.
19268         * tests/test-mbschr.sh: New file.
19269         * tests/test-mbschr.c: New file.
19270         * m4/locale-zh.m4: New file.
19271
19272 2007-02-11  Bruno Haible  <bruno@clisp.org>
19273
19274         Support for copying multibyte string iterators.
19275         * lib/mbiter.h: Include <string.h>.
19276         (mbiter_multi_copy): New function.
19277         (mbi_copy): New macro.
19278         * lib/mbuiter.h: Include <string.h>.
19279         (mbuiter_multi_copy): New function.
19280         (mbui_copy): New macro.
19281
19282 2007-02-11  Bruno Haible  <bruno@clisp.org>
19283
19284         New module mbslen.
19285         * modules/mbslen: New file.
19286         * lib/mbslen.c: New file.
19287         * lib/string_.h (mbslen): New declaration.
19288         * m4/mbslen.m4: New file.
19289         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19290         GNULIB_MBSLEN.
19291         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
19292         * MODULES.html.sh (Internationalization functions): Add mbslen.
19293
19294 2007-02-11  Bruno Haible  <bruno@clisp.org>
19295
19296         Ensure O(n) worst-case complexity of strcasestr substitute.
19297         * lib/strcasestr.c: Include stdbool.h.
19298         (knuth_morris_pratt): New function.
19299         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
19300         bookkeeping indicates that it's worth it.
19301         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
19302
19303         * modules/strcasestr-tests: New file.
19304         * tests/test-strcasestr.c: New file.
19305
19306 2007-02-11  Bruno Haible  <bruno@clisp.org>
19307
19308         Ensure O(n) worst-case complexity of c_strcasestr.
19309         * lib/c-strcasestr.c: Include stdbool.h, string.h.
19310         (knuth_morris_pratt): New function.
19311         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
19312         the bookkeeping indicates that it's worth it.
19313         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
19314
19315         * modules/c-strcasestr-tests: New file.
19316         * tests/test-c-strcasestr.c: New file.
19317
19318 2007-02-11  Bruno Haible  <bruno@clisp.org>
19319
19320         Ensure O(n) worst-case complexity of c_strstr.
19321         * lib/c-strstr.c: Include stdbool.h, string.h.
19322         (knuth_morris_pratt): New function.
19323         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
19324         bookkeeping indicates that it's worth it.
19325         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
19326
19327         * lib/c-strstr.c: Complete rewrite for maintainability.
19328
19329         * modules/c-strstr-tests: New file.
19330         * tests/test-c-strstr.c: New file.
19331
19332 2007-02-11  Bruno Haible  <bruno@clisp.org>
19333
19334         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
19335         5.2.1 and earlier, whereby \055 was treated just like the range
19336         delimiter '-'.
19337         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
19338
19339 2007-02-08  Bruno Haible  <bruno@clisp.org>
19340
19341         * modules/regex (Depends-on): Add stdbool.
19342         Reported by Dalibor Topic <robilad@kaffe.org>.
19343
19344 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
19345
19346         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
19347         Prefer returning from main to exiting from it.
19348         Remove unnecessary parens after sizeof.
19349
19350 2007-02-05  Bruno Haible  <bruno@clisp.org>
19351
19352         New module mbssep.
19353         * modules/mbssep: New file.
19354         * lib/mbssep.c: New file.
19355         * lib/string_.h (strsep): Add a conditional link warning.
19356         (mbssep): New declaration.
19357         * m4/mbssep.m4: New file.
19358         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19359         GNULIB_MBSSEP.
19360         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
19361         * MODULES.html.sh (Internationalization functions): Add mbssep.
19362
19363 2007-02-05  Bruno Haible  <bruno@clisp.org>
19364
19365         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
19366         Optimize search in case of 1 delimiter.
19367
19368 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
19369
19370         * lib/acl.h: Include sys/types.h before sys/acl.h.
19371
19372 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
19373
19374         Merge upstream fix for glibc bugzilla #3957:
19375
19376         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
19377
19378         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
19379         bit for RE_HAT_LISTS_NOT_NEWLINE.
19380         (build_charclass_op): Remove bogus comment.
19381
19382 2007-02-05  Simon Josefsson  <simon@josefsson.org>
19383
19384         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
19385
19386 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
19387
19388         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
19389         * lib/memmem.c [!defined _LIBC]: Include config.h.
19390
19391 2007-02-04  Bruno Haible  <bruno@clisp.org>
19392
19393         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
19394         warning message.
19395
19396 2007-02-04  Bruno Haible  <bruno@clisp.org>
19397
19398         New module mbstok_r.
19399         * modules/mbstok_r: New file.
19400         * lib/mbstok_r.c: New file.
19401         * lib/string_.h (strtok_r): Change argument names to match the
19402         comments. Add a conditional link warning.
19403         (mbstok_r): New declaration.
19404         * m4/mbstok_r.m4: New file.
19405         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19406         GNULIB_MBSTOK_R.
19407         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
19408         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
19409
19410 2007-02-04  Bruno Haible  <bruno@clisp.org>
19411
19412         New module mbsspn.
19413         * modules/mbsspn: New file.
19414         * lib/mbsspn.c: New file.
19415         * lib/string_.h (strspn): Add a conditional link warning.
19416         (mbsspn): New declaration.
19417         * m4/mbsspn.m4: New file.
19418         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19419         GNULIB_MBSSPN.
19420         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
19421         * MODULES.html.sh (Internationalization functions): Add mbsspn.
19422
19423 2007-02-04  Bruno Haible  <bruno@clisp.org>
19424
19425         New module mbspbrk.
19426         * modules/mbspbrk: New file.
19427         * lib/mbspbrk.c: New file.
19428         * lib/string_.h (strpbrk): Add a conditional link warning.
19429         (mbspbrk): New declaration.
19430         * m4/mbspbrk.m4: New file.
19431         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19432         GNULIB_MBSPBRK.
19433         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
19434         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
19435
19436 2007-02-04  Bruno Haible  <bruno@clisp.org>
19437
19438         New module mbscspn.
19439         * modules/mbscspn: New file.
19440         * lib/mbscspn.c: New file.
19441         * lib/string_.h (strcspn): Add a conditional link warning.
19442         (mbscspn): New declaration.
19443         * m4/mbscspn.m4: New file.
19444         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19445         GNULIB_MBSCSPN.
19446         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
19447         * MODULES.html.sh (Internationalization functions): Add mbscspn.
19448
19449 2007-02-04  Bruno Haible  <bruno@clisp.org>
19450
19451         New module mbscasestr, reduced goal of strcasestr.
19452         * modules/mbscasestr: New file.
19453         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
19454         (mbscasestr): Renamed from strcasestr.
19455         * lib/strcasestr.c: Don't include mbuiter.h.
19456         (strcasestr): Remove support for multibyte locales.
19457         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
19458         Change the conditional link warning.
19459         (mbscasestr): New declaration.
19460         * m4/mbscasestr.m4: New file.
19461         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
19462         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
19463         REPLACE_STRCASESTR.
19464         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
19465         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
19466         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
19467         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
19468         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
19469         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
19470         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
19471         (Depends-on): Remove mbuiter.
19472         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
19473
19474 2007-02-04  Bruno Haible  <bruno@clisp.org>
19475
19476         Simplify handling of strncasecmp.
19477         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
19478         the conditional link warning.
19479         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
19480         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
19481         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
19482         * modules/strcase (configure.ac): Don't invoke
19483         gl_STRING_MODULE_INDICATOR.
19484         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
19485
19486 2007-02-04  Bruno Haible  <bruno@clisp.org>
19487
19488         New module mbscasecmp, reduced goal of strcasecmp.
19489         * modules/mbscasecmp: New file.
19490         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
19491         (mbscasecmp): Renamed from strcasecmp.
19492         * lib/strcasecmp.c: Don't include mbuiter.h.
19493         (strcasecmp): Remove support for multibyte locales.
19494         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
19495         Change the conditional link warning.
19496         (mbscasecmp): New declaration.
19497         * m4/mbscasecmp.m4: New file.
19498         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
19499         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
19500         REPLACE_STRCASECMP.
19501         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
19502         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19503         GNULIB_MBSCASECMP.
19504         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
19505         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
19506         * modules/strcase (Files): Remove m4/mbrtowc.m4.
19507         (Depends-on): Remove mbuiter.
19508         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
19509
19510 2007-02-04  Bruno Haible  <bruno@clisp.org>
19511
19512         New module mbsstr. Remove module strstr.
19513         * modules/mbsstr: New file.
19514         * modules/strstr: Remove file.
19515         * lib/mbsstr.c: Renamed from lib/strstr.c.
19516         (mbsstr): Renamed from strstr.
19517         * lib/string_.h (strstr): Remove declaration. Change the conditional
19518         link warning.
19519         (mbsstr): New declaration.
19520         * m4/mbsstr.m4: New file.
19521         * m4/strstr.m4: Remove file.
19522         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
19523         REPLACE_STRSTR.
19524         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
19525         Don't initialize GNULIB_STRSTR.
19526         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
19527         substitute GNULIB_STRSTR and REPLACE_STRSTR.
19528         * MODULES.html.sh (Internationalization functions): Add mbsstr.
19529         (Support for systems lacking ANSI C 89): Remove strstr.
19530
19531 2007-02-04  Bruno Haible  <bruno@clisp.org>
19532
19533         New module mbsrchr.
19534         * modules/mbsrchr: New file.
19535         * lib/mbsrchr.c: New file.
19536         * lib/string_.h (strrchr): Add a conditional link warning.
19537         (mbsrchr): New declaration.
19538         * m4/mbsrchr.m4: New file.
19539         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19540         GNULIB_MBSRCHR.
19541         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
19542         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
19543
19544 2007-02-04  Bruno Haible  <bruno@clisp.org>
19545
19546         New module mbschr.
19547         * modules/mbschr: New file.
19548         * lib/mbschr.c: New file.
19549         * lib/string_.h (strchr): Add a conditional link warning.
19550         (mbschr): New declaration.
19551         * m4/mbschr.m4: New file.
19552         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19553         GNULIB_MBSCHR.
19554         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
19555         * MODULES.html.sh (Internationalization functions): Add mbschr.
19556
19557 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
19558
19559         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
19560
19561         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
19562
19563 2007-02-04  Bruno Haible  <bruno@clisp.org>
19564
19565         New module description section 'configure.ac-early'.
19566         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
19567         (func_get_autoconf_early_snippet): New function.
19568         (func_import, func_create_testdir): Use it. Remove special cases for
19569         modules 'extensions' and 'lock'.
19570         * modules/extensions (configure.ac-early): Require
19571         gl_USE_SYSTEM_EXTENSIONS.
19572         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
19573
19574 2007-02-04  Bruno Haible  <bruno@clisp.org>
19575
19576         Make use of gcj-4.3's -fsource and -ftarget option.
19577         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
19578         and if so try the options -fsource and -ftarget.
19579         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
19580         source_version, ftarget_option, target_version arguments.
19581         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
19582         (is_envjavac_oldgcj_14_14_usable): Renamed from
19583         is_envjavac_gcj_14_14_usable.
19584         (is_envjavac_oldgcj_14_13_usable): Renamed from
19585         is_envjavac_gcj_14_13_usable.
19586         (is_gcj_present): Update.
19587         (is_gcj_43, is_gcj43_usable): New functions.
19588         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
19589         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
19590         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
19591         try the options -fsource and -ftarget.
19592
19593 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
19594
19595         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
19596         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
19597         larger value.
19598
19599 2007-02-03  Jim Meyering  <jim@meyering.net>
19600
19601         Give tools a better chance to allocate space for very large buffers.
19602         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
19603
19604         Make pwd and readlink work also when run with an unreadable parent dir
19605         on systems with openat support.
19606         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
19607         provided getcwd function, even when we have openat support.
19608         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
19609
19610 2007-02-02  Bruno Haible  <bruno@clisp.org>
19611
19612         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
19613         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
19614         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
19615         portability problems if one of these functions is only used on specific
19616         platforms.
19617         Reported by Paul Eggert.
19618
19619 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
19620
19621         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
19622         is causing more trouble than it's curing.
19623         * lib/regex_internal.h (__mempcpy): Remove.
19624         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
19625         (and make the code a tad smaller to boot).
19626         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
19627
19628 2007-02-02  Jim Meyering  <jim@meyering.net>
19629
19630         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
19631         section, not in the Makefile.am: one.
19632
19633 2007-02-02  Eric Blake  <ebb9@byu.net>
19634
19635         * lib/strchrnul.c: Always include config.h first.
19636
19637         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
19638         gnulib strstr is not necessary here.
19639
19640 2007-02-02  Simon Josefsson  <simon@josefsson.org>
19641
19642         * m4/socklen.m4: Fix typo.
19643
19644 2007-02-02  Eric Blake  <ebb9@byu.net>
19645
19646         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
19647         * modules/netinet_in (Makefile.am): Likewise.
19648
19649 2007-02-01  Bruno Haible  <bruno@clisp.org>
19650
19651         * lib/string_.h (GL_LINK_WARNING): New macro.
19652         (strcasecmp, strstr, strcasestr): If provided by the system,
19653         conditionally define as a macro that leads to a warning instead of to
19654         an error.
19655         (strncasecmp): Conditionally define as a macro that leads to a warning.
19656
19657 2007-02-01  Karl Berry  <karl@gnu.org>
19658
19659         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
19660
19661 2007-02-01  Bruno Haible  <bruno@clisp.org>
19662
19663         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
19664         renamings.
19665
19666 2007-02-01  Eric Blake  <ebb9@byu.net>
19667
19668         * modules/regex (Depends-on): Revert dependence on mempcpy.
19669         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
19670         module's definition of mempcpy.
19671         Reported by Paul Eggert.
19672
19673 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
19674
19675         * lib/string_.h: If the gnulib module XYZ is not present, undefine
19676         the symbol XYZ before redefining it.  This fixes a problem with
19677         programs that don't use XYZ, when compiled on systems that define
19678         XYZ to something else.
19679
19680 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
19681
19682         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
19683         occurs when "mkdir -m foo" creates a setgid directory that is (1)
19684         writeable to group or other and (2) is intended to have a special
19685         mode bit that is set or cleared.  In such a case, the directory
19686         should be neither group- nor other-writeable until the special
19687         mode bits are right.
19688
19689 2007-01-31  Eric Blake  <ebb9@byu.net>
19690
19691         * modules/mountlist (Depends-on): Add strstr.
19692
19693         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
19694         bug.
19695         * modules/string (Makefile.am): Remove redundant replacement.
19696         * modules/regex (Depends-on): Add mempcpy.
19697
19698 2007-01-31  Bruno Haible  <bruno@clisp.org>
19699
19700         New module description field 'Link'.
19701         * gnulib-tool (func_usage): Document --extract-link-directive.
19702         (sed_extract_prog): Recognize 'Link' directive.
19703         (func_get_link_directive): New function.
19704         (func_import): Show summary of link directives.
19705         Handle --extract-link-directive option.
19706         * modules/acl (Link): New section.
19707         * modules/clock-time (Link): New section.
19708         * modules/euidaccess (Link): New section.
19709         * modules/gettext (Link): New section.
19710         * modules/iconv (Link): New section.
19711         * modules/lock (Link): New section.
19712         * modules/nanosleep (Link): New section.
19713         * modules/readline (Link): New section.
19714
19715 2007-01-27  Bruno Haible  <bruno@clisp.org>
19716
19717         Enforce the use of gnulib modules for unportable <string.h> functions.
19718         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
19719         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
19720         (gl_HEADER_STRING_H_BODY): Require it.
19721         * lib/string_.h: If the gnulib module XYZ is not present, redefine
19722         the symbol XYZ to one that gives a link error.
19723         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
19724         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
19725         * modules/mempcpy (configure.ac): Likewise.
19726         * modules/memrchr (configure.ac): Likewise.
19727         * modules/stpcpy (configure.ac): Likewise.
19728         * modules/stpncpy (configure.ac): Likewise.
19729         * modules/strcase (configure.ac): Likewise.
19730         * modules/strcasestr (configure.ac): Likewise.
19731         * modules/strchrnul (configure.ac): Likewise.
19732         * modules/strdup (configure.ac): Likewise.
19733         * modules/strndup (configure.ac): Likewise.
19734         * modules/strnlen (configure.ac): Likewise.
19735         * modules/strpbrk (configure.ac): Likewise.
19736         * modules/strsep (configure.ac): Likewise.
19737         * modules/strstr (configure.ac): Likewise.
19738         * modules/strtok_r (configure.ac): Likewise.
19739
19740 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
19741
19742         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
19743
19744 2007-01-30  Jim Meyering  <jim@meyering.net>
19745
19746         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
19747
19748 2007-01-29  Bruno Haible  <bruno@clisp.org>
19749
19750         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
19751         * lib/execute.c: Likewise.
19752         * lib/pipe.c: Likewise.
19753         * lib/printf-args.h: Likewise.
19754         * lib/printf-args.c: Likewise.
19755         * lib/printf-parse.c: Likewise.
19756         * lib/vasnprintf.c: Likewise.
19757
19758 2007-01-29  Eric Blake  <ebb9@byu.net>
19759
19760         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
19761         declaration.
19762
19763 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
19764
19765         * lib/strptime.h (strptime): Use 'restrict' for args where
19766         POSIX requires this.
19767         * lib/strptime.c (strptime): Likewise.
19768         Change license notice from LGPL to GPL, since gnulib-tool will
19769         change this as needed.
19770         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
19771         defined.
19772         Include "strptime.h" first, to check interface.
19773         Do not #undef _LIBC and _NL_CURRENT.
19774         Do not include <stdlib.h>; no longer needed.
19775         Include "time_r.h" and declare ptime_locale_status
19776         only if _LIBC is not defined.
19777         (__P): Remove unused macro.
19778         (match_string): Bring back glibc version, but use it only if _LIBC
19779         is defined.
19780         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
19781         Remove unnecessary assertion and abort() call.
19782         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
19783         * m4/strptime.m4: Fix serial number comment.
19784         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
19785         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
19786         (Depends-on): Add time_r.
19787
19788 2007-01-29  Bruno Haible  <bruno@clisp.org>
19789
19790         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19791         strptime.
19792         * modules/strptime (Depends-on): Add stdbool.
19793         * lib/strptime.h: Include <time.h> always. Add comments.
19794
19795 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19796
19797         * modules/strptime: New file.
19798         * lib/strptime.h: New file.
19799         * lib/strptime.c: New file.
19800         * m4/strptime.m4: New file.
19801
19802 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
19803
19804         * MODULES.html.sh: New module mpsort.
19805         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
19806
19807         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
19808         a circularity problem with HP-UX ia64 reported by Bob Proulx in
19809         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
19810         All uses changed.
19811         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
19812         All uses changed.
19813         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
19814         to _Restrict_.
19815         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
19816         the parameter matches the prototype.
19817
19818 2007-01-28  Jim Meyering  <jim@meyering.net>
19819
19820         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
19821         sys/time.h here, reverting that part of the previous patch:
19822         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
19823
19824 2007-01-28  Bruno Haible  <bruno@clisp.org>
19825
19826         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
19827         value of $(SYS_TIME_H).
19828         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
19829         remove it conditionally, too. [added by Jim Meyering]
19830         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
19831         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
19832         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
19833         GETTIMEOFDAY_REPLACEMENT to 1.
19834
19835 2007-01-28  Bruno Haible  <bruno@clisp.org>
19836
19837         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
19838         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
19839         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
19840         Set UNISTD_H instead of UNISTD_H2.
19841         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
19842
19843 2007-01-28  Bruno Haible  <bruno@clisp.org>
19844
19845         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
19846         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
19847
19848 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19849
19850         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
19851         (func_create_testdir): Ensure C locale for `grep' and `tr'
19852         character ranges.
19853         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
19854         ACLOCAL_AMFLAGS parsing state machine.
19855
19856 2007-01-27  Bruno Haible  <bruno@clisp.org>
19857
19858         * modules/unistr/base: Update.
19859
19860 2007-01-27  Bruno Haible  <bruno@clisp.org>
19861
19862         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
19863         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
19864         * modules/unistr/u32-mbtouc-unsafe: Renamed from
19865         modules/unistr/u32-mbtouc.
19866         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
19867         * lib/unistr.h: Update.
19868         * lib/linebreak.c: Update.
19869         * modules/unistr/u32-mbtouc: Renamed from
19870         modules/unistr/u32-mbtouc-safe.
19871         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
19872         * lib/unistr.h: Update.
19873         * lib/unistr/u32-to-u8.c: Update.
19874         * lib/unistr/u32-to-u16.c: Update.
19875
19876 2007-01-27  Bruno Haible  <bruno@clisp.org>
19877
19878         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
19879         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
19880         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
19881         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
19882         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
19883         * modules/unistr/u16-mbtouc-unsafe: Renamed from
19884         modules/unistr/u16-mbtouc.
19885         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
19886         * lib/unistr.h: Update.
19887         * lib/linebreak.c: Update.
19888         * modules/linebreak: Update.
19889         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
19890         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
19891         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
19892         * modules/unistr/u16-mbtouc: Renamed from
19893         modules/unistr/u16-mbtouc-safe.
19894         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
19895         * lib/unistr.h: Update.
19896         * lib/unistr/u16-to-u8.c: Update.
19897         * modules/unistr/u16-to-u8: Update.
19898         * lib/unistr/u16-to-u32.c: Update.
19899         * modules/unistr/u16-to-u32: Update.
19900
19901 2007-01-27  Bruno Haible  <bruno@clisp.org>
19902
19903         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
19904         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
19905         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
19906         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
19907         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
19908         * modules/unistr/u8-mbtouc-unsafe: Renamed from
19909         modules/unistr/u8-mbtouc.
19910         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
19911         * lib/unistr.h: Update.
19912         * lib/striconveh.c: Update.
19913         * modules/striconveh: Update.
19914         * lib/linebreak.c: Update.
19915         * modules/linebreak: Update.
19916         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
19917         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
19918         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
19919         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
19920         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
19921         * lib/unistr.h: Update.
19922         * lib/striconveh.c: Update.
19923         * modules/striconveh: Update.
19924         * lib/unistr/u8-to-u16.c: Update.
19925         * modules/unistr/u8-to-u16: Update.
19926         * lib/unistr/u8-to-u32.c: Update.
19927         * modules/unistr/u8-to-u32: Update.
19928
19929 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19930
19931         Sync from Libtool.
19932         * lib/argz.c: Do not include strings.h nor memory.h, include
19933         string.h unconditionally.  Patch by Simon Josefsson.
19934
19935 2007-01-27  Bruno Haible  <bruno@clisp.org>
19936
19937         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
19938         from gl_HEADER_STRING_H_BODY.
19939         (gl_HEADER_STRING_H_BODY): Require it.
19940         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
19941         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
19942         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
19943         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
19944         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
19945         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
19946         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
19947         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
19948         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
19949         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
19950         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
19951         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
19952         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
19953         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
19954         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
19955
19956 2007-01-27  Bruno Haible  <bruno@clisp.org>
19957
19958         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
19959         check_PROGRAMS into noinst_PROGRAMS.
19960         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
19961         check_PROGRAMS in this case.
19962         (func_import): Set for_test to false.
19963         (func_create_testdir): Set for_test to true.
19964
19965 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
19966             Bruno Haible  <bruno@clisp.org>
19967
19968         * modules/strcasestr (Files): Remove lib/strcasestr.h.
19969         (Depends-on): Add string.
19970         (Includes): Use <string.h> instead of strcasestr.h.
19971         * modules/string (Makefile.am): Also substitute the value of
19972         REPLACE_STRCASESTR.
19973         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
19974         assume strcasestr is declared in <string.h> not <strings.h>. Also
19975         set REPLACE_STRCASESTR.
19976         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
19977         REPLACE_STRCASESTR.
19978         * lib/strcasestr.h: Remove file.
19979         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
19980         * lib/string_.h (strcasestr): New declaration.
19981
19982 2007-01-27  Bruno Haible  <bruno@clisp.org>
19983
19984         * lib/string_.h: Use 'extern'.
19985
19986 2007-01-27  Jim Meyering  <jim@meyering.net>
19987
19988         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
19989         of set-but-not-used local, "q".
19990
19991         * lib/mempcpy.c: Include <config.h> before <string.h>.
19992         This fixes a compilation error on HP-UX, due to the system's
19993         "restrict"-using mempcpy prototype.
19994
19995 2007-01-26  Bruno Haible  <bruno@clisp.org>
19996
19997         Small optimization.
19998         * lib/javacomp.c: Include c-strstr.h.
19999          (is_envjavac_gcj): Use c_strstr instead of strstr.
20000         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
20001
20002 2007-01-26  Bruno Haible  <bruno@clisp.org>
20003
20004         * MODULES.html.sh (Unicode string functions): Add the new modules.
20005
20006         * modules/uniconv/u32-strconv-to-locale: New file.
20007         * lib/uniconv/u32-strconv-to-locale.c: New file.
20008
20009         * modules/uniconv/u16-strconv-to-locale: New file.
20010         * lib/uniconv/u16-strconv-to-locale.c: New file.
20011
20012         * modules/uniconv/u8-strconv-to-locale: New file.
20013         * lib/uniconv/u8-strconv-to-locale.c: New file.
20014
20015         * modules/uniconv/u32-strconv-from-locale: New file.
20016         * lib/uniconv/u32-strconv-from-locale.c: New file.
20017
20018         * modules/uniconv/u16-strconv-from-locale: New file.
20019         * lib/uniconv/u16-strconv-from-locale.c: New file.
20020
20021         * modules/uniconv/u8-strconv-from-locale: New file.
20022         * lib/uniconv/u8-strconv-from-locale.c: New file.
20023
20024         * modules/uniconv/u32-strconv-to-enc: New file.
20025         * lib/uniconv/u32-strconv-to-enc.c: New file.
20026         * modules/uniconv/u32-strconv-to-enc-tests: New file.
20027         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
20028
20029         * modules/uniconv/u16-strconv-to-enc: New file.
20030         * lib/uniconv/u16-strconv-to-enc.c: New file.
20031         * lib/uniconv/u-strconv-to-enc.h: New file.
20032         * modules/uniconv/u16-strconv-to-enc-tests: New file.
20033         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
20034
20035         * modules/uniconv/u8-strconv-to-enc: New file.
20036         * lib/uniconv/u8-strconv-to-enc.c: New file.
20037         * modules/uniconv/u8-strconv-to-enc-tests: New file.
20038         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
20039
20040         * modules/uniconv/u32-strconv-from-enc: New file.
20041         * lib/uniconv/u32-strconv-from-enc.c: New file.
20042         * modules/uniconv/u32-strconv-from-enc-tests: New file.
20043         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
20044
20045         * modules/uniconv/u16-strconv-from-enc: New file.
20046         * lib/uniconv/u16-strconv-from-enc.c: New file.
20047         * modules/uniconv/u16-strconv-from-enc-tests: New file.
20048         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
20049
20050         * modules/uniconv/u8-strconv-from-enc: New file.
20051         * lib/uniconv/u8-strconv-from-enc.c: New file.
20052         * lib/uniconv/u-strconv-from-enc.h: New file.
20053         * modules/uniconv/u8-strconv-from-enc-tests: New file.
20054         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
20055
20056         * modules/uniconv/u32-conv-from-enc: New file.
20057         * lib/uniconv/u32-conv-from-enc.c: New file.
20058         * modules/uniconv/u32-conv-from-enc-tests: New file.
20059         * tests/uniconv/test-u32-conv-from-enc.c: New file.
20060
20061         * modules/uniconv/u16-conv-from-enc: New file.
20062         * lib/uniconv/u16-conv-from-enc.c: New file.
20063         * lib/uniconv/u-conv-from-enc.h: New file.
20064         * modules/uniconv/u16-conv-from-enc-tests: New file.
20065         * tests/uniconv/test-u16-conv-from-enc.c: New file.
20066
20067         * modules/uniconv/u8-conv-from-enc: New file.
20068         * lib/uniconv/u8-conv-from-enc.c: New file.
20069         * modules/uniconv/u8-conv-from-enc-tests: New file.
20070         * tests/uniconv/test-u8-conv-from-enc.c: New file.
20071
20072         * modules/uniconv/base: New file.
20073         * lib/uniconv.h: New file.
20074
20075 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
20076
20077         * doc/gnulib-tool.texi (Initial import): Update to match current
20078         behavior with strdup module.
20079         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
20080         * lib/memmem.h: Remove; all uses removed.  This is now done
20081         by <string.h>.
20082         * lib/mempcpy.h: Likewise.
20083         * lib/memrchr.h: Likewise.
20084         * lib/stpcpy.h: Likewise.
20085         * lib/stpncpy.h: Likewise.
20086         * lib/strcase.h: Likewise.
20087         * lib/strchrnul.h: Likewise.
20088         * lib/strdup.h: Likewise.
20089         * lib/strndup.h: Likewise.
20090         * lib/strnlen.h: Likewise.
20091         * lib/strpbrk.h: Likewise.
20092         * lib/strsep.h: Likewise.
20093         * lib/strstr.h: Likewise.
20094         * lib/strtok_r.h: Likewise.
20095         * lib/string_.h: New file.
20096         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
20097         Rely on <string.h> instead.
20098         * lib/canon-host.c: Likewise.
20099         * lib/chdir-long.c: Likewise.
20100         * lib/concatpath.c: Likewise.
20101         * lib/exclude.c: Likewise.
20102         * lib/fchdir.c: Likewise.
20103         * lib/getaddrinfo.c: Likewise.
20104         * lib/getcwd.c: Likewise.
20105         * lib/getsubopt.c: Likewise.
20106         * lib/glob.c: Likewise.
20107         * lib/hard-locale.c: Likewise.
20108         * lib/iconvme.c: Likewise.
20109         * lib/javacomp.c: Likewise.
20110         * lib/mempcpy.c: Likewise.
20111         * lib/memrchr.c: Likewise.
20112         * lib/regex_internal.h: Likewise.
20113         * lib/stpncpy.c: Likewise.
20114         * lib/strcasecmp.c: Likewise.
20115         * lib/strchrnul.c: Likewise.
20116         * lib/strdup.c: Likewise.
20117         * lib/striconv.c: Likewise.
20118         * lib/striconveh.c: Likewise.
20119         * lib/striconveha.c: Likewise.
20120         * lib/strncasecmp.c: Likewise.
20121         * lib/strndup.c: Likewise.
20122         * lib/strnlen.c: Likewise.
20123         * lib/strsep.c: Likewise.
20124         * lib/strstr.c: Likewise.
20125         * lib/strtok_r.c: Likewise.
20126         * lib/userspec.c: Likewise.
20127         * lib/w32spawn.h: Likewise.
20128         * lib/xstrndup.c: Likewise.
20129         * lib/mountlist.c (strstr): Remove decl.
20130         * m4/string_h.m4: New file.
20131         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
20132         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
20133         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
20134         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
20135         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
20136         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
20137         Set REPLACE_STRCASECMP if necessary.
20138         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
20139         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
20140         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
20141         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
20142         HAVE_DECL_STRDUP if necessary.
20143         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
20144         since gl_FUNC_STRNDUP does that now.
20145         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
20146         Check for decl here...
20147         (gl_PREREQ_STRNLEN): ... not here.
20148         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
20149         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
20150         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
20151         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
20152         necessary.
20153         * modules/string: New file.
20154         * modules/memmem (Files): Remove special-purpose include file.
20155         (Depends-on): Add string.
20156         (Include): Include <string.h>, not the removed file.
20157         * modules/mempcpy: Likewise.
20158         * modules/memrchr: Likewise.
20159         * modules/stpcpy: Likewise.
20160         * modules/stpncpy: Likewise.
20161         * modules/strcase: Likewise.
20162         * modules/strchrnul: Likewise.
20163         * modules/strdup: Likewise.
20164         * modules/strndup: Likewise.
20165         * modules/strnlen: Likewise.
20166         * modules/strpbrk: Likewise.
20167         * modules/strsep: Likewise.
20168         * modules/strstr: Likewise.
20169         * modules/strtok_r: Likewise.
20170         * tests/test-dirname.c: Don't include "strdup.h", since
20171         <string.h> now suffices.
20172         * tests/test-memmem.c: Don't include "memmem.h", since
20173         <string.h> now suffices.
20174
20175 2007-01-25  Bruno Haible  <bruno@clisp.org>
20176
20177         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
20178         *resultp is 0.
20179
20180         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
20181         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
20182         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
20183         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
20184
20185         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
20186         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
20187         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
20188         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
20189         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
20190         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
20191
20192 2007-01-24  Bruno Haible  <bruno@clisp.org>
20193
20194         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
20195         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
20196         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
20197         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
20198         gl_FUNC_FTS_CORE.
20199         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
20200         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
20201         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
20202         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
20203         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
20204         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
20205         gl_FUNC_FCHOWNAT.
20206         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
20207         gl_FUNC_STRFTIME.
20208         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
20209         Reported by Ralf Wildenhues.
20210
20211 2007-01-24  Bruno Haible  <bruno@clisp.org>
20212
20213         Drop AC_REQUIRE calls that are redundant with the module dependencies.
20214         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
20215         gl_GETADDRINFO.
20216         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
20217         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
20218         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
20219
20220 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
20221
20222         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
20223         Don't use 'exit'; just return from 'main'.
20224         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
20225
20226         * lib/fnmatch_.h: Readjust white space and comments to match
20227         glibc, to avoid spurious diffs.
20228
20229 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20230
20231         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
20232         2004-12-01 change by Jakub Jelinek, since this code won't compile
20233         if !LIBC.  Problem reported by Bob Proulx.
20234
20235 2007-01-23  Bruno Haible  <bruno@clisp.org>
20236
20237         * lib/striconveh.c: Include c-strcaseeq.h.
20238         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
20239         * modules/striconveh (Depends-on): Add c-strcaseeq.
20240
20241 2007-01-23  Bruno Haible  <bruno@clisp.org>
20242
20243         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
20244
20245         * modules/c-strcaseeq: New file.
20246         * lib/c-strcaseeq.h: New file.
20247
20248         * modules/streq: New file.
20249         * lib/streq.h: New file.
20250
20251 2007-01-23  Bruno Haible  <bruno@clisp.org>
20252
20253         * modules/striconveha-tests: New file.
20254         * tests/test-striconveha.c: New file.
20255
20256         * lib/striconveha.h: Include <stdbool.h>.
20257         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
20258         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
20259         (mem_iconveha_notranslit): Renamed from mem_iconveha.
20260         (mem_iconveha): New function.
20261         (str_iconveha_notranslit): Renamed from str_iconveha.
20262         (str_iconveha): New function.
20263         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
20264         c-strcase.
20265
20266 2007-01-23  Bruno Haible  <bruno@clisp.org>
20267
20268         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
20269         encodings without forgiving before trying any encoding with handler.
20270         (str_iconveha): Try all encodings without forgiving before trying any
20271         encoding with handler.
20272
20273 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20274
20275         Import the following changes from libc.
20276
20277         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
20278
20279         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
20280
20281         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
20282
20283         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
20284         normal_bracket label.
20285
20286         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
20287
20288         [BZ #361]
20289         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
20290         to normal_bracket after fetching the next character.
20291
20292 2007-01-22  Bruno Haible  <bruno@clisp.org>
20293
20294         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
20295         argument.
20296         * lib/striconveh.c (iconv_carefully_1): New function.
20297         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
20298         argument.
20299         (str_cd_iconveh): Update.
20300         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
20301         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
20302         * tests/test-striconveh.c (MAGIC): New macro.
20303         (new_offsets): New function.
20304         (main): Test call with and without offsets.
20305
20306 2007-01-22  Bruno Haible  <bruno@clisp.org>
20307
20308         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
20309         * modules/sys_select (Makefile.am): Likewise.
20310         * modules/sys_socket (Makefile.am): Likewise.
20311         * modules/sys_time (Makefile.am): Likewise.
20312
20313 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
20314
20315         * modules/gettimeofday (License): Change from GPL to LGPL, since
20316         gettimeofday is a library function.
20317
20318 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20319
20320         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
20321
20322 2007-01-21  Bruno Haible  <bruno@clisp.org>
20323
20324         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
20325
20326 2007-01-21  Bruno Haible  <bruno@clisp.org>
20327
20328         * modules/striconveha: New file.
20329         * lib/striconveha.h: New file.
20330         * lib/striconveha.c: New file.
20331         * MODULES.html.sh (Internationalization functions): Add striconveha.
20332         * lib/striconv.c (str_iconv): Optimize the case of an empty input
20333         string.
20334         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
20335
20336 2007-01-21  Bruno Haible  <bruno@clisp.org>
20337
20338         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
20339         * lib/striconveh.c (str_iconveh): Likewise.
20340
20341 2007-01-21  Bruno Haible  <bruno@clisp.org>
20342
20343         * lib/striconveh.h (mem_iconveh): New declaration.
20344         * lib/striconveh.c (mem_iconveh): New function.
20345         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
20346
20347 2007-01-21  Bruno Haible  <bruno@clisp.org>
20348
20349         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
20350
20351         * lib/striconveh.h (mem_cd_iconveh): Change specification.
20352         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
20353         original result buffer.
20354         (str_cd_iconveh): Update.
20355         * tests/test-striconveh.c (main): Update.
20356
20357         * lib/striconv.h (mem_cd_iconv): Change specification.
20358         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
20359         result buffer.
20360         (str_cd_iconv): Update.
20361         * tests/test-striconv.c (main): Update.
20362
20363 2007-01-21  Bruno Haible  <bruno@clisp.org>
20364
20365         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
20366
20367 2007-01-20  Jim Meyering  <jim@meyering.net>
20368
20369         * lib/userspec.c (parse_with_separator): If a user or group string
20370         starts with "+", skip the corresponding name-to-ID look-up, since
20371         such a look-up must fail: user and group names may not include "+".
20372
20373 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20374
20375         * lib/poll.c: Include sys/time.h and time.h unconditionally,
20376         since we now assume the sys_time module.
20377         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
20378         check for sys/time.h; no longer needed.
20379         * modules/poll (Depends-on): Depend on sys_time.
20380
20381 2007-01-18  Bruno Haible  <bruno@clisp.org>
20382
20383         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
20384         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
20385
20386         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
20387         gettimeofday.
20388
20389         * tests/test-gettimeofday.c: Include <time.h>.
20390         (dummy): Remove variable.
20391
20392         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
20393         gl_HEADER_SYS_TIME_H.
20394         (gl_HEADER_SYS_TIME_H): New macro.
20395
20396         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
20397         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20398         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
20399         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
20400         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20401         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
20402         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
20403         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20404         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
20405         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
20406         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20407
20408         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
20409         last change; it caused a compilation error when cross-compiling to
20410         Cygwin.
20411
20412 2007-01-18  Jim Meyering  <jim@meyering.net>
20413
20414         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
20415         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
20416         than the race-prone "test -d sys || mkdir sys".
20417         (configure.ac): Use AC_PROG_MKDIR_P.
20418         * modules/sys_select: Likewise.
20419         * modules/sys_socket: Likewise.
20420         * modules/sys_time: Likewise.
20421
20422 2007-01-18  Eric Blake  <ebb9@byu.net>
20423
20424         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
20425         replace gettimeofday.
20426         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
20427         name, to avoid infinite recursion.
20428
20429 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
20430
20431         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
20432         module sys_time.
20433         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
20434         assume timespec.h defines struct timeval.
20435         * lib/settime.c: Likewise.
20436         * lib/utimens.c: Likewise.
20437         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
20438         since we now assume the gettimeofday module.
20439         * lib/tempname.c (__gen_tempname): Likewise.
20440         * lib/gettimeofday.h: Remove.
20441         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
20442         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
20443         Include <time.h>, for 'time()'.
20444         (localtime_buffer_addr): Also use this workaround if
20445         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
20446         to simplify the uses.  All uses changed.
20447         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
20448         that #undef is inside {}, and 'const' follows type name consistently.
20449         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
20450         (gettimeofday): Do not use the maximum possible value for
20451         tv->tv_usec, since that might break usages other than ls.c.
20452         Instead, we'll leave ls.c alone.  This undoes today's patch
20453         by Bruno.  Add a compile-time warning for 1s-clock resolution;
20454         we've never observed the problem but might as well keep the
20455         canary.
20456         * lib/nanosleep.c: Include timespec.h first, for interface check.
20457         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
20458         now assume the sys_time module.
20459         * lib/tempname.c: Likewise.
20460         * lib/timespec.h: Likewise.
20461         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
20462         needed.
20463         * lib/strftime.c: Likewise.
20464         * lib/timespec.h: Likewise.
20465         * lib/posixtm.c: Include posixtm.h first, for interface check.
20466         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
20467         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
20468         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
20469         * lib/sys_time_.h: New file.
20470         * lib/timespec.h (struct timespec): Use long int, not long.
20471         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
20472         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
20473         Remove obsolescent call to AC_HEADER_TIME.
20474         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
20475         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
20476         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
20477         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
20478         Likewise.
20479         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
20480         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
20481         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
20482         into the sys_time module.  Check for gettimeofday just once.
20483         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
20484         for gettimeofday signature to just check the signature.  Merely
20485         compile it, since linking doesn't test signature.  Improve test for
20486         whether gettimeofday.o is actually needed.
20487         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
20488         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
20489         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
20490         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20491         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
20492         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
20493         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
20494         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
20495         than worrying about sys/time.h.
20496         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
20497         Don't bother worrying about TIME_WITH_SYS_TIME.
20498         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
20499         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
20500         * m4/sys_time_h.m4: New file.
20501         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
20502         Don't include sys/time.h.  Return from main rather than exiting.
20503         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
20504         all uses changed.
20505         * modules/gethrxtime (Depends-on): Add sys_time.
20506         * modules/gettime (Depends-on): Likewise.
20507         * modules/gettimeofday (Depends-on): Likewise.
20508         * modules/nanosleep (Depends-on): Likewise.
20509         * modules/settime (Depends-on): Likewise.
20510         * modules/tempname (Depends-on): Likewise.
20511         * modules/utimens (Depends-on): Likewise.
20512         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
20513         (Include:) Change back to <sys/time.h>.
20514         (Maintainer:) Add self.
20515         * modules/sys_time: New file.
20516         * modules/tempname (Depends-on): Add gettimeofday.
20517         * tests/test-gettimeofday.c: Include <sys/time.h>
20518         rather than gettimeofday.h.
20519
20520 2007-01-17  Bruno Haible  <bruno@clisp.org>
20521
20522         * gnulib-tool (func_get_license): Revert last patch. Instead, let
20523         the license default to GPL.
20524         (func_create_testdir): Don't complain if a module is LGPL and its
20525         tests module depends on GPLed modules.
20526
20527 2007-01-17  Bruno Haible  <bruno@clisp.org>
20528
20529         * lib/gettimeofday.c (gettimeofday): Add code for the case
20530         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
20531         maximum possible value for tv->tv_usec, rather than the minimum one.
20532
20533 2005-10-08  Martin Lambers  <marlam@marlam.de>
20534 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
20535 2007-01-16  Bruno Haible  <bruno@clisp.org>
20536
20537         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
20538         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
20539         gl_FUNC_GETTIMEOFDAY.
20540         (Include): Add gettimeofday.h.
20541         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
20542         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
20543         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
20544         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
20545         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
20546         * lib/gettimeofday.h: New file.
20547         * lib/gettimeofday.c: Include <sys/timeb.h>.
20548         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
20549         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20550         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
20551         fall back on time().
20552
20553         * tests/test-gettimeofday.c: New file.
20554         * modules/gettimeofday-tests: New file.
20555
20556 2007-01-16  Eric Blake  <ebb9@byu.net>
20557
20558         * modules/fnmatch (Depends-on): Depend on wchar.
20559         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
20560         * m4/fnmatch.m4: Likewise.
20561         * modules/mbchar (Makefile.am): Assume <wchar.h>.
20562         * m4/mbchar.m4: Likewise.
20563         * modules/mbswidth (Depends-on): Depend on wchar.
20564         * lib/mbswidth.c: Assume <wchar.h>.
20565         * m4/mbswidth.m4: Likewise.
20566         * modules/quotearg (Depends-on): Depend on wchar.
20567         * lib/quotearg.c: Assume <wchar.h>.
20568         * m4/quotearg.m4: Likewise.
20569         * modules/regex (Depends-on): Depend on wchar.
20570         * lib/regex_internal.h: Assume <wchar.h>.
20571         * m4/regex.m4: Likewise.
20572         * modules/stdint (Depends-on): Depend on wchar.
20573         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
20574         * m4/stdint.m4: Likewise.
20575         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
20576         * modules/strftime (Depends-on): Depend on wchar.
20577         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
20578         * modules/strtol (Depends-on): Depend on wchar.
20579         * lib/strtol.c: Assume <wchar.h>.
20580         * modules/wcwidth (Depends-on): Depend on wchar.
20581         * lib/wcwidth.h: Assume <wchar.h>.
20582         * m4/wcwidth.m4: Likewise.
20583
20584 2007-01-16  Bruno Haible  <bruno@clisp.org>
20585
20586         * modules/csharpexec-script: New, created from...
20587         * modules/csharpexec: ... this.
20588
20589 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
20590
20591         * modules/javaexec-script: New, created from...
20592         * modules/javaexec: ... this.
20593
20594 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20595
20596         * modules/poll (Dependencies): Add sys_select.
20597
20598 2007-01-15  Jim Meyering  <jim@meyering.net>
20599
20600         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
20601         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
20602         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
20603         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
20604
20605 2007-01-15  Bruno Haible  <bruno@clisp.org>
20606
20607         * modules/striconveh: New file.
20608         * lib/striconveh.h: New file.
20609         * lib/striconveh.c: New file.
20610         * MODULES.html.sh (Internationalization functions): Add striconveh.
20611
20612         * modules/striconveh-tests: New file.
20613         * tests/test-striconveh.c: New file.
20614
20615 2007-01-15  Bruno Haible  <bruno@clisp.org>
20616
20617         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
20618         not from GNU libiconv or GNU libc.
20619
20620 2007-01-15  Bruno Haible  <bruno@clisp.org>
20621
20622         * doc/gnulib-intro.texi (Copyright): Explain the different license
20623         terms for module descriptions, autoconf macros, tests, documentation.
20624
20625 2007-01-14  Bruno Haible  <bruno@clisp.org>
20626
20627         * modules/striconv-tests: New file.
20628         * tests/test-striconv.c: New file.
20629
20630 2007-01-14  Bruno Haible  <bruno@clisp.org>
20631
20632         * modules/iconv-tests: New file.
20633         * tests/test-iconv.c: New file.
20634
20635 2007-01-14  Bruno Haible  <bruno@clisp.org>
20636
20637         * gnulib-tool (func_get_license): For test modules, use the license of
20638         the main module.
20639
20640 2007-01-14  Bruno Haible  <bruno@clisp.org>
20641
20642         * modules/iconv (Include): Clarify that <iconv.h> can only be included
20643         if iconv is found to exist.
20644
20645 2007-01-14  Bruno Haible  <bruno@clisp.org>
20646
20647         * modules/c-ctype-tests: New file.
20648         * tests/test-c-ctype.c: New file.
20649
20650 2007-01-14  Bruno Haible  <bruno@clisp.org>
20651
20652         * modules/binary-io-tests: New file.
20653         * tests/test-binary-io.sh: New file.
20654         * tests/test-binary-io.c: New file.
20655
20656 2007-01-14  Bruno Haible  <bruno@clisp.org>
20657
20658         * modules/array-oset-tests: New file.
20659         * tests/test-array_oset.c: New file.
20660
20661 2007-01-14  Bruno Haible  <bruno@clisp.org>
20662
20663         * modules/array-list-tests: New file.
20664         * tests/test-array_list.c: New file.
20665
20666 2007-01-14  Bruno Haible  <bruno@clisp.org>
20667
20668         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
20669         and make.
20670         Reported by Simon Josefsson in
20671         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
20672
20673 2007-01-14  Bruno Haible  <bruno@clisp.org>
20674
20675         * modules/allocsa-tests: New file.
20676         * tests/test-allocsa.c: New file.
20677
20678 2007-01-14  Bruno Haible  <bruno@clisp.org>
20679
20680         * modules/fchdir (Depends-on): Add absolute-header.
20681         * modules/unistd (Depends-on): Likewise.
20682
20683 2006-12-30  Bruno Haible  <bruno@clisp.org>
20684
20685         * modules/fchdir: New file.
20686         * modules/unistd (Files): Add lib/unistd_.h.
20687         (Makefile.am): Generate unistd.h from unistd_.h.
20688         * lib/fchdir.c: New file.
20689         * lib/dirent_.h: New file.
20690         * lib/unistd_.h: New file.
20691         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
20692         * m4/fchdir.m4: New file.
20693         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
20694         (gl_HEADER_UNISTD): Invoke it.
20695         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
20696         function.
20697         * lib/backupfile.c (opendir, closedir): Undefine.
20698         * lib/chown.c (open, close): Undefine.
20699         * lib/clean-temp.c (open, close): Undefine.
20700         * lib/copy-file.c (open, close): Undefine.
20701         * lib/execute.c (open, close): Undefine.
20702         * lib/fsusage.c (open, close): Undefine.
20703         * lib/gc-gnulib.c (open, close): Undefine.
20704         * lib/getcwd.c (opendir, closedir): Undefine.
20705         * lib/glob.c (opendir, closedir): Undefine.
20706         * lib/javacomp.c (open, close): Undefine.
20707         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
20708         * lib/openat-proc.c (open, close): Undefine.
20709         * lib/pagealign_alloc.c (open, close): Undefine.
20710         * lib/pipe.c (open, close): Undefine.
20711         * lib/progreloc.c (open, close): Undefine.
20712         * lib/savedir.c (opendir, closedir): Undefine.
20713         * lib/utime.c (open, close): Undefine.
20714         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
20715
20716 2007-01-10  Bruno Haible  <bruno@clisp.org>
20717
20718         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
20719
20720 2007-01-12  Eric Blake  <ebb9@byu.net>
20721
20722         Provide a robust <wchar.h>.  Further simplifications are now
20723         possible in other modules, but not included here.
20724         * modules/wchar: New module.
20725         * m4/wchar.m4: New file.
20726         * lib/wchar_.h: Likewise.
20727         * modules/mbchar (Depends-on): Depend on wchar, as the first use
20728         of the new module.
20729         * MODULES.html.sh (Extended multibyte and wide character utilities):
20730         New section.
20731
20732 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
20733
20734         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
20735         to a reasonable default for memory allocation.
20736         (xreadlink): Don't allocate a huge buffer, to work around a buggy
20737         file system that reports garbage st_size values for symlinks.
20738         Problem reported by Liyang Hu.
20739
20740 2007-01-11  Simon Josefsson  <simon@josefsson.org>
20741
20742         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
20743         Emacs .#* auto-save files).
20744
20745 2007-01-11  Bruno Haible  <bruno@clisp.org>
20746
20747         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
20748         directory.
20749
20750 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
20751
20752         Use @...@ consistently in lib/wctype_.h.
20753         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
20754         on it being set to 1 or 0.
20755         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
20756         go back to AC_SUBSTing it.
20757         * modules/wctype (Makefile.am): Undo previous change.
20758
20759 2007-01-10  Eric Blake  <ebb9@byu.net>
20760
20761         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
20762         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
20763         * modules/wctype (Makefile.am): Likewise.
20764         Reported by Chris McGuire.
20765
20766 2007-01-10  Jim Meyering  <jim@meyering.net>
20767
20768         fts.c: a small readability/maintainability improvement
20769         * lib/fts.c (fts_read): Make this code slightly more readable and
20770         maintainable by hoisting the "sp->fts_cur = p" assignments to
20771         immediately follow the statements that set P.  Derived from
20772         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
20773
20774 2007-01-10  Eric Blake  <ebb9@byu.net>
20775
20776         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
20777         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
20778         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
20779         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
20780         Reported by Chris McGuire.
20781
20782 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20783
20784         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
20785         in sed script.
20786
20787 2007-01-09  Bruno Haible  <bruno@clisp.org>
20788
20789         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
20790         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
20791         variables.
20792         (func_module): Use them.
20793
20794 2007-01-09  Bruno Haible  <bruno@clisp.org>
20795
20796         * modules/unistr/base: New file.
20797         * lib/unistr.h: New file.
20798
20799         * modules/unistr/u8-to-u16: New file.
20800         * lib/unistr/u8-to-u16.c: New file.
20801
20802         * modules/unistr/u8-to-u32: New file.
20803         * lib/unistr/u8-to-u32.c: New file.
20804
20805         * modules/unistr/u16-to-u8: New file.
20806         * lib/unistr/u16-to-u8.c: New file.
20807
20808         * modules/unistr/u16-to-u32: New file.
20809         * lib/unistr/u16-to-u32.c: New file.
20810
20811         * modules/unistr/u32-to-u8: New file.
20812         * lib/unistr/u32-to-u8.c: New file.
20813
20814         * modules/unistr/u32-to-u16: New file.
20815         * lib/unistr/u32-to-u16.c: New file.
20816
20817         * modules/unistr/u8-check: New file.
20818         * modules/unistr/u16-check: New file.
20819         * modules/unistr/u32-check: New file.
20820         * lib/unistr/u8-check.c: New file.
20821         * lib/unistr/u16-check.c: New file.
20822         * lib/unistr/u32-check.c: New file.
20823
20824         * modules/unistr/u8-chr: New file.
20825         * modules/unistr/u16-chr: New file.
20826         * modules/unistr/u32-chr: New file.
20827         * lib/unistr/u8-chr.c: New file.
20828         * lib/unistr/u16-chr.c: New file.
20829         * lib/unistr/u32-chr.c: New file.
20830
20831         * modules/unistr/u8-cmp: New file.
20832         * modules/unistr/u16-cmp: New file.
20833         * modules/unistr/u32-cmp: New file.
20834         * lib/unistr/u8-cmp.c: New file.
20835         * lib/unistr/u16-cmp.c: New file.
20836         * lib/unistr/u32-cmp.c: New file.
20837
20838         * modules/unistr/u8-cpy: New file.
20839         * modules/unistr/u16-cpy: New file.
20840         * modules/unistr/u32-cpy: New file.
20841         * lib/unistr/u8-cpy.c: New file.
20842         * lib/unistr/u16-cpy.c: New file.
20843         * lib/unistr/u32-cpy.c: New file.
20844         * lib/unistr/u-cpy.h: New file.
20845
20846         * modules/unistr/u8-cpy-alloc: New file.
20847         * modules/unistr/u16-cpy-alloc: New file.
20848         * modules/unistr/u32-cpy-alloc: New file.
20849         * lib/unistr/u8-cpy-alloc.c: New file.
20850         * lib/unistr/u16-cpy-alloc.c: New file.
20851         * lib/unistr/u32-cpy-alloc.c: New file.
20852         * lib/unistr/u-cpy-alloc.h: New file.
20853
20854         * modules/unistr/u8-endswith: New file.
20855         * modules/unistr/u16-endswith: New file.
20856         * modules/unistr/u32-endswith: New file.
20857         * lib/unistr/u8-endswith.c: New file.
20858         * lib/unistr/u16-endswith.c: New file.
20859         * lib/unistr/u32-endswith.c: New file.
20860         * lib/unistr/u-endswith.h: New file.
20861
20862         * modules/unistr/u8-mblen: New file.
20863         * modules/unistr/u16-mblen: New file.
20864         * modules/unistr/u32-mblen: New file.
20865         * lib/unistr/u8-mblen.c: New file.
20866         * lib/unistr/u16-mblen.c: New file.
20867         * lib/unistr/u32-mblen.c: New file.
20868
20869         * modules/unistr/u8-mbtouc: New file.
20870         * modules/unistr/u16-mbtouc: New file.
20871         * modules/unistr/u32-mbtouc: New file.
20872         * lib/unistr/u8-mbtouc.c: New file.
20873         * lib/unistr/u16-mbtouc.c: New file.
20874         * lib/unistr/u32-mbtouc.c: New file.
20875
20876         * modules/unistr/u8-mbtouc-safe: New file.
20877         * modules/unistr/u16-mbtouc-safe: New file.
20878         * modules/unistr/u32-mbtouc-safe: New file.
20879         * lib/unistr/u8-mbtouc-safe.c: New file.
20880         * lib/unistr/u16-mbtouc-safe.c: New file.
20881         * lib/unistr/u32-mbtouc-safe.c: New file.
20882
20883         * modules/unistr/u8-move: New file.
20884         * modules/unistr/u16-move: New file.
20885         * modules/unistr/u32-move: New file.
20886         * lib/unistr/u8-move.c: New file.
20887         * lib/unistr/u16-move.c: New file.
20888         * lib/unistr/u32-move.c: New file.
20889         * lib/unistr/u-move.h: New file.
20890
20891         * modules/unistr/u8-next: New file.
20892         * modules/unistr/u16-next: New file.
20893         * modules/unistr/u32-next: New file.
20894         * lib/unistr/u8-next.c: New file.
20895         * lib/unistr/u16-next.c: New file.
20896         * lib/unistr/u32-next.c: New file.
20897
20898         * modules/unistr/u8-prev: New file.
20899         * modules/unistr/u16-prev: New file.
20900         * modules/unistr/u32-prev: New file.
20901         * lib/unistr/u8-prev.c: New file.
20902         * lib/unistr/u16-prev.c: New file.
20903         * lib/unistr/u32-prev.c: New file.
20904
20905         * modules/unistr/u8-set: New file.
20906         * modules/unistr/u16-set: New file.
20907         * modules/unistr/u32-set: New file.
20908         * lib/unistr/u8-set.c: New file.
20909         * lib/unistr/u16-set.c: New file.
20910         * lib/unistr/u32-set.c: New file.
20911         * lib/unistr/u-set.h: New file.
20912
20913         * modules/unistr/u8-startswith: New file.
20914         * modules/unistr/u16-startswith: New file.
20915         * modules/unistr/u32-startswith: New file.
20916         * lib/unistr/u8-startswith.c: New file.
20917         * lib/unistr/u16-startswith.c: New file.
20918         * lib/unistr/u32-startswith.c: New file.
20919         * lib/unistr/u-startswith.h: New file.
20920
20921         * modules/unistr/u8-stpcpy: New file.
20922         * modules/unistr/u16-stpcpy: New file.
20923         * modules/unistr/u32-stpcpy: New file.
20924         * lib/unistr/u8-stpcpy.c: New file.
20925         * lib/unistr/u16-stpcpy.c: New file.
20926         * lib/unistr/u32-stpcpy.c: New file.
20927         * lib/unistr/u-stpcpy.h: New file.
20928
20929         * modules/unistr/u8-stpncpy: New file.
20930         * modules/unistr/u16-stpncpy: New file.
20931         * modules/unistr/u32-stpncpy: New file.
20932         * lib/unistr/u8-stpncpy.c: New file.
20933         * lib/unistr/u16-stpncpy.c: New file.
20934         * lib/unistr/u32-stpncpy.c: New file.
20935         * lib/unistr/u-stpncpy.h: New file.
20936
20937         * modules/unistr/u8-strcat: New file.
20938         * modules/unistr/u16-strcat: New file.
20939         * modules/unistr/u32-strcat: New file.
20940         * lib/unistr/u8-strcat.c: New file.
20941         * lib/unistr/u16-strcat.c: New file.
20942         * lib/unistr/u32-strcat.c: New file.
20943         * lib/unistr/u-strcat.h: New file.
20944
20945         * modules/unistr/u8-strchr: New file.
20946         * modules/unistr/u16-strchr: New file.
20947         * modules/unistr/u32-strchr: New file.
20948         * lib/unistr/u8-strchr.c: New file.
20949         * lib/unistr/u16-strchr.c: New file.
20950         * lib/unistr/u32-strchr.c: New file.
20951
20952         * modules/unistr/u8-strcmp: New file.
20953         * modules/unistr/u16-strcmp: New file.
20954         * modules/unistr/u32-strcmp: New file.
20955         * lib/unistr/u8-strcmp.c: New file.
20956         * lib/unistr/u16-strcmp.c: New file.
20957         * lib/unistr/u32-strcmp.c: New file.
20958
20959         * modules/unistr/u8-strcpy: New file.
20960         * modules/unistr/u16-strcpy: New file.
20961         * modules/unistr/u32-strcpy: New file.
20962         * lib/unistr/u8-strcpy.c: New file.
20963         * lib/unistr/u16-strcpy.c: New file.
20964         * lib/unistr/u32-strcpy.c: New file.
20965         * lib/unistr/u-strcpy.h: New file.
20966
20967         * modules/unistr/u8-strcspn: New file.
20968         * modules/unistr/u16-strcspn: New file.
20969         * modules/unistr/u32-strcspn: New file.
20970         * lib/unistr/u8-strcspn.c: New file.
20971         * lib/unistr/u16-strcspn.c: New file.
20972         * lib/unistr/u32-strcspn.c: New file.
20973         * lib/unistr/u-strcspn.h: New file.
20974
20975         * modules/unistr/u8-strdup: New file.
20976         * modules/unistr/u16-strdup: New file.
20977         * modules/unistr/u32-strdup: New file.
20978         * lib/unistr/u8-strdup.c: New file.
20979         * lib/unistr/u16-strdup.c: New file.
20980         * lib/unistr/u32-strdup.c: New file.
20981         * lib/unistr/u-strdup.h: New file.
20982
20983         * modules/unistr/u8-strlen: New file.
20984         * modules/unistr/u16-strlen: New file.
20985         * modules/unistr/u32-strlen: New file.
20986         * lib/unistr/u8-strlen.c: New file.
20987         * lib/unistr/u16-strlen.c: New file.
20988         * lib/unistr/u32-strlen.c: New file.
20989         * lib/unistr/u-strlen.h: New file.
20990
20991         * modules/unistr/u8-strmblen: New file.
20992         * modules/unistr/u16-strmblen: New file.
20993         * modules/unistr/u32-strmblen: New file.
20994         * lib/unistr/u8-strmblen.c: New file.
20995         * lib/unistr/u16-strmblen.c: New file.
20996         * lib/unistr/u32-strmblen.c: New file.
20997
20998         * modules/unistr/u8-strmbtouc: New file.
20999         * modules/unistr/u16-strmbtouc: New file.
21000         * modules/unistr/u32-strmbtouc: New file.
21001         * lib/unistr/u8-strmbtouc.c: New file.
21002         * lib/unistr/u16-strmbtouc.c: New file.
21003         * lib/unistr/u32-strmbtouc.c: New file.
21004
21005         * modules/unistr/u8-strncat: New file.
21006         * modules/unistr/u16-strncat: New file.
21007         * modules/unistr/u32-strncat: New file.
21008         * lib/unistr/u8-strncat.c: New file.
21009         * lib/unistr/u16-strncat.c: New file.
21010         * lib/unistr/u32-strncat.c: New file.
21011         * lib/unistr/u-strncat.h: New file.
21012
21013         * modules/unistr/u8-strncmp: New file.
21014         * modules/unistr/u16-strncmp: New file.
21015         * modules/unistr/u32-strncmp: New file.
21016         * lib/unistr/u8-strncmp.c: New file.
21017         * lib/unistr/u16-strncmp.c: New file.
21018         * lib/unistr/u32-strncmp.c: New file.
21019
21020         * modules/unistr/u8-strncpy: New file.
21021         * modules/unistr/u16-strncpy: New file.
21022         * modules/unistr/u32-strncpy: New file.
21023         * lib/unistr/u8-strncpy.c: New file.
21024         * lib/unistr/u16-strncpy.c: New file.
21025         * lib/unistr/u32-strncpy.c: New file.
21026         * lib/unistr/u-strncpy.h: New file.
21027
21028         * modules/unistr/u8-strnlen: New file.
21029         * modules/unistr/u16-strnlen: New file.
21030         * modules/unistr/u32-strnlen: New file.
21031         * lib/unistr/u8-strnlen.c: New file.
21032         * lib/unistr/u16-strnlen.c: New file.
21033         * lib/unistr/u32-strnlen.c: New file.
21034         * lib/unistr/u-strnlen.h: New file.
21035
21036         * modules/unistr/u8-strpbrk: New file.
21037         * modules/unistr/u16-strpbrk: New file.
21038         * modules/unistr/u32-strpbrk: New file.
21039         * lib/unistr/u8-strpbrk.c: New file.
21040         * lib/unistr/u16-strpbrk.c: New file.
21041         * lib/unistr/u32-strpbrk.c: New file.
21042         * lib/unistr/u-strpbrk.h: New file.
21043
21044         * modules/unistr/u8-strrchr: New file.
21045         * modules/unistr/u16-strrchr: New file.
21046         * modules/unistr/u32-strrchr: New file.
21047         * lib/unistr/u8-strrchr.c: New file.
21048         * lib/unistr/u16-strrchr.c: New file.
21049         * lib/unistr/u32-strrchr.c: New file.
21050
21051         * modules/unistr/u8-strspn: New file.
21052         * modules/unistr/u16-strspn: New file.
21053         * modules/unistr/u32-strspn: New file.
21054         * lib/unistr/u8-strspn.c: New file.
21055         * lib/unistr/u16-strspn.c: New file.
21056         * lib/unistr/u32-strspn.c: New file.
21057         * lib/unistr/u-strspn.h: New file.
21058
21059         * modules/unistr/u8-strstr: New file.
21060         * modules/unistr/u16-strstr: New file.
21061         * modules/unistr/u32-strstr: New file.
21062         * lib/unistr/u8-strstr.c: New file.
21063         * lib/unistr/u16-strstr.c: New file.
21064         * lib/unistr/u32-strstr.c: New file.
21065         * lib/unistr/u-strstr.h: New file.
21066
21067         * modules/unistr/u8-strtok: New file.
21068         * modules/unistr/u16-strtok: New file.
21069         * modules/unistr/u32-strtok: New file.
21070         * lib/unistr/u8-strtok.c: New file.
21071         * lib/unistr/u16-strtok.c: New file.
21072         * lib/unistr/u32-strtok.c: New file.
21073         * lib/unistr/u-strtok.h: New file.
21074
21075         * modules/unistr/u8-uctomb: New file.
21076         * modules/unistr/u16-uctomb: New file.
21077         * modules/unistr/u32-uctomb: New file.
21078         * lib/unistr/u8-uctomb.c: New file.
21079         * lib/unistr/u16-uctomb.c: New file.
21080         * lib/unistr/u32-uctomb.c: New file.
21081
21082         * MODULES.html.sh (Unicode string functions): Add the new modules.
21083
21084 2007-01-08  Bruno Haible  <bruno@clisp.org>
21085
21086         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
21087         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
21088         subdirectories.
21089
21090 2007-01-08  Karl Berry  <karl@gnu.org>
21091
21092         * doc/error.texi: mention that main() fns must set program_name
21093         when progname is used.
21094
21095 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
21096
21097         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
21098         WCTYPE_H is empty, for the benefit of builds from non-distclean
21099         directories.  Problem reported by Eric Blake in
21100         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
21101
21102 2007-01-08  Bruno Haible  <bruno@clisp.org>
21103
21104         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
21105         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
21106         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
21107         PROVIDE_CANONICALIZE_FILENAME_MODE.
21108         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
21109
21110 2007-01-08  Bruno Haible  <bruno@clisp.org>
21111
21112         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
21113         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
21114         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
21115         * lib/fts.c: Likewise.
21116         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
21117
21118 2006-12-25  Bruno Haible  <bruno@clisp.org>
21119
21120         * modules/utf8-ucs4-safe: New file.
21121         * lib/utf8-ucs4-safe.h: New file.
21122         * lib/unistr/utf8-ucs4-safe.c: New file.
21123
21124         * modules/utf16-ucs4-safe: New file.
21125         * lib/utf16-ucs4-safe.h: New file.
21126         * lib/unistr/utf16-ucs4-safe.c: New file.
21127
21128         * MODULES.html.sh (Unicode string functions): Add the new modules.
21129
21130 2007-01-08  Bruno Haible  <bruno@clisp.org>
21131
21132         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
21133         (Depends-on): Add unitypes.
21134         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
21135         (u8_mbtouc_aux): Move out to separate file.
21136         (u8_mbtouc): Use ucs4_t, uint8_t types.
21137         * lib/unistr/utf8-ucs4.c: New file.
21138
21139         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
21140         (Depends-on): Add unitypes.
21141         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
21142         (u16_mbtouc_aux): Move out to separate file.
21143         (u16_mbtouc): Use ucs4_t, uint16_t types.
21144         * lib/unistr/utf16-ucs4.c: New file.
21145
21146         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
21147         (Depends-on): Add unitypes.
21148         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
21149         (u8_uctomb_aux): Move out to separate file.
21150         (u8_uctomb): Use ucs4_t, uint8_t types.
21151         * lib/unistr/ucs4-utf8.c: New file.
21152
21153         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
21154         (Depends-on): Add unitypes.
21155         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
21156         (u16_uctomb_aux): Move out to separate file.
21157         (u16_uctomb): Use ucs4_t, uint16_t types.
21158         * lib/unistr/ucs4-utf16.c: New file.
21159
21160 2006-12-25  Bruno Haible  <bruno@clisp.org>
21161
21162         * modules/unitypes: New file.
21163         * lib/unitypes.h: New file.
21164         * MODULES.html.sh (func_all_modules): New section "Unicode string
21165         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
21166         this section. Add unitypes.
21167
21168 2007-01-08  Bruno Haible  <bruno@clisp.org>
21169
21170         Avoid variable names that conflict with those from libtool.
21171         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
21172         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
21173         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
21174         library_names_spec to acl_library_names_spec, hardcode_* to
21175         acl_hardcode_*.
21176         Reported by Ralf Wildenhues.
21177
21178 2007-01-08  Bruno Haible  <bruno@clisp.org>
21179
21180         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
21181         definition.
21182         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
21183         definition.
21184         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
21185         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
21186         definition.
21187         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
21188         definition.
21189         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
21190         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
21191         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
21192         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
21193         definition.
21194         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
21195         definition.
21196         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
21197         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
21198         GC_USE_<algorithm>.
21199         * lib/gc-libgcrypt.c: Likewise.
21200         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
21201         * modules/gc-arctwo (configure.ac): Likewise.
21202         * modules/gc-des (configure.ac): Likewise.
21203         * modules/gc-hmac-md5 (configure.ac): Likewise.
21204         * modules/gc-hmac-sha1 (configure.ac): Likewise.
21205         * modules/gc-md2 (configure.ac): Likewise.
21206         * modules/gc-md4 (configure.ac): Likewise.
21207         * modules/gc-md5 (configure.ac): Likewise.
21208         * modules/gc-random (configure.ac): Likewise.
21209         * modules/gc-rijndael (configure.ac): Likewise.
21210         * modules/gc-sha1 (configure.ac): Likewise.
21211
21212 2007-01-08  Bruno Haible  <bruno@clisp.org>
21213
21214         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
21215         macro definition.
21216         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
21217         definition.
21218         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
21219         definition.
21220         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
21221         * modules/fcntl-safer (configure.ac): Likewise.
21222         * modules/fopen-safer (configure.ac): Likewise.
21223         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
21224         GNULIB_FWRITEERROR macro definition.
21225
21226 2007-01-08  Bruno Haible  <bruno@clisp.org>
21227
21228         * m4/gnulib-common.m4: New file.
21229         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
21230         (func_get_filelist): Add m4/gnulib-common.m4.
21231
21232 2007-01-08  Bruno Haible  <bruno@clisp.org>
21233
21234         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
21235         command.
21236
21237 2007-01-08  Jim Meyering  <jim@meyering.net>
21238
21239         Use a more robust test for a "can't happen" condition.
21240         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
21241         narrowed the st_size value.  Presuming the "can't happen" condition
21242         is true, that narrowing could conceivably convert an invalid st_size
21243         value into a valid one.  Instead, use a change based on Matthew
21244         Woehlke's original patch.
21245
21246         Slight readability improvement: use an assert-like macro
21247         in place of literal "abort ()" uses.
21248         * lib/fts.c (fts_assert): Define.
21249         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
21250         Use this macro instead of a bare 'abort'.
21251
21252 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
21253
21254         Don't worry about using IRIX 5.3's wctype.h broken definitions;
21255         simply work around them.
21256         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
21257         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
21258         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
21259         declaring.
21260         Don't bother to define as macros, since the standard doesn't require it.
21261         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
21262         longer worry about IRIX 5.3.
21263         (HAVE_WCTYPE_CTMP_BUG): Remove.
21264
21265 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21266
21267         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
21268         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
21269         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
21270         Problems reported by Georg Schwarz for IRIX 5.3.
21271
21272         * gnulib-tool (autoconf_minversion): Take the maximum version number
21273         found, not the minimum.  Problem reported by James Youngman.
21274
21275 2007-01-03  Karl Berry  <karl@gnu.org>
21276
21277         * doc/error.texi: new file, explaining interaction with progname.
21278         * doc/gnulib.texi: include it.  Update copyright.
21279
21280 2007-01-03  Simon Josefsson  <simon@josefsson.org>
21281
21282         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
21283         AC_CANONICAL_HOST, to improve autobuild outputs.
21284
21285 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
21286             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
21287
21288         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
21289         sockets, server sockets, and other file descriptors.  Count errors
21290         to compute the return value.  Reorder the code a bit to be easier
21291         to follow.  Don't set event bits that were not requested (except
21292         POLLERR and POLLHUP).
21293
21294 2007-01-01  Bruno Haible  <bruno@clisp.org>
21295
21296         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
21297
21298 2007-01-03  Jim Meyering  <jim@meyering.net>
21299
21300         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
21301
21302 2007-01-02  Bruno Haible  <bruno@clisp.org>
21303
21304         * modules/settime (Include): Require timespec.h.
21305         * modules/nanosleep (Include): Likewise.
21306
21307 2007-01-01  Bruno Haible  <bruno@clisp.org>
21308
21309         * gnulib-tool (func_emit_copyright_notice): Bump year.
21310         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
21311
21312 2007-01-01  Bruno Haible  <bruno@clisp.org>
21313
21314         Improve support for OpenBSD.
21315         * build-aux/config.rpath (libname_spec): Export.
21316         (library_names_spec): New variable. Export.
21317         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
21318         library_names_spec from the config.rpath output. Locate shared library
21319         through the name pattern in library_names_spec.
21320
21321 2007-01-01  Eric Blake  <ebb9@byu.net>
21322
21323         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
21324
21325 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
21326
21327         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
21328         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
21329         assume the C locale, and avoid an "eval" that could cause trouble.
21330         Problem with SORT reported by Bob Proulx.
21331
21332         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
21333         Define.  Trivial patch from Henning Nielsen Lund, originally
21334         sent to bug-grep@gnu.org today.
21335
21336 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
21337
21338         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
21339         struct stat.  Problem reported by Henning Nielsen Lund.
21340         * lib/acl.c: Include acl.h first, to check interface.  Don't
21341         bother to include sys/types.h and sys/stat.h again.
21342
21343 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21344
21345         Import the following change from libc; problem reported by
21346         Sven Verdoolaege.
21347
21348         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
21349
21350         [BZ #1373]
21351         * lib/argp.h: Remove __NTH for __argp_usage inline function.
21352
21353 2006-12-28  Jim Meyering  <jim@meyering.net>
21354
21355         * build-aux/announce-gen: Do not assume that the package
21356         builds any of tar.gz, tar.bz2, and .xdelta files.
21357         Suggestion from Simon Josefsson.
21358
21359 2006-12-28  Simon Josefsson  <simon@josefsson.org>
21360
21361         * modules/announce-gen: New file.
21362
21363 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
21364
21365         * lib/mbchar.h: Just include <wctype.h>; the wctype module
21366         handles its gotchas now.
21367         * lib/mbswidth.c: Likewise.
21368         * lib/wcwidth.h: Likewise.
21369         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
21370         and iswcntrl; the wctype module does this stuff now.
21371         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
21372         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
21373         * modules/mbchar (Depends-on): Add wctype.
21374         * modules/mbswidth (Depends-on): Likewise.
21375         * modules/wcwidth (Depends-on): Likewise.
21376
21377 2006-12-27  Eric Blake  <ebb9@byu.net>
21378
21379         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
21380         module uses more than what <wctype.h> is required to provide.
21381
21382 2006-12-26  Eric Blake  <ebb9@byu.net>
21383
21384         * gnulib-tool (sed_extract_prog): Avoid space-tab.
21385
21386 2006-12-26  Eric Blake  <ebb9@byu.net>
21387
21388         * modules/absolute-header: New module.
21389         * modules/fcntl (Depends-on): Depend on it.
21390         * modules/inttypes (Depends-on): Likewise.
21391         * modules/stdint (Depends-on): Likewise.
21392         * modules/sys_stat (Depends-on): Likewise.
21393         * modules/wctype (Depends-on): Likewise.
21394         * MODULES.html.sh (Support for building libraries and
21395         executables): Document it.
21396
21397 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
21398
21399         * gnulib-tool (SED): Remove, undoing previous change.
21400         The problem was that it broke coreutils on Solaris, because
21401         "sed --posix" leaked into a makefile.
21402         (sed): New alias, if 'alias' and GNU sed.
21403
21404 2006-12-24  Jim Meyering  <jim@meyering.net>
21405
21406         Work around an fchownat bug in glibc-2.4:
21407         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
21408         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
21409         in spite of the -P option.
21410         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
21411         New macros.
21412         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
21413         * modules/openat (Files): Add lib/fchownat.c.
21414         * lib/openat.c (fchownat): Don't define here.  Move to...
21415         * lib/fchownat.c: ...this new file.
21416
21417 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21418
21419         Fix bug reported by Bruno Haible in
21420         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
21421         where quotearg.c didn't compile on Mac OS X 10.2 because it
21422         lacks <wchar.h> and wint_t.
21423         * lib/wctype_.h (__wctype_wint_t): New type.
21424         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
21425         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
21426         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
21427         Arg is now of type __wctype_wint_t, not wint_t.
21428         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
21429         substitute HAVE_WINT_T.
21430         * modules/wctype (Files): Add m4/wint_t.m4.
21431         (wctype.h): Substitute HAVE_WINT_T.
21432
21433 2006-12-23  Bruno Haible  <bruno@clisp.org>
21434
21435         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
21436
21437 2006-12-23  Bruno Haible  <bruno@clisp.org>
21438
21439         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
21440         S_ISLNK.
21441         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
21442         mingw.
21443
21444 2006-12-22  Bruno Haible  <bruno@clisp.org>
21445
21446         * lib/copy-file.c: Include acl.h.
21447         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
21448         Close the file descriptors only after being done with copy_acl.
21449         * modules/copy-file (Depends-on): Add acl.
21450
21451 2006-12-22  Bruno Haible  <bruno@clisp.org>
21452
21453         * gnulib-tool (SED): New variable.
21454         Use $SED instead of sed everywhere.
21455
21456 2006-12-22  Bruno Haible  <bruno@clisp.org>
21457
21458         * modules/no-c++: New file.
21459         * m4/no-c++.m4: New file.
21460         * MODULES.html.sh (Support for building libraries and executables):
21461         Add no-c++.
21462
21463 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
21464
21465         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
21466         Include <limits.h>, and use its INT_MAX to rewrite the
21467         j loop so that it does not overflow 'int'.  Problem reported by
21468         Ralf Wildenhues in
21469         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
21470         Play it safe by shifting left by 1 rather than multiplying by 2,
21471         as GCC is less likely to optimize this away when the value
21472         is signed (when it assumes overflow leads to undefined behavior).
21473         Also, don't assume time_t uses two's complement.
21474
21475 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
21476
21477         * MODULES.html.sh: New module wctype.
21478         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
21479         * lib/fnmatch.c: Don't bother to include <wchar.h> before
21480         <wctype.h>, since the new wctype module should fix this.
21481         * lib/quotearg.c: Include <wctype.h> unconditionally, since
21482         the wctype module should arrange for it.
21483         * lib/regex_internal.h: Likewise.
21484         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
21485         since the wctype module should handle this now.
21486         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
21487         * modules/fnmatch (Depends-on): Add wctype.
21488         * modules/quotearg (Depends-on): Likewise.
21489         * modules/regex (Depends-on): Likewise.
21490
21491 2006-12-19  Bruno Haible  <bruno@clisp.org>
21492
21493         * lib/strdup.h [C++]: Wrap definitions in extern "C".
21494         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
21495
21496 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21497
21498         * modules/savewd (Depends-on): Fix dependency on fcntl.
21499
21500 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
21501
21502         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
21503         conforms to C99, rather than relying on the user's environment
21504         setting of STDINT_H.
21505
21506 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
21507         and Eric Blake  <ebb9@byu.net>
21508
21509         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
21510         This is more consistent with the other defines here.
21511         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
21512         Port to z/OS.  Problem reported by Paul Gilmartin.
21513         Change local vars to use gl_ prefix rather than ac_.
21514         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
21515         with other defines.
21516         * modules/double-slash-root: New module.
21517         * modules/dirname (Files): Remove m4/double-slash-root.m4.
21518         (Depends-on): Add double-slash-root.
21519         * MODULES.html.sh (File system functions): Mention new module.
21520
21521 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
21522
21523         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
21524         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
21525         This is for the benefit of gzip, which doesn't do i18n.
21526
21527 2006-12-12  Jim Meyering  <jim@meyering.net>
21528
21529         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
21530         Reported by Andreas Schwab <schwab@suse.de>.
21531
21532 2006-12-12  Bruno Haible  <bruno@clisp.org>
21533
21534         Merge these changes.
21535         2006-09-05  Bruno Haible  <bruno@clisp.org>
21536         * lib/iconvme.c (iconv_string): No need to save and restore errno when
21537         iconv_alloc succeeded.
21538         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
21539         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
21540         test for " && dest " at the end - dest is always != NULL there. Call
21541         iconv with 4xNULL arguments initially, to reset the state. Call iconv
21542         with 2xNULL arguments, also to flush the state storage. Handle the
21543         IRIX iconv behaviour. Realloc the final result, to throw away unused
21544         memory.
21545
21546 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
21547
21548         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
21549         and fchmodat unconditionally, since glibc 2.4 has them.
21550         Problem reported by Arkadiusz Miskiewicz.
21551
21552 2006-12-10  Bruno Haible  <bruno@clisp.org>
21553
21554         * gnulib-tool (func_import): Show the include files only for those
21555         modules that are copied and specified.
21556         Reported by Karl Berry.
21557
21558 2006-12-08  Jim Meyering  <jim@meyering.net>
21559
21560         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
21561         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
21562
21563         * build-aux/announce-gen: Add two new options, both optional:
21564         --bootstrap-tools=TOOL_LIST
21565               a comma-separated list of tools, e.g.,
21566               autoconf,automake,bison,gnulib
21567         --gnulib-snapshot-date=DATE
21568               if gnulib is in the bootstrap tool list,
21569               then report this as the snapshot date.
21570               If not specified, use the current date/time.
21571               If you specify a date here, be sure it's UTC.
21572
21573 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21574
21575         * tests/test-argp-2.sh: Fix test to match actual output.
21576         (func_compare): Fix sed script to be portable.
21577
21578 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
21579
21580         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
21581         workaround for this case.  It is not autoconfigured now; offhand
21582         it's hard to see how to autoconfigure it.
21583
21584 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
21585
21586         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
21587         a directory that is about to be chowned.  Such a directory's
21588         initial file permissions should permit the owner only and this
21589         should not be changed until after the chown, since the group and
21590         other bits would be incorrect if they granted permission before
21591         the chown.
21592
21593         Fix porting problem for iswctype reported by Georg Schwarz in:
21594         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
21595         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
21596         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
21597         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
21598         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
21599
21600 2006-12-03  Jim Meyering  <jim@meyering.net>
21601
21602         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
21603         p->fts_statp may not yet be defined.
21604         (fts_read): Instead, set it in the caller, once p->fts_statp is
21605         sure to be defined, and corresponds to a top-level directory.
21606         This bug made du -x fail.  Here's the coreutils test case:
21607         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
21608         Reported by Mike Frysinger.
21609
21610 2006-12-01  Jim Meyering  <jim@meyering.net>
21611
21612         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
21613         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
21614         Reported by Simon Josefsson.
21615
21616 2006-11-30  Jim Meyering  <jim@meyering.net>
21617
21618         * m4/warning.m4: Use the all-permissive copyright notice
21619         recommended by RMS (rather than LGPL).
21620         * m4/vararrays.m4: Likewise.
21621         * m4/flexmember.m4: Likewise.
21622
21623 2006-11-29  Bruno Haible  <bruno@clisp.org>
21624
21625         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
21626         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
21627         using +=.
21628         Reported by Simon Josefsson <simon@josefsson.org>.
21629
21630 2006-11-28  James Youngman <jay@gnu.org>
21631
21632         * README: Advise users that they might find the bug-gnulib@gnu.org
21633         and autotools-announce@gnu.org mailing lists useful.
21634
21635 2006-11-28  Bruno Haible  <bruno@clisp.org>
21636
21637         * m4/ptrdiff_max.m4: Remove file.
21638
21639 2006-11-21  Bruno Haible  <bruno@clisp.org>
21640
21641         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
21642         _AC_COMPUTE_INT.
21643         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21644         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
21645         _AC_COMPUTE_INT.
21646         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21647         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
21648         _AC_COMPUTE_INT.
21649         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21650
21651 2006-11-28  Jim Meyering  <jim@meyering.net>
21652
21653         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
21654         warning from "gcc -Wshadow" about shadowing the builtin.
21655
21656 2006-11-27  Bruno Haible  <bruno@clisp.org>
21657
21658         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
21659         _AC_COMPUTE_INT.
21660         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21661
21662 2006-11-27  Bruno Haible  <bruno@clisp.org>
21663             Paul Eggert  <eggert@cs.ucla.edu>
21664
21665         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
21666
21667 2006-11-26  Bruno Haible  <bruno@clisp.org>
21668
21669         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
21670         noinst_LTLIBRARIES.
21671
21672 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21673             Bruno Haible  <bruno@clisp.org>
21674
21675         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
21676         if compiling with "gcc -ansi".
21677
21678 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21679
21680         Fix some incompatibilities with gcc -ansi -pedantic.
21681         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
21682         if compiling pedantically with GCC, unless it's C99 or later.
21683         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
21684         it mishandles gcc -ansi -pedantic as well.
21685         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
21686         if gcc -pedantic.
21687         * lib/regexec.c (check_node_accept_bytes): Don't use auto
21688         initializers for struct if -pedantic, unless it's C99 or later.
21689
21690 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
21691
21692         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
21693         Don't close an fd more than once. Identical atimes indicate
21694         success, not failure.
21695
21696 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
21697
21698         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
21699
21700 2006-11-23  Jim Meyering  <jim@meyering.net>
21701
21702         * build-aux/announce-gen: New file.  From coreutils.
21703
21704 2006-11-22  Jim Meyering  <jim@meyering.net>
21705
21706         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
21707         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
21708         (fts_read): Use a temporary to narrow the overused st_size member
21709         before using it in a switch statement.  Reported by Matthew Woehlke.
21710
21711         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
21712         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
21713
21714 2006-11-20  Bruno Haible  <bruno@clisp.org>
21715
21716         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
21717         changequote instead of pairs of brackets.
21718         Reported by Andreas Schwab <schwab@suse.de>.
21719
21720 2006-11-21  Jim Meyering  <jim@meyering.net>
21721
21722         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
21723         so as to remain compatible with older compilers.
21724         Patch from Michael Deutschmann.
21725
21726 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21727
21728         * MODULES.html.sh (File system functions): Add openat.
21729
21730         * lib/openat.h (rpl_fstatat): New macro, if
21731         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
21732         (fstatat): Define to rpl_fstatat under the same conditions,
21733         unless COMPILING_FSTATAT.
21734         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
21735         seems to have the bug.
21736         * lib/fstatat.c: New file.
21737         * modules/openat (Files): Add it.
21738
21739 2006-11-20  Bruno Haible  <bruno@clisp.org>
21740
21741         * Makefile: New file.
21742
21743 2006-11-20  Jim Meyering  <jim@meyering.net>
21744
21745         The beginnings of syntax-related checks for gnulib.
21746         * lib/Makefile: New file.
21747         * lib/t-idcache: New script.  Ensure that the two halves of
21748         idcache.c stay in sync.
21749
21750         * lib/idcache.c: Adjust comments in user- and group- portions to
21751         be more accurate, and to be consistent with one another.
21752
21753 2006-11-20  Jim Meyering  <jim@meyering.net>
21754
21755         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
21756         continue using the flexible array member (thus, this module performs
21757         half as many malloc calls), with the addition that...
21758         (getgroup, getuser): Consistently record a non-match via an empty
21759         "name" string, and map an empty string match to a NULL return value.
21760         * modules/idcache (Depends-on): Re-add flexmember.
21761
21762         * lib/idcache.c (getuser): Remove all uses of the register keyword.
21763         (getuidbyname, getgroup, getgidbyname): Likewise.
21764
21765         Use cleaner syntax: NULL rather than 0.
21766         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
21767
21768 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21769
21770         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
21771         It mishandled the case where the group was missing.
21772         Problem reported by Greg Schafer.
21773         * modules/idcache: Likewise.
21774
21775 2006-11-18  Jim Meyering  <jim@meyering.net>
21776
21777         * check-module (%exempt_header): Add exception for some
21778         conditionally-included headers.
21779
21780         * modules/i-ring (Depends-on): Add verify.
21781         (License): Change to LGPL.
21782
21783 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21784
21785         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
21786         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
21787         and inttostr.h.  Use snprintf rather than uinttostr, so that
21788         LGPLed code doesn't depend on GPLed.
21789
21790 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21791
21792         * modules/inline (License): Change from GPL to LGPL.
21793
21794 2006-11-17  Jim Meyering  <jim@meyering.net>
21795
21796         * modules/d-type (License): Switch to LGPL.
21797
21798 2006-11-15  Bruno Haible  <bruno@clisp.org>
21799
21800         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
21801
21802 2006-11-15  Eric Blake  <ebb9@byu.net>
21803
21804         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
21805         the module dependency.
21806
21807 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21808             Bruno Haible  <bruno@clisp.org>
21809
21810         * gnulib-tool (func_create_testdir): Add license consistency check.
21811
21812 2006-11-15  Eric Blake  <ebb9@byu.net>
21813
21814         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
21815         random "(cached)" in configure output.
21816
21817 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21818
21819         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
21820         test for conforming inttypes.h is both announced and cached.
21821
21822         * MODULES.html.sh (seen_modules, seen_files): New variables.
21823         (func_module): Rewrite to use a few less gnulib-tool and sed
21824         invocations.  Avoid a couple of quadratic algorithms for ...
21825         (missed_modules, missed_files): ... these, with ...
21826         (func_append, func_tmpdir): ... these new functions, from
21827         gnulib-tool.  Analogously, install traps for cleanup.
21828
21829         * tests/test-gc.c (main): Remove unused variables.
21830         * tests/test-read-file.c: Include stdlib.h, for 'free'.
21831
21832 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
21833
21834         * modules/inttostr (License): Change to LGPL.
21835
21836 2006-11-14  Eric Blake  <ebb9@byu.net>
21837
21838         * modules/tempname (License): Change to LGPL.
21839
21840 2006-11-14  Eric Blake  <ebb9@byu.net>
21841
21842         * doc/functions.texi (Function Portability): *printf functions on
21843         Cygwin now understand all POSIX size specifiers.
21844
21845 2006-11-14  Bruno Haible  <bruno@clisp.org>
21846
21847         * modules/c-ctype (License): Change to LGPL.
21848
21849 2006-11-12  Bruno Haible  <bruno@clisp.org>
21850
21851         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
21852         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
21853         for GNOME libraries, for which the include files are installed in
21854         subdirectories of $prefix/include.
21855
21856 2006-11-12  Bruno Haible  <bruno@clisp.org>
21857
21858         * m4/lib-link.m4: Require at least autoconf-2.54.
21859         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
21860         name to underscores for the --with option.
21861
21862 2006-11-13  Bruno Haible  <bruno@clisp.org>
21863
21864         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
21865         the tests directory.
21866         Reported by Ralf Wildenhues.
21867
21868 2006-11-13  Bruno Haible  <bruno@clisp.org>
21869
21870         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
21871         (func_emit_initmacro_end): Undo the override here.
21872         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
21873         Works around the famous automake error in coreutils.
21874
21875 2006-11-13  Eric Blake  <ebb9@byu.net>
21876
21877         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
21878         element, not its node.
21879
21880 2006-11-12  Bruno Haible  <bruno@clisp.org>
21881
21882         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
21883         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
21884
21885 2006-11-12  Bruno Haible  <bruno@clisp.org>
21886
21887         * gnulib-tool: New option --local-symlink.
21888         (func_usage): Document it.
21889         (lsymbolic): New variable.
21890         (func_import, func_create_testdir): If --symlink was not specified,
21891         test whether --local-symlink was specified and the file comes from
21892         the local_gnulib_dir.
21893
21894 2006-11-12  Bruno Haible  <bruno@clisp.org>
21895
21896         * gnulib-tool (func_ln): New function.
21897         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
21898
21899 2006-11-12  Bruno Haible  <bruno@clisp.org>
21900
21901         Finish support for source files in subdirectories.
21902         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
21903         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
21904         AUTOMAKE_OPTIONS.
21905         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
21906
21907 2006-11-12  Bruno Haible  <bruno@clisp.org>
21908
21909         * gnulib-tool (func_get_automake_snippet): Synthesize also an
21910         EXTRA_lib_SOURCES augmentation.
21911         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
21912
21913 2006-11-12  Jim Meyering  <jim@meyering.net>
21914
21915         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
21916         file descriptors.  This also averts a failure on systems with
21917         native openat support when a traversed directory lacks "x" access.
21918         * lib/fts_.h: Include "i-ring.h"
21919         (struct FTS) [fts_fd_ring]: New member.
21920         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
21921         (FCHDIR): Add parentheses.
21922         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
21923         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
21924         When descending, rather than simply closing the previous
21925         fts_cwd_fd value, push that file descriptor onto the ring.
21926         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
21927         (fts_open): Initialize the new fd_ring member.
21928         (fts_close): Clear the ring.
21929         (fts_safe_changedir): When possible, use our new fd_ring to skip
21930         the diropen and fstat and dev/ino comparison that would normally
21931         accompany a virtual `chdir ("..")'.
21932
21933         * modules/fts (Depends-on): Add i-ring.
21934         * modules/i-ring: New module.
21935         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
21936         * m4/i-ring.m4: New file.
21937
21938 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21939
21940         * gnulib-tool (func_create_testdir): Fix replacement of
21941         `build-aux' in configure.ac.  Run autotools in gltests
21942         subdirectory.
21943         (func_create_testdir, func_create_megatestdir, test): There is
21944         no need for '--force' in most autotool invocations in a new
21945         tree.  Actually fail the whole test if any of the tools, or the
21946         configure or make stages fail.
21947
21948         Sync from Automake.
21949         * build-aux/gnupload: Revert last change.  Add pointer to upload
21950         instructions of the GNU Maintenance Instructions.
21951         Suggestion by Karl Berry.
21952
21953 2006-11-10  Jim Meyering  <jim@meyering.net>
21954
21955         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
21956
21957 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21958
21959         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
21960         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
21961         (bind_textdomain_codeset) [! ENABLE_NLS]:
21962         Evaluate all the arguments.  That way, callers get compatible behavior
21963         if the arguments have side effects.  Also, it avoids some GCC
21964         diagnostics in some cases; Joel E. Denny reported problems when Bison
21965         was configured with --enable-gcc-warnigs.
21966
21967 2006-11-10  Jim Meyering  <jim@meyering.net>
21968
21969         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
21970         relevant options in CFLAGS (like -O, -fno-inline) are taken into
21971         account.
21972
21973 2006-11-10  Jim Meyering  <jim@meyering.net>
21974
21975         * modules/inline: New file/module.
21976         * modules/xalloc (Files): Remove m4/inline.m4.
21977         (Depends-on): Add inline, instead.
21978         * modules/oset: Likewise.
21979         * modules/list: Likewise.
21980
21981 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21982
21983         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
21984         Problem reported by Matthew Woehlke.
21985
21986 2006-11-09  Bruno Haible  <bruno@clisp.org>
21987
21988         * lib/tempname.c (gen_tempname): Remove variant that invokes
21989         __gen_tempname.
21990         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
21991         __gen_tempname.
21992
21993 2006-11-08  Bruno Haible  <bruno@clisp.org>
21994
21995         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
21996         to 'yes' instead of 'cross-compiling'.
21997
21998 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
21999
22000         * lib/quotearg.h (quotearg_free): New decl.
22001         * lib/quotearg.c (quotearg_free): New function.
22002         (slot0, nslots, slotvec0, slotvec):
22003         Now file-scope so that quotearg_free can get at them.
22004
22005 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22006
22007         Sync from Automake.
22008         * build-aux/gnupload: Add missing 'gnu' to example URL.
22009         Report by Karl Berry.
22010
22011 2006-11-08  Bruno Haible  <bruno@clisp.org>
22012
22013         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
22014         Suggested by Paul Eggert.
22015
22016 2006-11-08  Jim Meyering  <jim@meyering.net>
22017
22018         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
22019         It's already included if !_LIBC.
22020         (fts_safe_changedir): Add a comment.
22021
22022 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
22023
22024         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
22025         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
22026         Matthew Woehlke.
22027
22028         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
22029         definitions up, to avoid colliding with change below.
22030         (static_inline) [HAVE_INLINE]: New macro.
22031         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
22032         Provide extern decls when !HAVE_INLINE.  Do not define unless
22033         static_inline is defined, either by us or by xmalloc.c.  Use
22034         static_inline rather than static inline.
22035         (XCALLOC): Optimize sizeof(T) = 1 case.
22036         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
22037
22038 2006-11-07  Bruno Haible  <bruno@clisp.org>
22039
22040         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
22041         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
22042         AC_C_INLINE.
22043         * modules/xalloc (Files): Add m4/inline.m4.
22044
22045 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22046
22047         * README: Fix typo.
22048         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
22049         (Miscellanous Notes): ...from this.
22050
22051 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
22052
22053         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
22054         Mention that offsetof should be used instead of sizeof.
22055         From Bruno Haible.
22056
22057 2006-11-07  Bruno Haible  <bruno@clisp.org>
22058
22059         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
22060
22061 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
22062
22063         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
22064         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
22065         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
22066         (gl_tree_add_before, gl_tree_add_after):
22067         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
22068         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
22069         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
22070         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
22071         (gl_linked_add_after, gl_linked_add_at): Likewise.
22072         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
22073         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
22074         (gl_tree_add_before, gl_tree_add_after): Likewise.
22075         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
22076         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
22077         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
22078
22079 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22080
22081         * lib/gl_oset.h: Use C comment style, not C++ comment style.
22082
22083 2006-11-06  Bruno Haible  <bruno@clisp.org>
22084
22085         * m4/inline.m4: New file.
22086         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
22087         * modules/list (Files): Add m4/inline.m4.
22088         * modules/oset (Files): Likewise.
22089
22090 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
22091
22092         * lib/idcache.c: Include <stddef.h>, for offsetof.
22093         (struct userid.name): Change from char * to a flexible array member.
22094         All uses changed.
22095         * modules/idcache (Depends-on): Add flexmember.
22096
22097         * MODULES.html.sh (Core language properties): New module flexmember.
22098         * modules/flexmember, m4/flexmember.m4: New files.
22099
22100         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
22101         inline functions that are identical with the old xnmalloc_inline,
22102         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
22103         that we can avoid some unnecessary integer multiplications and
22104         divisions in the common case where the element size is known at
22105         compile time.
22106         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
22107         needed.
22108         (xnboundedmalloc): Remove.
22109         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
22110         arguments, for consistency with rest of this header.
22111         (xcharalloc): Rewrite using XNMALLOC.
22112         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
22113         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
22114         versions have been moved to lib/xalloc.h and renamed to be the
22115         non-*_inline versions.
22116         (xmalloc, xrealloc): Implement without reference to the xnmalloc
22117         and xnrealloc functions, since those functions are now inline and
22118         now call us.
22119         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
22120         renaming described above.
22121         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
22122         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
22123         captures the dependency in AC_C_INLINE.
22124
22125         New module canonicalize-lgpl, proposed by Charles Wilson in
22126         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
22127         with a few small changes afterwards.
22128         * MODULES.html.sh (File system functions): New module
22129         canonicalize-lgpl.
22130         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
22131         and canonicalize_file_name.
22132         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
22133         * modules/canonicalize-lgpl: New files.
22134
22135 2006-11-05  Bruno Haible  <bruno@clisp.org>
22136
22137         * gnulib-tool (func_import, func_create_testdir): Create directories
22138         also for files in subdirectories of lib/.
22139
22140 2006-11-05  Bruno Haible  <bruno@clisp.org>
22141
22142         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
22143         ANSI C compliant.
22144
22145 2006-11-03  Bruno Haible  <bruno@clisp.org>
22146
22147         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
22148         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
22149         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
22150         (xnboundedmalloc): New inline function.
22151         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
22152         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
22153         xmalloc.
22154         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
22155         xmalloc.
22156         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
22157         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
22158         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
22159         xmalloc.
22160         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
22161         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
22162         xmalloc.
22163         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
22164         gl_tree_add_after): Use XMALLOC instead of xmalloc.
22165         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
22166         xmalloc.
22167         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
22168         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
22169         gl_tree_add_after): Use XMALLOC instead of xmalloc.
22170         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
22171         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
22172         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
22173         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
22174
22175 2006-11-03  Bruno Haible  <bruno@clisp.org>
22176
22177         * lib/c-ctype.h [C++]: Define functions without name mangling.
22178         * lib/fwriteerror.h [C++]: Likewise.
22179         * lib/gcd.h [C++]: Likewise.
22180         * lib/linebreak.h [C++]: Likewise.
22181
22182 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
22183
22184         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
22185         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
22186         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
22187         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
22188         Check for functions and headers just once.
22189         Check for declaration of canonicalize_file_name.
22190         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
22191
22192 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
22193
22194         * gnulib-tool (func_import): Fix typo in actioncmd.
22195
22196 2006-11-02  Bruno Haible  <bruno@clisp.org>
22197
22198         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
22199         newline sequence in the Makefile.am snippet as a space, like "make"
22200         does.
22201         Reported by Roger Persson <perrog@gmail.com>.
22202
22203 2006-11-01  Bruno Haible  <bruno@clisp.org>
22204
22205         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
22206         already declared in <string.h>.
22207         * lib/strcase.h (strncasecmp): Don't declare it if yes.
22208
22209 2006-11-01  Bruno Haible  <bruno@clisp.org>
22210
22211         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
22212         * lib/strcase.h: Include <string.h>.
22213         (strcasecmp): Define to rpl_strcasecmp here.
22214
22215 2006-11-01  Bruno Haible  <bruno@clisp.org>
22216
22217         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
22218
22219 2006-11-01  Eric Blake  <ebb9@byu.net>
22220
22221         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
22222
22223         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
22224
22225 2006-10-29  Bruno Haible  <bruno@clisp.org>
22226
22227         Make it compile in C++ mode.
22228         * lib/full-write.c (full_rw): Add a cast.
22229
22230 2006-11-01  Bruno Haible  <bruno@clisp.org>
22231
22232         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
22233         be POSIX compliant.
22234         Reported by Roger Persson <perrog@gmail.com>.
22235
22236 2006-11-01  Eric Blake  <ebb9@byu.net>
22237
22238         * lib/getopt_.h: Fix comments.
22239
22240 2006-10-31  Eric Blake  <ebb9@byu.net>
22241
22242         * modules/tmpdir (Depends-on): Add sys_stat.
22243         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
22244         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
22245         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
22246         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
22247         tempname.
22248
22249 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
22250
22251         Avoid some C++ diagnostics reported by Bruno Haible.
22252         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
22253         xmalloc.
22254         (quotearg_alloc): Use xcharalloc rather than xmalloc.
22255         (struct slotvec): Move to top level.
22256         (quotearg_n_options): Rewrite to avoid xmalloc.
22257         * lib/xalloc.h (xcharalloc): New function.
22258         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
22259         [defined __cplusplus]: Add function template that provides result
22260         type propagation.  This part of the change is from Bruno Haible.
22261
22262 2006-10-29  Bruno Haible  <bruno@clisp.org>
22263
22264         Make it compile in C++ mode.
22265         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
22266         * lib/strnlen1.c (strnlen1): Cast memchr result.
22267         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
22268         * lib/clean-temp.c (string_equals, string_hash): Add casts.
22269         (create_temp_dir): Rename local variable 'template'.
22270         (compile_csharp_using_sscli): Add cast.
22271         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
22272         * lib/findprog.c (find_in_path): Likewise.
22273         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
22274         * lib/wait-process.c (register_slave_subprocess): Likewise.
22275
22276 2006-10-22  Bruno Haible  <bruno@clisp.org>
22277
22278         * modules/tsearch: New file.
22279         * lib/tsearch.h: New file.
22280         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
22281         * m4/tsearch.m4: New file.
22282         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
22283
22284 2006-10-29  Eric Blake  <ebb9@byu.net>
22285
22286         * lib/arcfour.c: Assume config.h.
22287         * lib/arctwo.c: Likewise.
22288         * lib/base64.c: Likewise.
22289         * lib/check-version.c: Likewise.
22290         * lib/crc.c: Likewise.
22291         * lib/des.c: Likewise.
22292         * lib/gc-gnulib.c: Likewise.
22293         * lib/gc-libgcrypt.c: Likewise.
22294         * lib/gc-pbkdf2-sha1.c: Likewise.
22295         * lib/getaddrinfo.c: Likewise.
22296         * lib/getdelim.c: Likewise.
22297         * lib/getline.c: Likewise.
22298         * lib/hmac-md5.c: Likewise.
22299         * lib/hmac-sha1.c: Likewise.
22300         * lib/iconvme.c: Likewise.
22301         * lib/md2.c: Likewise.
22302         * lib/md4.c: Likewise.
22303         * lib/memxor.c: Likewise.
22304         * lib/read-file.c: Likewise.
22305         * lib/readline.c: Likewise.
22306         * lib/rijndael-alg-fst.c: Likewise.
22307         * lib/rijndael-api-fst.c: Likewise.
22308         * lib/xgetdomainname.c: Likewise.
22309
22310 2006-10-28  Eric Blake  <ebb9@byu.net>
22311
22312         * lib/xstrndup.c: Assume config.h.
22313
22314 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
22315
22316         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
22317         stat-macros.h is now for our own macros, whereas stat_h is for
22318         macros in the <sys/stat.h> name space.
22319         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
22320         (STAT_MACROS_H): Remove.
22321         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
22322         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
22323         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
22324         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
22325         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
22326         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
22327         Move these macros to ...
22328         * lib/stat_.h: here.  Don't include stat-macros.h.
22329         * lib/canonicalize.c: Don't include stat-macros.h.
22330         * lib/chown.c: Likewise.
22331         * lib/euidaccess.c: Likewise.
22332         * lib/file-type.c: Likewise.
22333         * lib/filemode.c: Likewise.
22334         * lib/glob.c: Likewise.
22335         * lib/isapipe.c: Likewise.
22336         * lib/lchown.c: Likewise.
22337         * lib/lstat.c: Likewise.
22338         * lib/mkdir-p.c: Likewise.
22339         * lib/rmdir.c: Likewise.
22340         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
22341         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
22342         unless mkdir isn't declared, to speed up 'configure'.
22343         Always create sys/stat.h, since it's unlikely any real sys/stat.h
22344         would define all the S_* symbols.
22345         * modules/canonicalize (Depends-on):
22346         Depend on sys_stat, not stat-macros.
22347         * modules/chown: Likewise.
22348         * modules/euidaccess: Likewise.
22349         * modules/filemode: Likewise.
22350         * modules/file-type: Likewise.
22351         * modules/glob: Likewise.
22352         * modules/isapipe: Likewise.
22353         * modules/lchown: Likewise.
22354         * modules/lstat: Likewise.
22355         * modules/mkancesdirs: Likewise.
22356         * modules/rmdir: Likewise.
22357         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
22358         * modules/modechange: Likewise.
22359         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
22360         (configure.ac): Remove gl_STAT_MACROS.
22361         * modules/sys_stat (Depends-on): Remove stat-macros.
22362
22363 2006-10-27  Bruno Haible  <bruno@clisp.org>
22364
22365         * m4/signed.m4: Remove file.
22366         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
22367         invocation.
22368         * modules/vasnprintf (Files): Remove m4/signed.m4.
22369
22370 2006-10-27  Bruno Haible  <bruno@clisp.org>
22371
22372         Update to GNU gettext 0.16.
22373         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
22374         m4/inttypes-h.m4, m4/signed.m4.
22375         * m4/gettext.m4: Update to GNU gettext 0.16.
22376         * m4/intl.m4: New file, from GNU gettext.
22377         * m4/intldir.m4: New file, from GNU gettext.
22378         * config/srclist.txt: Update
22379
22380 2006-10-27  Eric Blake  <ebb9@byu.net>
22381
22382         * MODULES.html.sh: Document tempname.
22383         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
22384         dependencies.
22385         (Files): Move lib/tempname.c...
22386         * modules/tempname: ...to this new module.
22387         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
22388         (gl_PREREQ_TEMPNAME): Move...
22389         * m4/tempname.m4: ...to this new file.
22390         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
22391         * modules/sys_stat (Depends-on): Add stat-macros.
22392         * lib/stat_.h (includes): Pick up stat macros.
22393         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
22394         if stat macros are broken.
22395         * lib/tempname.c (includes): No need to include "stat-macros.h".
22396         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
22397         (direxists, __path_search) [!_LIBC]: Don't compile these in
22398         gnulib; the tmpdir module covers that.
22399         * lib/tempname.h: New file.
22400
22401 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
22402
22403         * COPYING: Explain how gnulib-tool converts licence headers.
22404         Almost all wording by Eric Blake.
22405
22406 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
22407
22408         * lib/mbchar.h (is_basic_table): Make read-only.
22409         * lib/mbchar.c (is_basic_table): Likewise.
22410         Reported by John Darrington.
22411
22412 2006-10-25  Bruno Haible  <bruno@clisp.org>
22413
22414         * lib/progname.h (set_program_name): Undefine before defining.
22415
22416 2006-10-25  Bruno Haible  <bruno@clisp.org>
22417
22418         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
22419         false for non-gcc C++ compilers.
22420         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
22421
22422 2006-10-24  Bruno Haible  <bruno@clisp.org>
22423
22424         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
22425         iconv implementations like Irix iconv.
22426
22427 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22428
22429         * modules/vararrays: New file.
22430         * m4/vararrays.m4: New file, taken from diffutils.
22431         * MODULES.html.sh: New module vararrays.
22432
22433 2006-10-24  Karl Berry  <karl@gnu.org>
22434
22435         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
22436         Don't call GNU Unix.
22437
22438 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22439
22440         * users.txt: Add Libtool.
22441
22442         Sync from Libtool:
22443
22444         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22445
22446         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
22447         to gnulib's policy of including config.h unconditionally.
22448
22449 2006-10-24  Bruno Haible  <bruno@clisp.org>
22450
22451         * modules/wcwidth (Files): Add m4/wint_t.m4.
22452         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
22453         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
22454
22455 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22456
22457         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
22458         to pacify GCC with some -W flags enabled.  Problem reported by
22459         Bruno Haible.
22460
22461 2006-10-24  Jim Meyering  <jim@meyering.net>
22462
22463         * MODULES.html.sh: Remove uinttostr.  It's not a module.
22464         Reported by Karl Berry.
22465
22466 2006-10-23  Bruno Haible  <bruno@clisp.org>
22467
22468         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
22469
22470 2006-10-24  Bruno Haible  <bruno@clisp.org>
22471
22472         * lib/gl_list.h: Use C comment style, not C++ comment style.
22473
22474 2006-10-23  Eric Blake  <ebb9@byu.net>
22475
22476         * lib/getaddrinfo.c (includes): Add missing include.
22477
22478 2006-10-23  Bruno Haible  <bruno@clisp.org>
22479             Paul Eggert  <eggert@cs.ucla.edu>
22480
22481         Ability to rename obstack_free.
22482         * lib/obstack.h (__obstack_free): New macro. Declare instead of
22483         obstack_free.
22484         (obstack_free): Invoke the __obstack_free macro.
22485         * lib/obstack.c (obstack_free): Use __obstack_free macro.
22486
22487 2006-10-23  Bruno Haible  <bruno@clisp.org>
22488             Paul Eggert  <eggert@cs.ucla.edu>
22489
22490         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
22491         __argc, __argv from the declaration. (They are defined as macros on
22492         mingw.)
22493
22494 2006-10-22  Bruno Haible  <bruno@clisp.org>
22495
22496         * doc/gnulib-intro.texi: New file.
22497         * doc/gnulib.texi: Include it.
22498
22499 2006-10-21  Bruno Haible  <bruno@clisp.org>
22500
22501         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
22502         "Introduction", "Miscellanous Notes", "Particular Modules".
22503
22504 2006-10-21  Bruno Haible  <bruno@clisp.org>
22505
22506         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22507         Change mostlyclean-local rule to avoid sh syntax error from bash
22508         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
22509
22510 2006-10-23  Jim Meyering  <jim@meyering.net>
22511
22512         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
22513         in place of snprintf.
22514
22515         * modules/inttostr (Files): Add lib/uinttostr.c.
22516         * lib/uinttostr.c (inttostr): New file/function.
22517         * lib/inttostr.h (uinttostr): Declare.
22518         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
22519         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
22520         Add uinttostr.
22521         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
22522
22523 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
22524
22525         * lib/canonicalize.c (ELOOP): Define if not already defined.
22526         Problem reported by Bruno Haible in
22527         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
22528
22529 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
22530
22531         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
22532         Problem reported by Perry Smith and Ville Laurikari.
22533
22534         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
22535         uses.
22536
22537 2006-10-19  Bruno Haible  <bruno@clisp.org>
22538
22539         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
22540         for mingw.
22541
22542 2006-10-19  Bruno Haible  <bruno@clisp.org>
22543
22544         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
22545         Needed for mingw.
22546
22547 2006-10-19  Bruno Haible  <bruno@clisp.org>
22548
22549         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
22550
22551 2006-10-19  Bruno Haible  <bruno@clisp.org>
22552
22553         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
22554         it.
22555
22556 2006-10-19  Bruno Haible  <bruno@clisp.org>
22557
22558         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
22559         invocation.
22560
22561 2006-10-19  Bruno Haible  <bruno@clisp.org>
22562
22563         * gnulib-tool (func_create_testdir): Don't include ftruncate and
22564         mountlist by default.
22565
22566 2006-10-16  Bruno Haible  <bruno@clisp.org>
22567
22568         * lib/c-strstr.c: Include c-strstr.h.
22569
22570 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
22571
22572         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
22573         in a slash.
22574
22575 2006-10-18  Bruno Haible  <bruno@clisp.org>
22576
22577         * lib/lock.h [C++]: Wrap definitions in extern "C".
22578
22579 2006-10-18  Bruno Haible  <bruno@clisp.org>
22580
22581         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
22582         gl_LIBOBJS list.
22583
22584 2006-10-18  Bruno Haible  <bruno@clisp.org>
22585
22586         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
22587
22588 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
22589
22590         * lib/xstrtol.h: Include gettext.h.
22591         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
22592         Problem reported by Eric Blake.
22593         * modules/xstrtol (Depends-on): Add gettext-h.
22594
22595 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
22596
22597         * lib/strftime.c (advance): New macro.
22598         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
22599         incomplete type, so you can't add 0 to it.  Problem and patch
22600         reported by Eelco Dolstra for dietlibc.
22601
22602 2006-10-18  Jim Meyering  <jim@meyering.net>
22603
22604         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
22605         type for a local, and rename it: s/up/user_proc/.
22606
22607 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
22608
22609         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
22610         READ_UTMP_USER_PROCESS.
22611         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
22612
22613 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
22614
22615         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
22616         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
22617
22618 2006-10-17  Eric Blake  <ebb9@byu.net>
22619
22620         * lib/sigprocmask.c (sigprocmask): Fix typo.
22621
22622         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
22623
22624         * modules/clean-temp (Makefile.am): Don't add to make output...
22625         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
22626         config.h.
22627
22628 2006-10-17  Bruno Haible  <bruno@clisp.org>
22629
22630         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
22631         differently if DEFAULT_TEXT_DOMAIN is set.
22632
22633 2006-10-16  Bruno Haible  <bruno@clisp.org>
22634
22635         * lib/clean-temp.c: Include fwriteerror.h.
22636
22637 2006-10-16  Bruno Haible  <bruno@clisp.org>
22638
22639         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
22640
22641 2006-10-16  Bruno Haible  <bruno@clisp.org>
22642
22643         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
22644         * lib/sigprocmask.h: Include <sys/types.h>.
22645         (sigset_t): Use the system's definition if present.
22646
22647 2006-10-17  Eric Blake  <ebb9@byu.net>
22648
22649         * lib/xvasprintf.c (includes): Assume config.h.
22650         * lib/xasprintf.c (includes): Likewise.
22651
22652 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
22653
22654         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
22655         at least as wide as intmax_t.
22656
22657 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
22658
22659         (Imported from Automake.)
22660         * build-aux/gnupload: Update to version 1.1 of directive file.
22661
22662 2006-10-16  Eric Blake  <ebb9@byu.net>
22663
22664         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
22665         match Automake 1.10a.
22666
22667 2006-10-14  Bruno Haible  <bruno@clisp.org>
22668
22669         * modules/sigprocmask: New file.
22670         * lib/sigprocmask.h: New file.
22671         * lib/sigprocmask.c: New file.
22672         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
22673         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
22674         request sigprocmask.o.
22675         (gl_PREREQ_SIGPROCMASK): New macro.
22676         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
22677         (Depends-on): Add sigprocmask.
22678         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
22679         gt_SIGNALBLOCKING. Test for 'raise' only once.
22680         * lib/fatal-signal.c: Include sigprocmask.h.
22681         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
22682         unblock_fatal_signals): Define always.
22683         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22684         sigprocmask.
22685
22686 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
22687
22688         Sync from Automake.
22689         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
22690         which incorrectly sets the mode of an existing destination
22691         directory.  In some cases the unpatched install-sh could do the
22692         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
22693         system.  We hope this is rare in practice, but it's clearly worth
22694         fixing.  Problem reported by Alex Unleashed in
22695         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
22696         Also, don't bother to check for -m bugs unless we're using -m;
22697         suggested by Stepan Kasal.
22698
22699 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22700
22701         Sync from Automake.
22702         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
22703         `-c' flag, so they appear at the same position as in %FASTDEP%
22704         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
22705         which ignores unknown options only after the first non-option.
22706         Bug report against M4 by Nelson H. F. Beebe.
22707
22708 2006-10-13  Jim Meyering  <jim@meyering.net>
22709
22710         Fix a bug in yesterday's change.
22711         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
22712         p->fts_statp->st_dev would be used uninitialized.
22713         Ensures that we always call fts_stat on the very first entry.
22714         Miklos Szeredi reported that find -xdev stopped working.
22715
22716 2006-10-12  Bruno Haible  <bruno@clisp.org>
22717
22718         * gnulib-tool (func_get_automake_snippet): Append an automatically
22719         computed EXTRA_DIST augmentation.
22720         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
22721         * modules/alloca-opt (Makefile.am): Likewise.
22722         * modules/allocsa (Makefile.am): Likewise.
22723         * modules/arcfour (Makefile.am): Likewise.
22724         * modules/arctwo (Makefile.am): Likewise.
22725         * modules/argmatch (Makefile.am): Likewise.
22726         * modules/argz (Makefile.am): Likewise.
22727         * modules/atexit (Makefile.am): Likewise.
22728         * modules/backupfile (Makefile.am): Likewise.
22729         * modules/byteswap (Makefile.am): Likewise.
22730         * modules/c-strtod (Makefile.am): Likewise.
22731         * modules/c-strtold (Makefile.am): Likewise.
22732         * modules/calloc (Makefile.am): Likewise.
22733         * modules/canon-host (Makefile.am): Likewise.
22734         * modules/canonicalize (Makefile.am): Likewise.
22735         * modules/chdir-long (Makefile.am): Likewise.
22736         * modules/chdir-safer (Makefile.am): Likewise.
22737         * modules/check-version (Makefile.am): Likewise.
22738         * modules/chown (Makefile.am): Likewise.
22739         * modules/cloexec (Makefile.am): Likewise.
22740         * modules/close-stream (Makefile.am): Likewise.
22741         * modules/closeout (Makefile.am): Likewise.
22742         * modules/crc (Makefile.am): Likewise.
22743         * modules/csharpexec (Makefile.am): Likewise.
22744         * modules/cycle-check (Makefile.am): Likewise.
22745         * modules/des (Makefile.am): Likewise.
22746         * modules/dev-ino (Makefile.am): Likewise.
22747         * modules/dirfd (Makefile.am): Likewise.
22748         * modules/dirname (Makefile.am): Likewise.
22749         * modules/dup2 (Makefile.am): Likewise.
22750         * modules/eealloc (Makefile.am): Likewise.
22751         * modules/error (Makefile.am): Likewise.
22752         * modules/euidaccess (Makefile.am): Likewise.
22753         * modules/exclude (Makefile.am): Likewise.
22754         * modules/exitfail (Makefile.am): Likewise.
22755         * modules/fcntl-safer (Makefile.am): Likewise.
22756         * modules/fcntl (Makefile.am): Likewise.
22757         * modules/file-type (Makefile.am): Likewise.
22758         * modules/fileblocks (Makefile.am): Likewise.
22759         * modules/filemode (Makefile.am): Likewise.
22760         * modules/filenamecat (Makefile.am): Likewise.
22761         * modules/fnmatch (Makefile.am): Likewise.
22762         * modules/fopen-safer (Makefile.am): Likewise.
22763         * modules/fpending (Makefile.am): Likewise.
22764         * modules/fprintftime (Makefile.am): Likewise.
22765         * modules/free (Makefile.am): Likewise.
22766         * modules/fsusage (Makefile.am): Likewise.
22767         * modules/ftruncate (Makefile.am): Likewise.
22768         * modules/fts (Makefile.am): Likewise.
22769         * modules/gc-arcfour (Makefile.am): Likewise.
22770         * modules/gc-des (Makefile.am): Likewise.
22771         * modules/gc-hmac-md5 (Makefile.am): Likewise.
22772         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
22773         * modules/gc-md4 (Makefile.am): Likewise.
22774         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
22775         * modules/gc-sha1 (Makefile.am): Likewise.
22776         * modules/gc (Makefile.am): Likewise.
22777         * modules/getaddrinfo (Makefile.am): Likewise.
22778         * modules/getcwd (Makefile.am): Likewise.
22779         * modules/getdelim (Makefile.am): Likewise.
22780         * modules/getdomainname (Makefile.am): Likewise.
22781         * modules/getgroups (Makefile.am): Likewise.
22782         * modules/gethostname (Makefile.am): Likewise.
22783         * modules/gethrxtime (Makefile.am): Likewise.
22784         * modules/getline (Makefile.am): Likewise.
22785         * modules/getloadavg (Makefile.am): Likewise.
22786         * modules/getlogin_r (Makefile.am): Likewise.
22787         * modules/getndelim2 (Makefile.am): Likewise.
22788         * modules/getopt (Makefile.am): Likewise.
22789         * modules/getpagesize (Makefile.am): Likewise.
22790         * modules/getpass-gnu (Makefile.am): Likewise.
22791         * modules/getpass (Makefile.am): Likewise.
22792         * modules/getsubopt (Makefile.am): Likewise.
22793         * modules/gettime (Makefile.am): Likewise.
22794         * modules/gettimeofday (Makefile.am): Likewise.
22795         * modules/getugroups (Makefile.am): Likewise.
22796         * modules/getusershell (Makefile.am): Likewise.
22797         * modules/glob (Makefile.am): Likewise.
22798         * modules/group-member (Makefile.am): Likewise.
22799         * modules/hard-locale (Makefile.am): Likewise.
22800         * modules/hash (Makefile.am): Likewise.
22801         * modules/hmac-md5 (Makefile.am): Likewise.
22802         * modules/hmac-sha1 (Makefile.am): Likewise.
22803         * modules/human (Makefile.am): Likewise.
22804         * modules/idcache (Makefile.am): Likewise.
22805         * modules/imaxabs (Makefile.am): Likewise.
22806         * modules/imaxdiv (Makefile.am): Likewise.
22807         * modules/inet_ntop (Makefile.am): Likewise.
22808         * modules/inet_pton (Makefile.am): Likewise.
22809         * modules/intprops (Makefile.am): Likewise.
22810         * modules/inttostr (Makefile.am): Likewise.
22811         * modules/inttypes (Makefile.am): Likewise.
22812         * modules/isapipe (Makefile.am): Likewise.
22813         * modules/javaversion (Makefile.am): Likewise.
22814         * modules/lchmod (Makefile.am): Likewise.
22815         * modules/lchown (Makefile.am): Likewise.
22816         * modules/localcharset (Makefile.am): Likewise.
22817         * modules/long-options (Makefile.am): Likewise.
22818         * modules/lstat (Makefile.am): Likewise.
22819         * modules/malloc (Makefile.am): Likewise.
22820         * modules/mathl (Makefile.am): Likewise.
22821         * modules/mbchar (Makefile.am): Likewise.
22822         * modules/md2 (Makefile.am): Likewise.
22823         * modules/md4 (Makefile.am): Likewise.
22824         * modules/md5 (Makefile.am): Likewise.
22825         * modules/memcasecmp (Makefile.am): Likewise.
22826         * modules/memchr (Makefile.am): Likewise.
22827         * modules/memcmp (Makefile.am): Likewise.
22828         * modules/memcoll (Makefile.am): Likewise.
22829         * modules/memcpy (Makefile.am): Likewise.
22830         * modules/memmem (Makefile.am): Likewise.
22831         * modules/memmove (Makefile.am): Likewise.
22832         * modules/mempcpy (Makefile.am): Likewise.
22833         * modules/memrchr (Makefile.am): Likewise.
22834         * modules/memset (Makefile.am): Likewise.
22835         * modules/memxor (Makefile.am): Likewise.
22836         * modules/mkancesdirs (Makefile.am): Likewise.
22837         * modules/mkdir-p (Makefile.am): Likewise.
22838         * modules/mkdir (Makefile.am): Likewise.
22839         * modules/mkdtemp (Makefile.am): Likewise.
22840         * modules/mkstemp (Makefile.am): Likewise.
22841         * modules/mktime (Makefile.am): Likewise.
22842         * modules/modechange (Makefile.am): Likewise.
22843         * modules/mountlist (Makefile.am): Likewise.
22844         * modules/nanosleep (Makefile.am): Likewise.
22845         * modules/obstack (Makefile.am): Likewise.
22846         * modules/openat (Makefile.am): Likewise.
22847         * modules/pagealign_alloc (Makefile.am): Likewise.
22848         * modules/pathmax (Makefile.am): Likewise.
22849         * modules/physmem (Makefile.am): Likewise.
22850         * modules/poll (Makefile.am): Likewise.
22851         * modules/posixtm (Makefile.am): Likewise.
22852         * modules/posixver (Makefile.am): Likewise.
22853         * modules/putenv (Makefile.am): Likewise.
22854         * modules/quote (Makefile.am): Likewise.
22855         * modules/quotearg (Makefile.am): Likewise.
22856         * modules/raise (Makefile.am): Likewise.
22857         * modules/read-file (Makefile.am): Likewise.
22858         * modules/readline (Makefile.am): Likewise.
22859         * modules/readlink (Makefile.am): Likewise.
22860         * modules/readtokens (Makefile.am): Likewise.
22861         * modules/readutmp (Makefile.am): Likewise.
22862         * modules/realloc (Makefile.am): Likewise.
22863         * modules/regex (Makefile.am): Likewise.
22864         * modules/rename-dest-slash (Makefile.am): Likewise.
22865         * modules/rename (Makefile.am): Likewise.
22866         * modules/rijndael (Makefile.am): Likewise.
22867         * modules/rmdir (Makefile.am): Likewise.
22868         * modules/rpmatch (Makefile.am): Likewise.
22869         * modules/safe-read (Makefile.am): Likewise.
22870         * modules/safe-write (Makefile.am): Likewise.
22871         * modules/same-inode (Makefile.am): Likewise.
22872         * modules/same (Makefile.am): Likewise.
22873         * modules/save-cwd (Makefile.am): Likewise.
22874         * modules/savedir (Makefile.am): Likewise.
22875         * modules/setenv (Makefile.am): Likewise.
22876         * modules/settime (Makefile.am): Likewise.
22877         * modules/sha1 (Makefile.am): Likewise.
22878         * modules/sig2str (Makefile.am): Likewise.
22879         * modules/snprintf (Makefile.am): Likewise.
22880         * modules/stat-macros (Makefile.am): Likewise.
22881         * modules/stat-time (Makefile.am): Likewise.
22882         * modules/stdbool (Makefile.am): Likewise.
22883         * modules/stdint (Makefile.am): Likewise.
22884         * modules/stdlib-safer (Makefile.am): Likewise.
22885         * modules/stpcpy (Makefile.am): Likewise.
22886         * modules/stpncpy (Makefile.am): Likewise.
22887         * modules/strcase (Makefile.am): Likewise.
22888         * modules/strcasestr (Makefile.am): Likewise.
22889         * modules/strchrnul (Makefile.am): Likewise.
22890         * modules/strcspn (Makefile.am): Likewise.
22891         * modules/strdup (Makefile.am): Likewise.
22892         * modules/strerror (Makefile.am): Likewise.
22893         * modules/strftime (Makefile.am): Likewise.
22894         * modules/strndup (Makefile.am): Likewise.
22895         * modules/strnlen (Makefile.am): Likewise.
22896         * modules/strpbrk (Makefile.am): Likewise.
22897         * modules/strsep (Makefile.am): Likewise.
22898         * modules/strstr (Makefile.am): Likewise.
22899         * modules/strtod (Makefile.am): Likewise.
22900         * modules/strtoimax (Makefile.am): Likewise.
22901         * modules/strtok_r (Makefile.am): Likewise.
22902         * modules/strtol (Makefile.am): Likewise.
22903         * modules/strtoll (Makefile.am): Likewise.
22904         * modules/strtoul (Makefile.am): Likewise.
22905         * modules/strtoull (Makefile.am): Likewise.
22906         * modules/strtoumax (Makefile.am): Likewise.
22907         * modules/strverscmp (Makefile.am): Likewise.
22908         * modules/sys_socket (Makefile.am): Likewise.
22909         * modules/sys_stat (Makefile.am): Likewise.
22910         * modules/sysexits (Makefile.am): Likewise.
22911         * modules/time_r (Makefile.am): Likewise.
22912         * modules/timegm (Makefile.am): Likewise.
22913         * modules/timespec (Makefile.am): Likewise.
22914         * modules/tmpfile-safer (Makefile.am): Likewise.
22915         * modules/trim (Makefile.am): Likewise.
22916         * modules/unistd-safer (Makefile.am): Likewise.
22917         * modules/unlinkdir (Makefile.am): Likewise.
22918         * modules/unlocked-io (Makefile.am): Likewise.
22919         * modules/userspec (Makefile.am): Likewise.
22920         * modules/utime (Makefile.am): Likewise.
22921         * modules/utimecmp (Makefile.am): Likewise.
22922         * modules/utimens (Makefile.am): Likewise.
22923         * modules/vasnprintf (Makefile.am): Likewise.
22924         * modules/vasprintf (Makefile.am): Likewise.
22925         * modules/vsnprintf (Makefile.am): Likewise.
22926         * modules/xalloc (Makefile.am): Likewise.
22927         * modules/xgetcwd (Makefile.am): Likewise.
22928         * modules/xnanosleep (Makefile.am): Likewise.
22929         * modules/xreadlink (Makefile.am): Likewise.
22930         * modules/xstrtod (Makefile.am): Likewise.
22931         * modules/xstrtol (Makefile.am): Likewise.
22932         * modules/xstrtold (Makefile.am): Likewise.
22933         * modules/yesno (Makefile.am): Likewise.
22934         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
22935
22936 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
22937
22938         * modules/error (Makefile.am): Distribute files through
22939         EXTRA_DIST, not lib_SOURCES.
22940
22941 2006-10-12  Eric Blake  <ebb9@byu.net>
22942
22943         * modules/error (Makefile.am): Distribute files in /lib.
22944         * modules/obstack (Makefile.am): Likewise.
22945
22946 2006-10-12  Bruno Haible  <bruno@clisp.org>
22947
22948         * modules/acl (Makefile.am): Distribute all files in lib/ through
22949         EXTRA_DIST.
22950         * modules/arcfour (Makefile.am): Likewise.
22951         * modules/arctwo (Makefile.am): Likewise.
22952         * modules/argmatch (Makefile.am): Likewise.
22953         * modules/argz (Makefile.am): Likewise.
22954         * modules/atexit (Makefile.am): Likewise.
22955         * modules/backupfile (Makefile.am): Likewise.
22956         * modules/c-strtod (Makefile.am): Likewise.
22957         * modules/c-strtold (Makefile.am): Likewise.
22958         * modules/calloc (Makefile.am): Likewise.
22959         * modules/canon-host (Makefile.am): Likewise.
22960         * modules/canonicalize (Makefile.am): Likewise.
22961         * modules/chdir-long (Makefile.am): Likewise.
22962         * modules/chdir-safer (Makefile.am): Likewise.
22963         * modules/check-version (Makefile.am): Likewise.
22964         * modules/chown (Makefile.am): Likewise.
22965         * modules/cloexec (Makefile.am): Likewise.
22966         * modules/close-stream (Makefile.am): Likewise.
22967         * modules/closeout (Makefile.am): Likewise.
22968         * modules/crc (Makefile.am): Likewise.
22969         * modules/cycle-check (Makefile.am): Likewise.
22970         * modules/des (Makefile.am): Likewise.
22971         * modules/dirfd (Makefile.am): Likewise.
22972         * modules/dirname (Makefile.am): Likewise.
22973         * modules/dup2 (Makefile.am): Likewise.
22974         * modules/euidaccess (Makefile.am): Likewise.
22975         * modules/exclude (Makefile.am): Likewise.
22976         * modules/exitfail (Makefile.am): Likewise.
22977         * modules/fcntl-safer (Makefile.am): Likewise.
22978         * modules/file-type (Makefile.am): Likewise.
22979         * modules/fileblocks (Makefile.am): Likewise.
22980         * modules/filemode (Makefile.am): Likewise.
22981         * modules/filenamecat (Makefile.am): Likewise.
22982         * modules/fnmatch (Makefile.am): Likewise.
22983         * modules/fopen-safer (Makefile.am): Likewise.
22984         * modules/fpending (Makefile.am): Likewise.
22985         * modules/fprintftime (Makefile.am): Likewise.
22986         * modules/free (Makefile.am): Likewise.
22987         * modules/fsusage (Makefile.am): Likewise.
22988         * modules/ftruncate (Makefile.am): Likewise.
22989         * modules/fts (Makefile.am): Likewise.
22990         * modules/gc (Makefile.am): Likewise.
22991         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
22992         * modules/getaddrinfo (Makefile.am): Likewise.
22993         * modules/getcwd (Makefile.am): Likewise.
22994         * modules/getdelim (Makefile.am): Likewise.
22995         * modules/getdomainname (Makefile.am): Likewise.
22996         * modules/getgroups (Makefile.am): Likewise.
22997         * modules/gethostname (Makefile.am): Likewise.
22998         * modules/gethrxtime (Makefile.am): Likewise.
22999         * modules/getline (Makefile.am): Likewise.
23000         * modules/getloadavg (Makefile.am): Likewise.
23001         * modules/getlogin_r (Makefile.am): Likewise.
23002         * modules/getopt (Makefile.am): Likewise.
23003         * modules/getpass (Makefile.am): Likewise.
23004         * modules/getpass-gnu (Makefile.am): Likewise.
23005         * modules/getsubopt (Makefile.am): Likewise.
23006         * modules/gettime (Makefile.am): Likewise.
23007         * modules/gettimeofday (Makefile.am): Likewise.
23008         * modules/getugroups (Makefile.am): Likewise.
23009         * modules/getusershell (Makefile.am): Likewise.
23010         * modules/glob (Makefile.am): Likewise.
23011         * modules/group-member (Makefile.am): Likewise.
23012         * modules/hard-locale (Makefile.am): Likewise.
23013         * modules/hash (Makefile.am): Likewise.
23014         * modules/hmac-md5 (Makefile.am): Likewise.
23015         * modules/hmac-sha1 (Makefile.am): Likewise.
23016         * modules/human (Makefile.am): Likewise.
23017         * modules/idcache (Makefile.am): Likewise.
23018         * modules/imaxabs (Makefile.am): Likewise.
23019         * modules/imaxdiv (Makefile.am): Likewise.
23020         * modules/inet_ntop (Makefile.am): Likewise.
23021         * modules/inet_pton (Makefile.am): Likewise.
23022         * modules/inttostr (Makefile.am): Likewise.
23023         * modules/isapipe (Makefile.am): Likewise.
23024         * modules/lchown (Makefile.am): Likewise.
23025         * modules/long-options (Makefile.am): Likewise.
23026         * modules/lstat (Makefile.am): Likewise.
23027         * modules/malloc (Makefile.am): Likewise.
23028         * modules/mathl (Makefile.am): Likewise.
23029         * modules/mbchar (Makefile.am): Likewise.
23030         * modules/md2 (Makefile.am): Likewise.
23031         * modules/md4 (Makefile.am): Likewise.
23032         * modules/md5 (Makefile.am): Likewise.
23033         * modules/memcasecmp (Makefile.am): Likewise.
23034         * modules/memchr (Makefile.am): Likewise.
23035         * modules/memcmp (Makefile.am): Likewise.
23036         * modules/memcoll (Makefile.am): Likewise.
23037         * modules/memcpy (Makefile.am): Likewise.
23038         * modules/memmem (Makefile.am): Likewise.
23039         * modules/memmove (Makefile.am): Likewise.
23040         * modules/mempcpy (Makefile.am): Likewise.
23041         * modules/memrchr (Makefile.am): Likewise.
23042         * modules/memset (Makefile.am): Likewise.
23043         * modules/memxor (Makefile.am): Likewise.
23044         * modules/mkancesdirs (Makefile.am): Likewise.
23045         * modules/mkdir (Makefile.am): Likewise.
23046         * modules/mkdir-p (Makefile.am): Likewise.
23047         * modules/mkdtemp (Makefile.am): Likewise.
23048         * modules/mkstemp (Makefile.am): Likewise.
23049         * modules/mktime (Makefile.am): Likewise.
23050         * modules/modechange (Makefile.am): Likewise.
23051         * modules/mountlist (Makefile.am): Likewise.
23052         * modules/nanosleep (Makefile.am): Likewise.
23053         * modules/openat (Makefile.am): Likewise.
23054         * modules/pagealign_alloc (Makefile.am): Likewise.
23055         * modules/physmem (Makefile.am): Likewise.
23056         * modules/poll (Makefile.am): Likewise.
23057         * modules/posixtm (Makefile.am): Likewise.
23058         * modules/posixver (Makefile.am): Likewise.
23059         * modules/putenv (Makefile.am): Likewise.
23060         * modules/quote (Makefile.am): Likewise.
23061         * modules/quotearg (Makefile.am): Likewise.
23062         * modules/raise (Makefile.am): Likewise.
23063         * modules/read-file (Makefile.am): Likewise.
23064         * modules/readline (Makefile.am): Likewise.
23065         * modules/readlink (Makefile.am): Likewise.
23066         * modules/readtokens (Makefile.am): Likewise.
23067         * modules/readutmp (Makefile.am): Likewise.
23068         * modules/realloc (Makefile.am): Likewise.
23069         * modules/regex (Makefile.am): Likewise.
23070         * modules/rename (Makefile.am): Likewise.
23071         * modules/rename-dest-slash (Makefile.am): Likewise.
23072         * modules/rijndael (Makefile.am): Likewise.
23073         * modules/rmdir (Makefile.am): Likewise.
23074         * modules/rpmatch (Makefile.am): Likewise.
23075         * modules/safe-read (Makefile.am): Likewise.
23076         * modules/safe-write (Makefile.am): Likewise.
23077         * modules/same (Makefile.am): Likewise.
23078         * modules/save-cwd (Makefile.am): Likewise.
23079         * modules/savedir (Makefile.am): Likewise.
23080         * modules/setenv (Makefile.am): Likewise.
23081         * modules/settime (Makefile.am): Likewise.
23082         * modules/sha1 (Makefile.am): Likewise.
23083         * modules/sig2str (Makefile.am): Likewise.
23084         * modules/snprintf (Makefile.am): Likewise.
23085         * modules/stdlib-safer (Makefile.am): Likewise.
23086         * modules/stpcpy (Makefile.am): Likewise.
23087         * modules/stpncpy (Makefile.am): Likewise.
23088         * modules/strcase (Makefile.am): Likewise.
23089         * modules/strcasestr (Makefile.am): Likewise.
23090         * modules/strchrnul (Makefile.am): Likewise.
23091         * modules/strcspn (Makefile.am): Likewise.
23092         * modules/strdup (Makefile.am): Likewise.
23093         * modules/strerror (Makefile.am): Likewise.
23094         * modules/strftime (Makefile.am): Likewise.
23095         * modules/strndup (Makefile.am): Likewise.
23096         * modules/strnlen (Makefile.am): Likewise.
23097         * modules/strpbrk (Makefile.am): Likewise.
23098         * modules/strsep (Makefile.am): Likewise.
23099         * modules/strstr (Makefile.am): Likewise.
23100         * modules/strtod (Makefile.am): Likewise.
23101         * modules/strtoimax (Makefile.am): Likewise.
23102         * modules/strtok_r (Makefile.am): Likewise.
23103         * modules/strtol (Makefile.am): Likewise.
23104         * modules/strtoll (Makefile.am): Likewise.
23105         * modules/strtoul (Makefile.am): Likewise.
23106         * modules/strtoull (Makefile.am): Likewise.
23107         * modules/strtoumax (Makefile.am): Likewise.
23108         * modules/strverscmp (Makefile.am): Likewise.
23109         * modules/time_r (Makefile.am): Likewise.
23110         * modules/timegm (Makefile.am): Likewise.
23111         * modules/tmpfile-safer (Makefile.am): Likewise.
23112         * modules/unistd-safer (Makefile.am): Likewise.
23113         * modules/unlinkdir (Makefile.am): Likewise.
23114         * modules/userspec (Makefile.am): Likewise.
23115         * modules/utime (Makefile.am): Likewise.
23116         * modules/utimecmp (Makefile.am): Likewise.
23117         * modules/utimens (Makefile.am): Likewise.
23118         * modules/vasnprintf (Makefile.am): Likewise.
23119         * modules/vasprintf (Makefile.am): Likewise.
23120         * modules/vsnprintf (Makefile.am): Likewise.
23121         * modules/xalloc (Makefile.am): Likewise.
23122         * modules/xgetcwd (Makefile.am): Likewise.
23123         * modules/xnanosleep (Makefile.am): Likewise.
23124         * modules/xreadlink (Makefile.am): Likewise.
23125         * modules/xstrtod (Makefile.am): Likewise.
23126         * modules/xstrtol (Makefile.am): Likewise.
23127         * modules/xstrtold (Makefile.am): Likewise.
23128         * modules/yesno (Makefile.am): Likewise.
23129
23130 2006-10-12  Jim Meyering  <jim@meyering.net>
23131
23132         * m4/getloadavg.m4: Revert the change below.
23133
23134         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
23135         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
23136         fail with a symlink, which is what coreutils' ./bootstrap now
23137         creates by default.
23138
23139 2006-10-12  Bruno Haible  <bruno@clisp.org>
23140
23141         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
23142         mingw.
23143         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
23144         MSVC and mingw explicitly.
23145
23146 2006-10-11  Simon Josefsson  <jas@extundo.com>
23147             Bruno Haible  <bruno@clisp.org>
23148
23149         Add support for multiple gnulib-tool invocations in the scope of a
23150         single configure.ac file.
23151         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
23152         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
23153         with the same contents as the _LIBADD variable.
23154         (func_emit_initmacro_start, func_emit_initmacro_end,
23155         func_emit_initmacro_done): New functions.
23156         (func_import, func_create_testdir): Invoke them. Allow the identifiers
23157         gl_LIBOBJS and gl_LTLIBOBJS.
23158
23159 2006-10-11  Bruno Haible  <bruno@clisp.org>
23160
23161         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
23162         (func_create_testdir): Don't create po/Makefile.am, don't invoke
23163         autoreconf. Instead, invoke autopoint explicitly but move back the
23164         *.m4 files from gnulib.
23165
23166 2006-10-11  Bruno Haible  <bruno@clisp.org>
23167
23168         * gnulib-tool (func_usage): Make module names after --create-testdir
23169         optional.
23170         (func_create_testdir): If no module was specified, use nearly all
23171         modules.
23172
23173 2006-10-12  Jim Meyering  <jim@meyering.net>
23174
23175         Big performance improvement for fts-based tools that use FTS_NOSTAT.
23176         Avoid spurious inode-mismatch problems on non-POSIX file systems.
23177         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
23178         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
23179         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
23180         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
23181         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
23182         (fts_set_stat_required): New function.
23183         (fts_open): Defer the calls to fts_stat, if possible or requested.
23184         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
23185         into fts_stat itself.
23186         (fts_read): Perform any required (deferred) fts_stat call.
23187         (fts_build): Likewise, for the directory we're about to open and read.
23188         In the readdir loop, carefully decide whether each entry will require
23189         an eventual call to fts_stat, using dirent.d_type info if available.
23190         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
23191         a command line argument into this function.  Update all callers.
23192         Map a return value of FTS_DOT to FTS_D for a command line argument.
23193         * modules/fts (Depends-on): Add d-type.  Alphabetize.
23194         Thanks to Miklos Szeredi for his tenacity and for the initial
23195         bug report about "find" failing on a FUSE-based file system.
23196
23197         * lib/fts.c (fts_open): Use consistent indentation.
23198
23199 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
23200
23201         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
23202         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
23203         reported by Jim Meyering.  All uses of cache variables renamed
23204         to match Autoconf's.
23205         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
23206         the other one.
23207
23208         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
23209         Fix misspelling in diagnostic.
23210
23211 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
23212
23213         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
23214         defined.  Problem reported by Matthew Woehlke.
23215
23216         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
23217         Add support for Tandem NonStop R series.
23218         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
23219         Use new macro.
23220
23221         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
23222         (has_trailing_slash): Omit size arg; all callers changed.
23223         Omit 'inline', since it doesn't help performance and we'd
23224         need to configure it.
23225         Don't count //, ///, etc. as having a trailing slash.
23226         As a side effect, this removes a C99ism reported by Matthew Woehlke.
23227         (rpl_rename_dest_slash): On failure, use rename's errno rather
23228         than (in some cases) an incorrect or junk errno.
23229         Simplify code by removing need to compute length; this does
23230         cause it to make two passes instead of one over the file name,
23231         but it's worth it.
23232
23233         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
23234         change, since Autoconf's version may no longer be appropriate now
23235         that we are using CVS Autoconf's version.  Add support for Tandem.
23236
23237 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
23238             Bruno Haible  <bruno@clisp.org>
23239
23240         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
23241         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
23242         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
23243         gl_AC_TYPE_LONG_LONG.
23244
23245         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
23246         instead of HAVE_LONG_LONG.
23247         * lib/printf-args.c (printf_fetchargs): Likewise.
23248         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
23249         * lib/vasnprintf.c (VASNPRINTF): Likewise.
23250         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
23251         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
23252         gl_AC_TYPE_LONG_LONG.
23253
23254 2006-10-11  Bruno Haible  <bruno@clisp.org>
23255
23256         * m4/longlong.m4: Add comments.
23257         * m4/ulonglong.m4: Likewise.
23258
23259 2006-10-10  Bruno Haible  <bruno@clisp.org>
23260
23261         Make it possible to #define stpcpy, strdup to aliases.
23262         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
23263         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
23264
23265 2006-10-10  Bruno Haible  <bruno@clisp.org>
23266
23267         Make it possible to #define gcd to an alias.
23268         * lib/gcd.c: Include config.h.
23269
23270 2006-10-10  Bruno Haible  <bruno@clisp.org>
23271
23272         Make it possible to #define c_isascii to an alias.
23273         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
23274         defined. Undefine the macros before defining them, to avoid gcc
23275         warnings.
23276         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
23277         define NO_C_CTYPE_MACROS early.
23278
23279 2006-10-10  Bruno Haible  <bruno@clisp.org>
23280
23281         Make it possible to #define set_program_name to an alias.
23282         * lib/progname.c: Don't undefine set_program_name; instead, undefine
23283         ENABLE_RELOCATABLE early.
23284
23285 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
23286
23287         Port to Tandem NSK OSS, which has 64-bit signed int but at most
23288         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
23289         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
23290         More generally, don't assume that 64-bit signed int is available
23291         if unsigned int is, and vice versa.
23292         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
23293         unsigned symbols, not on their signed counterparts.
23294         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
23295         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
23296         (UINT64_C, UINTMAX_C):
23297         Likewise.
23298         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
23299         unsigned counterparts.
23300         (Have_long_long, Unsigned): New macros.
23301         (Int): Renamed from INT.
23302         (strtoimax): Use the new macros.
23303         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
23304         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
23305         * modules/inttypes (inttypes.h): Substitute
23306         HAVE_UNSIGNED_LONG_LONG_INT.
23307         * modules/stdint (stdint.h): Likewise.
23308         (Files): Add m4/ulonglong.m4.
23309
23310 2006-10-10  Bruno Haible  <bruno@clisp.org>
23311
23312         Fix a gcc -Wshadow warning.
23313         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
23314         to 'bucket'.
23315         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
23316         gl_linked_indexof_from_to): Likewise.
23317         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
23318         Likewise.
23319         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
23320         Likewise.
23321         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
23322         Reported by Eric Blake.
23323
23324 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
23325
23326         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
23327         for NetBSD.  Problem reported by Bruno Haible.
23328
23329 2006-10-09  Jim Meyering  <jim@meyering.net>
23330
23331         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
23332         Patch from Bruno Haible.
23333
23334 2006-10-09  Jim Meyering  <jim@meyering.net>
23335
23336         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
23337         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
23338         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
23339
23340 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
23341
23342         Don't include <config.h> twice; this doesn't work in some cases,
23343         e.g., when config.h has "#define intmax_t long long int" and
23344         we include <config.h>, <inttypes.h>, <config.h> in that order.
23345         Problem reported by Matthew Woehlke in:
23346         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
23347         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
23348         * lib/fts-cycle.c: Don't include config.h.
23349         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
23350         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
23351         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
23352         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
23353         inttypes.h.
23354         * lib/xstrtoumax.c: Likewise.
23355         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
23356         __strtol and the like, so that this module is more like its siblings.
23357         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
23358         Remove; no longer needed now that we assume gnulib inttypes.h.
23359
23360 2006-10-08  Bruno Haible  <bruno@clisp.org>
23361
23362         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
23363         option.
23364
23365 2006-10-07  Jim Meyering  <jim@meyering.net>
23366
23367         * modules/inttypes (inttypes.h): Revert what seems to have been
23368         an inadvertent part of today's change: use "|", not "/" in the
23369         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
23370
23371 2006-10-07  Bruno Haible  <bruno@clisp.org>
23372
23373         * modules/sublist: New file.
23374
23375 2006-10-07  Bruno Haible  <bruno@clisp.org>
23376
23377         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
23378         * modules/argz (argz.h): Likewise.
23379         * modules/arpa_inet (arpa/inet.h): Likewise.
23380         * modules/byteswap (byteswap.h): Likewise.
23381         * modules/configmake (configmake.h): Likewise.
23382         * modules/fcntl (fcntl.h): Likewise.
23383         * modules/fnmatch (fnmatch.h): Likewise.
23384         * modules/getopt (getopt.h): Likewise.
23385         * modules/glob (glob.h): Likewise.
23386         * modules/inttypes (inttypes.h): Likewise.
23387         * modules/netinet_in (netinet/in.h): Likewise.
23388         * modules/poll (poll.h): Likewise.
23389         * modules/stdbool (stdbool.h): Likewise.
23390         * modules/stdint (stdint.h): Likewise.
23391         * modules/sys_select (sys/select.h): Likewise.
23392         * modules/sys_socket (sys/socket.h): Likewise.
23393         * modules/sys_stat (sys/stat.h): Likewise.
23394         * modules/sysexits (sysexits.h): Likewise.
23395         * modules/unistd (unistd.h): Likewise.
23396         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23397         Add a "DO NOT EDIT" comment to the generated file.
23398         (func_import): Likewise for gnulib-comp.m4.
23399
23400 2006-10-07  Bruno Haible  <bruno@clisp.org>
23401
23402         * lib/gl_sublist.h: New file.
23403         * lib/gl_sublist.c: New file.
23404
23405 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
23406
23407         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
23408         name (relative to the original working directory) and the file
23409         name component (relative to the temporary working directory).  All
23410         callers changed.
23411         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
23412         * lib/mkdir-p.c (make_dir_parents): Likewise.
23413         * lib/mkdir-p.h (make_dir_parents): Likewise.
23414
23415 2006-10-06  Eric Blake  <ebb9@byu.net>
23416
23417         Define several macros for use by the clean-temp module.
23418         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
23419         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
23420         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
23421
23422         * lib/clean-temp.h (close_stream_temp): New declaration.
23423         * lib/clean-temp.c (includes): Pull in headers according to what
23424         other modules are in use.
23425         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
23426
23427 2006-10-06  Bruno Haible  <bruno@clisp.org>
23428
23429         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
23430         instead of fopen, fwriteerror.
23431
23432 2006-10-06  Bruno Haible  <bruno@clisp.org>
23433
23434         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
23435         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
23436         int.
23437         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
23438         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
23439         Return an error indicator.
23440         Suggested by Eric Blake.
23441
23442 2006-10-06  Bruno Haible  <bruno@clisp.org>
23443
23444         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
23445         Reported by Eric Blake.
23446
23447 2006-10-06  Bruno Haible  <bruno@clisp.org>
23448
23449         * modules/closeout (Description): Mention stderr too.
23450
23451 2006-10-06  Bruno Haible  <bruno@clisp.org>
23452         and Paul Eggert  <eggert@cs.ucla.edu>
23453
23454         * lib/closeout.c (close_stdout): Also close stderr.
23455         * lib/closeout.h: Update comment.
23456
23457 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
23458
23459         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
23460         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
23461         * lib/dirchownmod.c: Include lchown.h.
23462         * lib/lchown.c: Don't include files that lchown.h now includes.
23463         Don't declare chown, since lchown.h now does that.
23464         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
23465         (lchown): Define to rpl_chown if lchown is declared but
23466         does not exist.  Declare using a prototype if lchown is not
23467         declared.  Add a copyright notice.
23468         * lib/mkstemp.h: Include <unistd.h>.
23469         * lib/openat.c: Include lchown.h.
23470
23471         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
23472         we now test for that separately.
23473         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
23474         rather than O_NOFOLLOW, when testing whether it's possible to
23475         avoid a race condition reliably.
23476         * lib/savewd.c (savewd_chdir): Likewise.
23477
23478         Remove macros that are no longer needed now that stdint.h is
23479         reliable.
23480         * lib/fsusage.c (UINTMAX_MAX): Remove.
23481         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
23482         * lib/utimecmp.c (SIZE_MAX): Remove.
23483
23484         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
23485
23486         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
23487         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
23488         O_NOATIME works.
23489
23490 2006-10-05  Bruno Haible  <bruno@clisp.org>
23491
23492         * lib/gl_list.h (gl_sortedlist_search_from_to,
23493         gl_sortedlist_indexof_from_to): New declarations.
23494         (gl_list_implementation): New fields sortedlist_search_from_to,
23495         sortedlist_indexof_from_to.
23496         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
23497         inline functions.
23498         * lib/gl_list.c (gl_sortedlist_search_from_to,
23499         gl_sortedlist_indexof_from_to): New functions.
23500         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
23501         function.
23502         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
23503         (gl_array_sortedlist_search_from_to): New function.
23504         (gl_array_list_implementation): Update.
23505         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
23506         function.
23507         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
23508         (gl_carray_sortedlist_search_from_to): New function.
23509         (gl_carray_list_implementation): Update.
23510         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
23511         gl_linked_sortedlist_indexof_from_to): New functions.
23512         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
23513         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
23514         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
23515         gl_tree_sortedlist_indexof_from_to): New functions.
23516         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
23517         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
23518         Update.
23519         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
23520         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
23521         Update.
23522
23523 2006-10-05  Bruno Haible  <bruno@clisp.org>
23524
23525         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
23526         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
23527         (struct gl_list_implementation): Add fields search_from_to,
23528         indexof_from_to. Remove fields search, indexof.
23529         (gl_list_search): Use the search_from_to method.
23530         (gl_list_search_from, gl_list_search_from_to): New functions.
23531         (gl_list_indexof): Use the indexof_from_to method.
23532         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
23533         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
23534         (gl_list_search_from, gl_list_search_from_to): New functions.
23535         (gl_list_indexof): Use the indexof_from_to method.
23536         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
23537         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
23538         gl_array_indexof. Add start_index, end_index arguments.
23539         (gl_array_search_from_to): Renamed from gl_array_search. Add
23540         start_index, end_index arguments.
23541         (gl_array_remove, gl_array_list_implementation): Update.
23542         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
23543         gl_carray_indexof. Add start_index, end_index arguments.
23544         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
23545         start_index, end_index arguments.
23546         (gl_carray_remove, gl_carray_list_implementation): Update.
23547         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
23548         gl_linked_search. Add start_index, end_index arguments.
23549         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
23550         start_index, end_index arguments.
23551         (gl_linked_remove): Update.
23552         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
23553         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
23554         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
23555         field to 'size_t'.
23556         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
23557         gl_tree_search. Add start_index, end_index arguments.
23558         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
23559         start_index, end_index arguments.
23560         (gl_tree_remove): Update.
23561         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
23562         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
23563         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
23564         function.
23565         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
23566         gl_tree_search. Add start_index, end_index arguments.
23567         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
23568         start_index, end_index arguments.
23569         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
23570         Update.
23571         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
23572
23573 2006-10-05  Bruno Haible  <bruno@clisp.org>
23574
23575         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
23576
23577         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
23578         fwriteerror_temp): New declarations.
23579         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
23580         (descriptors): New variable.
23581         (cleanup): First, close the descriptors.
23582         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
23583         fclose_temp, fwriteerror_temp): New functions.
23584
23585 2006-10-04  Jim Meyering  <jim@meyering.net>
23586
23587         * lib/fts.c (fts_open): Tiny comment change.
23588
23589 2006-10-04  Bruno Haible  <bruno@clisp.org>
23590
23591         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
23592         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
23593         gl_LOCK_BODY.
23594         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
23595         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
23596         gl_LOCK_EARLY_BODY.
23597         (gl_LOCK): Require gl_LOCK_BODY.
23598
23599 2006-10-04  Bruno Haible  <bruno@clisp.org>
23600
23601         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
23602         (gl_oset_search_atleast): New declaration.
23603         (struct gl_oset_implementation): Add field 'search_atleast'.
23604         (gl_oset_search_atleast): New inline function.
23605         * lib/gl_oset.c (gl_oset_search_atleast): New function.
23606         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
23607         (gl_array_oset_implementation): Update.
23608         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
23609         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
23610         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
23611
23612 2006-10-04  Bruno Haible  <bruno@clisp.org>
23613
23614         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
23615
23616 2006-10-03  Bruno Haible  <bruno@clisp.org>
23617
23618         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
23619         from gl_avltreehash_list_implementation.
23620
23621 2006-10-03  Bruno Haible  <bruno@clisp.org>
23622
23623         * lib/gl_oset.c (gl_oset_add): Fix return type.
23624
23625 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
23626
23627         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
23628
23629 2006-10-02  Eric Blake  <ebb9@byu.net>
23630
23631         * modules/strnlen (Depends-on): Add extensions.
23632
23633 2006-10-02  Eric Blake  <ebb9@byu.net>
23634
23635         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
23636         definition in 2.60+.
23637
23638 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
23639
23640         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
23641         checks.
23642
23643 2006-10-02  Bruno Haible  <bruno@clisp.org>
23644
23645         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
23646         to the AUTOMAKE_OPTIONS.
23647         Reported by Jim Meyering.
23648
23649 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
23650
23651         Work around bug in Solaris 10 /proc file system:
23652         /proc/self/fd/NNN/.. isn't the parent directory of
23653         the directory whose file descriptor is NNN.  This needs to
23654         be worked around at run time, not compile time, since a
23655         program might be built on Solaris 8, where things work, and
23656         run on Solaris 10.
23657         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
23658         to use the following interface instead:
23659         (OPENAT_BUFFER_SIZE): New macro.
23660         (openat_proc_name): New function.
23661         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
23662         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
23663         Likewise.
23664         * lib/openat-proc.c: New file.
23665         * modules/openat (Files): Add lib/openat-proc.c.
23666         (Depends-on): Add same-inode, stdbool.
23667         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
23668
23669 2006-09-29  Bruno Haible  <bruno@clisp.org>
23670
23671         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
23672         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
23673         argument. Set stdout_closed before testing for ferror, not after.
23674         (fwriteerror, fwriteerror_no_ebadf): New functions.
23675
23676 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23677
23678         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
23679
23680 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
23681
23682         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
23683         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
23684
23685 2006-09-28  Jim Meyering  <jim@meyering.net>
23686
23687         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
23688         Include <unistd.h>.
23689
23690 2006-09-28  Bruno Haible  <bruno@clisp.org>
23691
23692         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
23693         * modules/linkedhash-list (Depends-on): Likewise.
23694         * modules/rbtreehash-list (Depends-on): Likewise.
23695
23696 2006-09-28  Bruno Haible  <bruno@clisp.org>
23697
23698         * lib/strndup.h: Simplify the redefinition of strndup.
23699         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
23700         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
23701
23702 2006-09-28  Bruno Haible  <bruno@clisp.org>
23703
23704         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
23705         * lib/gl_linkedhash_list.c: Likewise.
23706         * lib/gl_rbtreehash_list.c: Likewise.
23707
23708 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
23709
23710         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
23711         getaddrinfo.
23712
23713         * lib/__fpending.h: Don't include <stdio_ext.h> unless
23714         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
23715         it causes <stdio_ext.h> to cause a compile-time error.
23716         Problem reported by Nelson H. F. Beebe.
23717         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
23718         of HAVE_DECL___PENDING.
23719
23720         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
23721         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
23722         declaration.
23723
23724 2006-09-27  Jim Meyering  <jim@meyering.net>
23725
23726         This file could end up with a definition for a function
23727         named __strndup, rather than rpl_strndup on a system with
23728         incomplete weak_alias support.
23729         * lib/strndup.c (strndup): Rename from __strndup.
23730         Remove #defines that used to map __strndup to strndup.
23731         Don't use K&R prototypes.
23732         Remove LIBC-related code, since this file is not sync'd with glibc.
23733         * lib/strndup.h: Revamp, accordingly.
23734         * m4/strndup.m4: Modernize.
23735
23736 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
23737
23738         * modules/savewd (Depends-on): Add 'raise'.
23739         * lib/savewd.c: Include <signal.h>, for 'raise'.
23740
23741 2006-09-26  Jim Meyering  <jim@meyering.net>
23742
23743         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
23744         when we detect Darwin 8.7.0's acl_get_file bug.
23745         Rearrange to perform the new (below) run-test while $LIBS
23746         contains any acl-related library.  Set USE_ACL at the end.
23747         (gl_ACL_GET_FILE): New function.
23748
23749 2006-09-26  Eric Blake  <ebb9@byu.net>
23750
23751         * lib/verror.c: Include <config.h> unconditionally.
23752
23753 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
23754
23755         * modules/clock-time (Maintainer): Add self.
23756         * modules/getlogin_r (Depends-on): Add extensions.
23757
23758 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23759
23760         * modules/clock-time: New module.
23761         * modules/nanosleep (Depends-on): Add clock-time.
23762         * modules/gethrxtime (Depends-on): Likewise.
23763         * modules/gettime (Depends-on): Likewise.
23764         * modules/settime (Depends-on): Likewise.
23765
23766         * modules/fts-lgpl: Depend on openat.
23767         * modules/mkancesdirs: Depend on savewd.
23768         * modules/mkdir-p: Likewise.
23769
23770 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23771
23772         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
23773
23774         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
23775         `gl_have_arbitrary_file_name_length_limit' to
23776         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
23777         actually works between configure runs.
23778
23779 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23780             Bruno Haible  <bruno@clisp.org>
23781
23782         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
23783
23784 2006-09-25  Jim Meyering  <jim@meyering.net>
23785
23786         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
23787         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
23788
23789 2006-09-25  Eric Blake  <ebb9@byu.net>
23790
23791         * gnulib-tool (func_import, func_create_testdir): Fix typos in
23792         exec's in 2006-09-18 patch when shuffling fds.
23793
23794 2006-09-25  Bruno Haible  <bruno@clisp.org>
23795
23796         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
23797         Reported by Jim Meyering.
23798
23799 2006-09-24  Jim Meyering  <jim@meyering.net>
23800
23801         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
23802         compare a pointer against a literal "0".  That caused failures with
23803         at least HP-UX's hpcc.
23804
23805 2006-09-22  Simon Josefsson  <jas@extundo.com>
23806
23807         * modules/gc-sha1:
23808         * modules/gc-md4:
23809         * modules/gc-hmac-sha1:
23810         * modules/gc-hmac-md5:
23811         * modules/gc-des:
23812         * modules/gc-arcfour: Distribute more files.
23813
23814 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23815
23816         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
23817         (gl_linked_iterator_from_to): Initialize struct completely.
23818         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
23819         (gl_tree_iterator_from_to): Likewise
23820         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
23821         * lib/gl_array_list.c [lint] (gl_array_iterator)
23822         (gl_array_iterator_from_to): Likewise.
23823         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
23824         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
23825         (gl_carray_iterator_from_to): Likewise.
23826
23827         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
23828         * lib/md4.c (md4_process_block): Remove unused variable.
23829         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
23830         parentheses for clarity.
23831
23832 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23833
23834         * modules/bison-i18n (Depends-on): Add gettext.
23835
23836 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23837
23838         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
23839         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
23840         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
23841         also add missing comma that caused broken test.
23842         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
23843         stdlib.h, for `abort'.
23844         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
23845         variables.
23846         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
23847         include unistd.h if present, for `rmdir'.
23848         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
23849         variables.
23850         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
23851         in the process include standard headers for prototypes.
23852         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
23853         gets declared on GNU/Linux.
23854         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
23855         unistd.h, for `rmdir'.
23856         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
23857
23858         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
23859         always true.
23860         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
23861
23862         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
23863
23864 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23865
23866         * gnulib-tool (func_version): Create output all at once.  This
23867         may help avoid triggering unnecessary SIGPIPEs, and at any
23868         rate it doesn't hurt.
23869
23870 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23871             Bruno Haible  <bruno@clisp.org>
23872
23873         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
23874         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
23875         * m4/signed.m4 (bh_C_SIGNED): Likewise.
23876
23877         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
23878         (gl_FUNC_VASPRINTF): Invoke it.
23879
23880 2006-09-22  Bruno Haible  <bruno@clisp.org>
23881
23882         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
23883         getloadavg.c as first argument.
23884
23885 2006-09-22  Bruno Haible  <bruno@clisp.org>
23886
23887         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
23888         at the beginning of the gl_INIT macro.
23889         * modules/getloadavg (configure.ac): Pass $gl_source_base to
23890         gl_GETLOADAVG.
23891
23892 2006-09-22  Bruno Haible  <bruno@clisp.org>
23893
23894         * gnulib-tool (func_create_megatestdir): Don't include the config-h
23895         module.
23896         Suggested by Ralf Wildenhues.
23897
23898 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
23899
23900         Import this patch from libc:
23901
23902         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
23903
23904         * lib/regex_internal.c (re_string_reconstruct): Handle
23905         offset < pstr->valid_raw_len && pstr->offsets_needed case.
23906         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
23907         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
23908         re_string_context_at.
23909
23910         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
23911         now requires it.
23912         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
23913         gl_REGEX now does it for us.
23914         (gl_REGEX): Add test taken from
23915         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
23916
23917         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
23918         Check that large offsets work.  Modernize Autoconf usages.
23919         Prefer "yes" to mean a good thing rather than a bad.
23920         Don't put "#define mkstemp" in config.h, as this might interfere
23921         with standard system headers that "#define mkstemp mkstemp64".
23922
23923         * modules/mkstemp (Depends-on): Add extensions, so that
23924         mkstemp is visible on some platforms.
23925         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
23926         (Include): Change to "mkstemp.h" from <stdlib.h>.
23927         (Files): Add mkstemp.h.
23928
23929         * lib/mkstemp.h: New file, since some standard headers
23930         #define mkstemp.
23931         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
23932         Include "mkstemp.h".
23933         Make the _LIBC code resemble glibc original more,
23934         e.g., use K&R style.
23935         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
23936         (mkstemp): Remove, since mkstemp.h does this for us.
23937         * lib/stdlib--.h: Include mkstemp.h.
23938
23939         Import this patch from libc:
23940
23941         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
23942
23943         * lib/tempname.c (__gen_tempname): Change attempts_min
23944         into a macro.  Use preprocessor to decide how to initialize
23945         attempts [Coverity CID 67].
23946
23947 2006-09-20  Bruno Haible  <bruno@clisp.org>
23948
23949         * lib/mkdtemp.c: Import from libc.
23950         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
23951                 * sysdeps/posix/tempname.c (__gen_tempname): Change
23952                 attempts_min into a macro.  Use preprocessor to decide how to
23953                 initialize attempts [Coverity CID 67].
23954         2001-11-27  Paul Eggert  <eggert@twinsun.com>
23955                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
23956                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
23957
23958 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23959
23960         * gnulib-tool (func_exit): New function, to allow to pass the
23961         exit status portably through the trap.  Use everywhere.
23962         (--help, --version): Signal a write error.
23963         (trap): catch SIGPIPE, for write errors.
23964         Exit at the end of the trap, with the correct exit status.
23965
23966 2006-09-19  Karl Berry  <karl@gnu.org>
23967
23968         * doc/gnulib.texi: note about the license texinfo files.
23969
23970 2006-09-19  Eric Blake  <ebb9@byu.net>
23971
23972         * gnulib-tool: Avoid space-tab.
23973
23974 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
23975
23976         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
23977         that prevented coreutils 6.1 from building.  Problem reported
23978         by Petter Reinholdtsen.
23979
23980 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
23981
23982         * gnulib-tool (avoidlist): Fix typo that broke options like
23983         --avoid=lock that are used by coreutils bootstrap.
23984
23985 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
23986
23987         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
23988         more systematically.
23989
23990 2006-09-18  Jim Meyering  <jim@meyering.net>
23991
23992         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
23993
23994 2006-09-18  Bruno Haible  <bruno@clisp.org>
23995
23996         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
23997
23998 2006-09-18  Bruno Haible  <bruno@clisp.org>
23999
24000         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
24001         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
24002         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
24003         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
24004         * m4/gettext.m4: Require autoconf >= 2.52.
24005         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
24006         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
24007         of gl_cv_header_inttypes_h.
24008
24009 2006-09-18  Bruno Haible  <bruno@clisp.org>
24010
24011         * lib/javaversion.c: Include configmake.h.
24012
24013 2006-09-18  Bruno Haible  <bruno@clisp.org>
24014
24015         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
24016         avoid that the while loops be executed in a subshell.
24017
24018 2006-09-18  Bruno Haible  <bruno@clisp.org>
24019
24020         * MODULES.html.sh (func_module): Break long lines.
24021         Suggested by Bruce Korb <bkorb@gnu.org>.
24022
24023 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24024
24025         Speed up by a factor of 1.12.
24026         * gnulib-tool (nl): New variable.
24027         (func_import): Rewrite include directive extraction to only read each
24028         directive once.
24029
24030 2006-09-17  Bruno Haible  <bruno@clisp.org>
24031
24032         * modules/javaversion (Makefile.am): Remove DEFS setting.
24033         (Depends-on): Add configmake, for PKGDATADIR definition.
24034
24035 2006-09-17  Bruno Haible  <bruno@clisp.org>
24036
24037         * gnulib-tool (func_create_testdir): Rewrite all files at once.
24038
24039 2006-09-17  Bruno Haible  <bruno@clisp.org>
24040
24041         * gnulib-tool (func_append): New function, stolen from libtool.m4.
24042         (func_modules_transitive_closure, func_modules_add_dummy,
24043         func_modules_to_filelist, func_import, func_create_testdir,
24044         func_create_megatestdir, ...): Use it wherever possible.
24045         Suggested by Ralf Wildenhues.
24046
24047 2006-09-16  Karl Berry  <karl@gnu.org>
24048
24049         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
24050         to avoid sectioning errors.
24051         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
24052         [ifinfo]: blank line after @center-ed titles.
24053         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
24054         Spell FSF address consistently with others.
24055         (These changes approved by rms.)
24056
24057 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24058
24059         Speed up by a factor of 1.61.
24060         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
24061         already checked module names again.
24062
24063 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24064
24065         Speed up by a factor of 1.13.
24066         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
24067         for new_files, and the input to func_add_or_update.
24068
24069 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24070
24071         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
24072         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
24073
24074 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24075
24076         * modules/mkancesdirs (Depends-on): Add fcntl.
24077         * modules/savewd: New file.
24078         * MODULES.html.sh (File system functions): Add savewd.
24079
24080         * modules/configmake (Makefile.am): Add support for the
24081         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
24082
24083 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24084
24085         * m4/savewd.m4: New file.
24086
24087 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24088
24089         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
24090         (dirchownmod): New arg FD.  All callers changed.
24091         Use FD rather than opening the directory ourself, as opening is
24092         now the caller's responsibility.
24093         * lib/dirchownmod.h: Likewise.
24094         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
24095         hosts that require <sys/types.h> before <sys/stat.h>.  Include
24096         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
24097         (test_dir): Remove.
24098         (mkancesdirs): Return length of prefix of FILE that has already
24099         been made, or -2 if there is a child doing the work.  Redo
24100         algorithm so that it is O(N) rather than O(N**2).  Optimize away
24101         ".", and treat ".." specially since it might stray back into
24102         already-created areas.  Use a subprocess if necessary.  New arg
24103         WD; all users changed.  MAKE_DIR function should now return 1
24104         if it creates a directory that is not readable.  Return -2 if
24105         a child process is spun off.
24106         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
24107         Adjust signature to match code.
24108         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
24109         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
24110         all users changed.
24111         * lib/savewd.c, lib/savewd.h: New files.
24112
24113 2006-09-15  Jim Meyering  <jim@meyering.net>
24114
24115         * modules/rename-dest-slash: New module.
24116         * MODULES.html.sh (posix_compat): Add it here.
24117
24118         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
24119
24120 2006-09-15  Jim Meyering  <jim@meyering.net>
24121
24122         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
24123         file.
24124
24125         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
24126
24127 2006-09-15  Jim Meyering  <jim@meyering.net>
24128
24129         * lib/rename-dest-slash.c (has_trailing_slash): Use
24130         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
24131         (rpl_rename_dest_slash): Perform the cheaper trailing slash
24132         test before testing whether SRC is a directory.
24133         Suggestions from Bruno Haible.
24134
24135         Avoid a warning about an unused variable.
24136         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
24137         into the #ifdef block where it's used.
24138
24139         * lib/rename-dest-slash.c: New file.
24140
24141 2006-09-14  Bruno Haible  <bruno@clisp.org>
24142
24143         * lib/allocsa.c: Include <config.h> unconditionally.
24144         * lib/asnprintf.c: Likewise.
24145         * lib/asprintf.c: Likewise.
24146         * lib/c-strcasecmp.c: Likewise.
24147         * lib/c-strcasestr.c: Likewise.
24148         * lib/c-strncasecmp.c: Likewise.
24149         * lib/c-strstr.c: Likewise.
24150         * lib/classpath.c: Likewise.
24151         * lib/clean-temp.c: Likewise.
24152         * lib/concatpath.c: Likewise.
24153         * lib/copy-file.c: Likewise.
24154         * lib/csharpcomp.c: Likewise.
24155         * lib/csharpexec.c: Likewise.
24156         * lib/execute.c: Likewise.
24157         * lib/fatal-signal.c: Likewise.
24158         * lib/findprog.c: Likewise.
24159         * lib/fwriteerror.c: Likewise.
24160         * lib/gl_array_list.c: Likewise.
24161         * lib/gl_array_oset.c: Likewise.
24162         * lib/gl_avltree_list.c: Likewise.
24163         * lib/gl_avltree_oset.c: Likewise.
24164         * lib/gl_avltreehash_list.c: Likewise.
24165         * lib/gl_carray_list.c: Likewise.
24166         * lib/gl_linked_list.c: Likewise.
24167         * lib/gl_linkedhash_list.c: Likewise.
24168         * lib/gl_list.c: Likewise.
24169         * lib/gl_oset.c: Likewise.
24170         * lib/gl_rbtree_list.c: Likewise.
24171         * lib/gl_rbtree_oset.c: Likewise.
24172         * lib/gl_rbtreehash_list.c: Likewise.
24173         * lib/imaxabs.c: Likewise.
24174         * lib/imaxdiv.c: Likewise.
24175         * lib/javacomp.c: Likewise.
24176         * lib/javaexec.c: Likewise.
24177         * lib/javaversion.c: Likewise.
24178         * lib/linebreak.c: Likewise.
24179         * lib/localcharset.c: Likewise.
24180         * lib/lock.c: Likewise.
24181         * lib/mbchar.c: Likewise.
24182         * lib/mbswidth.c: Likewise.
24183         * lib/mkdtemp.c: Likewise.
24184         * lib/pipe.c: Likewise.
24185         * lib/printf-args.c: Likewise.
24186         * lib/printf-parse.c: Likewise.
24187         * lib/progname.c: Likewise.
24188         * lib/progreloc.c: Likewise.
24189         * lib/readlink.c: Likewise.
24190         * lib/sh-quote.c: Likewise.
24191         * lib/stpcpy.c: Likewise.
24192         * lib/stpncpy.c: Likewise.
24193         * lib/strcasecmp.c: Likewise.
24194         * lib/strcasestr.c: Likewise.
24195         * lib/strcspn.c: Likewise.
24196         * lib/striconv.c: Likewise.
24197         * lib/strncasecmp.c: Likewise.
24198         * lib/strnlen1.c: Likewise.
24199         * lib/strstr.c: Likewise.
24200         * lib/strtok_r.c: Likewise.
24201         * lib/tls.c: Likewise.
24202         * lib/tmpdir.c: Likewise.
24203         * lib/unicodeio.c: Likewise.
24204         * lib/unsetenv.c: Likewise.
24205         * lib/vasnprintf.c: Likewise.
24206         * lib/vasprintf.c: Likewise.
24207         * lib/wait-process.c: Likewise.
24208         * lib/xallocsa.c: Likewise.
24209         * lib/xsetenv.c: Likewise.
24210         * lib/xstriconv.c: Likewise.
24211
24212 2006-09-13  Simon Josefsson  <jas@extundo.com>
24213
24214         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
24215         that internally, suggested by Ralf Wildenhues
24216         <Ralf.Wildenhues@gmx.de>.
24217
24218 2006-09-13  Simon Josefsson  <jas@extundo.com>
24219
24220         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
24221         @LIBOBJS@.
24222         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24223
24224 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
24225
24226         * lib/_fpending.c: Include <config.h> unconditionally, since we no
24227         longer worry about uses that don't define HAVE_CONFIG_H.
24228         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
24229         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
24230         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
24231         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
24232         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
24233         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
24234         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
24235         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
24236         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
24237         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
24238         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
24239         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
24240         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
24241         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
24242         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
24243         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
24244         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
24245         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
24246         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
24247         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
24248         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
24249         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
24250         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
24251         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
24252         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
24253         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
24254         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
24255         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
24256         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
24257         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
24258         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
24259         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
24260         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
24261         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
24262         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
24263         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
24264         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
24265         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
24266         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
24267         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
24268         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
24269         Likewise.
24270
24271 2006-09-13  Eric Blake  <ebb9@byu.net>
24272
24273         * lib/getopt.c: Fix typo in last commit.
24274
24275 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
24276
24277         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
24278         dgettext.
24279
24280 2006-09-12  Jim Meyering  <jim@meyering.net>
24281
24282         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
24283         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
24284         Reported by Nelson H. F. Beebe.
24285
24286 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
24287
24288         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
24289         program_invocation_name and program_invocation_short_name are
24290         initialized.
24291         * lib/argp-namefrob.h: Move declarations of program_invocation_name
24292         and program_invocation_short_name to argp.h, so they are visible
24293         to user programs.
24294         * lib/argp.h: Likewise
24295
24296 2006-09-10  Bruno Haible  <bruno@clisp.org>
24297
24298         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
24299         m4/inttypes_h.m4, m4/uintmax_t.m4.
24300
24301 2006-09-10  Bruno Haible  <bruno@clisp.org>
24302
24303         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
24304         gl_AC_TYPE_UINTMAX_T.
24305
24306 2006-09-10  Bruno Haible  <bruno@clisp.org>
24307
24308         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
24309
24310 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24311
24312         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
24313         convention.  Text proposed by Bruno Haible.
24314         (struct argp_option): Document the use of N_() wrappers.
24315
24316         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
24317         '\v', and translate the two parts separately, instead of feeding
24318         the whole string to gettext.  This allows to exclude
24319         '\v' from the strings visible to the translator by writing doc
24320         strings as N_("..") "\v" N_("..").
24321
24322 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
24323
24324         * config/srclist.txt: Undo latest change; the bug was fixed.
24325
24326 2006-09-09  Bruno Haible  <bruno@clisp.org>
24327
24328         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
24329         assignments if building a library without libtool.
24330         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
24331         in func_emit_lib_Makefile_am.
24332         (func_import): When building a static library libfoo.a, arrange to
24333         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
24334         (func_create_testdir): Likewise.
24335         * modules/gc (configure.ac, Makefile.am): If building statically,
24336         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
24337         * modules/iconvme (configure.ac, Makefile.am): Likewise.
24338         * modules/striconv (configure.ac, Makefile.am): Likewise.
24339         Based on a suggestion by Ralf Wildenhues.
24340
24341 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24342
24343         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
24344         Check for unistd.h too, since Autoconf doesn't assume POSIX.
24345         Also:
24346
24347         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24348         Add year_2050_test to catch glibc bug 2821
24349         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
24350
24351         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
24352         Prefer #ifdef to #if.
24353
24354         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
24355         Return from 'main' instead of calling 'exit'.
24356
24357 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24358
24359         * lib/mktime.c (guess_time_tm): Fix bug where mktime
24360         returned the maximum time_t value rather than (time_t) -1.
24361         Problem originally reported by William Bardwell
24362         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
24363
24364         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
24365         Moved to here ...
24366         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
24367         ... from here.
24368
24369 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24370
24371         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
24372         2821 is fixed.
24373
24374 2006-09-08  Jim Meyering  <jim@meyering.net>
24375
24376         Don't make generated files read-only.  That would bother too many
24377         people.  However, do retain the ability to work when targets are
24378         read-only: remove the destination and temporary files before writing
24379         them (when generated via sed or echo), or by using the -f option for
24380         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
24381         * modules/alloca-opt, modules/argz, modules/arpa_inet:
24382         * modules/byteswap, modules/configmake, modules/fcntl:
24383         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
24384         * modules/localcharset, modules/netinet_in, modules/poll:
24385         * modules/stdbool, modules/stdint, modules/sys_select:
24386         * modules/sys_socket, modules/sys_stat, modules/sysexits:
24387
24388 2006-09-08  Jim Meyering  <jim@meyering.net>
24389
24390         Avoid new build failure on FreeBSD 6.0.
24391         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
24392         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
24393         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
24394
24395 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24396
24397         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
24398
24399 2006-09-07  Jim Meyering  <jim@meyering.net>
24400
24401         Fix global typo in last change: use chmod u-w, not chmod u-x.
24402         Spotted by Paul Eggert and Bruce Korb.
24403         * modules/alloca-opt, modules/argz, modules/arpa_inet:
24404         * modules/byteswap, modules/configmake, modules/fcntl:
24405         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
24406         * modules/localcharset, modules/netinet_in, modules/poll:
24407         * modules/stdbool, modules/stdint, modules/sys_select:
24408         * modules/sys_socket, modules/sys_stat, modules/sysexits:
24409
24410 2006-09-06  Jim Meyering  <jim@meyering.net>
24411
24412         Make generated files be read-only.
24413         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
24414         Ensure that each generated file is now read-only.
24415         * modules/argz: Likewise.
24416         * modules/arpa_inet: Likewise.
24417         * modules/byteswap: Likewise.
24418         * modules/configmake: Likewise.
24419         * modules/fcntl: Likewise.
24420         * modules/fnmatch: Likewise.
24421         * modules/getopt: Likewise.
24422         * modules/glob: Likewise.
24423         * modules/inttypes: Likewise.
24424         * modules/netinet_in: Likewise.
24425         * modules/poll: Likewise.
24426         * modules/stdbool: Likewise.
24427         * modules/stdint: Likewise.
24428         * modules/sys_select: Likewise.
24429         * modules/sys_socket: Likewise.
24430         * modules/sys_stat: Likewise.
24431         * modules/sysexits: Likewise.
24432         * modules/localcharset: Same as above, but continue using temporary
24433         file named "t-$@" (why different?) rather than the "$@-t" used
24434         everywhere else.
24435
24436         * modules/sysexits (Makefile.am): Replace literal occurrences
24437         of "sysexit.h" more readable, and more consistent, "$@".
24438
24439 2006-09-06  Bruno Haible  <bruno@clisp.org>
24440
24441         * modules/striconv: New file.
24442         * modules/xstriconv: New file.
24443         * MODULES.html.sh (Internationalization functions): Add striconv,
24444         xstriconv.
24445
24446 2006-09-06  Bruno Haible  <bruno@clisp.org>
24447
24448         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
24449         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
24450         not using libtool correctly.
24451
24452 2006-09-06  Bruno Haible  <bruno@clisp.org>
24453
24454         * lib/striconv.h: New file.
24455         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
24456         iconvstring.c.
24457         * lib/xstriconv.h: New file.
24458         * lib/xstriconv.c: New file.
24459
24460 2006-09-06  Bruno Haible  <bruno@clisp.org>
24461
24462         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
24463         lib_..._LDFLAGS.
24464
24465 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24466
24467         * lib/argz_.h: Sync from Libtool.
24468
24469         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
24470                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24471
24472         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
24473
24474 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
24475
24476         * modules/trim: New file.
24477
24478 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
24479
24480         * lib/trim.h: New file.
24481         * lib/trim.c: New file.
24482
24483 2006-09-05  Bruno Haible  <bruno@clisp.org>
24484
24485         * MODULES.html.sh (String handling): Add trim.
24486
24487 2006-09-04  Karl Berry  <karl@gnu.org>
24488
24489         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
24490         until next release.
24491
24492 2006-09-03  Bruno Haible  <bruno@clisp.org>
24493
24494         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
24495         correctly.
24496
24497 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24498
24499         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
24500         not gl_GETLOADAVG.  Omit unneeded semicolons.
24501         Problems reported by Ralf Wildenhues in
24502         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
24503         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
24504         at the end, which is the usual gnulib style.
24505
24506         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
24507         of doing all the work ourselves.
24508         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
24509         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
24510
24511 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24512
24513         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
24514         Problem reported by Ralf Wildenhues in
24515         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
24516
24517         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
24518         HAVE_STRUCT_STATFS_F_FSTYPENAME.
24519
24520 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24521
24522         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
24523         yesterday's patch by changing test -n to test -z.
24524
24525 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24526
24527         * modules/getloadavg (Files): Add m4/getloadavg.m4.
24528         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
24529         the former is now obsolescent.
24530
24531         * modules/chdir-long (Depends-on): Add fcntl.
24532
24533 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24534
24535         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
24536         obsolescent, and programs should use gnulib instead.
24537         * m4/getloadavg.m4: New file, with contents taken from Autoconf
24538         but with prefixes changed.
24539
24540 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24541
24542         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
24543         or stdbool.h, because they might not exist while configuring.
24544
24545         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
24546         Don't include unistd.h or limits.h; not needed, since chdir-long.h
24547         does that for us.
24548         (O_DIRECTORY): Remove.
24549
24550 2006-08-31  Eric Blake  <ebb9@byu.net>
24551
24552         * gnulib-tool: Don't let emacs change spaces to TAB.
24553
24554 2006-08-31  Bruno Haible  <bruno@clisp.org>
24555
24556         * gnulib-tool: When calling func_import more than once, do it in a
24557         subshell.
24558         Reported by Eric Blake <ebb9@byu.net>.
24559
24560 2006-08-31  Bruno Haible  <bruno@clisp.org>
24561
24562         * gnulib-tool (nl): Remove variable.
24563         (sed_transform_lib_file): Use more robust test for config-h module.
24564         (func_import): Fix typo in 2006-08-25 patch.
24565
24566 2006-08-31  Bruno Haible  <bruno@clisp.org>
24567
24568         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
24569         specified, augment Makefile.am variables instead of assigning them.
24570
24571 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24572
24573         Work around a bug in both the Linux and SunOS 64-bit kernels:
24574         nanosleep mishandles sleeps for longer than 2**31 seconds.
24575         Problem reported by Frank v Waveren in
24576         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
24577         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
24578         Check for nanosleep bug.
24579         (LIB_NANOSLEEP): Append clock_gettime library if needed.
24580
24581 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24582
24583         Work around a bug in both the Linux and SunOS 64-bit kernels:
24584         nanosleep mishandles sleeps for longer than 2**31 seconds.
24585         Problem reported by Frank v Waveren in
24586         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
24587         * lib/nanosleep.c (BILLION): New constant.
24588         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
24589         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
24590         implementation.
24591
24592 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24593
24594         * modules/nanosleep (Depends-on): Add gettime.
24595
24596 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24597         and Simon Josefsson  <jas@extundo.com>
24598         and Oskar Liljeblad  <oskar@osk.mine.nu>
24599
24600         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
24601         * gnulib-tool (func_import): New license type 'unmodifiable license
24602         text'.
24603         * modules/fdl: Use it.  Longer description.
24604         * module/gpl, module/lgpl: New files.
24605
24606 2006-08-30  Jim Meyering  <jim@meyering.net>
24607
24608         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
24609         shadowing the parameter.
24610
24611 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24612
24613         Sync from Libtool:
24614
24615         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24616
24617         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
24618         sharing with gnulib.  Report by Eric Blake.
24619
24620 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24621
24622         * modules/isapipe: New file.
24623         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
24624
24625 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24626
24627         * modules/configmake (Makefile.am): Add a comment, and omit
24628         the CONFIGMAKE_ prefix from generated macro names.  Suggested
24629         by Bruno Haible.
24630
24631 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24632
24633         * m4/isapipe.m4: New file.
24634
24635 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24636
24637         * lib/isapipe.c, lib/isapipe.h: New files.
24638
24639 2006-08-29  Jim Meyering  <jim@meyering.net>
24640
24641         * modules/configmake (Makefile.am): Make configmake.h depend on
24642         Makefile.  Otherwise, a stale configmake.h could hang around.
24643
24644 2006-08-29  Eric Blake  <ebb9@byu.net>
24645
24646         * lib/error.c (error_at_line, print_errno_message): Match libc, after
24647         resolution of upstream bug 3044.
24648
24649 2006-08-29  Bruno Haible  <bruno@clisp.org>
24650
24651         * modules/localcharset (Depends-on): Add configmake.
24652         (Makefile.am): Remove setting of LIBDIR through DEFS.
24653
24654 2006-08-29  Bruno Haible  <bruno@clisp.org>
24655
24656         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
24657         defined.
24658
24659 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24660
24661         * modules/fcntl: New file.
24662         * modules/chdir-safer (Depends-on): Add fcntl.
24663         * modules/fts: Likewise.
24664         * modules/mkdir-p: Likewise.
24665
24666         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
24667         This undoes the most recent change, since we're now addressing the
24668         problem in a different way.
24669
24670         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
24671         into output, since the output might be called Makefile.am even
24672         if $makefile_name is something different.
24673         (func_import): Use $makefile_am rather than
24674         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
24675         empty.
24676
24677         * modules/inttypes (Files): Add m4/inttypes-h.m4.
24678
24679 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24680
24681         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
24682         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
24683         recent change to stdint.m4, since we're now addressing the problem in a
24684         different way.
24685
24686 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24687
24688         * m4/fcntl_h.m4: New file.
24689
24690 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24691
24692         * lib/fcntl_.h: New file.
24693         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
24694         the fcntl module.
24695         * lib/dirchownmod.c: Likewise.
24696         * lib/fts.c: Likewise.
24697
24698         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
24699         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
24700         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
24701         just before including <inttypes.h>, to avoid circular inclusion.
24702
24703 2006-08-28  Jim Meyering  <jim@meyering.net>
24704
24705         * doc/visibility.texi: Actually read and correct the grammar of the
24706         sentence affected by yesterday's change.
24707
24708 2006-08-28  Eric Blake  <ebb9@byu.net>
24709
24710         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
24711         needs wrapper.
24712
24713 2006-08-28  Eric Blake  <ebb9@byu.net>
24714
24715         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
24716
24717 2006-08-28  Eric Blake  <ebb9@byu.net>
24718
24719         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
24720
24721 2006-08-28  Bruno Haible  <bruno@clisp.org>
24722
24723         * modules/c-strstr: New file, from GNU gettext.
24724         * MODULES.html.sh (String handling): Add c-strstr.
24725
24726 2006-08-28  Bruno Haible  <bruno@clisp.org>
24727
24728         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
24729         macros.
24730         Reported by Eric Blake.
24731
24732 2006-08-28  Bruno Haible  <bruno@clisp.org>
24733
24734         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
24735         (VASNPRINTF): Return a string of length > INT_MAX without failing.
24736         * lib/vasprintf.c: Include errno.h, limits.h.
24737         (EOVERFLOW): New fallback definition.
24738         (vasprintf): Test here whether the string length is > INT_MAX.
24739         * lib/vsnprintf.c: Include errno.h, limits.h.
24740         (EOVERFLOW): New fallback definition.
24741         (vsnprintf): Fix bug when generated string was too long for the buffer.
24742         Test here whether the string length is > INT_MAX.
24743
24744 2006-08-28  Bruno Haible  <bruno@clisp.org>
24745
24746         * lib/inttypes_.h (SCNX*): Remove definitions.
24747         Reported by Eric Blake.
24748
24749 2006-08-28  Bruno Haible  <bruno@clisp.org>
24750
24751         * lib/c-strstr.h: New file, from GNU gettext.
24752         * lib/c-strstr.c: New file, from GNU gettext.
24753
24754 2006-08-28  Bruno Haible  <bruno@clisp.org>
24755
24756         * gnulib-tool: Reorder some statements.
24757
24758 2006-08-28  Bruno Haible  <bruno@clisp.org>
24759
24760         * gnulib-tool: New option --makefile-name.
24761         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
24762         $makefile_name.
24763         (func_import): Write $makefile_name to the cache file, and read it from
24764         there unless explicitly specified. Use $makefile_name as file name
24765         instead of Makefile.am. Adjust the recommendations accordingly.
24766
24767 2006-08-28  Bruno Haible  <bruno@clisp.org>
24768
24769         * gnulib-tool (func_verify_module): Check against misapplying patch.
24770
24771 2006-08-28  Bruno Haible  <bruno@clisp.org>
24772
24773         * gnulib-tool (func_relativize, func_relconcat): New functions.
24774         Give an error if --local-dir is given with --update.
24775         Remove trailing slashes from $local_gnulib_dir.
24776         (func_import): Store the relativized $local_gnulib_dir in
24777         gnulib-cache.m4, and read it from there if not specified explicitly.
24778
24779 2006-08-28  Bruno Haible  <bruno@clisp.org>
24780
24781         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
24782         is the current directory. Respect also $local_gnulib_dir.
24783
24784 2006-08-28  Bruno Haible  <bruno@clisp.org>
24785             Simon Josefsson  <jas@extundo.com>
24786
24787         BeOS portability.
24788         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
24789
24790 2006-08-27  Jim Meyering  <jim@meyering.net>
24791
24792         * doc/visibility.texi: Remove duplicate word: "pointer".
24793
24794 2006-08-26  Bruno Haible  <bruno@clisp.org>
24795
24796         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
24797         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
24798         (Makefile.am): Create inttypes.h from inttypes_.h.
24799         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
24800
24801         * modules/imaxabs: New file.
24802
24803         * modules/imaxdiv: New file.
24804
24805 2006-08-26  Bruno Haible  <bruno@clisp.org>
24806
24807         * m4/inttypes.m4: New file.
24808         * m4/_inttypes_h.m4: Remove file.
24809         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
24810         PRI_MACROS_BROKEN.
24811         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
24812
24813         * m4/imaxabs.m4: New file.
24814
24815         * m4/imaxdiv.m4: New file.
24816
24817 2006-08-26  Bruno Haible  <bruno@clisp.org>
24818
24819         * lib/inttypes_.h: New file.
24820         * lib/inttypes.h: Remove file.
24821         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
24822
24823         * lib/imaxabs.c: New file.
24824
24825         * lib/imaxdiv.c: New file.
24826
24827 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24828
24829         New config-h module, so that "make" output needn't be cluttered
24830         by -DHAVE_CONFIG_H.
24831         * MODULES.html.sh (Support for building libraries and executables):
24832         Add config-h.
24833         * modules/config-h: New file.
24834         * gnulib-tool (nl, sed_transform_lib_file): New vars.
24835         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
24836         the config-h module is used.
24837
24838         New configmake module, so that "make" output needn't be cluttered
24839         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
24840         * MODULES.html.sh (Support for building libraries and executables):
24841         Add configmake.
24842         * modules/configmake: New file.
24843
24844 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24845
24846         * m4/config-h.m4: New file.
24847
24848 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24849
24850         * config/srclist.txt: Add elisp-comp.
24851
24852 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24853
24854         * MODULES.html.sh (Support for building libraries and executables):
24855         Add elisp-comp.
24856         * build-aux/elisp-comp: New file.
24857         * modules/elisp-comp: New file.
24858
24859 2006-08-24  Bruno Haible  <bruno@clisp.org>
24860
24861         * gnulib-tool (func_create_testdir): Use non-default values of
24862         sourcebase and m4base.
24863
24864 2006-08-24  Bruno Haible  <bruno@clisp.org>
24865
24866         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
24867         HTML structure.
24868
24869 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
24870
24871         * modules/openat (Depends-on): Add lchown.
24872
24873 2006-08-23  Bruno Haible  <bruno@clisp.org>
24874
24875         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
24876         of gl_LOCK_EARLY instead of gl_LOCK.
24877
24878 2006-08-23  Bruno Haible  <bruno@clisp.org>
24879
24880         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
24881         on OSF/1 to no.
24882         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
24883
24884 2006-08-23  Bruno Haible  <bruno@clisp.org>
24885
24886         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
24887         as unusable.
24888
24889         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
24890         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
24891         (gl_LOCK): New macro.
24892
24893 2006-08-22  Simon Josefsson  <jas@extundo.com>
24894
24895         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
24896         to md5 module.
24897
24898 2006-08-22  Simon Josefsson  <jas@extundo.com>
24899
24900         * MODULES.html.sh: Add "Support for maintaining and release
24901         projects".
24902
24903         * build-aux/gnupload: New file, from coreutils.
24904
24905 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24906
24907         Avoid the need for AC_LIBSOURCES in m4 macros.
24908         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
24909         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
24910         * modules/check-version (EXTRA_DIST): Add check-version.h.
24911         * modules/crc (EXTRA_DIST): Add crc.h.
24912         * modules/des (EXTRA_DIST): Add des.h.
24913         * modules/gc (EXTRA_DIST): Add gc.h.
24914         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
24915         * modules/getline (EXTRA_DIST): Add getline.h.
24916         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
24917         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
24918         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
24919         * modules/md2 (EXTRA_DIST): Add md2.h.
24920         * modules/md4 (EXTRA_DIST): Add md4.h.
24921         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
24922         * modules/read-file (EXTRA_DIST): Add read-file.h.
24923         * modules/readline (EXTRA_DIST): Add readline.h.
24924         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
24925         rijndael-api-fst.h.
24926
24927 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24928
24929         * m4/rijndael.m4 (gl_ARCFOUR):
24930         * m4/arctwo.m4 (gl_ARCTWO):
24931         * m4/check-version.m4 (gl_CHECK_VERSION):
24932         * m4/crc.m4 (gl_CRC):
24933         * m4/des.m4 (gl_DES):
24934         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
24935         * m4/gc.m4 (gl_GC):
24936         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
24937         * m4/getline.m4 (gl_FUNC_GETLINE):
24938         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
24939         * m4/hmac-md5.m4 (gl_HMAC_MD5):
24940         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
24941         * m4/md2.m4 (gl_MD2):
24942         * m4/md4.m4 (gl_MD4):
24943         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
24944         * m4/read-file.m4 (gl_FUNC_READ_FILE):
24945         * m4/readline.m4 (gl_FUNC_READLINE):
24946         * m4/rijndael.m4 (gl_RIJNDAEL):
24947         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
24948         to get the necessary .h files and whatnot.
24949
24950 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24951
24952         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
24953         gnulib rather than the other way around.
24954         * config/srclistvars.sh (COREUTILS): Remove.
24955
24956 2006-08-22  Jim Meyering  <jim@meyering.net>
24957
24958         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
24959
24960         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
24961
24962 2006-08-22  Eric Blake  <ebb9@byu.net>
24963
24964         * modules/regexprops-generic: New file.
24965         * MODULES.html.sh (Support for building documentation): List it.
24966
24967 2006-08-22  Eric Blake  <ebb9@byu.net>
24968
24969         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
24970         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
24971         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
24972         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
24973
24974 2006-08-22  Bruno Haible  <bruno@clisp.org>
24975
24976         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
24977         and lib_LTLIBRARIES like the other lib_* variables.
24978
24979 2006-08-22  Bruno Haible  <bruno@clisp.org>
24980
24981         * build-aux/x-to-1.in: New file, from GNU gettext.
24982
24983 2006-08-22  Bruno Haible  <bruno@clisp.org>
24984
24985         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
24986         <utmpx.h> exists.
24987
24988 2006-08-22  Bruno Haible  <bruno@clisp.org>
24989
24990         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
24991         <utmpx.h> exists.
24992
24993 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24994
24995         BeOS portability.
24996         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
24997         exist.
24998         Problem reported by Bruno Haible.
24999
25000 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25001
25002         Avoid the need for AC_LIBSOURCES in m4 macros.
25003         * modules/acl (EXTRA_DIST): Add acl.h.
25004         * modules/argmatch (Files): Add m4/argmatch.m4.
25005         (configure.ac): Add gl_ARGMATCH.
25006         (EXTRA_DIST): Renamed from lib_SOURCES, for
25007         consistency with the other modules.  Remove argmatch.c.
25008         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
25009         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
25010         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
25011         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
25012         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
25013         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
25014         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
25015         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
25016         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
25017         * modules/closeout (EXTRA_DIST): Add closeout.h.
25018         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
25019         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
25020         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
25021         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
25022         dirname.h; remove basename.c and stripslash.c.
25023         * modules/exclude (EXTRA_DIST): Add exclude.h.
25024         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
25025         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
25026         * modules/file-type (EXTRA_DIST): Add file-type.h.
25027         * modules/filemode (EXTRA_DIST): Add filemode.h.
25028         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
25029         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
25030         * modules/fpending (EXTRA_DIST): Add __fpending.h.
25031         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
25032         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
25033         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
25034         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
25035         * modules/getdate (EXTRA_DIST): Add getdate.c.
25036         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
25037         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
25038         * modules/getpass (EXTRA_DIST): Add getpass.h.
25039         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
25040         * modules/group-member (EXTRA_DIST): Add group-member.h.
25041         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
25042         * modules/hash (EXTRA_DIST): Add hash.h.
25043         * modules/human (EXTRA_DIST): Add human.h.
25044         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
25045         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
25046         * modules/lchown (EXTRA_DIST): Add lchown.h.
25047         * modules/long-options (EXTRA_DIST): Add long-options.h.
25048         * modules/lstat (EXTRA_DIST): Add lstat.h.
25049         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
25050         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
25051         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
25052         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
25053         * modules/memxor (EXTRA_DIST): Add memxor.h.
25054         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
25055         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
25056         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
25057         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
25058         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
25059         * modules/physmem (EXTRA_DIST): Add physmem.h.
25060         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
25061         * modules/posixver (EXTRA_DIST): Add posixver.h.
25062         * modules/quote (EXTRA_DIST): Add quote.h.
25063         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
25064         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
25065         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
25066         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
25067         regex_internal.h regexec.c.
25068         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
25069         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
25070         * modules/same (EXTRA_DIST): Add same.h.
25071         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
25072         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
25073         * modules/savedir (EXTRA_DIST): Add savedir.h.
25074         * modules/sha1 (EXTRA_DIST): Add sha1.h.
25075         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
25076         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
25077         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
25078         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
25079         * modules/strdup (EXTRA_DIST): Add strdup.h.
25080         * modules/strftime (EXTRA_DIST): Add strftime.h.
25081         * modules/strndup (EXTRA_DIST): Add strndup.h.
25082         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
25083         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
25084         * modules/time_r (EXTRA_DIST): Add time_r.h.
25085         * modules/timespec (EXTRA_DIST): Add timespec.h.
25086         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
25087         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
25088         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
25089         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
25090         * modules/userspec (EXTRA_DIST): Add userspec.h.
25091         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
25092         * modules/utimens (EXTRA_DIST): Add utimens.h.
25093         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
25094         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
25095         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
25096         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
25097         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
25098         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
25099         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
25100         * modules/yesno (EXTRA_DIST): Add yesno.h.
25101
25102 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
25103
25104         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
25105
25106         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
25107         * m4/dev-ino.m4, same-inode.m4: Remove.
25108
25109         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
25110         * m4/acl.m4 (AC_FUNC_ACL):
25111         * m4/backupfile.m4 (gl_BACKUPFILE):
25112         * m4/c-strtod.m4 (gl_C99_STRTOLD):
25113         * m4/canon-host.m4 (gl_CANON_HOST):
25114         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
25115         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
25116         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
25117         * m4/cloexec.m4 (gl_CLOEXEC):
25118         * m4/close-stream.m4 (gl_CLOSE_STREAM):
25119         * m4/closeout.m4 (gl_CLOSEOUT):
25120         * m4/dirfd.m4 (gl_FUNC_DIRFD):
25121         * m4/dirname.m4 (gl_DIRNAME):
25122         * m4/exclude.m4 (gl_EXCLUDE):
25123         * m4/exitfail.m4 (gl_EXITFAIL):
25124         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
25125         * m4/file-type.m4 (gl_FILE_TYPE):
25126         * m4/filemode.m4 (gl_FILEMODE):
25127         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
25128         * m4/fpending.m4 (gl_FUNC_FPENDING):
25129         * m4/fprintftime.m4 (gl_FPRINTFTIME):
25130         * m4/fts.m4 (gl_FUNC_FTS):
25131         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
25132         * m4/getdate.m4 (gl_GETDATE):
25133         * m4/gethrxtime.m4 (gl_GETHRXTIME):
25134         * m4/getpagesize.m4 (gl_GETPAGESIZE):
25135         * m4/getpass.m4 (gl_FUNC_GETPASS):
25136         * m4/gettime.m4 (gl_GETTIME):
25137         * m4/getugroups.m4 (gl_GETUGROUPS):
25138         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
25139         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
25140         * m4/hard-locale.m4 (gl_HARD_LOCALE):
25141         * m4/hash.m4 (gl_HASH):
25142         * m4/idcache.m4 (gl_IDCACHE):
25143         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
25144         * m4/lchown.m4 (gl_FUNC_LCHOWN):
25145         * m4/long-options.m4 (gl_LONG_OPTIONS):
25146         * m4/lstat.m4 (gl_FUNC_LSTAT):
25147         * m4/md5.m4 (gl_MD5):
25148         * m4/memcasecmp.m4 (gl_MEMCASECMP):
25149         * m4/memcoll.m4 (gl_MEMCOLL):
25150         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
25151         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
25152         * m4/memxor.m4 (gl_MEMXOR):
25153         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
25154         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
25155         * m4/modechange.m4 (gl_MODECHANGE):
25156         * m4/mountlist.m4 (gl_MOUNTLIST):
25157         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
25158         * m4/openat.m4 (gl_FUNC_OPENAT):
25159         * m4/pathmax.m4 (gl_PATHMAX):
25160         * m4/physmem.m4 (gl_PHYSMEM):
25161         * m4/posixtm.m4 (gl_POSIXTM):
25162         * m4/posixver.m4 (gl_POSIXVER):
25163         * m4/quote.m4 (gl_QUOTE):
25164         * m4/quotearg.m4 (gl_QUOTEARG):
25165         * m4/readtokens.m4 (gl_READTOKENS):
25166         * m4/readutmp.m4 (gl_READUTMP):
25167         * m4/regex.m4 (gl_REGEX):
25168         * m4/safe-read.m4 (gl_SAFE_READ):
25169         * m4/safe-write.m4 (gl_SAFE_WRITE):
25170         * m4/same.m4 (gl_SAME):
25171         * m4/save-cwd.m4 (gl_SAVE_CWD):
25172         * m4/savedir.m4 (gl_SAVEDIR):
25173         * m4/settime.m4 (gl_SETTIME):
25174         * m4/sha1.m4 (gl_SHA1):
25175         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
25176         * m4/stat-macros.m4 (gl_STAT_MACROS):
25177         * m4/stat-time.m4 (gl_STAT_TIME):
25178         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
25179         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
25180         * m4/strdup.m4 (gl_FUNC_STRDUP):
25181         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
25182         * m4/strndup.m4 (gl_FUNC_STRNDUP):
25183         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
25184         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
25185         * m4/time_r.m4 (gl_TIME_R):
25186         * m4/timespec.m4 (gl_TIMESPEC):
25187         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
25188         * m4/unlinkdir.m4 (gl_UNLINKDIR):
25189         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
25190         * m4/userspec.m4 (gl_USERSPEC):
25191         * m4/utimecmp.m4 (gl_UTIMECMP):
25192         * m4/utimens.m4 (gl_UTIMENS):
25193         * m4/xalloc.m4 (gl_XALLOC):
25194         * m4/xgetcwd.m4 (gl_XGETCWD):
25195         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
25196         * m4/xreadlink.m4 (gl_XREADLINK):
25197         * m4/xstrtod.m4 (gl_XSTRTOD):
25198         * m4/yesno.m4 (gl_YESNO):
25199         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
25200         to get the necessary .h files and whatnot.
25201
25202 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
25203             Bruno Haible  <bruno@clisp.org>
25204
25205         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
25206         /bin/sh understanding of '!' conditional negation.
25207
25208 2006-08-21  Jim Meyering  <jim@meyering.net>
25209
25210         * modules/openat (Depends-on): Really alphabetize.
25211
25212         * modules/acl (Depends-on): Add error and quote.
25213
25214         * check-module (find_included_lib_files): Add at-func.c to the
25215         ok-to-include-more-than-once white list.
25216
25217         * modules/openat (Depends-on): Add lstat.  Alphabetize.
25218
25219 2006-08-21  Bruno Haible  <bruno@clisp.org>
25220
25221         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25222         Emit a pkgdata_DATA variable only if some snippets add contents to it.
25223         Reported by Martin Lambers <marlam@marlam.de>.
25224
25225 2006-08-21  Bruno Haible  <bruno@clisp.org>
25226
25227         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
25228         specify an installation location, don't emit a noinst_LIBRARIES or
25229         noinst_LTLIBRARIES assignment.
25230
25231 2006-08-21  Bruno Haible  <bruno@clisp.org>
25232
25233         BeOS portability.
25234         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
25235         BeOS has mbrtowc() but no <wctype.h>.
25236
25237 2006-08-21  Bruno Haible  <bruno@clisp.org>
25238
25239         BeOS portability.
25240         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
25241         exist.
25242
25243 2006-08-21  Bruno Haible  <bruno@clisp.org>
25244
25245         BeOS portability.
25246         * lib/mbchar.h: Include <wctype.h> only if it exists.
25247
25248 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25249
25250         Remove files that are no longer needed by their respective modules.
25251         * m4/obstack.m4: Remove.
25252         * m4/strerror_r.m4: Remove.
25253         * m4/uint32_t.m4: Remove.
25254         * m4/uintptr_t.m4: Remove.
25255         * m4/ullong_max.m4: Remove.
25256         * m4/xstrtoimax.m4: Remove.
25257         * m4/xstrtoumax.m4: Remove.
25258
25259         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
25260         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
25261         dependencies now capture this.
25262
25263         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
25264         Do not use AC_LIBSOURCES, since gnulib modules now do this.
25265         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
25266         * m4/human.m4 (gl_HUMAN): Likewise.
25267         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
25268         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
25269
25270         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
25271
25272         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
25273         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
25274         stdint.
25275         * m4/human.m4 (gl_HUMAN): Likewise.
25276         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
25277         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
25278         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
25279         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
25280         * m4/xstrtol (gl_XSTRTOL): Likewise.
25281
25282         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
25283         AC_TYPE_LONG_LONG_INT.
25284         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
25285         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
25286         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
25287         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
25288
25289         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
25290         on stdbool.
25291
25292         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
25293         (gl_PREREQ_XSTRTOUL): Remove.
25294
25295         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
25296
25297         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
25298         mode.
25299
25300 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25301
25302         Add and change modules to make it easier for coreutils to use
25303         gnulib-tool.
25304         * modules/backupfile (Files): Remove m4/d-ino.m4.
25305         (Depends-on): Add d-ino.
25306         * modules/cycle-check (Depends-on): Add stdint.
25307         (lib_SOURCES): Add cycle-check.h.
25308         * modules/d-ino: New module.
25309         * modules/d-type: New module.
25310         * modules/error (Files): Remove m4/strerror_r.m4.
25311         * modules/filemode (Files): Add m4/st_dm_mode.m4.
25312         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
25313         m4/inttypes_h.m4, m4/uintmax_t.m4.
25314         (Depends-on): Add stdint.
25315         (lib_SOURCES): Add fsusage.h.
25316         * modules/getcwd (Files): Remove d-ino.m4.
25317         (Depends-on): Add d-ino.
25318         * modules/getndelim2 (Depends-on): Add stdint.
25319         * modules/glob (Files): Remove m4/d-type.m4.
25320         (Depends-on): Add d-type.
25321         * modules/host-os: New module.
25322         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
25323         m4/inttypes_h.m4, m4/uintmax_t.m4.
25324         * Depends-on: Add stdint.
25325         (lib_SOURCES): Add human.h.
25326         * modules/inttostr (Files): Remove m4/intmax_t.m4,
25327         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
25328         m4/uintmax_t.m4, m4/ulonglong.m4.
25329         (Depends-on): Add stdint.
25330         (EXTRA_DIST): Add inttostr.h.
25331         * modules/lchmod: New module.
25332         * modules/link-follow: New module.
25333         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
25334         (Depends-on): Add lchmod.
25335         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
25336         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
25337         (Depends-on): Add stdint.
25338         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
25339         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
25340         (Depends-on): Add stdint.
25341         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
25342         * modules/perl: New module.
25343         * modules/regex (Depends-on): Add stdint.
25344         * modules/rmdir-errno: New module.
25345         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
25346         m4/intmax_t.m4.
25347         (Depends-on): Add stdint.
25348         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
25349         m4/uintmax_t.m4.
25350         (Depends-on): Add stdint.
25351         * modules/unlink-busy: New module.
25352         * modules/utimecmp (Depends-on): Add stdint.
25353         * modules/uptime: New module.
25354         * modules/winsz-ioctl: New module.
25355         * modules/winsz-termios: New module.
25356         * modules/xnanosleep (Depends-on): Add nanosleep.
25357         * modules/ullong_max: Remove.
25358         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
25359         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
25360         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
25361         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
25362         (Depends-on): Add inttypes.
25363         (lib_SOURCES): Add xstrtol.h.
25364         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
25365         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
25366         * MODULES.html.sh: Move 'assert' into the assert section.
25367         Move 'dummy' into the linking section.
25368         Remove ullong_max.
25369         Add section for compatibility checks for POSIX:2001 functions,
25370         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
25371         winsz-ioctl, and winsz-termios into it.
25372         Add lchmod.
25373         Add top-level Misc section and put host-os, perl, and uptime
25374         into it.
25375
25376 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25377
25378         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
25379         now assume the stdint module.  Do not include inttypes.h.
25380         * lib/fsusage.h: Likewise.
25381         * lib/getndelim2.c: Likewise.
25382         * lib/human.h: Likewise.
25383         * lib/inttostr.h: Likewise.
25384         * lib/obstack.c: Likewise.
25385         * lib/regex_internal.h: Likewise.
25386         * lib/tempname.c: Likewise.
25387         * lib/utimecmp.c: Likewise.
25388         * lib/xstrtol.h: Likewise.
25389
25390         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
25391
25392         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
25393         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
25394         * lib/xtime.h: Likewise.
25395
25396 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25397
25398         * modules/openat (Files): Add lib/fchmodat.c.
25399         Fixes problem reported by Jay Youngman.
25400
25401 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25402
25403         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
25404         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
25405
25406 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
25407             Bruno Haible  <bruno@clisp.org>
25408
25409         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
25410         and is a script that invokes bison. Tighten the code. Add comments.
25411
25412 2006-08-18  Jim Meyering  <jim@meyering.net>
25413
25414         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
25415         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
25416         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
25417         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
25418
25419 2006-08-18  Bruno Haible  <bruno@clisp.org>
25420
25421         * modules/bison-i18n: New file.
25422         * MODULES.html.sh (Internationalization functions): Add it.
25423
25424 2006-08-18  Bruno Haible  <bruno@clisp.org>
25425
25426         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
25427         sys/statvfs.h. When getmntinfo was found, check its declaration and
25428         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
25429
25430 2006-08-18  Bruno Haible  <bruno@clisp.org>
25431
25432         * m4/bison-i18n.m4: New file, from bison.
25433
25434 2006-08-18  Bruno Haible  <bruno@clisp.org>
25435
25436         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
25437         (ME_DUMMY): Treat "kernfs" as a dummy.
25438         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
25439
25440 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25441
25442         Update from coreutils.
25443
25444         2006-08-15  Jim Meyering  <jim@meyering.net>
25445
25446         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
25447
25448         2006-01-17  Jim Meyering  <jim@meyering.net>
25449
25450         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
25451
25452         2006-01-11  Jim Meyering  <jim@meyering.net>
25453
25454         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
25455         Check for the lchmod function.
25456
25457 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25458
25459         Update from coreutils.
25460
25461         * lib/__fpending.h: Add copyright notice.
25462         * lib/fprintftime.h: Likewise.
25463         * lib/savedir.c: Use (C) in copyright notice.
25464         * lib/savedir.h: Likewise.
25465
25466         2006-08-15  Jim Meyering  <jim@meyering.net>
25467
25468         * lib/at-func.c: New file, with the logic of all emulated at-functions.
25469         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
25470         in support of the EXPECTED_ERRNO macro.
25471         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
25472         definitions.  Instead, define the appropriate symbols and include
25473         "at-func.c".
25474         * lib/mkdirat.c (mkdirat): Likewise.
25475         * lib/fchmodat.c (fchmodat): Likewise.
25476         (ENOSYS): Remove definition.
25477         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
25478         it.  Don't include "unistd--.h" -- it wasn't ever used.
25479
25480         2006-01-17  Jim Meyering  <jim@meyering.net>
25481
25482         Rewrite fts.c not to change the current working directory,
25483         by using openat, fstatat, fdopendir, etc..
25484
25485         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
25486         (HAVE_OPENAT_SUPPORT): Define.
25487         [_LIBC] (fchdir): Don't undef or define; no longer used.
25488         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
25489         Now, this `function' always succeeds, and consumes its file descriptor
25490         parameter -- so callers must not close such FDs.  Update callers.
25491         (diropen_fd, opendirat, cwd_advance_fd): New functions.
25492         (diropen): Add parameter, SP.  Adjust all callers.
25493         Implement using diropen_fd, rather than open.
25494         (fts_open): Initialize new member, fts_cwd_fd.
25495         Remove fts_rft-setting code.
25496         (fts_close): Close fts_cwd_fd, if necessary.
25497         (__opendir2): Define in terms of opendir or opendirat,
25498         depending on whether the FST_NOCHDIR flag is set.
25499         (fts_build): Since fts_safe_changedir consumes its FD, and since
25500         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
25501         and close the dup'd file descriptor upon failure.
25502         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
25503         (fts_safe_changedir): Tweak semantics to reflect that this function
25504         now calls cwd_advance_fd and hence consumes its FD argument.
25505         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
25506         [struct FTS] (fts_rft): Remove now-unused member.
25507         [struct FTS] (fts_cycle.state): Improve comment.
25508
25509         * lib/openat.c (openat_needs_fchdir): New function.
25510         * lib/openat.h (openat_needs_fchdir): Declare it.
25511
25512 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
25513
25514         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
25515         Problem and fix reported by Pádraig Brady in
25516         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
25517
25518 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25519
25520         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
25521
25522 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25523
25524         * lib/memcoll.c (memcoll): Optimize for the common case where the
25525         arguments are bytewise equal.
25526
25527 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25528
25529         * doc/regexprops-generic.texi: Add a copyright notice.
25530
25531 2006-08-15  Bruno Haible  <bruno@clisp.org>
25532
25533         * modules/tmpdir (License): Change to LGPL.
25534
25535 2006-08-15  Bruno Haible  <bruno@clisp.org>
25536
25537         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
25538         module.
25539
25540 2006-08-14  Simon Josefsson  <jas@extundo.com>
25541
25542         * config/srclist.txt: Add gnupload.
25543
25544 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25545
25546         Change copyright notice from LGPL 2 to GPL 2, since that's the
25547         standard form used in the gnulib repository.
25548         * tests/test-lock.c: Likewise.
25549         * tests/test-stdint.c: Likewise.
25550         * tests/test-tls.c: Likewise.
25551
25552         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
25553         prelude-manager.  User shorter URLs for GNU projects, without '?'.
25554         Add copyright notice.
25555
25556         * check-module: Add copyright notice.  Output a copyright
25557         notice if "--version" is specified.
25558         * modules/COPYING: New file.
25559         * tests/test-getaddrinfo.c: Add copyright notice.
25560         * tests/test-verify.c: Likewise.
25561
25562 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25563
25564         Change copyright notice from LGPL 2 to GPL 2, since that's the
25565         standard form used in the gnulib repository.
25566         * lib/lock.c: LGPL -> GPL.
25567         * lib/lock.h: Likewise.
25568         * lib/strnlen1.c: Likewise.
25569         * lib/strnlen1.h: Likewise.
25570         * lib/tls.c: Likewise.
25571         * lib/tls.h: Likewise.
25572         * lib/tmpdir.c: Likewise.
25573
25574         * lib/TODO: Remove; this belongs only in coreutils.
25575
25576 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25577
25578         Add copyright notices to long-enough files that lack them, since
25579         otherwise the files aren't clearly free.  Use the same notice that
25580         getdate.texi already uses.
25581         * doc/alloca-opt.texi: Add copyright notice.
25582         * doc/alloca.texi: Likewise.
25583         * doc/ctime.texi: Likewise.
25584         * doc/functions.texi: Likewise.
25585         * doc/gcd.texi: Likewise.
25586         * doc/gnulib-tool.texi: Likewise.
25587         * doc/inet_ntoa.texi: Likewise.
25588         * doc/visibility.texi: Likewise.
25589
25590         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
25591         * doc/quote.texi: Add copyright notice.
25592
25593         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
25594         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
25595         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
25596         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
25597         is now obsolete, and give a pointer to the Sun list.
25598         Add copyright notice.
25599
25600 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25601
25602         * config/srclistvars.sh: Add copyright notice.
25603
25604 2006-08-14  Eric Blake  <ebb9@byu.net>
25605
25606         Import the following change from libc:
25607
25608         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
25609
25610         Upstream bug 2997.
25611         * lib/misc/error.c: Add space between program name and message if file
25612         name is missing.
25613
25614 2006-08-12  Karl Berry  <karl@gnu.org>
25615
25616         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
25617         remove, these originate in gnulib now.
25618
25619 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25620
25621         * doc/Makefile (standards.info standards.html standards.dvi):
25622         Also depend on make-stds.texi.
25623
25624 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25625
25626         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
25627         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
25628
25629         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
25630         in wchar_t.  Problem reported by Eric Blake.
25631
25632         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
25633         LEN is smaller than SIZE.  Suggested by Bruno Haible.
25634         Also, help the compiler to keep LEN in a register.
25635
25636 2006-08-11  Eric Blake  <ebb9@byu.net>
25637
25638         * users.txt: Sort.  Add tar.
25639
25640 2006-08-11  Bruno Haible  <bruno@clisp.org>
25641
25642         * users.txt: New file.
25643
25644 2006-08-11  Bruno Haible  <bruno@clisp.org>
25645
25646         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
25647         before <wchar.h>. Needed for OSF/1 and BSD/OS.
25648
25649 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
25650
25651         * modules/snprintf (Depends-on): Remove minmax.
25652         (Maintainer): Add self and Bruno.
25653
25654 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
25655
25656         * lib/.cppi-disable: Add snprintf.h, socket_.h.
25657         * lib/snprintf.c: Include <errno.h> and <limits.h>.
25658         (EOVERFLOW): Define if the system does not.
25659         Do not include "minmax.h"; it wasn't used.
25660         (snprintf): Don't assume size_t promotes to an unsigned type.
25661         Fix bug when generated string was too long for the buffer: the
25662         buffer's contents are supposed to be the initial prefix of the
25663         output.  Don't assume vasnprintf returns EOVERFLOW if the size
25664         exceeds INT_MAX; do the check ourselves.
25665
25666         Import the following changes from libc:
25667
25668         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
25669
25670         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
25671         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
25672         set wc to the byte which couldn't be converted.
25673         (re_string_reconstruct): Don't clear valid_raw_len before calling
25674         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
25675         tip_context using re_string_context_at.
25676
25677         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
25678
25679         * lib/posix/regex.h: g++ still cannot handled [restrict].
25680
25681         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
25682
25683         * lib/posix/regex.h: Remove special handling for VMS.
25684
25685 2006-08-10  Jim Meyering  <jim@meyering.net>
25686
25687         * modules/same-inode: New module.
25688         * modules/dev-ino: New module.
25689         * modules/cycle-check: Depend on these modules, rather than simply
25690         including their .h files.
25691         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
25692         required via m4/cycle-check.m4.
25693         * modules/same: Depend on new same-inode module, rather than
25694         including same-inode.h.
25695         * modules/chdir-safer: New file.
25696
25697         * modules/chown (Depends-on): Add stat-macros.
25698
25699 2006-08-10  Jim Meyering  <jim@meyering.net>
25700
25701         * m4/cycle-check.m4: New file.
25702         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
25703         * m4/dev-ino.m4, m4/same-inode.m4: New files.
25704
25705 2006-08-10  Eric Blake  <ebb9@byu.net>
25706
25707         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
25708         in from original proposal.
25709
25710 2006-08-10  Eric Blake  <ebb9@byu.net>
25711         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25712
25713         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
25714         namespace.
25715
25716 2006-08-10  Bruno Haible  <bruno@clisp.org>
25717
25718         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
25719         as well.
25720
25721 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25722
25723         Sync from coreutils.
25724
25725         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
25726
25727         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
25728         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
25729
25730 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25731
25732         * modules/restrict: Remove; no longer needed now that we assume
25733         Autoconf 2.59 or later.
25734         * MODULES.html.sh: Remove 'restrict'.
25735         * modules/argp (Depends-on): Remove 'restrict'.
25736         * modules/base64 (Depends-on): Likewise.
25737         * modules/gc (Depends-on): Likewise.
25738         * modules/getaddrinfo (Depends-on): Likewise.
25739         * modules/glob (Depends-on): Likewise.
25740         * modules/inet_ntop (Depends-on): Likewise.
25741         * modules/inet_pton (Depends-on): Likewise.
25742         * modules/memxor (Depends-on): Likewise.
25743         * modules/regex (Depends-on): Likewise.
25744         * modules/strtok_r (Depends-on): Likewise.
25745         * modules/time_r (Depends-on): Likewise.
25746
25747 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25748
25749         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
25750         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
25751         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
25752         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
25753         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
25754         * m4/memxor.m4 (gl_MEMXOR): Likewise.
25755         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
25756         gl_C_RESTRICT replaced by AC_C_RESTRICT.
25757
25758         Merge from coreutils.
25759         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
25760         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
25761         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
25762         * m4/time_r.m4 (gl_TIME_R): Likewise.
25763
25764 2006-08-09  Karl Berry  <karl@gnu.org>
25765
25766         * config/srclist.txt: no more gettext-tools, per Bruno.
25767
25768 2006-08-08  Eric Blake  <ebb9@byu.net>
25769
25770         * modules/verror: New module.
25771         * MODULES.html.sh: Document it.
25772
25773 2006-08-08  Eric Blake  <ebb9@byu.net>
25774
25775         * lib/verror.h, lib/verror.c: New files.
25776
25777 2006-08-08  Eric Blake  <ebb9@byu.net>
25778
25779         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
25780         verror_at_line output complies with GNU Coding Standards even when
25781         file is NULL.
25782
25783 2006-08-07  Bruno Haible  <bruno@clisp.org>
25784
25785         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
25786         versions of AIX.
25787         Reported by Ralf Wildenhues.
25788
25789 2006-08-07  Bruno Haible  <bruno@clisp.org>
25790
25791         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
25792         in an AC_DEFUN. Needed so that the autoconf snippets can use
25793         AC_REQUIRE.
25794
25795 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25796
25797         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25798         Initialize pkgdata_DATA.
25799         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
25800         overriding it.
25801
25802 2006-08-06  Eric Blake  <ebb9@byu.net>
25803
25804         * lib/error.h: Fold in some upstream changes from glibc.
25805         * lib/error.c: Likewise.
25806
25807 2006-08-04  Bruno Haible  <bruno@clisp.org>
25808
25809         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25810         Make the mostlyclean-local rule depend on mostlyclean-generic.
25811         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
25812
25813 2006-07-31  Bruno Haible  <bruno@clisp.org>
25814
25815         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
25816         <stdlib.h>, <string.h>.
25817
25818 2006-07-30  Bruno Haible  <bruno@clisp.org>
25819
25820         * modules/readlink (License): Change to LGPL.
25821
25822 2006-07-30  Bruno Haible  <bruno@clisp.org>
25823
25824         * modules/javaversion (Makefile.am): Distribute javaversion.java and
25825         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
25826         set PKGDATADIR to point to it.
25827
25828 2006-07-30  Bruno Haible  <bruno@clisp.org>
25829
25830         * modules/csharpexec (configure.ac): Comment out macro invocation.
25831         * modules/javaexec (configure.ac): Likewise.
25832         * modules/javacomp-script (configure.ac): Likewise.
25833
25834         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
25835
25836 2006-07-30  Bruno Haible  <bruno@clisp.org>
25837
25838         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
25839         linked-list.
25840
25841 2006-07-30  Bruno Haible  <bruno@clisp.org>
25842
25843         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
25844
25845 2006-07-30  Bruno Haible  <bruno@clisp.org>
25846
25847         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25848         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
25849         get removed.
25850
25851 2006-07-29  Bruno Haible  <bruno@clisp.org>
25852
25853         Make it possible for gnulib-tool to work with locally modified or
25854         augmented gnulib repositories.
25855         * gnulib-tool (func_usage): Document --local-dir option.
25856         (local_gnulib_dir): New variable.
25857         Handle --local-dir option.
25858         (func_lookup_file): New function.
25859         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
25860         (func_get_description, func_get_filelist, func_get_description,
25861         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
25862         func_get_automake_snippet, func_get_include_directive,
25863         func_get_license, func_get_maintainer): Use func_lookup_file.
25864         (func_import, func_create_testdir): Use func_lookup_file.
25865
25866 2006-07-29  Bruno Haible  <bruno@clisp.org>
25867
25868         * modules/setenv (Depends-on): Add unistd.
25869
25870 2006-07-29  Bruno Haible  <bruno@clisp.org>
25871
25872         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
25873
25874 2006-07-29  Bruno Haible  <bruno@clisp.org>
25875
25876         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
25877
25878 2006-07-29  Bruno Haible  <bruno@clisp.org>
25879
25880         * gnulib-tool (import, update): If there is no Makefile.am, look at
25881         aclocal.m4, instead of bailing out.
25882
25883 2006-07-29  Bruno Haible  <bruno@clisp.org>
25884
25885         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
25886         Categorize the options by when they are useful.
25887
25888 2006-07-29  Bruno Haible  <bruno@clisp.org>
25889
25890         * gnulib-tool (func_usage): Document option --no-libtool.
25891         Handle option --no-libtool.
25892         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
25893         for changed semantics of $libtool variable.
25894         (func_import): Likewise. If libtool is not used, show this through
25895         an option --no-libtool.
25896         (func_create_testdir): Update.
25897
25898 2006-07-29  Bruno Haible  <bruno@clisp.org>
25899
25900         * gnulib-tool (func_import): Extend error message about missing
25901         --doc-base.
25902
25903 2006-07-29  Bruno Haible  <bruno@clisp.org>
25904
25905         * gnulib-tool (func_import): Don't create the $docbase directory if
25906         there is no file to store there.
25907
25908 2006-07-29  Bruno Haible  <bruno@clisp.org>
25909
25910         * gnulib-tool (autoconf_minversion): If a --dir option is given and
25911         relevant, look for configure.ac there, not in the current directory.
25912         Also use a simple search for AC_PREREQ, not "autoconf --trace".
25913
25914 2006-07-29  Bruno Haible  <bruno@clisp.org>
25915
25916         * gnulib-tool (SORT): New variable.
25917         (func_usage): Undocument --assume-autoconf option.
25918         Remove --assume-autoconf option handling.
25919         (autoconf_minversion): Determine from the contents of configure.ac.
25920         (func_import): Remove autoconf_minversion handling.
25921         Suggested by Eric Blake.
25922
25923 2006-07-29  Bruno Haible  <bruno@clisp.org>
25924
25925         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
25926
25927 2006-07-29  Bruno Haible  <bruno@clisp.org>
25928
25929         * config/srclist.txt (*setenv.[ch]): Remove rules.
25930
25931 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25932
25933         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
25934
25935 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25936
25937         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
25938         arpa/inet.h.
25939
25940 2006-07-28  Simon Josefsson  <jas@extundo.com>
25941
25942         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
25943         * modules/inet_pton (Depends-on): Likewise.
25944
25945 2006-07-28  Simon Josefsson  <jas@extundo.com>
25946
25947         * m4/netinet_in_h.m4: New file.
25948
25949 2006-07-28  Simon Josefsson  <jas@extundo.com>
25950
25951         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
25952         #include's.
25953
25954 2006-07-28  Simon Josefsson  <jas@extundo.com>
25955
25956         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
25957         #include's.
25958
25959 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
25960
25961         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
25962         setgid on directories only if they set these bits.
25963         * lib/modechange.h: Remove obsolete comment about masks.
25964
25965 2006-07-28  Eric Blake  <ebb9@byu.net>
25966
25967         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
25968         macro expansion.
25969
25970 2006-07-28  Bruno Haible  <bruno@clisp.org>
25971
25972         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
25973
25974 2006-07-28  Bruno Haible  <bruno@clisp.org>
25975
25976         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
25977
25978 2006-07-28  Bruno Haible  <bruno@clisp.org>
25979
25980         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25981         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25982         Define fallbacks.
25983         Avoids link error on FreeBSD 4.x.
25984         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
25985
25986         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
25987         encoding.
25988         * lib/mbswidth.c (iswcntrl): Likewise.
25989
25990 2006-07-27  Bruno Haible  <bruno@clisp.org>
25991
25992         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
25993         test.
25994
25995 2006-07-27  Bruno Haible  <bruno@clisp.org>
25996
25997         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
25998         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
25999         defined.
26000
26001 2006-07-26  Eric Blake  <ebb9@byu.net>
26002
26003         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
26004
26005 2006-07-26  Eric Blake  <ebb9@byu.net>
26006
26007         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
26008         like mingw that lack mkstemp.
26009         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
26010         avoid compilation warning on mingw.
26011
26012 2006-07-26  Bruno Haible  <bruno@clisp.org>
26013
26014         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
26015         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
26016         INT_FAST*_MIN, INTPTR_MIN.
26017
26018 2006-07-25  Bruno Haible  <bruno@clisp.org>
26019
26020         * modules/version-etc (Depends-on): Add stdarg.
26021
26022 2006-07-25  Bruno Haible  <bruno@clisp.org>
26023
26024         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
26025         complex commands.
26026
26027 2006-07-25  Bruno Haible  <bruno@clisp.org>
26028
26029         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
26030         defined in <stdarg.h> or config.h.
26031
26032 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
26033
26034         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
26035         (gl_STDIO_SAFER): Remove.
26036
26037 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
26038
26039         * MODULES.html.sh (File stream based Input/Output):
26040         Add fopen-safer, tmpfile-safer; remove stdio-safer.
26041         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
26042         * modules/fopen-safer, modules/tmpfile-safer: New files.
26043         * modules/stdio-safer: Remove.
26044
26045 2006-07-24  Bruno Haible  <bruno@clisp.org>
26046
26047         * modules/tmpdir: New file.
26048         * MODULES.html.sh (File system functions): Add it.
26049
26050 2006-07-24  Bruno Haible  <bruno@clisp.org>
26051
26052         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
26053         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
26054
26055 2006-07-24  Bruno Haible  <bruno@clisp.org>
26056
26057         * modules/clean-temp: New file.
26058
26059 2006-07-24  Bruno Haible  <bruno@clisp.org>
26060
26061         * m4/tmpdir.m4: New file, from GNU gettext.
26062
26063 2006-07-24  Bruno Haible  <bruno@clisp.org>
26064
26065         * lib/tmpdir.h: New file, from GNU gettext.
26066         * lib/tmpdir.c: New file, from GNU gettext.
26067
26068 2006-07-24  Bruno Haible  <bruno@clisp.org>
26069
26070         * lib/clean-temp.h: New file, from GNU gettext.
26071         * lib/clean-temp.c: New file, from GNU gettext.
26072
26073 2006-07-23  Eric Blake  <ebb9@byu.net>
26074
26075         * modules/stdio-safer (Files): Add tmpfile-safer.c.
26076         (Depends-on): Add binary-io.
26077
26078 2006-07-23  Eric Blake  <ebb9@byu.net>
26079
26080         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
26081
26082 2006-07-23  Eric Blake  <ebb9@byu.net>
26083
26084         * lib/tmpfile-safer.c: New file.
26085         * lib/stdio-safer.h (fopen_safer): Add prototype.
26086         * lib/stdio--.h (tmpfile): Make safer.
26087
26088 2006-07-23  Bruno Haible  <bruno@clisp.org>
26089
26090         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
26091         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
26092         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
26093         gl_linked_remove_at): Use it.
26094
26095 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26096         and Simon Josefsson <jas@extundo.com>
26097
26098         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
26099
26100         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
26101
26102 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26103
26104         * modules/close-stream: New file.
26105         * modules/closeout (Description): Make it clear that it exits
26106         with a diagnostic on error.
26107         (Depends-on): Add close-stream.  Remove fpending, stdbool.
26108         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
26109
26110 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26111
26112         * m4/close-stream.m4: New file.
26113
26114 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
26115
26116         * lib/close-stream.c, lib/close-stream.h: New files.
26117
26118 2006-07-22  Bruno Haible  <bruno@clisp.org>
26119
26120         Merge from GNU gettext 0.15.
26121
26122         2006-05-01  Bruno Haible  <bruno@clisp.org>
26123
26124                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
26125
26126         2006-07-22  Bruno Haible  <bruno@clisp.org>
26127
26128                 * modules/javaversion: New file.
26129                 * MODULES.html.sh (Java): Add javaversion.
26130
26131         2006-03-12  Bruno Haible  <bruno@clisp.org>
26132
26133                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
26134
26135         2005-12-04  Bruno Haible  <bruno@clisp.org>
26136
26137                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
26138                 (untested).
26139
26140         2006-06-21  Bruno Haible  <bruno@clisp.org>
26141
26142                 Avoid warnings from recent versions of mcs.
26143                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
26144                 -o, -L, -r any more. Use options documented since mcs-1.0
26145                 instead. Similarly for -g.
26146
26147         2005-12-04  Bruno Haible  <bruno@clisp.org>
26148
26149                 * build-aux/csharpcomp.sh.in: Suffix for resources is
26150                 .resources, not .resource.
26151
26152         2005-07-09  Bruno Haible  <bruno@clisp.org>
26153
26154                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
26155                 add a .dll suffix.
26156                 Reported by Mark Junker <mjscod@gmx.de>.
26157
26158         2006-07-22  Bruno Haible  <bruno@clisp.org>
26159
26160                 * modules/gettext: Upgrade to gettext-0.15.
26161                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
26162                 m4/visibility.m4.
26163                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
26164
26165 2006-07-22  Bruno Haible  <bruno@clisp.org>
26166
26167         Merge from GNU gettext 0.15.
26168
26169         2006-03-25  Bruno Haible  <bruno@clisp.org>
26170
26171                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
26172
26173         2006-07-21  Bruno Haible  <bruno@clisp.org>
26174
26175                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
26176                 "1.1".
26177
26178         2006-05-09  Bruno Haible  <bruno@clisp.org>
26179
26180                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
26181                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
26182                 for the conftestver execution.
26183
26184         2006-05-01  Bruno Haible  <bruno@clisp.org>
26185
26186                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
26187                 optional target-version argument. Verify that the compiler
26188                 groks source of the specified source-version, or add -source
26189                 option as necessary. Verify that the compiler produces
26190                 bytecode in the specified target-version, or add -target and
26191                 -source options as necessary. Make the result of the test
26192                 available as variable CONF_JAVAC. Also log error output in
26193                 config.log.
26194
26195         2006-03-11  Bruno Haible  <bruno@clisp.org>
26196
26197                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
26198
26199         2006-05-09  Bruno Haible  <bruno@clisp.org>
26200
26201                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
26202                 CLASSPATH_SEPARATOR to a semicolon.
26203
26204         2006-03-12  Bruno Haible  <bruno@clisp.org>
26205
26206                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
26207                 available as variable CONF_JAVA, for subsequent autoconf
26208                 tests. Also log error output in config.log.
26209
26210         2006-07-19  Bruno Haible  <bruno@clisp.org>
26211
26212                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
26213                 that getline works on glibc2 systems. Needed to avoid trouble
26214                 in relocatable.c.
26215                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
26216
26217         2005-12-04  Bruno Haible  <bruno@clisp.org>
26218
26219                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
26220                 launcher (untested).
26221
26222         2005-12-04  Bruno Haible  <bruno@clisp.org>
26223
26224                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
26225
26226         2006-07-22  Bruno Haible  <bruno@clisp.org>
26227
26228                 * gettext.m4: Update from GNU gettext-0.15.
26229                 * nls.m4: Likewise.
26230                 * po.m4: Likewise.
26231                 * inttypes-pri.m4: Likewise.
26232                 * inttypes-h.m4: Renamed from inttypes.m4.
26233                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
26234
26235 2006-07-22  Bruno Haible  <bruno@clisp.org>
26236
26237         Merge from GNU gettext 0.15.
26238
26239         2005-07-05  Bruno Haible  <bruno@clisp.org>
26240
26241                 * printf-args.c (printf_fetchargs): Work around broken
26242                 definition of wint_t on mingw.
26243
26244         2005-02-12  Bruno Haible  <bruno@clisp.org>
26245
26246                 * xallocsa.h: Add extern "C" for C++.
26247
26248         2006-05-17  Bruno Haible  <bruno@clisp.org>
26249
26250                 Cygwin portability.
26251                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
26252
26253         2006-04-30  Bruno Haible  <bruno@clisp.org>
26254
26255                 * progreloc.c: Include <mach-o/dyld.h> if available.
26256                 (find_executable): Use _NSGetExecutablePath when possible.
26257
26258         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
26259
26260                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
26261                 function.
26262
26263         2005-12-29  Bruno Haible  <bruno@clisp.org>
26264
26265                 * progreloc.c (set_program_name_and_installdir): Fix
26266                 compilation error.
26267
26268         2005-12-04  Bruno Haible  <bruno@clisp.org>
26269
26270                 Cygwin portability.
26271                 * progreloc.c: Include <windows.h> also on Cygwin.
26272                 (find_executable): Add support for Cygwin.
26273                 (set_program_name_and_installdir): Handle also platforms with
26274                 nonempty EXEEXT.
26275
26276         2006-07-11  Bruno Haible  <bruno@clisp.org>
26277
26278                 * javacomp.c: Fix a comment.
26279                 Reported by Jim Meyering.
26280
26281         2006-04-30  Bruno Haible  <bruno@clisp.org>
26282
26283                 * javacomp.h (compile_java_class): Add source_version,
26284                 target_version arguments.
26285                 * javacomp.c: Rewritten to choose only a compiler that
26286                 respects the specified source_version and target_version.
26287
26288         2006-06-27  Bruno Haible  <bruno@clisp.org>
26289
26290                 Assume correct S_ISDIR macro.
26291                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
26292
26293         2006-07-22  Bruno Haible  <bruno@clisp.org>
26294
26295                 * javaversion.h: New file, from GNU gettext.
26296                 * javaversion.c: New file, from GNU gettext.
26297                 * javaversion.java: New file, from GNU gettext.
26298                 * javaversion.class: New file, from GNU gettext.
26299
26300         2006-05-17  Bruno Haible  <bruno@clisp.org>
26301
26302                 Cygwin portability.
26303                 * javaexec.c (execute_java_class): Test for jview program
26304                 also on Cygwin.
26305
26306         2006-04-09  Bruno Haible  <bruno@clisp.org>
26307
26308                 * fatal-signal.c: Don't include string.h.
26309                 (at_fatal_signal): Use a copying loop instead of memcpy.
26310
26311         2005-12-04  Bruno Haible  <bruno@clisp.org>
26312
26313                 * csharpexec.c: Add support for 'clix' launcher (untested).
26314                 (execute_csharp_using_sscli): New function.
26315                 (execute_csharp_program): Call it.
26316
26317         2006-06-21  Bruno Haible  <bruno@clisp.org>
26318
26319                 Avoid warnings from recent versions of mcs.
26320                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
26321                 -o, -L, -r any more. Use options documented since mcs-1.0
26322                 instead. Similarly for -g.
26323
26324         2005-07-09  Bruno Haible  <bruno@clisp.org>
26325
26326                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
26327                 add a .dll suffix.
26328                 Reported by Mark Junker <mjscod@gmx.de>.
26329
26330         2006-06-17  Bruno Haible  <bruno@clisp.org>
26331
26332                 * config.charset: Update for NetBSD 3.0.
26333
26334         2006-05-17  Bruno Haible  <bruno@clisp.org>
26335
26336                 Cygwin portability.
26337                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
26338
26339         2006-05-16  Bruno Haible  <bruno@clisp.org>
26340
26341                 * localcharset.c [CYGWIN]: Include <windows.h>.
26342                 (get_charset_aliases): For Cygwin, return the same CPxxx
26343                 aliases list as under WIN32.
26344                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
26345                 the environment variables. Fall back to GetACP().
26346
26347         2006-04-05  Bruno Haible  <bruno@clisp.org>
26348
26349                 * config.charset: Update Juan Manuel Guerrero's address.
26350
26351         2005-02-12  Bruno Haible  <bruno@clisp.org>
26352
26353                 * allocsa.h: Add extern "C" for C++.
26354
26355         2005-02-10  Bruno Haible  <bruno@clisp.org>
26356
26357                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
26358                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
26359
26360         2006-07-22  Bruno Haible  <bruno@clisp.org>
26361
26362                 * gettext.h: Update to GNU gettext-0.15.
26363
26364 2006-07-22  Bruno Haible  <bruno@clisp.org>
26365
26366         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
26367         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
26368         lib-prefix.m4, longdouble.m4, ssize_t.m4.
26369
26370 2006-07-21  Eric Blake  <ebb9@byu.net>
26371
26372         * modules/stdlib-safer: New file.
26373         * MODULES.html.sh (File stream based Input/Output): Add
26374         stdlib-safer.
26375
26376 2006-07-21  Eric Blake  <ebb9@byu.net>
26377
26378         * lib/stdlib-safer.h: New file from coreutils, required by
26379         stdlib--.h.
26380
26381 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
26382
26383         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
26384
26385 2006-07-20  Bruno Haible  <bruno@clisp.org>
26386
26387         * gnulib-tool: Recognize new option --assume-autoconf.
26388         (autoconf_minversion): New variable.
26389         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
26390
26391 2006-07-20  Bruno Haible  <bruno@clisp.org>
26392
26393         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
26394
26395 2006-07-19  Derek R. Price  <derek@ximbiot.com>
26396
26397         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
26398         Reindent and repaginate.
26399
26400 2006-07-19  Derek Price  <derek@ximbiot.com>
26401
26402         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
26403         Correct grammar.
26404
26405 2006-07-17  Bruno Haible  <bruno@clisp.org>
26406
26407         * modules/list: New file.
26408         * modules/array-list: New file.
26409         * modules/carray-list, modules/carray-list-tests: New files.
26410         * modules/linked-list, modules/linked-list-tests: New files.
26411         * modules/avltree-list, modules/avltree-list-tests: New files.
26412         * modules/rbtree-list, modules/rbtree-list-tests: New files.
26413         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
26414         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
26415         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
26416         * modules/oset: New file.
26417         * modules/array-oset: New file.
26418         * modules/avltree-oset, modules/avltree-oset-tests: New files.
26419         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
26420         * tests/test-carray_list.c: New file.
26421         * tests/test-linked_list.c: New file.
26422         * tests/test-avltree_list.c: New file.
26423         * tests/test-rbtree_list.c: New file.
26424         * tests/test-linkedhash_list.c: New file.
26425         * tests/test-avltreehash_list.c: New file.
26426         * tests/test-rbtreehash_list.c: New file.
26427         * tests/test-avltree_oset.c: New file.
26428         * tests/test-rbtree_oset.c: New file.
26429         * MODULES.html.sh (Container data structures): New section.
26430
26431 2006-07-17  Bruno Haible  <bruno@clisp.org>
26432
26433         * m4/gl_list.m4: New file.
26434
26435 2006-07-17  Bruno Haible  <bruno@clisp.org>
26436
26437         * lib/gl_list.h: New file.
26438         * lib/gl_list.c: New file.
26439         * lib/gl_array_list.h: New file.
26440         * lib/gl_array_list.c: New file.
26441         * lib/gl_carray_list.h: New file.
26442         * lib/gl_carray_list.c: New file.
26443         * lib/gl_linked_list.h: New file.
26444         * lib/gl_linked_list.c: New file.
26445         * lib/gl_anylinked_list1.h: New file.
26446         * lib/gl_anylinked_list2.h: New file.
26447         * lib/gl_avltree_list.h: New file.
26448         * lib/gl_avltree_list.c: New file.
26449         * lib/gl_anyavltree_list1.h: New file.
26450         * lib/gl_anyavltree_list2.h: New file.
26451         * lib/gl_rbtree_list.h: New file.
26452         * lib/gl_rbtree_list.c: New file.
26453         * lib/gl_anyrbtree_list1.h: New file.
26454         * lib/gl_anyrbtree_list2.h: New file.
26455         * lib/gl_anytree_list1.h: New file.
26456         * lib/gl_anytree_list2.h: New file.
26457         * lib/gl_linkedhash_list.h: New file.
26458         * lib/gl_linkedhash_list.c: New file.
26459         * lib/gl_anyhash_list1.h: New file.
26460         * lib/gl_anyhash_list2.h: New file.
26461         * lib/gl_avltreehash_list.h: New file.
26462         * lib/gl_avltreehash_list.c: New file.
26463         * lib/gl_rbtreehash_list.h: New file.
26464         * lib/gl_rbtreehash_list.c: New file.
26465         * lib/gl_anytreehash_list1.h: New file.
26466         * lib/gl_anytreehash_list2.h: New file.
26467
26468         * lib/gl_oset.h: New file.
26469         * lib/gl_oset.c: New file.
26470         * lib/gl_array_oset.h: New file.
26471         * lib/gl_array_oset.c: New file.
26472         * lib/gl_avltree_oset.h: New file.
26473         * lib/gl_avltree_oset.c: New file.
26474         * lib/gl_rbtree_oset.h: New file.
26475         * lib/gl_rbtree_oset.c: New file.
26476         * lib/gl_anytree_oset.h: New file.
26477
26478 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
26479
26480         * m4/mkancesdirs.m4: New file.
26481         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
26482         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
26483         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
26484         it.
26485
26486 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
26487
26488         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
26489         * lib/mkancesdirs.h: New files.
26490         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
26491         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
26492         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
26493         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
26494         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
26495         callers changed.  Revamp internals significantly, by not
26496         attempting to create directories that are temporarily more
26497         permissive than the final results.  Do not attempt to use
26498         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
26499         This removes some race conditions, fixes some bugs, and simplifies
26500         things.  Use new dirchownmod function to do owner and mode changes.
26501         * lib/mkdir-p.h: Likewise.
26502         * lib/modechange.c (octal_to_mode): New function.
26503         (struct mode_change): New member mentioned.
26504         (make_node_op_equals): New arg mentioned.  All callers changed.
26505         (mode_compile): Keep track of which mode bits the user has explicitly
26506         mentioned.
26507         (mode_adjust): New arg DIR, so that we implement the X op correctly.
26508         New arg PMODE_BITS, to keep track of which mode bits the user
26509         mentioned; it treats S_ISUID and S_ISGID speciall.
26510         All callers changed.
26511         * lib/modechange.h: Likewise.
26512
26513 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
26514
26515         * MODULES.html.sh: Add mkancestors.
26516         * modules/mkancesdirs: New module.
26517         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
26518         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
26519         The chdir-safer and afs files are now orphans; I'll remove them
26520         unless someone speaks up.
26521         Add lib/dirchownmod.c, lib/dirchownmod.h.
26522         (Depends-on): Remove alloca, chown, save-cwd, dirname.
26523         Add lchown, mkancesdirs.
26524         (Maintainer): Add self.
26525
26526 2006-07-15  Karl Berry  <karl@gnu.org>
26527
26528         * gnulib-tool: help message wording/arrangement.
26529
26530 2006-07-14  Simon Josefsson  <jas@extundo.com>
26531
26532         * doc/gnulib.texi (Libtool and Windows): New section.
26533
26534 2006-07-12  Simon Josefsson  <jas@extundo.com>
26535
26536         * modules/gendocs (License): Fix license, approved by Karl.
26537
26538 2006-07-12  Eric Blake  <ebb9@byu.net>
26539
26540         * MODULES.html.sh: Add gendocs.
26541
26542 2006-07-11  Eric Blake  <ebb9@byu.net>
26543
26544         * modules/fdl: New module, to install doc/fdl.texi.
26545         * MODULES.html.sh: Add new section for documentation modules.
26546         * gnulib-tool: Avoid space-tab.
26547         (--doc-base): New option, to manage files from doc.
26548
26549 2006-07-11  Eric Blake  <ebb9@byu.net>
26550
26551         * m4/absolute-header.m4: Fix comments to match recent change.
26552
26553 2006-07-11  Eric Blake  <ebb9@byu.net>
26554
26555         * gnulib-tool: List --doc-base before --tests-base.
26556
26557 2006-07-11  Derek R. Price  <derek@ximbiot.com>
26558
26559         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
26560
26561 2006-07-11  Bruno Haible  <bruno@clisp.org>
26562
26563         * README: Mention where to put documentation.
26564
26565 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26566
26567         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
26568
26569 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
26570
26571         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
26572         to stdint.m4.
26573
26574 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
26575
26576         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
26577         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
26578         "no/such/file/stdint.h" when there is no such file, so that
26579         the resulting C code can be parsed by dodgy compilers.
26580         Problems reported by Bob Proulx.
26581
26582 2006-07-10  Derek R. Price  <derek@ximbiot.com>
26583
26584         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
26585         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
26586         macros into the GNU _D_EXACT_NAMLEN.
26587         * lib/savedir.c:  Likewise.
26588         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
26589
26590 2006-07-10  Derek R. Price  <derek@ximbiot.com>
26591         and Paul Eggert  <eggert@cs.ucla.edu>
26592
26593         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
26594         * m4/savedir.m4:
26595         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
26596         macros into the GNU _D_EXACT_NAMLEN.
26597
26598 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26599
26600         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
26601         around the absolute name, to work around a problem with the HP-UX
26602         11.23 native C compiler, reported by Bob Proulx.
26603
26604 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26605
26606         * doc/maintain.texi, make-stds.texi: Sync from
26607         <http://savannah.gnu.org/projects/gnustandards>.
26608
26609 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26610
26611         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
26612
26613 2006-07-09  Jim Meyering  <jim@meyering.net>
26614
26615         * m4/glob.m4: Remove a doubled word in a comment.
26616
26617 2006-07-09  Jim Meyering  <jim@meyering.net>
26618
26619         * lib/argp-pv.c: Remove a doubled word in a comment.
26620         * lib/check-version.c (check_version): Likewise.
26621         * lib/javacomp.c (compile_java_class): Likewise.
26622
26623 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
26624
26625         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
26626         for the benefit of people using Autoconf 2.60.  If you want to
26627         support older Autoconf versions you can copy m4/onceonly_2_57.m4
26628         (or m4/onceonly.m4, if pre-2.57) manually.
26629
26630 2006-07-08  Jim Meyering  <jim@meyering.net>
26631
26632         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
26633         comment.
26634         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
26635         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
26636         comment.
26637
26638 2006-07-08  Jim Meyering  <jim@meyering.net>
26639
26640         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
26641
26642 2006-07-07  Simon Josefsson  <jas@extundo.com>
26643
26644         * tests/test-crc.c: Change expected crc value, the test vector
26645         were probably computed using the old broken crc.c?
26646
26647 2006-07-06  Simon Josefsson  <jas@extundo.com>
26648
26649         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
26650         now the canonical place for the M4 file).
26651
26652         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
26653         from the sys_socket dependency now.
26654
26655         * modules/inet_pton (Files): Ditto.
26656
26657         * modules/inet_ntop (Files): Ditto.
26658
26659 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
26660
26661         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
26662         not gl_PREREQ_GETUSERSHELL.
26663
26664 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26665
26666         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
26667         with only one argument, for Autoconf 2.60.
26668         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
26669         expand to nothing, so add a shell command to avoid syntax error.
26670         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
26671
26672 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26673
26674         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
26675
26676 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26677
26678         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
26679         no longer needed.  Check for isblank decl.
26680         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
26681         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
26682         of existence.
26683
26684 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26685
26686         * lib/getloadavg.c: Use __VMS, not VMS.
26687         * lib/getopt.c: Likewise.
26688         * lib/getpagesize.h: Likewise.
26689         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
26690         and probably does not work.
26691
26692 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26693
26694         * lib/.cppi-disable: Add wcwidth.
26695         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
26696         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
26697         (ISGRAPH): Remove.  All uses changed to isgraph.
26698         (FOLD) [!defined _LIBC]: Remove special case.
26699         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
26700         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
26701         HAVE_ISBLANK.
26702         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
26703         case.
26704
26705 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
26706
26707         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
26708         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
26709         brackets.  Other minor changes to suppress some compiler
26710         warnings.
26711
26712 2006-07-06  Derek R. Price  <derek@ximbiot.com>
26713         and Paul Eggert  <eggert@cs.ucla.edu>
26714
26715         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
26716         of invoking obsolescent AC_HEADER_DIRENT macro.
26717         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
26718         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
26719         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
26720         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
26721         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
26722         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
26723         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
26724         * m4/readdir.m4: Remove; no longer needed.
26725
26726 2006-07-06  Derek R. Price  <derek@ximbiot.com>
26727         and Paul Eggert  <eggert@cs.ucla.edu>
26728
26729         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
26730         Don't worry about this obsolete case any more.
26731         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
26732         directories.
26733         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
26734         worry about this obsolete case any more.
26735         * lib/fts.c: Likewise.
26736         * lib/getcwd.c: Likewise.
26737         * lib/glob.h: Likewise.
26738         * lib/savedir.c: Likewise.
26739
26740 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
26741
26742         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
26743         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
26744         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
26745         needed.
26746         All uses removed.
26747         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
26748         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
26749         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
26750         needed.
26751         * m4/getdate.m4 (gl_GETDATE): Likewise.
26752         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
26753         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
26754         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
26755         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
26756         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
26757         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26758         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
26759         needed.
26760
26761 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
26762
26763         * lib/memcasecmp.c: Include <limits.h>.
26764         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
26765         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
26766         Don't assume isdigit succeeds only on '0' through '9'.
26767
26768 2006-07-05  Eric Blake  <ebb9@byu.net>
26769
26770         * modules/getaddrinfo (Depends-on): Add snprintf.
26771
26772 2006-07-05  Eric Blake  <ebb9@byu.net>
26773
26774         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
26775         to avoid 'header present but could not be compiled' on cygwin.
26776
26777 2006-07-05  Eric Blake  <ebb9@byu.net>
26778
26779         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
26780         missing from netdb.h.
26781         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
26782
26783 2006-07-05  Derek R. Price  <derek@ximbiot.com>
26784
26785         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
26786         no longer needed.
26787         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
26788         * m4/getdate.m4 (gl_GETDATE): Likewise.
26789         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
26790         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
26791         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
26792         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
26793         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26794
26795 2006-07-05  Derek R. Price  <derek@ximbiot.com>
26796
26797         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
26798         All uses of is_space replaced by isspace.
26799         * lib/exit.h: Don't talk about STDC_HEADERS.
26800         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
26801         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
26802         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
26803         replaced by isprint etc.
26804         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
26805         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
26806         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
26807         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
26808         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
26809         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
26810
26811 2006-07-05  Bruno Haible  <bruno@clisp.org>
26812
26813         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
26814         the function exists, before testing against AIX.
26815         Reported by Martin Lambers <marlam@marlam.de>.
26816
26817 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
26818
26819         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
26820         From Mark D. Baushke.
26821
26822 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
26823
26824         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
26825         to the absolute name, not just one, to bypass Sun C 5.8's
26826         "warning: #include of /usr/include/... may be non-portable".
26827
26828 2006-07-04  Eric Blake  <ebb9@byu.net>
26829
26830         * modules/dirname-tests: New test module.
26831         * tests/test-dirname.c: New file, replacing dirname.c
26832         TEST_DIRNAME section that was recently deleted.
26833
26834 2006-07-04  Bruno Haible  <bruno@clisp.org>
26835
26836         Assume ANSI C header files and <ctype.h> functions.
26837         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
26838         (mbsnwidth): Use isprint, iscntrl instead.
26839
26840 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26841
26842         Merge from coreutils.
26843         * MODULES.html.sh: Add xstrtold.
26844         * modules/xstrtold: New file.
26845         * modules/cycle-check (Files): Add lib/same-inode.h.
26846         * modules/dirname (Files): Add m4/double-slash-root.m4.
26847         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
26848         * modules/mkdir-p (Files): Add lib/same-inode.h.
26849         * modules/same (Files): Add lib/same-inode.h.
26850
26851 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26852
26853         * m4/absolute-header.m4: Renamed from full-header-path.m4.
26854         This is to keep the terminology clean; POSIX talks about
26855         "absolute pathnames", not "full pathnames", but the GNU
26856         Coding Standards say to use "path" for something else;
26857         so use "absolute" to keep both sides happy.
26858         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
26859         Set gl_absolute_header, not gl_full_header_path.
26860         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
26861         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
26862         All uses changed.
26863
26864         Merge from coreutils.
26865
26866         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
26867
26868         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
26869         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
26870         want to require the building of c-strtod.o.
26871         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
26872         needs -lm directly.
26873         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
26874
26875         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
26876
26877         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
26878         --as-needed option if available.  Problem reported by Albert Chin in
26879         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
26880         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
26881         cc merely issues a bunch of annoying warnings for --as-needed
26882         (this problem was reported by Bob Proulx).  Also, try linking with
26883         -lm to detect a bug in binutils 2.16 (this problem was reported
26884         by Ralf Wildenhues).
26885
26886         2006-06-18  Jim Meyering  <jim@meyering.net>
26887
26888         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
26889         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
26890         macro.
26891         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
26892         also check for glibc-2.4's abort-inducing bug.
26893
26894         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
26895         Low-probability clean-up should be to use rmdir to get rid of
26896         the just-created directory, not unlink.
26897
26898         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
26899         configure fail, and request a bug report to inform us about it.
26900         Add a comment that, barring reports to the contrary, in 2007 we'll
26901         assume ftruncate is universally available.
26902
26903         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
26904
26905         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
26906
26907         2006-03-12  Jim Meyering  <jim@meyering.net>
26908
26909         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
26910         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
26911         * m4/same.m4 (gl_SAME): Likewise.
26912         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
26913
26914         2006-03-11  Eric Blake  <ebb9@byu.net>
26915
26916         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
26917         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
26918         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
26919         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
26920
26921 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26922
26923         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
26924         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
26925         reported by Mark D. Baushke, one in
26926         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
26927
26928         Merge from coreutils.
26929
26930         * lib/.cppi-disable: Add stdint_.h.
26931         * lib/.cvsignore: Add stdint.h.
26932
26933         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
26934
26935         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
26936         both double and long double versions.
26937         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
26938         * lib/xstrtold.c: New file.
26939         * lib/xstrtod.h (xstrtold): New decl.
26940
26941         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
26942
26943         * lib/filemode.c (setst): Remove.
26944         (strmode): Rewrite to avoid setst.  This makes the code shorter,
26945         (arguably) clearer, and the generated code is a bit smaller on my
26946         Debian GNU/Linux stable x86 host.
26947
26948         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
26949
26950         * lib/filemode.c: Include "filemode.h" first, to test the interface.
26951         Assume that filemode.h includes sys/types.h and sys/stat.h.
26952         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
26953         (ftypelet): Reorder to put common cases first, for efficiency.
26954         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
26955         to do 'M'.
26956         (strmode): Renamed from mode_string, and now stores 12 bytes instead
26957         of 10, for compatibility with FreeBSD.  All callers changed.
26958         (filemodestring): Now stores 12 bytes instead of 10, and sets file
26959         types that can't be deduced solely from st_mode.  First arg is now a
26960         const pointer.
26961         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
26962         (strmode): Renamed from mode_string.
26963         (filemodestring): New decl.
26964         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
26965         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
26966         needed.
26967         (S_ISPORT, S_ISWHT): New macros, if not already defined.
26968
26969         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
26970
26971         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
26972         fsusage.h now does that.  Include fsusage.h first, to test interface.
26973         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
26974         at most one method (the old code could have generated decls that
26975         didn't conform to C89, not that this was ever exercised).
26976         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
26977
26978         2006-03-19  Jim Meyering  <jim@meyering.net>
26979
26980         Work even in a chroot where d_ino values for entries in "/"
26981         don't match the stat.st_ino values for the same names.
26982         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
26983         number, iterate through all entries again, using lstat instead.
26984         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
26985         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
26986
26987         * lib/getcwd.c (__getcwd): Clarify a comment.
26988         Use memcpy in place of a call to strcpy.
26989
26990         2006-03-12  Jim Meyering  <jim@meyering.net>
26991
26992         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
26993         matches that of the current directory (which we're about to chdir ".."
26994         out of), then save the dev-ino of the parent, instead.
26995
26996         * lib/same-inode.h (SAME_INODE): New file/macro.
26997         * lib/chdir-safer.c (SAME_INODE): Remove definition.
26998         Include "same-inode.h", instead.
26999         * lib/same.c: Likewise.
27000         * lib/cycle-check.h: Include "same-inode.h".
27001         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
27002         * lib/cycle-check.c (SAME_INODE): Remove definition.
27003         * lib/root-dev-ino.h: Include "same-inode.h".
27004
27005         2006-03-11  Eric Blake  <ebb9@byu.net>
27006
27007         * lib/same.c (same_name): s/base_name/last_component/
27008         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
27009         * lib/filenamecat.c (file_name_concat): Likewise.
27010
27011         2006-03-11  Eric Blake  <ebb9@byu.net>,
27012                     Paul Eggert  <eggert@cs.ucla.edu>
27013
27014         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
27015         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
27016         drive prefix.
27017         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
27018         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
27019         (last_component): New method.
27020         * lib/dirname.c (dir_len): Determine when drive letters need a
27021         subsequent slash.  Preserve // when it is special.
27022         (dir_name): Don't append dot when drive letter is absolute.
27023         [TEST_DIRNAME]: Move into a full-blown gnulib test.
27024         * lib/basename.c (base_name): New semantics - malloc the result.
27025         Preserve // when it is special.  Preserve relative files that look
27026         like drive letters.
27027         (base_len): Preserve // when it is special.
27028         (last_component): New method, similar to old base_name semantics.
27029         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
27030         base_name.  Strip redundant slashes from ///.
27031
27032 2006-07-03  Jim Meyering  <jim@meyering.net>
27033
27034         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
27035         macro is used before the first cycle_check call.
27036
27037 2006-07-03  Eric Blake  <ebb9@byu.net>
27038
27039         * modules/dirname (Depends-on): Add xstrndup.
27040
27041 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
27042
27043         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
27044         test cases, so that config.log is a bit easier to follow.
27045
27046 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
27047
27048         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
27049         both are 64 bits, since this seems to be the tradition, and this
27050         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
27051         we ever run into a host that prefers long long to long in this
27052         case, we'll need another configure-time test.  Problem reported by
27053         Jim Meyering.
27054
27055 2006-07-02  Eric Blake  <ebb9@byu.net>
27056
27057         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
27058
27059 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27060
27061         * modules/inttypes (Depends-on): No longer depends on stdint.
27062         * modules/stdint (Description): Say more about assumptions.
27063         Say that the fast types might differ.  Say macros are used.
27064         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
27065         (Makefile.am): Revise list of substituted symbols to match
27066         new stdint.m4.
27067         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
27068         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
27069         * tests/test-stdint.c (verify_same_types)
27070         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
27071         the code conforms to C99/C89.
27072         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
27073         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
27074
27075 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27076
27077         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
27078         but fix a bug, by requiring at least 64 bits.
27079         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
27080         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
27081         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
27082         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
27083
27084         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
27085         changes.  Make 2.59 a prerequisite.  Check and substitute for
27086         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
27087         inttypes.h.  Do not use special include files; just use the
27088         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
27089         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
27090         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
27091         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
27092         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
27093         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
27094         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
27095         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
27096         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
27097         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
27098         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
27099         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
27100         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
27101         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
27102         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
27103         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
27104         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
27105         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
27106         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
27107         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
27108         WINT_MAX.  Check for C99 conformance more strictly, by detecting
27109         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
27110         not check for things that C99 does not require, e.g., int8_t.  If
27111         a test isn't needed unless <stdint.h> isn't working, and is
27112         unlikely to be needed for any other reason, then don't do it
27113         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
27114         size_t, since we assume C89 freestanding at least.  Do not check
27115         for sig_atomic_t, wchar_t, or wint_t, since the code now does
27116         the right thing even if the types are not defined.  Instead use:
27117         (gl_STDINT_TYPE_PROPERTIES): New macro.
27118         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
27119         testing whether <sys/types.h> clashes, as Autoconf does this for
27120         us now.  All uses removed.
27121         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
27122         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
27123         (gl_CHECK_TYPE_SAME):
27124         Remove; no longer needed.
27125         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
27126         exists, since we'll return 0 anyway in that case.
27127         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
27128
27129 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
27130
27131         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
27132         possible collision with system files.
27133         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
27134         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
27135         WCHAR_MIN and WCHAR_MAX in this case.
27136         (<stddef.h>): Do not include; no longer needed.
27137         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
27138         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
27139         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
27140         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
27141         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
27142         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
27143         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
27144         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
27145         !defined(__c99))]: Include in this case too, since it's harmless
27146         now.
27147         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
27148         dangerous to do so.
27149         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
27150         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
27151         (_STDINT_MIN, _STDINT_MAX): New macros.
27152         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
27153         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
27154         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
27155         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
27156         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
27157         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
27158         macros, not typedefs; this simplifies things quite a bit.
27159         Use long int for all types narrower than int64_t.
27160         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
27161         Define in terms of long long int or int64_t or long int,
27162         not int64_t or int32_t.  This saves some compile-time testing.
27163         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
27164         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
27165         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
27166         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
27167         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
27168         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
27169         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
27170         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
27171         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
27172         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
27173         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
27174         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
27175         undef any previous version and define our own version, for
27176         simplicity and consistency with the new macros for types.
27177         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
27178         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
27179         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
27180         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
27181         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
27182         @WINT_T_SUFFIX@ to keep things simple here.
27183         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
27184         Simplify by assuming typical 8/16/32/64 host, since we're
27185         already doing that elsewhere anyway.
27186         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
27187         and assume long long int is 64 bits if available.  This
27188         speeds up 'configure'.
27189
27190 2006-07-01  Eric Blake  <ebb9@byu.net>
27191
27192         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
27193         Reported by Andreas Buening.
27194
27195 2006-07-01  Eric Blake  <ebb9@byu.net>
27196
27197         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
27198
27199 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
27200
27201         * lib/getaddrinfo.c: fixed typo
27202
27203 2006-06-29  Jim Meyering  <jim@meyering.net>
27204
27205         * modules/strftime (Maintainer): Add my name, since with the
27206         FPRINTFTIME changes strftime.c has forked from glibc.
27207
27208 2006-06-29  Eric Blake  <ebb9@byu.net>
27209
27210         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
27211
27212 2006-06-29  Eric Blake  <ebb9@byu.net>
27213
27214         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
27215
27216 2006-06-29  Eric Blake  <ebb9@byu.net>
27217
27218         * lib/stat_.h: New file.
27219
27220 2006-06-29  Eric Blake  <ebb9@byu.net>
27221
27222         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
27223         unused static function.
27224
27225 2006-06-29  Eric Blake  <ebb9@byu.net>
27226
27227         * doc/functions.texi (Function Portability): Document missing lstat
27228         on mingw.
27229
27230 2006-06-29  Eric Blake  <ebb9@byu.net>
27231
27232         * MODULES.html.sh: Add sys_stat.
27233         * modules/sys_stat: New module.
27234         * modules/mkstemp (Depends-on): Add sys_stat.
27235
27236 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27237
27238         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
27239
27240 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27241
27242         * m4/c-bs-a.m4: Removed.
27243
27244 2006-06-29  Derek R. Price  <derek@ximbiot.com>
27245
27246         * lib/strftime.c: Assume strftime() exists.
27247
27248 2006-06-29  Derek Price  <derek@ximbiot.com>
27249
27250         * modules/c-bs-a: Removed - \a is C89.
27251         * MODULES.html.sh: Remove c-bs-a.
27252
27253 2006-06-29  Bruno Haible  <bruno@clisp.org>
27254
27255         * modules/wcwidth (License): Change to LGPL.
27256
27257 2006-06-28  Simon Josefsson  <jas@extundo.com>
27258
27259         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
27260         on _WIN32.
27261
27262         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
27263         getnameinfo.
27264
27265 2006-06-28  Simon Josefsson  <jas@extundo.com>
27266
27267         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
27268
27269 2006-06-28  Simon Josefsson  <jas@extundo.com>
27270
27271         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
27272         functions there.  It will succeed on Windows XP, but on Windows
27273         2000 and (presumably) earlier, it will fail, and use the internal
27274         re-implementation.
27275         (use_win32_p): New function.
27276         (getaddrinfo): Use strtoul on servname, to support numeric ports.
27277         Support AI_NUMERICSERV to disable getservbyname.
27278         (getnameinfo): New function, only supports
27279         NI_NUMERICHOST|NI_NUMERICSERV for now.
27280
27281         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
27282         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
27283         getnameinfo.
27284
27285 2006-06-28  Eric Blake  <ebb9@byu.net>
27286
27287         * modules/wcwidth: New file.
27288         * modules/mbchar (Depends-on): Add wcwidth.
27289         * modules/mbswidth (Depends-on): Add wcwidth.
27290         * MODULES.html.sh: Add wcwidth.
27291
27292 2006-06-28  Eric Blake  <ebb9@byu.net>
27293
27294         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
27295         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
27296
27297 2006-06-28  Eric Blake  <ebb9@byu.net>
27298
27299         * lib/xvasprintf.h: Fix comments.
27300
27301 2006-06-28  Eric Blake  <ebb9@byu.net>
27302
27303         * lib/mbchar.h (wcwidth): Include wcwidth.h.
27304         * lib/mbswidth.c (wcwidth): Move from here...
27305         * lib/wcwidth.h: ...to this new file.
27306
27307 2006-06-28  Derek R. Price  <derek@ximbiot.com>
27308
27309         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
27310
27311         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
27312         it's obsolete.
27313         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
27314
27315 2006-06-28  Derek R. Price  <derek@ximbiot.com>
27316
27317         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
27318         Autoconf 2.60 says this stuff was obsolete.
27319
27320 2006-06-28  Bruno Haible  <bruno@clisp.org>
27321
27322         * modules/wcwidth (Files): Add m4/wchar_t.m4.
27323
27324 2006-06-28  Bruno Haible  <bruno@clisp.org>
27325
27326         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
27327         gt_TYPE_WCHAR_T.
27328
27329 2006-06-28  Bruno Haible  <bruno@clisp.org>
27330
27331         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
27332         declaration for wcwidth.
27333         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
27334
27335 2006-06-28  Bruno Haible  <bruno@clisp.org>
27336
27337         * lib/mkdtemp.c [MINGW]: Include <io.h>.
27338         (mkdir): Define using _mkdir.
27339
27340 2006-06-28  Bruno Haible  <bruno@clisp.org>
27341
27342         * lib/getaddrinfo.h: Fix POSIX URL.
27343         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
27344         _WIN32.
27345         (use_win32_p): Make static.
27346         (getaddrinfo): Reject service name if it is empty or does not consist
27347         solely of decimal digits, or if its value is > 65535.
27348         (getnameinfo): Remove useless casts.
27349
27350 2006-06-27  Simon Josefsson  <jas@extundo.com>
27351
27352         * modules/sys_select: New file, suggested by Bruno Haible, Paul
27353         Eggert and Martin Lambers.
27354
27355 2006-06-27  Simon Josefsson  <jas@extundo.com>
27356
27357         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
27358         Eggert and Martin Lambers.
27359
27360 2006-06-27  Bruno Haible  <bruno@clisp.org>
27361
27362         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
27363         result to 0, not to empty.
27364         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
27365
27366 2006-06-27  Bruno Haible  <bruno@clisp.org>
27367
27368         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
27369
27370 2006-06-26  Simon Josefsson  <jas@extundo.com>
27371
27372         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
27373         present.
27374
27375 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
27376
27377         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
27378         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
27379         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
27380
27381 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
27382
27383         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
27384
27385 2006-06-26  Bruno Haible  <bruno@clisp.org>
27386
27387         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
27388
27389 2006-06-26  Bruno Haible  <bruno@clisp.org>
27390
27391         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
27392
27393 2006-06-26  Bruno Haible  <bruno@clisp.org>
27394
27395         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
27396         SGI C compiler in pre-C99 mode.
27397         Suggested by Mark D. Baushke and Larry Jones.
27398
27399 2006-06-26  Bruno Haible  <bruno@clisp.org>
27400
27401         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
27402         WCHAR_MAX.
27403         Reported by Mark D. Baushke and Larry Jones.
27404
27405 2006-06-26  Bruno Haible  <bruno@clisp.org>
27406
27407         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
27408         in pre-C99 mode.
27409         Suggested by Mark D. Baushke and Larry Jones.
27410
27411 2006-06-23  Simon Josefsson  <jas@extundo.com>
27412             Bruno Haible  <bruno@clisp.org>
27413
27414         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
27415         Emit mostlyclean-local rule.
27416         (func_emit_tests_Makefile_am): Likewise.
27417         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
27418
27419 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
27420
27421         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
27422
27423 2006-06-23  Bruno Haible  <bruno@clisp.org>
27424
27425         * tests/test-stdint.c: Update to match ISO C 99 Technical
27426         Corrigendum 1.
27427
27428 2006-06-23  Bruno Haible  <bruno@clisp.org>
27429
27430         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
27431
27432 2006-06-23  Bruno Haible  <bruno@clisp.org>
27433
27434         * lib/stdint_.h: Treat IRIX like OpenBSD.
27435
27436 2006-06-23  Bruno Haible  <bruno@clisp.org>
27437
27438         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
27439         ISO C 99 Technical Corrigendum 1.
27440
27441 2006-06-22  Simon Josefsson  <jas@extundo.com>
27442
27443         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
27444         MinGW.
27445
27446 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
27447
27448         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
27449         needed.  Some compiler complained about some of them.  Problem reported
27450         by Larry Jones in
27451         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
27452
27453 2006-06-21  Simon Josefsson  <jas@extundo.com>
27454
27455         * tests/test-getaddrinfo.c: New file.
27456
27457         * modules/getaddrinfo-tests: New file.
27458
27459         * MODULES.html.sh: Add inet_pton.
27460
27461         * modules/inet_pton: New file.
27462
27463 2006-06-21  Simon Josefsson  <jas@extundo.com>
27464
27465         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
27466         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
27467         of using the (limited) gnulib implementation on Windows XP.
27468
27469         * m4/inet_pton.m4: New file.
27470
27471 2006-06-21  Simon Josefsson  <jas@extundo.com>
27472
27473         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
27474         variable.
27475
27476         * lib/socket_.h: Don't define WINVER.
27477
27478         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
27479         slightly modified to work in gnulib.
27480
27481 2006-06-21  Simon Josefsson  <jas@extundo.com>
27482
27483         * doc/gnulib.texi (Windows sockets): Add.
27484
27485 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
27486
27487         * lib/read-file.c (fread_file): Start with buffer allocation of
27488         0 bytes rather than 1 byte; this simplifies the code.
27489         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
27490         code to free buffer and save/restore errno.
27491         (internal_read_file): Remove unused local.
27492
27493 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
27494
27495         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
27496         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
27497         Problem reported by Denis Excoffier in
27498         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
27499
27500 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27501
27502         * modules/sys_socket, modules/socklen: Include sys/types since
27503         FreeBSD 4.x's sys/socket.h needs it.
27504
27505 2006-06-19  Simon Josefsson  <jas@extundo.com>
27506
27507         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
27508
27509 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
27510
27511         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
27512
27513 2006-06-19  Bruno Haible  <bruno@clisp.org>
27514
27515         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
27516         and FULL_PATH_INTTYPES_H in angle brackets.
27517         Reported by Mark D. Baushke <mdb@gnu.org>.
27518
27519 2006-06-17  Eric Blake  <ebb9@byu.net>
27520
27521         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
27522         errno.
27523
27524 2006-06-17  Bruno Haible  <bruno@clisp.org>
27525
27526         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
27527         <sys/inttypes.h>.
27528
27529 2006-06-17  Bruno Haible  <bruno@clisp.org>
27530
27531         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
27532         whether errno is declared. Assume <errno.h> declares errno.
27533
27534 2006-06-17  Bruno Haible  <bruno@clisp.org>
27535
27536         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
27537
27538 2006-06-17  Bruno Haible  <bruno@clisp.org>
27539
27540         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
27541         problem on Solaris 2.5.1.
27542
27543 2006-06-16  Eric Blake  <ebb9@byu.net>
27544
27545         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
27546         * lib/unicodeio.c [!defined errno]: Likewise.
27547         * lib/strtol.c [!defined errno]: Likewise.
27548         * lib/strtod.c [!defined errno]: Likewise.
27549
27550 2006-06-15  Eric Blake  <ebb9@byu.net>
27551
27552         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
27553
27554 2006-06-15  Eric Blake  <ebb9@byu.net>
27555
27556         * config/srclist.txt (ssize_t.m4): Lose sync.
27557
27558 2006-06-15  Bruno Haible  <bruno@clisp.org>
27559
27560         * modules/stdint (Files): Include m4/full-header-path.m4,
27561         m4/size_max.m4, m4/wchar_t.m4.
27562         (Makefile.am): Many more substitutions.
27563         * modules/stdint-tests: New file.
27564         * tests/test-stdint.c: New file.
27565
27566 2006-06-15  Bruno Haible  <bruno@clisp.org>
27567
27568         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
27569         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
27570         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
27571         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
27572         gl_CHECK_TYPE_SAME): New macros.
27573
27574 2006-06-15  Bruno Haible  <bruno@clisp.org>
27575
27576         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
27577
27578 2006-06-15  Bruno Haible  <bruno@clisp.org>
27579
27580         * lib/stdint_.h: Rewritten to be fully auto-configured.
27581         Fixes bug on HP-UX/IA64.
27582
27583 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
27584
27585         * lib/getdate.y (__attribute__): Don't define if already defined.
27586         Problem reported by Larry Jones.
27587         * lib/utimens.c (__attribute__): Likewise.
27588
27589 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
27590
27591         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
27592         reported by Andreas Schwab.
27593
27594 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27595             Bruno Haible  <bruno@clisp.org>
27596
27597         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
27598         check for the declaration of strnlen and a run test that exposes the
27599         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
27600         rpl_strndup.
27601
27602 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27603             Bruno Haible  <bruno@clisp.org>
27604
27605         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
27606
27607 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27608
27609         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
27610         compile test, for Tru64 4.0D.
27611
27612 2006-05-28  Karl Berry  <karl@gnu.org>
27613
27614         * config/srclist.txt (printf-args.c): lose sync.
27615
27616 2006-05-26  Martin Lambers  <marlam@marlam.de>
27617
27618         * lib/getpass.c: Updates the test for the native W32 API, and adds
27619         missing includes, thus fixing compilation warnings.
27620
27621 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
27622
27623         * lib/exclude.c (exclude_fnmatch): New function.
27624         (excluded_file_name): Call exclude_fnmatch.
27625         * lib/exclude.h (excluded_file_name): New prototype
27626
27627 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
27628
27629         * lib/tempname.c (small_open, large_open): New macros.
27630         (__open, __open64) [!_LIBC]: Remove.
27631         (__gen_tempname): Use small_open and large_open instead of __open
27632         and __open64.  This fixes a portability bug on HP-UX 11.11i
27633         reported by Simon Wing-Tang in
27634         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
27635
27636 2006-05-24  Bruno Haible  <bruno@clisp.org>
27637
27638         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
27639         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
27640         Reported by Thorsten Maerz <torte@netztorte.de> via
27641         Aaron Stone <aaron@serendipity.cx>.
27642
27643 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
27644
27645         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
27646         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
27647         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
27648         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
27649         not really conditional on the cache.
27650         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
27651
27652 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
27653
27654         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
27655         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
27656         (my_usleep): Don't mishandle maximum value.
27657
27658 2006-05-19  Jim Meyering  <jim@meyering.net>
27659
27660         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
27661
27662 2006-05-17  Bruno Haible  <bruno@clisp.org>
27663
27664         Cygwin portability.
27665         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
27666
27667 2006-05-17  Bruno Haible  <bruno@clisp.org>
27668
27669         * lib/stdint_.h: Fix recognition of Cygwin.
27670
27671 2006-05-15  Bruno Haible  <bruno@clisp.org>
27672
27673         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
27674         on libtool patch by Ralf Wildenhues.
27675
27676 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27677
27678         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
27679         test for C99 conformance; (bool) 0.5 is an integer constant
27680         expression, but (bool) -0.5 is not.  Problem reported by Fedor
27681         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
27682
27683 2006-05-11  Simon Josefsson  <jas@extundo.com>
27684
27685         * m4/xvasprintf.m4: Fix obvious typo.
27686
27687 2006-05-11  Jim Meyering  <jim@meyering.net>
27688
27689         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
27690         James Lemley.
27691
27692 2006-05-10  Simon Josefsson  <jas@extundo.com>
27693
27694         * lib/md4.c: Typo fix, update copyright years.
27695         (K1, K2): Don't use L because it turn computations into 64-bit on
27696         64-bit platforms.
27697
27698 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
27699
27700         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
27701         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
27702         unwanted sign propagation, e.g., on hosts with 64-bit int.
27703         There still are some problems with reeelly weird theoretical hosts
27704         (e.g., 33-bit int) but it's not worth worrying about now.
27705         * lib/sha1.c (rol): Likewise.
27706         (K1, K2, K3, K4): Remove unnecessary L suffix.
27707
27708 2006-05-10  Bruno Haible  <bruno@clisp.org>
27709
27710         * lib/des.c: Cast to avoid warnings.
27711
27712 2006-05-09  Bruno Haible  <bruno@clisp.org>
27713
27714         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
27715         (Depends-on): Depend also on xsize, stdarg.
27716         (configure.ac): Add gl_XVASPRINTF.
27717
27718 2006-05-09  Bruno Haible  <bruno@clisp.org>
27719
27720         * m4/xvasprintf.m4: New file.
27721
27722 2006-05-09  Bruno Haible  <bruno@clisp.org>
27723
27724         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
27725         (EOVERFLOW): Define fallback value.
27726         (xstrcat): New function.
27727         (xvasprintf): Recognize the special case of a string concatenation.
27728
27729 2006-05-08  Eric Blake  <ebb9@byu.net>
27730
27731         * gnulib-tool (func_version): Base copyright year on CVS date.
27732         (func_emit_copyright_notice): New function.
27733         (func_emit_lib_Makefile_am): Use it.
27734         (func_emit_tests_Makefile_am): Likewise.
27735         (func_import): Likewise.
27736
27737 2006-05-08  Bruno Haible  <bruno@clisp.org>
27738
27739         * modules/stdarg: New file.
27740         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
27741
27742 2006-05-08  Bruno Haible  <bruno@clisp.org>
27743
27744         * m4/stdarg.m4: New file, from GNU gettext.
27745
27746 2006-05-08  Bruno Haible  <bruno@clisp.org>
27747
27748         * config/srclist.txt (build-aux/config.rpath): different from latest
27749         release.
27750
27751 2006-05-08  Bruno Haible  <bruno@clisp.org>
27752
27753         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
27754
27755 2006-05-05  Jim Meyering  <jim@meyering.net>
27756
27757         * m4/warning.m4: New file, derived from bison's file by the same name.
27758
27759 2006-05-03  Bruno Haible  <bruno@clisp.org>
27760
27761         * lib/stdint_.h: Shorter URL.
27762         * lib/inttypes.h: Likewise.
27763
27764 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
27765
27766         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
27767
27768 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
27769
27770         * lib/verify.h: Document the internals better.  Most of this change
27771         was written by Bruno Haible.
27772
27773 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
27774
27775         * doc/verify.texi: New file, partly based on a proposal by
27776         Bruno Haible.
27777
27778 2006-05-02  Bruno Haible  <bruno@clisp.org>
27779
27780         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
27781         test from here...
27782         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
27783
27784 2006-04-29  Bruno Haible  <bruno@clisp.org>
27785
27786         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
27787         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
27788
27789 2006-04-29  Bruno Haible  <bruno@clisp.org>
27790
27791         * gnulib-tool: Make --update option actually work.
27792
27793 2006-04-29  Bruno Haible  <bruno@clisp.org>
27794
27795         * doc/gcd.texi: New file.
27796         * doc/gnulib.texi: Include it.
27797
27798 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
27799
27800         * lib/getdate.y (get_date): When adding relative date, start with the
27801         initial time, not with the result of the first mktime call.
27802
27803 2006-04-25  Bruno Haible  <bruno@clisp.org>
27804
27805         * gnulib-tool (func_import): Output the include directives in three
27806         blocks, sorted separately.
27807         Reported by Ben Pfaff <blp@cs.stanford.edu>.
27808
27809 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
27810
27811         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
27812         to define main with arguments, for C++.  Reported by Eric Blake.
27813         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
27814         Prefer 'int main ()' to 'int main (void)', for C++.
27815         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
27816         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
27817         for 'main', for C99 and C++.
27818
27819 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
27820
27821         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
27822         Don't assume that exit status -1 is valid.
27823         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
27824         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
27825         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
27826         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
27827         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
27828         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
27829         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
27830         functions can be used without declaring them, or that you can
27831         exit with status -1.
27832         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
27833
27834 2006-04-24  Karl Berry  <karl@gnu.org>
27835
27836         * config/srclist.txt (longdouble.m4): sync lost.
27837
27838 2006-04-24  Eric Blake  <ebb9@byu.net>
27839
27840         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
27841
27842 2006-04-24  Bruno Haible  <bruno@clisp.org>
27843
27844         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
27845         poll() implementation in AIX.
27846         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27847
27848 2006-04-24  Bruno Haible  <bruno@clisp.org>
27849
27850         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
27851         assigned exactly once.
27852
27853 2006-04-23  Claudio Fontana  <claudio@gnu.org>
27854             Bruno Haible  <bruno@clisp.org>
27855
27856         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
27857         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
27858         for AM_CPPFLAGS.
27859
27860 2006-04-23  Bruno Haible  <bruno@clisp.org>
27861
27862         * modules/copy-file: Depend on unistd.
27863         * modules/execute: Likewise.
27864         * modules/fatal-signal: Likewise.
27865         * modules/findprog: Likewise.
27866         * modules/mkdtemp : Likewise.
27867         * modules/pipe: Likewise.
27868         * modules/wait-process: Likewise.
27869
27870 2006-04-23  Bruno Haible  <bruno@clisp.org>
27871
27872         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
27873         condition was already detected.
27874         Reported by Ben Pfaff <blp@cs.stanford.edu>.
27875
27876 2006-04-23  Bruno Haible  <bruno@clisp.org>
27877
27878         * lib/copy-file.c: Include <unistd.h> unconditionally.
27879         * lib/execute.c: Likewise.
27880         * lib/fatal-signal.c: Likewise.
27881         * lib/findprog.c: Likewise.
27882         * lib/mkdtemp.c: Likewise.
27883         * lib/pipe.h: Likewise.
27884         * lib/pipe.c: Likewise.
27885         * lib/wait-process.h: Likewise.
27886
27887 2006-04-23  Bruno Haible  <bruno@clisp.org>
27888
27889         * gnulib-tool (func_usage): Fix --import description. Document
27890         --update.
27891         (func_import): Create temporary file in a temporary directory, if
27892         --dry-run is specified. Silence errors from 'grep' when there are no
27893         m4 files in $m4dir.
27894         (func_create_testdir): Silence errors from 'grep' when there are no
27895         m4 files in $m4dir.
27896         Reported by Karl Berry <karl@freefriends.org>.
27897
27898 2006-04-20  Bruno Haible  <bruno@clisp.org>
27899
27900         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
27901         one argument, so that the code will be portable to Autoconf 2.60.
27902         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
27903         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
27904         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
27905
27906 2006-04-19  Derek Price  <derek@ximbiot.com>
27907             Eric Blake  <ebb9@byu.net>
27908
27909         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
27910         rather than "/full/path.h".  Update comment to match.  Shorten &
27911         generalize m4_translit call via AS_TR_CPP.
27912
27913 2006-04-19  Derek Price  <derek@ximbiot.com>
27914             Eric Blake  <ebb9@byu.net>
27915
27916         * lib/inttypes.h: Correct grammar in comment.
27917
27918 2006-04-18  Derek Price  <derek@ximbiot.com>
27919             Paul Eggert  <eggert@cs.ucla.edu>
27920
27921         * modules/inttypes: New file.
27922         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
27923
27924 2006-04-18  Derek Price  <derek@ximbiot.com>
27925             Paul Eggert  <eggert@cs.ucla.edu>
27926
27927         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
27928         New files.
27929
27930 2006-04-18  Derek Price  <derek@ximbiot.com>
27931             Paul Eggert  <eggert@cs.ucla.edu>
27932
27933         * lib/inttypes.h: New file.
27934         * lib/strtoimax.c: Assume <inttypes.h>.
27935
27936 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
27937
27938         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
27939         isn't mounted.  Problem reported by Kir Kolyshkin.
27940
27941 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
27942
27943         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
27944         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
27945         Derek R. Price.
27946         * lib/regex.h (RE_DUP_MAX): Update comment to match current
27947         implementation.
27948
27949 2006-04-12  Eric Blake  <ebb9@byu.net>
27950
27951         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
27952         is now done automatically by the corresponding Autoconf macro.
27953
27954 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
27955
27956         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
27957         time_r.h.
27958
27959 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27960
27961         Merge regex changes from libc, removing some of our
27962         POSIX-conformance changes that were rejected and redoing them in a
27963         less-intrusive way.
27964
27965         * lib/regcomp.c (re_compile_internal, init_dfa):
27966         Length arg is now size_t, not Idx.  All uses changed.
27967         (peek_token): Forward decl now says internal_function.
27968         (__re_error_msgid, __re_error_msgid_idx):
27969         Now static rather than extern with attribute_hidden.
27970         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
27971         For some reason libc prefers K&R style defns for external functions.
27972         (regerror) [!defined _LIBC]: Likewise.
27973         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
27974         (seek_collating_symbol_entry, lookup_collation_sequence_value):
27975         (build_range_exp, build_collating_symbol):
27976         Use K&R-style defn.
27977         (re_compile_fastmap): Use '\0' to memset, not 0.
27978         (utf8_sb_map): Make the calculations more obvious.
27979         (init_dfa, parse_bracket_exp, build_charclass_op):
27980         Call calloc and cast result, as glibc does.
27981         (init_word_char, fetch_token, peek_token, peek_token_bracket):
27982         (build_range_exp, build_collating_symbol):
27983         Now internal functions.
27984
27985         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
27986
27987         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
27988         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
27989         Don't depend on VMS; depend on __VMS instead, for POSIX
27990         namespace cleanness.
27991         (regoff_t): Define to ssize_t, not long int.
27992
27993         Remove the REG_ macros named below.  Instead, make the old names
27994         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
27995         __USE_GNU_REGEX.
27996         (REG_BACKSLASH_ESCAPE_IN_LISTS):
27997         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
27998         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
27999         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
28000         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
28001         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
28002         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
28003         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
28004         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
28005         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
28006         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
28007         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
28008         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
28009         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
28010         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
28011         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
28012         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
28013         (REG_NREGS):
28014         Remove.  All uses replaced by the old RE_* names.
28015         (RE_BACKSLASH_ESCAPE_IN_LISTS):
28016         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
28017         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
28018         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
28019         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
28020         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
28021         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
28022         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
28023         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
28024         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
28025         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
28026         Don't bother having these macros be independent of each others'
28027         values, since they no longer exist in the POSIX name space.
28028
28029         Rename the following member names back to their old names,
28030         unless !__USE_GNU_REGEX.  All uses changed back.
28031         (buffer): Renamed from re_buffer.
28032         (allocated): Renamed from re_allocated.
28033         (used): Renamed from re_used.
28034         (syntax): Renamed from re_syntax.
28035         (fastmap): Renamed from re_fastmap.
28036         (translate): Renamed from re_translate.
28037         (can_be_null): Renamed from re_can_be_null.
28038         (regs_allocated): Renamed from re_regs_allocated.
28039         (fastmap_accurate): Renamed from re_fastmap_accurate.
28040         (no_sub): Renamed from re_no_sub.
28041         (not_bol): Renamed from re_not_bol.
28042         (not_eol): Renamed from re_not_eol.
28043         (newline_anchor): Renamed from re_newline_anchor.
28044         (num_regs): Renamed from rm_num_regs.
28045         (start): Renamed from rm_start.
28046         (end): Renamed from rm_end.
28047
28048         (free_state): Move up a bit.
28049
28050         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
28051         #define to be empty.
28052         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
28053         when that is what is intended.
28054         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
28055         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
28056         (MAX): New macro.
28057         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
28058         All uses changed back to re_malloc, etc.  It's now the caller's
28059         responsibility to check for overflow; all callers changed.
28060         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
28061         (re_x2nrealloc): Remove.
28062         (free_state): Remove decl.
28063
28064         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
28065         (re_set_registers, re_exec):
28066         Use K&R-style defn.
28067
28068         2006-01-31  Roland McGrath  <roland@redhat.com>
28069
28070         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
28071         Reported by Mike Frysinger <vapier@gentoo.org>.
28072
28073         2006-01-15  Andreas Jaeger  <aj@suse.de>
28074
28075         [BZ #1950]
28076         * lib/regex_internal.c (re_string_reconstruct): Adjust for
28077         build_wcs_upper_buffer change.
28078         (build_wcs_upper_buffer): Change return type.
28079
28080         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
28081
28082         * lib/regex_internal.h: Include <stdint.h> if available.
28083
28084         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
28085
28086         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
28087
28088         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
28089
28090         * lib/regcomp.c: Adjust for changed secondary hash function.
28091
28092         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
28093
28094         * lib/regex.h: Pretty printing.
28095         Clean up namespace a bit.
28096
28097         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
28098
28099         * lib/regexec.c (update_cur_sifted_state, check_arrival,
28100         check_arrival_add_next_nodes): Avoid using uninitialized variable.
28101
28102         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28103                     Ulrich Drepper  <drepper@redhat.com>
28104
28105         [BZ #1302]
28106         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
28107         changed.
28108         (bitset_word_t): Renamed from bitset_word.  All uses changed.
28109
28110         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
28111
28112         [BZ #281]
28113         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
28114         * lib/regcomp.c: Remove unnecessary uses of
28115         unsigned RE_TRANSLATE_TYPE.
28116         * lib/regex_internal.h: Likewise.
28117         * lib/regex_internal.c: Likewise.
28118         * lib/regexec.c: Likewise.
28119         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
28120
28121         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
28122
28123         * lib/regexec.c (find_recover_state): Remove unnecessary
28124         initialization.
28125         (transit_state_bkref): Make DFA a const pointer.
28126         (get_subexp): Likewise.
28127         (check_arrival): Likewise.
28128         (update_cur_sifted_state): Likewise.
28129         (re_search_internal): Likewise.
28130         (prune_impossible_nodes): Likewise.
28131         (acquire_init_state_context): Likewise.
28132         (proceed_next_node): Likewise.
28133         (set_regs): Likewise.
28134         (free_fail_stack_return): Likewise.
28135         (check_arrival_expand_ecl): Mark DFA parameter as const.
28136         (check_arrival_expand_ecl_sub): Likewise.
28137         (check_subexp_limits): Likewise.
28138         (sub_epsilon_src_nodes):  Likewise.
28139         (add_epsilon_src_nodes):  Likewise.
28140         (merge_state_array): Likewise.
28141         (update_regs): Likewise.
28142         (build_trtable): Likewise.
28143         (sift_states_backward): Mark MCTX parameter as const.
28144         (build_sifted_states): Likewise.
28145         (update_cur_sifted_state): Likewise.
28146         (sift_states_mkref): Likewise.
28147         (check_arrival_expand_ecl): Mark eclosure as const.
28148         (check_dst_limits_calc_pos_1): Likewise.
28149         * lib/regex_internal.h (re_match_context_t): Make dfa a const
28150         pointer.
28151
28152         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
28153
28154         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
28155         (transit_state_sb): Likewise.
28156         (transit_state_mb): Likewise.
28157         (sift_states_iter_mb): Likewise.
28158         (check_arrival_add_next_nodes): Likewise.
28159         (check_node_accept_bytes): Change first parameter to pointer-to-const.
28160         [_LIBC] (re_search_2_stub): Use mempcpy.
28161
28162         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
28163         mbrtowc for very simple UTF-8 case.
28164
28165         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
28166         a pointer-to-const.
28167         (re_acquire_state_context): Likewise.
28168         * lib/regex_internal.h: Adjust prototypes.
28169
28170         * lib/regex.c: Prevent using C++ compilers.
28171
28172         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
28173         (re_acquire_state_context): Likewise.
28174
28175 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28176
28177         * modules/regex (Depends-on): Add ssize_t.
28178
28179 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28180
28181         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
28182         translation table.
28183
28184 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
28185
28186         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
28187
28188 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
28189             Bruno Haible  <bruno@clisp.org>
28190
28191         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
28192         <sys/types.h> and <inttypes.h>.
28193
28194 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28195
28196         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
28197         `__error_t_defined', so argp.h will not typedef the former.
28198
28199 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
28200
28201         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
28202         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
28203         glibc names.  Even if glibc is changed to conform to POSIX, the
28204         traditional names will be available anyway, since regex depends on
28205         the extensions module.  Also, fix a longstanding typo in the
28206         implementation of Spencer ERE test #75 from grep 2.3.  Problems
28207         reported by Emanuele Giaquinta.  Also, change sense of cached
28208         variable, so that the message makes sense.
28209
28210 2006-03-24  Simon Josefsson  <jas@extundo.com>
28211
28212         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
28213         including some doc fixes.
28214         (base64_encode_alloc): Fix +1 bug on allocation failures.
28215
28216 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28217
28218         * lib/base64.c (base64_encode): Do not read past end of array with
28219         unsanitized input on systems with CHAR_BIT > 8.
28220
28221 2006-03-24  Eric Blake  <ebb9@byu.net>
28222
28223         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
28224
28225 2006-03-22  Karl Berry  <karl@gnu.org>
28226
28227         * config/srclist.txt (*setenv.[ch]): get from coreutils.
28228         * config/srclistvars.sh (COREUTILS): new var.
28229
28230 2006-03-17  Jim Meyering  <jim@meyering.net>
28231
28232         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
28233         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
28234
28235 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
28236
28237         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
28238         no longer needs it.  Instead, check that regoff_t is as least
28239         as wide as ptrdiff_t.
28240
28241         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
28242         so that our regex.h stays compatible with the installed regex.
28243         This is helpful for installers who configure --without-included-regex.
28244         Problem reported by Emanuele Giaquinta.
28245
28246 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
28247
28248         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
28249         Typedef to long int, not to off_, as POSIX will likely change
28250         in that direction.
28251
28252 2006-03-15  Eric Blake  <ebb9@byu.net>
28253
28254         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
28255
28256 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
28257
28258         * lib/argp-help.c (validate_uparams): Fix typo
28259         * lib/argp-parse.c (argp_default_options): Consistently begin help
28260         messages with a lowercase letter.
28261
28262 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
28263
28264         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
28265         overrun buffers and shouldn't be used (much as gets shouldn't be
28266         used).
28267         * lib/time_r.c (asctime_r, ctime_r): Likewise.
28268
28269 2006-03-08  Simon Josefsson  <jas@extundo.com>
28270
28271         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
28272         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28273
28274 2006-03-08  Simon Josefsson  <jas@extundo.com>
28275
28276         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
28277         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28278
28279 2006-03-08  Simon Josefsson  <jas@extundo.com>
28280
28281         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
28282         signal that configure disabled the device.
28283
28284 2006-03-08  Simon Josefsson  <jas@extundo.com>
28285
28286         * build-aux/maint.mk: Fix refresh-po, to handle no translated
28287         languages.
28288
28289 2006-03-07  Simon Josefsson  <jas@extundo.com>
28290
28291         * modules/getopt (Depends-on): Add unistd.
28292
28293         * modules/unistd: New file.
28294
28295 2006-03-07  Simon Josefsson  <jas@extundo.com>
28296
28297         * modules/gc-random: New file.
28298
28299 2006-03-07  Simon Josefsson  <jas@extundo.com>
28300
28301         * m4/unistd_h.m4: New file.
28302
28303 2006-03-07  Simon Josefsson  <jas@extundo.com>
28304
28305         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
28306         test to be side-effect free by storing the result in the cache
28307         variable gl_cv_lib_readline, and moving the assignment of
28308         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
28309         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28310
28311 2006-03-07  Simon Josefsson  <jas@extundo.com>
28312
28313         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
28314         error on missing devices (the functions will return an error).
28315
28316         * m4/gc.m4: Move random stuff to gc-random.m4
28317
28318 2006-03-07  Simon Josefsson  <jas@extundo.com>
28319
28320         * lib/unistd_.h: New file.
28321
28322 2006-03-07  Simon Josefsson  <jas@extundo.com>
28323
28324         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
28325
28326 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
28327
28328         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
28329         Problem reported by Juan Manuel Guerrero.
28330
28331 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
28332
28333         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
28334         the unistd module.
28335         * lib/getlogin_r.c: Likewise.
28336         * lib/getlogin_r.h: Likewise.
28337         * lib/glob.c: Likewise.
28338         * lib/pagealign_alloc.c: Likewise.
28339         * lib/unistd_.h: Remove; no longer needed.
28340
28341 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
28342
28343         * MODULES.html.sh (Support for systems lacking POSIX:2001):
28344         Add unistd.
28345         * modules/c-stack (Depends-on): Add unistd.
28346         * modules/getlogin_r: Likewise.
28347         * modules/glob: Likewise.
28348         * modules/pagealign_alloc: Likewise.
28349         * modules/unistd (Files): Remove lib/unistd_.h.
28350         (EXTRA_DIST): Remove.
28351         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
28352         need unistd_.h.
28353         (MOSTLYCLEANFILES): Remove unistd.h-t.
28354
28355 2006-03-03  Simon Josefsson  <jas@extundo.com>
28356
28357         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
28358
28359 2006-03-03  Simon Josefsson  <jas@extundo.com>
28360
28361         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
28362         libidn and bison.
28363
28364 2006-03-03  Simon Josefsson  <jas@extundo.com>
28365
28366         * build-aux/maint.mk: Add indent target.
28367
28368 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
28369
28370         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
28371         our replacement poll.h in any case, to avoid a differing
28372         declaration from a system header.  Seen on AIX.
28373
28374 2006-03-01  Simon Josefsson  <jas@extundo.com>
28375
28376         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
28377         <kasal@ucw.cz>.
28378
28379 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28380
28381         * modules/gettime (Depends-on): Add extensions module.
28382         * modules/nanosleep (Depends-on): Likewise.
28383         * modules/settime (Depends-on): Likewise.
28384
28385 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28386
28387         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
28388         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
28389         pedantically.
28390         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
28391         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
28392
28393         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
28394         not "==".  Reported by Ralf Wildenhues.
28395
28396 2006-03-01  Karl Berry  <karl@gnu.org>
28397
28398         * doc/Copyright/request-*: new files, synced from gnuorg.
28399
28400 2006-03-01  Karl Berry  <karl@gnu.org>
28401
28402         * config/srclist.txt (Copyright/*): new entries.
28403
28404 2006-02-28  Simon Josefsson  <jas@extundo.com>
28405
28406         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
28407
28408 2006-02-27  Simon Josefsson  <jas@extundo.com>
28409
28410         * lib/base64.h: Indent #define's.  From Jim Meyering
28411         <jim@meyering.net>.
28412
28413 2006-02-27  Jim Meyering  <jim@meyering.net>
28414
28415         Revert the change of 2006-02-24, so these files can continue
28416         to be sync'd from gettext.
28417         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
28418         of `config.h'.
28419
28420 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28421
28422         * modules/intprops: New file.
28423         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
28424         Add intprops.
28425         * modules/getloadavg (Files): Remove lib/intprops.h.
28426         (Depends-on): Add intprops.
28427         * modules/human: Likewise.
28428         * modules/inttostr: Likewise.
28429         * modules/openat: Likewise.
28430         * modules/sig2str: Likewise.
28431         * modules/userspec: Likewise.
28432         * modules/utimecmp: Likewise.
28433         * modules/xnanosleep: Likewise.
28434         * modules/xstrtol: Likewise.
28435
28436 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
28437
28438         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
28439         * modules/lock-tests (TESTS): Use $(EXEEXT).
28440         * modules/tls-tests: Likewise.
28441         * modules/argp-tests: Likewise.
28442         (check_PROGRAMS): New var, replacing...
28443         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
28444
28445 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28446
28447         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
28448         `config.h'.
28449
28450 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
28451
28452         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
28453
28454 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28455
28456         Sync from coreutils.
28457         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
28458         gl_CHDIR_SAFER.
28459
28460 2006-02-22  Jim Meyering  <jim@meyering.net>
28461
28462         Sync from coreutils.
28463         * m4/chdir-safer.m4: New file.
28464
28465 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
28466
28467         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
28468         AT_FDCWD exceeds INT_MAX.
28469         * lib/openat.h (AT_FDCWD): Likewise.
28470
28471 2006-02-17  Eric Blake  <address@hidden>
28472
28473         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
28474
28475 2006-02-16  Simon Josefsson  <jas@extundo.com>
28476
28477         * modules/getaddrinfo (Depends-on): Add sys_socket.
28478
28479 2006-02-15  Simon Josefsson  <jas@extundo.com>
28480
28481         * build-aux/maint.mk: Add dsyntax-check rule.
28482
28483 2006-02-15  Eric Blake  <ebb9@byu.net>
28484
28485         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
28486         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
28487         'present but cannot compile' warnings on cygwin.
28488         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
28489         use ws2tcpip.h if sys/socket.h works.
28490         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
28491         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
28492
28493 2006-02-14  Simon Josefsson  <jas@extundo.com>
28494
28495         * modules/maintainer-makefile (Files): Rename.
28496
28497         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
28498         and (the local) Makefile.cfg to maint-cfg.mk.
28499
28500         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
28501         to the latter.
28502
28503         * modules/maintainer-makefile: New module.
28504
28505         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
28506         severaly stripped to make it possible to build it up from scratch
28507         with reliable tests.
28508
28509         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
28510         fixes to permit overriding the default actions when configure and
28511         makefile are not available.
28512
28513 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
28514
28515         Sync from coreutils.
28516         * modules/lstat (Depends-on): Don't depend on xalloc.
28517         (License): Change from GPL to LGPL, since this is now simply a
28518         replacement for a libc function.
28519
28520 2006-02-14  Jim Meyering  <jim@meyering.net>
28521
28522         Sync from coreutils.
28523
28524         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
28525         failure on deficient systems, and simplify gnulib lgpl dependencies.
28526         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
28527         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
28528
28529         * lib/xalloc-die.c: Remove unused definition of N_.
28530
28531 2006-02-14  Jim Meyering  <jim@meyering.net>
28532
28533         Sync from coreutils.
28534         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
28535         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
28536         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
28537         double-quote uses of that variable, to accommodate the rare case in
28538         which getmntent is available in none of the libraries checked.  This
28539         happens at least on FreeBSD 5.0.
28540
28541 2006-02-13  Simon Josefsson  <jas@extundo.com>
28542
28543         * gnulib-tool (Usage): Fix --import, from
28544         karl@freefriends.org (Karl Berry).
28545
28546 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
28547
28548         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
28549
28550 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
28551
28552         * lib/argp-namefrob.h: Restore changes accidentally lost during the
28553         "autoupdate" on 2005-12-12.
28554
28555 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
28556
28557         * modules/closeout (Depends-on): Remove atexit.
28558
28559 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
28560
28561         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
28562         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
28563
28564 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
28565
28566         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
28567         __EXTENSIONS__ if this causes compilation to fail.  Problem
28568         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
28569         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
28570
28571 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
28572
28573         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
28574         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
28575         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
28576         All uses changed.
28577
28578 2006-01-26  Simon Josefsson  <jas@extundo.com>
28579
28580         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
28581         prototype is visible on mingw32.
28582
28583         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
28584         for mingw32.
28585
28586         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
28587         mingw32).
28588
28589 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
28590
28591         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
28592         attempt to open for write; this always fails, at least on POSIX
28593         hosts.  This reinstates the 2006-01-09 change, which was
28594         inadvertently removed.
28595
28596 2006-01-26  Bruno Haible  <bruno@clisp.org>
28597
28598         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
28599         Reported by Paul Eggert.
28600
28601 2006-01-26  Bruno Haible  <bruno@clisp.org>
28602             Paul Eggert  <eggert@cs.ucla.edu>
28603
28604         * lib/stdbool_.h (_Bool)
28605         [(! (defined __cplusplus || defined __BEOS__)
28606           && !defined __GNUC__
28607           && !(defined __HP_cc || defined __xlc__
28608                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
28609                || defined __sgi))]:
28610         #define to signed char in these cases too; this simplifies
28611         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
28612         etc., separately) and makes it more conservative.
28613
28614 2006-01-25  Simon Josefsson  <jas@extundo.com>
28615
28616         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
28617         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
28618         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
28619
28620 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
28621
28622         * lib/argp-namefrob.h: Bugfix. Remove stray #
28623
28624 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
28625
28626         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
28627         so that we test the test.
28628         Check for yet another HP-UX cc bug involving *bool |= bool.
28629
28630 2006-01-25  Karl Berry  <karl@gnu.org>
28631
28632         * config/srclist.txt (vasnprintf.c): sync lost.
28633
28634 2006-01-25  Jim Meyering  <jim@meyering.net>
28635
28636         Sync from the stable (b5) branch of coreutils:
28637
28638         * lib/fts.c (fts_children): Don't let close() clobber errno from
28639         failed fchdir().
28640
28641         * lib/fts.c (fts_stat): When following a symlink-to-directory,
28642         don't necessarily interpret stat-fails+lstat-succeeds as indicating
28643         a dangling symlink.  That can also happen at least for ELOOP.
28644         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
28645         FYI, this bug predates the inclusion of fts.c in coreutils.
28646
28647         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
28648         in their own block, so pre-c99 compilers don't object.
28649
28650         Avoid the double-free (first in fts_read, second in fts_close) that
28651         would occur when an `active' directory is made inaccessible (e.g.,
28652         via chmod a-x) during a traversal.
28653         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
28654         before returning.  Reproduce this failure by
28655         mkdir -p a/b; cd a; chmod a-x . b
28656         Reported by Stavros Passas.
28657
28658 2006-01-25  Jim Meyering  <jim@meyering.net>
28659
28660         * lib/fileblocks.c: Remove more useless parentheses.
28661         * lib/readutmp.h: Likewise.
28662
28663 2006-01-25  Bruno Haible  <bruno@clisp.org>
28664
28665         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
28666         warnings.
28667         Reported by Paul Eggert.
28668
28669 2006-01-25  Bruno Haible  <bruno@clisp.org>
28670
28671         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
28672         rid of a trap command. For Solaris sh.
28673         Reported by Mark D. Baushke <mdb@gnu.org>.
28674
28675 2006-01-24  Simon Josefsson  <jas@extundo.com>
28676
28677         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
28678         Bruno.
28679
28680 2006-01-24  Karl Berry  <karl@gnu.org>
28681
28682         * config/srclist.txt (argp-namefrob.h): sync lost.
28683
28684 2006-01-24  Jim Meyering  <jim@meyering.net>
28685
28686         * modules/openat (Files): Add lib/intprops.h.
28687         From Mark D. Baushke.
28688
28689 2006-01-24  Jim Meyering  <jim@meyering.net>
28690
28691         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
28692         Reported by Mark D. Baushke.
28693
28694 2006-01-24  Jim Meyering  <jim@meyering.net>
28695
28696         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
28697
28698 2006-01-24  Bruno Haible  <bruno@clisp.org>
28699
28700         * modules/strnlen (Maintainer): Change from glibc to all.
28701
28702 2006-01-24  Bruno Haible  <bruno@clisp.org>
28703
28704         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
28705         Patch by Paul Eggert.
28706
28707 2006-01-24  Bruno Haible  <bruno@clisp.org>
28708
28709         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
28710         already has it.
28711         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
28712         2005-11-26.
28713
28714         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
28715         'signed char' to avoid problems with the built-in _Bool type.
28716         Reported by Paul Eggert on 2005-11-26.
28717
28718 2006-01-24  Bruno Haible  <bruno@clisp.org>
28719
28720         * gnulib-tool (func_import): Avoid constructing complicated sed
28721         expressions inside backquote.
28722         Report and solution by Mark D. Baushke <mdb@gnu.org>.
28723
28724 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
28725
28726         These changes imported from libc.
28727         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
28728         test and two separate function calls.
28729         * lib/strndup.c (__strndup): Add libc_hidden_def.
28730
28731 2006-01-23  Simon Josefsson  <jas@extundo.com>
28732
28733         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
28734         Remove the test_*_SOURCES variable: automake infers it by default.
28735         * modules/tls-tests: Likewise.
28736
28737 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28738
28739         Work around porting bugs reported by Dieter in
28740         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
28741         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
28742         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
28743         Include "getopt.h" first, to check interface.
28744         (getenv): Declare only if defined HAVE_DECL_GETENV &&
28745         !HAVE_DECL_GETENV.
28746         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
28747         (__strndup): Revert to K&R-style function dfns, the glibc style.
28748         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
28749         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
28750         Include strnlen.h first, to get prototype properly.
28751         (strnlen): Renamed from __strnlen.
28752         Remove weak alias.
28753
28754 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28755
28756         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
28757
28758 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28759
28760         * config/srclist.txt: Adjust to reflect glibc reorganization.
28761         This affects only comments.
28762
28763 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
28764
28765          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
28766          Reported by Bruce Korb <bkorb@gnu.org>.
28767
28768 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
28769
28770         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
28771         to pacify gcc -Wswitch-default.
28772
28773 2006-01-22  Bruno Haible  <bruno@clisp.org>
28774
28775         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
28776         temporary buffer for sprintf, take into account the precision also
28777         for 'd', 'i', 'u', 'o', 'x', 'X'.
28778
28779 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
28780
28781         * modules/argp-tests: New module
28782         * tests/test-argp.c: New file
28783         * tests/test-argp-2.sh: New file
28784
28785 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
28786
28787         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
28788         (__argp_base_name): Removed
28789         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
28790         typo.
28791         (__argp_base_name): Provide macro definition or extern declaration
28792         depending on the configuration
28793
28794 2006-01-20  Simon Josefsson  <jas@extundo.com>
28795
28796         * modules/inet_ntop (Depends-on): Depend on sys_socket.
28797
28798 2006-01-20  Simon Josefsson  <jas@extundo.com>
28799
28800         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
28801
28802 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
28803
28804         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
28805         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
28806         Suggested by Bruno Haible.
28807
28808 2006-01-20  Karl Berry  <karl@gnu.org>
28809
28810         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
28811         until changes propagate, I guess.
28812
28813 2006-01-19  Simon Josefsson  <jas@extundo.com>
28814
28815         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
28816
28817 2006-01-19  Simon Josefsson  <jas@extundo.com>
28818
28819         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
28820
28821 2006-01-19  Simon Josefsson  <jas@extundo.com>
28822
28823         * gnulib-tool: Set check_PROGRAMS.
28824
28825         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
28826         modules/des-tests, modules/gc-arcfour-tests,
28827         modules/gc-arctwo-tests, modules/gc-des-tests,
28828         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
28829         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
28830         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
28831         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
28832         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
28833         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
28834         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
28835         test_*_SOURCES.
28836
28837 2006-01-18  Simon Josefsson  <jas@extundo.com>
28838
28839         * modules/socklen (Depends-on): Depend on sys_socket.
28840
28841 2006-01-18  Simon Josefsson  <jas@extundo.com>
28842
28843         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
28844         modules/des-tests, modules/gc-arcfour-tests,
28845         modules/gc-arctwo-tests, modules/gc-des-tests,
28846         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
28847         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
28848         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
28849         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
28850         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
28851         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
28852         $(EXEEXT) to automake TESTS variable, for mingw32.
28853
28854 2006-01-17  Simon Josefsson  <jas@extundo.com>
28855
28856         * modules/socklen (Include): Need sys/socket.h.
28857
28858 2006-01-17  Bruno Haible  <bruno@clisp.org>
28859
28860         * modules/ssize_t (Include): Add <sys/types.h>.
28861
28862 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
28863
28864         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
28865         it's not portable and it doesn't work with cross-compiles.
28866         Problem reported by Bruno Haible.  Fix missing-$ typo in
28867         'test "gl_cv_ignore_unused_libraries" ...' that prevented
28868         -zignore from being used with Sun's C compiler.
28869
28870 2006-01-12  Simon Josefsson  <jas@extundo.com>
28871
28872         * lib/base64.c: Fix warning, reported by Bruno Haible
28873         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
28874
28875 2006-01-12  Bruno Haible  <bruno@clisp.org>
28876
28877         * modules/ldd: New file.
28878         * build-aux/ldd.sh.in: New file.
28879         * MODULES.html.sh (Support for building libraries and executables): Add
28880         ldd.
28881
28882 2006-01-12  Bruno Haible  <bruno@clisp.org>
28883
28884         * m4/ldd.m4: New file.
28885
28886 2006-01-12  Bruno Haible  <bruno@clisp.org>
28887
28888         * gnulib-tool (func_import, func_create_testdir): Don't go into an
28889         endless loop while replacing $auxdir with build-aux.
28890
28891 2006-01-11  Simon Josefsson  <jas@extundo.com>
28892
28893         * lib/stdint_.h (SIZE_MAX): Add missing (.
28894
28895 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
28896
28897         Sync from coreutils.
28898         * lib/md5.c: Fix commentary typos.
28899         (alignof, UNALIGNED_P): No need for a GCC-specific version.
28900         * lib/md5.h (__attribute__): Remove; unused.
28901         * lib/sha1.c: Fix commentary to match md5 better.
28902         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
28903         so that we don't need to worry about alignment.  All uses changed.
28904         This merges the 2005-10-28 md5 change into sha1.
28905
28906 2006-01-11  Jim Meyering  <jim@meyering.net>
28907
28908         Sync from coreutils.
28909         * lib/md5.c (OP): Fix spacing.
28910
28911 2006-01-11  Bruno Haible  <bruno@clisp.org>
28912
28913         Ensure automatic ordering between gl_LOCK and gl_ARGP.
28914         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
28915         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
28916
28917 2006-01-11  Bruno Haible  <bruno@clisp.org>
28918
28919         Ensure automatic ordering between gl_LOCK and gl_ARGP.
28920         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
28921         the "early" section as well.
28922
28923 2006-01-11  Bruno Haible  <bruno@clisp.org>
28924
28925         Avoid "ar: no archive members specified" error on MacOS X.
28926         * gnulib-tool (func_modules_add_dummy): New function.
28927         (func_import, func_create_testdir): Invoke it.
28928
28929 2006-01-11  Bruno Haible  <bruno@clisp.org>
28930
28931         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
28932         with $auxdir in AC_CONFIG_FILES statements.
28933
28934 2006-01-11  Bruno Haible  <bruno@clisp.org>
28935
28936         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28937         Initialize also noinst_HEADERS to empty.
28938
28939 2006-01-11  Bruno Haible  <bruno@clisp.org>
28940
28941         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
28942         variables.
28943         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
28944         autoreconf.
28945
28946 2006-01-11  Bruno Haible  <bruno@clisp.org>
28947
28948         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
28949         overridable by the user.
28950         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28951
28952 2006-01-10  Simon Josefsson  <jas@extundo.com>
28953
28954         * modules/sys_socket: New file.
28955
28956 2006-01-10  Simon Josefsson  <jas@extundo.com>
28957
28958         * m4/sys_socket_h.m4: New file.
28959
28960 2006-01-10  Simon Josefsson  <jas@extundo.com>
28961
28962         * lib/socket_.h: New file.
28963
28964 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28965
28966         * modules/readutmp (Maintainer): Add myself.
28967
28968 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28969
28970         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
28971         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
28972         People who are still concerned with buggy memcmp implementations
28973         can invoke gl_FUNC_MEMCMP themselves.
28974
28975 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28976
28977         * lib/regex_internal.h (BITSET_WORD_BITS):
28978         Work around a bug in 64-bit PGC (before version 6.1-2), where the
28979         preprocessor mishandles large unsigned values as if they were signed.
28980         Problem reported by Claudio Fontana in
28981         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
28982
28983 2006-01-10  Jim Meyering  <jim@meyering.net>
28984
28985         Avoid the double-free (first in fts_read, second in fts_close) that
28986         would occur when an `active' directory is made inaccessible (e.g.,
28987         via chmod a-x) during a traversal.
28988         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
28989         before returning.  Reproduce this failure by
28990         mkdir -p a/b; cd a; chmod a-x . b
28991         Reported by Stavros Passas.
28992
28993         Sync from coreutils.
28994         * lib/sha1.c: Tweak grammar in a comment.
28995
28996 2006-01-10  Jim Meyering  <jim@meyering.net>
28997
28998         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
28999         Patch by Joerg Sonnenberger.
29000
29001 2006-01-10  Bruno Haible  <bruno@clisp.org>
29002
29003         * modules/readutmp: Depend on module free.
29004         * modules/strtok_r: Depend on module restrict.
29005
29006 2006-01-10  Bruno Haible  <bruno@clisp.org>
29007
29008         * modules/gettext (configure.ac): Add an invocation of
29009         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
29010
29011 2006-01-10  Bruno Haible  <bruno@clisp.org>
29012
29013         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
29014         Reported by Werner Lemberg <wl@gnu.org>.
29015
29016 2006-01-10  Bruno Haible  <bruno@clisp.org>
29017
29018         * lib/localcharset.c: Update from GNU gettext.
29019
29020 2006-01-10  Bruno Haible  <bruno@clisp.org>
29021
29022         * lib/argp.h (__const): Remove macro. Use const instead.
29023         * lib/argp-fmtstream.h (__const): Likewise.
29024         * lib/glob_.h (__const): Remove macro.
29025         * lib/glob-libc.h: Use const instead of __const.
29026
29027 2006-01-10  Bruno Haible  <bruno@clisp.org>
29028
29029         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
29030         variable.
29031         Needed to avoid an automake error regarding the 'gettext' module.
29032
29033 2006-01-09  Simon Josefsson  <jas@extundo.com>
29034
29035         * modules/inet_ntop (Depends-on): Add restrict.
29036
29037 2006-01-09  Simon Josefsson  <jas@extundo.com>
29038
29039         * modules/gc-rijndael-tests (License): Put under LGPL.
29040
29041         * modules/gc-des-tests (License): Likewise.
29042
29043         * modules/gc-arcfour-tests (License): Likewise.
29044
29045         * modules/gc-arctwo-tests (License): Likewise.
29046
29047         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
29048
29049         * modules/gc-hmac-sha1-tests (Files): Likewise.
29050
29051         * modules/gc-hmac-md5-tests (License): Likewise.
29052
29053         * modules/gc-sha1-tests (License): Likewise.
29054
29055         * modules/gc-md5-tests (License): Likewise.
29056
29057         * modules/gc-md4-tests (License): Likewise.
29058
29059         * modules/gc-md2-tests (License): Likewise.
29060
29061         * modules/gc-tests (License): Likewise.
29062
29063         * modules/des-tests (License): Likewise.
29064
29065         * modules/md4-tests (License): Likewise.
29066
29067         * modules/md2-tests (License): Likewise.
29068
29069 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29070
29071         Sync from coreutils:
29072
29073         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
29074         * modules/lib-ignore: New file.
29075         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
29076         chdir-safer.m4, lchmod.m4.
29077         * modules/openat: Add mkdirat.c, openat-priv.h.
29078
29079 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29080
29081         Sync from coreutils.
29082         * m4/lib-ignore.m4: New file.
29083         * m4/lchmod.m4: New file.
29084
29085 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29086
29087         Sync from coreutils.
29088         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
29089         for write access: POSIX says that must fail.
29090         * lib/fts.c (diropen): Likewise.
29091         * lib/save-cwd.c (save_cwd): Likewise.
29092         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
29093         well, for minor improvements on hosts that lack O_DIRECTORY.
29094         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
29095         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
29096         Fall back on chown if open failed with EACCES.
29097
29098         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
29099         Report an error at compile-time if only a 1-second nominal clock
29100         resolution is found.
29101
29102         * lib/lchmod.h: New file.
29103         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
29104         (make_dir_parents): Use lchown rather than chown, and
29105         lchmod rather than chmod.
29106
29107         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
29108         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
29109         "proc" reported by n0dalus.
29110
29111         * lib/mountlist.c: Include <limits.h>.
29112         (dev_from_mount_options)
29113         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
29114         New function.  It no longer assumes "dev=" has the System V meaning
29115         on Linux (since it doesn't).  It also parses "dev=" more carefully.
29116         (read_file_system_list)
29117         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
29118         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
29119         dev= in that case.
29120
29121         * lib/posixtm.h (PDS_PRE_2000): New macro.
29122         * lib/posixtm.c (year): Arg is now syntax_bits rather than
29123         allow_century.  All usages changed.  Reject dates outside the range
29124         1969-1999 if PDS_PRE_2000 is used.
29125
29126 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29127
29128         Sync from coreutils.
29129         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
29130         (Time of day items): Mention the possibility of leap seconds.
29131         Problem reported by Dr. David Alan Gilbert.
29132
29133 2006-01-09  Jim Meyering  <jim@meyering.net>
29134
29135         Sync from coreutils.
29136
29137         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
29138
29139         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
29140
29141         * lib/modechange.c (mode_compile): Reject an invalid mode string
29142         that starts with an octal digit.  From Andreas Gruenbacher.
29143
29144         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
29145         and dup to open_safer and dup_safer, respectively.
29146         (openat_permissive): Fix typo in comment.
29147
29148         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
29149         "gettext.h"; either no longer needed or are guaranteed by openat.h.
29150         (_): Remove; no longer needed.
29151         (openat): Renamed from rpl_openat; no need for rpl_openat
29152         since openat.h renames openat for us.
29153         Replace most of the body with a call to openat_permissive,
29154         to avoid duplicate code.
29155         Port to (probably hypothetical) environments were mode_t is
29156         wider than int.
29157         (openat_permissive): Require mode arg, so that we can check
29158         types better.  Put it just after flags.  Change cwd failure
29159         indicator from pointer-to-bool to pointer-to-errno-value.
29160         All callers changed.
29161         Invoke openat_save_fail and/or openat_restore_fail if
29162         cwd_errno is null, so that openat can call us.
29163         (openat_permissive, fdopendir, fstatat, unlinkat):
29164         Simplify errno handling to avoid some duplicate code,
29165         as it's OK to set errno on success.
29166         * lib/openat.h: Revamp code so that function macros depend on
29167         __OPENAT_PREFIX only, not also on AT_FDCWD.
29168         (openat_ro): Remove.  Caller changed to use openat_permissive.
29169         (openat_permissive): Now a macro, if not a function.
29170         (openat_restore_fail, openat_save_fail): Now always functions,
29171         since mkdirat needs them even if __OPENAT_PREFIX is defined.
29172
29173         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
29174         and openat.c.
29175         * lib/mkdirat.c: Include openat-priv.h.
29176         Remove definitions of macros defined therein.
29177         * lib/openat.c: Likewise.
29178
29179         * lib/mkdirat.c (mkdirat): New file and function.
29180         * lib/openat.h (mkdirat): Declare.
29181
29182         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
29183
29184         * lib/openat.h (openat_permissive): Declare.
29185         (openat_ro): Define.
29186
29187         * lib/openat.c (EXPECTED_ERRNO): New macro.
29188         (openat_permissive): New function -- used in remove.c rewrite.
29189         (all functions): Set errno just before returning, only if there
29190         was an actual failure.
29191         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
29192
29193         Emulate openat-family functions using Linux's procfs, if possible.
29194         Idea and some code based on Ulrich Drepper's glibc changes.
29195
29196         * lib/openat.c: (BUILD_PROC_NAME): New macro.
29197         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
29198         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
29199         before falling back on save_cwd and restore_cwd.
29200         (fdopendir, fstatat, unlinkat): Likewise.
29201
29202         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
29203         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
29204
29205         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
29206         as second argument to va_arg.  Otherwise, some versions of gcc
29207         warn that `if this code is reached, the program will abort'.
29208
29209 2006-01-09  Jim Meyering  <jim@meyering.net>
29210
29211         Sync from coreutils.
29212         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
29213         Require openat-priv.h.
29214
29215 2006-01-09  Bruno Haible  <bruno@clisp.org>
29216
29217         * modules/strnlen (Include): Use strnlen.h.
29218
29219 2006-01-09  Bruno Haible  <bruno@clisp.org>
29220
29221         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
29222
29223 2006-01-09  Bruno Haible  <bruno@clisp.org>
29224
29225         * lib/sysexit_.h (EX_OK): New macro.
29226         Suggested by Martin Lambers <marlam@marlam.de>.
29227
29228 2006-01-09  Bruno Haible  <bruno@clisp.org>
29229
29230         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
29231         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
29232
29233 2006-01-09  Bruno Haible  <bruno@clisp.org>
29234
29235         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
29236         numbers.
29237
29238 2006-01-09  Bruno Haible  <bruno@clisp.org>
29239
29240         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
29241         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
29242         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
29243         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
29244
29245 2006-01-09  Bruno Haible  <bruno@clisp.org>
29246
29247         * build-aux/javacomp.sh.in: New file, moved from lib/.
29248         * modules/javacomp-script (Files): Update.
29249         (configure.ac): Add AC_CONFIG_FILES invocation.
29250         (EXTRA_DIST): Remove variable.
29251
29252         * build-aux/javaexec.sh.in: New file, moved from lib/.
29253         * modules/javaexec (Files): Update.
29254         (configure.ac): Add AC_CONFIG_FILES invocation.
29255         (EXTRA_DIST): Remove javaexec.sh.in.
29256
29257         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
29258         * modules/csharpcomp-script (Files): Update.
29259         (configure.ac): Add AC_CONFIG_FILES invocation.
29260         (EXTRA_DIST): Remove variable.
29261
29262         * build-aux/csharpexec.sh.in: New file, moved from lib/.
29263         * modules/csharpexec (Files): Update.
29264         (configure.ac): Add AC_CONFIG_FILES invocation.
29265         (EXTRA_DIST): Remove csharpexec.sh.in.
29266
29267 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
29268
29269         Sync from coreutils.
29270
29271         Add POSIX ACL support
29272         * lib/acl.h (copy_acl, set_acl): Add declarations.
29273         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
29274         systems other than Linux.
29275         (chmod_or_fchmod): New function: use fchmod when possible,
29276         and chmod otherwise.
29277         (file_has_acl): Add a POSIX ACL implementation, with a
29278         Linux-specific subcase.
29279         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
29280         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
29281         acls are unsupported.
29282         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
29283         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
29284         are unsupported.
29285
29286 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
29287
29288         Sync from coreutils.
29289         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
29290
29291 2006-01-07  Bruno Haible  <bruno@clisp.org>
29292
29293         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
29294         gl_EARLY.
29295
29296 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29297
29298         * lib/strftime.c (tzname): Don't declare if it is already #defined.
29299         Problem reported for Mingw by Mark Junker.
29300
29301 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29302
29303         * README: Gnulib normally doesn't generate a tarball.
29304
29305 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
29306
29307         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
29308         long int, not int, for nanosecond counts, so that people who are
29309         used to POSIX struct timespec won't be surprised.  Reported by Jim
29310         Meyering.
29311
29312 2005-12-28  Bruno Haible  <bruno@clisp.org>
29313
29314         * build-aux/config.rpath: Update from GNU gettext.
29315
29316 2005-12-16  Jim Meyering  <jim@meyering.net>
29317
29318         * modules/fprintftime: New module.
29319         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
29320
29321 2005-12-16  Jim Meyering  <jim@meyering.net>
29322
29323         * m4/fprintftime.m4: New file.
29324
29325 2005-12-16  Jim Meyering  <jim@meyering.net>
29326
29327         * lib/fprintftime.c, lib/fprintftime.h: New files.
29328
29329 2005-12-15  Simon Josefsson  <jas@extundo.com>
29330
29331         * modules/socklen (configure.ac): Fix M4 macro name, to align with
29332         new m4/socklen.m4.
29333
29334 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
29335
29336         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
29337         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
29338
29339 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
29340
29341         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
29342         * lib/argp-help.c (fill_in_uparams): Check if the constructed
29343         struct uparams is valid. Fall back to the default values if it is
29344         not.
29345
29346 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29347
29348         * modules/argp (Files): Add argp-pin.c
29349         (Depends-on): dirname
29350         (lib_SOURCES): Add argp-pin.c
29351
29352 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29353
29354         * m4/argp.m4:  Check if program_invocation_name and
29355         program_invocation_short_name are declared and define appropriate
29356         macros if they are not.
29357
29358 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29359
29360         * lib/argp-help.c (__argp_base_name): New function
29361         (__argp_short_program_name): Rewrite using __argp_base_name
29362         * lib/argp-namefrob.h: Define program_invocation_name and
29363         program_invocation_short_name if requested
29364         (__argp_base_name): Add prototype
29365         * lib/argp-parse.c (argp_def): Use gettext wrappers
29366         (argp_default_parser): Use __argp_base_name
29367         * lib/argp-pin.c: New file. Defines program_invocation_name and
29368         program_invocation_short_name on systems that lack them.
29369
29370 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
29371
29372         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
29373         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
29374         porting problem reported by Georg Schwarz in
29375         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
29376
29377 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
29378
29379         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
29380         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
29381         porting problem reported by Georg Schwarz in
29382         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
29383
29384 2005-12-05  Bruno Haible  <bruno@clisp.org>
29385
29386         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
29387         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
29388         Reported by Mark Junker <mjscod@gmx.de>.
29389
29390 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
29391
29392         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
29393         Use implementation from Albert Chin, with some
29394         comments/corrections by Stepan Kasal and myself.
29395
29396 2005-12-02  Bruno Haible  <bruno@clisp.org>
29397
29398         * gnulib-tool (func_import): Accept GPLed build tool modules when
29399         --lgpl is given.
29400         * modules/csharpcomp-script: New file.
29401         * modules/csharpcomp: Depend on it.
29402         * modules/javacomp-script: New file.
29403         * modules/javacomp: Depend on it.
29404         Suggested by Simon Josefsson.
29405
29406 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
29407
29408         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
29409         statement, to work around an HP-UX 10.20 compiler bug reported by
29410         Peter O'Gorman.
29411
29412 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
29413
29414         * modules/savedir (Depends-on): Add openat.
29415
29416 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
29417
29418         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
29419         (uintmax_t) [defined uintmax_t]: Do not declare.
29420         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
29421         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
29422         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
29423         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
29424         sake of portability to weird hosts that C allows (though we don't
29425         know of any practical examples).
29426
29427         * lib/savedir.h (fdsavedir): New decl.
29428         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
29429         contains most of the former guts of savedir.
29430         (savedir): Use savedirstream.
29431         Include "openat.h".
29432
29433 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
29434
29435         * modules/obstack (Files): Add m4/ulonglong.m4.
29436         Problem reported by Davide Angelocola.
29437
29438 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
29439
29440         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
29441         coreutils no longer futzes with rounding modes.
29442
29443 2005-11-14  Jim Meyering  <jim@meyering.net>
29444
29445         * lib/mkstemp-safer.c: Include <config.h>, required for possible
29446         replacement of mkstemp.
29447
29448 2005-11-10  Simon Josefsson  <jas@extundo.com>
29449
29450         * lib/readline.c: Remove EOL.
29451
29452 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29453
29454         * modules/gethrxtime (Depends-on): Add gettime.
29455
29456 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29457
29458         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
29459         or gettimeofday; no longer needed.
29460
29461 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29462
29463         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
29464         time business.
29465         (gethrxtime) [! (HAVE_NANOUPTIME
29466         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
29467         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
29468         our own approximation.
29469
29470 2005-11-08  Eric Blake  <ebb9@byu.net>
29471
29472         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
29473
29474 2005-11-08  Eric Blake  <ebb9@byu.net>
29475
29476         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
29477
29478 2005-11-04  Bruno Haible  <bruno@clisp.org>
29479
29480         * gnulib-tool: Implement --update mode.
29481
29482 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
29483
29484         Fix porting problem reported by Theodoros V. Kalamatianos.
29485         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
29486         Don't assume that futimes failing means we must fail.
29487
29488 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
29489
29490         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
29491         variables to suggest the intended function of the PATH_MAX check.
29492
29493 2005-10-30  Kean Johnston  <jkj@sco.com>
29494
29495         Trivial changes to support SCO systems.
29496         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
29497         as PATH_MAX.
29498         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
29499         where __ptr is null when no I/O is pending.
29500
29501 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29502
29503         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
29504         leave errno alone.  Problem reported by Dmitry V. Levin.
29505
29506 2005-10-28  Simon Josefsson  <jas@extundo.com>
29507
29508         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
29509         Test more.
29510
29511         * tests/test-gc-md2.c, tests/test-md2.c: New files.
29512
29513         * modules/md2, modules/md2-tests: New files.
29514
29515 2005-10-28  Simon Josefsson  <jas@extundo.com>
29516
29517         * m4/inet_ntop.m4: More tests.
29518
29519         * m4/gc-md2.m4, md2.m4: New file.
29520
29521 2005-10-28  Simon Josefsson  <jas@extundo.com>
29522
29523         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
29524         "restrict" keywords, as per POSIX.  Protect the function
29525         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
29526         Don't use K&R prototypes.  Check the sprintf return values.
29527         Re-define EAFNOSUPPORT if not present.  Indent.
29528
29529         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
29530         suggested by Bruno Haible <bruno@clisp.org>.
29531
29532         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
29533
29534         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
29535
29536         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
29537         libgcrypt).
29538
29539         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
29540
29541         * lib/md2.h, lib/md2.c: New files.
29542
29543 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
29544
29545         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
29546         errno alone.  Problem reported by Frederic Jolliton.
29547
29548 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
29549
29550         * modules/verify (License): Change from GPL to LGPL.  This is a
29551         tiny module and there are apparently near-equivalents that are
29552         under the BSD license.
29553
29554 2005-10-24  Simon Josefsson  <jas@extundo.com>
29555
29556         * modules/sha1: Relicense to LGPL.
29557
29558 2005-10-24  Simon Josefsson  <jas@extundo.com>
29559
29560         * lib/md4.h: Shrink buffer size, now that we changed the type.
29561
29562 2005-10-23  Simon Josefsson  <jas@extundo.com>
29563
29564         * gnulib-tool (func_import): Fix --tests-base.
29565
29566 2005-10-22  Simon Josefsson  <jas@extundo.com>
29567
29568         * modules/arcfour (Depends-on): Need stdint.
29569
29570 2005-10-22  Simon Josefsson  <jas@extundo.com>
29571
29572         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
29573         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
29574
29575 2005-10-22  Simon Josefsson  <jas@extundo.com>
29576
29577         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
29578         suggested by Bruno Haible <bruno@clisp.org>.
29579
29580 2005-10-22  Simon Josefsson  <jas@extundo.com>
29581
29582         * lib/crc.h: Include stddef.h, for size_t.
29583
29584 2005-10-22  Simon Josefsson  <jas@extundo.com>
29585
29586         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
29587         arcfour_context struct (simplify test vector testing in GNU
29588         Shishi).
29589
29590 2005-10-21  Simon Josefsson  <jas@extundo.com>
29591
29592         * modules/des, modules/des-tests: New files.
29593
29594         * modules/gc-des, modules/gc-des-tests: New files.
29595
29596         * tests/test-des.c, tests/test-gc-des.c: New file.
29597
29598 2005-10-21  Simon Josefsson  <jas@extundo.com>
29599
29600         * modules/arctwo, modules/arctwo-tests: New files.
29601
29602         * tests/test-arctwo.c: New file.
29603
29604         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
29605
29606         * tests/test-gc-arctwo.c: New file.
29607
29608 2005-10-21  Simon Josefsson  <jas@extundo.com>
29609
29610         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
29611         Bruno Haible <bruno@clisp.org>.
29612
29613         * m4/gc-des.m4: New file.
29614
29615 2005-10-21  Simon Josefsson  <jas@extundo.com>
29616
29617         * m4/arctwo.m4: New file.
29618
29619         * m4/gc-arctwo.m4: New file.
29620
29621 2005-10-21  Simon Josefsson  <jas@extundo.com>
29622
29623         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
29624         block.
29625
29626 2005-10-21  Simon Josefsson  <jas@extundo.com>
29627
29628         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
29629         <bruno@clisp.org>.
29630
29631         * lib/hmac-sha1.c (hmac_sha1): Likewise.
29632
29633         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
29634         Bruno Haible <bruno@clisp.org>.
29635
29636         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
29637         <bruno@clisp.org>.
29638
29639 2005-10-21  Simon Josefsson  <jas@extundo.com>
29640
29641         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
29642
29643 2005-10-21  Simon Josefsson  <jas@extundo.com>
29644
29645         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
29646
29647 2005-10-21  Simon Josefsson  <jas@extundo.com>
29648
29649         * lib/des.h, lib/des.c: New files.
29650
29651         * lib/gc-gnulib.c: Support DES.c
29652
29653 2005-10-21  Simon Josefsson  <jas@extundo.com>
29654
29655         * lib/arctwo.h, lib/arctwo.c: New files.
29656
29657         * lib/gc-gnulib.c: Support ARCTWO.
29658
29659 2005-10-21  Simon Josefsson  <jas@extundo.com>
29660
29661         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
29662         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29663
29664 2005-10-21  Simon Josefsson  <jas@extundo.com>
29665
29666         * gnulib-tool (func_import, func_create_testdir): Define automake
29667         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
29668         Makefile.am snippet),
29669         suggested by Bruno Haible <bruno@clisp.org>.
29670
29671         * modules/gc (Makefile.am): Use it.
29672
29673 2005-10-21  Bruno Haible  <bruno@clisp.org>
29674
29675         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
29676         patch.
29677
29678 2005-10-19  Simon Josefsson  <jas@extundo.com>
29679
29680         * tests/test-gc-rijndael.c: New file.
29681
29682         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
29683
29684 2005-10-19  Simon Josefsson  <jas@extundo.com>
29685
29686         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
29687         interface too.
29688
29689 2005-10-19  Simon Josefsson  <jas@extundo.com>
29690
29691         * tests/test-gc-arcfour.c: New file.
29692
29693         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
29694
29695 2005-10-19  Simon Josefsson  <jas@extundo.com>
29696
29697         * modules/gc-md4, modules/gc-md4-tests: New file.
29698
29699         * tests/test-gc-md4.c: New file.
29700
29701 2005-10-19  Simon Josefsson  <jas@extundo.com>
29702
29703         * m4/gc-md4.m4: New file.
29704
29705 2005-10-19  Simon Josefsson  <jas@extundo.com>
29706
29707         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
29708         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
29709         <kasal@ucw.cz>.
29710
29711 2005-10-19  Simon Josefsson  <jas@extundo.com>
29712
29713         * m4/gc-arcfour.m4: New file.
29714
29715         * m4/gc-rijndael.m4: New file.
29716
29717 2005-10-19  Simon Josefsson  <jas@extundo.com>
29718
29719         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
29720
29721 2005-10-19  Simon Josefsson  <jas@extundo.com>
29722
29723         * lib/gc-gnulib.c: Support ARCFOUR.
29724
29725 2005-10-19  Simon Josefsson  <jas@extundo.com>
29726
29727         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
29728         support.
29729
29730         * lib/gc.h: Add ECB enum type.
29731
29732         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
29733
29734 2005-10-18  Simon Josefsson  <jas@extundo.com>
29735
29736         * tests/test-md5.c: New file.
29737
29738         * modules/md5-tests: New file.
29739
29740 2005-10-18  Simon Josefsson  <jas@extundo.com>
29741
29742         * tests/test-md4.c: New file.
29743
29744         * modules/md4, modules/md4-tests: New files.
29745
29746 2005-10-18  Simon Josefsson  <jas@extundo.com>
29747
29748         * m4/md4.m4: New file.
29749
29750 2005-10-18  Simon Josefsson  <jas@extundo.com>
29751
29752         * lib/md4.h, lib/md4.c: New files, based on md5.?.
29753
29754 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
29755
29756         * gnulib-tool (func_create_testdir): Omit the second check whether
29757         BUILT_SOURCES in nonempty.
29758
29759 2005-10-17  Simon Josefsson  <jas@extundo.com>
29760
29761         * tests/test-rijndael.c: New file.
29762
29763 2005-10-17  Simon Josefsson  <jas@extundo.com>
29764
29765         * modules/sha1: Depend on stdint instead of md5.
29766
29767         * modules/md5: Depend on stdint, remove uint32_t.
29768
29769 2005-10-17  Simon Josefsson  <jas@extundo.com>
29770
29771         * modules/gc-sha1-tests: New file.
29772
29773         * tests/test-gc-sha1.c: New file.
29774
29775 2005-10-17  Simon Josefsson  <jas@extundo.com>
29776
29777         * m4/md5.m4: Remove call to uint32_t.m4.
29778
29779 2005-10-17  Simon Josefsson  <jas@extundo.com>
29780
29781         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
29782
29783         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
29784         md5.h.
29785
29786         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
29787
29788         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
29789
29790 2005-10-17  Simon Josefsson  <jas@extundo.com>
29791
29792         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
29793
29794 2005-10-17  Simon Josefsson  <jas@extundo.com>
29795
29796         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
29797
29798 2005-10-17  Simon Josefsson  <jas@extundo.com>
29799
29800         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
29801
29802         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
29803
29804 2005-10-17  Bruno Haible  <bruno@clisp.org>
29805
29806         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
29807         that it can also be used in a test.
29808
29809 2005-10-16  Bruno Haible  <bruno@clisp.org>
29810
29811         * gnulib-tool (func_emit_tests_Makefile_am): Also define
29812         TESTS_ENVIRONMENT, so that individual tests can augment it.
29813
29814         * gnulib-tool (func_create_testdir): Use an intermediate target for
29815         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
29816         macros, like $(ALLOCA_H), which cannot be passed through the command
29817         line.
29818
29819 2005-10-15  Simon Josefsson  <jas@extundo.com>
29820
29821         * modules/rijndael-tests: New file.
29822
29823         * modules/rijndael: New file.
29824
29825 2005-10-15  Simon Josefsson  <jas@extundo.com>
29826
29827         * m4/rijndael.m4: New file.
29828
29829 2005-10-15  Simon Josefsson  <jas@extundo.com>
29830
29831         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
29832
29833         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
29834
29835 2005-10-14  Simon Josefsson  <jas@extundo.com>
29836
29837         * tests/test-arcfour.c: New file.
29838
29839         * modules/arcfour, modules/arcfour-tests: New files.
29840
29841 2005-10-14  Simon Josefsson  <jas@extundo.com>
29842
29843         * m4/arcfour.m4: New file.
29844
29845 2005-10-14  Simon Josefsson  <jas@extundo.com>
29846
29847         * lib/arcfour.h, lib/arcfour.c: New files.
29848
29849 2005-10-14  Roland McGrath  <roland@redhat.com>
29850
29851         Import from libc.  [BZ #1331]
29852         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
29853         macro argument.
29854         Reported by Matej Vela <vela@debian.org>.
29855
29856 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
29857
29858         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
29859         include <wchar.h>; no longer needed.
29860
29861 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
29862
29863         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
29864
29865 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
29866         and  Ulrich Drepper  <drepper@redhat.com>
29867
29868         Import from libc.
29869         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
29870         instead of inline stream orientation test and two separate
29871         function calls.  Pay no attention to USE_IN_LIBIO.
29872
29873 2005-10-13  Simon Josefsson  <jas@extundo.com>
29874
29875         * modules/gc-hmac-md5-tests: New file.
29876
29877         * tests/test-gc-hmac-sha1.c: New file.
29878
29879         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
29880
29881         * modules/gc-hmac-md5-tests: New file.
29882
29883         * tests/test-gc-md5.c: New file.
29884
29885         * modules/gc-md5-tests: New file.
29886
29887 2005-10-13  Simon Josefsson  <jas@extundo.com>
29888
29889         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
29890         Move memory allocation outside of loop.
29891
29892 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
29893
29894         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
29895         intermediate directory is in a read-only file system.  Problem
29896         reported by Eric Blake.
29897
29898 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
29899
29900         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
29901
29902 2005-10-12  Simon Josefsson  <jas@extundo.com>
29903
29904         * tests/test-hmac-sha1.c: New file.
29905
29906         * modules/hmac-sha1-tests: New file.
29907
29908         * modules/hmac-sha1: New file.
29909
29910 2005-10-12  Simon Josefsson  <jas@extundo.com>
29911
29912         * modules/gc-sha1: New file.
29913
29914 2005-10-12  Simon Josefsson  <jas@extundo.com>
29915
29916         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
29917
29918         * tests/test-gc-pbkdf2-sha1.c: New file.
29919
29920 2005-10-12  Simon Josefsson  <jas@extundo.com>
29921
29922         * modules/gc-md5, modules/gc-hmac-md5: New files.
29923
29924         * modules/gc (Files): Remove md5, memxor and hmac files.
29925
29926 2005-10-12  Simon Josefsson  <jas@extundo.com>
29927
29928         * m4/gc-pbkdf2-sha1.m4: New file.
29929
29930         * m4/gc-hmac-sha1.m4: New file.
29931
29932         * m4/gc-sha1: New file.
29933
29934         * m4/hmac-sha1.m4: New file.
29935
29936 2005-10-12  Simon Josefsson  <jas@extundo.com>
29937
29938         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
29939
29940         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
29941
29942 2005-10-12  Simon Josefsson  <jas@extundo.com>
29943
29944         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
29945         suggested by Bruno Haible <bruno@clisp.org>.
29946
29947 2005-10-12  Simon Josefsson  <jas@extundo.com>
29948
29949         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
29950
29951 2005-10-12  Simon Josefsson  <jas@extundo.com>
29952
29953         * lib/gc-pbkdf2-sha1.c: New file.
29954
29955         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
29956
29957 2005-10-12  Simon Josefsson  <jas@extundo.com>
29958
29959         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
29960
29961         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
29962
29963 2005-10-12  Simon Josefsson  <jas@extundo.com>
29964
29965         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
29966         GC_USE_HMAC_MD5, respectively.
29967
29968         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
29969         (gc_md5): Fix typo.
29970
29971         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
29972
29973         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
29974
29975         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
29976
29977 2005-10-12  Bruno Haible  <bruno@clisp.org>
29978
29979         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
29980         Reported by Stepan Kasal <kasal@ucw.cz>.
29981
29982 2005-10-11  Simon Josefsson  <jas@extundo.com>
29983
29984         * tests/test-crc.c: New file.
29985
29986         * modules/crc, modules/crc-tests: New files.
29987
29988 2005-10-11  Simon Josefsson  <jas@extundo.com>
29989
29990         * m4/crc.m4: New file.
29991
29992 2005-10-11  Simon Josefsson  <jas@extundo.com>
29993
29994         * lib/gc.h: Add gc_hash and gc_hash_buffer.
29995
29996         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
29997
29998         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
29999
30000 2005-10-11  Simon Josefsson  <jas@extundo.com>
30001
30002         * lib/crc.h, lib/crc.c: New files.
30003
30004         * lib/gc.h (gc_hash_buffer): Add doc.
30005
30006 2005-10-11  Bruno Haible  <bruno@clisp.org>
30007
30008         * modules/c-strcasestr: New file.
30009         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
30010
30011 2005-10-11  Bruno Haible  <bruno@clisp.org>
30012
30013         * modules/c-strcase: New file.
30014         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
30015
30016 2005-10-11  Bruno Haible  <bruno@clisp.org>
30017
30018         * lib/strcasecmp.c: Include limits.h.
30019         (strcasecmp): Avoid integer overflow on exotic platforms.
30020         * lib/strncasecmp.c: Include limits.h.
30021         (strncasecmp): Avoid integer overflow on exotic platforms.
30022         Reported by Paul Eggert.
30023
30024 2005-10-11  Bruno Haible  <bruno@clisp.org>
30025
30026         * lib/c-strcasestr.h: New file, from GNU gettext.
30027         * lib/c-strcasestr.c: New file, from GNU gettext.
30028
30029 2005-10-11  Bruno Haible  <bruno@clisp.org>
30030
30031         * lib/c-strcase.h: New file, from GNU gettext.
30032         * lib/c-strcasecmp.c: New file, from GNU gettext.
30033         * lib/c-strncasecmp.c: New file, from GNU gettext.
30034
30035 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
30036
30037         * modules/mempcpy (License): GPL -> LGPL.
30038         * modules/strchrnul (License): Likewise.
30039         * modules/sysexits (License): Likewise.
30040
30041 2005-10-08  Simon Josefsson  <jas@extundo.com>
30042
30043         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
30044
30045 2005-10-07  Simon Josefsson  <jas@extundo.com>
30046
30047         * m4/memxor.m4: Remove gl_C_RESTRICT call.
30048
30049 2005-10-06  Simon Josefsson  <jas@extundo.com>
30050
30051         * tests/test-hmac-md5.c: New file.
30052
30053         * modules/hmac-md5-tests: New file.
30054
30055         * modules/hmac-md5: New file.
30056
30057 2005-10-06  Simon Josefsson  <jas@extundo.com>
30058
30059         * m4/hmac-md5.m4: New file.
30060
30061         * m4/memxor.m4: Require gl_C_RESTRICT.
30062
30063 2005-10-06  Simon Josefsson  <jas@extundo.com>
30064
30065         * lib/memxor.c (memxor): Avoid casts and warnings.
30066
30067 2005-10-06  Simon Josefsson  <jas@extundo.com>
30068
30069         * lib/hmac-md5.c: New file.
30070
30071         * lib/hmac.h: New file.
30072
30073 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
30074
30075         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
30076         promotes to int, not unsigned int, to catch the AIX 5.3
30077         compiler bug.
30078
30079 2005-10-05  Simon Josefsson  <jas@extundo.com>
30080
30081         * modules/memxor: New file.
30082
30083         * modules/iconv (Files): Move config.rpath to havelib, it is used
30084         there.
30085
30086         * modules/havelib (Files): Add config.rpath.
30087
30088 2005-10-05  Simon Josefsson  <jas@extundo.com>
30089
30090         * m4/memxor.m4: New file.
30091
30092 2005-10-05  Simon Josefsson  <jas@extundo.com>
30093
30094         * lib/memxor.c (memxor): Fix compiler error.
30095
30096         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
30097         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
30098
30099         * lib/memxor.h, lib/memxor.c: New files.
30100
30101         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
30102         we assume all systems have it, suggested by Jim Meyering
30103         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
30104         any systems lack sys/socket.h; mingw32 is known to lack it, but we
30105         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
30106         same reasons.
30107
30108 2005-10-05  Simon Josefsson  <jas@extundo.com>
30109
30110         * config/srclist.txt: Add glibc bug 1423 for md5.h.
30111
30112 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
30113
30114         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
30115         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
30116         needed, since the source code now assumes these .h files.
30117
30118 2005-10-05  Derek Price  <derek@ximbiot.com>
30119
30120         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
30121
30122 2005-10-05  Bruno Haible  <bruno@clisp.org>
30123
30124         * modules/stdint (License): Change to LGPL.
30125
30126 2005-10-04  Simon Josefsson  <jas@extundo.com>
30127
30128         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
30129         D. Baushke" <mdb@gnu.org>.
30130
30131 2005-10-04  Bruno Haible  <bruno@clisp.org>
30132
30133         * lib/verify.h (verify_true): Provide alternative definition for C++.
30134
30135 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
30136
30137         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
30138         (SSIZE_MAX): New macro, if not already defined.
30139         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
30140         than 2 GiB.
30141
30142 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
30143
30144         Sync from coreutils.
30145         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
30146         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
30147         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
30148         ULLONG_MAX doesn't work with 2.7.2.1.
30149
30150 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
30151
30152         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
30153         From Ben Pfaff.
30154
30155         * modules/exclude (Depends-on): Depend on verify.
30156         * modules/strtoimax (Depends-on): Likewise.
30157         * modules/utimecmp (Depends-on): Likewise.
30158
30159 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
30160
30161         * lib/exclude.c: Include verify.h.
30162         (verify): Remove.  All callers changed to use verify.h's version.
30163         * lib/strtoimax.c: Likewise.
30164         * lib/utimecmp.c: Likewis.e
30165
30166         Sync from coreutils.
30167         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
30168         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
30169         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
30170         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
30171         bother returning ENOSYS if settimeofday or stime fails; just let
30172         them return whatever errno they want to return.
30173         * lib/utimens.c: Include unistd.h, for dup2.
30174         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
30175         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
30176
30177 2005-10-02  Jim Meyering  <jim@meyering.net>
30178
30179         Sync from coreutils.
30180         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
30181         from glibc-2.2.5 that fails for read-only files.
30182
30183 2005-10-02  Jim Meyering  <jim@meyering.net>
30184
30185         Sync from coreutils.
30186         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
30187         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
30188         `#if HAVE_CONFIG_H'.
30189         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
30190         Remove AT_FDCWD test.
30191         Do not consume the fd unless successful.
30192         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
30193         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
30194         block, so that we don't even try to compile it if settimeofday is
30195         available.  This works around a compilation failure on OSF1 V5.1,
30196         due to stime requiring a `long int*' while tv_sec is `int'.
30197
30198 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
30199
30200         Sync from coreutils.
30201         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
30202         against `yes', rather than just testing for nonempty.
30203
30204 2005-10-01  Simon Josefsson  <jas@extundo.com>
30205
30206         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
30207         and Darwin.
30208
30209         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
30210         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
30211         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
30212         freeaddrinfo and gai_strerror are declared by the POSIX headers.
30213         Check if struct addrinfo is declared.
30214
30215 2005-10-01  Simon Josefsson  <jas@extundo.com>
30216
30217         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
30218         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
30219         AI_* and EAI_* definitions.  Protect function declarations.
30220
30221 2005-10-01  Jim Meyering  <jim@meyering.net>
30222
30223         Sync from coreutils.
30224
30225         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
30226         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
30227         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
30228         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
30229         in the inet and nsl libraries.  Required on Solaris 5.7.
30230
30231 2005-10-01  Jim Meyering  <jim@meyering.net>
30232
30233         Sync from coreutils.
30234         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
30235         in the inet and nsl libraries.  Required on Solaris 5.7.
30236
30237 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
30238
30239         * lib/getdelim.c (getdelim): Remove unused variables.
30240
30241 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
30242
30243         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
30244         so that the code works even with ancient cpp.  Portability problem
30245         with GCC 2.7.2.1 reported by Thomas M.Ott.
30246
30247 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
30248
30249         * modules/regex (Depends-on): Add strcase.
30250
30251         * modules/gethostname (Licence): Change from GPL to LGPL, since
30252         gethostname.c is a trivial implementation of a standard library
30253         function.
30254         * modules/poll (License): Change from GPL to LGPL, since it's
30255         derived from LGPL code.
30256
30257 2005-09-27  Jim Meyering  <jim@meyering.net>
30258
30259         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
30260         HAVE_CONFIG_H.
30261
30262         * lib/intprops.h (signed_type_or_expr__): Define.
30263         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
30264         for unsigned types.
30265
30266 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
30267
30268         * lib/verify.h (verify_expr): Remove, replacing with:
30269         (verify_true): New macro that returns true instead of void.
30270         (verify_type__): Remove.
30271         (verify): Use verify_true rather than verify_type__.
30272
30273 2005-09-26  Bruno Haible  <bruno@clisp.org>
30274
30275         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
30276         is necessary.
30277         (lib_SOURCES): Remove mbchar.c.
30278         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
30279         (Files): Add m4/mbrtowc.m4.
30280         * modules/mbiter: Likewise.
30281         * modules/mbuiter: Likewise.
30282
30283 2005-09-26  Bruno Haible  <bruno@clisp.org>
30284
30285         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
30286         compile mbchar.c if they are not both present.
30287         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
30288         * m4/mbiter.m4 (gl_MBITER): Likewise.
30289         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
30290         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
30291         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
30292
30293 2005-09-25  Jim Meyering  <jim@meyering.net>
30294
30295         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
30296         also uses socklen_t.
30297
30298 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
30299
30300         * lib/utimens.c (ENOSYS): Define if not already defined.
30301         (futimens): Support having a null PATH if the file descriptor
30302         is nonnegative.
30303
30304         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
30305         Remove.
30306         (__attribute): Define to empty unless GCC 3.1 or later.
30307         This works around a core dump on OpenBSD 3.4, which has GCC
30308         2.95.3, which dumps core when given __attribute__(()).  It also
30309         simplifies other tests, since we really don't want to bother with
30310         worrying about which ancient version of GCC supported what.
30311         Original problem reported by Yoann Vandoorselaere, with part of
30312         the fix suggested by Derek Price.
30313
30314 2005-09-24  Jim Meyering  <jim@meyering.net>
30315
30316         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
30317         so we can once again use a positive bitfield width of 1 -- now we
30318         don't have to explain why we were using a bitfield width of 2.
30319
30320 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
30321
30322         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
30323         and similarly for the other external symbols.  Problem reported
30324         by James Gallager.
30325
30326         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
30327         bug reported by Jim Meyering.
30328
30329         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
30330         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
30331         not needed, since socklen is a prerequisite module.
30332
30333 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
30334
30335         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
30336         Problem reported by Eric Blake.
30337         (getaddrinfo): Initialize se so that it's not garbage.
30338         Redo internal storage allocation so that it doesn't make unportable
30339         assumptions about alignment.
30340         Fix a memory leak.
30341
30342         * lib/utimens.c (futimens): Use futimesat if available.
30343         Prefer it to futimes since it doesn't have the futimes bug.
30344
30345         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
30346         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
30347         Instead, declare a function that returns a pointer to an array,
30348         and use verify_type__ to declare the size of the array.
30349         Problem and germ of a solution reported by Bruno Haible.
30350         (verify_type__): Use 2, not 1, for bitfield size, to avoid
30351         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
30352
30353 2005-09-23  Jim Meyering  <jim@meyering.net>
30354
30355         Sync from coreutils.
30356         Correct build failure (socklen_t not defined) on at least
30357         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
30358         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
30359
30360 2005-09-23  Jim Meyering  <jim@meyering.net>
30361
30362         * modules/getaddrinfo (Depends-on): Add socklen.
30363
30364 2005-09-23  Bruno Haible  <bruno@clisp.org>
30365
30366         * tests/test-verify.c: New file.
30367
30368 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30369
30370         Sync from coreutils.
30371
30372         * modules/argmatch (Depends-on): Add verify.
30373         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
30374         unistd-safer.
30375         * modules/save-cwd (Depends-on): Likewise.
30376
30377         * modules/openat (Files): Add lib/openat-die.c.
30378         (Depends-on): Remove error, exitfail.
30379         Add dirname.
30380
30381         * modules/verify: New file.
30382         * MODULES.html.sh (Diagnostics <assert.h>): New section,
30383         with "verify" module.
30384
30385 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30386
30387         Sync from coreutils.
30388
30389         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
30390         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
30391         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
30392         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
30393         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
30394         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
30395         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
30396         Don't bother checking for string.h, stdlib.h, unistd.h.
30397         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
30398         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
30399         module's job.
30400         * m4/jm-macros.m4 (gl_MACROS): Likewise.
30401         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
30402
30403         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
30404         (gl_GETDATE): Use it.
30405
30406         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
30407
30408 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30409
30410         Sync from coreutils.
30411
30412         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
30413         stat-time.h.
30414         * lib/argmatch.h: Include verify.h
30415         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
30416         (ARGMATCH_ASSERT): Remove; unused.
30417         * lib/canonicalize.c: Assume STDC_HEADERS.
30418         * lib/exclude.c: Include "strcase.h".
30419         * lib/regex_internal.h [!defined _LIBC]: Likewise.
30420         * lib/getusershell.c: Include stdio--.h rather than stdio.h
30421         and stdio-safer.h.
30422         (getusershell): Call fopen, not fopen_safer.
30423         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
30424         Do not include unistd-safer.h.
30425         (save_cwd): Don't call fd_safer; no longer needed
30426         now that we include fcntl--.h.
30427
30428         * lib/getdate.y (relative_time): New type.
30429         (RELATIVE_TIME_0): New constant.
30430         (parser_control): Use relative_time instead of doing it ourselves.
30431         (%union): Add new relative_time rel member.
30432         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
30433         Now typeless.
30434         (relunit, relunit_snumber): Now of type rel.
30435         (zone, rel, relunit, get_date): Adjust to above changes.
30436
30437         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
30438         Do not include unistd-safer.h.
30439         (getloadavg): Don't call fd_safer; no longer needed
30440         now that we include fcntl--.h.
30441
30442         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
30443         (make_dir_parents): Treat ENOSYS like EEXIST.
30444
30445         Improve quality of diagnostics on restore_cwd failure.
30446         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
30447         (make_dir_parents): Last arg is now int * (for errno), not bool *.
30448         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
30449         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
30450         each time through the loop.  Do not diagnose restore_cwd failure;
30451         that is the caller's job (and perhaps the caller does not care).
30452
30453         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
30454         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
30455         If the file already exists but is not a directory, don't bother
30456         to try to make its parents.
30457         Close potential file descriptor leak if we can't chdir("/") (!).
30458         Don't always return true if chdir($PWD) fails; return true only
30459         if the requested action was done successfully (except for the
30460         chdir($PWD)).
30461         Don't log final directory unless we actually made it.
30462         Refactor to avoid duplicate code to fix up permissions.
30463         Don't attempt to fix up parent permissions if chdir($PWD) fails.
30464
30465         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
30466         to make it a bit faster and (I hope) clearer.
30467         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
30468         Fix bug in formats like %2N.
30469
30470         * lib/verify.h: New file.
30471
30472 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30473
30474         Sync from coreutils.
30475         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
30476
30477 2005-09-22  Jim Meyering  <jim@meyering.net>
30478
30479         Sync from coreutils.
30480
30481         * m4/lstat.m4 (gl_FUNC_LSTAT):
30482         Use AC_LIBSOURCES to require lstat.c and lstat.h.
30483         Remove obsolete comment.
30484         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
30485         * m4/xstrtod.m4: Likewise.
30486
30487         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
30488
30489 2005-09-22  Jim Meyering  <jim@meyering.net>
30490
30491         Sync from coreutils.
30492
30493         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
30494
30495         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
30496         the .tm_year member, since otherwise gcc-4.0 would now warn about
30497         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
30498
30499         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
30500         order to avoid an unsuppressible warning from gcc on 64-bit systems.
30501
30502         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
30503         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
30504         when run in a time zone for which daylight savings time is in effect
30505         for the starting date.
30506
30507         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
30508         stop us from restricting permissions of just-created absolute-named
30509         directories.
30510         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
30511         to restore initial working directory.
30512         * lib/mkdir-p.c (make_dir_parents): New parameter:
30513         different_working_dir, to tell caller if/when we change the working
30514         directory and are unable to return to the initial one.
30515         * lib/mkdir-p.h (make_dir_parents): Update prototype.
30516         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
30517         `return false'.  This fixes a bug introduced on 2004-07-30.
30518
30519         * lib/openat.c (fdopendir): Be sure to close the supplied
30520         file descriptor before returning.  This makes our replacement
30521         implementation a little closer to Solaris's, where fdopendir
30522         ties the file descriptor to the returned DIR* pointer.
30523         * lib/openat.c (unlinkat): New function.
30524         * lib/openat.h (unlinkat): Add prototype.
30525         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
30526         (openat_restore_fail): Rename from openat_restore_die.
30527         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
30528
30529         Provide an alternative to exiting immediately upon save_cwd or
30530         restore_cwd failure.  Now, an application can arrange e.g.,
30531         to perform a longjump in that case.
30532         * lib/openat.c: Include dirname.h.
30533         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
30534         (rpl_openat, fdopendir, fstatat): Call openat_save_die
30535         and openat_restore_die rather than calling error directly.
30536         Don't include "error.h" or "exitfail.h"; they're no longer needed.
30537
30538         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
30539         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
30540         define.
30541
30542         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
30543         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
30544                             int utc, int nanoseconds);
30545         Background:
30546         date should not have to allocate a megabyte of virtual memory to
30547         handle a format argument like +%1048575T.  When implemented with
30548         strftime, it must allocate such a buffer, use strftime to fill it
30549         in, print it, then free it.
30550         With fprintftime, it simply prints everything and exits.
30551         With no need for memory allocation, that's one fewer way to fail.
30552         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
30553         optional field width, not before, so we accept %9:z, not %:9z.
30554         (my_strftime): Be sure to use L_('x') for literals.
30555
30556         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
30557         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
30558         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
30559         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
30560         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
30561         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
30562         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
30563         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
30564         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
30565         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
30566         * lib/xgethostname.c, lib/xreadlink.c:
30567         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
30568
30569         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
30570         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
30571         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
30572         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
30573         and don't include <sys/file.h>).
30574
30575 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
30576
30577         Sync from coreutils.
30578
30579         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
30580         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
30581         [!LDAV_DONE]: Avoid unused variable warning.
30582
30583 2005-09-21  Bruno Haible  <bruno@clisp.org>
30584
30585         * lib/unicodeio.h (unicode_to_mb): New declaration.
30586
30587 2005-09-20  Derek Price  <derek@ximbiot.com>
30588
30589         * lib/getaddrinfo.c: Don't include <netdb.h> included from
30590         getaddrinfo.h.
30591
30592 2005-09-20  Bruno Haible  <bruno@clisp.org>
30593
30594         * gnulib-tool: Remove trailing slashes from the values specified for
30595         --source-base, --m4-base, --tests-base, --aux-dir.
30596         Suggested by Simon Josefsson <jas@extundo.com>.
30597
30598 2005-09-20  Bruno Haible  <bruno@clisp.org>
30599
30600         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
30601         func_modules_to_filelist, func_import, func_create_testdir): Make all
30602         sorting results locale-independent, so that gnulib-cache.m4 doesn't
30603         change when gnulib-tool is invoked in a different locale.
30604
30605 2005-09-19  Simon Josefsson  <jas@extundo.com>
30606
30607         * m4/socklen.m4: Fix typo.
30608
30609 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30610
30611         Use a consistent style for including <config.h>.
30612         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
30613         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
30614         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
30615         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
30616         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
30617         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
30618         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
30619         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
30620         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
30621         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
30622         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
30623         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
30624         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
30625         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
30626         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
30627         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
30628         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
30629         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
30630         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
30631         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
30632         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
30633         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
30634         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
30635         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
30636         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
30637         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
30638         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
30639         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
30640         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
30641         lib/xstrtoumax.c, lib/yesno.c:
30642         Standardize inclusion of config.h.
30643         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
30644         lib/inttostr.h:  Removed inclusion of config.h from header files.
30645         * lib/inttostr.c:  Adjusted in-tree users.
30646         * lib/timespec.h: Remove superfluous warning to include config.h.
30647         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
30648         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
30649         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
30650         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
30651         config.h with HAVE_CONFIG_H.
30652
30653 2005-09-19  Jim Meyering  <jim@meyering.net>
30654
30655         * modules/pathmax (License): Change to LGPL.
30656
30657 2005-09-19  Derek Price  <derek@ximbiot.com>
30658
30659         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
30660
30661 2005-09-19  Bruno Haible  <bruno@clisp.org>
30662
30663         * gnulib-tool (import): Provide default for --tests-base.
30664
30665 2005-09-19  Bruno Haible  <bruno@clisp.org>
30666
30667         * doc/quote.texi: New file, extracted from gnulib.texi.
30668         * doc/ctime.texi: New file, extracted from gnulib.texi.
30669         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
30670         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
30671         * doc/gnulib.texi: Include them.
30672
30673 2005-09-18  Bruno Haible  <bruno@clisp.org>
30674
30675         Portability fix.
30676         * gnulib-tool (func_readlink): New function.
30677         (func_ln_if_changed): Use it.
30678
30679 2005-09-18  Bruno Haible  <bruno@clisp.org>
30680
30681         * gnulib-tool: Support --with-tests also with --import.
30682         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
30683         (func_import): Use variables $testsbase and $inctests. Emit a
30684         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
30685         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
30686         SUBDIRS += $testsdir.
30687         (func_create_testdir): Update.
30688
30689 2005-09-18  Bruno Haible  <bruno@clisp.org>
30690
30691         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
30692         instead of $dry_run.
30693         (func_cp_if_changed, func_mv_if_changed): Remove functions.
30694         (func_ln_if_changed): Don't handle dry-run here.
30695         (func_import): In dry-run mode, detect more precisely which actions
30696         would be performed, and don't use "...ing" verbs.
30697
30698 2005-09-18  Bruno Haible  <bruno@clisp.org>
30699
30700         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
30701         (func_import): Use join on two temporary files instead of three nested
30702         loops, in order to determine which files are new or old.
30703
30704 2005-09-18  Bruno Haible  <bruno@clisp.org>
30705
30706         * gnulib-tool (func_import): Comment out code that spits out the
30707         new files with --dry-run.
30708
30709 2005-09-18  Bruno Haible  <bruno@clisp.org>
30710
30711         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
30712
30713 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
30714
30715         * lib/stat-time.h: New file.
30716         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
30717         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
30718         in a different way.
30719         (timespec_cmp): New function.
30720         * lib/utimecmp.c: Include stat-time.h.
30721         (SYSCALL_RESOLUTION): Depend on whether various struct stat
30722         members exist, not on the obsolescent ST_MTIM_NSEC.
30723         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
30724
30725 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
30726
30727         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
30728
30729 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
30730
30731         * MODULES.html.sh (File system functions): Add stat-time.
30732         * modules/stat-time: New file.
30733         * modules/timespec (Files): Remove m4/st_mtim.m4; this
30734         is now done in a different way, by the stat-time module.
30735         * modules/utimecmp (Depends-on): Add stat-time.
30736
30737 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
30738
30739         * m4/st_mtim.m4: Remove.  Superseded by...
30740         * m4/stat-time.m4: New file.
30741         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
30742         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
30743
30744 2005-09-15  Derek Price  <derek@ximbiot.com>
30745
30746         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
30747
30748 2005-09-15  Derek Price  <derek@ximbiot.com>
30749
30750         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
30751         * lib/regex_internal.c: Ditto, using this...
30752         (__GNUC_PREREQ): ...new macro.
30753         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
30754         using...
30755         (__GNUC_PREREQ): ...this new macro.
30756
30757         * lib/strstr.h: Include string.h. Define strstr as a macro here.
30758
30759 2005-09-15  Derek Price  <derek@ximbiot.com>
30760             Paul Eggert  <eggert@cs.ucla.edu>
30761
30762         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
30763         changes, consolidating in...
30764         * lib/regex_internal.h: ...this file.
30765
30766 2005-09-13  Jim Meyering  <jim@meyering.net>
30767
30768         * lib/canon-host.c: Filter through gnu indent and reword comments
30769         slightly.
30770         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
30771
30772 2005-09-13  Derek Price  <derek@ximbiot.com>
30773
30774         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
30775         failure.
30776         Reported by Jim Meyering  <jim@meyering.net>.
30777
30778 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
30779
30780         * lib/base64.c: Typo.
30781         (base64_encode): Put b64str in initialized data section.
30782
30783 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
30784
30785         Merge glibc and coreutils changes into gnulib, plus a few
30786         extra fixes.
30787         * lib/md5.c: Use #error rather than a string.
30788         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
30789         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
30790         (__attribute__): Define to empty for non recent-GCC.
30791         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
30792         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
30793         Renamed from their non-__ counterparts, with new macros replacing
30794         them if not _LIBC.  Add __THROW attribute.
30795         (rol): Remove.
30796         (struct md5_ctx): Align buffer if using GCC.
30797         * lib/sha1.h (struct sha1_ctx): Likewise.
30798         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
30799         The old name was backwards.
30800         (NOTSWAP): Remove; not used.
30801         (rol): New macro, moved here from md5.h.
30802         (sha1_process_block): Remove a FIXME that doesn't make sense.
30803
30804 2005-09-12  Derek Price  <derek@ximbiot.com>
30805
30806         Return usable errors from canon-host.
30807         * lib/canon-host.h: New file.
30808         * lib/canon-host.c (canon_host): Wrap...
30809         (canon_host_r): ...this new function, which now relies exclusively on
30810         getaddrinfo.
30811         (ch_strerror): New function.
30812         (last_cherror): New global.
30813         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
30814         interface.
30815         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
30816         void *.
30817         (freeaddrinfo): Free ai->ai_canonname when set.
30818
30819 2005-09-12  Derek Price  <derek@ximbiot.com>
30820
30821         Make canon-host require getaddrinfo.
30822         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
30823         AC_LIBSOURCE canon-host.h.  Call...
30824         (gl_PREREQ_CANON_HOST): ...this new function, which requires
30825         gl_GETADDRINFO.
30826         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
30827
30828 2005-09-12  Derek Price  <derek@ximbiot.com>
30829
30830         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
30831         LGPL.
30832         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
30833
30834 2005-09-12  Derek Price  <derek@ximbiot.com>
30835
30836         * lib/gai_strerror.c: Include config.h when available.  Include
30837         getaddrinfo.h before other headers to test interface.
30838         Reported by Larry Jones <lawrence.jones@ugs.com>.
30839
30840 2005-09-12  Derek Price  <derek@ximbiot.com>
30841             Paul Eggert  <eggert@cs.ucla.edu>
30842
30843         * modules/glob (Files): Add glob-libc.h.
30844
30845 2005-09-12  Derek Price  <derek@ximbiot.com>
30846             Paul Eggert  <eggert@cs.ucla.edu>
30847
30848         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
30849         glob_.h, glob-libc.h.
30850         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
30851
30852 2005-09-12  Derek Price  <derek@ximbiot.com>
30853             Paul Eggert  <eggert@cs.ucla.edu>
30854
30855         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
30856         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
30857         protecting things that should be done only in gnulib contexts.
30858         * lib/glob_.h: New file, containing only the glob things needed for
30859         gnulib.
30860         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
30861         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
30862         (glob, globfree, glob_pattern_p): Now defined simply in terms of
30863         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
30864         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
30865         and to respect the namespace rules better.
30866
30867 2005-09-08  Simon Josefsson  <jas@extundo.com>
30868
30869         * modules/socklen: New file.
30870
30871 2005-09-08  Simon Josefsson  <jas@extundo.com>
30872
30873         * m4/socklen.m4: New file.
30874
30875 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30876
30877         * modules/utimens (Files): Add m4/utimbuf.m4, since
30878         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
30879         Reported by Sergey Poznyakoff.
30880
30881 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30882
30883         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
30884         definitions, since that's the preferred style in glibc.
30885         Fix a minor spacing issue, and update copyright notice to match
30886         glibc's.
30887
30888 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30889
30890         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
30891
30892 2005-09-06  Simon Josefsson  <jas@extundo.com>
30893
30894         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
30895         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
30896
30897 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30898
30899         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
30900         warning.
30901
30902 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30903
30904         * config/srclist.txt: Add glibc bug 1302.
30905
30906 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
30907
30908         Change bitset word type from unsigned int to unsigned long int,
30909         as this has better performance on typical 64-bit hosts.
30910         Port bitset code to hosts with unusual word sizes.
30911         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
30912         (build_collating_symbol):
30913         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
30914         argument is a bitset.  This is merely a style issue, but it makes
30915         it clearer that an entire array is expected.
30916         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
30917         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
30918         Port to the case where bitset_word is not the same as unsigned int.
30919         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
30920         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
30921         Likewise.
30922         * lib/regexec.c (check_dst_limits_calc_pos_1,
30923         check_subexp_matching_top):
30924         (build_trtable, group_nodes_into_DFAstates):
30925         Likewise.
30926         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
30927         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
30928         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
30929         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
30930         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
30931         * lib/regcomp.c (optimize_subexps, lower_subexp):
30932         Work even if bitset_word has holes in its bitwise representation.
30933         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
30934         * lib/regexec.c (check_dst_limits_calc_pos_1,
30935         check_subexp_matching_top):
30936         Likewise.
30937         * lib/regex_internal.c (re_string_reconstruct):
30938         Don't assume UCHAR_MAX == 255.
30939         * lib/regex_internal.h (bitset_set_all): Likewise.
30940         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
30941         All uses changed.
30942         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
30943         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
30944         All uses changed.
30945         (BITSET_WORD_MAX): New macro.
30946         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
30947         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
30948         (bitset_empty, bitset_copy):
30949         Prefer sizeof (bitset) to multiplying it out ourselves.
30950         (bitset_not_merge): Remove; unused.
30951         (bitset_contain): Return bool, not unsigned int with one bit on.
30952         All callers changed.
30953         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
30954         alignment than re_node_set; do this by defining a new internal
30955         type struct dests_alloc and using it to allocate memory.
30956
30957 2005-09-05  Bruno Haible  <bruno@clisp.org>
30958
30959         * gnulib-tool (func_import): Fix comparison in handling of symbolic
30960         links.
30961
30962 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
30963
30964         * modules/size_max (Makefile.am): Add size_max.h
30965
30966 2005-09-04  Derek Price  <derek@ximbiot.com>
30967
30968         * gnulib-tool (func_import): Fix reversed $symbolic logic.
30969
30970 2005-09-03  Simon Josefsson  <jas@extundo.com>
30971
30972         * gnulib-tool: Fix typo.
30973
30974 2005-09-03  Simon Josefsson  <jas@extundo.com>
30975
30976         * config/srclist.txt: Add glibc bug 1293.
30977
30978 2005-09-03  Derek Price  <derek@ximbiot.com>
30979
30980         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
30981         From Larry Jones <lawrence.jones@ugs.com>.
30982
30983 2005-09-02  Simon Josefsson  <jas@extundo.com>
30984
30985         * modules/socklen: New file.
30986
30987 2005-09-02  Simon Josefsson  <jas@extundo.com>
30988
30989         * modules/havelib: New module.
30990
30991         * modules/gettext, modules/iconv, modules/lock, modules/readline:
30992         Use havelib.
30993
30994 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
30995
30996         Check for arithmetic overflow when calculating sizes, to prevent
30997         some buffer-overflow issues.  These patches are conservative, in the
30998         sense that when I couldn't determine whether an overflow was possible,
30999         I inserted a run-time check.
31000         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
31001         macros.
31002         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
31003         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
31004         (re_xnrealloc, re_x2nrealloc): New inline functions.
31005         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
31006         parse_bracket_exp):
31007         (build_equiv_class, build_charclass): Check for arithmetic overflow
31008         in size expression calculations.
31009         * lib/regex_internal.c (re_string_realloc_buffers):
31010         (build_wcs_upper_buffer, re_node_set_add_intersect):
31011         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
31012         (re_dfa_add_node, register_state): Likewise.
31013         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
31014         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
31015         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
31016         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
31017
31018 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
31019
31020         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
31021         m4/ulonglong.m4.  Problem reported by Martin Lambers.
31022
31023 2005-09-02  Bruno Haible  <bruno@clisp.org>
31024
31025         Support for lib vs. lib64 distinction on biarch platforms.
31026         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
31027         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
31028         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
31029
31030 2005-09-02  Bruno Haible  <bruno@clisp.org>
31031
31032         * gnulib-tool (import): In the other first-use case, provide defaults
31033         as well.
31034
31035 2005-09-02  Bruno Haible  <bruno@clisp.org>
31036
31037         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
31038         patches not yet found in the latest gettext release.
31039
31040 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
31041
31042         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
31043         to avoid a collision with bits/local_lim.h in glibc.
31044         All uses changed.  Problem reported by Dmitry V. Levin in
31045         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
31046
31047         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
31048         bugs in int versus size_t comparisons.
31049         (re_string_context_at): Fix bug where the code assumed that
31050         Idx is signed.
31051
31052         Use bool where appropriate.
31053         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
31054         All callers changed.
31055         (calc_eclosure_iter): Likewise, for ROOT arg.
31056         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
31057         (build_charclass_op): Likewise, for NON_MATCH arg.
31058         * lib/regex_internal.c (re_string_allocate, re_string_construct):
31059         (re_string_construct_common): Likewise, for ICASE arg.
31060         * lib/regexec.c (re_search_2_stub, re_search_stub):
31061         Likewise, for RET_LEN arg.
31062         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
31063         (set_regs): Likewise, for FL_BACKTRACK arg.
31064         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
31065         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
31066         (calc_eclosure_iter, parse_bracket_exp):
31067         Use bool for internal variables that are booleans.
31068         * lib/regexec.c (re_search_internal, check_matching,
31069         proceed_next_node):
31070         (set_regs, build_sifted_states, sift_states_bkref):
31071         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
31072         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
31073         (find_collation_sequence_value):
31074         Likewise.
31075         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
31076         (re_node_set_compare):
31077         Return bool, not int. All callers changed.
31078         * lib/regexec.c (check_halt_node_context, check_dst_limits):
31079         (build_trtable, check_node_accept): Likewise.
31080         * lib/regex_internal.h: Include stdbool.h.
31081
31082         Fix bugs uncovered when converting to bool.
31083         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
31084         failure instead of charging ahead blindly.
31085         * lib/regex_internal.c (register_state): Likewise.
31086         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
31087         for freeing internal storage.
31088         (group_nodes_into_DFA_states): Use unsigned int, not int, for
31089         bitset pieces used as boolean, to avoid undefined behavior
31090         on hosts that do int overflow checking.
31091
31092 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
31093
31094         * config/srclist.txt: Add glibc bugs 1285-1287.
31095
31096 2005-09-01  Jim Meyering  <jim@meyering.net>
31097
31098         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
31099         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
31100         Require gl_STAT_MACROS, too.
31101
31102 2005-09-01  Bruno Haible  <bruno@clisp.org>
31103
31104         * gnulib-tool (import): In the first-use case, provide defaults.
31105
31106 2005-09-01  Bruno Haible  <bruno@clisp.org>
31107
31108         * gnulib-tool (func_import): Remove the .tmp files.
31109
31110 2005-09-01  Bruno Haible  <bruno@clisp.org>
31111
31112         * gnulib-tool (func_import): Fix handling of symbolic links.
31113
31114 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31115
31116         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
31117         old glibc regex code mishandles strings longer than 2**31 bytes.
31118         This patch fixes this when the regex code is used in gnulib
31119         (i.e., outside glibc).
31120
31121         This patch should not affect the use of the regex code inside
31122         glibc.  No doubt this problem also needs to be handled for glibc
31123         as well, but the result will be an incompatible change to the
31124         glibc ABI, and the old ABI will have to be supported too.  That
31125         can be the the subject for another patch.
31126
31127         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
31128         governing whether the rest of this patch is active.  By default,
31129         the macro is disabled and the patch has no effect.
31130         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
31131         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
31132         (struct re_pattern_buffer, re_search, re_search_2, re_match):
31133         (re_match_2, re_set_registers): Use the new types.
31134         * lib/regex_internal.h (Idx, re_hashval_t): New types.
31135         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
31136         New macros.
31137         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
31138         (re_string_context_at, bin_tree_t, re_dfastate_t):
31139         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
31140         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
31141         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
31142         (re_string_char_size_at, re_string_wchar_at):
31143         (re_string_elem_size_at):
31144         Use the new types and macros to port to 64-bit hosts.
31145         Use unsigned types for internal values, so that the code
31146         mostly works even for arrays larger than SSIZE_MAX.
31147         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
31148         (search_duplicated_node, calc_eclosure_iter, fetch_number):
31149         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
31150         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
31151         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
31152         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
31153         (calc_inveclosure, parse_dup_op, build_range_exp):
31154         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
31155         (fetch_number, create_token_tree, mark_opt_subexp):
31156         Likewise.
31157         * lib/regex_internal.c (re_string_construct_common,
31158         create_ci_newstate):
31159         (create_cd_newstate, re_string_allocate, re_string_construct):
31160         (re_string_realloc_buffers, build_wcs_upper_buffer):
31161         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
31162         (re_string_reconstruct, re_string_peek_byte_case):
31163         (re_string_fetch_byte_case, re_string_context_at):
31164         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
31165         (re_node_set_init_copy, re_node_set_add_intersect):
31166         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31167         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31168         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
31169         (re_acquire_state, re_acquire_state_context, register_state):
31170         Likewise.
31171         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
31172         search_cur_bkref_entry):
31173         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
31174         (re_search_internal, re_search_2_stub, re_search_stub)
31175         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
31176         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
31177         (update_cur_sifted_state, check_dst_limits):
31178         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
31179         (check_subexp_limits, sift_states_bkref, merge_state_array):
31180         (check_subexp_matching_top, get_subexp, get_subexp_sub):
31181         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
31182         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
31183         (expand_bkref_cache, check_node_accept_bytes):
31184         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
31185         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
31186         (acquire_init_state_context, check_halt_node_context):
31187         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
31188         (sift_states_backward, clean_state_log_if_needed):
31189         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
31190         (find_recover_state, transit_state_sb, transit_state_mb):
31191         (transit_state_bkref, build_trtable, match_ctx_clean):
31192         Likewise.
31193         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
31194         to work around an assumption that REG_MISSING is negative.
31195
31196         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
31197         (seek_collating_symbol_entry) [defined _LIBC]:
31198         (lookup_collation_sequence_value) [defined _LIBC]:
31199         (build_range_exp, build_collating_symbol) [defined _LIBC]:
31200         Use prototypes rather than old-style function definitions.
31201         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
31202         (transit_state_sb) [0]:
31203         (find_collation_sequence_value) [defined _LIBC]: Likewise.
31204
31205         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
31206         rm_eo.
31207
31208         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
31209         (optimize_subexps, lower_subexp):
31210         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
31211         since the signed shift might overflow.  Use 1u<<31 instead.
31212         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
31213         Likewise.
31214         * lib/regexec.c (check_dst_limits_calc_pos_1,
31215         check_subexp_matching_top): Likewise.
31216
31217         * lib/regcomp.c (optimize_subexps, lower_subexp):
31218         Use CHAR_BIT rather than 8, for clarity.
31219         * lib/regexec.c (check_dst_limits_calc_pos_1):
31220         (check_subexp_matching_top): Likewise.
31221         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
31222         have to worry about portability issues when shifting it left.
31223         Remove no-longer-needed test for table_size > 0.
31224         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
31225         in a word, as the resulting behavior is undefined.
31226         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
31227         in one case, a <= should have been an <, and in another case the
31228         whole test was missing.
31229         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
31230         the standard name CHAR_BIT.
31231         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
31232         this is not true on one's complement and signed-magnitude hosts.
31233
31234         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
31235         next_last_offset.
31236         (struct re_dfa_t): Remove unused member states_alloc.
31237         * lib/regcomp.c (init_dfa): Don't initialize unused members.
31238
31239 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31240
31241         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
31242         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
31243         and large-file glibc and in 32-bit large-file Solaris.
31244
31245 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31246
31247         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
31248         lengths fit in regoff_t; this isn't true if regoff_t is the same
31249         width as size_t.
31250         * lib/regex.c (re_search_internal): 5th arg is LAST_START
31251         (= START + RANGE) instead of RANGE.  This avoids overflow
31252         problems when regoff_t is the same width as size_t.
31253         All callers changed.
31254         (re_search_2_stub): Check for overflow when adding the
31255         sizes of the two strings.
31256         (re_search_stub): Check for overflow when adding START
31257         to RANGE; if it occurs, substitute the extreme value.
31258
31259 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
31260
31261         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
31262
31263 2005-08-31  Jim Meyering  <jim@meyering.net>
31264
31265         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
31266         a pointer-to-const.
31267         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
31268         (register_state): Likewise.
31269         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
31270         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
31271         (group_nodes_into_DFAstates): Likewise.
31272
31273 2005-08-31  Jim Meyering  <jim@meyering.net>
31274
31275         * check-module: Add a FIXME comment.
31276
31277 2005-08-31  Eric Blake  <ebb9@byu.net>
31278
31279         * modules/unistd-safer (Files): Add unistd--.h.
31280         * modules/stdio-safer (Files): Add stdio--.h.
31281
31282 2005-08-31  Derek Price  <derek@ximbiot.com>
31283
31284         * lib/getdelim.c (getdelim): Return EOF on EOF.
31285         Reported by Larry Jones <lawrence.jones@ugs.com>.
31286
31287 2005-08-31  Bruno Haible  <bruno@clisp.org>
31288
31289         Avoid unnecessary diffs in the generated lib/Makefile.am.
31290         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
31291         the generated files.
31292         (func_import): Don't set cmd.
31293
31294 2005-08-31  Bruno Haible  <bruno@clisp.org>
31295
31296         * lib/strstr.c: Include <stddef.h>, for NULL.
31297         * lib/strcasestr.c: Likewise.
31298         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
31299
31300 2005-08-31  Bruno Haible  <bruno@clisp.org>
31301
31302         * gnulib-tool: New option --macro-prefix.
31303         (func_import): Use macro_prefix.
31304         (import): Handle option --macro-prefix.
31305
31306 2005-08-31  Bruno Haible  <bruno@clisp.org>
31307
31308         * gnulib-tool (import): Rename most ac_* variables to cached_*.
31309         Also use new variables cached_lgpl, cached_libtool.
31310
31311 2005-08-31  Bruno Haible  <bruno@clisp.org>
31312
31313         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
31314         always instantiating them.
31315
31316 2005-08-31  Bruno Haible  <bruno@clisp.org>
31317
31318         * gnulib-tool (func_import): Read the previous cached settings
31319         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
31320         earlier added by gnulib but are now dropped. Warn when a gnulib file
31321         overwrites a non-gnulib file.
31322
31323 2005-08-31  Bruno Haible  <bruno@clisp.org>
31324
31325         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
31326         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
31327         projects that don't keep autogenerated files in CVS. Put into
31328         actioncmd only the specified modules, not the transitive closure.
31329
31330 2005-08-31  Bruno Haible  <bruno@clisp.org>
31331
31332         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
31333         Create directories that shall be filled.
31334         (import): Don't look for gl_* macros in configure.ac. Recurse across
31335         all directories containing a gnulib-cache.m4 files, if meaningful.
31336
31337 2005-08-31  Bruno Haible  <bruno@clisp.org>
31338
31339         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
31340         (import): Set seen_libtool when we see gl_LIBTOOL.
31341
31342 2005-08-31  Bruno Haible  <bruno@clisp.org>
31343
31344         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
31345         declaration macro definitions from generated gnulib.m4.
31346
31347 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
31348
31349         * lib/iconvme.h: Add prototype for iconv_alloc.
31350
31351 2005-08-29  Simon Josefsson  <jas@extundo.com>
31352
31353         * lib/iconvme.c: Fix errno.
31354
31355 2005-08-29  Bruno Haible  <bruno@clisp.org>
31356
31357         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
31358         that it works when the directory contains spaces.
31359
31360 2005-08-29  Bruno Haible  <bruno@clisp.org>
31361
31362         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
31363
31364 2005-08-29  Bruno Haible  <bruno@clisp.org>
31365
31366         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
31367         Emit more advice.
31368
31369 2005-08-29  Bruno Haible  <bruno@clisp.org>
31370         and Stepan Kasal  <kasal@ucw.cz>
31371
31372         * check-module: If more parameters are given, check each of them
31373         separately; add more exceptions, as noted by Jim Meyering.
31374         (check_module): New procedure.
31375         (%exempt_header): Now contains all exceptions.
31376
31377 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
31378
31379         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
31380
31381 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
31382
31383         * lib/iconvme.c: Split iconv_string into iconv_alloc.
31384
31385 2005-08-28  Bruno Haible  <bruno@clisp.org>
31386
31387         * m4/gnulib-tool.m4: New file.
31388
31389 2005-08-27  Jim Meyering  <jim@meyering.net>
31390
31391         * modules/unistd-safer (Files): Add pipe-safer.c.
31392         * modules/fcntl-safer (Files): Add creat-safer.c.
31393
31394 2005-08-27  Jim Meyering  <jim@meyering.net>
31395
31396         * m4/stdlib-safer.m4: New file.  From coreutils.
31397         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
31398         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
31399         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
31400         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
31401         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
31402
31403 2005-08-27  Jim Meyering  <jim@meyering.net>
31404
31405         * lib/fopen-safer.c: Merge minor changes from coreutils.
31406         * lib/dup-safer.c: Likewise.
31407         * lib/fd-safer.c: Likewise.
31408
31409         Merge from coreutils.
31410         * lib/stdio--.h: New file.
31411         * lib/stdlib--.h: New file.
31412         * lib/mkstemp-safer.c: New file.
31413
31414         GNU tar needs these.
31415         * lib/pipe-safer.c: New file.
31416         * lib/creat-safer.c: New file.
31417         * lib/fcntl--.h (creat): Define to creat_safer.
31418         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
31419         * lib/unistd--.h (pipe): Define to pipe_safer.
31420         * lib/unistd-safer.h: Declare pipe_safer.
31421
31422 2005-08-26  Simon Josefsson  <jas@extundo.com>
31423
31424         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
31425         Haible <bruno@clisp.org>.
31426
31427 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
31428
31429         * lib/regex_internal.h: Remove all references to
31430         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
31431         or better.
31432         (bitset_not, bitset_merge, bitset_not_merge):
31433         (bitset_mask, re_string_allocate, re_string_construct):
31434         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
31435         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
31436         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
31437         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
31438         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31439         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31440         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
31441         (re_acquire_state_context):
31442         Remove unnecessary forward decls.
31443         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
31444         Put __attribute at function definition,
31445         now that the function decl has been removed.
31446         * lib/regex_internal.c (re_string_peek_byte_case):
31447         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
31448         Likewise.
31449
31450 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
31451
31452         * m4/regex.m4: Add AC_PREREQ(2.50).
31453         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
31454
31455 2005-08-25  Simon Josefsson  <jas@extundo.com>
31456
31457         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
31458         __fsetlocking.
31459
31460 2005-08-25  Simon Josefsson  <jas@extundo.com>
31461
31462         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
31463         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
31464         GLIBC specific code.
31465
31466 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31467
31468         Make regex safe for g++.  This fixes one real bug (an "err"
31469         that should have been "*err").  g++ problem reported by
31470         Sam Steingold.
31471         * lib/regex_internal.h (re_calloc): New macro, consistent with
31472         re_malloc etc.  All callers of calloc changed to use re_calloc.
31473         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
31474         not int.  All callers changed.
31475         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
31476         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
31477         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
31478         (find_recover_state): Change "err" to "*err"; this fixes what
31479         appears to be a real bug.
31480         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
31481         versus int.
31482
31483 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31484
31485         * modules/regex (Depends-on): Add malloc, since the code
31486         assumes that !malloc(0) means failure.
31487
31488 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31489
31490         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
31491
31492         alloca modernization/simplification for regex.
31493         * lib/regex.c: Remove portability cruft for alloca.  This no longer
31494         needs to be at the start of the file, and can be moved into
31495         regex_internal.h and simplified.
31496         * lib/regex_internal.h: Include <alloca.h>.
31497         (__libc_use_alloca) [!defined _LIBC]: New macro.
31498         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
31499         now works outside glibc.
31500
31501 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31502
31503         * config/srclist.txt: Add glibc bugs 1241, 1245.
31504
31505 2005-08-25  Jim Meyering  <jim@meyering.net>
31506
31507         * lib/open-safer.c: Include <config.h>.
31508         Otherwise, we'd lose LARGEFILE support in any file using
31509         e.g. "fcntl--.h"
31510
31511 2005-08-25  Bruno Haible  <bruno@clisp.org>
31512
31513         * m4/minmax.m4: Require autoconf 2.52.
31514         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
31515         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
31516         alternatives of translit over the alphabet.
31517         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
31518
31519 2005-08-24  Simon Josefsson  <jas@extundo.com>
31520
31521         * tests/test-getpass.c: New file.
31522
31523 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31524
31525         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
31526         for GNU regex features.
31527
31528 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31529
31530         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
31531         * lib/regex.h (regerror): Likewise.
31532
31533         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
31534         requires this.  (The code never needed it.)
31535
31536         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
31537         All uses of recently-renamed identifiers changed to use the new,
31538         POSIX-compliant names.  The code will build and run just fine
31539         without these changes, but it's better to eat our own dog food
31540         and use the standard-conforming names.
31541
31542         * lib/regex.h: Fix a multitude of POSIX name space violations.
31543         These changes have an effect only for programs that define
31544         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
31545         do not change anything for programs compiled in the normal way.
31546         Also, there is no effect on the ABI.
31547
31548         (_REGEX_SOURCE): New macro.
31549         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
31550         defined and _GNU_SOURCE is not; this fixes a name space violation.
31551
31552         Rename the following macros to obey POSIX requirements.
31553         The old names are still visible as macros if _REGEX_SOURCE is defined.
31554         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
31555         RE_BACKSLASH_ESCAPE_IN_LISTS.
31556         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
31557         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
31558         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
31559         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
31560         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
31561         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
31562         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
31563         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
31564         (REG_INTERVALS): renamed from RE_INTERVALS.
31565         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
31566         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
31567         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
31568         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
31569         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
31570         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
31571         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
31572         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
31573         RE_UNMATCHED_RIGHT_PAREN_ORD.
31574         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
31575         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
31576         (REG_DEBUG): renamed from RE_DEBUG.
31577         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
31578         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
31579         unusual, since we can't clash with the POSIX REG_ICASE.
31580         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
31581         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
31582         (REG_NO_SUB): renamed from RE_NO_SUB.
31583         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
31584         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
31585         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
31586         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
31587         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
31588         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
31589         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
31590         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
31591         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
31592         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
31593         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
31594         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
31595         RE_SYNTAX_POSIX_MINIMAL_BASIC.
31596         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
31597         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
31598         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
31599         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
31600         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
31601         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
31602         (REG_FIXED): Renamed from REGS_FIXED.
31603         (REG_NREGS): Renamed from RE_NREGS.
31604
31605         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
31606         of other REG_* macros, since POSIX says the user is allowed to
31607         #undef these macros selectively.
31608
31609         (reg_errcode_t): Update comment stating what other tables need
31610         to be consistent.
31611
31612         Rename the following enum values to obey POSIX requirements.
31613         The old names are still visible as macros.
31614         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
31615         is not defined, since GNU is supposed to be a superset of POSIX as
31616         much as possible, and since we want reg_errcode_t to be a signed
31617         type for implementation consistency.
31618         (_REG_NOERROR): Renamed from REG_NOERROR.
31619         (_REG_NOMATCH): Renamed from REG_NOMATCH.
31620         (_REG_BADPAT): Renamed from REG_BADPAT.
31621         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
31622         (_REG_ECTYPE): Renamed from REG_ECTYPE.
31623         (_REG_EESCAPE): Renamed from REG_EESCAPE.
31624         (_REG_ESUBREG): Renamed from REG_ESUBREG.
31625         (_REG_EBRACK): Renamed from REG_EBRACK.
31626         (_REG_EPAREN): Renamed from REG_EPAREN.
31627         (_REG_EBRACE): Renamed from REG_EBRACE.
31628         (_REG_BADBR): Renamed from REG_BADBR.
31629         (_REG_ERANGE): Renamed from REG_ERANGE.
31630         (_REG_ESPACE): Renamed from REG_ESPACE.
31631         (_REG_BADRPT): Renamed from REG_BADRPT.
31632         (_REG_EEND): Renamed from REG_EEND.
31633         (_REG_ESIZE): Renamed from REG_ESIZE.
31634         (_REG_ERPAREN): Renamed from REG_ERPAREN.
31635         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
31636         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
31637         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
31638         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
31639
31640         (_REG_RE_NAME, _REG_RM_NAME): New macros.
31641         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
31642         changed.  But support the old name if the new one is not defined
31643         and if _REGEX_SOURCE.
31644
31645         Change the following member names in struct re_pattern_buffer.
31646         The old names are still supported if !_REGEX_SOURCE.
31647         The new names are always supported, regardless of _REGEX_SOURCE.
31648         (re_buffer): Renamed from buffer.
31649         (re_allocated): Renamed from allocated.
31650         (re_used): Renamed from used.
31651         (re_syntax): Renamed from syntax.
31652         (re_fastmap): Renamed from fastmap.
31653         (re_translate): Renamed from translate.
31654         (re_can_be_null): Renamed from can_be_null.
31655         (re_regs_allocated): Renamed from regs_allocated.
31656         (re_fastmap_accurate): Renamed from fastmap_accurate.
31657         (re_no_sub): Renamed from no_sub.
31658         (re_not_bol): Renamed from not_bol.
31659         (re_not_eol): Renamed from not_eol.
31660         (re_newline_anchor): Renamed from newline_anchor.
31661
31662         Change the following member names in struct re_registers.
31663         The old names are still supported if !_REGEX_SOURCE.
31664         The new names are always supported, regardless of _REGEX_SOURCE.
31665         (rm_num_regs): Renamed from num_regs.
31666         (rm_start): Renamed from start.
31667         (rm_end): Renamed from end.
31668
31669         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
31670         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
31671         Prepend __ to parameter names.
31672
31673         Undo yesterday's changes.
31674
31675 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31676
31677         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
31678         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
31679         lib/regex.c.
31680
31681 2005-08-24  Jim Meyering  <jim@meyering.net>
31682
31683         Sync from coreutils.
31684         * m4/fcntl-safer.m4: New file.
31685
31686         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
31687         and object files for this module.
31688
31689 2005-08-24  Jim Meyering  <jim@meyering.net>
31690
31691         Sync from coreutils.
31692         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
31693
31694 2005-08-24  Jim Meyering  <jim@meyering.net>
31695
31696         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
31697         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
31698
31699 2005-08-24  Jim Meyering  <jim@meyering.net>
31700
31701         * modules/fcntl-safer: New module.
31702         * modules/fts (Depends-on): Add fcntl-safer.
31703         * MODULES.html.sh (File descriptor based Input/Output):
31704         Add fcntl-safer.
31705
31706 2005-08-24  Bruno Haible  <bruno@clisp.org>
31707
31708         Support for unit test modules.
31709         * modules/README: Mention tests modules.
31710         * modules/TEMPLATE-TESTS: New file.
31711         * gnulib-tool: New options --extract-tests-module, --with-tests and
31712         --tests-base (unused for the moment).
31713         (testsbase, inctests): New variables.
31714         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
31715         (func_verify_module): Exclude TEMPLATE-TESTS.
31716         (func_verify_nontests_module, func_verify_tests_module): New functions.
31717         (func_get_dependencies): Add implicit dependency for tests modules.
31718         (func_get_tests_module): New function.
31719         (func_modules_transitive_closure): When --with-tests was specified,
31720         include the unit tests as well, unless explicitly avoided.
31721         (func_emit_lib_Makefile_am): Ignore the tests modules here.
31722         (func_emit_tests_Makefile_am): New function.
31723         (func_create_testdir): When --with-tests was specified, emit a
31724         tests/ directory.
31725         * MODULES.html.sh (Future developments): Update.
31726
31727 2005-08-24  Bruno Haible  <bruno@clisp.org>
31728
31729         * modules/tls-tests: New file.
31730         * tests/test-tls.c: New file, from GNU gettext.
31731
31732 2005-08-24  Bruno Haible  <bruno@clisp.org>
31733
31734         * modules/lock-tests: New file.
31735         * tests/test-lock.c: New file, from GNU gettext.
31736
31737 2005-08-24  Bruno Haible  <bruno@clisp.org>
31738
31739         * lib/lock.h: Add multiple inclusion guard.
31740         * lib/tls.h: Add multiple inclusion guard.
31741
31742 2005-08-24  Bruno Haible  <bruno@clisp.org>
31743
31744         * gnulib-tool: Add support for the --aux-dir option to
31745         --create-testdir, --create-megatestdir, --test, --megatest.
31746         (func_create_testdir, func_create_megatestdir): Optionally emit a
31747         AC_CONFIG_AUX_DIR directive.
31748         (create-testdir, create-megatestdir, test, megatest): Provide a
31749         default value for $auxdir.
31750
31751 2005-08-24  Bruno Haible  <bruno@clisp.org>
31752
31753         * gnulib-tool (import): Use compound statement instead of subshell
31754         where possible.
31755
31756 2005-08-24  Bruno Haible  <bruno@clisp.org>
31757
31758         * gnulib-tool (import): Change --aux-dir default to "build-aux".
31759
31760 2005-08-24  Bruno Haible  <bruno@clisp.org>
31761
31762         * gnulib-tool (func_version): Update.
31763
31764 2005-08-24  Bruno Haible  <bruno@clisp.org>
31765
31766         * gnulib-tool (func_import, func_create_testdir,
31767         func_create_megatestdir): Quote all autoconf macro arguments.
31768
31769 2005-08-24  Bruno Haible  <bruno@clisp.org>
31770
31771         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
31772         option --force, because --force causes the aclocal.m4 of each
31773         subdirectory to be newer than the corresponding config.h.in.
31774
31775 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31776
31777         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
31778         All contents moved to gl_REGEX.
31779         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
31780         assume that it does.
31781
31782 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31783
31784         * lib/regex.h (REG_NOSYS)
31785         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
31786         Define, since POSIX requires it as of 2001.
31787         (_REG_ENOSYS)
31788         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
31789         New private symbol, used to keep the enum signed in all cases.
31790         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
31791         Youngman in
31792         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
31793
31794         * lib/regex_internal.c (re_string_skip_chars, register_state):
31795         (calc_state_hash):
31796         Remove forward decls; no longer needed now that we use prototypes.
31797         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
31798         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
31799         (clean_state_log_if_needed): Likewise.
31800
31801 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31802
31803         * config/srclist.txt: Add glibc bugs 1231-1233.
31804
31805 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31806
31807         Fix problems reported by Sam Steingold in
31808         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
31809         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
31810         assumed that reg_errcode_t is a signed type, which is not
31811         necessarily true if _XOPEN_SOURCE is not defined.
31812         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
31813         since some compilers warn about it otherwise.
31814
31815 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31816
31817         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
31818         (init_word_char, create_initial_state, duplicate_node_closure):
31819         (fetch_token, peek_token_bracket, build_range_exp):
31820         (build_collating_symbol): Remove forward decls; no longer needed
31821         now that we use prototypes.
31822
31823         * lib/regcomp.c:
31824         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
31825         (re_compile_fastmap_iter, regcomp, regerror, regfree):
31826         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
31827         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
31828         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
31829         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
31830         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
31831         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
31832         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
31833         (build_range_exp, build_collating_symbol, parse_bracket_exp):
31834         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
31835         (build_charclass, build_charclass_op, fetch_number, create_tree):
31836         (create_token_tree, mark_opt_subexp, duplicate_tree):
31837         Use prototypes rather than old-style definitions.
31838
31839         * lib/regex_internal.c:
31840         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
31841         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
31842         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
31843         (re_string_reconstruct, re_string_peek_byte_case):
31844         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
31845         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
31846         (re_node_set_init_copy, re_node_set_add_intersect):
31847         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31848         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31849         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
31850         (re_acquire_state, re_acquire_state_context, register_state):
31851         (create_ci_newstate, create_cd_newstate, free_state):
31852         Likewise.
31853         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
31854         re_search_2):
31855         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
31856         (re_search_internal, prune_impossible_nodes):
31857         (acquire_init_state_context, check_matching, static):
31858         (check_halt_node_context, check_halt_state_context, proceed_next_node):
31859         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
31860         (update_regs, sift_states_backward, build_sifted_states):
31861         (clean_state_log_if_needed, merge_state_array):
31862         (update_cur_sifted_state, add_epsilon_src_nodes):
31863         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
31864         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
31865         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
31866         (find_recover_state, check_subexp_matching_top, transit_state_mb):
31867         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
31868         (check_arrival, check_arrival_add_next_nodes):
31869         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
31870         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
31871         (check_node_accept_bytes, check_node_accept, extend_buffers):
31872         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
31873         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
31874         (sift_ctx_init):
31875         Likewise.
31876
31877         * lib/regex_internal.h:
31878         (re_string_allocate, re_string_construct, re_string_reconstruct):
31879         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
31880         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
31881         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
31882         (re_string_context_at, re_string_peek_byte_case):
31883         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
31884         is defined, since we now use prototypes always.
31885
31886         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
31887         C89 or better.  All uses removed.
31888
31889 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31890
31891         * config/srclist.txt: Add glibc bugs 1220-1227.
31892
31893 2005-08-20  Jim Meyering  <jim@meyering.net>
31894
31895         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
31896         of unused local, dfa.
31897
31898 2005-08-20  Bruno Haible  <bruno@clisp.org>
31899
31900         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
31901
31902 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31903
31904         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
31905         (re_node_set_insert_last, re_dfa_add_node):
31906         Rename local variables to avoid GCC shadowing warnings.
31907
31908 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31909
31910         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
31911         [defined lint]: Suppress bogus uninitialized-variable warnings.
31912
31913         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
31914         and let the caller return REG_ESPACE if out of space.  This
31915         removes an uninitialied-variable warning with GCC 4.0.1, and also
31916         avoids taking the address of a local variable.  All callers
31917         changed.
31918
31919 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31920
31921         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
31922         $LIBCSRC/posix/regexec.c.
31923         Add glibc bug 1217 for regcomp.c.
31924
31925 2005-08-19  Jim Meyering  <jim@meyering.net>
31926
31927         * lib/regexec.c (proceed_next_node): Redo local variables to
31928         avoid GCC shadowing warnings.
31929
31930 2005-08-18  Bruno Haible  <bruno@clisp.org>
31931
31932         * lib/strstr.c (strstr): Fix return value in multibyte case.
31933         * lib/strcasestr.c (strcasestr): Likewise.
31934
31935 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
31936
31937         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
31938
31939 2005-08-17  Jim Meyering  <jim@meyering.net>
31940
31941         Make the %s format (seconds since the epoch) work for a negative
31942         number and when used with a zero-padded field width, e.g. %015s.
31943
31944         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
31945         label so that it precedes the code to set `digits'.  Otherwise,
31946         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
31947         print `00-22'.  Now, it prints `-0022', as it should.
31948
31949 2005-08-17  Bruno Haible  <bruno@clisp.org>
31950
31951         * modules/strstr (Files): Add m4/mbrtowc.m4.
31952         (Depends-on): Add mbuiter.
31953
31954 2005-08-17  Bruno Haible  <bruno@clisp.org>
31955
31956         * modules/strcasestr: New file.
31957         * MODULES.html.sh (String handling, based on ANSI C 89): Add
31958         strcasestr.
31959
31960 2005-08-17  Bruno Haible  <bruno@clisp.org>
31961
31962         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
31963
31964 2005-08-17  Bruno Haible  <bruno@clisp.org>
31965
31966         * modules/mbuiter: New file.
31967         * MODULES.html.sh (Extended multibyte and wide character utilities):
31968         Add mbuiter.
31969
31970 2005-08-17  Bruno Haible  <bruno@clisp.org>
31971
31972         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
31973         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
31974
31975 2005-08-17  Bruno Haible  <bruno@clisp.org>
31976
31977         * m4/strcasestr.m4: New file.
31978
31979 2005-08-17  Bruno Haible  <bruno@clisp.org>
31980
31981         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
31982         * lib/strstr.c: Completely rewritten, with multibyte locale support.
31983
31984 2005-08-17  Bruno Haible  <bruno@clisp.org>
31985
31986         * lib/strcasestr.h: New file.
31987         * lib/strcasestr.c: New file.
31988
31989 2005-08-17  Bruno Haible  <bruno@clisp.org>
31990
31991         * lib/strcasecmp.c: Use mbuiter.h.
31992
31993 2005-08-17  Bruno Haible  <bruno@clisp.org>
31994
31995         * lib/mbuiter.h: New file.
31996
31997 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
31998
31999         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
32000         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
32001         and gl_GETOPT are both invoked via different paths (as happens
32002         with GNU tar CVS because it uses both argp and getopt), the former
32003         wins.
32004
32005 2005-08-16  Bruno Haible  <bruno@clisp.org>
32006
32007         * modules/tls: New file.
32008         * MODULES.html.sh (Multithreading): Add tls.
32009
32010 2005-08-16  Bruno Haible  <bruno@clisp.org>
32011
32012         * modules/strnlen1: New file.
32013         * MODULES.html.sh (String handling): Add strnlen1.
32014
32015 2005-08-16  Bruno Haible  <bruno@clisp.org>
32016
32017         * modules/strcase (Files): Add m4/mbrtowc.m4.
32018         (Depends-on): Add strnlen1, mbchar.
32019
32020 2005-08-16  Bruno Haible  <bruno@clisp.org>
32021
32022         * modules/mbiter: New file.
32023         * MODULES.html.sh (Extended multibyte and wide character utilities):
32024         Add mbiter.
32025
32026 2005-08-16  Bruno Haible  <bruno@clisp.org>
32027
32028         * modules/mbfile: New file.
32029         * MODULES.html.sh (Extended multibyte and wide character utilities):
32030         Add mbfile.
32031
32032 2005-08-16  Bruno Haible  <bruno@clisp.org>
32033
32034         * modules/mbchar: New file.
32035         * MODULES.html.sh (Extended multibyte and wide character utilities):
32036         New section.
32037
32038 2005-08-16  Bruno Haible  <bruno@clisp.org>
32039
32040         * m4/tls.m4: New file, from GNU gettext.
32041
32042 2005-08-16  Bruno Haible  <bruno@clisp.org>
32043
32044         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
32045         always.
32046         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
32047
32048 2005-08-16  Bruno Haible  <bruno@clisp.org>
32049
32050         * m4/mbiter.m4: New file.
32051
32052 2005-08-16  Bruno Haible  <bruno@clisp.org>
32053
32054         * m4/mbfile.m4: New file.
32055
32056 2005-08-16  Bruno Haible  <bruno@clisp.org>
32057
32058         * m4/mbchar.m4: New file.
32059
32060 2005-08-16  Bruno Haible  <bruno@clisp.org>
32061
32062         * lib/tls.h: New file, from GNU gettext.
32063         * lib/tls.c: New file, from GNU gettext.
32064
32065 2005-08-16  Bruno Haible  <bruno@clisp.org>
32066
32067         * lib/strnlen1.h: New file.
32068         * lib/strnlen1.c: New file.
32069
32070 2005-08-16  Bruno Haible  <bruno@clisp.org>
32071
32072         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
32073         (mbi_init): Update.
32074         (mbi_avail, mbi_advance): Let the iteration end before the terminating
32075         NUL byte, not after it.
32076
32077 2005-08-16  Bruno Haible  <bruno@clisp.org>
32078
32079         * lib/strcase.h (strcasecmp): Add note in comments.
32080         * lib/strncasecmp.c: Use code from strcasecmp.c.
32081         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
32082         (strcasecmp): Work correctly in multibyte locales.
32083
32084 2005-08-16  Bruno Haible  <bruno@clisp.org>
32085
32086         * lib/mbiter.h: New file.
32087
32088 2005-08-16  Bruno Haible  <bruno@clisp.org>
32089
32090         * lib/mbfile.h: New file.
32091
32092 2005-08-16  Bruno Haible  <bruno@clisp.org>
32093
32094         * lib/mbchar.h: New file.
32095         * lib/mbchar.c: New file.
32096
32097 2005-08-16  Bruno Haible  <bruno@clisp.org>
32098
32099         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
32100         the valid ones. Makes the comparison operations transitive:
32101         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
32102         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
32103
32104 2005-08-15  Simon Josefsson  <jas@extundo.com>
32105
32106         * modules/ssize_t (License): Change to 'unlimited'.
32107
32108         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
32109
32110 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32111
32112         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
32113         Add comments for each pending glibc patch.
32114
32115 2005-08-15  Bruno Haible  <bruno@clisp.org>
32116
32117         * lib/regex.h (__restrict_arr): Don't define to __restrict if
32118         __cplusplus is defined.
32119
32120 2005-08-14  Jim Meyering  <jim@meyering.net>
32121
32122         Sync from coreutils.
32123
32124         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
32125         Use the hash-table-based cycle-detection code not just when
32126         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
32127         Reported by James Youngman in
32128         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
32129         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
32130         FTS_TIGHT_CYCLE_CHECK.
32131         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
32132         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
32133         once again.
32134         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
32135         * lib/fts.c (fd_safer): Remove decl.
32136         Include fcntl--.h rather than unistd-safer.h
32137         (fts_safe_changedir): Don't call fd_safer; no longer needed
32138         now that we include fcntl--.h.
32139
32140 2005-08-12  Simon Josefsson  <jas@extundo.com>
32141
32142         * modules/getndelim2: Use ssize_t module.
32143         * modules/getnline: Likewise.
32144         * modules/safe-read: Likewise.
32145         * modules/xreadlink: Likewise.
32146
32147         * modules/ssize_t: New file.
32148
32149 2005-08-12  Simon Josefsson  <jas@extundo.com>
32150
32151         * m4/readline.m4: Look for termcap, curses or ncurses if required.
32152
32153 2005-08-12  Simon Josefsson  <jas@extundo.com>
32154
32155         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32156         ssize_t.
32157
32158 2005-08-12  Simon Josefsson  <jas@extundo.com>
32159
32160         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
32161         readline, getdelim and check_version.
32162         (Support for systems lacking ISO C 99: Sizes of integer types):
32163         Add size_max.
32164
32165 2005-08-12  Bruno Haible  <bruno@clisp.org>
32166
32167         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
32168
32169 2005-08-11  Simon Josefsson  <jas@extundo.com>
32170
32171         * modules/readline: New file.
32172
32173         * modules/strnlen (Files): Add strnlen.h.
32174
32175 2005-08-11  Simon Josefsson  <jas@extundo.com>
32176
32177         * m4/readline.m4: New file.
32178
32179 2005-08-11  Simon Josefsson  <jas@extundo.com>
32180
32181         * lib/readline.h, readline.c: New file.
32182
32183 2005-08-11  Simon Josefsson  <jas@extundo.com>
32184
32185         * doc/gnulib.texi (Initial import, Finishing touches): Mention
32186         gl_AVOID.
32187
32188 2005-08-11  Bruno Haible  <bruno@clisp.org>
32189
32190         * lib/strnlen.h (strnlen): Change parameter name to match comment.
32191
32192 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
32193
32194         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
32195
32196 2005-08-10  Simon Josefsson  <jas@extundo.com>
32197
32198         * tests/test-iconvme.c: New file.
32199
32200 2005-08-10  Simon Josefsson  <jas@extundo.com>
32201
32202         * m4/strnlen.m4: New file.
32203
32204         * m4/strndup.m4: Don't check for strnlen declaration, done in
32205         strnlen.m4.
32206
32207 2005-08-10  Simon Josefsson  <jas@extundo.com>
32208
32209         * lib/strndup.c: Use strnlen.h.
32210
32211         * lib/strnlen.h: New file.
32212
32213 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
32214
32215         * README: Typos.
32216
32217 2005-08-02  Simon Josefsson  <jas@extundo.com>
32218
32219         * modules/readline: New file.
32220
32221 2005-08-02  Simon Josefsson  <jas@extundo.com>
32222
32223         * modules/getdelim: New file.
32224
32225         * modules/getline: Rewrite, don't use getndelim2.
32226
32227 2005-08-02  Simon Josefsson  <jas@extundo.com>
32228
32229         * m4/getline.m4: Separate out getdelim stuff into separate module.
32230
32231         * m4/getdelim.m4: New file.
32232
32233 2005-08-02  Simon Josefsson  <jas@extundo.com>
32234
32235         * lib/getline.h, getline.c: Rewrite.
32236
32237         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
32238
32239 2005-07-31  Bruno Haible  <bruno@clisp.org>
32240
32241         * lib/lock.h (gl_lock_initializer): New macro.
32242         (gl_lock_define_initialized): Use it.
32243         (gl_rwlock_initializer): New macro.
32244         (gl_rwlock_define_initialized): Use it.
32245         (gl_recursive_lock_initializer): New macro.
32246         (gl_recursive_lock_define_initialized): Use it.
32247
32248 2005-07-30  Karl Berry  <karl@gnu.org>
32249
32250         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
32251         Report from Ben Pfaff, regarding getopt.
32252
32253 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
32254
32255         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
32256         normal way.
32257         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
32258         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
32259         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
32260         (gl_GETOPT): Use the new macros.  Most of the implementation
32261         is moved to the new macros.  This is for programs like Emacs
32262         that don't want all the functionality of gl_GETOPT.
32263
32264 2005-07-26  Bruno Haible  <bruno@clisp.org>
32265
32266         * m4/lock.m4: Update from GNU gettext.
32267
32268 2005-07-26  Bruno Haible  <bruno@clisp.org>
32269
32270         * lib/lock.h: Update from GNU gettext.
32271         * lib/lock.c: Update from GNU gettext.
32272
32273 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
32274
32275         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
32276         obsolescent AC_TRY_RUN.  Include the default includes files, for
32277         'exit'.
32278
32279 2005-07-24  Bruno Haible  <bruno@clisp.org>
32280
32281         * modules/visibility: New file.
32282         * MODULES.html.sh (Misc): Add visibility.
32283
32284 2005-07-24  Bruno Haible  <bruno@clisp.org>
32285
32286         * m4/visibility.m4: New file.
32287
32288 2005-07-24  Bruno Haible  <bruno@clisp.org>
32289
32290         * doc/visibility.texi: New file.
32291
32292 2005-07-22  Bruno Haible  <bruno@clisp.org>
32293
32294         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
32295         $(ALLOCA_H), redundant through BUILT_SOURCES.
32296         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
32297         redundant through BUILT_SOURCES.
32298         * modules/byteswap (Makefile.am): Remove explicit dependency on
32299         $(BYTESWAP_H), redundant through BUILT_SOURCES.
32300         * modules/fnmatch (Makefile.am): Remove explicit dependency on
32301         $(FNMATCH_H), redundant through BUILT_SOURCES.
32302         * modules/getopt (Makefile.am): Remove explicit dependency on
32303         $(GETOPT_H), redundant through BUILT_SOURCES.
32304         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
32305         redundant through BUILT_SOURCES.
32306         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
32307         redundant through BUILT_SOURCES.
32308         * modules/stdbool (Makefile.am): Remove explicit dependency on
32309         $(STDBOOL_H), redundant through BUILT_SOURCES.
32310         * modules/stdint (Makefile.am): Remove explicit dependency on
32311         $(STDINT_H), redundant through BUILT_SOURCES.
32312         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
32313         Remove explicit dependency on $(SYSEXITS_H).
32314         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
32315
32316 2005-07-18  Simon Josefsson  <jas@extundo.com>
32317
32318         * lib/check-version.c (check_version): Accept identical versions too.
32319
32320 2005-07-18  Bruno Haible  <bruno@clisp.org>
32321
32322         * modules/lock: New file.
32323         * MODULES.html.sh (Multithreading): New section.
32324
32325 2005-07-18  Bruno Haible  <bruno@clisp.org>
32326
32327         * m4/lock.m4: New file, from GNU gettext.
32328
32329 2005-07-18  Bruno Haible  <bruno@clisp.org>
32330
32331         * lib/lock.h: New file, from GNU gettext.
32332         * lib/lock.c: New file, from GNU gettext.
32333
32334 2005-07-18  Bruno Haible  <bruno@clisp.org>
32335
32336         * lib/lock.h (gl_once_t): New type.
32337         (gl_once_define, gl_once): New macros.
32338         * lib/lock.c (fresh_once): New variable.
32339         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
32340         functions.
32341
32342 2005-07-16  Simon Josefsson  <jas@extundo.com>
32343
32344         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
32345         workaround, suggested by Bruno.
32346
32347 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
32348
32349         * modules/xalloc (Depends-on): Add xalloc-die.
32350         * modules/xvasprintf (Depends-on): Add xalloc-die.
32351
32352 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
32353
32354         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
32355         with a minor change.
32356
32357 2005-07-15  Bruno Haible  <bruno@clisp.org>
32358
32359         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
32360         When using lib/poll.c, define poll as rpl_poll.
32361
32362 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
32363
32364         * modules/argp (Depends-on): Remove unlocked-io.
32365
32366 2005-07-14  Derek Price  <derek@ximbiot.com>
32367
32368         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
32369         for glob symlink bug.
32370
32371 2005-07-14  Bruno Haible  <bruno@clisp.org>
32372
32373         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
32374         Instead, test for *_unlocked function declarations directly.
32375
32376 2005-07-11  Simon Josefsson  <jas@extundo.com>
32377
32378         * modules/size_max: New file.
32379
32380         * modules/xsize: Depend on size_max module for size_max.m4.
32381
32382 2005-07-11  Simon Josefsson  <jas@extundo.com>
32383
32384         * lib/size_max.h: New file.
32385
32386 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
32387
32388         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
32389         copyright symbol and the year.
32390         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
32391         (version_etc_va): Use parameterized copyright notice.
32392         Reword to conform to the current GNU coding standards.
32393
32394 2005-07-11  Karl Berry  <karl@gnu.org>
32395
32396         * doc/gnulib.texi (Quoting): new node.
32397         (Initial import): more info, from Patrice.
32398
32399 2005-07-11  Bruno Haible  <bruno@clisp.org>
32400
32401         * gnulib-tool (func_usage): Document option --avoid.
32402         (Command line options): Handle --avoid.
32403         (func_acceptable): New function.
32404         (func_modules_transitive_closure): Use it.
32405
32406 2005-07-11  Bruno Haible  <bruno@clisp.org>
32407
32408         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
32409         Reported by Jim Meyering.
32410
32411 2005-07-10  Bruno Haible  <bruno@clisp.org>
32412
32413         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
32414         Needed when size_t is smaller than 'unsigned int'.
32415         Reported by Paul Eggert.
32416
32417 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32418
32419         * modules/argp (Depends-on): Add unlocked-io
32420
32421 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32422
32423         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
32424         block of defines.
32425
32426 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
32427
32428         * config/srclist.txt: Comment out regcomp.c, since we have a porting
32429         fix now.
32430
32431 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
32432         and Paul Eggert  <eggert@cs.ucla.edu>
32433
32434         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
32435         in wint_t, not wchar_t.  Remove now-unnecessary cast.
32436
32437 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32438
32439         * modules/regex (Files): Add lib/regex_internal.c,
32440         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
32441         (Depends-on): Add extensions.
32442         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
32443
32444 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32445
32446         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
32447         pathconf.
32448         * m4/same.m4 (gl_SAME): Likewise.
32449         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
32450
32451         * m4/regex.m4: Adjust to new libc regex implementation.
32452         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
32453         all the .c and .h parts of (the new) regex.
32454         Quote the m4 stuff better.
32455         Check for RE_ICASE bug of old gnulib.
32456         Check for REG_STARTEND of recent libc.
32457         Rename local variables from jm_* to gl_*.
32458         Quote operand of "test -f".
32459         Say "recent enough" version of libc, not "version 2".
32460         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
32461         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
32462         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
32463         Remove check for btowc, isascii.
32464         Require AM_LANGINFO_CODESET.
32465
32466 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32467
32468         * lib/regex.c, regex.h: Sync from libc.
32469         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
32470         * lib/regexec.c:
32471         New files, synced from libc, except that regex_internal.h
32472         currently has a small porting fix.
32473
32474 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32475
32476         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
32477         regex_internal.c, regexec.c.
32478         Add regex_internal.h too, but as a comment, since the libc version
32479         is currently broken in gnulib mode.
32480
32481 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
32482
32483         Support programs like Emacs that use gnulib but not gettext.
32484         * MODULES.html.sh (Internationalization functions): Add gettext-h.
32485         * modules/gettext-h: New file.
32486         * modules/gettext (Files): Remove lib/gettext.h.
32487         (Depends-on): Add gettext-h.
32488         (Makefile.am): Remove lib_SOURCES.
32489         * modules/argmatch, modules/c-stack, modules/closeout:
32490         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
32491         * modules/execute, modules/file-type, modules/getaddrinfo:
32492         * modules/getopt, modules/human, modules/javacomp:
32493         * modules/javaexec, modules/mkdir-p, modules/obstack:
32494         * modules/openat, modules/pagealign_alloc, modules/pipe:
32495         * modules/quotearg, modules/regex, modules/rpmatch:
32496         * modules/unicodeio, modules/userspec, modules/version-etc:
32497         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
32498         * modules/xsetenv:
32499         Depend on gettext-h, not gettext.
32500
32501 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
32502
32503         * gnulib-tool (func_import): Add support for 'public domain' license.
32504         * modules/alloca, modules/atexit, modules/memmove:
32505         Now public domain, not GPL.
32506         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
32507         * modules/realloc, modules/strerror, modules/strtod:
32508         Now LGPL, not GPL.
32509
32510 2005-07-05  Bruno Haible  <bruno@clisp.org>
32511
32512         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
32513         autoconf CVS. Needed for mingw.
32514
32515 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
32516
32517         Remove the dependency of the strftime module on the tzset module.
32518         * modules/strftime (Depends-on): Remove dependency on tzset.
32519
32520 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
32521
32522         Remove the dependency of the strftime module on the tzset module.
32523         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
32524         gl_FUNC_TZSET_CLOBBER.
32525
32526 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
32527
32528         Remove the dependency of the strftime module on the tzset module.
32529         * lib/strftime.c (my_strftime)
32530         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
32531         Copy the input structure, to work around some of the bug with
32532         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
32533         Solaris releases, you should also use the tzset module, but we won't
32534         require it as a dependency any more since we don't want LGPLed code
32535         to depend on GPLed code.
32536
32537 2005-07-02  Jim Meyering  <jim@meyering.net>
32538
32539         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
32540         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
32541         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
32542         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
32543
32544 2005-07-02  Jim Meyering  <jim@meyering.net>
32545
32546         * lib/backupfile.c (backup_args): Change a `0' to NULL.
32547
32548 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
32549
32550         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
32551         declares only 'struct timespec;' (!).
32552
32553 2005-07-01  Jim Meyering  <jim@meyering.net>
32554
32555         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
32556         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
32557         * lib/save-cwd.c, tempname.c:
32558         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
32559         and don't include <sys/file.h>).
32560
32561 2005-06-29  Jim Meyering  <jim@meyering.net>
32562
32563         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
32564         type name.  Use the variable name instead.
32565         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
32566         Likewise.
32567
32568 2005-06-28  Simon Josefsson  <jas@extundo.com>
32569
32570         * modules/check-version (Files): Add check-version.m4.
32571
32572 2005-06-28  Simon Josefsson  <jas@extundo.com>
32573
32574         * m4/check-version.m4: New file, suggested by Jim Meyering
32575         <jim@meyering.net>.
32576
32577 2005-06-28  Simon Josefsson  <jas@extundo.com>
32578
32579         * lib/check-version.h, lib/check-version.c: New files.
32580
32581 2005-06-28  Simon Josefsson  <jas@extundo.com>
32582
32583         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
32584         collision with global variable.  Better indentation.  Don't
32585         increment buffer pointer beyond buffer end.  Based on comments
32586         from Paul Eggert <eggert@cs.ucla.edu>.
32587
32588         * lib/base64.h: Indent.
32589
32590 2005-06-28  Simon Josefsson  <jas@extundo.com>
32591
32592         * doc/gnulib.texi (Library version handling): New section.
32593
32594 2005-06-28  Jim Meyering  <jim@meyering.net>
32595
32596         * check-module (find_included_lib_files): Hard-code another
32597         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
32598         but modules/fts-lgpl (correctly) does not list those files.
32599
32600         * modules/canonicalize (Files): Add lib/pathmax.h.
32601
32602 2005-06-25  Simon Josefsson  <jas@extundo.com>
32603
32604         * modules/check-version: New file.
32605
32606 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
32607
32608         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
32609         initializer of struct addrinfo, as an indication that we don't
32610         care how many members the structure has.
32611
32612 2005-06-24  Derek Price  <derek@ximbiot.com>
32613         and Bruno Haible  <bruno@clisp.org>
32614
32615         Remove stat module & update lstat.
32616         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
32617         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32618         * m4/stat.m4: Remove this file.
32619
32620 2005-06-24  Derek Price  <derek@ximbiot.com>
32621         and Bruno Haible  <bruno@clisp.org>
32622
32623         Remove stat module & update lstat.
32624         * lib/stat.c: Remove this file...
32625         (slash_aware_lstat): ...moving this content and its support...
32626         * lib/lstat.c (rpl_lstat): ...into here.
32627         * lib/lstat.h: New file.
32628
32629 2005-06-24  Derek Price  <derek@ximbiot.com>
32630         and Bruno Haible  <bruno@clisp.org>
32631
32632         Remove stat module & update lstat.
32633         * config/srclist.txt (libc sources): Remove stat.
32634
32635 2005-06-24  Derek Price  <derek@ximbiot.com>
32636         and Bruno Haible  <bruno@clisp.org>
32637
32638         Remove stat module & update lstat.
32639         * MODULES.html.sh (stat): Remove.
32640         * MODULES.html: Regenerated.
32641         * modules/lstat (Description): Correct function name.
32642         (Files): Add "lstat.h".
32643         (Depends-on): Remove stat, add xalloc, stat-macros.
32644         * modules/stat: Remove this file.
32645         (Include): Add "lstat.h", remove <sys/stat.h>.
32646
32647 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
32648
32649         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
32650         (ranged_convert): Don't save conversion in a temporary struct.
32651         This causes a warning with GCC 4.0.0, and anyway in the typical
32652         case it's not worth the extra 100 bytes or so of code.
32653         (ranged_convert, __mktime_internal): When calling a function via a
32654         pointer P, use P () rather than (*P) (), as we now assume C89 or
32655         better.
32656
32657 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
32658
32659         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
32660         "who -r" failed to give output.  Problem reported by Tim Waugh.
32661
32662         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
32663         (xcalloc): Use it to avoid needless tests.
32664         Problem reported by Jim Meyering.
32665
32666 2005-06-20  Derek Price  <derek@ximbiot.com>
32667
32668         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
32669         unnecessary for Autoconfs > 2.59c.
32670
32671 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32672
32673         * lib/argp.h (__option_is_short): Check upper limit of
32674         __key. Isprint() requires its argument to have the value
32675         of an unsigned char or EOF.
32676
32677 2005-06-16  Jim Meyering  <jim@meyering.net>
32678
32679         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
32680         when either N or S is zero.
32681
32682 2005-06-16  Derek Price  <derek@ximbiot.com>
32683
32684         * m4/bison.m4: Declare YACC & YFLAGS precious.
32685
32686 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
32687
32688         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
32689         multibyte string or pattern, fall back on unibyte matching.
32690         Problem reported by James Youngman.
32691
32692 2005-06-08  Bruno Haible  <bruno@clisp.org>
32693
32694         * modules/csharpcomp: New file.
32695         * MODULES.html.sh (C#): Add csharpcomp.
32696
32697 2005-06-08  Bruno Haible  <bruno@clisp.org>
32698
32699         * m4/csharpcomp.m4: New file, from GNU gettext.
32700
32701 2005-06-08  Bruno Haible  <bruno@clisp.org>
32702
32703         * lib/csharpcomp.h: New file, from GNU gettext.
32704         * lib/csharpcomp.c: New file, from GNU gettext.
32705         * lib/csharpcomp.sh.in: New file, from GNU gettext.
32706
32707 2005-06-08  Bruno Haible  <bruno@clisp.org>
32708
32709         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
32710         warning on mingw.
32711
32712 2005-06-07  Derek Price  <derek@ximbiot.com>
32713
32714         Sync from CVS.
32715         * lib/glob_.h: Indent nested #ifdef.
32716
32717 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
32718
32719         Sync from coreutils.
32720         Use "file name" when talking about file names, instead of "filename"
32721         or "path", as per the GNU coding standards.
32722         * lib/mkdir-p.c: Renamed from makepath.c.
32723         (make_dir_parents): Renamed from make_path.  All callers changed.
32724         * lib/mkdir-p.h: Likewise.  All includers changed.
32725         * lib/filenamecat.c: Renamed from path-concat.c.
32726         (file_name_concat): Renamed from path_concat.  All callers changed.
32727         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
32728         * lib/filenamecat.h: Likewise.  All includers changed.
32729         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
32730         in comments or local variable names.
32731         * lib/basename.c: Likewise.
32732         * lib/canonicalize.c, canonicalize.h: Likewise.
32733         * lib/dirname.c, dirname.h: Likewise.
32734         * lib/euidaccess.c: Likewise.
32735         * lib/exclude.c: Likewise
32736         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
32737         * lib/fsusage.c, fsuage.h: Likewise.
32738         * lib/fts.c, fts_.h: Likewise.
32739         * lib/getcwd.c: Likewise.
32740         * lib/getloadavg.c: Likewise.
32741         * lib/mkstemp.c: Likewise.
32742         * lib/mountlist.c, mountlist.h: Likewise.
32743         * lib/openat.c, openat.h: Likewise.
32744         * lib/readlink-stub.c: Likewise.
32745         * lib/readutmp.c, readutmp.h: Likewise.
32746         * lib/rename.c: Likewise.
32747         * lib/rmdir.c: Likewise.
32748         * lib/same.c: Likewise.
32749         * lib/savedir.c: Likewise.
32750         * lib/stripslash.c: Likewise.
32751         * lib/tempname.c: Likewise.
32752         * lib/xreadlink.c: Likewise.
32753         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
32754         All uses changed.
32755         * lib/exclude.h: Likewise.
32756
32757         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
32758         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
32759         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
32760         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
32761         * lib/pathmax.h: Include <limits.h> unconditionally, since other
32762         files have been getting away with it for years (MORE/BSD 4.3
32763         is extinct now).
32764         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
32765         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
32766
32767         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
32768         Define to 256, not 255, as per modern POSIX.
32769
32770 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
32771
32772         Sync from coreutils.
32773         Use "file name" when talking about file names, instead of "filename"
32774         or "path", as per the GNU coding standards.
32775         * MODULES.html.sh: mkdir-p renamed from makepath.
32776         filenamecat renamed from path-concat.
32777         * modules/filenamecat: Renamed from modules/path-concat.
32778         (Files): filenamecat.h and filenamecat.c renamed from
32779         path-concat.h and path-concat.c.
32780         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
32781         (Include): filenamecat.h, not path-concat.h.
32782         * modules/mkdir-p: Renamed from modules/makepath.
32783         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
32784         makepath.c.
32785         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
32786         (Include): mkdir-p.h, not makepath.h.
32787
32788 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
32789
32790         Sync from coreutils.
32791         * m4/mkdir-p.m4: Renamed from makepath.m4.
32792         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
32793         Rename files from makepath.c to mkdir-p.c, and from
32794         makepath.h to mkdir-p.h.
32795         * m4/filenamecat.m4: Renamed from path-concat.m4.
32796         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
32797         Rename files from path-concat.c to filenamecat.c,
32798         and from path-concat.h to filenamecat.h.
32799         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
32800         "file name" in local variables or comments.
32801         * m4/rename.m4: Likewise.
32802
32803 2005-06-01  Bruno Haible  <bruno@clisp.org>
32804
32805         * modules/csharpexec: New file.
32806         * MODULES.html.sh (C#): New section.
32807
32808 2005-06-01  Bruno Haible  <bruno@clisp.org>
32809
32810         * m4/csharp.m4: New file, from GNU gettext.
32811         * m4/csharpexec.m4: New file, from GNU gettext.
32812
32813 2005-06-01  Bruno Haible  <bruno@clisp.org>
32814
32815         * lib/csharpexec.h: New file, from GNU gettext.
32816         * lib/csharpexec.c: New file, from GNU gettext.
32817         * lib/csharpexec.sh.in: New file, from GNU gettext.
32818
32819 2005-05-31  Derek Price  <derek@ximbiot.com>
32820             Paul Eggert  <eggert@cs.ucla.edu>
32821
32822         Sync from cvs.
32823         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
32824
32825 2005-05-31  Derek Price  <derek@ximbiot.com>
32826             Paul Eggert  <eggert@cs.ucla.edu>
32827
32828         Sync from cvs.
32829         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
32830
32831 2005-05-29  Derek Price  <derek@ximbiot.com>
32832
32833         * config/srclist.txt (glob_.h, glob.c): Add these files.
32834
32835 2005-05-29  Derek Price  <derek@ximbiot.com>
32836
32837         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
32838         * modules/glob: New file.
32839         * modules/getlogin_r: Add link to POSIX spec in description.
32840
32841 2005-05-29  Derek Price  <derek@ximbiot.com>
32842             Paul Eggert  <eggert@cs.ucla.edu>
32843
32844         * m4/glob.m4: New file.
32845
32846 2005-05-29  Derek Price  <derek@ximbiot.com>
32847             Paul Eggert  <eggert@cs.ucla.edu>
32848
32849         * lib/glob_.h, lib/glob.c: New files.
32850
32851 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32852
32853         * modules/fts (Files): Remove m4/inttypes-pri.m4.
32854         * modules/fts-lgpl (Depends-on): Remove gettext.
32855
32856 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32857
32858         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
32859         and don't require gt_INTTYPES_PRI.
32860
32861 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32862
32863         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
32864
32865         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
32866         the configuration hassle isn't worth it.
32867         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
32868         (LONGEST_MODIFIER, PRIuMAX): Remove.
32869
32870 2005-05-27  Bruno Haible  <bruno@clisp.org>
32871
32872         * lib/getlogin_r.h: Remove second include of <stddef.h>.
32873
32874 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
32875
32876         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
32877         _POSIX_PTHREAD_SEMANTICS for Solaris.
32878
32879 2005-05-25  Derek Price  <derek@ximbiot.com>
32880
32881         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
32882
32883 2005-05-25  Derek Price  <derek@ximbiot.com>
32884             Paul Eggert  <eggert@cs.ucla.edu>
32885
32886         * modules/getlogin_r, m4/getlogin_r.m4: New files.
32887         * lib/getlogin_r.c, getlogin_r.h: New files.
32888
32889 2005-05-25  Bruno Haible  <bruno@clisp.org>
32890             Derek Price  <derek@ximbiot.com>
32891
32892         * lib/getlogin_r.h: Simplify API documentation.
32893
32894 2005-05-23  Derek Price  <derek@ximbiot.com>
32895
32896         * modules/minmax (Files): Add m4/minmax.m4.
32897         (configure.ac): Add gl_MINMAX.
32898
32899 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
32900
32901         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
32902         so that unistd-safer.h (GPL'ed code) need not be included.
32903
32904 2005-05-22  Bruno Haible  <bruno@clisp.org>
32905
32906         * m4/minmax.m4: New file.
32907         Based on a patch by Derek Price <derek@ximbiot.com>.
32908
32909 2005-05-22  Bruno Haible  <bruno@clisp.org>
32910
32911         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
32912         (INT64_MIN): Fix definition.
32913         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
32914
32915         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
32916         NEED_SIGNED_INT_TYPES.
32917
32918         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
32919         HAVE_SYSTEM_INTTYPES.
32920
32921 2005-05-22  Bruno Haible  <bruno@clisp.org>
32922
32923         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
32924         Also include <sys/param.h> if it defines MIN, MAX.
32925         Based on a patch by Derek Price <derek@ximbiot.com>.
32926
32927 2005-05-21  Jim Meyering  <jim@meyering.net>
32928
32929         * modules/fts (Files): Add m4/inttypes-pri.m4.
32930         (Depends-on): Add lstat and remove gettext.  Alphabetize.
32931
32932 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32933
32934         New fts module.
32935         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
32936         (setup_dir, free_dir): New functions.
32937         (enter_dir, leave_dir): Define trivial
32938         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
32939         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
32940         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
32941         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
32942         Move to fts-cycle.c.
32943         (fts_open): Use setup_dir.
32944         (fts_close): Use free_dir.
32945         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
32946         This adds a label and some gotos, but the alternatives were messier.
32947         Check for memory allocation failure when entering a dir.
32948         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
32949         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
32950         (FTS): New member fts_cycle, that is a union that contains the
32951         old active_dir_ht and cycle_state.  All uses changed to mention
32952         fts_cycle.ht and fts_cycle.state.
32953         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
32954         fts.c, with the following changes:
32955         (setup_dir, free_dir): New functions.
32956         (enter_dir): Now returns bool.  Return true if successful, false
32957         if memory exhausted.  All callers changed.
32958         Do not bother partly cleaning up on
32959         memory allocation failure; that is free_dir's job.
32960         However, free ad if hash_insert fails, to avoid memory leak.
32961         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
32962         fts->fts_options to see which union member to use.
32963
32964 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32965
32966         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
32967         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
32968
32969 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32970
32971         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
32972
32973 2005-05-20  Jim Meyering  <jim@meyering.net>
32974
32975         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
32976         Now a macro, to pacify GCC.
32977
32978 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
32979
32980         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
32981         of -1.
32982
32983 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
32984
32985         * lib/chown.c (rpl_chown): Return -1 on failure.
32986
32987 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
32988
32989         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
32990         Don't check for stddef.h.
32991         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
32992         don't use its results.
32993         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
32994         since we include them unconditionally.  Don't require
32995         AM_STDBOOL_H, since stdbool is a prerequisite.
32996         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
32997         since we assume C89 or better.
32998         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
32999         as we don't use their results.
33000         Don't check for fchdir, memmove, memset, strrchr, as we use
33001         them unconditionally.
33002         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
33003         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
33004
33005 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
33006
33007         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
33008         Include <stddef.h> unconditionally, since we assume C89 now.
33009         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
33010         * lib/fts.c: Include fts_.h first, to check interface.
33011         Do not include intprops.h; no longer needed.
33012         Include cycle-check.h and hash.h, since fts_.h no longer does.
33013         Remove unnecessary casts of closedir to void.
33014         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
33015         decide whether to decrement nlinks.
33016         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
33017         (FTS): Use struct hash_table * instead of Hash_table, so that
33018         we no longer need to include hash.h here.
33019
33020 2005-05-18  Jim Meyering  <jim@meyering.net>
33021
33022         * modules/dirfd (License): Change to LGPL.  Most of the code
33023         is already in the public domain.
33024
33025 2005-05-18  Jim Meyering  <jim@meyering.net>
33026
33027         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
33028         Reported by Yoann Vandoorselaere.
33029
33030 2005-05-17  Jim Meyering  <jim@meyering.net>
33031
33032         * m4/fts.m4: New file, from coreutils.
33033
33034 2005-05-17  Jim Meyering  <jim@meyering.net>
33035
33036         * lib/fts.c, lib/fts_.h: New files, from coreutils.
33037
33038 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33039
33040         Sync from coreutils.
33041         * m4/unlinkdir.m4: New file.
33042
33043 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33044
33045         Sync from coreutils.
33046         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
33047         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
33048         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
33049         White space changes only.
33050         * lib/makepath.c (make_path): Port to hosts where leading "//" is
33051         special.
33052         * lib/yesno.c: Include getline.h, not ctype.h.
33053         (yesno): Don't remove leading white space; POSIX doesn't allow it.
33054         Use getline to remove arbitrary restriction on response length.
33055
33056 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
33057
33058         * config/srclist-update: Spell out "Street" in FSF postal
33059         mail address; this is the style the FSF seems to prefer.
33060
33061         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
33062         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
33063         this updates FSF postal mail address.
33064
33065         Sync from coreutils.
33066         * modules/unlinkdir: New file.
33067         * modules/yesno (Depends-on): Add getline.
33068         * MODULES.html.sh (File system functions): Add unlinkdir.
33069
33070 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33071
33072         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
33073         lib/strsep.h:
33074         Change the initial comment to refer to GPL, not LGPL.
33075         gnulib-tool will change it to LGPL as needed.
33076
33077         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
33078         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
33079         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
33080         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
33081         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
33082         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
33083         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
33084         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
33085         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
33086         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
33087         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
33088         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
33089         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
33090         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
33091         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
33092         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
33093         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
33094         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
33095         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
33096         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
33097         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
33098         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
33099         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
33100         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
33101         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
33102         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
33103         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
33104         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
33105         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
33106         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
33107         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
33108         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
33109         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
33110         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
33111         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
33112         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
33113         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
33114         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
33115         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
33116         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
33117         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
33118         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
33119         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
33120         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
33121         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
33122         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
33123         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
33124         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
33125         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
33126         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
33127         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
33128         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
33129         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
33130         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
33131         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
33132         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
33133         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
33134         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
33135         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
33136         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
33137         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
33138         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
33139         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
33140         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
33141         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
33142         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
33143         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
33144         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
33145         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
33146         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
33147         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
33148         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
33149         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
33150         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
33151         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
33152         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
33153         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
33154         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
33155         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
33156         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
33157         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
33158         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
33159         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
33160         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
33161         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
33162         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
33163         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
33164         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
33165         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
33166         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
33167         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
33168         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
33169         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
33170         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
33171         lib/yesno.c, lib/yesno.h:
33172         Update FSF postal mail address.
33173
33174 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33175
33176         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
33177         tests/test-memmem.c, tests/test-stpncpy.c:
33178         Update FSF postal mail address.
33179
33180 2005-05-13  Bruno Haible  <bruno@clisp.org>
33181
33182         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
33183         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
33184         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
33185         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
33186         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
33187         Add support for 64-bit integers in the MSVC compiler.
33188
33189 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33190
33191         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
33192
33193 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
33194
33195         * gnulib-tool (func_import): Sort and uniquify recommended includes.
33196
33197 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
33198
33199         * doc/getdate.texi (General date syntax): Don't say that date
33200         date --iso-8601=ns generates acceptable dates; it doesn't yet.
33201         Problem reported by Nic Ferrier.
33202
33203 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33204
33205         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
33206         specified in ai_socktype. Fix invalid ai_protocol
33207         check. ai_protocol is usually set to 0 or depending on
33208         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
33209         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
33210         ai_socktype / ai_protocol in the returned addrinfo structure.
33211
33212 2005-05-10  Simon Josefsson  <jas@extundo.com>
33213
33214         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
33215         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
33216
33217 2005-05-10  Karl Berry  <karl@gnu.org>
33218
33219         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
33220         (from http://www.gnu.org/licenses).
33221         * doc/COPYING.LIB: also rename to COPYING.LESSER.
33222         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
33223         fdl.texi suffices.
33224
33225 2005-05-10  Karl Berry  <karl@gnu.org>
33226
33227         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
33228         (COPYING.DOC): remove.
33229
33230         * config/srclist-update: new FSF address.
33231
33232 2005-05-10  Derek Price  <derek@ximbiot.com>
33233
33234         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
33235         possible.
33236
33237 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33238             Bruno Haible  <bruno@clisp.org>
33239
33240         * modules/inet_ntop: New file.
33241         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33242         inet_ntop.
33243
33244 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33245             Bruno Haible  <bruno@clisp.org>
33246
33247         * m4/inet_ntop.m4: New file.
33248
33249 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33250             Bruno Haible  <bruno@clisp.org>
33251
33252         * lib/inet_ntop.h: New file.
33253         * lib/inet_ntop.c: New file, from glibc with modifications.
33254
33255 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
33256
33257         * modules/time_r (License): Change to LGPL.
33258         * modules/extensions (License): Change to LGPL.  Actually,
33259         the license is more permissive than that, but currently gnulib-tool
33260         doesn't know how to handle more-permissive licenses.
33261
33262         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
33263         Problem reported by Dave Love.
33264
33265 2005-05-08  Jim Meyering  <jim@meyering.net>
33266
33267         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
33268         blank.
33269
33270 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
33271
33272         * modules/argmatch (Depends-on): Add stdbool.
33273         * modules/backupfile (Depends-on): Likewise.
33274         * modules/chdir-long (Depends-on): Likewise.
33275         * modules/closeout (Depends-on): Likewise.
33276         * modules/cycle-check (Depends-on): Likewise.
33277         * modules/dirname (Depends-on): Likewise.
33278         * modules/fnmatch (Depends-on): Likewise.
33279         * modules/fsusage (Depends-on): Likewise.
33280         * modules/fwriteerror (Depends-on): Likewise.
33281         * modules/getcwd (Depends-on): Likewise.
33282         * modules/getloadavg (Depends-on): Likewise.
33283         * modules/hard-locale (Depends-on): Likewise.
33284         * modules/makepath (Depends-on): Likewise.
33285         * modules/mountlist (Depends-on): Likewise.
33286         * modules/nanosleep (Depends-on): Likewise.
33287         * modules/posixtm (Depends-on): Likewise.
33288         * modules/quotearg (Depends-on): Likewise.
33289         * modules/readtokens (Depends-on): Likewise.
33290         * modules/readtokens0 (Depends-on): Likewise.
33291         * modules/readutmp (Depends-on): Likewise.
33292         * modules/save-cwd (Depends-on): Likewise.
33293         * modules/strftime (Depends-on): Likewise.
33294         * modules/userspec (Depends-on): Likewise.
33295         * modules/utimecmp (Depends-on): Likewise.
33296         * modules/xgetcwd (Depends-on): Likewise.
33297         * modules/xnanosleep (Depends-on): Likewise.
33298         * modules/xstrtod (Depends-on): Likewise.
33299         * modules/yesno (Depends-on): Likewise.
33300
33301 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
33302
33303         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
33304         needless checks.
33305
33306 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33307
33308         Merge from coreutils.  Among other things,
33309         add bulletproofing for cases where stdin, stdout, or stderr are closed.
33310         * lib/fd-safer.c: New file.
33311         * lib/fcntl-safer.h, open-safer.c: Remove.
33312         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
33313         * lib/dup-safer.c: Include unistd-safer.h first.
33314         Don't include errno.h.
33315         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
33316         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
33317         * lib/file-type.c: Rely on file-type.h change.
33318         * lib/getloadavg.c: Include unistd-safer.h.
33319         (getloadavg): Use safer open.
33320         * lib/getusershell.c: Include "stdio-safer.h".
33321         (getusershell): Use safer fopen.
33322         * lib/long-options.c (long_options): Use NULL rather than 0.
33323         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
33324         'free'.
33325         * lib/modechange.c: Likewise.
33326         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
33327         (MODE_DONE): New constant.
33328         (struct mode_change): Remove 'next' member.
33329         (make_node_op_equals): New function; like the old one of the
33330         same name, except it allocates an array.
33331         (mode_compile, mode_create_from_ref): Use it.
33332         (mode_compile): Allocate result as an array, not a linked list.
33333         Parse octal string ourself, so that we catch mistakes like "+0".
33334         (mode_adjust): Arg is an array, not a linked list.
33335         * lib/modechange.c: Include stat-macros.h, xalloc.h.
33336         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
33337         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
33338         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
33339         Remove.  This is now stat-macros.h's job.
33340         (talloc): Remove.  All callers replaced by xalloc, so that
33341         our invokers don't have to worry about reporting memory failures.
33342         (make_node_op_equals): Remove.
33343         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
33344         New constants.
33345         (struct mode_change): Moved here from modechange.h.
33346         (mode_append_entry): Remove.
33347         (mode_compile): Remove MASKED_OPS arg, since it encouraged
33348         apps to have incorrect behavior.  Use simpler algorithm for head
33349         and tail.  Don't futz with umask; that's now the job of mode_adjust.
33350         Detect more invalid usages rather than having somewhat-random behavior.
33351         Don't insert an "a=" action, as that leads to incorrect behavior.
33352         (mode_compile, mode_create_from_ref): Return NULL on error instead
33353         of an enum, since now there's only one way to have an error.  All
33354         callers changed.
33355         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
33356         at the correct time.  Simplify calculation of "+u" and its ilk.
33357         Don't mishandle "+X".
33358         (mode_free): Remove "register" and localize decls.
33359         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
33360         (struct mode_change): Move to modechange.c; callers don't
33361         need to see this stuff.
33362         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
33363         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
33364         (mode_change, mode_adjust): Reflect the new signatures noted above.
33365         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
33366         that might redefine system include files.
33367         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
33368         (my_usleep): Use NULL rather than (void *) 0.
33369         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
33370         Use siginterrupt to specify that system calls should be interrupted.
33371         (rpl_nanosleep): Move initialization of suspended closer to call of
33372         my_usleep.
33373         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
33374         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
33375         (desirable_utmp_entry): New function.
33376         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
33377         using x2nrealloc, to simplify logic.
33378         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
33379         size calculation.  Do not assume utmp file is a regular file.
33380         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
33381         (READ_UTMP_CHECK_PIDS): New constant.
33382         * lib/save-cwd.c: Include unistd-safer.h.
33383         (save_cwd): Use fd_safer.
33384         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
33385         [!_LIBC] Include "stat-macros.h" instead.
33386         * lib/unistd-safer.h (fd_safer): New decl.
33387
33388 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33389
33390         * modules/getloadavg (Depends-on): Add unistd-safer.
33391         * modules/getusershell (Depends-on): Add stdio-safer.
33392         * modules/lstat (Depends-on): Remove xalloc.
33393         * modules/mkstemp (Depends-on): Add stat-macros.
33394         * modules/modechange (Depends-on): Remove xstrtol.
33395         Add stat-macros, xalloc.
33396         * modules/save-cwd (Depends-on): Add unistd-safer.
33397         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
33398         * modules/unistd-safer (Files): Add lib/fd-safer.c
33399         (Makefile.am): Remove lib_SOURCES.
33400
33401         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
33402         Remove fcntl-safer; unistd-safer supersedes it.
33403
33404 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33405
33406         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
33407         AC_HEADER_STAT.
33408         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
33409         (gl_PREREQ_CHOWN): Remove.
33410         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
33411         it.  Don't require AC_HEADER_STAT.
33412         (gl_PREREQ_LSTAT): Remove.
33413         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
33414         Don't require AC_HEADER_STAT.
33415         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
33416         (gl_PREREQ_RMDIR): Remove.
33417         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
33418         mention stat-macros.h or AC_HEADER_STAT, since we'll make
33419         the stat-macros module a prerequisite.
33420         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
33421         * m4/filemode.m4 (gl_FILEMODE): Likewise.
33422         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
33423         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
33424         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
33425         variable names.
33426         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
33427         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
33428         variable prefixes.
33429         * m4/fcntl-safer.m4: Remove.
33430         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
33431         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
33432         Invoke gl_PREREQ_FD_SAFER.
33433         (gl_PREREQ_FD_SAFER): New macro.
33434         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
33435         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
33436         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
33437         Remove duplicate call to AC_LIBOBJ(readutmp).
33438         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
33439
33440         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
33441         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
33442
33443 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33444
33445         * MODULES.html.sh (Misc): Add byteswap.
33446
33447 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33448
33449         * modules/getcwd (Depends-on): Add extensions.
33450         * modules/openat (Depends-on): Likewise.
33451
33452 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33453
33454         * modules/byteswap: New file.
33455
33456 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33457
33458         * m4/byteswap.m4: New file.
33459
33460 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33461
33462         * lib/byteswap_.h: New file.
33463
33464 2005-04-25  Karl Berry  <karl@gnu.org>
33465
33466         * m4/gettext.m4: Update from GNU gettext 0.14.4.
33467
33468 2005-04-25  Albert Chin  <china@thewrittenword.com>
33469
33470         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
33471         Toolkit C bug.
33472
33473 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
33474
33475         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
33476         (func_ln_if_changed) Remove forcibly for no error message
33477         in case file does not exist.
33478
33479 2005-04-19  Simon Josefsson  <jas@extundo.com>
33480
33481         * gnulib-tool (Options): Make --symlink mean --symbolic.
33482
33483 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
33484
33485         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
33486
33487 2005-04-16  Simon Josefsson  <jas@extundo.com>
33488
33489         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
33490
33491 2005-04-15  Simon Josefsson  <jas@extundo.com>
33492
33493         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
33494
33495 2005-04-15  Simon Josefsson  <jas@extundo.com>
33496
33497         * gnulib-tool: Rename --symlink to --symbolic.
33498
33499 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
33500
33501         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
33502         symbolic links to files instead of copying/moving.  Add --aux-dir,
33503         specifying directory relative --dir where auxiliary build tools
33504         are placed.
33505
33506 2005-04-14  Bruno Haible  <bruno@clisp.org>
33507
33508         * modules/allocsa (License): Change to LGPL.
33509         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
33510
33511 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
33512
33513         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
33514         that "UTC +1 second" continues to work.  Problem reported
33515         by Dmitry V. Levin.
33516         (relunit_snumber): New rule.
33517         (relunit): Use it.
33518
33519 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
33520
33521         * lib/getdate.y (universal_time_zone_table): New constant.
33522         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
33523         universal_time_zone_table.
33524         (lookup_zone): Prefer universal_time_zone_table to
33525         local_time_zone_table, so that "GMT" time stamps are allowed in
33526         London during the summer.  Problem reported by Ian Abbott.
33527
33528 2005-04-12  Jim Meyering  <jim@meyering.net>
33529
33530         * lib/human.c (humblock): Set *options even when returning due to
33531         xstrtoumax conversion failure.  Thanks to a used-uninitialized
33532         warning from gcc-4.
33533
33534 2005-04-09  Jim Meyering  <jim@meyering.net>
33535
33536         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
33537         -Wuninitialized: initialize tm0.tm_year.
33538
33539 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
33540
33541         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
33542         count, since there's no maximum.  All uses changed.
33543         Add member dsts_seen.
33544         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
33545         not being INT_MAX.
33546         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
33547         Use pc_rels_seen to decide whther a date is absolute.
33548
33549         * lib/getdate.y (number): Don't overwrite year.
33550         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
33551         check.
33552
33553 2005-04-02  Simon Josefsson  <jas@extundo.com>
33554
33555         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
33556         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
33557
33558 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
33559
33560         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
33561         where no absolute path name can be longer than PATH_MAX.
33562
33563 2005-03-27  Jim Meyering  <jim@meyering.net>
33564
33565         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
33566
33567 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
33568
33569         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
33570         "one's complement" -> "ones' complement" in comment, as per Knuth.
33571         "value of type" -> "type or expression" in comment.
33572         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
33573
33574 2005-03-26  Jim Meyering  <jim@meyering.net>
33575
33576         Comment nits.
33577         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
33578         Correct typos: s/or/of/.
33579
33580 2005-03-26  Jim Meyering  <jim@meyering.net>
33581
33582         * modules/check-include-files: Move to ../ and rename to...
33583         * check-module: ...this.
33584
33585 2005-03-25  Jim Meyering  <jim@meyering.net>
33586
33587         * modules/xvasprintf (Files): Add xalloc.h.
33588
33589 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
33590
33591         * modules/gettext (Files): config/config.rpath ->
33592         build-aux/config.rpath
33593         * modules/iconv (Files): Likewise.
33594         Problem reported by Oskar Liljeblad.
33595
33596 2005-03-23  Jim Meyering  <jim@meyering.net>
33597
33598         * modules/check-include-files: New script to check for
33599         missing dependencies, multiple includes, etc.
33600
33601         * modules/c-strtold (Depends-on): Add xalloc.
33602         * modules/c-strtod (Depends-on): Add xalloc.
33603         * modules/hash (Depends-on): Add xalloc.
33604         (Files): Remove lib/xalloc.h.
33605
33606         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
33607         * modules/userspec (Files): Add lib/inttostr.h.
33608
33609 2005-03-23  Jim Meyering  <jim@meyering.net>
33610
33611         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
33612
33613 2005-03-22  Jim Meyering  <jim@meyering.net>
33614
33615         * modules/stat-macros: New module.
33616         * modules/canonicalize, modules/euidaccess, modules/file-type,
33617         * modules/filemode, modules/lchown, modules/makepath,
33618         * modules/rmdir, modules/stat: Depend on new stat-macros module
33619         rather than listing lib/stat-macros.h manually.
33620         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
33621
33622 2005-03-22  Jim Meyering  <jim@meyering.net>
33623
33624         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
33625
33626 2005-03-22  Bruno Haible  <bruno@clisp.org>
33627
33628         * config/srclist.txt: Replace target directory 'config' with
33629         'build-aux'.
33630         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
33631         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
33632         ../build-aux/.
33633
33634 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
33635
33636         * modules/chdir-long (Depends-on): Add mempcpy.
33637
33638         * modules/acl, modules/backupfile, modules/c-strtod,
33639         modules/c-strtold, modules/canon-host, modules/canonicalize,
33640         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
33641         modules/exclude, modules/exitfail, modules/file-type,
33642         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
33643         modules/getdate, modules/getline, modules/getpagesize,
33644         modules/getpass, modules/getugroups, modules/group-member,
33645         modules/hard-locale, modules/hash, modules/human, modules/idcache,
33646         modules/inttostr, modules/long-options, modules/makepath,
33647         modules/md5, modules/memcasecmp, modules/memcoll,
33648         modules/modechange, modules/mountlist, modules/path-concat,
33649         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
33650         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
33651         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
33652         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
33653         modules/strftime, modules/strndup, modules/strverscmp,
33654         modules/timespec, modules/unlocked-io, modules/userspec,
33655         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
33656         modules/yesno:
33657         Remove lib_SOURCES line from Makefile.am section, as this is now
33658         done automatically by the corresponding Autoconf macro.
33659
33660 2005-03-21  Jim Meyering  <jim@meyering.net>
33661
33662         Changes imported from coreutils.
33663
33664         * lib/cycle-check.c: Don't include xalloc.h.
33665
33666         * lib/path-concat.c: Don't include assert.h.
33667         (path_concat): Remove assertion that would have triggered
33668         for ABASE starting with more than one slash.
33669         Reported by Andreas Schwab.
33670
33671         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
33672         properly when ABASE is an absolute file name.
33673         Correct the description of this function.
33674         Include <assert.h>.
33675         Add an assertion and a test driver.
33676         This fixes a bug introduced on 2004-07-02.
33677         Andreas Schwab reported the resulting failure of cp --parents:
33678         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
33679
33680 2005-03-21  Jim Meyering  <jim@meyering.net>
33681
33682         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
33683         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
33684
33685 2005-03-21  Jim Meyering  <jim@meyering.net>
33686         and  Paul Eggert  <eggert@cs.ucla.edu>
33687
33688         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
33689         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
33690         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
33691         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
33692         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
33693         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
33694         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
33695         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
33696         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
33697         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
33698         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
33699         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
33700         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
33701         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
33702         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
33703         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
33704         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
33705         for these modules.
33706
33707 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
33708
33709         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
33710         (which shouldn't happen), generate nothing instead of returning 0
33711         immediately, so that nstrftime (NULL, ...) doesn't return 0.
33712
33713 2005-03-16  Bruno Haible  <bruno@clisp.org>
33714
33715         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
33716         HAVE_LONGLONG_64BIT.
33717
33718 2005-03-16  Bruno Haible  <bruno@clisp.org>
33719
33720         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
33721         HAVE_LONGLONG_64BIT.
33722
33723 2005-03-16  Bruno Haible  <bruno@clisp.org>
33724
33725         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
33726         HAVE_LONGLONG_64BIT.
33727
33728 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
33729
33730         * lib/strftime.c (my_strftime): Prepend space to format so that we can
33731         reliably distinguish strftime failure from empty output on POSIX
33732         hosts.
33733
33734 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
33735
33736         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
33737         (iconv_string): Don't guess a size-zero buffer, as that might cause
33738         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
33739         result would be 'too large', where 'too large' is (heuristically)
33740         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
33741         overflow concerns.  This will prevent some unwanted malloc failures
33742         when the inputs are very large.
33743
33744 2005-03-15  Karl Berry  <karl@gnu.org>
33745
33746         * config/srclist.txt (config.rpath): from gettext.
33747         * config/config.rpath: update.
33748
33749 2005-03-15  Bruno Haible  <bruno@clisp.org>
33750
33751         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
33752         to 'negate'.
33753
33754         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
33755         variable.
33756
33757         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
33758         results.
33759
33760 2005-03-14  Simon Josefsson  <jas@extundo.com>
33761
33762         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
33763         <fx@gnu.org>.
33764
33765 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
33766
33767         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
33768         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
33769         intprops.h.
33770         * lib/strtol.c: Likewise.
33771
33772 2005-03-14  Jim Meyering  <jim@meyering.net>
33773
33774         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
33775         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
33776         to be nonzero so that we (and caller) can detect the difference
33777         between a valid zero-length expansion and an error return, even
33778         when the underlying strftime fails before writing anything into
33779         that location.
33780
33781 2005-03-14  Bruno Haible  <bruno@clisp.org>
33782
33783         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
33784         Update from GNU gettext 0.14.3.
33785
33786 2005-03-10  Jim Meyering  <jim@meyering.net>
33787
33788         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
33789
33790 2005-03-10  Jim Meyering  <jim@meyering.net>
33791
33792         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
33793         so that this module works on systems without fchdir.
33794
33795 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
33796
33797         Factor int-properties macros into a single file, except for
33798         glibc-related files.
33799         * lib/intprops.h: New file.
33800         * lib/getloadavg.c: Include it instead of limits.h.
33801         (INT_STRLEN_BOUND): Remove.
33802         * lib/human.c: Include intprops.h.
33803         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
33804         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
33805         302/1000.
33806         * lib/inttostr.h: Include intprops.h instead of limits.h.
33807         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
33808         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
33809         for consistency with intprops.h.
33810         (time_t_is_integer, twos_complement_arithmetic): Use them.
33811         * lib/sig2str.h: Include <signal.h>, intprops.h.
33812         (INT_STRLEN_BOUND): Remove.
33813         * lib/strftime.c (TYPE_SIGNED): Remove.
33814         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
33815         * lib/strtol.c: Adjust comments to match intprops.h.
33816         * lib/userspec.c: Include intprops.h.
33817         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
33818         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
33819         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
33820         instead of rolling our own expressions.
33821         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
33822
33823         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
33824         instead of int.
33825         (my_strftime): Do not mishandle years close to INT_MAX, by doing
33826         the right thing even if adding 1900 would overflow.  Similarly
33827         for tm_mon + 1 and tm_yday + 1.
33828         Make %Y always equivalent to %C%y, and similarly for %G and %g.
33829         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
33830         (DO_SIGNED_NUMBER): New macro.
33831         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
33832
33833 2005-03-07  Bruno Haible  <bruno@clisp.org>
33834
33835         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
33836
33837 2005-03-07  Bruno Haible  <bruno@clisp.org>
33838
33839         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
33840
33841 2005-03-04  Derek R. Price  <derek@ximbiot.com>
33842
33843         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
33844         (func_import): Only replace files via --import when they have actually
33845         changed.
33846
33847 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33848
33849         * m4/mmap-anon.m4: New file.
33850         * m4/pagealign_alloc.m4: New file.
33851
33852 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33853             Bruno Haible  <bruno@clisp.org>
33854
33855         * modules/pagealign_alloc: New file.
33856         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
33857
33858 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33859             Bruno Haible  <bruno@clisp.org>
33860
33861         * lib/pagealign_alloc.h: New file.
33862         * lib/pagealign_alloc.c: New file.
33863
33864 2005-03-03  Bruno Haible  <bruno@clisp.org>
33865
33866         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
33867         Use an all-permissive copyright notice, recommended by RMS.
33868
33869 2005-03-02  Bruno Haible  <bruno@clisp.org>
33870
33871         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
33872         of AIX, the replacement has to be done only after <string.h> is
33873         included, therefore not in config.h. stpncpy.h does the replacement,
33874         and stpncpy.c uses it.
33875
33876 2005-03-02  Bruno Haible  <bruno@clisp.org>
33877
33878         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
33879         stpncpy.c uses it.
33880
33881 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33882
33883         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
33884         The workaround isn't strictly needed for POSIX conformance, and
33885         it's too much of a pain to configure and maintain.  We'll ask
33886         people to fix their kernels instead.
33887         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
33888         (NANOSLEEP_BUG_WORKAROUND): Remove.
33889         (xnanosleep): Remove the workaround.
33890
33891 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33892
33893         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
33894         Reported by Derek Price.
33895         (Include): Add "timespec.h".
33896
33897         * modules/xnanosleep (Depends-on): Remove gethrxtime.
33898
33899 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33900
33901         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
33902         to detect nanosleep bug.
33903
33904 2005-03-01  Bruno Haible  <bruno@clisp.org>
33905
33906         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
33907
33908 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
33909
33910         * modules/gethrxtime: New file.
33911         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
33912         (Depends-on): Add gethrxtime.
33913         (configure.ac): Add gl_XNANOSLEEP.
33914         (Makefile.am): Remove lib_SOURCES line.
33915
33916 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33917
33918         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
33919         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
33920
33921 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33922
33923         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
33924         * lib/timespec.h (gettime): Return void, since it always
33925         succeeds now.  All uses changed.
33926         * lib/gettime.c (gettime) Likewise.
33927         [HAVE_NANOTIME]: Prefer nanotime.
33928         Assume gettimeofday succeeds, as POSIX requires.
33929         Assime time () succeeds, since other code already does.
33930         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
33931         (timespec_subtract): Remove.
33932         (NANOSLEEP_BUG_WORKAROUND): New constant.
33933         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
33934         things considerably.  Use it only on GNU/Linux hosts, since the
33935         workaround shouldn't be needed elsewhere.
33936
33937 2005-02-24  Bruno Haible  <bruno@clisp.org>
33938
33939         * modules/gettext (Files): Add m4/glibc2.m4.
33940
33941 2005-02-24  Bruno Haible  <bruno@clisp.org>
33942
33943         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
33944         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
33945         * m4/progtest.m4:
33946         Update from GNU gettext 0.14.2.
33947         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
33948
33949 2005-02-24  Bruno Haible  <bruno@clisp.org>
33950
33951         * lib/localcharset.c: Update from GNU gettext 0.14.2.
33952         * lib/config.charset: Update from GNU gettext 0.14.2.
33953
33954 2005-02-24  Bruno Haible  <bruno@clisp.org>
33955
33956         * lib/gettext.h: Update from GNU gettext 0.14.2.
33957
33958 2005-02-23  Simon Josefsson  <jas@extundo.com>
33959
33960         * m4/iconvme.m4: New file.
33961
33962 2005-02-23  Jim Meyering  <jim@meyering.net>
33963
33964         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
33965         change.
33966         Thanks to Bruno Haible for catching it.
33967
33968 2005-02-22  Simon Josefsson  <jas@extundo.com>
33969
33970         * modules/iconvme: New file.
33971
33972         * MODULES.html.sh: Add iconvme.
33973
33974 2005-02-22  Simon Josefsson  <jas@extundo.com>
33975
33976         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
33977
33978 2005-02-22  Simon Josefsson  <jas@extundo.com>
33979
33980         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
33981
33982 2005-02-22  Jim Meyering  <jim@meyering.net>
33983
33984         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
33985         s/ifndef/ifdef/.
33986
33987 2005-02-20  Neil Conway  <neilc@samurai.com>
33988
33989         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
33990         returned by OSX/Darwin if the specified buffer is not large
33991         enough for the hostname.
33992
33993 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33994
33995         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
33996         pass it to _help, otherwise the latter coredumps trying to
33997         dereference state.root_argp.
33998
33999 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34000
34001         * modules/chdir-long (Depends-on): Add memrchr.
34002         * modules/memrchr (Files): Add lib/memrchr.h.
34003         (Include): "memrchr.h".
34004
34005 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34006
34007         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
34008
34009 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
34010
34011         * lib/memrchr.h: New file.
34012         * lib/chdir-long.c: Include it.
34013         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
34014         Don't bother including stddef.h.
34015
34016 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
34017
34018         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
34019         inclusion.
34020         Include <sys/types.h>, for dev_t.
34021         (ME_DUMMY, ME_REMOTE): Move from here....
34022         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
34023         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
34024         Dmitry V. Levin.
34025         Include mountlist.h first, to test the interface.
34026
34027 2005-01-29  Bruno Haible  <bruno@clisp.org>
34028
34029         * lib/progname.c (program_name): Initialize.
34030         Needed when linking statically on MacOS X.
34031
34032 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34033
34034         Sync from coreutils.
34035         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
34036         (Depends-on): Add c-strtod.
34037         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
34038
34039 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
34040
34041         Sync from coreutils.
34042         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
34043
34044         Remove files that are specific to coreutils.
34045         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
34046
34047 2005-01-28  Bruno Haible  <bruno@clisp.org>
34048
34049         * modules/javacomp: New file.
34050         * MODULES.html.sh (Java): Add javacomp.
34051
34052 2005-01-28  Bruno Haible  <bruno@clisp.org>
34053
34054         * m4/javacomp.m4: New file, from GNU gettext.
34055
34056 2005-01-28  Bruno Haible  <bruno@clisp.org>
34057
34058         * lib/javacomp.sh.in: New file, from GNU gettext.
34059         * lib/javacomp.h: New file, from GNU gettext.
34060         * lib/javacomp.c: New file, from GNU gettext.
34061
34062 2005-01-26  Simon Josefsson  <jas@extundo.com>
34063
34064         * lib/gai_strerror.c: Use GPL in header.
34065
34066 2005-01-26  Bruno Haible  <bruno@clisp.org>
34067
34068         * modules/javaexec: New file.
34069         * MODULES.html.sh (Java): Add javaexec.
34070
34071 2005-01-26  Bruno Haible  <bruno@clisp.org>
34072
34073         * m4/javaexec.m4: New file, from GNU gettext.
34074
34075 2005-01-26  Bruno Haible  <bruno@clisp.org>
34076
34077         * lib/javaexec.sh.in: New file, from GNU gettext.
34078         * lib/javaexec.h: New file, from GNU gettext.
34079         * lib/javaexec.c: New file, from GNU gettext.
34080
34081 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34082
34083         * modules/lchown (Depends-on): Remove lchown.h
34084
34085 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34086
34087         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
34088         must be defined if the header file was not found, in order
34089         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
34090
34091 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34092
34093         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
34094         initializers for struct pentry_state.
34095         (__argp_error): Check return value of __asprintf
34096         (__argp_failure): Translate error message
34097
34098         * lib/argp-parse.c: Removed braces around the expansion of N_()
34099
34100 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34101
34102         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
34103         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
34104         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
34105         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
34106         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
34107         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
34108         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
34109         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
34110         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
34111         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
34112         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
34113         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
34114         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
34115         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
34116         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
34117         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
34118         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
34119         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
34120         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
34121         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
34122         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
34123         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
34124         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
34125         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
34126         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
34127         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
34128         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
34129         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
34130         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
34131         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
34132         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
34133         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
34134         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
34135         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
34136         xstrtol.m4, xstrtoumax.m4, yesno.m4:
34137         Use an all-permissive copyright notice, recommended by RMS.
34138
34139 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
34140
34141         * modules/chdir-long (Depends-on): Remove mempcpy.
34142
34143 2005-01-21  Jim Meyering  <jim@meyering.net>
34144
34145         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
34146         same value as for Solaris 9.
34147
34148         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
34149         component length.  This included changing the parameter to be
34150         of type `char *' rather than `char const *'.
34151         * lib/chdir-long.h (chdir_long): Update prototype.
34152
34153         * lib/openat.c (fdopendir, fstatat): New functions.
34154         * lib/openat.h: Include headers required for use of DIR and struct
34155         stat.
34156         [AT_SYMLINK_NOFOLLOW]: Define.
34157         (fdopendir, fstatat): Add prototypes.
34158
34159 2005-01-21  Bruno Haible  <bruno@clisp.org>
34160
34161         * modules/classpath: New file.
34162         * MODULES.html.sh (Java): Add classpath.
34163
34164 2005-01-21  Bruno Haible  <bruno@clisp.org>
34165
34166         * lib/classpath.h: New file, from GNU gettext.
34167         * lib/classpath.c: New file, from GNU gettext.
34168
34169 2005-01-20  Simon Josefsson  <jas@extundo.com>
34170
34171         * modules/version-etc-fsf: New file.
34172
34173 2005-01-20  Simon Josefsson  <jas@extundo.com>
34174
34175         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
34176         * lib/version-etc.c: Remove version_etc_copyright.
34177         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
34178         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
34179
34180 2005-01-20  Simon Josefsson  <jas@extundo.com>
34181
34182         * lib/base64.h (isbase64): Add.
34183
34184         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
34185         using a unsigned prototype, don't inline.
34186         (base64_decode): Use it.
34187
34188 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34189
34190         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
34191         it.
34192
34193 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34194
34195         * lib/save-cwd.c (save_cwd): Remove code to support the case
34196         where fchdir is missing or flaky.
34197
34198 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
34199
34200         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
34201
34202 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
34203
34204         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
34205         AC_LIBSOURCES now does this.
34206         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
34207         with new ullong_max module.
34208
34209 2005-01-19  Bruno Haible  <bruno@clisp.org>
34210
34211         * modules/sh-quote: New file.
34212         * MODULES.html.sh (Executing programs): Add sh-quote.
34213
34214 2005-01-19  Bruno Haible  <bruno@clisp.org>
34215
34216         * lib/sh-quote.h: New file, from GNU gettext.
34217         * lib/sh-quote.c: New file, from GNU gettext.
34218
34219 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34220
34221         Merge from coreutils.
34222         * m4/ullong_max.m4: New file.
34223         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
34224         (gl_MACROS): Assume localeconv exists.
34225
34226 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34227
34228         Merge changes from coreutils, as described below in several
34229         changelogs dated today.
34230
34231         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
34232         (O_DIRECTORY): Remove; not needed here, since "." must be
34233         a directory.  All uses removed.
34234         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
34235         universal on Suns, and we also need to test for IRIX.
34236         Revamp code to use 'if' rather than '#if'.
34237         Avoid unnecessary comparison of cwd->desc to 0.
34238
34239         * lib/utimens.c (futimens): Robustify the previous patch, by checking
34240         for known valid error numbers rather than observed invalid ones.
34241
34242 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
34243
34244         * modules/ullong_max: New file.
34245
34246         * modules/chdir-long, modules/openat: New files.
34247         * modules/save-cwd (Depends-on): Depend on chdir-long.
34248         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
34249
34250 2005-01-18  Jim Meyering  <jim@meyering.net>
34251
34252         Merge from coreutils.
34253         * m4/chdir-long.m4, m4/openat.m4: New files.
34254         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
34255         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
34256         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
34257         is sane and DOES follow symlinks.  Besides, testing 20 different
34258         systems found no broken chown implementations.
34259         Prompted by a change in rsync's copy of this macro.
34260         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
34261
34262         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
34263
34264         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
34265         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
34266         NULL-means-set-to-current-time semantics.
34267         Remove temporary file immediately, rather than waiting
34268         for configure's at-exit trap code to do it.
34269
34270 2005-01-18  Jim Meyering  <jim@meyering.net>
34271
34272         * lib/version-etc.c (version_etc_copyright): Update copyright date.
34273
34274         * lib/utimens.c (futimens): Account for the fact that futimes
34275         can also fail with errno == ENOSYS or errno == ENOENT.
34276         Patch from Dmitry V. Levin.
34277
34278         Change the name of the robust chdir function from chdir to chdir_long.
34279         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
34280         (restore_cwd): Use chdir_long, not chdir.
34281         * lib/chdir-long.c: Renamed from chdir.c.
34282         * lib/chdir-long.h: Renamed from chdir.h.
34283         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
34284         Hurd.
34285
34286 2005-01-18  Bruno Haible  <bruno@clisp.org>
34287
34288         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
34289         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
34290         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
34291         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
34292         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
34293         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
34294         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
34295         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
34296         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
34297         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
34298         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
34299         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
34300         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
34301         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
34302         Use an all-permissive copyright notice, recommended by RMS.
34303
34304 2005-01-18  Bob Proulx  <bob@proulx.com>
34305
34306         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
34307         simplify offsetof() macro construct to avoid compile failure with
34308         native HP-UX 11.0 ANSI C compiler.
34309
34310 2005-01-17  Bruno Haible  <bruno@clisp.org>
34311
34312         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
34313         redundant because stpncpy.m4 takes care of it.
34314
34315 2005-01-17  Bruno Haible  <bruno@clisp.org>
34316
34317         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
34318
34319 2005-01-17  Bruno Haible  <bruno@clisp.org>
34320
34321         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
34322         used.
34323
34324 2005-01-17  Bruno Haible  <bruno@clisp.org>
34325
34326         * lib/fwriteerror.h (fwriteerror): Change specification to include
34327         fclose.
34328         * lib/fwriteerror.c: Include <stdbool.h>.
34329         (fwriteerror): At the end, close the file stream. Record whether
34330         stdout was already closed.
34331
34332 2005-01-17  Bruno Haible  <bruno@clisp.org>
34333
34334         * lib/execute.c (environ): Declare if needed.
34335         * lib/pipe.c (environ): Likewise.
34336         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
34337
34338 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34339
34340         * modules/argp: Depend on vsnprintf
34341
34342 2005-01-10  Jim Meyering  <jim@meyering.net>
34343
34344         * modules/closeout (Depends-on): Add atexit.
34345
34346 2005-01-06  Bruno Haible  <bruno@clisp.org>
34347
34348         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
34349
34350 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
34351
34352         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
34353         definitions to be after all include files, to avoid collisions.
34354         Problem reported by Bob Proulx.
34355
34356 2005-01-04  Jim Meyering  <jim@meyering.net>
34357
34358         Changes imported from coreutils.
34359         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
34360         as the mkstemp template, use a temporary directory and an
34361         8.3-friendly template to avoid trouble on systems like DJGPP.
34362         Reported by Juan M. Guerrero via Stepan Kasal.
34363         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
34364         close. Remove the temporary directory right away, rather than waiting
34365         for configure's at-exit trap code to do it.
34366         Suggestion from Stepan Kasal.
34367
34368 2005-01-01  Simon Josefsson  <jas@extundo.com>
34369
34370         * gnulib-tool: Print #include directives when --import'ing.
34371
34372 2004-12-28  Simon Josefsson  <jas@extundo.com>
34373
34374         * tests/test-base64.c: Include required header files.  Remove
34375         unused variables.
34376
34377 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
34378
34379         * modules/error (Depends-on): Remove gettext.
34380
34381 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
34382
34383         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
34384         not needed.  This removes a dependency on the gettext module.
34385         [defined _LIBC]: Do not include <libintl.h>; not needed.
34386
34387 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
34388
34389         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
34390         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
34391
34392 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
34393
34394         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
34395         HAVE_DECL_STRTOLD.
34396
34397 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34398
34399         * modules/getdate (Depends-on): Remove alloca-opt.
34400
34401 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34402
34403         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
34404
34405 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34406
34407         * lib/argp-parse.c: Include <stddef.h>.
34408         (alignof, alignto): New macros.
34409         (parser_init): Don't assume that void * is aligned sufficiently
34410         for struct option.
34411
34412         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
34413         need to extend the stack.
34414         (YYINITDEPTH): New macro, so that the initial stack isn't overly
34415         large.
34416
34417 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34418
34419         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
34420
34421 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
34422
34423         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
34424         (2004-10-24) change.  Apparently this was a false alarm.
34425
34426         * modules/getdate: Depend on alloca-opt, not alloca.
34427
34428 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
34429
34430         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
34431         Remove now-obsolete comment about AIX.
34432         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
34433         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
34434         (YYMAXDEPTH): New macro.
34435
34436 2004-12-18  Simon Josefsson  <jas@extundo.com>
34437
34438         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
34439
34440 2004-12-18  Bruno Haible  <bruno@clisp.org>
34441
34442         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
34443
34444 2004-12-18  Bruno Haible  <bruno@clisp.org>
34445
34446         * lib/fatal-signal.c (fatal_signals): Make non-const.
34447         (init_fatal_signals): New function.
34448         (uninstall_handlers, install_handlers): Ignore signals that were set to
34449         SIG_IGN.
34450         (at_fatal_signal): Call init_fatal_signals.
34451         (init_fatal_signal_set): Likewise. Ignore signals that were set to
34452         SIG_IGN.
34453         Reported by Paul Eggert.
34454
34455 2004-12-18  Bruno Haible  <bruno@clisp.org>
34456
34457         * doc/alloca.texi: New file.
34458         * doc/alloca-opt.texi: New file.
34459
34460 2004-12-17  Jim Meyering  <jim@meyering.net>
34461
34462         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
34463         Otherwise, install-sh could exit with improper exit status when
34464         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
34465
34466 2004-12-16  Simon Josefsson  <jas@extundo.com>
34467
34468         * tests/test-base64.c: Add license.
34469
34470 2004-12-15  Stepan Kasal  <address@hidden>
34471
34472         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
34473
34474 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
34475
34476         * modules/getcwd (Files): Add m4/d-ino.m4.
34477         Suggested by Mark D. Baushke.
34478
34479 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
34480
34481         * lib/getdate.y (textint): New member "negative".
34482         (time_zone_hhmm): New function.
34483         Expect 14 shift-reduce conflicts, not 13.
34484         (o_colon_minutes): New rule.
34485         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
34486         (yylex): Set the "negative" member of signed numbers.
34487
34488 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
34489
34490         * doc/getdate.texi (Time of day items, Time zone items):
34491         Describe new formats +00:00, UTC+00:00.
34492
34493 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
34494
34495         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
34496         spurious "-l"s.  Problem reported by Stepan Kasal.
34497
34498 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
34499
34500         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
34501         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
34502
34503 2004-12-04  Simon Josefsson  <jas@extundo.com>
34504
34505         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
34506         Vandoorselaere <yoann@prelude-ids.org>.
34507
34508 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
34509
34510         Changes imported from coreutils.
34511         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
34512         exist.
34513         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
34514
34515 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
34516
34517         Changes imported from coreutils.
34518         * lib/hard-locale.c: Assume <locale.h> exists.
34519         Include "strdup.h".
34520         (GLIBC_VERSION): New macro.
34521         (hard_locale): Assume setlocale exists.
34522         Rewrite to avoid #ifdef.
34523         Use strdup rather than malloc + strcpy.
34524         * lib/human.c: Assume <locale.h> exists.
34525         (human_readable): Assume localeconv exists.
34526
34527 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
34528
34529         * modules/hard-locale (Depends-on): Add strdup.
34530
34531 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
34532
34533         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
34534         convert T2, not T.  (Imported from libc.)
34535
34536 2004-11-30  Simon Josefsson  <jas@extundo.com>
34537
34538         * modules/restrict (License): Change to LGPL.
34539
34540 2004-11-30  Simon Josefsson  <jas@extundo.com>
34541
34542         * m4/restrict.m4: Add copyright and copying conditions.
34543
34544 2004-11-30  Simon Josefsson  <jas@extundo.com>
34545
34546         * m4/base64.m4: New file.
34547
34548 2004-11-30  Simon Josefsson  <jas@extundo.com>
34549
34550         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
34551         base64.
34552
34553         * tests/test-base64.c: New file.
34554
34555         * modules/base64: New file.
34556
34557 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
34558
34559         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
34560         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
34561
34562         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
34563
34564 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
34565
34566         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
34567         (__getcwd.c): Don't restore errno; glibc doesn't.
34568         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
34569         first, falling back to our code only if its results look suspicious.
34570         Ensure that the resulting buffer is only as large as necessary.
34571
34572         * lib/readutmp.c: Include readutmp.h first.
34573         Include <errno.h>, since readutmp.h no longer does that.
34574         * lib/readutmp.h: Don't include <errno.h>,
34575         <sys/param.h>, <time.h>; not needed to establish interface.
34576         (errno): Remove decl.
34577         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
34578         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
34579         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
34580
34581 2004-11-28  Simon Josefsson  <jas@extundo.com>
34582
34583         * lib/base64.h, base64.c: New file.
34584
34585 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
34586
34587         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
34588
34589 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
34590
34591         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
34592         (Depends-on): Remove pathmax, same.  Add mempcpy.
34593         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
34594         (Makefile.am): Append getcwd.h to lib_SOURCES.
34595         (Include): Add getcwd.h.
34596         (Maintainer): Change from Jim Meyering to "all, glibc",
34597         since getdate now uses intended-for-glibc code.
34598         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
34599         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
34600
34601 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
34602
34603         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
34604         HP's ANSI C compiler.
34605         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
34606         Declaring int functions causes warnings on some modern systems and
34607         shouldn't be needed to compile on ancient ones.
34608         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
34609         defined.
34610
34611         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
34612         with the following changes.
34613         (__set_errno): Parenthesize properly.
34614         Include <stdbool.h>.
34615         (MIN, MAX, MATCHING_INO): New macros.
34616         (__getcwd): Define with prototype, not K&R form.
34617         Use heuristics to allocate default buffer on stack if possible.
34618         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
34619         behavior, and to avoid the PATH_MAX limit when computing
34620         ../../../../...
34621         Use MATCHING_INO to compare inode number to file.
34622         Check for arithmetic overflow in size calculations.
34623         Fix bug in reallocation of dot array that caused getcwd to fail
34624         on directories nested deeper than 75.
34625         Be more careful about saving errno on error.
34626         Do not use realloc; use only free+malloc, as this is a bit
34627         more flexible and avoids a needless copy operation.
34628         Do not inspect st_dev and st_ino for symbolic links; POSIX
34629         doesn't specify the latter.
34630         Check for closedir errors.
34631         Avoid needless casts.
34632         Use "#ifdef weak_alias" around weak_alias, to be like other
34633         glibc code.
34634         The following changes to getcwd.c have effect only when used in
34635         gnulib; they have no effect inside glibc proper.
34636         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
34637         as alloca isn't used.
34638         (alloca, __alloca): Likewise.
34639         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
34640         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
34641         unconditionally, as gnulib assumes C89 or better.
34642         Do not include <sys/param.h>.
34643         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
34644         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
34645         better.
34646         (NULL) [!defined NULL]: Remove; we assume C89 or better.
34647         Include <dirent.h> in a way that is compatible with modern Autoconf.
34648         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
34649         New macros, if not already defined.
34650         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
34651         Use "_LIBC", not "defined _LIBC", for consistency.
34652         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
34653         a mempcpy module.
34654         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
34655         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
34656         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
34657         credit only to Jim Meyering and adjust the copyright dates.
34658         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
34659         <stdlib.h>, <unistd.h>, "pathmax.h".
34660         Instead, include "xgetcwd.h" (first) and "getcwd.h".
34661         (INITIAL_BUFFER_SIZE): Remove.
34662         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
34663
34664 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
34665
34666         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
34667         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
34668         Use the _ONCE methods, for efficiency.
34669         Check for fcntl.h.  In test program, include <errno.h>
34670         and <fcntl.h> if available.  Remove old K&R cruft from
34671         test program.  Check for common errors in GNU/Linux,
34672         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
34673         don't do AC_LIBOBJ, as that's getcwd.m4's job.
34674         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
34675         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
34676         name accordingly.
34677         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
34678         accommodate new getcwd.c.
34679         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
34680         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
34681         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
34682         that's all we need now.
34683
34684 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34685
34686         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
34687         argp-parse.c depends on getopt internals, that means we should
34688         always use our getopt, to be on the safe side.
34689         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
34690         order not to spoil the result of an eventual previous invocation
34691         of gl_GETOPT_SUBSTITUTE.
34692
34693 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34694
34695         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
34696         redefinition warnings. To avoid them, include the defines
34697         in `#if !defined __need_getopt ... #endif'. The only place
34698         where __getopt_argv_const is used is in definitions
34699         of getopt_long and getopt_long_only below, which are as well
34700         protected by `#ifndef __need_getopt'.
34701         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
34702         __need_getopt after including <stdio.h> and <unistd.h> These
34703         headers might have defined it.
34704
34705 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
34706
34707         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
34708
34709 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
34710
34711         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
34712         (futimens): New function, which uses futimes if available.
34713         (futimens, utimens): Support timespec==NULL, with same semantics
34714         as utime and utimens.
34715         * lib/utimens.h (futimens): New decl.
34716
34717 2004-11-23  Jim Meyering  <jim@meyering.net>
34718
34719         * lib/getopt_.h: Remove trailing blanks.
34720
34721 2004-11-23  Jim Meyering  <jim@meyering.net>
34722
34723         * lib/__fpending.c: Add comment.
34724
34725 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
34726
34727         * modules/canonicalize (Depends-on): Add xreadlink.
34728         Problem reported by James Youngman.
34729
34730 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
34731
34732         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
34733         New macros.
34734         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
34735         optopt): Use them instead of invoking ## directly; otherwise, the
34736         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
34737
34738 2004-11-19  Bruno Haible  <bruno@clisp.org>
34739
34740         * lib/strtok_r.c: Move comments from here...
34741         * lib/strtok_r.h: ... to here.
34742
34743 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
34744
34745         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
34746         implementations that mishandle size_t overflow.
34747
34748 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
34749
34750         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
34751         might fail.  Problem reported by Yoann Vandoorselaere.
34752         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
34753         implementations that mishandle size_t overflow.
34754
34755 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34756
34757         * modules/canon-host (Depends-on): Add strdup.
34758
34759 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34760
34761         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
34762
34763 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34764
34765         * lib/canon-host.c: Include "strdup.h".
34766         (canon_host): Use getaddrinfo if available, so that IPv6 works.
34767         Use strdup instead of malloc/strcpy to duplicate strings.
34768
34769         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
34770         (human_space_before_unit): New constant.
34771         * lib/human.c (human_readable): Support it.
34772
34773         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
34774         (xgetcwd): Set errno correctly when failing.
34775         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
34776         the failure is actually due to a PATH_MAX problem.
34777
34778         Further getopt changes to make it more likely that glibc will
34779         buy the changes back.
34780         * lib/getopt.c (POSIXLY_CORRECT): New constant.
34781         (getopt): Use it, so to preserve glibc semantic
34782         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
34783         when compiling for libc.
34784         * lib/getopt_.h (__getopt_argv_const): Bring it back.
34785         (getopt_long, getopt_long_only): Use it.
34786
34787         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
34788         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
34789         (getopt): Argv is now char * const *, as per standard.
34790         (_getopt_internal_r, _getopt_internal): Argv is now char **,
34791         not char *__getopt_argv_const *.
34792         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
34793         _getopt_long_only_r): Likewise.
34794         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
34795         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
34796         _getopt_long_r, _getopt_long_only_r): Likewise.
34797         * lib/getopt_.h (__getopt_argv_const): Remove.
34798         (getopt): Argv is now char * const *, as per standard.
34799
34800         * lib/getdate.y (tORDINAL): New token.
34801         (day, relunit): Allow it for relative times.
34802         (relative_time_table): Use tORDINAL for ordinals.
34803
34804 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34805
34806         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
34807         Document that "second" isn't allowed as an ordinal number.
34808
34809 2004-11-16  Jim Meyering  <jim@meyering.net>
34810
34811         * modules/closeout (Depends-on): Add fpending.
34812
34813 2004-11-15  Jim Meyering  <jim@meyering.net>
34814
34815         * lib/closeout.c: Include "__fpending.h" once again.
34816         Include <stdbool.h>.
34817         (close_stdout): Don't fail just because stdout was closed initially,
34818         since some programs don't write to stdout in the normal course of
34819         operation (other than --version and --help), and we don't want this
34820         function to make e.g. `touch file >&-' fail.
34821         But do fail if it was closed and someone has tried to write to it.
34822         E.g., `printf foo >&-' must fail.
34823
34824 2004-11-13  Jim Meyering  <jim@meyering.net>
34825
34826         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
34827
34828 2004-11-12  Simon Josefsson  <jas@extundo.com>
34829
34830         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
34831         small doc fix is still pending.
34832
34833 2004-11-11  Simon Josefsson  <jas@extundo.com>
34834
34835         * modules/strtok_r: New file.
34836
34837         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34838         strtok_r.
34839
34840 2004-11-11  Simon Josefsson  <jas@extundo.com>
34841
34842         * m4/strtok_r.m4: New file.
34843
34844         * m4/getopt.m4: Replace opterr.
34845
34846 2004-11-11  Simon Josefsson  <jas@extundo.com>
34847
34848         * lib/strtok_r.h, strtok_r.c: New file.
34849
34850 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
34851
34852         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
34853         of replacing opterr, getopt, etc.  This should handle the
34854         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
34855
34856 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
34857
34858         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
34859         we can stop lying to compilers about the constness of argv when we
34860         are compiled outside glibc.
34861         (getopt, getopt_long, getopt_long_only): Use it.
34862         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
34863         _getopt_internal, getopt): Likewise.
34864         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
34865         _getopt_long_only_r): Likewise.
34866         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
34867         _getopt_long_r, _getopt_long_only_r): Likewise.
34868
34869         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
34870         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
34871         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
34872         the other external symbols.
34873         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
34874         declaration, since the above renaming now works around collisions.
34875
34876 2004-11-11  Jim Meyering  <jim@meyering.net>
34877
34878         * lib/linebreak.c: Remove trailing blanks.
34879         * lib/alloca_.h: Likewise.
34880         * lib/acosl.c: Likewise.
34881         * lib/euidaccess.c: Likewise.
34882         * lib/allocsa.h: Likewise.
34883
34884 2004-11-10  Simon Josefsson  <jas@extundo.com>
34885
34886         * m4/getaddrinfo.m4: New file.
34887
34888 2004-11-10  Simon Josefsson  <jas@extundo.com>
34889
34890         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
34891
34892 2004-11-10  Simon Josefsson  <jas@extundo.com>
34893
34894         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34895         getaddrinfo.
34896
34897         * modules/getaddrinfo: New file.
34898
34899 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34900
34901         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
34902
34903 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34904
34905         * lib/mktime.c (SHR): New macro, which is a portable
34906         substitute for >> that should work even on Crays.
34907         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
34908         Problem reported by Mark D. Baushke in
34909         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
34910         * lib/getdate.y (SHR): Likewise.
34911         (tm_diff): Use it.
34912         * lib/strftime.c (SHR): Likewise.
34913         (tm_diff): Use it.
34914         * lib/quotearg.c (struct quoting_options): Use unsigned int for
34915         quote_these_too, so that right shifts are well defined.  All uses
34916         changed.
34917
34918 2004-11-10  Jim Meyering  <jim@meyering.net>
34919
34920         Ensure that no close failure goes unreported.
34921         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
34922         return early when it seems there's nothing to flush.
34923         Don't include __fpending.h.
34924
34925 2004-11-10  Jim Meyering  <jim@meyering.net>
34926
34927         * modules/closeout (Depends-on): Remove fpending.
34928
34929 2004-11-10  Jim Meyering  <jim@meyering.net>
34930
34931         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
34932
34933 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
34934
34935         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
34936         gl_FUNC_STRFTIME.
34937         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
34938         and AC_REQUIRE when possible, to avoid duplicate checks.
34939         Check for <wchar.h>.
34940
34941 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
34942
34943         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
34944
34945 2004-11-09  Bruno Haible  <bruno@clisp.org>
34946
34947         * m4/sockpfaf.m4: New file.
34948
34949 2004-11-05  Bruno Haible  <bruno@clisp.org>
34950
34951         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
34952         Reported by Mark D. Baushke <mdb@cvshome.org>.
34953
34954 2004-11-04  Bruno Haible  <bruno@clisp.org>
34955
34956         2004-09-11  Bruno Haible  <bruno@clisp.org>
34957                 * allocsa.valgrind: New file.
34958         2004-02-06  Bruno Haible  <bruno@clisp.org>
34959                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
34960                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
34961                 Reported by Christopher Seip <chris.seip@hp.com>.
34962
34963 2004-11-04  Bruno Haible  <bruno@clisp.org>
34964
34965         * modules/allocsa (Files): Add lib/allocsa.valgrind.
34966         (Makefile.am): Distribute it.
34967
34968 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
34969
34970         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
34971         with errno == ERANGE if the buffer is too small.
34972         Problem reported by Mark D. Baushke.
34973
34974 2004-11-03  Albert Chin  <china@thewrittenword.com>
34975             Paul Eggert  <eggert@cs.ucla.edu>
34976
34977         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
34978         equivalent, substitute $ac_type for equivalent type rather than
34979         blindly using uint32_t *always* which won't work if uint32_t is not
34980         available.  Define _UINT32_T to work around typedef of uint32_t if
34981         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
34982         2.5.1.
34983
34984 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34985
34986         * m4/jm-macros.m4: Sync from coreutils.
34987         (gl_MACROS): Check for mbrlen, for pathchk.
34988         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
34989
34990 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34991
34992         * lib/xreadlink.c (MAXSIZE): New macro.
34993         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
34994         size does not exceed MAXSIZE.  Avoid cast.
34995         As suggested by Mark D. Baushke in
34996         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
34997         if readlink fails with buffer size just under MAXSIZE, try again
34998         with MAXSIZE.
34999
35000 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
35001
35002         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
35003
35004 2004-11-02  Derek R. Price  <derek@ximbiot.com>
35005         and  Paul Eggert  <eggert@cs.ucla.edu>
35006
35007         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
35008         (get_date): Overparenthesize to avoid GCC warning.
35009
35010 2004-11-02  Bruno Haible  <bruno@clisp.org>
35011
35012         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
35013         returns void.
35014
35015 2004-11-02  Bruno Haible  <bruno@clisp.org>
35016
35017         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
35018         function returns void.
35019
35020 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
35021
35022         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
35023         fflush_unlocked, flockfile, funlockfile, funlockfile,
35024         fputs_unlocked, putc_unlocked.
35025
35026 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
35027
35028         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
35029         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
35030         already declared.
35031
35032 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35033
35034         * modules/getdate (Files): Add doc/getdate.texi.
35035         (Depends-on): Add setenv, xalloc.
35036
35037 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35038
35039         * lib/getdate.y: Add support for TZ="foo" within a date string.
35040         Fix some bugs near time_t boundaries.  Reject dates with
35041         out-of-range components, e.g., "Sept 31".
35042         Include <stdlib.h>, "setenv.h", "xalloc.h".
35043         (ISDIGIT_LOCALE): Remove; unused.
35044         Note that the TZ and time functions used here are not reentrant.
35045         (mktime_ok, get_tz): New functions.
35046         (TZBUFSIZE): New constant.
35047         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
35048         This requires that we sometimes generate our own TZ="XXX..." setting.
35049
35050 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
35051
35052         * doc/getdate.texi: New file, from coreutils with modifications for
35053         the new TZ parsing.
35054
35055 2004-10-27  Derek R. Price  <derek@ximbiot.com>
35056
35057         * lib/mktime.c (not_equal_tm): Remove redundant check.
35058
35059 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35060
35061         * modules/regex (lib_SOURCES): Add regex.c.
35062         Reported by James Youngman in
35063         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
35064
35065 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
35066
35067         * lib/getdate.y: Use Bison 1.875 features, and some minor
35068         code cleanups.  This change does not affect semantics.
35069         Don't include <stdlib.h>; no longer needed.
35070         Don't include unlocked-io.h; only the "#if TEST" code uses
35071         stdio, and performance isn't crucial there.
35072         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
35073         Bison 1.875 features as described below.
35074         All uses of "PC." replaced by "pc->".
35075         (YYSTYPE): Add a forward declaration.
35076         (yylex, yyerror): Use full prototypes in forward decls.
35077         Use "%pure-parser" rather than obsolescent "%pure_parser".
35078         Use %parse-param and %lex-param instead of obsolescent
35079         YYPARSE_PARAM and YYLEX_PARAM.
35080         (meridian_table, month_and_day_table, time_units_table,
35081         relative_time_table, time_zone_table, military_table,
35082         lookup_zone, lookup_word, get_date):
35083         Use NULL instead of 0 where appropriate.
35084         (to_hour): Avoid abort (), to avoid a dependency on
35085         stdlib.h.
35086         (yyerror, yylex): Now accepts parser_control * arg.
35087         (main) [TEST]: Use '\0' rather than 0 for char.
35088
35089 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
35090
35091         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
35092
35093 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
35094
35095         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
35096         It's now the caller's responsibility to handle the case where
35097         !HAVE_GETPAGESIZE && !defined getpagesize.
35098
35099         * lib/mktime.c (leapyear): Arg is long int, not int.
35100
35101 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
35102
35103         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
35104
35105 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
35106
35107         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
35108         missing.  Problem reported by James Youngman.
35109
35110 2004-10-16  Simon Josefsson  <jas@extundo.com>
35111
35112         * gnulib-tool: Fix comments.  Fix parse problem.
35113         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
35114
35115 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
35116
35117         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
35118         implementation of getopt_long.  Problem reported by Alexander Taler in:
35119         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
35120
35121 2004-10-15  Bruno Haible  <bruno@clisp.org>
35122
35123         * gnulib-tool: Untabify. Initialize supplied_libname.
35124         (func_usage): More homogenous output.
35125         (func_modules_transitive_closure, func_modules_to_filelist,
35126         func_emit_lib_Makefile_am): New functions.
35127         (func_import): New function, extracted from big case statement. Use
35128         func_get_license, func_modules_transitive_closure,
35129         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
35130         opt_lgpl. Don't use test -a, as it's not portable.
35131         (func_create_testdir): Use func_modules_transitive_closure,
35132         func_modules_to_filelist, func_emit_lib_Makefile_am.
35133
35134 2004-10-15  Bruno Haible  <bruno@clisp.org>
35135
35136         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
35137
35138 2004-10-15  Bruno Haible  <bruno@clisp.org>
35139
35140         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
35141         the portions belonging to each module.
35142         Suggested by Derek Robert Price <derek@ximbiot.com>.
35143
35144 2004-10-12  Simon Josefsson  <jas@extundo.com>
35145
35146         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
35147         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
35148         to real functions.
35149
35150 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35151
35152         * modules/vsnprintf: New file.
35153
35154 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35155
35156         * m4/vsnprintf.m4: New file.
35157
35158 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35159
35160         * lib/vsnprintf.h: New file.
35161         * lib/vsnprintf.c: New file.
35162
35163 2004-10-11  Bruno Haible  <bruno@clisp.org>
35164
35165         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
35166         vsnprintf.
35167
35168 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
35169
35170         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
35171
35172 2004-10-07  Bruno Haible  <bruno@clisp.org>
35173
35174         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
35175         fits into the provided buffer.
35176
35177 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
35178
35179         * lib/diacrit.c, diacrit.h: Add GPL notice.
35180
35181         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
35182         notice.
35183         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
35184         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
35185         This avoids a potential constant-folding bug.
35186
35187 2004-10-05  Bruno Haible  <bruno@clisp.org>
35188
35189         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
35190         for the declaration of strsep.
35191
35192 2004-10-05  Bruno Haible  <bruno@clisp.org>
35193
35194         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
35195
35196 2004-10-04  Simon Josefsson  <jas@extundo.com>
35197
35198         * modules/memmem: New file.
35199         * tests/test-memmem.c: New file.
35200         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
35201
35202 2004-10-04  Simon Josefsson  <jas@extundo.com>
35203
35204         * m4/memmem.m4: New file.
35205
35206 2004-10-04  Simon Josefsson  <jas@extundo.com>
35207
35208         * lib/memmem.h: New file.
35209         * lib/memmem.c: New file, taken from glibc.
35210
35211 2004-10-04  Simon Josefsson  <jas@extundo.com>
35212
35213         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
35214         '#ifdef USE_UNLOCKED_IO'.
35215
35216 2004-10-04  Simon Josefsson  <jas@extundo.com>
35217
35218         * config/srclist.txt: Add memmem from glibc.
35219
35220 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35221
35222         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
35223
35224         * modules/argmatch, modules/argp, modules/closeout, modules/error,
35225         modules/exclude, modules/getdate, modules/getline,
35226         modules/getndelim2, modules/getpass, modules/getpass-gnu,
35227         modules/getusershell, modules/linebuffer, modules/md5,
35228         modules/mountlist, modules/posixtm, modules/readtokens,
35229         modules/readutmp, modules/regex, modules/sha1,
35230         modules/version-etc, modules/yesno:
35231         Remove dependency on unlocked-io.
35232
35233 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35234
35235         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
35236
35237         * m4/unlocked-io.m4: Add copyright notice.
35238         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
35239
35240 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35241
35242         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
35243         * lib/xmalloc.c (xmemdup): Likewise.
35244         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
35245         XFREE): Remove these long-obsolescent macros.
35246         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
35247         * lib/xstrdup.c: Remove.
35248
35249         * lib/regex.c (re_comp): Cast gettext return value to char *,
35250         Problem reported by Martin Neitzel via Mark D. Baushke.
35251
35252 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
35253
35254         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
35255         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
35256         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
35257         regex.c, sha1.c, version-etc.c, yesno.c:
35258         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
35259         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
35260         the includer's responsibility.
35261
35262         Sync from coreutils.
35263
35264         * lib/modechange.c (mode_compile): Don't decrement a pointer that
35265         points to the start of a string, as the C Standard says the
35266         resulting behavior is undefined.
35267
35268         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
35269         simple -> simple_backups, numbered_existing ->
35270         numbered_existing_backups, numbered -> numbered_backups
35271         to avoid shadowing problems.  All uses changed.
35272         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
35273         * lib/backupfile.c (check_extension, numbered_backup):
35274         Rename locals to avoid shadowing 'basename'.
35275         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
35276         once.
35277
35278         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
35279         * lib/.cvsignore: Add getopt.h.
35280
35281 2004-10-04  Bruno Haible  <bruno@clisp.org>
35282
35283         * modules/README: New file.
35284         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
35285         not a module.
35286
35287 2004-10-02  Jim Meyering  <jim@meyering.net>
35288
35289         * lib/dirfd.h, getpagesize.h: Add copyright notice.
35290
35291 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35292
35293         * modules/strsep: New file.
35294
35295 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35296
35297         * m4/strsep.m4: New file.
35298
35299 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35300
35301         * lib/strsep.h: New file.
35302         * lib/strsep.c: New file.
35303
35304 2004-10-01  Simon Josefsson  <jas@extundo.com>
35305
35306         * lib/snprintf.c (snprintf): Handle size==0.
35307
35308 2004-10-01  Simon Josefsson  <jas@extundo.com>
35309             Bruno Haible  <bruno@clisp.org>
35310
35311         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
35312         (snprintf): Declare 'args'.
35313
35314 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
35315
35316         * lib/snprintf.c: Remove comments as to why each header is needed.
35317
35318 2004-10-01  Bruno Haible  <bruno@clisp.org>
35319
35320         * MODULES.html.sh: Add strsep.
35321
35322 2004-09-30  Simon Josefsson  <jas@extundo.com>
35323
35324         * modules/snprintf: New file.
35325
35326 2004-09-30  Simon Josefsson  <jas@extundo.com>
35327
35328         * m4/snprintf.m4: New file.
35329
35330 2004-09-30  Simon Josefsson  <jas@extundo.com>
35331
35332         * lib/snprintf.h, lib/snprintf.c: New files.
35333
35334 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35335
35336         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
35337         (hol_entry_help): Never translate an empty string.
35338         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
35339         * lib/argp.h (OPTION_NO_TRANS): New option.
35340
35341 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35342
35343         * modules/argp (Maintainer): Replace Simon Josefsson
35344         by Sergey Poznyakoff.
35345
35346 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35347
35348         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
35349         changes merged back into glibc.
35350
35351 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35352
35353         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
35354
35355 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
35356
35357         * lib/xvasprintf.c: Include xalloc.h.
35358         (xvasprintf): Use xalloc_die, not xmalloc_die.
35359
35360 2004-09-29  Bruno Haible  <bruno@clisp.org>
35361
35362         * modules/alloca-opt: New file, derived from modules/alloca.
35363         * modules/allocsa: Depend on alloca-opt instead of alloca.
35364         * modules/setenv: Likewise.
35365         * modules/vasnprintf: Likewise.
35366         * MODULES.html.sh: Add alloca-opt.
35367
35368 2004-09-28  Simon Josefsson  <jas@extundo.com>
35369
35370         * gnulib-tool: New parameter --lgpl, to asseert that modules are
35371         LGPL, and to replace license template from GPL to LGPL.
35372
35373 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
35374
35375         * modules/dummy: Change license to LGPL.
35376
35377 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
35378
35379         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
35380
35381 2004-09-24  Simon Josefsson  <jas@extundo.com>
35382
35383         * modules/minmax (License): Change from GPL to LGPL.
35384
35385 2004-09-23  Simon Josefsson  <jas@extundo.com>
35386
35387         * gnulib-tool (--import): Typo.
35388
35389 2004-09-23  Simon Josefsson  <jas@extundo.com>
35390
35391         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
35392
35393 2004-09-22  Bruno Haible  <bruno@clisp.org>
35394
35395         * modules/*: Add 'License' field.
35396         * gnulib-tool: Accept --extract-license option.
35397         (func_get_license): New function.
35398
35399 2004-09-21  Bruno Haible  <bruno@clisp.org>
35400
35401         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
35402         Reported by Simon Josefsson.
35403
35404 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
35405
35406         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
35407         gl_AC_TYPE_LONG_LONG.
35408
35409 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
35410
35411         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
35412
35413 2004-09-18  Simon Josefsson  <jas@extundo.com>
35414         and  Paul Eggert  <eggert@cs.ucla.edu>
35415
35416         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
35417         calls with autoreconf.  Define GL_LIB.
35418
35419 2004-09-14  Karl Berry  <karl@gnu.org>
35420
35421         * config/srclist.txt: unsync setenv.c, sigh.
35422
35423 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
35424
35425         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
35426         Problem reported by Bruno Haible in:
35427         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
35428
35429 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
35430
35431         * config/srclist.txt: Comment out argp-pvh.c.
35432
35433 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
35434
35435         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
35436         in case some system header has #define'd it.  Problem reported by
35437         Soeren D. Schulze in
35438         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
35439
35440 2004-09-09  Karl Berry  <karl@gnu.org>
35441
35442         * regex.[ch]: delete from the root.  These were supposed to be
35443                 synced with emacs cvs, but this has not happened for about
35444                 a year, and anyway nothing else uses emacs regex.[ch].
35445                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
35446                 lib/regex[.ch] is untouched.
35447
35448 2004-09-09  Bruno Haible  <bruno@clisp.org>
35449
35450         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
35451
35452 2004-09-09  Bruno Haible  <bruno@clisp.org>
35453
35454         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
35455         modifications.
35456         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
35457
35458 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
35459
35460         * modules/xvasprintf: New file.
35461         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
35462
35463 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
35464
35465         * lib/xvasprintf.h: New file.
35466         * lib/xvasprintf.c: New file.
35467         * lib/xasprintf.c: New file.
35468
35469 2004-09-08  Bruno Haible  <bruno@clisp.org>
35470
35471         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
35472
35473 2004-09-08  Bruno Haible  <bruno@clisp.org>
35474
35475         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
35476         length is > INT_MAX.
35477         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
35478         more.
35479
35480 2004-09-08  Bruno Haible  <bruno@clisp.org>
35481
35482         * lib/stdint_.h: New file, taken from GNU clisp.
35483
35484 2004-09-08  Bruno Haible  <bruno@clisp.org>
35485             Oskar Liljeblad  <oskar@osk.mine.nu>
35486
35487         * modules/stdint: New file.
35488         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
35489
35490 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35491
35492         Import from coreutils.
35493         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
35494         strings on unbounded length.  alloca's performance benefits aren't
35495         that important here.
35496         (V_STRDUP): Remove.
35497         (parse_with_separator): New function, with most of the internals
35498         of the old parse_user_spec.  Allow user to omit both user and group,
35499         for compatibility with FreeBSD.
35500         Clone only the user name, not the entire spec.
35501         Do not set *uid, *gid unless entirely successful.
35502         Avoid memory leak in some failing cases.
35503         Fix regression for USER.GROUP reported by Dmitry V. Levin in
35504         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
35505         (parse_user_spec): Rewrite to use parse_with_separator.
35506
35507 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35508
35509         * modules/userspec: Don't depend on alloca.
35510
35511 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35512
35513         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
35514
35515 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
35516
35517         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
35518         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
35519         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
35520
35521 2004-08-16  Simon Josefsson  <jas@extundo.com>
35522
35523         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
35524         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
35525         Add --dry-run for --import.
35526         Let user provided command line parameters override configure.ac
35527         settings.
35528
35529 2004-08-12  Simon Josefsson  <jas@extundo.com>
35530
35531         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
35532         as discussed with Paul Eggert in threads rooted at
35533         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
35534         and
35535         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
35536         Before, the test was empty, and relied on ELIDE_CODE in source
35537         code.)
35538         (gl_PREREQ_GETOPT): New macro.
35539         (gl_GETOPT): Use them.
35540
35541 2004-08-12  Simon Josefsson  <jas@extundo.com>
35542
35543         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
35544         * lib/getopt_.h: Renamed from getopt.h.
35545
35546 2004-08-12  Simon Josefsson  <jas@extundo.com>
35547
35548         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
35549         Change default library name from libfoo to libgnu.
35550         Now, if you have a configure.ac that says:
35551                 gl_SOURCE_BASE(gl)
35552                 gl_M4_BASE(gl/m4)
35553                 gl_MODULES(error getopt etcetera)
35554                 gl_INIT
35555         you can import all you need by running:
35556                 ../gnulib/gnulib-tool --import
35557
35558         * modules/getopt (Files): Rename getopt.h to getopt_.h.
35559         (Makefile.am): Rewrite, use logic from argz.
35560         (Include): Use <getopt.h> instead of "getopt.h".
35561
35562 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35563
35564         * modules/argp (Files): Add m4/unlocked-io.m4.
35565         (Depends-on): Add extensions.
35566
35567 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35568
35569         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
35570         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
35571         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
35572         Check for program_invocation_name, program_invocation_short_name,
35573         flockfile, funlockfile, features.h, _getopt_long_only_r.
35574
35575 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35576
35577         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
35578         its complicated substitute.
35579         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
35580         and program_invocation_name.
35581         (__argp_basename) [!_LIBC]: Remove; the only use was
35582         replaced by its body.
35583         (__argp_short_program_name): Change condition from
35584         !defined __argp_short_program_name to
35585         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
35586         to match argp-namefrob.h.
35587         (__argp_failure): Don't assume strerror_r returns char *.
35588         * lib/argp-parse.c (N_): Define unconditionally.
35589         (argp_default_options): Fill out initializers with 0 to avoid
35590         gcc warnings.
35591
35592 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35593
35594         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
35595         getopt1.c.
35596
35597 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
35598
35599         Merge from coreutils.
35600
35601         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
35602
35603         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
35604         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
35605
35606 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
35607
35608         Merge from coreutils.
35609
35610         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
35611         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
35612         for Reliant Unix 5.43.
35613
35614         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
35615         (union fooround): Use uintmax_t, not long int.
35616         The rest is a merge from libc:
35617         [defined _LIBC]: Include <shlib-compat.h>.
35618         (_obstack) [defined _LIBC]: Remove after 2.3.4.
35619
35620         * lib/settime.c (settime): Recode to avoid warning with
35621         Sun Forte C 6U2.
35622
35623         * lib/strverscmp.c: Convert to UTF-8.
35624
35625 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
35626
35627         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
35628         m4/uintmax_t.m4.
35629
35630 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
35631
35632         * modules/xalloc-die: New file.
35633         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
35634
35635         * modules/md5 (Files): Add m4/uint32_t.m4.
35636         * modules/sha1: Renamed from modules/sha.
35637         (Files):
35638         Rename lib/sha.h to lib/sha1.h.
35639         Rename lib/sha.c to lib/sha1.c.
35640         Rename m4/sha.m4 to m4/sha1.m4.
35641         (lib_SOURCES): Likewise.
35642         (configure.ac): Rename gl_SHA to gl_SHA1.
35643         (Include): sha.h -> sha1.h.
35644
35645 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
35646
35647         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
35648         * m4/sha1.m4: Renamed from sha.m4.
35649         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
35650
35651 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
35652
35653         * lib/obstack.h (obstack_empty_p):
35654         Don't assume that chunk->contents is suitably aligned.
35655         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
35656         Likewise. Problem reported by Benno in
35657         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
35658
35659         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
35660         readable.  This could be improved further but it'd take some work.
35661
35662 2004-08-08  Simon Josefsson  <jas@extundo.com>
35663
35664         * modules/xgethostname (Depends-on): Remove exit and error (not
35665         used).
35666
35667         * modules/getpass-gnu: Add getpass.h.
35668         (Depends-on): Add stdbool.
35669         * modules/getpass: Add getpass.h.
35670
35671 2004-08-08  Simon Josefsson  <jas@extundo.com>
35672
35673         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
35674         Check getpass declaration.
35675
35676 2004-08-08  Simon Josefsson  <jas@extundo.com>
35677
35678         * lib/xgethostname.c: Don't include error.h (not used).
35679
35680         * lib/getpass.h: Add.
35681         * lib/getpass.c: Include getpass.h first.
35682
35683 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
35684
35685         * lib/xalloc-die.c: New file.
35686         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
35687         All uses removed.
35688         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
35689         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
35690         xalloc-die.c.
35691         (_, N_, xalloc_die): Move to xalloc-die.c.
35692         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
35693         so that we needn't mess with xalloc_msg_memory_exhausted.
35694
35695         * lib/sha1.h: Renamed from sha.h.
35696         (SHA1_H): Renamed from _SHA_H.
35697         (sha1_ctx): Renamed from sha_ctx.
35698         (sha1_init_ctx): Renamed from sha_init_ctx.
35699         (sha1_process_block): Renamed from sha_process_block.
35700         (sha1_process_bytes): Renamed from sha_process_bytes.
35701         (sha1_finish_ctx): Renamed from sha_finish_ctx.
35702         (sha1_read_ctx): Renamed from sha_read_ctx.
35703         (sha1_stream): Renamed from sha_stream.
35704         (sha1_buffer): Renamed from sha_buffer.
35705         * lib/sha1.c: Likewise; renamed from sha.c.
35706         Do not include <sys/types.h>.
35707         Include <stddef.h> rather than <stdlib.h>.
35708
35709 2004-08-08  Bruno Haible  <bruno@clisp.org>
35710
35711         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
35712         FILESYSTEM_PREFIX_LEN.
35713         * lib/progreloc.c: Likewise.
35714         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
35715
35716 2004-08-06  Simon Josefsson  <jas@extundo.com>
35717
35718         * modules/progname (Depends-on): Don't depend on stdbool.
35719
35720 2004-08-06  Simon Josefsson  <jas@extundo.com>
35721
35722         * modules/getsubopt: New file.
35723         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35724         getsubopt.
35725
35726 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
35727
35728         More merge from coreutils.
35729
35730         * m4/utimens.m4, m4/utimecmp.m4: New files.
35731         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
35732         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
35733         prereq.m4, sha.m4: Import changes from coreutils.
35734
35735 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
35736
35737         More merge from coreutils.
35738         * modules/raise, modules/readtokens0, modules/utimens:
35739         * modules/utimecmp, module/xnanosleep: New files.
35740         * modules/strftime: Add lib/strftime.h.
35741         Change include from <time.h> to "strftime.h".
35742         * modules/yesno: Add lib/yesno.h.
35743         * modules/backupfile: Remove lib/addext.c.
35744         * modules/euidaccess: Add stat-macros.h.
35745         * modules/canonicalize, modules/euidaccess,
35746         modules/filemode, modules/lchown, modules/makepath,
35747         modules/rmdir, modules/stat: Likewise.
35748
35749 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
35750
35751         Merge from tar.
35752         * lib/argp-help.c (make_hol, hol_append): Don't assume that
35753         SIZE_MAX is a valid preprocessor constant.
35754         (__argp_basename): Change from "#ifndef _LIBC"
35755         to "#ifndef __argp_short_program_name", so that
35756         we don't compile these functions for tar.
35757
35758         More merges from coreutils.
35759         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
35760         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
35761         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
35762         * lib/addext.c: Remove; no longer needed.
35763         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
35764         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
35765         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
35766         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
35767         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
35768         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
35769         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
35770         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
35771         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
35772         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
35773         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
35774         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
35775         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
35776         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
35777         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
35778         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
35779         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
35780         Import changes from coreutils.
35781
35782 2004-08-05  Simon Josefsson  <jas@extundo.com>
35783
35784         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
35785
35786 2004-08-05  Simon Josefsson  <jas@extundo.com>
35787
35788         * m4/getsubopt.m4: New file.
35789
35790 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
35791
35792         Merge from coreutils.
35793
35794         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
35795         * m4/getcwd-path-max.m4: New files.
35796
35797         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
35798         FILESYSTEM_PREFIX_LEN ->
35799         FILE_SYSTEM_PREFIX_LEN.
35800         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
35801         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
35802         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
35803         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
35804
35805         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
35806         prerequisite modules now handle the DOS stuff.
35807         Don't check for unistd.h.
35808
35809 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
35810
35811         Merge from coreutils.
35812
35813         * lib/.gdb-history: Remove; this doesn't belong here.
35814
35815         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
35816         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
35817         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
35818         * lib/getcwd.c: New files.
35819
35820         * lib/dirname.h: Include <stdbool.h>.
35821         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
35822         for consistency with POSIX terminology.  All uses changed.
35823         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
35824         (strip_trailing_slashes): Use bool for booleans.
35825         * lib/stripslash.c (strip_trailing_slashes): Likewise.
35826
35827         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
35828         sometimes returns a positive errno value even when it succeeds.
35829         (print_errno_message) [!LIBC]: Fall back on strerror if
35830         __strerror_r fails.
35831
35832         * lib/path-concat.c (mempcpy): Don't define if a system header defines
35833         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
35834         (longest_relative_suffix): New function.
35835         (path_concat): Use it.  Assume first argument is not NULL.
35836         Port to DOS.  Omit redundant separators.
35837         Report an error instead of returning NULL.
35838         Use mempcpy instead of memcpy.
35839         (xpath_concat): Remove: not declared or used.
35840
35841         * lib/same.h: Include <stdbool.h>
35842         (same_name): Return bool, not int.
35843         * lib/same.c (same_name): Likewise.
35844         (errno): Don't declare; we assume C89 or better now.
35845
35846         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
35847         if not already defined.
35848
35849         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
35850         * lib/dup-safer.c (errno): Likewise.
35851
35852 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
35853
35854         Merge from coreutils.
35855         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
35856         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
35857         * modules/path-concat: Don't depend on strdup.
35858
35859 2004-08-03  Simon Josefsson  <jas@extundo.com>
35860
35861         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
35862         * lib/progname.h: Don't include stdbool.h.
35863
35864 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35865
35866         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
35867         * MODULES.html.sh (func_all_modules): Remove fatal.
35868
35869 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35870
35871         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
35872
35873 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35874
35875         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
35876         working.
35877
35878 2004-08-02  Simon Josefsson  <jas@extundo.com>
35879
35880         * lib/getsubopt.h: New file, with comments from Bruno Haible.
35881         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
35882         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
35883
35884 2004-08-01  Simon Josefsson  <jas@extundo.com>
35885
35886         * lib/xgetdomainname.c: Include stdlib.h, for free().
35887
35888 2004-07-19  Bruno Haible  <bruno@clisp.org>
35889
35890         * MODULES.html.sh (func_all_modules): Add dummy.
35891
35892 2004-07-16  Simon Josefsson  <jas@extundo.com>
35893
35894         * modules/dummy: New file.
35895
35896 2004-07-16  Simon Josefsson  <jas@extundo.com>
35897
35898         * lib/dummy.c: New file.
35899
35900 2004-07-16  Bruno Haible  <bruno@clisp.org>
35901
35902         * lib/backupfile.h: Add extern "C" for C++.
35903         * lib/closeout.h: Likewise.
35904         * lib/copy-file.h: Likewise.
35905         * lib/findprog.h: Likewise.
35906         * lib/full-write.h: Likewise.
35907         * lib/pathname.h: Likewise.
35908         * lib/progname.h: Likewise.
35909         * lib/stpcpy.h: Likewise.
35910         * lib/stpncpy.h: Likewise.
35911         * lib/strcase.h: Likewise.
35912         * lib/strstr.h: Likewise.
35913         * lib/xalloc.h: Likewise.
35914
35915         * lib/mbswidth.h: Add extern "C" for C++.
35916         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
35917
35918 2004-07-13  Robert Millan  <robertmh@gnu.org>
35919
35920         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
35921
35922 2004-07-09  Simon Josefsson  <jas@extundo.com>
35923
35924         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
35925         failed without this.)
35926
35927 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35928
35929         * modules/chown (Files): Add lib/fchown-stub.c, since
35930         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
35931
35932 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35933
35934         * lib/fchown-stub.c: New file.
35935
35936 2004-06-24  Jim Meyering  <jim@meyering.net>
35937
35938         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
35939
35940 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35941
35942         * modules/argz: Omit "#include".
35943
35944         * MODULES.html.sh (func_all_modules): Add calloc, to match
35945         2004-06-01 addition of calloc module.
35946
35947 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35948
35949         * m4/argz.m4: New file, which is autoupdated from libtool.
35950
35951 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35952
35953         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
35954         libtool.
35955
35956 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35957
35958         * config/srclist-update: Don't insist on "USA." before the
35959         close-comment, as libtool omits the period and puts the */ on a
35960         separate line.
35961         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
35962         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
35963
35964 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
35965
35966         * modules/argz: New file.
35967         * MODULES.html.sh (func_all_modules): Add argz.
35968
35969 2004-06-12  Jim Meyering  <jim@meyering.net>
35970         and  Paul Eggert  <eggert@cs.ucla.edu>
35971
35972         * modules/hash (Files): Add lib/xalloc.h.
35973         * modules/pipe (Depends-on): Add wait-process.
35974         * modules/stat (Depends-on): Add xalloc.
35975         * modules/userspec (Files): Add lib/userspec.h.
35976         * modules/xstrto
35977
35978         Upgrade from gettext-0.13.
35979         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
35980         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
35981         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
35982
35983 2004-06-10  Jim Meyering  <jim@meyering.net>
35984
35985         * lib/calloc.c: New file.
35986
35987 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
35988
35989         * lib/getdate.y (yylex): Allow space between sign and number.
35990         Problem reported by Dan Jacobson.
35991
35992 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
35993
35994         Merge from coreutils CVS.
35995
35996         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
35997         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
35998         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
35999         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
36000         xstrtol.m4: Fix copyright date and/or serial number.
36001
36002         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
36003         See if we need an fchown replacement.
36004         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
36005         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
36006         and use the replacement function if we detect either defect.
36007
36008         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
36009         gl_UTIMECMP.
36010
36011 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
36012         and  Jim Meyering  <jim@meyering.net>
36013
36014         Merge from coreutils CVS.
36015
36016         * lib/stat-macros.h: New file, with contents from file-type.h
36017         and coreutils' system.h.
36018         * lib/file-type.c: Include "stat-macros.h".
36019         * lib/file-type.h (file_type): Move all macro definitions to new file,
36020         stat-macros.h.
36021
36022         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
36023         Wrap old code with this conditional.
36024         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
36025         function that does not dereference symlinks.
36026         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
36027
36028         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
36029         dependency problems.
36030         (xreadlink): Accept new arg SIZE, for efficiency.
36031         All decls and uses changed.
36032         * lib/xreadlink.h: Include <stddef.h>, for size_t.
36033
36034         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
36035         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
36036
36037         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
36038         sysexits.h.
36039
36040 2004-06-01  Jim Meyering  <jim@meyering.net>
36041
36042         * m4/calloc.m4: New file.
36043
36044 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
36045
36046         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
36047         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
36048         Also, fix a typo in a diagnostic.
36049
36050 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
36051
36052         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
36053         or AC_FUNC_REALLOC.
36054
36055 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
36056
36057         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
36058         macros to be defined.
36059         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
36060         the allocator returns NULL because the requested size is zero.
36061
36062 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
36063
36064         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
36065         var.  Add comment explaining why libc still defines it.  This
36066         merges the following patch from glibc:
36067         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
36068
36069 2004-05-20  Andreas Schwab  <schwab@suse.de>
36070
36071         * m4/free.m4: Replace free if it not known to work, not the other
36072         way round.
36073
36074 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
36075
36076         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
36077         present in glibc since revision 1.1 of this file.
36078         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
36079         obstack_alignment_mask, obstack_alloc, obstack_base,
36080         obstack_blank, obstack_blank_fast, obstack_chunk_size,
36081         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
36082         obstack_grow0, obstack_init, obstack_int_grow,
36083         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
36084         obstack_next_free, obstack_object_size, obstack_ptr_grow,
36085         obstack_ptr_grow_fast, obstack_room): Remove declarations of
36086         nonexistent functions.
36087
36088 2004-05-18  Karl Berry  <karl@gnu.org>
36089
36090         * config/srclist.txt: break link for vasnprintf.c.
36091
36092 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
36093
36094         Port obstack to the AS/400, where pointers are 16 bytes wide and
36095         you cannot cast an integer to a valid pointer.  This patch is
36096         currently waiting to be integrated into glibc; see
36097         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
36098
36099         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
36100         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
36101         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
36102         (struct obstack): temp member is now a union of a pointer and
36103         an integer, instead of an integer.  All integer uses changed.
36104         This does not affect the physical layout of struct obstack,
36105         except on hosts (like the AS/400) where the size or alignment of
36106         void * is greater than that of ptrdiff_t.
36107         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
36108         __STDC__)]: Store temporary in pointer member of union, not
36109         integer member.
36110         * lib/obstack.c: Include <stddef.h>, for offsetof.
36111         (struct fooalign): Remove; it doesn't need a name.
36112         (union fooround): Change double to long double, and add void *.
36113         (DEFAULT_ALIGNMENT): Use offsetof to compute.
36114         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
36115         not a macro.  Hence the values are always int; so remove all
36116         casts-to-int in uses.
36117
36118 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
36119
36120         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
36121         we can get this patch merged into glibc.
36122
36123 2004-05-17  Derek R. Price  <derek@ximbiot.com>
36124             Paul Eggert  <eggert@cs.ucla.edu>
36125
36126         * m4/argp: Depend on alloca.
36127
36128 2004-05-17  Derek R. Price  <derek@ximbiot.com>
36129             Paul Eggert  <eggert@cs.ucla.edu>
36130
36131         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
36132         freecoding.
36133
36134 2004-05-17  Bruno Haible  <bruno@clisp.org>
36135
36136         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
36137         precision that consists of a '.' followed by an empty digit string.
36138         Patch by Tor Lillqvist <tml@iki.fi>.
36139
36140 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
36141
36142         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
36143         for backward compatibility with older code.  We need our own
36144         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
36145         it under some other name, and our alloca.h will define it.
36146
36147 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
36148             Derek Price  <derek@ximbiot.com>
36149
36150         * lib/alloca.c: Include <alloca.h>, to get our interface.
36151         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
36152         include <alloca.h> first.  Use C89 prototype for alloca; this
36153         requires including <stddef.h> for size_t.  Use extern "C" if C++.
36154         Use #elif for simplicity, since we can assume C89 now.
36155         Don't try to source the system alloca.h since it will not be found
36156         and to prevent recursively including its replacement.
36157         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
36158         * lib/regex.c: Likewise.
36159
36160 2004-05-16  Derek Price  <derek@ximbiot.com>
36161             Paul Eggert  <eggert@cs.ucla.edu>
36162
36163         getline cleanup.  This changes the getndelim2 API: both order of
36164         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
36165         no delimiter).
36166
36167         * lib/getline.c: Don't include stddef.h or stdio.h, since our
36168         interface does that.
36169         (getline): Always use getdelim, so that we don't have two
36170         copies of this code.
36171         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
36172         if available.
36173         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
36174         (GETNDELIM2_MAXIMUM): New macro.
36175         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
36176         instead of the old practice of delim2==0.  All callers changed.
36177         Return -1 on overflow, instead of returning junk.
36178         Do not set *linesize unless allocation succeeds.
36179         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
36180         that we include sys/types.h.
36181         * lib/getnline.h: Likewise.
36182         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
36183         (getndelim2): Reorder arguments.
36184         * lib/getnline.c (getnline, getndelim):
36185         Don't discard the NMAX argument.
36186         (getnline): Invoke getndelim, to avoid code duplication.
36187         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
36188         of (size_t) -1 by callers of the getnline family.
36189
36190 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
36191
36192         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
36193         Check for gettimeofday.
36194         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
36195         Check for settimeofday, stime.
36196
36197 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
36198
36199         * lib/nanosleep.c (suspended): Change its type from int to
36200         sig_atomic_t volatile.
36201         (first_call): Make it private to rpl_nanosleep, and have it
36202         be zero initially as that's a bit faster.
36203         (my_usleep): Round up fractional times instead of truncating them,
36204         as this is the usual meaning for 'sleep'.
36205
36206         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
36207         doesn't work.
36208         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
36209         (ENOSYS): Define if not defined.
36210         (settime): Fall back on stime if it exists and settimeofday fails.
36211         But don't bother with fallbacks if a method fails with errno == EPERM.
36212
36213 2004-05-11  Jim Meyering  <jim@meyering.net>
36214
36215         Prior to this change, the save_cwd caller required read access to the
36216         current directory on most systems (ones with the fchdir function).
36217
36218         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
36219         fails, try write-only, and finally, resort to using xgetcwd.
36220
36221 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
36222
36223         * lib/obstack.c, obstack.h: Import changes from libc.
36224
36225 2004-04-28  Bruno Haible  <bruno@clisp.org>
36226
36227         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
36228         also implicitly appends .exe to executables.
36229         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
36230         accepts Windows pathnames.
36231         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
36232         Treat Cygwin like Windows, since it now accepts Windows pathnames.
36233         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
36234         Treat Cygwin like Windows, since it now accepts Windows pathnames.
36235         Reported by Derek Robert Price <derek@ximbiot.com>.
36236
36237 2004-04-21  Karl Berry  <karl@gnu.org>
36238
36239         * config/srclist.txt (localcharset.c): break sync.
36240
36241 2004-04-20  Paul Eggert  <eggert@twinsun.com>
36242
36243         * m4/host-os.m4: Add a copyright notice.
36244
36245 2004-04-20  Jim Meyering  <jim@meyering.net>
36246
36247         Change UTILS_ to gl_ in AC_DEFINE'd names.
36248         Change utils_- and jm_-prefixed variables, too.
36249         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
36250         UTILS_FUNC_MKDIR_TRAILING_SLASH.
36251         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
36252
36253         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
36254         Don't emit trailing blanks.
36255         Also rename jm_-prefixed variables to have gl_ prefix.
36256
36257         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
36258         Also rename jm_-prefixed variables to have gl_ prefix.
36259
36260         * m4/jm-macros.m4: Reflect the renamings.
36261         * m4/prereq.m4: Likewise.
36262
36263 2004-04-20  Jim Meyering  <jim@meyering.net>
36264
36265         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
36266         memory.
36267
36268 2004-04-20  Jim Meyering  <jim@meyering.net>
36269             Bruno Haible  <bruno@clisp.org>
36270
36271         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
36272         memory when realloc fails.
36273
36274 2004-04-19  Jim Meyering  <jim@meyering.net>
36275
36276         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
36277         now that readutmp.c may call `free (0)'.
36278
36279 2004-04-19  Bruno Haible  <bruno@clisp.org>
36280
36281         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
36282         * m4/inttypes_h.m4: Likewise.
36283         * m4/stdint_h.m4: Likewise.
36284         * m4/intmax_t.m4: Likewise.
36285         * m4/uintmax_t.m4: Likewise.
36286
36287 2004-04-18  Jim Meyering  <jim@meyering.net>
36288
36289         * m4/prereq.m4: Don't forbid jm_ prefix.
36290
36291         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
36292         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
36293         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
36294         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
36295         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
36296         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
36297         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
36298         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
36299         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
36300         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
36301         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
36302         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
36303         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
36304         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
36305         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
36306         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
36307         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
36308         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
36309         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
36310
36311 2004-04-18  Jim Meyering  <jim@meyering.net>
36312
36313         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
36314         failure, don't leak memory and do call END_UTMP_ENT.
36315
36316 2004-04-16  Jim Meyering  <jim@meyering.net>
36317
36318         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
36319         coreutils' stat program.
36320         (gl_PREREQ): Don't require jm_PREREQ_STAT.
36321
36322 2004-04-11  Paul Eggert  <eggert@twinsun.com>
36323
36324         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
36325         C89.
36326         (CHAR_BIT): Remove, since we assume C89.
36327         Include <stdint.h> if available, as per current Autoconf CVS advice.
36328
36329 2004-03-31  Jim Meyering  <jim@meyering.net>
36330
36331         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
36332         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
36333         * m4/xalloc.m4: Likewise.
36334
36335 2004-03-30  Paul Eggert  <eggert@twinsun.com>
36336
36337         Merge from coreutils.
36338
36339         * m4/inttostr.m4: New file.
36340         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
36341         Require AM_STDBOOL_H and gl_TIMESPEC instead.
36342         Require gl_CLOCK_TIME.
36343         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
36344
36345 2004-03-30  Paul Eggert  <eggert@twinsun.com>
36346
36347         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
36348         not bool, to be more consistent with Unix conventions.
36349         Suggested by Bruno Haible.
36350
36351         Merge from coreutils.
36352
36353         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
36354         * lib/umaxtostr.c: New files.
36355
36356         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
36357         the usual <time.h> dance.
36358         (get_date): Change signature to support fractional time stamps.
36359         All callers changed.
36360         * lib/getdate.y: Include "getdate.h" first, as we can now
36361         assume C89 and don't need to worry about 'const'.
36362         Similarly, include "unlocked-io.h" near start, not in middle.
36363         Include <limits.h>.
36364         (textint.value): Use long int rather than int.
36365         (textint.digits): Use size_t rather than int.
36366         (BILLION, LOG10_BILLION): New constants.
36367         (parser_control): New member rel_ns.  Members day_ordinal,
36368         time_zone, month, day, hour, minutes, rel_year, rel_month,
36369         rel_day, rel_hour, rel_minutes, rel_seconds
36370         are now long int, not int.  Member seconds is now struct timespec,
36371         not int.  New member timespec_seen.  Members dates_seen, days_seen,
36372         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
36373         not int.
36374         (%union.intval): Now long int, not int.
36375         New member timespec.
36376         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
36377         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
36378         (spec): Now is a timespec or an item list.
36379         (timespec, items): New nonterminals.
36380         (time, rel, relunit, number, get_date):
36381         Add support for fractional seconds.
36382         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
36383         (gmtime, localtime, mktime): Remove decls; not needed with C89.
36384         (to_hour): First arg is now long int, not int.
36385         (to_year): Returns long int, not int.
36386         Don't treat year -70 like 70.
36387         (tm_diff): Returns long int, not int.
36388         (lookup_word): Use bool instead of int when appropriate.
36389         (yylex): Use size_t for count, not int.
36390         Detect overflow when parsing large integer constants.
36391         Add support for fractions.
36392         (get_date): Make pointers 'const' if possible.
36393         Use more-portable code to detect integer overflow.
36394         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
36395         Don't use ctime; it's not reliable if the year has >4 digits.
36396
36397         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
36398         This is for compatibility with BSD.
36399
36400         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
36401         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
36402         From coreutils' system.h.
36403
36404         * lib/userspec.c: Don't include "posixver.h".
36405         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
36406         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
36407         compatible extension.  Simplify code by removing a boolean int
36408         that was always nonzero if a string was nonnull.
36409
36410 2004-03-30  Jim Meyering  <jim@meyering.net>
36411
36412         Merge from coreutils.
36413
36414         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
36415         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
36416         on some systems one must include <grp.h> before it.
36417         Reported by Christian Krackowizer.
36418
36419 2004-03-30  Jim Meyering  <jim@meyering.net>
36420
36421         Merge from coreutils.
36422
36423         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
36424
36425         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
36426         an empty input stream.
36427
36428         * lib/readtokens.c: Include <stdbool.h>.
36429         (readtoken): Use `size_t' rather than int/long.
36430         All callers adjusted.
36431         Use `bool' rather than `int' where appropriate.
36432         Use memset rather than an explicit loop.
36433         Use x2nrealloc rather than xrealloc.
36434         Allow the use of `\0' as a delimiter.
36435         (readtokens): Likewise.
36436         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
36437
36438 2004-03-30  Jim Meyering  <jim@meyering.net>
36439
36440         * m4/realloc.m4: Remove file, since now it does no more than
36441         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
36442         the `configure.ac' section of module/realloc.
36443         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
36444
36445 2004-03-30  Bruno Haible  <bruno@clisp.org>
36446
36447         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
36448         nonnull.
36449
36450 2004-03-29  Paul Eggert  <eggert@twinsun.com>
36451
36452         Merge changes to getloadavg.c from coreutils and Emacs.
36453
36454         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
36455         Define to an expression, not to the empty string.
36456         Include cloexec.h and xalloc.h.
36457         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
36458         Use set_cloexec_flag rather than rolling our own.
36459         * lib/cloexec.c, lib/cloexec.h: New files.
36460
36461 2004-03-29  Paul Eggert  <eggert@twinsun.com>
36462
36463         * m4/cloexec.m4: New file.
36464
36465 2004-03-18  Paul Eggert  <eggert@twinsun.com>
36466
36467         * lib/getopt.h: Sync with libc CVS.
36468
36469 2004-03-18  Paul Eggert  <eggert@twinsun.com>
36470             Bruno Haible  <bruno@clisp.org>
36471
36472         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
36473         mbswidth.
36474
36475 2004-03-18  Paul Eggert  <eggert@twinsun.com>
36476             Bruno Haible  <bruno@clisp.org>
36477
36478         * lib/mbswidth.h: Include <wchar.h> only if
36479         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
36480         <wchar.h>.
36481         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
36482
36483 2004-03-09  Paul Eggert  <eggert@twinsun.com>
36484
36485         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
36486         Sync with libc CVS.
36487         * lib/getopt_int.h: New file, also synced from libc.
36488
36489 2004-03-09  Paul Eggert  <eggert@twinsun.com>
36490
36491         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
36492         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
36493         Bring back getopt.c, getopt.h, getopt1.c.
36494
36495 2004-03-07  Paul Eggert  <eggert@twinsun.com>
36496
36497         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
36498         All uses changed.  Check for sa_sigaction member; this fixes
36499         a bug first reported by Jason Andrade in
36500         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
36501
36502 2004-03-07  Paul Eggert  <eggert@twinsun.com>
36503
36504         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
36505         '#if' expressions.  Unlike the code it replaces, it does not
36506         depend on (defined _SC_PAGESIZE).  However, it does depend on
36507         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
36508         first reported by Jason Andrade in
36509         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
36510
36511 2004-02-25  Simon Josefsson  <jas@extundo.com>
36512
36513         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
36514
36515 2004-02-25  Simon Josefsson  <jas@extundo.com>
36516
36517         * lib/strdup.h: New file.
36518         * lib/strdup.c: Include it.
36519         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
36520         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
36521
36522 2004-02-23  Karl Berry  <karl@gnu.org>
36523
36524         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
36525         (from fencepost.gnu.org:/gd/gnuorg).
36526
36527 2004-02-23  Karl Berry  <karl@gnu.org>
36528
36529         * config/srclistvars.sh (GNUORG) [karl]: redefine.
36530         * config/srclist.txt: add maintain/standards documents.
36531
36532 2004-02-18  Bruno Haible  <bruno@clisp.org>
36533
36534         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
36535         Reported by Derek Robert Price <derek@ximbiot.com>.
36536
36537 2004-02-16  Karl Berry  <karl@gnu.org>
36538
36539         * config/mkinstalldirs, install-sh: update from automake.
36540
36541 2004-02-06  Karl Berry  <karl@gnu.org>
36542
36543         * m4/po.m4: update from gettext 0.14.1.
36544
36545 2004-02-06  Karl Berry  <karl@gnu.org>
36546
36547         * lib/config.charset: update from gettext 0.14.1.
36548
36549 2004-02-05  Paul Eggert  <eggert@twinsun.com>
36550
36551         Add comments and code, prompted by suggestions from Bruno Haible
36552         for sh-quote.
36553         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
36554         describing the enum quoting_style values.
36555         * lib/quotearg.c (quotearg_alloc): New function.
36556         (quotearg_buffer_restyled): Treat lone { and } as special.
36557         Treat = as special.  Work around bug with older shells
36558         that "see" a '\' that is really the 2nd byte of a multibyte char.
36559         Quote empty string with shell_quoting_style.
36560
36561 2004-02-03  Bruno Haible  <bruno@clisp.org>
36562
36563         * m4/pipe.m4: New file, from GNU gettext.
36564
36565 2004-02-03  Bruno Haible  <bruno@clisp.org>
36566
36567         * lib/pipe.h: New file, from GNU gettext.
36568         * lib/pipe.c: New file, from GNU gettext.
36569
36570 2004-01-27  Bruno Haible  <bruno@clisp.org>
36571
36572         * m4/execute.m4: New file, from GNU gettext.
36573
36574 2004-01-27  Bruno Haible  <bruno@clisp.org>
36575
36576         * lib/execute.h: New file, from GNU gettext.
36577         * lib/execute.c: New file, from GNU gettext.
36578         * lib/w32spawn.h: New file, from GNU gettext.
36579
36580 2004-01-24  Paul Eggert  <eggert@twinsun.com>
36581
36582         Merge from diffutils.
36583
36584         * lib/file-type.c (file_type): Add typed memory objects.
36585         * lib/file-type.h (S_TYPEISTMO): New macro.
36586
36587         * lib/c-stack.h (c_stack_action): Remove argv argument.
36588         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
36589         (die): Don't calculate message unless segv_action returns.
36590         (get_stack_location, min_address_from_argv, max_address_from_argv,
36591         volatile stack_base, volatile_stack_size): Remove.
36592         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
36593         that every segmentation violation is a stack overflow.  (Ouch!)
36594         See Debian bug 136249 (still outstanding) for more info about why
36595         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
36596
36597 2004-01-24  Paul Eggert  <eggert@twinsun.com>
36598
36599         Exit-status fix from coreutils.
36600
36601         Use exit_failure consistently in place of EXIT_FAILURE,
36602         so that program exit statuses are consistent on failure.
36603
36604         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
36605         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
36606         * lib/argmatch.h: Comment fix to match the above.
36607         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
36608         Now a macro referring to exit_failure, instead of a separate
36609         variable.  Include "exitfail.h" to get it.
36610         * lib/xstrtol.h: Include "exitfail.h".
36611         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
36612
36613         * lib/long-options.c (parse_long_options): Use prototype
36614         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
36615         for clarity.
36616
36617 2004-01-21  Jim Meyering  <jim@meyering.net>
36618
36619         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
36620         so as not to conflict with a different-sized __mktime_internal
36621         function in GNU libc.
36622         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
36623         Problem building statically-linked `ls' reported by Michael Brunnbauer.
36624
36625 2004-01-20  Karl Berry  <karl@gnu.org>
36626
36627         * config/config.guess: update from config.
36628
36629         * config/srclistvars.sh: GNUWWWLICENSES for karl.
36630
36631 2004-01-20  Bruno Haible  <bruno@clisp.org>
36632
36633         Safer stack allocation.
36634         * lib/setenv.c: Include allocsa.h.
36635         (alloca): Remove fallback definition.
36636         (freea): Remove macro.
36637         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
36638         instead of freea.
36639
36640 2004-01-20  Bruno Haible  <bruno@clisp.org>
36641
36642         * m4/eealloc.m4: New file, from GNU gettext.
36643
36644 2004-01-20  Bruno Haible  <bruno@clisp.org>
36645
36646         * m4/allocsa.m4: New file, from GNU gettext.
36647
36648 2004-01-20  Bruno Haible  <bruno@clisp.org>
36649
36650         * lib/xallocsa.h: New file, from GNU gettext.
36651         * lib/xallocsa.c: New file, from GNU gettext.
36652
36653 2004-01-20  Bruno Haible  <bruno@clisp.org>
36654
36655         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
36656
36657 2004-01-20  Bruno Haible  <bruno@clisp.org>
36658
36659         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
36660         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
36661         specially.
36662
36663 2004-01-20  Bruno Haible  <bruno@clisp.org>
36664
36665         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
36666         patch.
36667
36668 2004-01-20  Bruno Haible  <bruno@clisp.org>
36669
36670         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
36671
36672 2004-01-20  Bruno Haible  <bruno@clisp.org>
36673
36674         * lib/eealloc.h: New file.
36675
36676 2004-01-20  Bruno Haible  <bruno@clisp.org>
36677
36678         * lib/binary-io.h: Avoid warnings on Cygwin.
36679
36680 2004-01-20  Bruno Haible  <bruno@clisp.org>
36681
36682         * lib/allocsa.h: New file, from GNU gettext.
36683         * lib/allocsa.c: New file, from GNU gettext.
36684
36685 2004-01-18  Karl Berry  <karl@gnu.org>
36686
36687         * doc/gpl.texi, doc/lgpl.texi: new files.
36688
36689 2004-01-18  Karl Berry  <karl@gnu.org>
36690
36691         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
36692         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
36693
36694 2004-01-15  Paul Eggert  <eggert@twinsun.com>
36695
36696         Merge from coreutils.
36697
36698         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
36699         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
36700         (gl_DEFAULT_POSIX2_VERSION): Move
36701         the documentation from 'configure' into 'config.hin',
36702         so that 'configure --help' isn't burdened by it and
36703         we don't have to worry about its formatting there.
36704         Reword the documentation so that it's more succinct
36705         and can be run together into a single paragraph.
36706         * m4/same.m4 (gl_SAME): Check for pathconf.
36707
36708 2004-01-15  Paul Eggert  <eggert@twinsun.com>
36709
36710         Merge from coreutils.
36711
36712         * lib/posixver.c: Include posixver.h.
36713
36714         * lib/same.c: Include <stdbool.h>, <limits.h>.
36715         (_POSIX_NAME_MAX): Define if not defined.
36716         (MIN): New macro.
36717         (same_name): If file names are silently truncated, report
36718         that the file names are the same if they are the same after
36719         the silent truncation.
36720
36721         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
36722         conversion function.
36723         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
36724         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
36725         longer needed.
36726
36727 2004-01-15  Jim Meyering  <jim@meyering.net>
36728
36729         Merge from coreutils.
36730
36731         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
36732         if no library is required.
36733         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
36734         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
36735         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
36736         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
36737         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
36738         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
36739         value, $ac_cv_search_crypt, if it's "none required".
36740         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
36741         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
36742         not gl_FUNC_GETLOADAVG.
36743         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
36744         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
36745
36746 2004-01-15  Jim Meyering  <jim@meyering.net>
36747
36748         Merge from coreutils.
36749
36750         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
36751         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
36752         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
36753
36754         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
36755         optional configure-time default.
36756
36757         * lib/version-etc.c (version_etc_copyright): Update copyright date.
36758
36759         * lib/xreadlink.c (xreadlink): Correct outdated comment.
36760
36761 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
36762
36763         Merge from coreutils.
36764
36765         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
36766         value, $ac_cv_search_nanosleep, if it's "none required".
36767
36768 2004-01-14  Paul Eggert  <eggert@twinsun.com>
36769
36770         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
36771         with like-named macro in fnmatch.c.
36772         (EXT): Use an internal constant instead.
36773
36774         Merge fnmatch patches from glibc.
36775         * lib/fnmatch.c (mbsinit): Remove define.
36776         Add libc_hidden_ver (__fnmatch, fnmatch).
36777         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
36778         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
36779
36780 2004-01-14  Karl Berry  <karl@gnu.org>
36781
36782         * config/install-sh: update from automake.
36783
36784 2004-01-13  Karl Berry  <karl@gnu.org>
36785
36786         * config/install-sh: update from automake.
36787
36788 2004-01-09  Karl Berry  <karl@gnu.org>
36789
36790         * config/install-sh: update from automake.
36791
36792 2004-01-05  Karl Berry  <karl@gnu.org>
36793
36794         * config/config.{sub,guess}: update from config.
36795
36796 2003-12-31  Karl Berry  <karl@gnu.org>
36797
36798         * config/depcomp: update from automake.
36799
36800 2003-12-14  Karl Berry  <karl@gnu.org>
36801
36802         * lib/config.charset: update from gettext-runtime.
36803
36804 2003-12-03  Paul Eggert  <eggert@twinsun.com>
36805
36806         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
36807         Bug reported by Alfred M. Szmidt.
36808
36809 2003-12-03  Bruno Haible  <bruno@clisp.org>
36810
36811         * m4/gettext.m4: Upgrade from gettext-0.13.
36812         * m4/po.m4: Upgrade from gettext-0.13.
36813         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
36814         * m4/intmax.m4: New file, from gettext-0.13.
36815         * m4/printf-posix.m4: New file, from gettext-0.13.
36816
36817 2003-11-29  Karl Berry  <karl@gnu.org>
36818
36819         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
36820
36821 2003-11-25  Paul Eggert  <eggert@twinsun.com>
36822             Bruno Haible  <bruno@clisp.org>
36823
36824         * lib/printf-parse.h: Don't include sys/types.h.
36825         (ARG_NONE): New macro.
36826         (char_directive): Change type of *arg_index fields to size_t.
36827         * lib/printf-parse.c: Don't include sys/types.h.
36828         (SSIZE_MAX): Remove macro.
36829         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
36830         Remove unnecessary overflow check.
36831         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
36832         fields.
36833
36834 2003-11-25  Bruno Haible  <bruno@clisp.org>
36835
36836         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
36837
36838 2003-11-25  Bruno Haible  <bruno@clisp.org>
36839
36840         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
36841         gt_TYPE_SSIZE_T.
36842
36843 2003-11-24  Paul Eggert  <eggert@twinsun.com>
36844
36845         * modules/alloca: Remove dependency on xalloc.
36846
36847 2003-11-24  Paul Eggert  <eggert@twinsun.com>
36848
36849         * lib/alloca.c: Remove dependency on xalloc module.
36850         (xalloc_die): Remove.
36851         (memory_full) [!defined emacs]: New macro.
36852         [!defined emacs]: Don't include xalloc.h.
36853         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
36854         address arithmetic overflows.  Change datatypes a bit to avoid
36855         unnecessary casts.
36856
36857 2003-11-22  Jim Meyering  <jim@meyering.net>
36858
36859         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
36860         s/size/size_t/.
36861
36862 2003-11-21  Karl Berry  <karl@gnu.org>
36863
36864         * config/config.{sub,guess}: update from config.
36865
36866 2003-11-18  Karl Berry  <karl@gnu.org>
36867
36868         * config/config.{sub,guess}: update from config.
36869
36870         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
36871
36872 2003-11-17  Paul Eggert  <eggert@twinsun.com>
36873
36874         * README: Mention that S+T cannot overflow if S is the size of
36875         an existing object and T is sufficiently small.
36876
36877 2003-11-17  Jim Meyering  <jim@meyering.net>
36878
36879         On systems without utime and without a utimes function capable of
36880         dealing with a NULL struct utimbuf* argument, this utime replacement
36881         could -- in unusual circumstances -- leak a file descriptor.
36882         * lib/utime.c: Include <unistd.h> and <errno.h>.
36883         (utime_null): Be sure to close `fd' and to preserve errno.
36884         Reported by Geoff Collyer via Arnold Robbins.
36885
36886 2003-11-17  Bruno Haible  <bruno@clisp.org>
36887
36888         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
36889         (Depends-on): Add xsize.
36890
36891 2003-11-17  Bruno Haible  <bruno@clisp.org>
36892
36893         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
36894
36895 2003-11-17  Bruno Haible  <bruno@clisp.org>
36896
36897         * lib/vasnprintf.c (alloca): Remove fallback definition.
36898         (freea): Remove definition.
36899         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
36900         Reported by Paul Eggert.
36901
36902 2003-11-16  Paul Eggert  <eggert@twinsun.com>
36903             Bruno Haible  <bruno@clisp.org>
36904
36905         Protect against address arithmetic overflow.
36906         * lib/printf-args.h: Include stddef.h.
36907         (arguments): Change type of field 'count' to size_t.
36908         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
36909         'unsigned int' where appropriate.
36910         * lib/printf-parse.h: Include sys/types.h.
36911         (char_directive): Change type of *arg_index fields to ssize_t.
36912         (char_directives): Change type of fields 'count', max_*_length to
36913         size_t.
36914         * lib/printf-parse.c: Include sys/types.h and xsize.h.
36915         (SSIZE_MAX): Define fallback value.
36916         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
36917         instead of 'int' where appropriate. Check a_allocated, d_allocated
36918         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
36919         * lib/vasnprintf.c: Include xsize.h.
36920         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
36921         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
36922         overflow. Avoid wraparound when converting a width or precision from
36923         decimal to binary.
36924
36925 2003-11-16  Bruno Haible  <bruno@clisp.org>
36926
36927         Update from GNU gettext.
36928         * lib/printf-parse.c: Generalize to it can be compiled for wide
36929         strings.
36930         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
36931         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
36932         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
36933         SNPRINTF): New macros.
36934         Don't include <alloca.h> if the file is used inside libintl.
36935         (local_wcslen): New function, for Solaris 2.5.1.
36936         (VASNPRINTF): Use it instead of wcslen.
36937
36938 2003-11-16  Bruno Haible  <bruno@clisp.org>
36939
36940         * lib/xsize.h (xmax): New function.
36941         (xsum, xsum3, xsum4): Declare as "pure" functions.
36942
36943 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36944
36945         * modules/xalloc (Files): Undo latest change, since xalloc.h
36946         no longer needs SIZE_MAX or PTRDIFF_MAX.
36947
36948 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36949
36950         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
36951         gl_PTRDIFF_MAX.
36952
36953 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36954
36955         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
36956         "return", to pacify some unknown compiler.  Problem reported
36957         by Joerg Schilling.
36958
36959 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36960
36961         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
36962         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
36963         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
36964         heuristic is just as accurate as far as we know, and it removes a
36965         dependency on size_max.m4 and ptrdiff_max.m4.
36966
36967 2003-11-11  Bruno Haible  <bruno@clisp.org>
36968
36969         * modules/xsize (Files): Add m4/size_max.m4.
36970         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
36971
36972 2003-11-11  Bruno Haible  <bruno@clisp.org>
36973
36974         * m4/size_max.m4: New file.
36975         * m4/ptrdiff_max.m4: New file.
36976         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
36977         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
36978         (gl_XALLOC): Invoke it.
36979
36980 2003-11-11  Bruno Haible  <bruno@clisp.org>
36981
36982         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
36983         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
36984         defined.
36985
36986 2003-11-10  Paul Eggert  <eggert@twinsun.com>
36987
36988         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
36989         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
36990         rejected some allocations of exactly SIZE_MAX - 2 bytes.
36991         From Bruno Haible.
36992         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
36993         not (size_t) -1, since it's defined here.
36994
36995 2003-11-09  Karl Berry  <karl@gnu.org>
36996
36997         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
36998
36999 2003-11-06  Paul Eggert  <eggert@twinsun.com>
37000
37001         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
37002         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
37003         Reject sizes of exactly SIZE_MAX bytes.
37004         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
37005         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
37006
37007 2003-11-05  Bruno Haible  <bruno@clisp.org>
37008
37009         * lib/xsize.h: Include limits.h, to avoid a possible collision with
37010         SIZE_MAX defined in <limits.h> on Solaris.
37011
37012 2003-11-04  Jim Meyering  <jim@meyering.net>
37013
37014         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
37015         variable names, rather than @VAR@.
37016         * modules/poll: Likewise.
37017
37018 2003-11-04  Bruno Haible  <bruno@clisp.org>
37019
37020         * modules/xsize: New file.
37021         * modules/linebreak: Depend on xsize.
37022         * MODULES.html.sh (func_all_modules): Add xsize.
37023
37024 2003-11-04  Bruno Haible  <bruno@clisp.org>
37025
37026         * m4/xsize.m4: New file.
37027
37028 2003-11-04  Bruno Haible  <bruno@clisp.org>
37029
37030         * lib/xsize.h: New file.
37031         * lib/linebreak.c: Include xsize.h.
37032         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
37033         argument for overflow.
37034         Suggested by Paul Eggert.
37035
37036 2003-11-03  Karl Berry  <karl@gnu.org>
37037
37038         * config/config.{guess,sub}: update from config.
37039
37040 2003-11-03  Jim Meyering  <jim@meyering.net>
37041
37042         * modules/userspec (lib_SOURCES): Add userspec.h.
37043         (Include): Add "userspec.h".
37044         Improve description.
37045
37046 2003-11-03  Jim Meyering  <jim@meyering.net>
37047
37048         * lib/userspec.c: Include "userspec.h".
37049         * lib/userspec.h: New file.
37050
37051 2003-11-03  Bruno Haible  <bruno@clisp.org>
37052
37053         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
37054
37055 2003-11-03  Bruno Haible  <bruno@clisp.org>
37056
37057         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
37058         available, to avoid (extremely rare) race condition.
37059         Suggested by Paul Eggert.
37060
37061 2003-11-02  Karl Berry  <karl@gnu.org>
37062
37063         * config/srclist.txt (vasprintf.c): sync broken, sigh.
37064
37065 2003-10-31  Paul Eggert  <eggert@twinsun.com>
37066
37067         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
37068         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
37069         (read_filesystem_list): Set and use me_type_malloced.
37070         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
37071         whatever the type happens to be), for brevity and consistency.
37072         Check for size calculation overflow on Alphas running OSF/1.
37073
37074 2003-10-31  Jim Meyering  <jim@meyering.net>
37075
37076         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
37077
37078         * lib/linebuffer.c: Include <string.h> for declaration of memset.
37079
37080 2003-10-30  Paul Eggert  <eggert@twinsun.com>
37081             Bruno Haible  <bruno@clisp.org>
37082
37083         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
37084         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
37085
37086 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
37087
37088         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
37089         netbsd*-gnu*.  Suggested by Robert Millan.
37090
37091 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37092
37093         * modules/group-member: Depend on stdbool.
37094
37095 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37096
37097         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
37098
37099 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37100
37101         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
37102         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
37103         after the 'gnu' in these cases.  This fixes some bugs in the
37104         previous change, and is based on suggestions by Robert Millan.
37105
37106 2003-10-29  Paul Eggert  <eggert@twinsun.com>
37107
37108         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
37109         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
37110         no longer needed.
37111         * lib/quotearg.c (quotearg_n_options): Use it.
37112         * lib/group-member.c: Include <stdbool.h>.
37113         (free_group_info): Arg is now const *; don't free arg.
37114         (get_group_info): Now returns bool and accepts struct group_info *,
37115         rather than returning a malloc'ed struct group_info *.
37116         All uses changed.  Check for overflow in internal size calculation.
37117
37118         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
37119         rather than xmalloc/xrealloc.
37120         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
37121         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
37122         conformance bug: the old code used a pointer after freeing the
37123         storage that it addressed.
37124         * lib/hash.c (hash_initialize): Simplify the code by using
37125         xalloc_oversized rather than doing it by hand.
37126         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
37127         the buffer preserved.  Use free and xmalloc instead.
37128         * lib/quotearg.c (quotearg_n_options): Likewise.
37129         Use a simpler test for size overflow.  Don't use xalloc_oversized
37130         because unsigned int might be wider than size_t (!); this suggests
37131         that we should switch from unsigned int to size_t for slot numbers.
37132
37133 2003-10-28  Paul Eggert  <eggert@twinsun.com>
37134
37135         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
37136         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
37137         NetBSD kernels.  Requested by Richard Stallman.
37138
37139 2003-10-27  Paul Eggert  <eggert@twinsun.com>
37140
37141         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
37142         to allocate the returned structure.  Do not allocate a subarray,
37143         as x2nrealloc will do that.
37144         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
37145         instead of xnrealloc.
37146         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
37147
37148 2003-10-27  Bruno Haible  <bruno@clisp.org>
37149
37150         * lib/stdbool_.h: Better support for BeOS.
37151
37152 2003-10-26  Paul Eggert  <eggert@twinsun.com>
37153
37154         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
37155         now uses inline.
37156
37157 2003-10-26  Paul Eggert  <eggert@twinsun.com>
37158
37159         * lib/xalloc.h (xalloc_oversized): New static inline function, for
37160         callers that want to do their own size-overflow checking.  Include
37161         <stdbool.h>, since xalloc_oversized returns bool.
37162         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
37163         to use xalloc_oversized.
37164
37165         Add two functions x2realloc, x2nrealloc, for programs that grow
37166         arrays dynamically by doubling their sizes.
37167         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
37168         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
37169         New functions.
37170
37171         Port to C99 semantics for 'inline' of external functions.
37172         Bug reported by Bruno Haible.
37173         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
37174         with the old contents of xnmalloc.
37175         (xnmalloc, xmalloc): Use it.
37176         (xnrealloc_inline): New static inline function,
37177         with the old contents of xnrealloc.
37178         (xnrealloc, xrealloc): Use it.
37179
37180         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
37181         that.
37182
37183 2003-10-26  Karl Berry  <karl@gnu.org>
37184
37185         * config/srclist.txt (COPYING.DOC): no longer available from
37186         /gd/gnuorg; don't know where the ultimate source is.
37187
37188 2003-10-25  Paul Eggert  <eggert@twinsun.com>
37189
37190         Fix several address-calculation bugs in the hash modules,
37191         plus some minor code cleanup.
37192
37193         * lib/hash.h: Include <stdbool.h>, for bool.
37194         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
37195         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
37196         hash_get_n_entries, hash_get_max_bucket_length,
37197         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
37198         hash_rehash): Use size_t rather than unsigned.
37199         * lib/hash.c (struct hash_table, hash_get_n_buckets,
37200         hash_get_n_buckets_used, hash_get_n_entries,
37201         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
37202         hash_get_entries, hash_do_for_each, hash_string, is_prime,
37203         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
37204         Likewise.
37205         (SIZE_MAX): Define if not defined.
37206         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
37207         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
37208         hash_print):
37209         Use const * when possible.
37210         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
37211         (check_tuning): Fix bug: if tuning parameters were very close to
37212         0 or 1, rounding errors could have caused subscript violations.
37213         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
37214         (hash_initialize): Add 'fail:' label
37215         to free table and return NULL, and use it to simplify code.
37216         Use calloc rather than clearing the storage ourself.
37217         (hash_initialize, hash_rehash): Check for arithmetic overflow in
37218         buffer size calculations.
37219         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
37220         Include <stddef.h>, for size_t.
37221         * lib/hash-pjw.c (hash_pjw): Likewise.
37222         Switch to method described by Bruno Haible.
37223         Include <limits.h>, for CHAR_BIT.
37224         (SIZE_BITS): New macro.
37225
37226 2003-10-23  Paul Eggert  <eggert@twinsun.com>
37227
37228         * m4/getline.m4 (AM_FUNC_GETLINE):
37229         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
37230         hosts.  Problem reported by Derek Robert Price in
37231         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
37232         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
37233         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
37234
37235 2003-10-21  Paul Eggert  <eggert@twinsun.com>
37236
37237         * lib/getndelim2.c (getndelim2): When size calculation overflows,
37238         ceiling the allocation at NMAX bytes rather than silently
37239         discarding input bytes before NMAX is reached.  This makes
37240         a difference only if NMAX exceeds SIZE_MAX / 2.
37241
37242         * lib/obstack.c: Merge from glibc.
37243         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
37244         Add libc_hidden_def (_obstack_newchunk).
37245         (_obstack_free) [! defined _LIBC]: Remove.
37246         [defined _LIBC]: Make a strong alias from obstack_free, rather than
37247         a clone of the function body.
37248         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
37249         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
37250
37251         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
37252         glibc.
37253         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
37254         arg to memcpy.
37255
37256         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
37257         (obstack_ptr_grow_fast, obstack_int_grow_fast):
37258         Don't use lvalue casts, as GCC plans to remove support for them
37259         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
37260         was also present in the non-GCC version, indicating that this
37261         code had always been buggy and had never been widely used.
37262         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
37263         Use the fast variant of each macro, rather than copying the
37264         definiens of the fast variant; that way, we'll be more likely to
37265         catch future bugs in the fast variants.
37266
37267 2003-10-20  Bruno Haible  <bruno@clisp.org>
37268
37269         * modules/wait-process: New file.
37270         * MODULES.html.sh (func_all_modules): Add wait-process.
37271
37272 2003-10-20  Bruno Haible  <bruno@clisp.org>
37273
37274         * m4/wait-process.m4: New file.
37275
37276 2003-10-20  Bruno Haible  <bruno@clisp.org>
37277
37278         * lib/wait-process.h: New file, from GNU gettext.
37279         * lib/wait-process.c: New file, from GNU gettext.
37280
37281 2003-10-19  Jim Meyering  <jim@meyering.net>
37282
37283         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
37284         HPUX 10.20.
37285
37286 2003-10-18  Karl Berry  <karl@gnu.org>
37287
37288         * config/config.guess: update from config.
37289
37290 2003-10-16  Paul Eggert  <eggert@twinsun.com>
37291
37292         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
37293         (getgroups): First arg is int, not size_t.
37294         Don't let 'free' mangle errno.
37295
37296 2003-10-16  Paul Eggert  <eggert@twinsun.com>
37297
37298         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
37299
37300 2003-10-16  Karl Berry  <karl@gnu.org>
37301
37302         * config/config.{guess,sub}: update from config.
37303
37304 2003-10-16  Jim Meyering  <jim@meyering.net>
37305
37306         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
37307         memcpy.
37308
37309 2003-10-15  Paul Eggert  <eggert@twinsun.com>
37310
37311         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
37312         (SIZE_MAX): Remove.
37313         (new_exclude, add_exclude_file): Initial size no longer needs to
37314         be a power of 2.
37315         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
37316         our own address arithmetic overflow checking.
37317
37318         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
37319         (fnmatch): Do not alloca more than 2000 wide characters;
37320         instead, use malloc for large buffers.
37321         Check for address arithmetic overflow, and return -1
37322         with errno set to ENOMEM in that case.
37323         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
37324         (NEW_PATTERN): Do not alloca more than 8000 bytes;
37325         instead, return -1.  Check for address arithmetic overflow.
37326
37327 2003-10-14  Paul Eggert  <eggert@twinsun.com>
37328
37329         Handle invalid suffixes and overflow independently, so that
37330         callers can treat them independently as needed.  Fix some bugs in
37331         suffix handling, e.g., "100k@" was not diagnosed as an invalid
37332         suffix for a human-readable blocksize.  The major caller-visible
37333         change is the addition of a new
37334         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
37335         that both overflow and suffix chars were found.
37336
37337         * lib/human.c (humblock): Don't check separately for invalid suffix
37338         char; that is xstrtoumax's job (now that its bug is fixed).
37339         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
37340         INTMAX_MAX]: New macros.
37341         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
37342         TYPE_MAXIMUM): New macros.
37343         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
37344         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
37345         if overflow occurs, as it's what __strtol does and it's more useful
37346         in practice.
37347         (__xstrtol): If __strtol reports some error other than ERANGE,
37348         reflect it to the caller as LONGINT_INVALID.  If it reports
37349         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
37350         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
37351         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
37352         value.
37353         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
37354         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
37355         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
37356         [defined UINTMAX_MAX]: New macros.
37357
37358 2003-10-14  Bruno Haible  <bruno@clisp.org>
37359
37360         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
37361
37362 2003-10-14  Bruno Haible  <bruno@clisp.org>
37363
37364         * m4/sig_atomic_t: New file, from GNU gettext.
37365         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
37366
37367 2003-10-14  Bruno Haible  <bruno@clisp.org>
37368
37369         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
37370         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
37371         Also use volatile where needed.
37372
37373 2003-10-12  Paul Eggert  <eggert@twinsun.com>
37374
37375         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
37376         Change maintainer from Bruno Haible to 'all'.
37377
37378 2003-10-12  Paul Eggert  <eggert@twinsun.com>
37379
37380         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
37381
37382 2003-10-12  Paul Eggert  <eggert@twinsun.com>
37383
37384         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
37385         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
37386         and define in terms of the other primitives.
37387         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
37388         (SIZE_MAX): Define if not already defined.
37389         (array_size_overflow): New function.
37390         (xalloc_die): Abort instead of exiting if 'error' returns.
37391         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
37392         (xmalloc, xrealloc): Use them.
37393         (xcalloc): Check for address arithmetic overflow.
37394         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
37395         a bit faster than strcpy.
37396
37397 2003-10-10  Simon Josefsson  <jas@extundo.com>
37398
37399         * modules/argp (Depends-on): Add restrict and strcase.
37400
37401 2003-10-10  Simon Josefsson  <jas@extundo.com>
37402
37403         * m4/argp.m4: Add AC_C_INLINE.
37404
37405 2003-10-08  Paul Eggert  <eggert@twinsun.com>
37406
37407         Merge getpass from libc, plus a few fixes.
37408
37409         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
37410         Include <stdbool.h>.
37411         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
37412         __fsetlocking to empty.
37413         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
37414         do include <bits/libc-lock.h>.
37415         Do not include <fcntl.h>; not needed.
37416         [_LIBC]: Include <wchar.h>.
37417         (NOTCANCEL_MODE): New macro.
37418         (flockfile, funlockfile) [_LIBC]: New macros.
37419         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
37420         [!_LIBC]: New macros.
37421         (call_fclose): New function.
37422         (getpass): Use it.  Save tty stream separately; this simplifies the
37423         code and makes it more reliable if stdin happens to equal stdout.
37424         Invoke __fsetlocking on tty.
37425         Handle thread cancellation if needed.
37426         Namespace cleanup (use __tcgetattr, __getline).
37427         Use bool for Booleans.
37428         [USE_IN_LIBIO]: Handle wide streams.
37429         [!_LIBC]: Unconditionally do the fseek, since we don't know what
37430         stream might go where.
37431
37432         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
37433         doesn't have to include <stdio.h> before us.
37434         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
37435         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
37436         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
37437         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
37438         if not declared, so that we can use getpass.c code from libc without
37439         rewriting it.
37440         (flockfile, ftrylockfile, funlockfile): New macros.
37441
37442 2003-10-08  Paul Eggert  <eggert@twinsun.com>
37443
37444         * modules/getpass: Depend on stdbool.
37445
37446 2003-10-08  Paul Eggert  <eggert@twinsun.com>
37447
37448         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
37449
37450 2003-10-07  Karl Berry  <karl@gnu.org>
37451
37452         * config/config.{guess,sub}: update from config.
37453
37454 2003-10-06  Jim Meyering  <jim@meyering.net>
37455             Bruno Haible  <bruno@clisp.org>
37456
37457         This lets translators provide better translations for the
37458         "Written by ..." part of --version output.
37459         * lib/version-etc.h: Include stdarg.h.
37460         (version_etc_copyright): Declare as readonly.
37461         (version_etc): Make this function variadic with a NULL-terminated list
37462         of author name strings.
37463         (version_etc_va): New declaration.
37464         * lib/version-etc.c: Include stdarg.h, stdlib.h.
37465         (version_etc_copyright): Declare as readonly.
37466         (version_etc_va): New function. Provide a different translatable string
37467         for each possible number of authors < 10. Abbreviate when there are 10
37468         authors or more.
37469         (version_etc): Make this function variadic. Call version_etc_va.
37470         Suggestion from Gary V. Vaughan.
37471
37472         * lib/long-options.h (parse_long_options): Change prototype: the
37473         authors string is moved to the end and becomes variadic.
37474         * lib/long-options.c: Include stdarg.h.
37475         (parse_long_options): Make this function variadic, too.
37476         Call version_etc_va, not version_etc.
37477
37478 2003-10-06  Bruno Haible  <bruno@clisp.org>
37479
37480         * modules/version-etc-2: Remove file.
37481         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
37482
37483 2003-10-06  Bruno Haible  <bruno@clisp.org>
37484
37485         * modules/fatal-signal: New file.
37486         * MODULES.html.sh (func_all_modules): Add fatal-signal.
37487
37488 2003-10-06  Bruno Haible  <bruno@clisp.org>
37489
37490         * m4/fatal-signal.m4: New file.
37491         * m4/signalblocking.m4: New file, from GNU gettext.
37492
37493 2003-10-06  Bruno Haible  <bruno@clisp.org>
37494
37495         * lib/version-etc-2.h: Remove file.
37496         * lib/version-etc-2.c: Remove file.
37497
37498 2003-10-06  Bruno Haible  <bruno@clisp.org>
37499
37500         * lib/fatal-signal.h: New file, from GNU gettext.
37501         * lib/fatal-signal.c: New file, from GNU gettext.
37502
37503 2003-10-05  Paul Eggert  <eggert@twinsun.com>
37504
37505         * README: Rework advice for preventing empty .o files.
37506         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
37507         not <sys/types.h>.
37508
37509 2003-10-04  Karl Berry  <karl@gnu.org>
37510
37511         * lib/argp*: update from libc.
37512
37513 2003-10-04  Karl Berry  <karl@gnu.org>
37514
37515         * config/config.{guess,sub}: update from config.
37516
37517 2003-10-02  Bruno Haible  <bruno@clisp.org>
37518
37519         * modules/lchown (Include): Add lchown.h.
37520         * modules/time_r (Include): Use "..." syntax.
37521         * modules/xgetdomainname (Include): Add xgetdomainname.h.
37522
37523 2003-10-01  Simon Josefsson  <jas@extundo.com>
37524
37525         * MODULES.html.sh (func_all_modules): Move gethostname from section
37526         'based on' to section 'lacking' POSIX:2001.
37527
37528 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
37529
37530         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
37531         to output mode on the same stream.
37532
37533 2003-09-29  Paul Eggert  <eggert@twinsun.com>
37534
37535         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
37536         Fix arg typo in previous patch.
37537
37538 2003-09-28  Jim Meyering  <jim@meyering.net>
37539
37540         * lib/error.c: Correct cpp indentation.
37541
37542 2003-09-27  Paul Eggert  <eggert@twinsun.com>
37543
37544         * modules/free: New file.
37545
37546 2003-09-27  Paul Eggert  <eggert@twinsun.com>
37547
37548         * m4/free.m4: New file.
37549
37550 2003-09-27  Paul Eggert  <eggert@twinsun.com>
37551
37552         * lib/minmax.h (MIN, MAX)
37553         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
37554         Omit the special code that used __typeof__, since we worry that
37555         it could be more trouble than it's worth.  See:
37556         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
37557         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
37558
37559         * lib/free.c: New file.
37560
37561 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
37562
37563         Trivial fixes to Makefile.am parts of module listings.
37564         * modules/strstr: Append strstr.h to lib_SOURCES.
37565         * modules/strcase: Likewise, for strcase.h.
37566
37567 2003-09-27  Karl Berry  <karl@gnu.org>
37568
37569         * config/mkinstalldirs: update from automake.
37570
37571 2003-09-26  Paul Eggert  <eggert@twinsun.com>
37572
37573         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
37574         (error_tail): Do not loop, reallocating temporary buffer, since
37575         the output cannot contain more wide characters than the input
37576         contains bytes, the size must be big enough already.  This avoids
37577         one potential size overflow calculation.  Check for size overflow
37578         when calculating temporary buffer size.  Free temporary buffer
37579         when done, if it was allocated with malloc; this plugs a memory
37580         leak.  Remove casts from void * to pointers, that are no longer
37581         needed now that we're assuming C89 or better.
37582
37583         Merge error changes from glibc.
37584
37585         * lib/error.c, error.h: Update copyright notice header to match glibc.
37586         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
37587         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
37588         Disable cancellation while printing error.
37589         * lib/error.h: Prepend __ to parameter names.
37590
37591 2003-09-26  Jim Meyering  <jim@meyering.net>
37592
37593         * lib/error.c (error_tail): Move some declarations
37594         into inner scope where the local variables are used.
37595
37596 2003-09-26  Bruno Haible  <bruno@clisp.org>
37597
37598         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
37599         stpncpy().
37600         Don't define stpncpy through config.h; it's now done through stpncpy.h.
37601
37602 2003-09-26  Bruno Haible  <bruno@clisp.org>
37603
37604         * lib/stpncpy.h (gnu_stpncpy): New declaration.
37605         (stpncpy): Define as alias for gnu_stpncpy.
37606         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
37607
37608 2003-09-25  Simon Josefsson  <jas@extundo.com>
37609
37610         * lib/xgetdomainname.h: New file.
37611         * lib/xgetdomainname.c: New file.
37612
37613 2003-09-25  Simon Josefsson  <jas@extundo.com>
37614             Bruno Haible  <bruno@clisp.org>
37615
37616         * modules/getdomainname: New file.
37617         * modules/xgetdomainname: New file.
37618         * MODULES.html.sh (func_all_modules): Add getdomainname,
37619         xgetdomainname.
37620
37621 2003-09-25  Simon Josefsson  <jas@extundo.com>
37622             Bruno Haible  <bruno@clisp.org>
37623
37624         * m4/getdomainname.m4: New file.
37625
37626 2003-09-25  Simon Josefsson  <jas@extundo.com>
37627             Bruno Haible  <bruno@clisp.org>
37628
37629         * lib/getdomainname.h: New file.
37630         * lib/getdomainname.c: New file.
37631
37632 2003-09-25  Karl Berry  <karl@gnu.org>
37633
37634         * lib/argp-fmtstream.c, argp-help.c: update from libc.
37635
37636 2003-09-25  Karl Berry  <karl@gnu.org>
37637
37638         * config/install-sh: update from automake.
37639
37640 2003-09-25  Bruno Haible  <bruno@clisp.org>
37641
37642         * modules/version-etc-2: New file, from modules/version-etc with
37643         modifications.
37644         * MODULES.html.sh (func_all_modules): Add version-etc-2.
37645
37646 2003-09-25  Bruno Haible  <bruno@clisp.org>
37647
37648         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
37649         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
37650
37651 2003-09-24  Simon Josefsson  <jas@extundo.com>
37652
37653         * modules/xgethostname: Add xgethostname.h.
37654
37655 2003-09-24  Paul Eggert  <eggert@twinsun.com>
37656
37657         * lib/linebuffer.c (freebuffer): Don't free the argument, just
37658         the buffer associated with the argument.  Bug reported by
37659         Simon Josefsson.
37660
37661 2003-09-24  Paul Eggert  <eggert@twinsun.com>
37662
37663         * README: Document assumptions that 'int' is at least 32 bits
37664         wide, that integer arithmetic is 2's complement without overflow,
37665         that there are no holes in integer values, that adding sizes of
37666         two nonoverlapping objects can't overflow, and that all-bits-zero
37667         yields scalar zero.  Fix spelling and capitalization typos.
37668
37669 2003-09-19  Karl Berry  <karl@gnu.org>
37670
37671         * lib/argp.h: update from libc.
37672
37673 2003-09-17  Paul Eggert  <eggert@twinsun.com>
37674
37675         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
37676         to avoid spurious warnings like "AC_RUN_IFELSE was called before
37677         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
37678
37679 2003-09-17  Paul Eggert  <eggert@twinsun.com>
37680
37681         * gnulib-tool: Use "test -h", not "test -L", for portability
37682         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
37683         (tags_regexp): Remove, since \| doesn't conform to POSIX.
37684         (sed_extract_prog): Issue s commands one-by-one, rather than
37685         using \| in one s command.
37686
37687 2003-09-16  Paul Eggert  <eggert@twinsun.com>
37688
37689         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
37690         input error, instead of returning NULL the next time we are called
37691         (and therefore losing track of errno).
37692
37693 2003-09-16  Bruno Haible  <bruno@clisp.org>
37694
37695         * gnulib-tool (func_create_testdir): Warn about duplicated
37696         dependencies.
37697
37698 2003-09-15  Paul Eggert  <eggert@twinsun.com>
37699
37700         * modules/argmatch, modules/fatal, modules/obstack,
37701         modules/xalloc, modules/xgethostname: Sort dependencies by
37702         importance, not alphabetically.
37703
37704 2003-09-15  Paul Eggert  <eggert@twinsun.com>
37705
37706         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
37707         fails, so that the caller gets the proper errno.
37708
37709         * lib/readutmp.c (read_utmp): Likewise.
37710         Check for fstat error.  Close stream and free storage
37711         when failing.
37712
37713 2003-09-14  Karl Berry  <karl@gnu.org>
37714
37715         * config/srclist.txt (strdup.c): disable for c89 changes.
37716
37717 2003-09-14  Jim Meyering  <jim@meyering.net>
37718
37719         * lib/getloadavg.c: Correct cpp indentation.
37720         * lib/strdup.c: Likewise.
37721         * lib/vasnprintf.c: Likewise.
37722
37723 2003-09-14  Bruno Haible  <bruno@clisp.org>
37724
37725         * modules/fwriteerror: New file.
37726         * MODULES.html.sh (func_all_modules): Add fwriteerror.
37727
37728 2003-09-14  Bruno Haible  <bruno@clisp.org>
37729
37730         * lib/fwriteerror.h: New file.
37731         * lib/fwriteerror.c: New file.
37732
37733 2003-09-12  Paul Eggert  <eggert@twinsun.com>
37734
37735         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
37736         modules/xgethostname, modules/xalloc: Depend on exit.
37737
37738 2003-09-12  Paul Eggert  <eggert@twinsun.com>
37739
37740         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
37741
37742         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
37743         and AC_MINIX, too, so that their extensions are available.
37744
37745         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
37746         This macro has been superseded by gl_BACKUPFILE.
37747
37748         More patches to assume C89 or better.
37749
37750         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
37751
37752         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
37753         unconditionally.
37754         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
37755         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
37756         Include <string.h>, <stdlib.h> unconditionally.
37757         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
37758         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
37759         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
37760         headers or for string.h.
37761         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
37762         or strtoul.
37763
37764         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
37765         headers.
37766         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
37767         * m4/userspec.m4 (gl_USERSPEC): Likewise.
37768         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
37769         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
37770         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
37771         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
37772         memcpy, memset.
37773         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
37774         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
37775         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
37776         strtol.
37777         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
37778         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
37779         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
37780         strtoul.
37781
37782 2003-09-12  Paul Eggert  <eggert@twinsun.com>
37783
37784         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
37785         * lib/obstack.c [!defined _LIBC]: Likewise.
37786         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
37787         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
37788         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
37789
37790         More changes to assume C89 or better.
37791
37792         * lib/error.c (error_tail): Assume vprintf.
37793
37794         * lib/argmatch.c (getenv): Remove decl.
37795         * lib/progreloc.c (get_full_program_name): Define via prototype.
37796         * lib/setenv.c (clearenv): Likewise.
37797         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
37798         needed.
37799         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
37800         (malloc, memcpy): Remove decls.
37801         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
37802         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
37803         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
37804         (memcpy): Remove macro.
37805         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
37806         (__P): Remove.  All uses removed.
37807         (PTR): Remove.  All uses changed to void *.
37808         (CHAR_BIT, NULL): Remove.
37809         (spaces, zeros, memset_space, memset_zero)
37810         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
37811         Remove.
37812         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
37813         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
37814         Define with prototype.
37815         Remove now-unnecessary prototype decl.
37816         (extra_args_spec): Assume ANSI C.  All uses changed.
37817         (extra_args_spec_iso): Remove.
37818         (my_strftime, emacs_strftimeu): Define via prototype.
37819         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
37820         unconditionally.
37821         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
37822         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
37823         (strtoul, strtol): Remove decls.
37824         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
37825         LONG_MAX): Remove.
37826         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
37827         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
37828         (LOCALE_PARAM_PROTO): New macro.
37829         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
37830         (INTERNAL (strtol), strtol): Define with a prototype.
37831         (PARAMS): Remove.  All uses removed.
37832         * lib/tempname.c: Include <string.h> unconditionally.
37833         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
37834         * lib/xgethostname.c (main): Define with a prototype.
37835         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
37836         Include <stdlib.h> unconditionally.
37837         (calloc, malloc, realloc, free): Remove decls.
37838         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
37839         Include <stdlib.h> unconditionally.  Sort include file names.
37840         (strtod): Remove.
37841         (xstrtod): Define with a prototype.
37842         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
37843         (strtol, strtoul): Remove decls.
37844
37845 2003-09-11  Paul Eggert  <eggert@twinsun.com>
37846
37847         More patches to assume C89 or better.
37848         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
37849         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
37850         string.h, memchr, STDC_HEADERS.
37851
37852 2003-09-11  Paul Eggert  <eggert@twinsun.com>
37853
37854         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
37855         Include <stdlib.h>, <string.h> unconditionally.
37856         Remove now-unnecessary cast to char *.
37857         * lib/strnlen.c: Include <string.h> unconditionally.
37858         * lib/yesno.c (yesno): Define with a prototype.
37859
37860 2003-09-11  Bruno Haible  <bruno@clisp.org>
37861
37862         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
37863
37864 2003-09-10  Jim Meyering  <jim@meyering.net>
37865
37866         * lib/error.c: Correct indentation of cpp directives.
37867
37868 2003-09-10  Bruno Haible  <bruno@clisp.org>
37869
37870         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
37871         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
37872         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
37873         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
37874         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
37875         <stdlib.h> and <string.h> checks.
37876         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
37877         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
37878
37879 2003-09-10  Bruno Haible  <bruno@clisp.org>
37880
37881         * lib/strcspn.c: Include <string.h> unconditionally.
37882         * lib/strpbrk.c: Include <string.h> unconditionally.
37883         * lib/strstr.c: Include <string.h> unconditionally.
37884         * lib/unicodeio.c: Include <string.h> unconditionally.
37885         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
37886         * lib/unsetenv.c: Likewise.
37887         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
37888         * lib/yesno.c: Include <stdlib.h> unconditionally.
37889         (rpmatch): Add prototype.
37890
37891 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37892
37893         More patches to assume C89 or better.
37894         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
37895         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
37896         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
37897         or for string.h.
37898         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
37899         stdlib.h.
37900         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
37901         C headers.
37902         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
37903         string.h.
37904         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
37905         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
37906         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
37907         or for string.h.
37908         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
37909         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
37910         C headers.
37911         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
37912         memcpy.
37913         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
37914         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
37915         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
37916         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
37917         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
37918         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
37919         string.h, free.
37920         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
37921         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
37922         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
37923         C headers, or for string.h.
37924         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
37925         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
37926         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
37927         headers, memory.h, stdlib.h, string.h, strings.h.
37928         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
37929         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
37930         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
37931         strchr.
37932         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
37933         headers, memory.h, string.h.
37934         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
37935         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
37936         free.
37937         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
37938         headers.
37939         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
37940         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
37941         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
37942         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
37943         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
37944
37945 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37946
37947         More K&R removal.
37948
37949         * lib/acosl.c (main): Use a prototype.
37950         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
37951         tanl.c: Likewise.
37952
37953         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
37954
37955         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
37956         (getopt, etopt_long, getopt_long_only, _getopt_internal)
37957         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
37958         with a prototype.
37959         * lib/getopt.c (const): Remove macro.
37960         Include <string.h> unconditionally.
37961         (my_index): Remove; all uses changed to strchr.
37962         (strlen): Remove decl.
37963         (exchange): Remove forward decl; no longer needed.
37964         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
37965         Define with prototype.
37966         * lib/getopt1.c (const): Remove macro.
37967         (getopt_long, getopt_long_only, main): Define with prototype.
37968
37969         * lib/getugroups.c: Include <string.h> unconditionally.
37970
37971         * lib/getusershell.c: Include <stdlib.h> unconditionally.
37972         (getusershell, setusershell, endusershell, readname, main):
37973         Define with prototypes.
37974
37975         * lib/group-member.c: Include group-member.h first.
37976         Include <stdlib.h> unconditionally.
37977
37978         * lib/hard-locale.c: Include hard-locale.h first.
37979         Include <stdlib.h>, <string.h> unconditionally.
37980
37981         * lib/hash.c (free, malloc): Remove decls.
37982         Include <stdlib.h> unconditionally.
37983
37984         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
37985         (getenv): Do not declare.
37986
37987         * lib/idcache.c: Include <string.h> unconditionally.
37988
37989         * lib/long-options.c: Include long-options.h first, to test interface.
37990         Include <stdlib.h> unconditionally.
37991
37992         * lib/makepath.c: Include makepath.h first, to test interface.
37993         Include <stdlib.h> and <string.h> unconditionally.
37994
37995         * lib/linebuffer.c: Include <stdlib.h>.
37996         (free): Remove decl.
37997
37998         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
37999         stddef.h. rpl_malloc returns void *, not char *.
38000         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
38001         prototype.
38002
38003         * lib/md5.h: Include <limits.h> unconditionally.
38004         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
38005         (__P): Remove; all uses removed.
38006         * lib/md5.c: Include "md5.h" first.
38007         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
38008         md5_buffer, md5_process_bytes, md5_process_block):
38009         Define with prototypes.
38010         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
38011         * lib/sha.c: Include "sha.h" first.
38012         Include <stdlib.h>, <string.h> unconditionally.
38013
38014         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
38015         * lib/memcmp.c (__ptr_t): Likewise.
38016         * lib/memrchr.c (__ptr_t): Likewise.
38017         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
38018         Include <string.h> unconditionally.
38019         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
38020         * lib/memchr.c: Include <stdlib.h> unconditionally.
38021         * lib/memchr.c (LONG_MAX): Remove.
38022         * lib/memrchr.c (LONG_MAX): Likewise.
38023         * lib/memchr.c (__memchr): Define via a prototype.
38024         * lib/memrchr.c (__memrchr): Likewise.
38025         * lib/memcmp.c (__P): Remove, and remove all uses.
38026         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
38027         Remove forward decls; no longer needed.
38028         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
38029         Use types required by C89 in prototype.
38030
38031         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
38032         * lib/savedir.c: Likewise.
38033         * lib/mkdir.c (free): Remove decl.
38034         * lib/rmdir.c (rmdir): Define with a prototype.
38035         * lib/savedir.c: Include savedir.h first, to test interface.
38036
38037         * lib/mktime.c (STDC_HEADERS): Remove.
38038         Include <stdlib.h>, <string.h> unconditionally.
38039
38040         * lib/modechange.c: Include <stdlib.h> unconditionally.
38041         (malloc): Remove decl.
38042
38043         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
38044         (free): Remove decl.
38045
38046         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
38047         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
38048         (This type really should be intptr_t, but that's a C99ism.)
38049         (_obstack_memcpy): Remove: all uses changed to memcpy.
38050         Include <string.h> unconditionally.
38051         (struct obstack): Assume __STDC__ for types of members
38052         chunkfun, freefun, extra_arg.
38053         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
38054         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
38055         obstack_begin, obstack_specify_allocation,
38056         obstack_specify_allocation_with_arg, obstack_chunkfun,
38057         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
38058         Remove unprototyped decls and the macros that use them.
38059         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
38060         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
38061         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
38062         (defined __STDC__ && __STDC__)]:
38063         Remove nonprototyped code.
38064         Include <stdlib.h> unconditionally.
38065         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
38066         _obstack_allocated_p, _obstack_free, obstack_free,
38067         _obstack_memory_used, print_and_abort):
38068         Define using prototypes.
38069         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
38070         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
38071         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
38072         obstack_next_free, obstack_object_size, obstack_room) [0]:
38073         Remove unused, unprototyped code.
38074
38075         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
38076
38077         * lib/physmem.c (physmem_total, physmem_available, main): Define
38078         with prototypes.
38079
38080         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
38081         (main): Define with a prototype.
38082
38083         * lib/posixver.c (getenv): Remove decl.
38084
38085         * lib/putenv.c (malloc): Returns void *, not char *.
38086         Include <string.h> unconditionally.
38087         (strchr, memcpy, NULL): Do not define.
38088
38089         * lib/readtokens.c: Include readtokens.h first, to test interface.
38090         Include <stdlib.h>, <string.h> unconditionally.
38091         (init_tokenbuffer): Define with a prototype.
38092
38093         * lib/regex.c (PARAMS): Remove.  All uses removed.
38094         All uses of _RE_ARGS removed, too.
38095         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
38096         unconditionally.
38097         (bzero): Assume memset exists.
38098         (memcmp, memcpy, NULL): Remove.
38099         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
38100         char, or assignments to local vars of type signed char.
38101         (init_syntax_once, PREFIX(extract_number_and_incr),
38102         PREFIX(print_partial_compiled_pattern),
38103         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
38104         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
38105         PREFIX(regex_grow_registers), PREFIX(regex_compile),
38106         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
38107         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
38108         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
38109         wcs_compile_range, byte_compile_range, truncate_wchar,
38110         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
38111         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
38112         count_mbs_length, wcs_re_match_2_internal,
38113         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
38114         PREFIX(alt_match_null_string_p),
38115         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
38116         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
38117         regfree, PREFIX(extract_number)): Define with prototype.  Remove
38118         now-unnecessary declaration, if any.
38119         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
38120         regcomp, regexec):
38121         Remove now-unnecessary casts among pointer types.
38122         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
38123
38124         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
38125         (free): Remove decl.
38126
38127         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
38128
38129         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
38130         (free): Remove decl.
38131
38132         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
38133         * lib/xgetcwd.c: Likewise.
38134
38135         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
38136         (free): Remove decl.
38137
38138         * lib/strchrnul.c (strchrnul): Define with a prototype.
38139         Fix bug: c_in was not converted to char before searching.
38140
38141         The following changes are not K&R related:
38142
38143         * lib/group-member.h: Include <sys/types.h>, so that this file is
38144         self-contained.
38145         * lib/makepath.h: Likewise.
38146
38147         * lib/getusershell.c (readname, default_index, line_size, readname):
38148         Use size_t, not int, for sizes.
38149         (readname): If the size overflows, report an error instead of
38150         looping forever.
38151
38152 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38153
38154         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
38155         libc.
38156
38157 2003-09-09  Paul Eggert  <eggert@twinsun.com>
38158
38159         * README: New section: portability guidelines.
38160
38161 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
38162
38163         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
38164         C89 spec.
38165
38166 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
38167
38168         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
38169
38170 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38171
38172         Assume C89 or better; remove K&R cruft.
38173         A few of these changes were first proposed by Derek Robert Price
38174         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
38175
38176         * lib/addext.c: Include <string.h> unconditionally.
38177         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
38178         Don't declare getenv or malloc.
38179
38180         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
38181         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
38182         (NULL): Remove.
38183         (find_stack_direction, alloca): Use prototypes.
38184
38185         * lib/atexit.c (atexit): Define using a prototype.
38186
38187         * lib/basename.c, dirname.c, stripslash.c:
38188         Include <string.h> unconditionally.
38189
38190         * lib/bcopy.c: Include <stddef.h>.
38191         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
38192
38193         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
38194
38195         * lib/error.h (error, error_at_line, error_print_progname)
38196         [! (defined (__STDC__) && __STDC__)]: Remove decls.
38197         * lib/error.c: Include error.h first, to check interface.
38198         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
38199         (VA_START): Remove; all uses changeed to va_start.
38200         (exit, strerror): Remove decls.
38201         (error_print_progname): Prototype uncondionally.
38202         Don't include <errno.h>; no longer needed.
38203         (private_strerror): Remove.
38204         (error_tail): Always define.
38205         (error, error_at_line): Assume C89 or better; always use prototypes.
38206         * lib/fatal.c: Include "fatal.h" first, to test interface.
38207         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
38208         (VA_START): Remove; all uses changed to va_start.
38209         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
38210         this case.
38211         (exit): Remove decl.
38212         (fatal): Prototype unconditionally.  Assume va_start works.
38213         Abort at end, to pacify gcc.
38214
38215         * lib/euidaccess.c (main): Define with a prototype.
38216
38217         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
38218
38219         * lib/exitfail.c: Include <stdlib.h> unconditionally.
38220
38221         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
38222         prototypes.
38223         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
38224         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
38225         (getenv): Remove decl.
38226         (fnmatch): Define using a prototype.
38227         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
38228         (FCT): Define using a prototype.
38229
38230         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
38231
38232         * lib/gethostname.c: Include <stddef.h>.
38233         (gethostname): Define with prototype.  Length is size_t, not int.
38234
38235 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38236
38237         Assume C89 or better; remove K&R cruft.
38238         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
38239         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
38240         string.h, getenv, malloc.
38241         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
38242         headers.
38243         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
38244         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
38245         do not check for strerror.
38246         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
38247         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
38248         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
38249         do not check for doprnt or vprintf.
38250         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
38251         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
38252
38253 2003-09-08  Paul Eggert  <eggert@twinsun.com>
38254
38255         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
38256         getversion.c should have been removed then, but was accidentally
38257         preserved.
38258
38259         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
38260         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
38261
38262 2003-09-08  Karl Berry  <karl@gnu.org>
38263
38264         * config/config.sub, config.guess, srclistvars.sh: update from savannah
38265                 config, forget about prep.
38266
38267         * config/depcomp, missing: update from automake.
38268
38269 2003-09-07  Paul Eggert  <eggert@twinsun.com>
38270
38271         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
38272         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
38273
38274 2003-09-07  Paul Eggert  <eggert@twinsun.com>
38275
38276         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
38277         copy_tm_result.  Bug reported by Simon Josefsson in
38278         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
38279
38280 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38281
38282         * m4/time_r.m4: New file.
38283         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
38284         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
38285         is. Check for timegm declaration.
38286         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
38287         Do not check for gmtime_r.
38288         Replace mktime if __mktime_internal does not exist and if mktime
38289         hasn't been replaced already.
38290
38291 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38292
38293         * lib/time_r.c, lib/time_r.h: New files.
38294
38295         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
38296         __localtime_r.
38297         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
38298         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
38299
38300         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
38301         __gmtime_r.
38302         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
38303         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
38304         Include <time_r.h>.
38305
38306         * lib/timegm.c: Switch to glibc implementation, with the following
38307         changes:
38308         [defined HAVE_CONFIG_H]: Include <config.h>.
38309         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
38310         (__mktime_internal) [!defined _LIBC]: New decl.
38311         (__gmtime_r) [!defined _LIBC]: New macro and function.
38312         (timegm): Use a prototype, since gnulib assumes C89.
38313         Do not bother declaring tmp to be const, as it's not really usefu.
38314         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
38315         (timegm): Declare only if HAVE_DECL_TIMEGM.
38316
38317 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38318
38319         * MODULES.html.sh (func_all_modules): Add time_r.
38320         * modules/time_r: New file.
38321         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
38322         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
38323
38324 2003-09-03  Paul Eggert  <eggert@twinsun.com>
38325
38326         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
38327         Bug reported by Lute Kamstra in
38328         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
38329
38330         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
38331         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
38332         course with correspondingly smaller numbers for tomorrow and
38333         yesterday.  From Tadayoshi Funaba.  Originally installed into
38334         sh-utils on 1999-08-07, but the patch got lost (I guess during the
38335         coreutils merge?).
38336
38337 2003-08-31  Simon Josefsson  <jas@extundo.com>
38338
38339         * modules/timegm: New file.
38340         * MODULES.html.sh (func_all_modules): Add timegm.
38341
38342 2003-08-31  Simon Josefsson  <jas@extundo.com>
38343
38344         * m4/timegm.m4: New file.
38345
38346 2003-08-31  Simon Josefsson  <jas@extundo.com>
38347
38348         * lib/timegm.h: New file.
38349         * lib/timegm.c: New file.  Based on
38350         wget-1.8.2/src/http.c:mktime_from_utc.
38351
38352 2003-08-31  Karl Berry  <karl@gnu.org>
38353
38354         * lib/argp.h: update from libc.
38355
38356 2003-08-28  Bruno Haible  <bruno@clisp.org>
38357
38358         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
38359         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
38360         followed by '#define fnmatch fnmatch_posix' gives an error.
38361
38362 2003-08-28  Bruno Haible  <bruno@clisp.org>
38363
38364         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
38365         warning on QNX, which defines O_BINARY to 000000.
38366
38367 2003-08-27  Jim Meyering  <jim@meyering.net>
38368
38369         * m4/mkstemp.m4: Require that the system mkstemp be able to create
38370         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
38371         would fail after 32.  Reported by Danny Levinson.  Details here:
38372         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
38373
38374 2003-08-24  Bruno Haible  <bruno@clisp.org>
38375
38376         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
38377         MSVC7 <stdio.h> is included later.
38378
38379 2003-08-22  Simon Josefsson  <jas@extundo.com>
38380
38381         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
38382
38383 2003-08-20  Karl Berry  <karl@gnu.org>
38384
38385         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
38386
38387 2003-08-20  Bruno Haible  <bruno@clisp.org>
38388
38389         * modules/progname: New file.
38390         * MODULES.html.sh (func_all_modules): Add progname.
38391
38392 2003-08-20  Bruno Haible  <bruno@clisp.org>
38393
38394         * lib/progname.h: New file, from GNU gettext.
38395         * lib/progname.c: New file, from GNU gettext.
38396         * lib/progreloc.c: New file, from GNU gettext.
38397
38398 2003-08-19  Jim Meyering  <jim@meyering.net>
38399
38400         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
38401         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
38402
38403 2003-08-19  Bruno Haible  <bruno@clisp.org>
38404
38405         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
38406         more.
38407
38408 2003-08-19  Bruno Haible  <bruno@clisp.org>
38409
38410         * lib/xstrdup.c: Assume <string.h> exists.
38411
38412 2003-08-18  Paul Eggert  <eggert@twinsun.com>
38413
38414         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
38415         in makefile rules.
38416
38417 2003-08-18  Jim Meyering  <jim@meyering.net>
38418
38419         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
38420         * m4/lib-ld.m4: Likewise.
38421
38422 2003-08-18  Jim Meyering  <jim@meyering.net>
38423
38424         * lib/setenv.h: Indent nested cpp directive.
38425         * lib/vasnprintf.c: Remove trailing blanks.
38426
38427 2003-08-17  Simon Josefsson  <jas@extundo.com>
38428
38429         * modules/xstrndup: New file.
38430         * MODULES.html.sh (func_all_modules): Add xstrndup.
38431
38432 2003-08-17  Simon Josefsson  <jas@extundo.com>
38433
38434         * modules/argp: Fix autoconf macro name. Add more dependencies.
38435
38436 2003-08-17  Simon Josefsson  <jas@extundo.com>
38437
38438         * m4/xstrndup.m4: New file.
38439
38440 2003-08-17  Simon Josefsson  <jas@extundo.com>
38441
38442         * m4/argp.m4: New file.
38443
38444 2003-08-17  Simon Josefsson  <jas@extundo.com>
38445             Bruno Haible  <bruno@clisp.org>
38446
38447         * lib/xstrndup.h: New file.
38448         * lib/xstrndup.c: New file.
38449
38450 2003-08-17  Bruno Haible  <bruno@clisp.org>
38451
38452         * modules/strndup (Files, Include): Add lib/strndup.h.
38453
38454 2003-08-17  Bruno Haible  <bruno@clisp.org>
38455
38456         * modules/euidaccess (Files): Add lib/euidaccess.h.
38457
38458 2003-08-17  Bruno Haible  <bruno@clisp.org>
38459
38460         * lib/strndup.h: New file.
38461
38462 2003-08-17  Bruno Haible  <bruno@clisp.org>
38463
38464         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
38465         like AC_GNU_SOURCE.
38466         * modules/extensions (configure.ac): Comment out the invocation of
38467         gl_USE_SYSTEM_EXTENSIONS.
38468
38469 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38470
38471         Merges from coreutils, etc.
38472         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
38473         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
38474         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
38475         fixing a typo.
38476         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
38477         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
38478
38479 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38480
38481         Document merge from coreutils.
38482         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
38483         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
38484         * modules/utime: Add m4/utimes-null.m4.
38485
38486 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38487
38488         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
38489         space, undoing this 2003-08-12 change:
38490         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
38491
38492 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38493
38494         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
38495         strtoul.c from libc, undoing this 2003-08-12 change:
38496         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
38497
38498 2003-08-16  Jim Meyering  <jim@meyering.net>
38499
38500         Merges from coreutils.
38501         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
38502         prefix.  Adjust cache variables similarly.  Create 500 rather than
38503         just 300 files, to exercise bug on Darwin6.5, too.
38504         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
38505         $missing_dir.
38506         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
38507         AM_SYS_POSIX_TERMIOS.
38508         Reported by mkc@mathdogs.com.
38509         Also change use of $am_cv_sys_posix_termios
38510         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
38511         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
38512         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
38513         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
38514         in /proc/mounts until it finds one with matching device number.  This
38515         is unnecessary when the FILE argument *is* a mount point.  No stat call
38516         is necessary in that case.  So, disable the statvfs-testing code on
38517         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
38518         as RedHat bug# 84846.
38519         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
38520         to 1MB, so as not to render systems with no stack size limit (e.g.,
38521         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
38522         Include <unistd.h>.  On some systems,
38523         it is required for the definition of _SC_PAGESIZE.
38524
38525 2003-08-16  Jim Meyering  <jim@meyering.net>
38526
38527         Merge from coreutils.
38528         * lib/xstrtoimax.c: #else #if -> #elif.
38529         * lib/xstrtoumax.c: Likewise.
38530
38531 2003-08-16  Jim Meyering  <jim@meyering.net>
38532
38533         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
38534         * m4/utimes.m4: Removed.
38535         * m4/utimes-null.m4: Renamed from utimes.m4.
38536
38537         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
38538         to 1MB, so as not to render systems with no stack size limit (e.g.,
38539         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
38540         Include <unistd.h>.  On some systems,
38541         it is required for the definition of _SC_PAGESIZE.
38542
38543 2003-08-16  Jim Meyering  <jim@meyering.net>
38544         and Paul Eggert  <eggert@cs.ucla.edu>
38545
38546         Merges from coreutils, etc.
38547
38548         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
38549         using the latest version from cvs.  This avoids problems with #line
38550         directives using a vendor (Sun) compiler.
38551         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
38552         Don't set GETGROUPS_LIB here; now it's
38553         done via getgroups.m4's wrapper function.
38554         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
38555         rather than just in sh-util/configure.in, so that the
38556         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
38557         same.
38558         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
38559         AC_FUNC_GETLOADAVG where to find getloadavg.c.
38560         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
38561         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
38562         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
38563         Remove code that is now done by the newly-required macros.
38564         Append $(EXEEXT) to DF_PROG.
38565         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
38566         Do not invoke or require the following here,
38567         since prereq.m4 or some gnulib .m4 now does this for us:
38568         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
38569         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
38570         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
38571         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
38572         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
38573         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
38574         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
38575         AC_FUNC_OBSTACK.
38576         Do not replace the following functions, as this is now the job
38577         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
38578         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
38579         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
38580         atexit getpass, strdup, getpagesize.
38581         Replace 'raise'.
38582         Do not check for the following functions, as this is now the job
38583         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
38584         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
38585         setregid.
38586         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
38587         Check for sys/sysctl.h.
38588         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
38589         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
38590         of checking for ssize_t ourselves.
38591
38592         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
38593         Require every macro that gnulib/modules/* suggests for us.
38594         (jm_PREREQ_ADDEXT): New macro.
38595         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
38596         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
38597
38598         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
38599         (gl_PHYSMEM): Use it.
38600         Also check for `table' function.
38601         Check for new headers and functions.
38602         Add check for sys/sysmp.h.
38603         With suggestions from Kaveh Ghazi.
38604         Ignore headers that are present but cannot be compiled.  This
38605         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
38606         C 5.4.
38607
38608 2003-08-15  Paul Eggert  <eggert@twinsun.com>
38609
38610         Document merge from coreutils.
38611         * modules/userspec: Depend on posixver.
38612         * modules/strftime: Depend on tzset.
38613
38614 2003-08-15  Paul Eggert  <eggert@twinsun.com>
38615
38616         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
38617         rather than tab, after '#' in shell-script copyright notices.
38618         Suggested by Bruno Haible.
38619
38620 2003-08-15  Paul Eggert  <eggert@twinsun.com>
38621
38622         * config/srclist-update: Use three spaces, rather than tab, after '#'
38623         in shell-script copyright notices.  Suggested by Bruno Haible.
38624         Remove unnecessary parenthesization in regular expression.
38625
38626 2003-08-15  Jim Meyering  <jim@meyering.net>
38627
38628         Merge from coreutils.
38629         * lib/xgethostname.c: Include <stdlib.h>.
38630         (xghostname): Don't exit for anything other than memory-related
38631         failure; just return NULL.
38632         * lib/userspec.c: Include "posixver.h".
38633         (parse_user_spec): Accept `.' as a separator only
38634         in pre-POSIX-200112 mode.
38635         * lib/strtoimax.c: Use #elif rather than #else #if.
38636         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
38637         Remove function, now that we can rely on a working tzset function.
38638         [!_LIBC]: Ensure that the required autoconf test has been run.
38639         [!defined _NL_CURRENT && HAVE_STRFTIME]:
38640         Use underlying_strftime for %r.
38641         * lib/sha.c: Merge in some clean-up and optimization changes from
38642         glibc.
38643         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
38644         Ensure that it is a multiple of 64.
38645         Rearrange loop exit tests so as to avoid performing an
38646         additional fread after encountering an error or EOF.
38647         * lib/realloc.c: Update copyright date.
38648
38649 2003-08-15  Jim Meyering  <jim@meyering.net>
38650         and Paul Eggert  <eggert@twinsun.com>
38651
38652         Merge from coreutils.
38653         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
38654         member but strut utmpx does not.  Needed for AIX 4.3.3.
38655         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
38656
38657 2003-08-15  Jim Meyering  <jim@meyering.net>
38658         and Paul Eggert  <eggert@cs.ucla.edu>
38659
38660         Merges from coreutils, etc.
38661         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
38662         Require gl_FUNC_TZSET_CLOBBER.
38663         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
38664         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
38665         members.
38666
38667 2003-08-14  Paul Eggert  <eggert@twinsun.com>
38668
38669         Help the merge from coreutils.
38670         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
38671         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
38672         * m4/tzset.m4: Use it too.
38673
38674 2003-08-14  Paul Eggert  <eggert@twinsun.com>
38675
38676         * modules/tzset: New file.
38677
38678 2003-08-14  Jim Meyering  <jim@meyering.net>
38679
38680         Merges from coreutils.
38681         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
38682         variable names, rather than @FNMATCH_H@.
38683         * modules/alloca: Likewise for $(ALLOCA_H).
38684
38685         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
38686         the three copies of the literal target, `fnmatch.h'.
38687         * modules/alloca (alloca.h): Likewise.
38688
38689 2003-08-14  Jim Meyering  <jim@meyering.net>
38690
38691         Merge from coreutils.
38692         * m4/tzset.m4: New file.
38693         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
38694         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
38695         otherwise, AIX 5.1 systems would end up using the latter.
38696         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
38697         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
38698         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
38699         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
38700
38701 2003-08-14  Jim Meyering  <jim@meyering.net>
38702
38703         Merge from coreutils.
38704         * lib/obstack.h: Whitespace changes.
38705         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
38706         and xcalloc return values.
38707         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
38708         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
38709         hang on OSF/1 5.1 for DIR on both local and remote file systems.
38710         Reported by (and fix confirmed by) Nelson H. F. Beebe.
38711         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
38712         error from mntctl.
38713         Use mntctl's return value to drive the entry-processing loop, since
38714         we can't rely on the value of the vmt_length member in the last
38715         entry.  On some systems doing so could result in exhausting
38716         virtual memory.  Based in part on a patch from Mike Jetzer.
38717
38718 2003-08-14  Jim Meyering  <jim@meyering.net>
38719         and Paul Eggert  <eggert@twinsun.com>
38720
38721         Merges from coreutils, plus other fixes.
38722         * lib/physmem.c: Merge in portability changes from gcc/libiberty
38723         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
38724         for credits and details.  Thanks to Kaveh Ghazi for helping
38725         to keep these files in sync.
38726         (ARRAY_SIZE): Define it.
38727         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
38728         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
38729         (memcasecmp): Don't assume size_t fits in unsigned int.
38730         Remove casts and duplicate code.
38731         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
38732         (memcpy): Remove definition.
38733         Merge in some clean-up and optimization changes from glibc.
38734         [BLOCKSIZE]: Move definition to top of file.
38735         Ensure that it is a multiple of 64.
38736         Rearrange loop exit tests so as to avoid performing an
38737         additional fread after encountering an error or EOF.
38738         * lib/md5.h (md5_uintptr): Define.
38739         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
38740         return to the initial working directory.  Preserve errno
38741         for caller.
38742         * lib/idcache.c: Include "xalloc.h".
38743         (xmalloc, xrealloc): Remove decls.
38744         (getuser): Remove casts no longer required in C89.
38745         * lib/human.c: Include stdio.h, for sprintf.
38746         * lib/group-member.c: Include "xalloc.h".
38747         (xmalloc, xrealloc): Remove decls.
38748         (get_group_info): Remove casts no longer required in C89.
38749         * lib/getusershell.c (readname): Remove casts no longer required in
38750         C89.
38751         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
38752         * lib/getline.c: Whitespace fix, from coreutils.
38753
38754 2003-08-13  Paul Eggert  <eggert@twinsun.com>
38755
38756         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
38757         Check for isascii.
38758
38759         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
38760         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
38761         Undo previous (whitespace-only) change.
38762
38763 2003-08-13  Paul Eggert  <eggert@twinsun.com>
38764
38765         * lib/exclude.c: Include <ctype.h>
38766         (IN_CTYPE_DOMAIN): New macro.
38767         (is_space): New fn.
38768         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
38769         and empty lines.
38770
38771         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
38772         Undo previous (whitespace-only) change.
38773
38774 2003-08-13  Paul Eggert  <eggert@twinsun.com>
38775
38776         * config/srclist-update: Change update back to the old behavior,
38777         leaving whitespace alone.  Use one 'sed' command rather than a
38778         pipeline.
38779         (fixlicense): Now a variable, not a function.
38780         (remove_trailing_blanks): Remove.
38781         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
38782         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
38783         Undo previous (whitespace-only) change.
38784
38785 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38786
38787         Merge from coreutils.
38788         * modules/euidaccess: Add lib_SOURCES, include for new
38789         file euidaccess.h
38790
38791 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38792
38793         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
38794         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
38795         Normalize leading white space and remove trailing white space.
38796
38797         Merge from coreutils
38798         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
38799
38800         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
38801         0.12.1.  These files are now being upgraded automatically by
38802         ../config/srclist-update.
38803
38804 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38805
38806         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
38807         Normalize leading white space and remove trailing white space.
38808         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
38809         notice, as per ../config/srclist-update.
38810
38811         Merge from coreutils.
38812         * lib/euidaccess.h: New file.
38813         * lib/euidaccess.c: Include it.
38814         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
38815         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
38816         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
38817
38818 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38819
38820         * config/srclist-update: Add copyright notice.
38821         (remove_id_lines, remove_trailing_blanks): New constants.
38822         (fixfile): Use them to normalize spacing a bit in copied files.
38823         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
38824         Normalize leading white space and remove trailing white space.
38825
38826         * config/texinfo.tex: Sync with texinfo.
38827
38828         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
38829         strtoul.c from libc, to merge coreutils whitespace changes.
38830
38831         * config/srclist.txt: Get the following m4 files from gettext:
38832         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
38833         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
38834         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
38835         wint_t.m4.
38836
38837 2003-08-12  Karl Berry  <karl@gnu.org>
38838
38839         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
38840         been made.
38841
38842 2003-08-11  Paul Eggert  <eggert@twinsun.com>
38843
38844         * modules/gnu-source, m4/gnu-source.m4:
38845         Remove; we're assuming Autoconf 2.54 or later now.
38846         Suggested by Bruno Haible.
38847         * MODULES.html.sh (func_all_modules): Remove gnu-source.
38848
38849 2003-08-11  Bruno Haible  <bruno@clisp.org>
38850
38851         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
38852
38853 2003-08-11  Bruno Haible  <bruno@clisp.org>
38854
38855         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
38856         (vasnprintf): Use it instead of wcslen.
38857
38858 2003-08-11  Bruno Haible  <bruno@clisp.org>
38859
38860         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
38861         value to ensure that _Bool promotes to int. Use #define for _Bool when
38862         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
38863
38864 2003-08-10  Karl Berry  <karl@gnu.org>
38865
38866         * lib/regex.h: update from libc (whitespace fix).
38867
38868 2003-08-09  Paul Eggert  <eggert@twinsun.com>
38869
38870         Merge some files from coreutils.  These changes were
38871         originally made by Jim Meyering.
38872         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
38873         many older Unixes require this.
38874         * lib/alloca.c (alloca): Remove cast to argument of free;
38875         no longer needed in C89.
38876         * lib/alloca_.h, regex.h: Fix white space to match
38877         what GNU indent does.
38878
38879 2003-08-09  Paul Eggert  <eggert@twinsun.com>
38880
38881         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
38882         apparently Emacs's Unicode mode got confused before my 2003-08-05
38883         checkin.
38884
38885 2003-08-08  Paul Eggert  <eggert@twinsun.com>
38886
38887         * m4/extensions.m4: New file.
38888         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
38889         Require gl_USE_SYSTEM_EXTENSIONS.
38890         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
38891         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
38892
38893 2003-08-08  Paul Eggert  <eggert@twinsun.com>
38894
38895         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
38896         * modules/extensions, modules/gnu-source: New files.
38897         * modules/timespec, modules/unlocked-io: Depend on extensions.
38898
38899 2003-08-07  Paul Eggert  <eggert@twinsun.com>
38900
38901         * modules/restrict: New file.
38902         * MODULES.html.sh (func_all_modules): Add restrict.
38903         * modules/regex: Depend on restrict.
38904
38905 2003-08-07  Paul Eggert  <eggert@twinsun.com>
38906
38907         * m4/restrict.m4: New file.
38908         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
38909
38910 2003-08-07  Bruno Haible  <bruno@clisp.org>
38911
38912         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
38913         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
38914
38915 2003-08-07  Bruno Haible  <bruno@clisp.org>
38916
38917         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
38918         makes the module 'getndelim2' compatible with the module 'getline'.
38919
38920 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38921
38922         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
38923         byte with "\201" to avoid glitches when editing that source file
38924         with multi-gnome-terminal.
38925
38926 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38927
38928         * lib/bumpalloc.h: Remove.
38929
38930 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38931
38932         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
38933         * modules/bumpalloc: Remove.
38934
38935 2003-08-04  Paul Eggert  <eggert@twinsun.com>
38936
38937         * lib/getloadavg.c: Change copyright notice and spacing to conform to
38938         GNU coding style.
38939
38940         Merge from coreutils.
38941         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
38942         1. From glibc.
38943         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
38944         from Karl Berry, implemented by Jim Meyering.
38945         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
38946         from Dmitry V. Levin.
38947         Remove anachronistic cast of xrealloc.
38948         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
38949         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
38950         type. Otherwise, it wouldn't compile with at least /bin/cc on
38951         ymp-cray-unicos9.0.2.X.
38952         Combine two mostly-identical uses of alloca into one.
38953         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
38954
38955 2003-08-04  Dave Love  <d.love@dl.ac.uk>
38956
38957         [From Emacs.]
38958
38959         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
38960         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
38961         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
38962         obsolete NLIST_NAME_UNION.
38963         [__GNU__]: Undef BSD and FSCALE.
38964         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
38965
38966 2003-08-03  Paul Eggert  <eggert@twinsun.com>
38967
38968         * lib/stdbool_.h (_Bool): Make it signed char, instead of
38969         an enum type, so that it's guaranteed to promote to int.  See:
38970         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
38971
38972 2003-08-03  Karl Berry  <karl@gnu.org>
38973
38974         * config/depcomp: update from automake.
38975
38976 2003-07-31  Paul Eggert  <eggert@twinsun.com>
38977
38978         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
38979         (strerror): Don't assume that a printable int fits in 14 bytes.
38980
38981 2003-07-31  Bruno Haible  <bruno@clisp.org>
38982
38983         * modules/getpass-gnu: New file.
38984         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
38985
38986 2003-07-31  Bruno Haible  <bruno@clisp.org>
38987
38988         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
38989
38990 2003-07-24  Karl Berry  <karl@gnu.org>
38991
38992         * config/missing: update from automake.
38993
38994 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
38995             Bruno Haible  <bruno@clisp.org>
38996
38997         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
38998         * lib/getline.c (getline, getdelim): Likewise.
38999         Remove _GNU_SOURCE define; now it's defined in config.h through
39000         m4/getline.m4.
39001
39002 2003-07-23  Karl Berry  <karl@gnu.org>
39003
39004         * config/config.sub: update from prep.
39005
39006 2003-07-22  Paul Eggert  <eggert@twinsun.com>
39007
39008         * modules/xalloc (Depends-on): Add exitfail.
39009         * modules/xmemcoll: Likewise.
39010
39011 2003-07-22  Paul Eggert  <eggert@twinsun.com>
39012
39013         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
39014         over-parenthesization in macros.
39015
39016         Sync with coreutils.
39017
39018         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
39019         required by C99.
39020
39021         Use `exit_failure' for xalloc and xmemcoll instead of their own
39022         private exit-failure variables.
39023         * lib/xalloc.h (xalloc_exit_failure): Remove.
39024         * lib/xmalloc.c: Likewise.  Include exitfail.h.
39025         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
39026         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
39027         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
39028         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
39029
39030 2003-07-20  Jim Meyering  <jim@meyering.net>
39031
39032         * modules/closeout (Depends-on): Add exitfail.
39033         Suggestion from Bruno Haible.
39034
39035 2003-07-19  Karl Berry  <karl@gnu.org>
39036
39037         * config/config.sub: update from prep.
39038
39039 2003-07-18  Paul Eggert  <eggert@twinsun.com>
39040
39041         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
39042         Remove.
39043         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
39044         to test that it can stand by itself.  Include "exitfail.h".
39045         Clients should set exit_failure instead.
39046         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
39047
39048 2003-07-18  Bruno Haible  <bruno@clisp.org>
39049
39050         * modules/getndelim2: New file.
39051         * modules/getline: Share files with module getndelim2.
39052         * modules/getnline: Depend on getndelim2 instead of sharing files with
39053         it. Add getnline.c to lib_SOURCES.
39054         * MODULES.html.sh (func_all_modules): Add getndelim2.
39055
39056 2003-07-18  Bruno Haible  <bruno@clisp.org>
39057
39058         * m4/getndelim2.m4: New file.
39059         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
39060         invoke gl_PREREQ_GETNDELIM2.
39061         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
39062         gl_PREREQ_GETNDELIM2.
39063         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
39064         gl_GETNDELIM2.
39065
39066 2003-07-18  Bruno Haible  <bruno@clisp.org>
39067
39068         * lib/getndelim2.h: New file.
39069         * lib/getndelim2.c: Make into a module of its own. Include config.h,
39070         getndelim2.h.
39071         (getndelim2): Make non-static. Change return type to ssize_t.
39072         * lib/getline.h: Change argument names.
39073         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
39074         * lib/getnline.c: Include getndelim2.h.
39075
39076 2003-07-18  Andreas Schwab  <schwab@suse.de>
39077
39078         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
39079
39080 2003-07-17  Karl Berry  <karl@gnu.org>
39081
39082         * config/config.sub: update from prep.
39083
39084 2003-07-17  Bruno Haible  <bruno@clisp.org>
39085
39086         * modules/getnline: New file.
39087         * modules/getline: Add lib/getndelim2.c to source file list.
39088         * MODULES.html.sh (func_all_modules): Add getnline.
39089
39090 2003-07-17  Bruno Haible  <bruno@clisp.org>
39091
39092         * m4/getnline.m4: New file.
39093
39094 2003-07-17  Bruno Haible  <bruno@clisp.org>
39095
39096         * m4/Makefile.am.in: Remove file.
39097         * m4/Makefile.am: Remove file.
39098         * m4/Makefile.in: Remove file.
39099
39100 2003-07-17  Bruno Haible  <bruno@clisp.org>
39101
39102         * lib/getnline.h: New file.
39103         * lib/getnline.c: New file.
39104         * lib/getndelim2.c: New file, extracted from getline.c.
39105         (getndelim2): Renamed from getdelim2, with added nmax argument.
39106         * lib/getline.c: Include getndelim2.c.
39107         (getdelim2): Moved out to getndelim2.c.
39108         (getline, getdelim): Update.
39109
39110 2003-07-17  Bruno Haible  <bruno@clisp.org>
39111
39112         * lib/Makefile.am: Remove file.
39113         * lib/Makefile.in: Remove file.
39114
39115 2003-07-17  Bruno Haible  <bruno@clisp.org>
39116
39117         * configure.in: Remove file.
39118         * Makefile.in: Remove file.
39119
39120 2003-07-17  Bruno Haible  <bruno@clisp.org>
39121
39122         * MODULES.html.sh: Put the </BODY> right before </HTML>.
39123
39124 2003-07-16  Karl Berry  <karl@gnu.org>
39125
39126         * config/srclist-update: was running fixlicense twice, which caused
39127                 texinfo.tex to be nullified for some reason.  Simplify,
39128                 $gplsrc is no longer needed as far as I can see?
39129
39130 2003-07-16  Jim Meyering  <jim@meyering.net>
39131
39132         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
39133
39134 2003-07-15  Paul Eggert  <eggert@twinsun.com>
39135
39136         * config/srclist.txt: Get the following files from gettext-runtime/intl
39137         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
39138         ref-del.sin.  From Bruno Haible.
39139         * config/srclist-update (fixfile): Change grep pattern again, since the
39140         previous fix didn't work (there was another trailing $).  Use
39141         '[$]' to escape the $s.
39142
39143 2003-07-15  Karl Berry  <karl@gnu.org>
39144
39145         * lib/vasnprintf.c: update from gettext.
39146
39147 2003-07-15  Karl Berry  <karl@gnu.org>
39148
39149         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
39150         gets expanded when surrounded by '$'.
39151
39152 2003-07-15  Jim Meyering  <jim@meyering.net>
39153
39154         * modules/save-cwd: Don't depend on error.  From Derek Price.
39155
39156 2003-07-15  Jim Meyering  <jim@meyering.net>
39157
39158         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
39159
39160 2003-07-14  Simon Josefsson  <jas@extundo.com>
39161
39162         * modules/mempcpy: New file.
39163         * MODULES.html.sh (func_all_modules): Add mempcpy.
39164
39165 2003-07-14  Simon Josefsson  <jas@extundo.com>
39166
39167         * m4/mempcpy.m4: New file.
39168
39169 2003-07-14  Simon Josefsson  <jas@extundo.com>
39170
39171         * lib/mempcpy.h: New file.
39172         * lib/mempcpy.c: New file.
39173
39174 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39175
39176         * modules/getdate, modules/posixtm: Depend on mktime.
39177
39178 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39179
39180         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
39181         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
39182         unicodeio.c, unicodeio.h, unlocked-io.h:
39183         Switch from LGPL to GPL.
39184
39185 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39186
39187         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
39188         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
39189         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
39190         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
39191         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
39192         updated automatically by ../config/srclist-update.  This changes
39193         their license from LPGL to GPL.
39194
39195 2003-07-14  Paul Eggert  <eggert@twinsun.com>
39196
39197         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
39198         assumed to refer to the root of the most recent stable gettext version.
39199         * config/srclistvars.sh: Add defaults for eggert.
39200         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
39201         Match "This program" as well as "The program".  This is needed
39202         for gettext.
39203
39204 2003-07-14  Jim Meyering  <jim@meyering.net>
39205
39206         Don't emit diagnostics.  Let callers do that.
39207         * lib/save-cwd.c: Don't include "error.h".
39208         (save_cwd): Don't call error.  Ensure that errno is valid
39209         when returning nonzero.
39210
39211         * lib/save-cwd.h (restore_cwd): Update prototype.
39212         * lib/save-cwd.c (restore_cwd): Remove two parameters.
39213         Simplify.  Don't call error upon failure.  Let callers do that.
39214         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
39215         when auditing is enabled.  But don't bother updating the #if.
39216
39217 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
39218
39219         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
39220         it breaks C++ compilation.
39221         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
39222
39223 2003-07-10  Simon Josefsson  <jas@extundo.com>
39224
39225         * modules/strchrnul (Makefile.am): Add strchrnul.h.
39226
39227 2003-07-10  Jim Meyering  <jim@meyering.net>
39228
39229         * m4/clock_time.m4: Remove trailing blank.
39230         * m4/intmax_t.m4: Likewise.
39231
39232 2003-07-10  Jim Meyering  <jim@meyering.net>
39233
39234         * lib/vasnprintf.c: Remove trailing blanks.
39235         Make cpp indentation consistent.
39236
39237 2003-07-09  Paul Eggert  <eggert@twinsun.com>
39238
39239         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
39240         posixver.c, strftime.c, strnlen.c, strverscmp.c:
39241         Switch from LGPL to GPL.
39242
39243 2003-07-09  Paul Eggert  <eggert@twinsun.com>
39244
39245         * config/srclist.txt: Sort sublists.  Add
39246         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
39247         that differ from gnulib for one reason or another; we'd like this list
39248         to be smaller but for now let's document what we have.
39249
39250 2003-07-08  Paul Eggert  <eggert@twinsun.com>
39251
39252         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
39253         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
39254         and sweeter "eval x=$x".
39255         * config/srclist.txt: Get lib/argp* from glibc.
39256
39257 2003-07-07  Paul Eggert  <eggert@twinsun.com>
39258
39259         * lib/mktime.c: Fix some boundary cases and remove need for floating
39260         point.
39261
39262         Issue a compile-time diagnostic if time_t is floating point, or if
39263         two's complement arithmetic is not in effect, or if arithmetic
39264         right shift does not propagate the sign.  These assumptions were
39265         all in the original code but they weren't checked.
39266
39267         (TIME_T_MIDPOINT, verify): New macros.
39268         (__isleap): Remove; it has integer overflow problems.
39269         (leapyear): New function, without those problems.
39270         (ydhms_tm_diff): Remove; splitting into two parts.
39271         (ydhms_diff): New function, containing the arithmetic part of
39272         the old ydhms_tm_diff function.  Issue a compile-time
39273         diagnostic if we are not using C99 integer division.
39274         Avoid casts when possible.
39275         (guess_time_tm): New function, containing the checking part of
39276         the old ydhms_tm_diff function.  Return the new value, rather than
39277         the difference between it and the old.  Accept a new argument T
39278         so that *T specifies the old value.  Check for overflow in the result.
39279
39280         (__mktime_internal): Use a time_t offset, not a long int offset.
39281         This undoes the 2003-06-04 change, which is no longer needed now
39282         that we have better overflow checking.
39283         (localtime_offset): Likewise.
39284
39285         (__mktime_internal): Avoid harmful overflow on hosts where time_t
39286         and long are 64-bit but int is only 32-bit.
39287         (ydhms_diff): Use long int to store year1 and yday1.
39288         Issue a compile-time diagnostic if long int is not wide enough.
39289
39290         (__mktime_internal): Use long int to store adjusted year and yday.
39291         Use plain C rather than preprocessor commands, if that doesn't
39292         affect efficiency.
39293         Check for overflow (and try to repair) after each probe
39294         rather than checking only at the very end.  This avoids some bugs
39295         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
39296         does not equal GMT offset at maximum time).
39297         Use integer to check for overflow rather than floating point; this
39298         is more portable to non-IEEE hosts, and is a tad faster.
39299         When we detect that we are oscillating between two values,
39300         don't check whether tm_isdst has the requested value, since
39301         we already know the answer.  When tm_isdst has the wrong value,
39302         use a different heuristic to find the right one, based on the
39303         extreme values actually observed in practice in tz2003a,
39304         rather than the (overly optimistic) "previous 3 calendar quarters".
39305
39306         (not_equal_tm, print_tm, check_result): Use "const T" rather than
39307         "T const" to accommodate glibc style.
39308         (check_result): Use less-confusing report format.  "long" -> "long int.
39309         (main): Likewise.
39310         Don't loop if the iteration overflows time_t.
39311         Allow a negative step in the iteration.
39312
39313 2003-07-06  Karl Berry  <karl@gnu.org>
39314
39315         * config/depcomp: update from automake.
39316         * config/config.sub: update from prep.
39317
39318 2003-07-03  Karl Berry  <karl@gnu.org>
39319
39320         * config/config.guess: update from prep.
39321
39322 2003-07-01  Paul Eggert  <eggert@twinsun.com>
39323
39324         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
39325         xreadlink.c now includes it unconditionally.
39326
39327 2003-07-01  Paul Eggert  <eggert@twinsun.com>
39328
39329         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
39330         having it depend on HAVE_SYS_TYPES_H.
39331
39332 2003-07-01  Bruno Haible  <bruno@clisp.org>
39333
39334         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
39335         <sys/types.h> should be sufficient.
39336         Reported by Paul Eggert.
39337
39338 2003-06-26  Karl Berry  <karl@gnu.org>
39339
39340         * config/depcomp: update from automake.
39341
39342 2003-06-26  Bruno Haible  <bruno@clisp.org>
39343
39344         * modules/human: Depend on module stdbool.
39345
39346 2003-06-25  Bruno Haible  <bruno@clisp.org>
39347
39348         * modules/readlink: New file.
39349         * modules/xreadlink: Depend on it.
39350         * MODULES.html.sh (func_all_modules): Add readlink.
39351
39352 2003-06-25  Bruno Haible  <bruno@clisp.org>
39353
39354         * m4/readlink.m4: New file.
39355
39356 2003-06-25  Bruno Haible  <bruno@clisp.org>
39357
39358         * lib/readlink.c: New file.
39359
39360 2003-06-22  Karl Berry  <karl@gnu.org>
39361
39362         * config/srclist.txt: update mkinstalldirs from automake.
39363         * config/mkinstalldirs: update.
39364
39365 2003-06-22  Bruno Haible  <bruno@clisp.org>
39366
39367         Portability to mingw32.
39368         * m4/ssize_t.m4: New file, from GNU gettext.
39369         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
39370         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
39371
39372 2003-06-22  Bruno Haible  <bruno@clisp.org>
39373
39374         * modules/safe-read: Add m4/ssize_t.m4.
39375         * modules/xreadlink: Add m4/ssize_t.m4.
39376
39377 2003-06-20  Bruno Haible  <bruno@clisp.org>
39378
39379         Assume C89, so PARAMS isn't needed.
39380         * lib/unicodeio.h (PARAMS): Remove.
39381         * lib/unicodeio.c: Don't use PARAMS.
39382
39383 2003-06-18  Karl Berry  <karl@gnu.org>
39384
39385         * config/config.{guess,sub}: update from prep.
39386
39387 2003-06-18  Jim Meyering  <jim@meyering.net>
39388
39389         Merge changes from coreutils.
39390         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
39391         Remove explicit declarations of xmalloc and realloc.
39392         Include xalloc.h.
39393         (read_utmp): Remove anachronistic cast of xmalloc.
39394
39395 2003-06-17  Paul Eggert  <eggert@twinsun.com>
39396
39397         Assume C89, so PARAMS isn't needed.
39398         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
39399         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
39400         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
39401         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
39402         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
39403         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
39404         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
39405         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
39406         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
39407         lib/xstrtod.h, lib/xstrtol.h: Likewise.
39408         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
39409         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
39410         no longer needed. Anyway, config.h should always be included before any
39411         other file.
39412
39413 2003-06-11  Simon Josefsson  <jas@extundo.com>
39414
39415         * modules/sysexits: New file.
39416         * MODULES.html.sh (func_all_modules): Add sysexits.
39417
39418 2003-06-11  Simon Josefsson  <jas@extundo.com>
39419
39420         * lib/sysexit_.h: New file.
39421
39422 2003-06-11  Derek Price  <derek@ximbiot.com>
39423
39424         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
39425         necessary.
39426
39427 2003-06-11  Bruno Haible  <bruno@clisp.org>
39428
39429         * m4/sysexits.m4: New file.
39430
39431 2003-06-10  Simon Josefsson  <jas@extundo.com>
39432
39433         * lib/argp.h: New file, from glibc.
39434         * lib/argp-ba.c: New file, from glibc.
39435         * lib/argp-eexst.c: New file, from glibc.
39436         * lib/argp-fmtstream.c: New file, from glibc.
39437         * lib/argp-fmtstream.h: New file, from glibc.
39438         * lib/argp-fs-xinl.c: New file, from glibc.
39439         * lib/argp-help.c: New file, from glibc.
39440         * lib/argp-namefrob.h: New file, from glibc.
39441         * lib/argp-parse.c: New file, from glibc.
39442         * lib/argp-pv.c: New file, from glibc.
39443         * lib/argp-pvh.c: New file, from glibc.
39444         * lib/argp-xinl.c: New file, from glibc.
39445
39446 2003-06-10  Simon Josefsson  <jas@extundo.com>
39447
39448         * modules/strchrnul: New file.
39449
39450 2003-06-10  Simon Josefsson  <jas@extundo.com>
39451
39452         * modules/argp: New file.
39453
39454 2003-06-10  Simon Josefsson  <jas@extundo.com>
39455
39456         * m4/strchrnul.m4: New file.
39457
39458 2003-06-10  Simon Josefsson  <jas@extundo.com>
39459
39460         * lib/strchrnul.h: New file.
39461         * lib/strchrnul.c: New file.
39462
39463 2003-06-10  Bruno Haible  <bruno@clisp.org>
39464
39465         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
39466
39467 2003-06-07  Karl Berry  <karl@gnu.org>
39468
39469         * config/config.{guess,sub}: update from prep.
39470
39471 2003-06-07  Jim Meyering  <jim@meyering.net>
39472
39473         * modules/strtod: Use $(...) notation, not @...@ for
39474         AC_REPLACE'd variables.
39475         * modules/localcharset: Likewise.
39476
39477 2003-06-07  Jim Meyering  <jim@meyering.net>
39478
39479         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
39480         in place of my name in the copyright comment.
39481         Remove definition and uses of __P.
39482
39483         From coreutils.
39484         * lib/stat.c: Don't declare xmalloc explicitly.
39485         Instead, include "xalloc.h".
39486         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
39487         xrealloc, and xcalloc return values.
39488         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
39489         Improve comment.
39490         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
39491
39492 2003-06-07  Bruno Haible  <bruno@clisp.org>
39493
39494         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
39495         avoid AC_CONFIG_LINKS.
39496         * modules/fnmatch (Makefile.am): Use explicit creation rule for
39497         fnmatch.h, to avoid AC_CONFIG_LINKS.
39498         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
39499
39500 2003-06-07  Bruno Haible  <bruno@clisp.org>
39501
39502         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
39503         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
39504         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
39505         directory.
39506         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
39507         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
39508         directory.
39509
39510 2003-06-06  Jim Meyering  <jim@meyering.net>
39511
39512         Merge from coreutils.
39513         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
39514         Consolidate declarations and initializations of *_base* locals.
39515
39516         Merge from coreutils.
39517         This avoids a core dump on systems without GNU putenv,
39518         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
39519         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
39520         (unsetenv): New static function, from GNU libc.
39521         (rpl_putenv): Use it.
39522
39523         * lib/modechange.c: Remove trailing blanks.
39524
39525         Merge from coreutils.
39526         * lib/fsusage.c: Remove declaration of statfs.
39527         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
39528
39529         * lib/posixtm.c: Include <stdbool.h> unconditionally.
39530
39531 2003-06-06  Jim Meyering  <jim@meyering.net>
39532
39533         * lib/stdbool_.h: Renamed from stdbool.h.in.
39534
39535 2003-06-06  Jim Meyering  <jim@meyering.net>
39536             Bruno Haible  <bruno@clisp.org>
39537
39538         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
39539         Adjust Makefile.am snippet not to redirect directly to target.
39540         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
39541
39542 2003-06-05  Paul Eggert  <eggert@twinsun.com>
39543
39544         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
39545         mismatch, look in future quarters as well as past.  This fixes a
39546         bug when processing fall-backwards gaps immediately after a long
39547         period of daylight-saving time.
39548
39549         * lib/mktime.c: Assume freestanding C89 or better.
39550         (HAVE_LIMITS_H): Remove.  Assume it's 1.
39551         (__P): Remove; not used.
39552         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
39553         (mktime, not_equal_tm, print_tm, check_result,
39554         main): Use prototypes.  Use const * where appropriate.
39555         (main): Fix typo in testing code that uncovered by above changes.
39556         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
39557
39558 2003-06-04  Paul Eggert  <eggert@twinsun.com>
39559
39560         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
39561         locale.h, localeconv.  This merges changes from coreutils.
39562
39563         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
39564         It can be removed after the next Autoconf is released.
39565         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
39566         needed.
39567
39568 2003-06-04  Paul Eggert  <eggert@twinsun.com>
39569
39570         * lib/mktime.c: Fix Debian bug 177940
39571         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
39572         (localtime_offset): Now long int, not time_t, because we want it
39573         to be guaranteed to be signed.  All uses changed.
39574         (__mktime_internal): If overflow would occur when adding offset,
39575         don't add it.
39576
39577         Merge 'human' changes from coreutils.  Rewrite to support
39578         locale-specific notations like thousands separators.
39579         * lib/human.c: Simplify authorship notice.
39580         Include human.h immediately after config.h.
39581         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
39582         <limits.h>: Do not include, since human.h does.
39583         (SIZE_MAX, UINTMAX_MAX): New macros.
39584         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
39585         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
39586         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
39587         (power_letter): Renamed from suffixes.
39588         (generate_suffix_backwards): Remove.
39589         (adjust_value): Now takes int style (because of human.h changes)
39590         and long double value (for greater precision on some platforms).
39591         (group_number): New function.
39592         (human_readable): Use it.  Use integer options, not enum.
39593         Put the options before the sizes in the arg list.
39594         Support all the new options.
39595         The old human_readable function has been removed;
39596         use inttostr.h instead.
39597         (human_readable, default_block_size, humblock):
39598         Use uintmax_t, not int, for block sizes.
39599         (human_readable_inexact, block_size_types): Remove.
39600         (block_size_opts): New constant.
39601         (human_options): Renamed from human_block_size, with new signature
39602         that allows block sizes up to UINTMAX_MAX.  All callers changed.
39603         * lib/human.h: Add copyright and authorship notice.
39604         Include <limits.h> and <stdbool.h> unconditionally.
39605         (PARAMS): Remove.  All uses removed.
39606         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
39607         (enum human_inexact_style): Remove tag; now a nameless enum.
39608         (human_floor, human_ceiling, human_round_to_even): Now have
39609         values 2, 0, 1 rather than -1, 1, 0.
39610         (human_group_digits, human_suppress_point_zero, human_autoscale,
39611         human_base_1024, human_SI, human_B): New constants.
39612         (human_readable_inexact, human_block_size): Remove.
39613         (human_readable): Size args are now uintmax_t, not int.
39614         (human_options): New decl.
39615
39616         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
39617         unnecessary now that we assume C89 or better.  This change
39618         imported from coreutils.
39619
39620         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
39621         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
39622         in the 2003-05-30 sync from glibc.
39623
39624         .h files should stand alone, but we shouldn't include <sys/types.h>
39625         if we can get away with just <stddef.h>.
39626
39627         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
39628         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
39629         rather than <sys/types.h>, as we merely need size_t.
39630         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
39631         to get size_t.
39632         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
39633         Include <stdio.h>, to get FILE.
39634         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
39635         memcasecmp.h has included <stddef.h> and all we need is size_t.
39636         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
39637         our interface, instead of including <sys/types.h>
39638
39639 2003-06-04  Paul Eggert  <eggert@twinsun.com>
39640
39641         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
39642         now, as glibc mktime is buggy on non-glibc systems.
39643
39644 2003-06-03  Karl Berry  <karl@gnu.org>
39645
39646         * config/config.sub: update from prep.
39647
39648 2003-06-02  Paul Eggert  <eggert@twinsun.com>
39649
39650         [from coreutils]
39651         Fix some minor time-related bugs with POSIX time arguments.
39652         Some valid time stamps were being rejected (notably -1, and
39653         time stamps before 1900 on 64-bit hosts).  And some invalid
39654         time stamps were being accepted, e.g. September 31.
39655
39656         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
39657         that we can return (time_t) -1 successfully.
39658         * lib/posixtm.c: Likewise.
39659         [HAVE_STDBOOL_H]: Include <stdbool.h>.
39660         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
39661         (t): Remove static var.
39662         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
39663         of static var.  All uses changed.
39664         (year): Do not reject years before 1900; they can occur with
39665         64-bit time_t.
39666         (posix_time_parse): Do not check for out-of-range components;
39667         that is now the caller's responsibility, since our checks were
39668         only approximations.
39669         (posixtime): Use mktime to check for out-of-range components,
39670         since it knows them exactly.
39671         If mktime returns (time_t) -1, check whether an error actually occurred
39672         by invoking localtime on -1.
39673         (main) [TEST_POSIXTIME]: Check for input data errors, and report
39674         posixtime failures better.
39675         Improve the test data (in comments only).
39676
39677 2003-06-02  Karl Berry  <karl@gnu.org>
39678
39679         * config/mkinstalldirs (version): new variable.
39680         (--version): new option.
39681         (usage): improve message.
39682
39683 2003-05-30  Karl Berry  <karl@gnu.org>
39684
39685         * lib/mktime.c: update from libc.
39686
39687 2003-05-30  Bruno Haible  <bruno@clisp.org>
39688
39689         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
39690         * config/config.rpath: Upgrade to gettext-0.12.1.
39691
39692 2003-05-30  Bruno Haible  <bruno@clisp.org>
39693
39694         * m4/gettext.m4: Upgrade to gettext-0.12.1.
39695         * m4/nls.m4: New file, from gettext-0.12.1.
39696         * m4/po.m4: New file, from gettext-0.12.1.
39697         * m4/progtest.m4: Upgrade to gettext-0.12.1.
39698
39699 2003-05-30  Bruno Haible  <bruno@clisp.org>
39700
39701         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
39702         * lib/localcharset.h: Likewise.
39703         * lib/localcharset.c: Likewise.
39704
39705 2003-05-29  Karl Berry  <karl@gnu.org>
39706
39707         * config/config.rpath: update from gettext.
39708
39709 2003-05-28  Paul Eggert  <eggert@twinsun.com>
39710
39711         Assume the headers required for C89 freestanding compilers.
39712         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
39713         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
39714         * m4/human.m4 (gl_HUMAN): Likewise.
39715         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
39716         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
39717         * m4/userspec.m4 (gl_USERSPEC): Likewise.
39718         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
39719         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
39720         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
39721
39722 2003-05-28  Paul Eggert  <eggert@twinsun.com>
39723
39724         Assume the headers required for C89 freestanding compilers.
39725         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
39726         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
39727         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
39728         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
39729         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
39730         define, since <limits.h> is guaranteed to do that.
39731         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
39732         * lib/exclude.c: Include <stdbool.h> unconditionally.
39733         * lib/tempname.c: Include <stddef.h> unconditionally.
39734         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
39735         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
39736         <stddef.h> does that.
39737         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
39738         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
39739         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
39740         needed.
39741         * lib/xstrtol.c: Likewise.
39742         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
39743         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
39744
39745         * lib/addext.c (addext): Use assignment rather than cast, to avoid
39746         warnings on some platforms.
39747
39748         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
39749         arbitrarily.
39750
39751 2003-05-26  Jim Meyering  <jim@meyering.net>
39752
39753         Merge in a change from coreutils:
39754         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
39755         that is guaranteed to be `no'.  Use `no_such_member' to indicate
39756         that condition, rather than `-1' which is slightly misleading.
39757         Change the name of the cache variable to have the gl_ prefix.
39758         Prompted by a patch from Richard Dawe for DJGPP.
39759
39760 2003-05-24  Karl Berry  <karl@gnu.org>
39761
39762         * config/config.guess: update from prep.
39763
39764 2003-05-22  Karl Berry  <karl@gnu.org>
39765
39766         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
39767
39768 2003-05-20  Karl Berry  <karl@gnu.org>
39769
39770         * config/config.guess: update from prep.
39771
39772 2003-05-18  Karl Berry  <karl@gnu.org>
39773
39774         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
39775         might actually be set by the user.
39776
39777         * config/depcomp, install-sh, mdate-sh: update from automake.
39778
39779 2003-05-17  Bruno Haible  <bruno@clisp.org>
39780
39781         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
39782         invalid expansion for AC_EGREP_CPP.
39783         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
39784         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
39785         Suggested by Akim Demaille <akim@epita.fr> in
39786         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
39787
39788 2003-05-12  Jim Meyering  <jim@meyering.net>
39789
39790         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
39791         the space-padded-by-default conversion specifiers, %e, %k, %l.
39792
39793 2003-05-12  Bruno Haible  <bruno@clisp.org>
39794
39795         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
39796         the string is longer than 4 KB.
39797
39798 2003-05-11  Karl Berry  <karl@gnu.org>
39799
39800         * config/config.{guess,sub}: update from prep.
39801
39802 2003-05-09  Bruno Haible  <bruno@clisp.org>
39803
39804         * modules/error: Add m4/strerror_r.m4 to file list.
39805
39806 2003-05-03  Bruno Haible  <bruno@clisp.org>
39807
39808         Upgrade to Unicode-4.0.
39809         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
39810         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
39811         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
39812         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
39813         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
39814         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
39815         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
39816         Change width of U+E0100..U+E01EF from 1 to 0.
39817
39818 2003-04-25  Jim Meyering  <jim@meyering.net>
39819
39820         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
39821         of type size_t, not int.
39822
39823 2003-04-25  Bruno Haible  <bruno@clisp.org>
39824
39825         * lib/copy-file.c: Include <stddef.h>, for size_t.
39826
39827 2003-04-21  Paul Eggert  <eggert@twinsun.com>
39828
39829         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
39830         code which expansion is under static control.  Patch imported from
39831         Akim Demaille's patch to Bison; see
39832         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
39833
39834 2003-04-14  Bruno Haible  <bruno@clisp.org>
39835
39836         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
39837
39838 2003-04-11  Jim Meyering  <jim@meyering.net>
39839
39840         Merge changes from Coreutils.
39841
39842         2003-03-22  Jim Meyering  <jim@meyering.net>
39843
39844         * lib/strftime.c (widen): Cast alloca return value to proper type.
39845
39846         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
39847
39848         From GNU libc.
39849         * lib/strftime.c (my_strftime): Handle very large width
39850         specifications for numeric values correctly.  Improve checks for
39851         overflow.
39852
39853         2003-01-19  Jim Meyering  <jim@meyering.net>
39854
39855         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
39856         definitions.
39857         (nl_get_alt_digit) [! defined my_strftime]: Define.
39858         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
39859         _nl_get_alt_digit and _nl_get_walt_digit.
39860
39861         * lib/strftime.c (my_strftime): Merge in locale-related changes from
39862         libc. These changes have no effect outside of _LIBC.
39863
39864 2003-04-10  Bruno Haible  <bruno@clisp.org>
39865
39866         * modules/findprog: New file.
39867         * MODULES.html.sh (func_all_modules): Add it.
39868
39869 2003-04-10  Bruno Haible  <bruno@clisp.org>
39870
39871         * m4/findprog.m4: New file.
39872         * m4/eaccess.m4: New file.
39873
39874 2003-04-10  Bruno Haible  <bruno@clisp.org>
39875
39876         * lib/findprog.h: New file, from GNU gettext.
39877         * lib/findprog.c: New file, from GNU gettext.
39878
39879 2003-04-05  Jim Meyering  <jim@meyering.net>
39880
39881         Merge changes from Coreutils.
39882
39883         * lib/exclude.h (PARAMS): Remove definition and uses.
39884         * lib/exclude.c: Remove uses of `PARAMS'.
39885
39886         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
39887         Add test-cases for DOS filenames. Declare program_name.
39888         (main): Set up program_name.  Patch by Rich Dawe.
39889
39890         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
39891         error from mntctl.
39892         Use mntctl's return value to drive the entry-processing loop, since
39893         we can't rely on the value of the vmt_length member in the last
39894         entry.  On some systems doing so could result in exhausting
39895         virtual memory.  Based in part on a patch from Mike Jetzer.
39896
39897 2003-04-04  Bruno Haible  <bruno@clisp.org>
39898
39899         * modules/linebreak: New file.
39900         * MODULES.html.sh (func_all_modules): Add it.
39901
39902 2003-04-04  Bruno Haible  <bruno@clisp.org>
39903
39904         * m4/linebreak.m4: New file.
39905
39906 2003-04-04  Bruno Haible  <bruno@clisp.org>
39907
39908         * lib/linebreak.h: New file, from GNU gettext.
39909         * lib/linebreak.c: New file, from GNU gettext with slight
39910         modifications.
39911         * lib/lbrkprop.h: New file, from GNU gettext.
39912
39913 2003-04-03  Bruno Haible  <bruno@clisp.org>
39914
39915         * modules/utf8-ucs4: New file.
39916         * modules/utf16-ucs4: New file.
39917         * modules/ucs4-utf8: New file.
39918         * modules/ucs4-utf16: New file.
39919         * MODULES.html.sh (func_all_modules): Add them.
39920
39921 2003-04-03  Bruno Haible  <bruno@clisp.org>
39922
39923         * m4/utf-ucs4.m4: New file.
39924         * m4/ucs4-utf.m4: New file.
39925
39926 2003-04-03  Bruno Haible  <bruno@clisp.org>
39927
39928         * lib/utf8-ucs4.h: New file, from GNU gettext.
39929         * lib/utf16-ucs4.h: New file, from GNU gettext.
39930         * lib/ucs4-utf8.h: New file, from GNU gettext.
39931         * lib/ucs4-utf16.h: New file, from GNU gettext.
39932
39933 2003-04-02  Bruno Haible  <bruno@clisp.org>
39934
39935         * modules/binary-io: New file.
39936         * MODULES.html.sh (func_all_modules): Add it.
39937
39938 2003-04-02  Bruno Haible  <bruno@clisp.org>
39939
39940         * lib/binary-io.h: New file, from GNU gettext.
39941
39942 2003-04-01  Bruno Haible  <bruno@clisp.org>
39943
39944         * modules/pathname: New file.
39945         * MODULES.html.sh (func_all_modules): Add it.
39946
39947 2003-04-01  Bruno Haible  <bruno@clisp.org>
39948
39949         * lib/pathname.h: New file, from GNU gettext.
39950         * lib/concatpath.c: New file, from GNU gettext.
39951
39952 2003-03-30  Bruno Haible  <bruno@clisp.org>
39953
39954         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
39955
39956 2003-03-30  Bruno Haible  <bruno@clisp.org>
39957
39958         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
39959         function chown() doesn't exist.
39960
39961 2003-03-28  Bruno Haible  <bruno@clisp.org>
39962
39963         * modules/copy-file: New file.
39964         * MODULES.html.sh (func_all_modules): Add it.
39965
39966 2003-03-28  Bruno Haible  <bruno@clisp.org>
39967
39968         * m4/copy-file.m4: New file.
39969
39970 2003-03-28  Bruno Haible  <bruno@clisp.org>
39971
39972         * lib/copy-file.h: New file, from GNU gettext.
39973         * lib/copy-file.c: New file, from GNU gettext.
39974
39975 2003-03-18  Jim Meyering  <jim@meyering.net>
39976
39977         * lib/quote.c (quote_n): Fix typo in comment.
39978
39979 2003-03-18  Bruno Haible  <bruno@clisp.org>
39980
39981         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
39982         checking.
39983         * m4/onceonly_2_57.m4: Likewise.
39984
39985 2003-03-17  Bruno Haible  <bruno@clisp.org>
39986
39987         * m4/onceonly.m4: Require autoconf 2.54 or newer.
39988         (m4_quote): Remove macro.
39989         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
39990
39991 2003-03-14  Jim Meyering  <jim@meyering.net>
39992
39993         Merge changes from Coreutils.
39994         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
39995         to be const, in order to avoid warnings.
39996         (obstack_room): Likewise.
39997         (obstack_empty_p): Likewise.
39998
39999 2003-03-14  Bruno Haible  <bruno@clisp.org>
40000
40001         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
40002         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
40003
40004 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40005
40006         Merge changes from Bison.
40007         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
40008         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
40009         when compiling Bison 1.875's `bitset bset = obstack_alloc
40010         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
40011         * lib/hash.c: Include <stdbool.h> unconditionally.
40012
40013 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40014
40015         * m4/onceonly.m4 (m4_quote): New macro.
40016         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
40017         Quote AC_FOREACH variable-expansions properly.
40018
40019 2003-03-13  Paul Eggert  <eggert@twinsun.com>
40020
40021         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
40022
40023 2003-03-09  Paul Eggert  <eggert@twinsun.com>
40024
40025         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
40026         Reported by Bruce Becker; see:
40027         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
40028
40029 2003-03-03  Paul Eggert  <eggert@twinsun.com>
40030             Bruno Haible  <bruno@clisp.org>
40031
40032         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
40033         Reported by John Hughes, see
40034         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
40035
40036 2003-02-20  Bruno Haible  <bruno@clisp.org>
40037
40038         * MODULES.html.sh (func_all_modules): Add poll.
40039
40040 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40041
40042         * modules/poll: New file.
40043
40044 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40045
40046         * lib/poll_.h: New file.
40047         * lib/poll.c: New file.
40048
40049 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
40050
40051         * m4/poll.m4: New file.
40052
40053 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
40054
40055         * modules/mathl: New file.
40056
40057 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
40058
40059         * lib/mathl.h: New file.
40060         * lib/acosl.c: New file.
40061         * lib/asinl.c: New file.
40062         * lib/atanl.c: New file.
40063         * lib/ceill.c: New file.
40064         * lib/cosl.c: New file.
40065         * lib/expl.c: New file.
40066         * lib/floorl.c: New file.
40067         * lib/frexpl.c: New file.
40068         * lib/ldexpl.c: New file.
40069         * lib/logl.c: New file.
40070         * lib/sincosl.c: New file.
40071         * lib/sinl.c: New file.
40072         * lib/sqrtl.c: New file.
40073         * lib/tanl.c: New file.
40074         * lib/trigl.c: New file.
40075         * lib/trigl.h: New file.
40076
40077 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
40078
40079         * m4/mathl.m4: New file.
40080
40081 2003-02-18  Bruno Haible  <bruno@clisp.org>
40082
40083         * MODULES.html.sh (func_all_modules): Add mathl.
40084
40085 2003-02-17  Bruno Haible  <bruno@clisp.org>
40086
40087         * modules/mkdtemp: New module.
40088         * MODULES.html.sh (func_all_modules): Add it.
40089
40090 2003-02-17  Bruno Haible  <bruno@clisp.org>
40091
40092         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
40093
40094 2003-02-17  Bruno Haible  <bruno@clisp.org>
40095
40096         * lib/mkdtemp.h: New file, from GNU gettext.
40097         * lib/mkdtemp.c: New file, from GNU gettext.
40098
40099 2003-02-02  Jim Meyering  <jim@meyering.net>
40100
40101         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
40102         e.g. glibc-2.2.93.
40103
40104 2003-01-31  Bruno Haible  <bruno@clisp.org>
40105
40106         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
40107         'rpl_rename'.
40108         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
40109         'rpl_strnlen'.
40110         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
40111         'rpl_strtod'.
40112         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
40113         'rpl_utime'.
40114
40115 2003-01-31  Bruno Haible  <bruno@clisp.org>
40116
40117         * lib/rename.c: #undef rename before defining rpl_rename.
40118         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
40119
40120 2003-01-30  Bruno Haible  <bruno@clisp.org>
40121
40122         * modules/vasnprintf, modules/vasprintf: New modules.
40123         * MODULES.html.sh (func_all_modules): Add them.
40124
40125 2003-01-30  Bruno Haible  <bruno@clisp.org>
40126
40127         * m4/signed.m4: New file, from GNU gettext.
40128         * m4/longdouble.m4: New file, from GNU gettext.
40129         * m4/wchar_t.m4: New file, from GNU gettext.
40130         * m4/wint_t.m4: New file, from GNU gettext.
40131         * m4/vasnprintf.m4: New file.
40132         * m4/vasprintf.m4: New file.
40133
40134 2003-01-30  Bruno Haible  <bruno@clisp.org>
40135
40136         * lib/printf-args.h: New file, from GNU gettext.
40137         * lib/printf-args.c: New file, from GNU gettext.
40138         * lib/printf-parse.h: New file, from GNU gettext.
40139         * lib/printf-parse.c: New file, from GNU gettext.
40140         * lib/vasnprintf.h: New file, from GNU gettext.
40141         * lib/vasnprintf.c: New file, from GNU gettext.
40142         * lib/asnprintf.c: New file, from GNU gettext.
40143         * lib/vasprintf.h: New file, from GNU gettext with modifications.
40144         * lib/vasprintf.c: New file, from GNU gettext.
40145         * lib/asprintf.c: New file, from GNU gettext.
40146
40147 2003-01-29  Bruno Haible  <bruno@clisp.org>
40148
40149         * modules/stpncpy: New module.
40150         * MODULES.html.sh (func_all_modules): Add it.
40151
40152 2003-01-29  Bruno Haible  <bruno@clisp.org>
40153
40154         * m4/stpncpy.m4: New file.
40155
40156 2003-01-29  Bruno Haible  <bruno@clisp.org>
40157
40158         * lib/stpncpy.h: New file, from GNU gettext with modifications.
40159         * lib/stpncpy.c: New file, from GNU gettext with modifications.
40160
40161 2003-01-28  Bruno Haible  <bruno@clisp.org>
40162
40163         * modules/c-ctype: New module.
40164         * MODULES.html.sh (func_all_modules): Add it.
40165
40166 2003-01-28  Bruno Haible  <bruno@clisp.org>
40167
40168         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
40169         Paul Eggert.
40170         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
40171         Paul Eggert.
40172
40173 2003-01-27  Bruno Haible  <bruno@clisp.org>
40174
40175         * modules/xsetenv: New module.
40176         * MODULES.html.sh (func_all_modules): Add it.
40177
40178 2003-01-27  Bruno Haible  <bruno@clisp.org>
40179
40180         * lib/xsetenv.h: New file, from GNU gettext.
40181         * lib/xsetenv.c: New file, from GNU gettext.
40182
40183 2003-01-23  Jim Meyering  <jim@meyering.net>
40184
40185         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
40186         from working on systems without dirfd (at least Irix and OSF1/Tru64).
40187
40188 2003-01-23  Bruno Haible  <bruno@clisp.org>
40189
40190         * modules/minmax: New module.
40191         * MODULES.html.sh (func_all_modules): Add it.
40192
40193 2003-01-23  Bruno Haible  <bruno@clisp.org>
40194
40195         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
40196         Eggert.
40197
40198 2003-01-22  Bruno Haible  <bruno@clisp.org>
40199
40200         * modules/exit: New module.
40201         * MODULES.html.sh (func_all_modules): Add it.
40202
40203 2003-01-22  Bruno Haible  <bruno@clisp.org>
40204
40205         * lib/exit.h: New file, from GNU gettext.
40206
40207 2003-01-19  Bruno Haible  <bruno@clisp.org>
40208
40209         * gnulib-tool: Recognize option --extract-maintainer.
40210         (func_get_maintainer): New function.
40211         * modules/*: Add Maintainer entry.
40212
40213 2003-01-16  Jim Meyering  <jim@meyering.net>
40214
40215         * m4/regex.m4: The `regex' struct is both input and output.
40216         Initialize it before each use.  Patch by Tim Waugh.
40217
40218 2003-01-16  Bruno Haible  <bruno@clisp.org>
40219
40220         * MODULES.html.sh: Add a table of contents. Add the module name as
40221         leftmost column. Add hyperlinks.
40222
40223 2003-01-15  Bruno Haible  <bruno@clisp.org>
40224
40225         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
40226
40227 2003-01-15  Bruno Haible  <bruno@clisp.org>
40228
40229         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
40230         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
40231         suffix.
40232
40233 2003-01-15  Bruno Haible  <bruno@clisp.org>
40234
40235         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
40236
40237 2003-01-15  Bruno Haible  <bruno@clisp.org>
40238
40239         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
40240         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
40241
40242 2003-01-14  Jim Meyering  <jim@meyering.net>
40243
40244         * lib/same.c (same_name): Tweak a comment.
40245
40246 2003-01-14  Bruno Haible  <bruno@clisp.org>
40247
40248         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
40249         when a string comparison is sufficient.
40250
40251 2003-01-14  Bruno Haible  <bruno@clisp.org>
40252
40253         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
40254         'unsigned int'.
40255
40256 2003-01-14  Bruno Haible  <bruno@clisp.org>
40257
40258         * lib/hash-pjw.c: Add comment about low quality of this function.
40259
40260 2003-01-13  Bruno Haible  <bruno@clisp.org>
40261
40262         * modules/stpcpy: Distribute lib/stpcpy.h.
40263         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
40264
40265 2003-01-13  Bruno Haible  <bruno@clisp.org>
40266
40267         * modules/*: Add a description.
40268         * modules/strpbrk: Fix Makefile.am snippet.
40269         * modules/strtoimax: Fix dependencies.
40270         * modules/strtoumax: Likewise.
40271
40272 2003-01-13  Bruno Haible  <bruno@clisp.org>
40273
40274         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
40275         * modules/alloca (Makefile.am): All object files depend on alloca.h.
40276         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
40277
40278 2003-01-13  Bruno Haible  <bruno@clisp.org>
40279
40280         * gnulib-tool (func_create_testdir): Store config/* files in the main
40281         directory.
40282         * config.rpath: Move to ...
40283         * config/config.rpath: ... here.
40284         * modules/gettext: Contains config/config.rpath, not config.rpath.
40285         * modules/iconv: Likewise.
40286
40287 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40288
40289         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40290         to avoid collisions with libcurses and libreadline.
40291
40292         * m4/getstr.m4: Remove.
40293         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
40294
40295 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40296
40297         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40298         to avoid collisions with libcurses and libreadline.
40299
40300         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
40301         * lib/getstr.h, getstr.c: Remove.
40302         * lib/getline.c: Include "getline.h", to check interface.
40303         Move body of old getstr.c here: this defines MIN_CHUNK and
40304         declares getdelim2, which is renamed from getstr.
40305         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
40306
40307         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
40308         All uses changed.
40309         * lib/linebuffer.h: Likewise.
40310         (readline): Remove backward-compatibility macro.
40311
40312 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40313
40314         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40315         to avoid collisions with libcurses and libreadline.
40316         * getstr: Remove.
40317         * MODULES.html.sh: Remove getstr.
40318         * modules/getline: Depend on unlocked-io, not getstr.
40319
40320 2003-01-12  Jim Meyering  <jim@meyering.net>
40321
40322         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
40323
40324 2003-01-10  Bruno Haible  <bruno@clisp.org>
40325
40326         * modules/alloca: Change Makefile.am requirements. Simplify Include
40327         requirements. Add lib/alloca_.h to file list.
40328
40329 2003-01-10  Bruno Haible  <bruno@clisp.org>
40330
40331         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
40332
40333 2003-01-10  Bruno Haible  <bruno@clisp.org>
40334
40335         * lib/alloca_.h: New file.
40336         * lib/getdate.y: Unconditionally include alloca.h.
40337         * lib/makepath.c: Likewise.
40338         * lib/setenv.c: Likewise.
40339         * lib/userspec.c: Likewise.
40340
40341 2003-01-09  Karl Berry  <karl@gnu.org>
40342
40343         * MODULES.html.sh: include `dirname $0` in PATH, to find
40344         gnulib-tool.
40345
40346 2003-01-09  Bruno Haible  <bruno@clisp.org>
40347
40348         * modules/stdbool: Change configure.ac, Makefile.am requirements.
40349         Simplify Include requirements. Add lib/stdbool.h.in to file list.
40350
40351 2003-01-09  Bruno Haible  <bruno@clisp.org>
40352
40353         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
40354
40355 2003-01-09  Bruno Haible  <bruno@clisp.org>
40356
40357         * lib/stdbool.h.in: New file.
40358
40359 2003-01-09  Bruno Haible  <bruno@clisp.org>
40360
40361         * gnulib-tool (func_all_modules): Ignore files ending in ~.
40362         * MODULES.html.sh: Likewise.
40363
40364 2003-01-08  Jim Meyering  <jim@meyering.net>
40365
40366         * lib/full-write.c: Undefine and define-away `const' after inclusion
40367         of errno.h, not before.  Suggestion from Bruno Haible.
40368
40369 2003-01-08  Bruno Haible  <bruno@clisp.org>
40370
40371         * modules/full-read: Depend on full-write.
40372
40373 2003-01-08  Bruno Haible  <bruno@clisp.org>
40374
40375         * lib/safe-read.c: Include specification header first, to ensure its
40376         selfcontainedness.
40377         * lib/full-write.c: Likewise.
40378
40379 2003-01-07  Jim Meyering  <jim@meyering.net>
40380
40381         * lib/full-write.c: Rework so that it may serve to define full_read,
40382         too.
40383         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
40384
40385 2003-01-07  Bruno Haible  <bruno@clisp.org>
40386
40387         * lib/strtoimax.c: Include <stdint.h> as an alternative to
40388         <inttypes.h>.
40389         * lib/xstrtol.h: Likewise.
40390         * lib/xstrtoimax.c: Likewise.
40391         * lib/xstrtoumax.c: Likewise.
40392         * lib/human.h: Likewise.
40393
40394         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
40395         on systems that have <inttypes.h> but not <stdint.h>.
40396
40397 2003-01-07  Bruno Haible  <bruno@clisp.org>
40398
40399         * MODULES.html.sh: Add copyright notice.
40400         (missed_files): Omit CVS directory entries.
40401         (func_module): Make it work with sed-3.02.
40402         * MODULES.txt: Remove file.
40403
40404 2003-01-06  Jim Meyering  <jim@meyering.net>
40405
40406         * lib/version-etc.c: Update year in translatable copyright string.
40407
40408 2003-01-03  Karl Berry  <karl@gnu.org>
40409
40410         * config/config.{guess,sub}: update from prep.
40411
40412 2003-01-02  Karl Berry  <karl@gnu.org>
40413
40414         * doc/COPYING.DOC: belatedly updated to 1.2.
40415
40416 2003-01-01  Karl Berry  <karl@gnu.org>
40417
40418         * gnulib-tool (func_verify_module): report module name $module in
40419         error message, not $1.
40420         * gnulib-tool (create-testdir): don't complain if destdir couldn't
40421         be created, only if it doesn't exist.
40422         * gnulib-tool (last_checkin_date): don't expand the $Date here.
40423
40424 2002-12-31  Paul Eggert  <eggert@twinsun.com>
40425
40426         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
40427
40428 2002-12-31  Paul Eggert  <eggert@twinsun.com>
40429
40430         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
40431         memcmp if strcoll doesn't work.
40432
40433 2002-12-31  Bruno Haible  <bruno@clisp.org>
40434
40435         * lib/utime.c (utime_null): No need to call ftruncate if the file was
40436         nonempty.
40437
40438 2002-12-31  Bruno Haible  <bruno@clisp.org>
40439
40440         * lib/memcoll.c (STRCOLL): New macro.
40441         (memcoll): Use it.
40442
40443 2002-12-31  Bruno Haible  <bruno@clisp.org>
40444
40445         * lib/localcharset.h: New file.
40446         * lib/localcharset.c: Include it.
40447         * lib/unicodeio.c: Likewise.
40448
40449 2002-12-31  Bruno Haible  <bruno@clisp.org>
40450
40451         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
40452         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
40453
40454 2002-12-31  Bruno Haible  <bruno@clisp.org>
40455
40456         * lib/getline.h: Include <stddef.h>, for size_t.
40457
40458         * lib/unicodeio.h: Include <stddef.h>, for size_t.
40459         * lib/unicodeio.c: Don't include <stddef.h>.
40460
40461 2002-12-31  Bruno Haible  <bruno@clisp.org>
40462
40463         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
40464         HAVE_TM_ZONE.
40465
40466 2002-12-24  Karl Berry  <karl@gnu.org>
40467
40468         * config/config.guess: update from prep.
40469
40470 2002-12-24  Bruno Haible  <bruno@clisp.org>
40471
40472         General infrasructure.
40473         * m4/README: Rewritten.
40474         * m4/onceonly.m4: New file.
40475         * m4/onceonly_2_57.m4: New file.
40476
40477         Module atexit.
40478         * m4/atexit.m4: New file.
40479
40480         Module strtod.
40481         * m4/strtod.m4: New file.
40482
40483         Module strtol.
40484         * m4/strtol.m4: New file.
40485
40486         Module strtoul.
40487         * m4/strtoul.m4: New file.
40488
40489         Module memchr.
40490         * m4/memchr.m4: New file.
40491
40492         Module memcmp.
40493         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
40494         (jm_FUNC_MEMCMP): Invoke it.
40495
40496         Module memcpy.
40497         * m4/memcpy.m4: New file.
40498
40499         Module memmove.
40500         * m4/memmove.m4: New file.
40501
40502         Module memset.
40503         * m4/memset.m4: New file.
40504
40505         Module strcspn.
40506         * m4/strcspn.m4: New file.
40507
40508         Module strpbrk.
40509         * m4/strpbrk.m4: New file.
40510
40511         Module strstr.
40512         * m4/strstr.m4: New file.
40513
40514         Module strerror.
40515         * m4/strerror.m4: New file.
40516
40517         Module mktime.
40518         * m4/mktime.m4: Renamed from jm-mktime.m4.
40519         (gl_PREREQ_MKTIME): New macro.
40520         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
40521
40522         Module malloc.
40523         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
40524         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
40525         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
40526
40527         Module realloc.
40528         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
40529         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
40530         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
40531
40532         Module strftime.
40533         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
40534         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
40535         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
40536         gl_TM_GMTOFF.
40537         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
40538
40539         Module xalloc.
40540         * m4/xalloc.m4: New file.
40541
40542         Module alloca.
40543         * m4/alloca.m4: New file.
40544
40545         Module putenv.
40546         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
40547         (jm_FUNC_PUTENV): Invoke it.
40548
40549         Module setenv.
40550         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
40551         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
40552         when invoked twice.
40553         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
40554         gt_FUNC_SETENV.
40555
40556         Module memrchr.
40557         * m4/memrchr.m4: New file.
40558
40559         Module stpcpy.
40560         * m4/stpcpy.m4: New file.
40561
40562         Module strcase.
40563         * m4/strcase.m4: New file.
40564
40565         Module strdup.
40566         * m4/strdup.m4: New file.
40567
40568         Module strnlen.
40569         * m4/strnlen.m4: New file.
40570
40571         Module strndup.
40572         * m4/strndup.m4: New file.
40573
40574         Module xstrtod.
40575         * m4/xstrtod.m4: New file.
40576
40577         Module xstrtol.
40578         * m4/xstrtol.m4: New file.
40579
40580         Module getdate.
40581         * m4/getdate.m4: New file.
40582
40583         Module unlocked-io.
40584         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
40585         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
40586         * m4/jm-glibc-io.m4n: Remove file.
40587
40588         Module long-options.
40589         * m4/long-options.m4: New file.
40590
40591         Module md5.
40592         * m4/md5.m4: New file.
40593
40594         Module sha.
40595         * m4/sha.m4: New file.
40596
40597         Module getstr.
40598         * m4/getstr.m4: New file.
40599
40600         Module getline.
40601         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
40602         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
40603         <sys/types.h>, for size_t. Use the function name gnu_getline, not
40604         simply getline. Infoke gl_PREREQ_GETLINE.
40605
40606         Module obstack.
40607         * m4/obstack.m4: New file.
40608
40609         Module hash.
40610         * m4/hash.m4: New file.
40611
40612         Module readtokens.
40613         * m4/readtokens.m4: New file.
40614
40615         Module strverscmp.
40616         * m4/strverscmp.m4: New file.
40617
40618         Module stdbool.
40619         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
40620         OSF/1.
40621
40622         Module strtoll.
40623         * m4/strtoll.m4: New file.
40624
40625         Module strtoull.
40626         * m4/strtoull.m4: New file.
40627
40628         Module strtoimax.
40629         * m4/strtoimax.m4: New file.
40630
40631         Module strtoumax.
40632         * m4/strtoumax.m4: New file.
40633
40634         Module xstrtoimax.
40635         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
40636         jm_AC_PREREQ_XSTRTOIMAX.
40637         Moved the strtol prerequisites to strtol.m4.
40638         Moved the strtoll prerequisites to strtoll.m4.
40639         Moved the strtoimax prerequisites to strtoimax.m4.
40640
40641         Module xstrtoumax.
40642         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
40643         jm_AC_PREREQ_XSTRTOUMAX.
40644         Moved the strtoul prerequisites to strtoul.m4.
40645         Moved the strtoull prerequisites to strtoull.m4.
40646         Moved the strtoumax prerequisites to strtoumax.m4.
40647
40648         Module chown.
40649         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
40650         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
40651
40652         Module dup2.
40653         * m4/dup2.m4: New file.
40654
40655         Module ftruncate.
40656         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
40657         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
40658
40659         Module getgroups.
40660         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
40661         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
40662
40663         Module gettimeofday.
40664         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
40665         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
40666         gl_PREREQ_GETTIMEOFDAY.
40667
40668         Module mkdir.
40669         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
40670         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
40671
40672         Module mkstemp.
40673         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
40674         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
40675         jm_AC_TYPE_UINTMAX_T.
40676         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
40677
40678         Module stat.
40679         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
40680         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
40681
40682         Module lstat.
40683         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
40684         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
40685
40686         Module timespec.
40687         * m4/timespec.m4 (gl_TIMESPEC): New macro.
40688         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
40689         * m4/st_mtim.m4: Indentation.
40690
40691         Module nanosleep.
40692         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
40693         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
40694         gl_PREREQ_NANOSLEEP.
40695
40696         Module regex.
40697         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
40698         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
40699         (gl_REGEX): New macro.
40700
40701         Module rename.
40702         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
40703         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
40704
40705         Module rmdir.
40706         * m4/rmdir.m4: New file.
40707
40708         Module utime.
40709         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
40710         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
40711         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
40712
40713         Module dirname.
40714         * m4/dirname.m4: New file.
40715
40716         Module getopt.
40717         * m4/getopt.m4: New file.
40718
40719         Module unistd-safer.
40720         * m4/unistd-safer.m4: New file.
40721
40722         Module fnmatch.
40723         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
40724         declaration.
40725         (gl_PREREQ_FNMATCH_EXTRA): New macro.
40726         (gl_FUNC_FNMATCH_POSIX): New macro.
40727         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
40728         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
40729         simply fnmatch.
40730
40731         Module exclude.
40732         * m4/exclude.m4: New file.
40733
40734         Module human.
40735         * m4/human.m4: New file.
40736
40737         Module acl.
40738         * m4/acl.m4: Nop.
40739
40740         Module backupfile.
40741         * m4/backupfile.m4: New file.
40742         * m4/d-ino.m4: Indentation.
40743
40744         Module fsusage.
40745         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
40746         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
40747         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
40748
40749         Module dirfd.
40750         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
40751         requirements.
40752
40753         Module euidaccess.
40754         * m4/euidaccess.m4: New file.
40755
40756         Module file-type.
40757         * m4/file-type.m4: New file.
40758
40759         Module fileblocks.
40760         * m4/fileblocks.m4: New file.
40761
40762         Module filemode.
40763         * m4/filemode.m4: New file.
40764
40765         Module isdir.
40766         * m4/isdir.m4: New file.
40767
40768         Module lchown.
40769         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
40770         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
40771
40772         Module makepath.
40773         * m4/makepath.m4: New file.
40774
40775         Module modechange.
40776         * m4/modechange.m4: New file.
40777
40778         Module mountlist.
40779         * m4/mountlist.m4: New file.
40780         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
40781         Indentation.
40782
40783         Module path-concat.
40784         * m4/path-concat.m4: New file.
40785
40786         Module pathmax.
40787         * m4/pathmax.m4: New file.
40788
40789         Module same.
40790         * m4/same.m4: New file.
40791
40792         Module save-cwd.
40793         * m4/save-cwd.m4: New file.
40794
40795         Module savedir.
40796         * m4/savedir.m4: New file.
40797
40798         Module xgetcwd.
40799         * m4/xgetcwd.m4: New file.
40800         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
40801
40802         Module xreadlink.
40803         * m4/xreadlink.m4: New file.
40804
40805         Module safe-read.
40806         * m4/safe-read.m4: New file.
40807
40808         Module safe-write.
40809         * m4/safe-write.m4: New file.
40810
40811         Module closeout.
40812         * m4/closeout.m4: New file.
40813
40814         Module stdio-safer.
40815         * m4/stdio-safer.m4: New file.
40816
40817         Module getpass.
40818         * m4/getpass.m4: New file.
40819
40820         Module getugroups.
40821         * m4/getugroups.m4: New file.
40822
40823         Module group-member.
40824         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
40825         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
40826
40827         Module idcache.
40828         * m4/idcache.m4: New file.
40829
40830         Module userspec.
40831         * m4/userspec.m4: New file.
40832
40833         Module gettime.
40834         * m4/clock_time.m4: New file.
40835         * m4/gettime.m4: New file.
40836
40837         Module settime.
40838         * m4/settime.m4: New file.
40839
40840         Module posixtm.
40841         * m4/posixtm.m4: New file.
40842
40843         Module gethostname.
40844         * m4/gethostname.m4: New file.
40845
40846         Module canon-host.
40847         * m4/canon-host.m4: New file.
40848
40849         Module gettext.
40850         * m4/codeset.m4: New file, from gettext-0.11.5.
40851         * m4/gettext.m4: New file, from gettext-0.11.5.
40852         * m4/glibc21.m4: New file, from gettext-0.11.5.
40853         * m4/iconv.m4: New file, from gettext-0.11.5.
40854         * m4/intdiv0.m4: New file, from gettext-0.11.5.
40855         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
40856         * m4/inttypes.m4: New file, from gettext-0.11.5.
40857         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
40858         * m4/isc-posix.m4: New file, from gettext-0.11.5.
40859         * m4/lcmessage.m4: New file, from gettext-0.11.5.
40860         * m4/lib-ld.m4: New file, from gettext-0.11.5.
40861         * m4/lib-link.m4: New file, from gettext-0.11.5.
40862         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
40863         * m4/progtest.m4: New file, from gettext-0.11.5.
40864         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
40865         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
40866         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
40867
40868         Module localcharset.
40869         * m4/localcharset.m4: New file.
40870
40871         Module hard-locale.
40872         * m4/hard-locale.m4: New file.
40873
40874         Module mbswidth.
40875         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
40876         onceonly macros.
40877         * m4/mbrtowc.m4: Add comment.
40878
40879         Module memcasecmp.
40880         * m4/memcasecmp.m4: New file.
40881
40882         Module memcoll.
40883         * m4/memcoll.m4: New file.
40884
40885         Module unicodeio.
40886         * m4/unicodeio.m4: New file.
40887
40888         Module rpmatch.
40889         * m4/rpmatch.m4: New file.
40890
40891         Module yesno.
40892         * m4/yesno.m4: New file.
40893
40894         Module exitfail.
40895         * m4/exitfail.m4: New file.
40896
40897         Module c-stack.
40898         * m4/c-stack.m4 (gl_C_STACK): New macro.
40899         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
40900
40901         Module error.
40902         * m4/error.m4 (gl_ERROR): New macro.
40903         (jm_PREREQ_ERROR): Use onceonly macros.
40904
40905         Module fatal.
40906         * m4/fatal.m4: New file.
40907
40908         Module getloadavg.
40909         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
40910         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
40911
40912         Module getpagesize.
40913         * m4/getpagesize.m4: New file.
40914
40915         Module getusershell.
40916         * m4/getusershell.m4: New file.
40917
40918         Module physmem.
40919         * m4/physmem.m4: New file.
40920
40921         Module posixver.
40922         * m4/posixver.m4: New file.
40923
40924         Module quotearg.
40925         * m4/quotearg.m4: New file.
40926
40927         Module quote.
40928         * m4/quote.m4: New file.
40929
40930         Module readutmp.
40931         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
40932
40933         Module sig2str.
40934         * m4/sig2str.m4: New file.
40935
40936         Other.
40937         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
40938         ulonglong.m4.
40939         * m4/intmax_t.m4: New file.
40940         * m4/d-type.m4: Indentation.
40941         * m4/jm-macros.m4: Update.
40942         * m4/prereq.m4 (jm_PREREQ): Update.
40943         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
40944         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
40945         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
40946         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
40947         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
40948         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
40949         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
40950         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
40951         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
40952         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
40953         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
40954         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
40955         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
40956         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
40957         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
40958         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
40959         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
40960         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
40961         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
40962
40963 2002-12-24  Bruno Haible  <bruno@clisp.org>
40964
40965         * MODULES.txt: Update according to m4/ changes.
40966
40967         Module gettext.
40968         * config.rpath: New file, from gettext-0.11.5.
40969
40970         * modules/*: New module descriptions.
40971         * gnulib-tool: New file.
40972         * MODULES.html.sh: New file.
40973
40974 2002-12-21  Karl Berry  <karl@gnu.org>
40975
40976         * doc/fdl.texi: update to version 1.2.
40977
40978 2002-12-19  Karl Berry  <karl@gnu.org>
40979
40980         * config/config.guess: update from prep.
40981
40982 2002-12-18  Bruno Haible  <bruno@clisp.org>
40983
40984         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
40985         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
40986
40987 2002-12-17  Bruno Haible  <bruno@clisp.org>
40988
40989         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
40990         stdlib.h, string.h.
40991
40992 2002-12-17  Bruno Haible  <bruno@clisp.org>
40993
40994         * lib/canon-host.c (strdup): Remove unused declaration.
40995
40996         * lib/fsusage.c: Include full_read.h.
40997         (get_fs_usage): Use full_read instead of safe_read.
40998
40999         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
41000
41001 2002-12-12  Karl Berry  <karl@gnu.org>
41002
41003         * config/config.guess: update from prep.
41004
41005 2002-12-11  Bruno Haible  <bruno@clisp.org>
41006
41007         * m4/setenv.m4: New file, from gettext-0.11.5.
41008
41009 2002-12-11  Bruno Haible  <bruno@clisp.org>
41010
41011         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
41012         not unsetenv().
41013         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
41014         modifications:
41015
41016         2002-12-11  Bruno Haible  <bruno@clisp.org>
41017
41018                 * setenv.c (alloca): Fall back to malloc.
41019                 (freea): New macro.
41020                 (setenv): Use freea() to free memory allocated with alloca().
41021
41022         2002-11-13  Bruno Haible  <bruno@clisp.org>
41023
41024                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
41025                 function declarations.
41026                 * unsetenv.c (unsetenv): Likewise.
41027
41028         2002-03-04  Bruno Haible  <bruno@clisp.org>
41029
41030                 Portability to AIX 4.3.3.
41031                 * unsetenv.c: New file, extracted from setenv.c.
41032                 * setenv.c: Move the unsetenv() function to unsetenv.c.
41033
41034         2001-12-20  Bruno Haible  <bruno@clisp.org>
41035
41036                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
41037                 use malloc instead. For SunOS 4.
41038
41039         2001-12-11  Bruno Haible  <bruno@clisp.org>
41040
41041                 * setenv.c: Declare alloca.
41042                 (compar_fn_t): New typedef.
41043                 (KNOWN_VALUE, STORE_VALUE): Use it.
41044
41045         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
41046         setenv.h.
41047
41048 2002-12-10  Paul Eggert  <eggert@twinsun.com>
41049
41050         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
41051         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
41052         Choose values that are less likely to collide with system fnmatch
41053         options.
41054         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
41055         defined (e.g., a pure POSIX system).
41056         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
41057         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
41058
41059 2002-12-06  Paul Eggert  <eggert@twinsun.com>
41060
41061         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
41062         a pain in practice to deal with generated m4 files.  This change
41063         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
41064
41065         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
41066         and jm-glibc-io.m4, as they are no longer a special case.
41067         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
41068         kludge and the auto-generation stuff.  Check only whether the
41069         functions are declared, not whether they exist, since older hosts
41070         that don't declare the functions can't use the optimization anyway.
41071
41072 2002-12-06  Jim Meyering  <jim@meyering.net>
41073
41074         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
41075
41076         Merge in changes from libc's misc/error.c, in preparation
41077         for the merge of gnulib's changes back into libc.
41078
41079         * lib/error.c (_): Define only if not already defined.
41080         Move definition to follow all #include directives.
41081         Include unlocked-io.h only if !_LIBC.
41082         [_LIBC]: Include <libio/libioP.h>.
41083         [USE_IN_LIBIO]: Include <libio/iolibio.h>
41084         (fflush): Tweak definition to use INTUSE.
41085         (putc): Define.
41086
41087 2002-12-05  Paul Eggert  <eggert@twinsun.com>
41088
41089         * lib/alloca.c [defined emacs]: Include "lisp.h".
41090         (xalloc_die) [defined emacs]: New macro.
41091         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
41092         [! defined emacs]: Include <xalloc.h>.
41093         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
41094         (pointer): Typedef to POINTER_TYPE *.
41095         (malloc): Remove decl; we now always use xmalloc.
41096         (alloca): Use old-style definition, since Emacs needs this.
41097         Check for arithmetic overflow when computing combined size.
41098
41099 2002-12-04  Paul Eggert  <eggert@twinsun.com>
41100
41101         Do not generate unlocked-io.h automatically, since it's easier to
41102         maintain it by hand.
41103
41104         * lib/unlocked-io.h: New file, from GNU diffutils,
41105         but with proper copyright notice and attribution.
41106         * lib/gen-uio: Remove.
41107         * lib/Makefile.am: Add copyright notice.
41108         (libfetish_a_SOURCES): Add unlocked-io.h.
41109         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
41110         (DISTCLEANFILES, io_functions): Remove macros.
41111         (EXTRA_DIST): Remove gen_uio.
41112         (unlocked-io.h): Remove rule.
41113
41114 2002-12-04  Jim Meyering  <jim@meyering.net>
41115
41116         Reflect the fact that stat.c and lstat.c are no longer generated.
41117         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
41118         (DISTCLEANFILES): Likewise.
41119         (EXTRA_DIST): Likewise.
41120         (all_local): Don't depend on stat.c or lstat.c.
41121         (stat.c, lstat.c): Remove rules.
41122         (EXTRA_DIST): Remove xstat.in.
41123
41124         * lib/xstat.in: Remove file.  Contents moved into stat.c.
41125         * lib/stat.c: New file.  Contents mostly from xstat.in.
41126         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
41127         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
41128
41129         * lib/safe-read.c: Rework so that it may serve to define safe_write,
41130         too.
41131         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
41132
41133 2002-12-03  Jim Meyering  <jim@meyering.net>
41134
41135         * lib/safe-read.c, safe-write.c: Change variable names and comments,
41136         but not semantics, to minimize the differences between these two files.
41137         (safe_read): Change comment to mention SAFE_READ_ERROR.
41138
41139         * lib/safe-read.c (IS_EINTR): Define.
41140         (safe_read): Use IS_EINTR in place of in-function cpp directives.
41141
41142 2002-12-02  Jim Meyering  <jim@meyering.net>
41143
41144         * lib/safe-read.c (EINTR): Define.
41145         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
41146         (INT_MAX): Provide fallback.
41147         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
41148
41149         * lib/safe-read.h (SAFE_READ_ERROR): Define.
41150
41151 2002-12-02  Bruno Haible  <bruno@clisp.org>
41152
41153         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
41154         Define, taken from safe-read.c.
41155         (INT_MAX): Provide fallback.
41156         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
41157         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
41158
41159         * lib/safe-read.c (EINTR): Remove definition.
41160         (safe_read): Don't use EINTR if it is absent.
41161
41162 2002-12-01  Jim Meyering  <jim@meyering.net>
41163
41164         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
41165         zero.
41166         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
41167
41168 2002-11-27  Paul Eggert  <eggert@twinsun.com>
41169
41170         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
41171         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
41172         with `if (! (value < limit)) abort ();', for readability.
41173
41174 2002-11-26  Karl Berry  <karl@gnu.org>
41175
41176         * lib/strdup.c: copy from libc again, with jim's ok.
41177         * lib/.cppi-disable: re-add strdup.c
41178
41179 2002-11-25  Karl Berry  <karl@gnu.org>
41180
41181         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
41182         instead of "strtol.c".
41183
41184 2002-11-25  Karl Berry  <karl@gnu.org>
41185
41186         * config/install-sh: update from automake for variable quoting, $0 in
41187         error msgs, etc.
41188
41189         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
41190         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
41191         entry.
41192
41193 2002-11-25  Jim Meyering  <jim@meyering.net>
41194
41195         * lib/mktime.c: Sync from libc, now that it has the latest fix.
41196
41197 2002-11-24  Karl Berry  <karl@gnu.org>
41198
41199         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
41200         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
41201
41202 2002-11-24  Jim Meyering  <jim@meyering.net>
41203
41204         Update from coreutils:
41205
41206         * lib/mktime.c: Merge in changes from libc.
41207
41208         Avoid a link-time failure on some Linux systems.
41209         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
41210         (otherwise).
41211         (__mon_yday): Declare with the STATIC attribute.
41212         (__mktime_internal): Likewise.
41213         Based on a report from Greg Schafer.
41214
41215 2002-11-23  Jim Meyering  <jim@meyering.net>
41216
41217         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
41218         Use `unsigned', not `int', as type of index.
41219
41220         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
41221
41222         * lib/fsusage.c: Remove unneeded parentheses around operands of
41223         `defined'.
41224
41225 2002-11-22  Paul Eggert  <eggert@twinsun.com>
41226
41227         * lib/quotearg.h: Allow multiple inclusion by surrounding with
41228         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
41229         so that we can be included first.
41230         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
41231         * lib/quotearg.c: Include quotearg.h immediately after config.h.
41232         No need to include stddef.h or sys/types.h any more.
41233         Surround local include files with "", not "<>".
41234         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
41235         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
41236         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
41237         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
41238         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
41239         (ISPRINT): Remove; no longer needed now that we assume C89.
41240
41241         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
41242         Preserve errno.
41243
41244         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
41245         quotearg_char): Use SIZE_MAX rather than
41246         (size_t) -1 when we are talking about "infinity".
41247
41248         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
41249
41250 2002-11-22  Paul Eggert  <eggert@twinsun.com>
41251
41252         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
41253         hint that one should use `if (! x) abort ();' rather than `assert
41254         (x);', and anyway it's one less thing to worry about configuring.
41255         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
41256         hash_rehash, hash_insert): Use abort rather than assert.
41257
41258 2002-11-22  Bruno Haible  <bruno@clisp.org>
41259
41260         * lib/safe-read.h: Assume C89. Add comments.
41261         (safe_read): Change return type to size_t.
41262         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
41263         byte counts > SSIZE_MAX correctly.
41264         * lib/safe-write.h: New file.
41265         * lib/safe-write.c: New file.
41266         * lib/full-read.h: New file.
41267         * lib/full-read.c: New file.
41268         * lib/full-write.h: Assume C89. Add comments.
41269         * lib/full-write.c: Include safe-write.h.
41270         (full_write): Rewritten to use safe_write.
41271         Suggested by Jim Meyering and Paul Eggert.
41272
41273 2002-11-21  Jim Meyering  <jim@meyering.net>
41274
41275         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
41276
41277         Merge in changes from the coreutils.
41278
41279         2002-09-25  Paul Eggert  <eggert@twinsun.com>
41280         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
41281         <stdint.h>.
41282         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
41283         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
41284         int.  Work more efficiently if X is the same width as uintmax_t.
41285         Do not compare X to -1, to avoid bogus compiler warning.
41286         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
41287         Don't assume that f_frsize and f_bsize are the same type.
41288
41289         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
41290         warning on FreeBSD.
41291
41292         * lib/makepath.c (make_path): Restore umask *before* creating the final
41293         component.
41294         (make_path): Minor reformatting.
41295
41296         * lib/xmalloc.c: Adjust to work with new autoconf macros,
41297         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
41298         HAVE_MALLOC/HAVE_REALLOC.
41299
41300         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
41301         dummy ones.  At least on GNU/Linux systems, `auto' means something
41302         else.
41303         From Michael Stone.
41304
41305 2002-11-21  Bruno Haible  <bruno@clisp.org>
41306
41307         Remove case insensitive option matching.
41308         * lib/argmatch.h (argcasematch): Remove declaration.
41309         (ARGCASEMATCH): Remove macro.
41310         (__xargmatch_internal): Remove case_sensitive argument.
41311         (XARGMATCH): Update.
41312         (XARGCASEMATCH): Remove macro.
41313         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
41314         case_sensitive argument.
41315         (argcasematch): Remove function.
41316         (__xargmatch_internal): Remove case_sensitive argument.
41317         (main): Use XARGMATCH instead of XARGCASEMATCH.
41318
41319         * lib/xmalloc.c: Change compile-time error message. Add comment about
41320         required autoconf version.
41321
41322 2002-11-20  Paul Eggert  <eggert@twinsun.com>
41323
41324         Merge argmatch cleanups from Bison.  Assume C89.
41325
41326         * lib/argmatch.c: Include config.h here, not in argmatch.h.
41327         Include stdlib.h, for EXIT_FAILURE.
41328         Always include <string.h>, since we assume C89.
41329         (EXIT_FAILURE): Remove pre-C89 bug workaround.
41330         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
41331         Include <stddef.h> instead, since it's all we need for size_t.
41332         (PARAMS): Remove.  All uses removed.
41333         (ARRAY_CARDINALITY): Do not bother to #undef.
41334         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
41335         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
41336         Remove unnecessary parentheses.
41337         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
41338         Insert necessary parentheses.
41339         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
41340         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
41341
41342 2002-11-19  Bruno Haible  <bruno@clisp.org>
41343
41344         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
41345         * lib/mbswidth.h: Include <stddef.h>, for size_t.
41346
41347         * lib/mbswidth.h (PARAMS): Remove macro.
41348         (mbswidth, mbsnwidth): Use ANSI C function declarations.
41349         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
41350
41351         * lib/gcd.h (PARAMS): Remove macro.
41352         (gcd): Use ANSI C function declarations.
41353         * lib/gcd.c (gcd): Likewise.
41354
41355 2002-11-15  Bruno Haible  <bruno@clisp.org>
41356
41357         * lib/strcspn.c: Include <stddef.h>.
41358         (strcspn): Use ANSI C function declaration. Change return type to
41359         size_t. Use NULL.
41360         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
41361         (strpbrk): Use NULL.
41362         * lib/strpbrk.h (PARAMS): Remove macro.
41363         (strpbrk): Use ANSI C function declaration.
41364         * lib/strstr.c: Don't include <sys/types.h>.
41365         * lib/strstr.h (PARAMS): Remove macro.
41366         (strstr): Use ANSI C function declarations.
41367
41368 2002-11-14  Karl Berry  <karl@gnu.org>
41369
41370         * config/mkinstalldirs: `do' on separate line, instead of
41371         `for var; do'.
41372
41373 2002-11-06  Bruno Haible  <bruno@clisp.org>
41374
41375         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
41376         * lib/gcd.c (gcd): Likewise.
41377
41378 2002-11-05  Bruno Haible  <bruno@clisp.org>
41379
41380         * lib/gcd.h: New file, from gettext-0.11.5.
41381         * lib/gcd.c: New file, from gettext-0.11.5.
41382
41383 2002-11-05  Bruno Haible  <bruno@clisp.org>
41384
41385         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41386         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41387         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41388         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41389
41390         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
41391         <libintl.h>.
41392         * lib/makepath.c: Include gettext.h instead of <locale.h> and
41393         <libintl.h>.
41394
41395         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
41396         * lib/human.c: Include gettext.h instead of <libintl.h>.
41397         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
41398         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
41399         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
41400         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
41401         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
41402         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
41403         (textdomain): Remove definition.
41404         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
41405
41406         * lib/long-options.c: Remove include of <libintl.h> and definition of
41407         _.
41408         * lib/same.c: Remove include of <libintl.h> and definition of _.
41409
41410 2002-11-04  Owen Taylor  <otaylor@redhat.com>
41411
41412         * lib/config.charset: A few additions for Solaris.
41413
41414 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
41415
41416         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
41417         * lib/localcharset.c (locale_charset): Declare as extern "C".
41418
41419 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
41420
41421         * lib/config.charset: msdos in uk_UA uses CP1125.
41422
41423 2002-11-04  Bruno Haible  <bruno@clisp.org>
41424
41425         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
41426         * lib/strcase.h: New file, from GNU gettext-0.11.5.
41427         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
41428         * lib/strstr.h: New file, from GNU gettext-0.11.5.
41429         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
41430
41431 2002-11-04  Bruno Haible  <bruno@clisp.org>
41432
41433         * lib/localcharset.c (locale_charset): Don't return an empty string.
41434
41435 2002-11-04  Bruno Haible  <bruno@clisp.org>
41436
41437         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
41438         aliases.
41439
41440 2002-11-04  Bruno Haible  <bruno@clisp.org>
41441
41442         * lib/config.charset: Update for newest glibc. Add canonical names
41443         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
41444
41445 2002-11-04  Bruno Haible  <bruno@clisp.org>
41446
41447         * lib/config.charset: Add support for NetBSD.
41448
41449 2002-11-04  Bruno Haible  <bruno@clisp.org>
41450
41451         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
41452
41453 2002-11-01  Bruno Haible  <bruno@clisp.org>
41454
41455         * configure.in: Add AC_CONFIG_AUX_DIR call.
41456         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
41457         test/Makefile.
41458         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
41459
41460 2002-09-28  Karl Berry  <karl@gnu.org>
41461
41462         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
41463         installed automake until the next release, since changes have been
41464         made.
41465
41466 2002-09-25  Karl Berry  <karl@gnu.org>
41467
41468         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
41469         * lib/getopt*: copy from libc/posix.
41470         * lib/gettext.h: copy from gettext.
41471         * lib/.cppi-disable: add strdup.c, gettext.h.
41472
41473 2002-09-25  Karl Berry  <karl@gnu.org>
41474
41475         * config/srclist.txt: enable gettext.h check.
41476         * config/config.{guess,sub}: update from prep.
41477         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
41478                 from automake 1.6.3.
41479         See srclist*.
41480
41481 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
41482
41483         * regex.c (PATFETCH): Remove the translating fetch.
41484         (PATFETCH_RAW): Rename to PATFETCH.
41485         (set_image_of_range): New fun.
41486         (SET_RANGE_TABLE_WORK_AREA): Use it.
41487         (regex_compile): Don't translate the pattern chars so eagerly.
41488         Only do it when inserting an `exactn' bytecode or when handling
41489         a char-range.
41490         (mutually_exclusive_p): Avoid empty statement.
41491
41492 2002-07-06  Jim Meyering  <meyering@lucent.com>
41493
41494         * m4/README: Don't mention Makefile.am.in.
41495         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
41496
41497 2002-07-01  Jim Meyering  <meyering@lucent.com>
41498
41499         * lib/c-stack.c: Include sys/time.h.
41500         From Volker Borchert.
41501
41502 2002-06-26  Paul Eggert  <eggert@twinsun.com>
41503
41504         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
41505
41506 2002-06-26  Paul Eggert  <eggert@twinsun.com>
41507
41508         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
41509         New macro.  Use it uniformly instead of
41510         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
41511         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
41512         reported by Vin Shelton.
41513
41514 2002-06-22  Paul Eggert  <eggert@twinsun.com>
41515
41516         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
41517         Do not assume SA_SIGINFO behavior.
41518         Bug reported by Jim Meyering on NetBSD 1.5.2.
41519
41520 2002-06-22  Jim Meyering  <meyering@lucent.com>
41521
41522         * m4/c-stack.m4: New file, from diffutils-2.8.2.
41523         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
41524
41525         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
41526         now that configure.ac uses AC_GNU_SOURCE.
41527         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
41528         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
41529
41530         Update to latest tools.  Suggestions from Paul Eggert.
41531         * m4/stdbool.m4: New file, from diffutils-2.8.2.
41532         * m4/gnu-source.m4: Update from diffutils-2.8.2.
41533         * m4/fnmatch.m4: Likewise.
41534         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
41535         to AC_HEADER_STDBOOL
41536
41537 2002-06-22  Jim Meyering  <meyering@lucent.com>
41538
41539         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
41540         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
41541
41542 2002-06-22  Jim Meyering  <meyering@lucent.com>
41543
41544         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
41545
41546         * lib/exitfail.c, exitfail.h: Likewise.
41547         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
41548
41549         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
41550         of fnmatch.h.
41551         (EXTRA_DIST): Add fnmatch_loop.c.
41552         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
41553
41554         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
41555         * lib/fnmatch.c: Update from diffutils-2.8.2.
41556         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
41557         * lib/fnmatch.h: Remove file.
41558
41559 2002-06-21  Jim Meyering  <meyering@lucent.com>
41560
41561         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
41562         * m4/mbrtowc.m4: Likewise.
41563
41564         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
41565         * m4/mbswidth.m4: Reflect name change:
41566         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
41567         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
41568
41569         * m4/lib-link.m4: Update from gettext-0.11.2.
41570         * m4/gettext.m4: Likewise.
41571
41572         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
41573         From Alfred M. Szmidt.
41574
41575 2002-06-18  Paul Eggert  <eggert@twinsun.com>
41576
41577         * lib/file-type.h: Report an error if neither S_ISREG nor
41578         S_IFREG is defined, instead of using a test specific to glibc
41579         2.2.  This should be safe, since POSIX requires S_ISREG and
41580         Unix Version 7 had S_IFREG.  We don't need to check for
41581         <sys/types.h> since we don't use any symbols that it defines.
41582
41583 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
41584
41585         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
41586         $@-t, so that each temporary file name is unique and valid in the first
41587         8 characters, for operation under DOS.
41588
41589 2002-06-15  Paul Eggert  <eggert@twinsun.com>
41590
41591         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
41592
41593 2002-06-15  Jim Meyering  <meyering@lucent.com>
41594
41595         Work even with DJGPP 2.03, which lacks support for symlinks.
41596         From Richard Dawe.
41597         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
41598         is defined.
41599         * lib/lchown.c (S_ISLNK): Likewise.
41600
41601 2002-06-15  Jim Meyering  <meyering@lucent.com>
41602
41603         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
41604         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
41605         have been included before this file.
41606
41607 2002-06-14  Jim Meyering  <meyering@lucent.com>
41608
41609         * lib/file-type.h: Use the version from diffutils-2.8.2.
41610         * lib/file-type.c: Likewise.
41611
41612 2002-06-07  Jim Meyering  <meyering@lucent.com>
41613
41614         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
41615         They're needed at least for NetBSD 1.5.2.
41616         ($statxfs_includes): Include those same headers.
41617         ($statxfs_includes): Include sys/vfs.h if available.
41618         ($statxfs_includes): Likewise for sys/statvfs.h.
41619         Check for the following members in both structs statfs and statvfs:
41620         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
41621
41622 2002-06-01  Jim Meyering  <meyering@lucent.com>
41623
41624         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
41625         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
41626
41627 2002-05-28  Jim Meyering  <meyering@lucent.com>
41628
41629         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
41630         Reported by Volker Borchert.
41631
41632 2002-05-27  Jim Meyering  <meyering@lucent.com>
41633
41634         Fix a problem seen only on nonconforming systems whereby ls.c's
41635         use of localtime, and then of gettimeofday would cause trouble:
41636         the localtime call used to initialize rpl_gettimeofday's save
41637         mechanism would clobber ls's current local time information so
41638         that in any long listing the first file would always be listed
41639         with date 1970-01-01.  Analysis by Volker Borchert.
41640
41641         * lib/gettimeofday.c (localtime): Undefine.
41642         (rpl_localtime): New function.
41643
41644 2002-05-27  Jim Meyering  <meyering@lucent.com>
41645
41646         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
41647         localtime.
41648
41649         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
41650         use the replacement function; it wouldn't resolve at link time.
41651         Reported by Volker Borchert.
41652
41653 2002-05-22  Jim Meyering  <meyering@lucent.com>
41654
41655         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
41656         file-type.h.
41657         * lib/file-type.h: New file.
41658         * lib/file-type.c (file_type): New file/function.  Extracted from
41659         diffutils.
41660
41661 2002-04-30  Jim Meyering  <meyering@lucent.com>
41662
41663         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
41664
41665 2002-04-29  Paul Eggert  <eggert@twinsun.com>
41666
41667         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
41668
41669 2002-04-29  Paul Eggert  <eggert@twinsun.com>
41670
41671         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
41672         Do not check for alloca.h (no longer used) or stdbool.h (was never
41673         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
41674
41675 2002-04-29  Paul Eggert  <eggert@twinsun.com>
41676
41677         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
41678
41679 2002-04-29  Jim Meyering  <meyering@lucent.com>
41680
41681         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
41682         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
41683         Use AC_FUNC_STRNLEN here instead.
41684
41685         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
41686         With autoconf-2.53a, it's part of AC_PROG_CC.
41687
41688 2002-04-28  Paul Eggert  <eggert@twinsun.com>
41689
41690         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
41691         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
41692
41693 2002-04-28  Paul Eggert  <eggert@twinsun.com>
41694
41695         * lib/sig2str.h, lib/sig2str.c: New files.
41696         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
41697
41698 2002-04-28  Paul Eggert  <eggert@twinsun.com>
41699
41700         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
41701         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
41702         of 127, since 64 is the largest conceivable number for ancient
41703         nonstandard hosts.
41704         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
41705
41706 2002-04-28  Jim Meyering  <meyering@lucent.com>
41707
41708         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
41709
41710 2002-04-24  Jim Meyering  <meyering@lucent.com>
41711
41712         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
41713         (jm_PREREQ): Use it.
41714
41715         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
41716         mach/mach.h fcntl.h.
41717         Check for this function: setlocale.
41718
41719 2002-04-24  Jim Meyering  <meyering@lucent.com>
41720
41721         * lib/gettext.h: New file, from Gettext.
41722         * lib/Makefile.am (INCLUDES): Remove -I../intl.
41723         (libfetish_a_SOURCES): Add gettext.h.
41724
41725 2002-04-16  Jim Meyering  <meyering@lucent.com>
41726
41727         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
41728         ut_pid, ut_id, ut_exit.
41729
41730 2002-04-16  Jim Meyering  <meyering@lucent.com>
41731
41732         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
41733         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
41734         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
41735
41736 2002-04-12  Jim Meyering  <meyering@lucent.com>
41737
41738         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
41739         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
41740         existence of the getmntinfo function.  Needed for Darwin 5.3.
41741
41742         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
41743         This is necessary at least on Darwin 5.3.
41744
41745         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
41746         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
41747         strnlen.o in the library, and that makes some versions of ranlib
41748         object.
41749
41750 2002-04-12  Jim Meyering  <meyering@lucent.com>
41751
41752         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
41753
41754 2002-04-09  Jim Meyering  <meyering@lucent.com>
41755
41756         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
41757         to be more precise.  Rather than saying we're checking whether the
41758         function `works', say what we're testing.
41759         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
41760         Reported by Bruno Haible.
41761
41762 2002-03-10  Jim Meyering  <meyering@lucent.com>
41763
41764         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
41765         Suggestion from Santiago Vila.
41766
41767 2002-03-08  Jim Meyering  <meyering@lucent.com>
41768
41769         * lib/rename.c: Mention that this wrapper is needed also on
41770         mips-dec-ultrix4.4 systems.
41771
41772 2002-03-02  Jim Meyering  <meyering@lucent.com>
41773
41774         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
41775         not HAVE_CLOCK_SETTIME.
41776
41777 2002-02-27  Paul Eggert  <eggert@twinsun.com>
41778
41779         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
41780         Check for clock_settime.
41781
41782 2002-02-27  Paul Eggert  <eggert@twinsun.com>
41783
41784         * lib/nanosleep.h: Rename to....
41785         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
41786
41787         * lib/gettime.c: New file.
41788         * lib/settime.c: New file.
41789         * lib/stime.c: Remove.
41790
41791         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
41792         timespec.h.  Remove nanosleep.h.
41793
41794 2002-02-25  Paul Eggert  <eggert@twinsun.com>
41795
41796         * m4/acl.m4: New file.
41797         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
41798         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
41799
41800 2002-02-25  Paul Eggert  <eggert@twinsun.com>
41801
41802         * lib/acl.c, lib/acl.h: New files.
41803         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
41804
41805 2002-02-24  Jim Meyering  <meyering@lucent.com>
41806
41807         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
41808         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
41809         cause trouble.  Reported by Nelson Beebe.
41810
41811 2002-02-23  Paul Eggert  <eggert@twinsun.com>
41812
41813         * lib/path-concat.c (xpath_concat): Reorder code to pacify
41814         compilers that don't know that xalloc_die never returns.
41815
41816 2002-02-20  Jim Meyering  <meyering@lucent.com>
41817
41818         * lib/getdate.c: Regenerate using bison-1.33.
41819
41820 2002-02-17  Jim Meyering  <meyering@lucent.com>
41821
41822         * config/config.guess (main): Don't use `head -1'; it's no longer
41823         portable. Use `sed 1q' instead.
41824
41825 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
41826
41827         * m4/codeset.m4: Upgrade to gettext-0.11.
41828         * m4/gettext.m4: Upgrade to gettext-0.11.
41829         * m4/glibc21.m4: Upgrade to gettext-0.11.
41830         * m4/iconv.m4: Upgrade to gettext-0.11.
41831         * m4/isc-posix.m4: Upgrade to gettext-0.11.
41832         * m4/lcmessage.m4: Upgrade to gettext-0.11.
41833         * m4/lib-ld.m4: New file, from gettext-0.11.
41834         * m4/lib-link.m4: New file, from gettext-0.11.
41835         * m4/lib-prefix.m4: New file, from gettext-0.11.
41836         * m4/progtest.m4: Upgrade to gettext-0.11.
41837
41838 2002-02-15  Paul Eggert  <eggert@twinsun.com>
41839
41840         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
41841         (jm_PREREQ): Use it.
41842
41843 2002-02-15  Paul Eggert  <eggert@twinsun.com>
41844
41845         * lib/posixver.c, lib/posixver.h: New files.
41846         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
41847
41848 2002-02-02  Paul Eggert  <eggert@twinsun.com>
41849             Bruno Haible  <bruno@clisp.org>
41850
41851         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
41852         (fwrite_success_callback): New declaration.
41853         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
41854         print_unicode_char. Call failure callback instead of error.
41855         (fwrite_success_callback): New function.
41856         (exit_failure_callback): New function.
41857         (fallback_failure_callback): New function.
41858         (print_unicode_char): Call unicode_to_mb.
41859
41860 2002-01-26  Jim Meyering  <meyering@lucent.com>
41861
41862         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
41863         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
41864
41865 2002-01-26  Jim Meyering  <meyering@lucent.com>
41866
41867         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
41868
41869 2002-01-22  Paul Eggert  <eggert@twinsun.com>
41870
41871         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
41872
41873 2002-01-22  Jim Meyering  <meyering@lucent.com>
41874
41875         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
41876         Otherwise, some versions of automake would omit the rule that makes
41877         Makefile from Makefile.in.
41878
41879 2002-01-21  Paul Eggert  <eggert@twinsun.com>
41880
41881         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
41882         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
41883         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
41884         (memcoll): Set errno to zero if there is no error.
41885
41886         * lib/quotearg.c (quotearg_buffer_restyled):
41887         Fix bug with quoting buffers containing NUL when backslashing escapes.
41888         This bug was exposed by the other changes in this patch.
41889         (quotearg_n_options): New arg ARGSIZE.
41890         All callers changed.
41891         (quoting_options_from_style): New function.
41892         (quotearg_n_style): Use it.
41893         (quotearg_n_style_mem): New function.
41894
41895         * lib/quotearg.h (quotearg_n_style_mem): New function.
41896
41897 2002-01-19  Jim Meyering  <meyering@lucent.com>
41898
41899         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
41900         Remove useless quotes: DF_PROG="df".
41901         * m4/strnlen.m4: New file.
41902
41903 2002-01-16  Paul Eggert  <eggert@twinsun.com>
41904
41905         * lib/backupfile.c (ISDIGIT): Comment fix.
41906         * lib/getdate.y (ISDIGIT): Likewise.
41907         * lib/posixtm.c (ISDIGIT, year): Likewise.
41908         * lib/strverscmp.c (ISDIGIT): Likewise.
41909         * lib/userspec.c (ISDIGIT): Likewise.
41910
41911 2002-01-16  Jim Meyering  <meyering@lucent.com>
41912
41913         * lib/getdate.y: Add three semicolons, each just before a closing
41914         brace. Bison (as of version 1.31) no longer papers over that mistake.
41915
41916 2002-01-05  Jim Meyering  <meyering@lucent.com>
41917
41918         * lib/version-etc.c (version_etc_copyright): Update copyright year.
41919
41920 2001-12-19  Paul Eggert  <eggert@twinsun.com>
41921
41922         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
41923         not silently exit merely because the output buffer happens to
41924         have nothing pending.
41925
41926 2001-12-18  Paul Eggert  <eggert@twinsun.com>
41927
41928         See the big note in ../ChangeLog.
41929         * lib/human.c (suffixes): Prefer K to k for 1024.
41930         (generate_suffix_backwards): New function.
41931         (human_readable_inexact): Use it.
41932         * lib/xstrtol.c (__xstrtol): If there is no number but there
41933         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
41934         Accept 'K' as well as 'k'.
41935
41936 2001-12-15  Jim Meyering  <meyering@lucent.com>
41937
41938         * lib/regex.h (__restrict_arr): Update from libc.
41939
41940         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
41941         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
41942         (STREQ): Define.
41943
41944 2001-12-14  Jim Meyering  <meyering@lucent.com>
41945
41946         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
41947         Suggestion from Bruno Haible.
41948
41949 2001-12-10  Jim Meyering  <meyering@lucent.com>
41950
41951         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
41952         xrealloc, Instead, include "xalloc.h".
41953         (initbuffer): Don't cast xmalloc return value to char*.
41954         (readline): Reword comment.
41955         Don't cast xrealloc return value to char*
41956         Return NULL, not 0.
41957
41958 2001-12-09  Jim Meyering  <meyering@lucent.com>
41959
41960         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
41961         about `signed and unsigned type in conditional expression'.
41962         * lib/posixtm.c (posix_time_parse): Likewise.
41963
41964         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
41965
41966         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
41967         to avoid a pedantic warning.
41968
41969         * lib/getstr.c: Don't include assert.h.
41970         (getstr): Remove warning-evoking assertions.
41971         Return -1 if offset parameter is out of bounds.
41972         Change the type of a local from int to size_t.
41973
41974         * lib/strftime.c (my_strftime_localtime_r): Include this function
41975         definition in the `#if ! HAVE_TM_GMTOFF' block.
41976
41977         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
41978         Include xalloc.h instead.
41979
41980 2001-12-02  Jim Meyering  <meyering@lucent.com>
41981
41982         * lib/tempname.c: Don't declare getenv, thus reverting the change of
41983         2001-11-18.  It's no longer necessary, now that stdlib.h is always
41984         included.
41985
41986         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
41987         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
41988
41989 2001-11-30  Akim Demaille  <akim@epita.fr>
41990
41991         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
41992         before being defined.
41993
41994 2001-11-27  Paul Eggert  <eggert@twinsun.com>
41995
41996         * lib/quotearg.h (quotearg_n, quotearg_n_style):
41997         First arg is int, not unsigned.
41998         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
41999         (SIZE_MAX, UINT_MAX): New macros.
42000         (quotearg_n_options): Abort if N is negative.
42001         Avoid overflow check on hosts where size_t is 64 bits and int
42002         is 32 bits, as overflow is impossible there.
42003         Fix off-by-one typo that caused unnecessary reallocation.
42004
42005 2001-11-27  Jim Meyering  <meyering@lucent.com>
42006
42007         * lib/tempname.c: Merge with version from libc.
42008         * lib/regex.c: Likewise.
42009
42010         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
42011         systems for which STDC_HEADERS is 0, it was not included, resulting in
42012         a warning about an integer-to-pointer conversion problem with getenv.
42013         Reported by Volker Borchert.
42014
42015 2001-11-26  Jim Meyering  <meyering@lucent.com>
42016
42017         * lib/gtod.h: Remove file.
42018         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
42019         * lib/gettimeofday.c: Don't include gtod.h.
42020         (GTOD_init): Remove function.
42021         (rpl_gettimeofday): Do its job here instead, rather than aborting.
42022         Suggestion from Volker Borchert.
42023
42024 2001-11-23  Jim Meyering  <meyering@lucent.com>
42025
42026         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
42027         it.
42028         * lib/hash.c (struct hash_table): Define it here instead.
42029
42030 2001-11-22  Jim Meyering  <meyering@lucent.com>
42031
42032         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
42033
42034 2001-11-20  Jim Meyering  <meyering@lucent.com>
42035
42036         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
42037         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
42038
42039 2001-11-19  Jim Meyering  <meyering@lucent.com>
42040
42041         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
42042         directory.  Use "conftestXXXXXX" as the template.
42043         Suggestion from Paul Eggert.
42044
42045         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
42046         immediately, so the test doesn't mistakenly hit the max-open-files
42047         limit.
42048
42049 2001-11-18  Paul Eggert  <eggert@twinsun.com>
42050
42051         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
42052         (TEMPORARIES): New macro.
42053         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
42054         removes an artificial limitation (e.g. HP-UX 10.20, where
42055         TMP_MAX is 17576).
42056
42057 2001-11-18  Jim Meyering  <meyering@lucent.com>
42058
42059         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
42060
42061 2001-11-18  Jim Meyering  <meyering@lucent.com>
42062
42063         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
42064         on SunOS 4.
42065
42066         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
42067         files will be created before anything else.
42068
42069 2001-11-17  Paul Eggert  <eggert@twinsun.com>
42070
42071         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
42072         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
42073
42074 2001-11-17  Jim Meyering  <meyering@lucent.com>
42075
42076         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
42077         Prompted by a report from Bob Proulx.
42078
42079         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
42080         Instead, require UTILS_FUNC_MKSTEMP.
42081
42082 2001-11-17  Jim Meyering  <meyering@lucent.com>
42083
42084         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
42085         Now, that's done as part of AC_FUNC_STRTOD.
42086
42087 2001-11-17  Jim Meyering  <meyering@lucent.com>
42088
42089         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
42090         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
42091         rather than group writable.  Patch by Juan F. Codagnone.
42092
42093         * lib/readtokens.c: Remove explicit declarations of xmalloc and
42094         xrealloc, Instead, include "xalloc.h".
42095
42096         * lib/mountlist.c: Include unlocked-io.h after all system headers.
42097         Remove explicit declarations of xmalloc, xrealloc,
42098         and xstrdup.  Instead, include "xalloc.h".
42099
42100         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
42101         unlocked-io.h.
42102         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
42103         Likewise.
42104         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
42105
42106         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
42107         Reported by Padraig Brady.
42108
42109         * lib/mkstemp.c: #undef mkstemp.
42110         Include config.h.
42111         (rpl_mkstemp): Rename from mkstemp.
42112         Protoize.
42113
42114 2001-11-16  Jim Meyering  <meyering@lucent.com>
42115
42116         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
42117         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
42118         determine the amount of total physical memory, use pstat_getstatic.
42119         HPUX-11 doesn't define _SC_PHYS_PAGES.
42120         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
42121         If sysconf couldn't be used to determine the amount of available
42122         physical memory, use both pstat_getstatic and pstat_getdynamic.
42123         Based on a patch from Bob Proulx.
42124
42125 2001-11-10  Jim Meyering  <meyering@lucent.com>
42126
42127         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
42128         (jm_PREREQ): Use it.
42129
42130 2001-11-09  Jim Meyering  <meyering@lucent.com>
42131
42132         * m4/jm-macros.m4: Require autoconf-2.52f.
42133         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
42134         Use these AC_-prefixed names, not the AM_-prefixed ones.
42135
42136         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
42137
42138 2001-11-05  Jim Meyering  <meyering@lucent.com>
42139
42140         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
42141
42142 2001-11-04  Jim Meyering  <meyering@lucent.com>
42143
42144         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
42145         $DEFS.
42146
42147 2001-11-03  Jim Meyering  <meyering@lucent.com>
42148
42149         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
42150         of AC_DEFUN.
42151
42152         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
42153         know the name of the variable in the macro definition.
42154
42155 2001-11-03  Jim Meyering  <meyering@lucent.com>
42156
42157         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
42158         in argmatch_to_argument call.
42159
42160         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
42161         argument.
42162
42163         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
42164         e.g., a fault due to an attempt to free a NULL pointer.
42165
42166 2001-11-01  Jim Meyering  <meyering@lucent.com>
42167
42168         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
42169         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
42170
42171 2001-11-01  Jim Meyering  <meyering@lucent.com>
42172
42173         * lib/dirfd.c, lib/dirfd.h: New files.
42174         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
42175
42176         * lib/hash.c (hash_print) [TESTING]: Clean up.
42177
42178 2001-10-22  Paul Eggert  <eggert@twinsun.com>
42179
42180         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
42181         to avoid a warning if -Wall.
42182
42183 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
42184
42185         * README: New file
42186         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
42187         (per RMS's instructions, this is now the canonical source)
42188         * lgpl/, gpl/: New directories.
42189
42190 2001-10-21  Paul Eggert  <eggert@twinsun.com>
42191
42192         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
42193
42194 2001-10-21  Jim Meyering  <meyering@lucent.com>
42195
42196         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
42197         this code would end up calling gettext even in packages built
42198         with --disable-nls.
42199         * lib/getopt.c (_): Likewise.
42200         * lib/regex.c (_): Likewise.
42201
42202 2001-10-20  Paul Eggert  <eggert@twinsun.com>
42203
42204         * m4/error.m4 (jm_PREREQ_ERROR):
42205         Do not invoke AC_CHECK_FUNCS with strerror_r, as
42206         AC_FUNC_STRERROR_R does that.
42207         Check for strerror declaration.
42208
42209         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
42210         are supposed to have them these days.
42211         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
42212         Merge changes from latest Autoconf CVS.
42213         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
42214         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
42215         POSIX decided to standardize on the int flavor of strerror_r.
42216
42217 2001-10-20  Paul Eggert  <eggert@twinsun.com>
42218
42219         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
42220         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
42221         Use strerror_r that is only a macro, even if it is not a function.
42222         (strerror): Check for HAVE_DECL_STRERROR before declaring.
42223         (private_strerror): Use prototypes, not old-style function definition.
42224         (print_errno_message): New function.
42225         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
42226         char*-flavored one.
42227         (error_tail, error, error_at_line): Use it.
42228
42229 2001-10-11  Jim Meyering  <meyering@lucent.com>
42230
42231         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
42232         and quote_n (1, ... to avoid clobbering a buffer.
42233
42234 2001-10-05  Jim Meyering  <meyering@lucent.com>
42235
42236         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
42237         hash-pjw.h.
42238         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
42239         * lib/hash-pjw.h: New file.
42240
42241 2001-09-30  Jim Meyering  <meyering@lucent.com>
42242
42243         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
42244         `struct fsstat' has the `f_fstypename' member.
42245         Use that to define FS_TYPE, which is now used to make
42246         the getfsstat link test tighter.
42247
42248 2001-09-30  Jim Meyering  <meyering@lucent.com>
42249
42250         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
42251         Include <sys/ucred.h>, for Apple Darwin.
42252         Include sys/mount.h and sys/fs_types.h only if available.
42253         (FS_TYPE): Define.
42254         (read_filesystem_list): Use FS_TYPE.
42255
42256 2001-09-29  Paul Eggert  <eggert@twinsun.com>
42257
42258         * lib/exclude.c (excluded_filename): 0 -> false, since it's
42259         a boolean context.
42260
42261 2001-09-29  Jim Meyering  <meyering@lucent.com>
42262
42263         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
42264         [one-argument getmntent function]): Include stdio.h before mntent.h.
42265         SunOS 4.1.x needs it for the declaration of `FILE'.
42266         Patch by Volker Borchert.
42267
42268         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
42269         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
42270         sys/fs_types.h, and make the link-test for getfsstat guard #include
42271         directives with appropriate #if HAVE_*_H tests so that we can
42272         detect getfsstat on Apple Darwin1.3.7 systems.
42273         Reported by Nelson Beebe.
42274         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
42275
42276 2001-09-28  Paul Eggert  <eggert@twinsun.com>
42277
42278         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
42279         #defines strtoimax.  Also treat the other strto* functions
42280         like strtoimax.
42281
42282         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
42283         Check for strtoul and strtoumax,
42284         as those declarations are made even in the signed case.
42285         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
42286         Likewise, for strtol and strtoimax.
42287
42288 2001-09-28  Paul Eggert  <eggert@twinsun.com>
42289
42290         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
42291         #defines strtoimax.  Also treat the other strto* functions
42292         like strtoimax.
42293
42294         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
42295         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
42296         (strtoimax, strtoumax): Do not declare if already defined as a macro.
42297
42298 2001-09-26  Jim Meyering  <meyering@lucent.com>
42299
42300         Most macros in unlocked-io.h had the wrong number of arguments.
42301         * lib/gen-uio: New script.
42302         (USE_UNLOCKED_IO): Define to 1 if not already defined.
42303         * lib/unlocked-io.hin: Remove file.
42304         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
42305         rather than trying to embed it here.
42306         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
42307         Reported by Padraig Brady.
42308
42309 2001-09-25  Volker Borchert  <bt@teknon.de>
42310
42311         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
42312         `result'.
42313
42314 2001-09-24  Jim Meyering  <meyering@lucent.com>
42315
42316         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
42317
42318 2001-09-23  Jim Meyering  <meyering@lucent.com>
42319
42320         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
42321         instead of the mere test for existence of mntent.h.  The latter
42322         would get a false-positive on AIX 3.4 systems.
42323         In the outer getmntent if-block, don't die if neither of the getmntent
42324         tests succeeds.  Instead, just fall through and continue with the
42325         remaining tests.
42326
42327 2001-09-23  Jim Meyering  <meyering@lucent.com>
42328
42329         * lib/mountlist.c: Remove useless parentheses in #if directives.
42330         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
42331         the deprecated MOUNTED symbol is no longer defined in mntent.h.
42332
42333 2001-09-22  Jim Meyering  <meyering@lucent.com>
42334
42335         * m4/gettext.m4: New file.  From gettext.
42336         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
42337         * m4/progtest.m4: Likewise
42338         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
42339         * m4/glibc21.m4: Likewise.
42340
42341         * m4/libintl.m4: Remove.  No longer used.
42342
42343 2001-09-22  Jim Meyering  <meyering@lucent.com>
42344
42345         * lib/localcharset.c: Update from latest gettext.
42346         * lib/config.charset: Likewise.
42347
42348 2001-09-20  Jim Meyering  <meyering@lucent.com>
42349
42350         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
42351         strtoimax.
42352         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
42353         strtoumax.
42354
42355 2001-09-20  Jim Meyering  <meyering@lucent.com>
42356
42357         * lib/xstrtol.c (strtoimax): Guard declaration with
42358         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
42359         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
42360         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
42361         (strtoumax): Likewise, for completeness (it wasn't necessary).
42362
42363 2001-09-17  Paul Eggert  <eggert@twinsun.com>
42364
42365         * lib/strtoimax.c (HAVE_LONG_LONG):
42366         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
42367         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
42368         to work around bug in IBM C compiler.
42369
42370 2001-09-17  Jim Meyering  <meyering@lucent.com>
42371
42372         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
42373         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
42374         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
42375         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
42376         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
42377         whenever the right hand side need not be expanded by the shell.
42378
42379 2001-09-16  Paul Eggert  <eggert@twinsun.com>
42380
42381         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
42382         library.  It's not correct, as some older glibcs are buggy.
42383         fnmatch wasn't fixed until glibc 2.2.
42384
42385         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
42386         special shell magic here.
42387
42388 2001-09-16  Jim Meyering  <meyering@lucent.com>
42389
42390         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
42391         * m4/jm-macros.m4: Require it.
42392
42393 2001-09-16  Jim Meyering  <meyering@lucent.com>
42394
42395         * lib/mkdir.c: New file.
42396
42397 2001-09-15  Jim Meyering  <meyering@lucent.com>
42398
42399         * m4/jm-macros.m4: Check for help2man.
42400
42401 2001-09-11  Jim Meyering  <meyering@lucent.com>
42402
42403         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
42404         The body, by Paul Eggert, was moved here from configure.in.
42405         * m4/jm-macros.m4: Require UTILS_HOST_OS.
42406
42407 2001-09-04  Paul Eggert  <eggert@twinsun.com>
42408
42409         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
42410         (jm_PREREQ): Use it.
42411
42412 2001-09-04  Paul Eggert  <eggert@twinsun.com>
42413
42414         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
42415         Use ssize_t, not int, to store result of readlink.
42416         Check for ssize_t overflow as well as size_t overflow,
42417         as POSIX says the result of readlink is implementation-defined
42418         when ssize_t overflows.
42419         Remove unnecessary cast to char*.
42420         Use free+malloc instead of realloc, as the storage doesn't need
42421         to be preserved and it's clearer and can be more efficient that way.
42422         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
42423         * lib/xreadlink.h (xreadlink): Update prototype.
42424
42425 2001-09-04  Paul Eggert  <eggert@twinsun.com>
42426
42427         * lib/xgetcwd.c: Revert some of the previous change; intead,
42428         fix the HAVE_GETCWD_NULL code to behave more like the
42429         !HAVE_GETCWD_NULL code used to.
42430
42431         Include "xalloc.h".
42432         (xgetcwd): Do not return NULL when memory is exhausted; instead,
42433         invoke xalloc_die.
42434
42435 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42436
42437         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
42438         sys/param.h, as pathmax.h includes them.
42439
42440 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42441
42442         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
42443         (jm_PREREQ_XGETCWD): New macro.
42444
42445         * m4/getcwd.m4: New file.
42446
42447 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42448
42449         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
42450         like the HAVE_GETCWD_NULL code.
42451         Include pathmax.h if not HAVE_GETCWD.
42452         Do not include xalloc.h.
42453         (INITIAL_BUFFER_SIZE): New symbol.
42454         Do not use xmalloc / xrealloc, since the caller is responsible for
42455         handling errors.  Preserve errno around `free' during failure.
42456         Do not overrun buffer when using getwd.
42457
42458 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42459
42460         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
42461         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
42462         getcwd (NULL, 0).
42463
42464 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42465
42466         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
42467         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
42468         spotted by Jim Meyering.
42469
42470 2001-09-03  Jim Meyering  <meyering@lucent.com>
42471
42472         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
42473         failure.
42474
42475 2001-09-02  Jim Meyering  <meyering@lucent.com>
42476
42477         * lib/error.c: Update from GNU libc.
42478
42479 2001-09-01  Jim Meyering  <meyering@lucent.com>
42480
42481         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
42482         Used by df.
42483
42484 2001-09-01  Jim Meyering  <meyering@lucent.com>
42485
42486         * lib/xreadlink.c: New file.
42487         * lib/xreadlink.h: New file.
42488         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
42489         xreadlink.h.
42490
42491         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
42492         doesn't conflict with sparc Solaris 7's definition in
42493         /usr/include/sys/int_types.h.
42494
42495         * lib/exclude.c: Use `""', not `<>' to #include non-system header
42496         files.
42497         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
42498         and strncasecmp as r-values.  Unixware didn't have declarations.
42499
42500 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42501
42502         * lib/xstrtol.h: Add copyright notice.
42503         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
42504         LONGINT_INVALID_SUFFIX_CHAR.
42505
42506 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42507
42508         * lib/xstrtol.c (strtoimax): New decl.
42509
42510 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42511
42512         * lib/xgetcwd.c: Don't include pathmax.h.
42513         Include stdlib.h and unistd.h if available.
42514         Include xalloc.h.
42515         (xmalloc, xstrdup, free): Remove decls.
42516         (xgetcwd): Don't assume sizes fit in unsigned.
42517         Check for overflow when computing sizes.
42518         Simplify reallocation code.
42519
42520 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42521
42522         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
42523         a directory's st_size can have an arbitrary value, so the old
42524         usage could waste an arbitrary amount of memory.  All uses
42525         changed.
42526         * lib/savedir.h: Update prototype.
42527
42528 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42529
42530         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
42531
42532         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
42533         old strtoimax.c.
42534
42535         Also, make the following further changes to make this file's
42536         configuration more similar to that of strtol.c:
42537         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
42538         (strtoumax, uintmax_t, strtoull, strtol): Remove.
42539         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
42540         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
42541         changed to signed values.
42542
42543         And make the following changes as well:
42544         Fix copyright notice, as 1999 was missing.
42545         (verify): New macro.
42546         (strtoimax): Check sizes at compile-time, not run-time.
42547         Prefer strtol to strtoll if both work.
42548         (main): Remove; it was not that useful and was a pain to maintain.
42549
42550         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
42551
42552 2001-08-31  Jim Meyering  <meyering@lucent.com>
42553
42554         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
42555         Use an initial, malloc'd, buffer of length 128 rather than
42556         a statically allocated one of length 1024.
42557
42558 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42559
42560         Simplify code, partly by assuming autoconf 2.52 semantics.
42561
42562         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
42563
42564         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
42565         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
42566         All uses removed.
42567         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
42568         Move AC_REQUIRE to next-to-top level, to avoid confusion.
42569         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
42570         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
42571         jm_AC_HEADER_INTTYPES_H.
42572         * m4/jm-macros.m4 (jm_MACROS): Likewise.
42573
42574         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
42575
42576         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
42577         Quote first arg of AC_DEFUN.
42578         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
42579         since they are needed to parse the include file even if we need
42580         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
42581         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
42582         but with opposite signedness.
42583
42584 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42585
42586         Merge 'exclude' changes from tar 1.13.22.
42587         This fixes one or two unlikely storage allocation overflow bugs,
42588         but doesn't change user-visible behavior otherwise.
42589
42590 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42591
42592         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
42593         (jm_PREREQ_EXCLUDE): New macro.
42594
42595 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42596
42597         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
42598         tm to be declared.
42599
42600 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42601
42602         * lib/hash.c: Remove '2001' from copyright notice.
42603
42604 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42605
42606         * lib/full-write.h: New file.
42607         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
42608         * lib/full-write.c: Correct credits, as cccp.c no longer
42609         exists and anyway it was so heavily changed from the old cccp
42610         code as to be unrecognizable.  Include full-write.h.
42611         (full_write) Return size_t, with short writes meaning failure.
42612         All callers changed.  This fixes a bug with large buffers
42613         on 64-bit hosts.
42614         * lib/utime.c: Include full-write.h.
42615
42616 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42617
42618         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
42619         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
42620         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
42621         Include if available.
42622         (<xalloc.h>): Include
42623         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
42624         (verify): New macro.  Use it to verify that EXCLUDE macros do not
42625         collide with FNM macros.
42626         (struct patopts): New struct.
42627         (struct exclude): Use it, as exclude patterns now come with options.
42628         (new_exclude): Support above changes.
42629         (new_exclude, add_exclude_file):
42630         Initial size must now be a power of two to simplify overflow checking.
42631         (free_exclude, fnmatch_no_wildcards): New function.
42632         (excluded_filename): No longer requires options arg, as the options
42633         are determined by add_exclude.  Now returns bool, not int.
42634         (excluded_filename, add_exclude):
42635         Add support for the fancy new exclusion options.
42636         (add_exclude, add_exclude_file): Now takes int options arg.
42637         Check for arithmetic overflow when computing sizes.
42638         (add_exclude_file): xrealloc might modify errno, so don't
42639         realloc until after errno might be used.
42640
42641         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
42642         New macros.
42643         (free_exclude): New decl.
42644         (add_exclude, add_exclude_file): Now takes int options arg.
42645         (excluded_filename): No longer requires options arg, as the options
42646         are determined by add_exclude.  Now returns bool, not int.
42647
42648 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42649
42650         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
42651
42652 2001-08-27  Jim Meyering  <meyering@lucent.com>
42653
42654         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
42655
42656         * lib/version-etc.c (N_): Remove definition.
42657         Revert most of last change.
42658         Instead, simply don't mark the `Copyright...' string for translation.
42659         Based on advice from Paul Eggert.
42660
42661         * lib/strtoxmax.c: Tweak comment.
42662
42663 2001-08-26  Jim Meyering  <meyering@lucent.com>
42664
42665         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
42666
42667         * m4/xstrtoimax.m4: New file.
42668         * m4/xstrtoumax.m4: Add comments explaining why we
42669         AC_REPLACE_FUNCS(strtol).
42670
42671 2001-08-26  Jim Meyering  <meyering@lucent.com>
42672
42673         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
42674         of copyright with `%s' so translators don't get an untranslated
42675         message in 2002.
42676         (COPYRIGHT_YEAR): Define.
42677         (version_etc): Use fprintf rather than fputs.
42678         Suggestion from Ulrich Drepper.
42679
42680         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
42681
42682         * lib/strtoll.c: New file, from GNU libc.
42683         * lib/xstrtoimax.c: New file.
42684
42685         * lib/xstrtol.h: Add xstrtoimax.
42686         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
42687         * lib/strtoimax.c: New file.  Likewise, but first define
42688         STRTOUXMAX_SIGNED.
42689
42690         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
42691         ...
42692         * lib/strtoxmax.c: ... then renamed to this.
42693
42694 2001-08-18  Paul Eggert  <eggert@twinsun.com>
42695
42696         * m4/inttypes.m4: Add AC_PREREQ(2.13).
42697         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
42698         (jm_AC_TYPE_INTMAX_T): New macro.
42699         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
42700
42701         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
42702
42703         * m4/longlong.m4: Renamed from ulonglong.m4.
42704         * m4/inttypes.m4: Renamed from inttypes_h.m4.
42705         * m4/uintmax_t.m4: Removed.
42706
42707 2001-08-13  Paul Eggert  <eggert@twinsun.com>
42708
42709         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
42710         Port to Solaris 8, where 'sed' requires a space after the 'r'
42711         command, and where sh dislikes "$/".  Clean up the spacing a bit.
42712         Redirect output to $tmp just once.
42713
42714 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
42715
42716         * lib/addext.c (<errno.h>): Include.
42717         (errno): Declare if not defined.
42718         (addext): Work correctly when pathconf returns -1 and leaves
42719         errno alone because there is no limit.  Also, work even if
42720         pathconf returns a value greater than SIZE_MAX.
42721
42722 2001-08-12  Jim Meyering  <meyering@lucent.com>
42723
42724         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
42725         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
42726         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
42727         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
42728         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
42729         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
42730         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
42731         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
42732         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
42733         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
42734         utime.m4, utimes.m4, xstrtoumax.m4:
42735         Quote the first argument in each use of AC_DEFUN.
42736
42737 2001-08-12  Jim Meyering  <meyering@lucent.com>
42738
42739         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
42740         Simply `return getcwd (NULL, 0);'.
42741         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
42742         Use 1300 as initial value for length, not PATH_MAX.
42743
42744         * lib/pathmax.h: Clean up cpp syntax.
42745
42746 2001-08-12  Jim Meyering  <meyering@lucent.com>
42747
42748         * lib/gettimeofday.c: New file.
42749         * lib/gtod.h: New file.
42750         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
42751
42752 2001-08-05  Jim Meyering  <meyering@lucent.com>
42753
42754         * m4/jm-macros.m4: Require autoconf-2.52.
42755
42756 2001-08-04  Jim Meyering  <meyering@lucent.com>
42757
42758         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
42759         stmt, to get in sync with glibc.
42760
42761 2001-08-03  Paul Eggert  <eggert@twinsun.com>
42762
42763         The following changes are from gettext 0.10.39 as maintained by
42764         Bruno Haible.
42765
42766         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
42767         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
42768         with inverted sense.  All uses changed.
42769
42770         * lib/mbswidth.c: Don't include <limits.h>.
42771         Include <stdlib.h> and <string.h> unconditionally.
42772         (iswcntrl, mbsinit, ISCNTRL): New macros.
42773         (mbsnwidth): Use K&R style function declarations.
42774         Don't bother checking for MB_LEN_MAX == 1, since the compiler
42775         can optimize it when MB_CUR_MAX == 1.
42776         The width of control characters is zero, not 1.
42777
42778 2001-08-03  Paul Eggert  <eggert@twinsun.com>
42779
42780         The following changes are from gettext 0.10.39 as maintained by
42781         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
42782
42783         * m4/codeset.m4: Upgrade to serial AM1.
42784         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
42785         all uses changed.  Quote first arg of AC_DEFUN.
42786         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
42787
42788         * m4/iconv.m4: Upgrade to serial AM2.
42789         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
42790         Add --with-libconv-prefix.
42791         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
42792         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
42793         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
42794         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
42795         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
42796
42797         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
42798         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
42799         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
42800         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
42801         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
42802         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
42803         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
42804         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
42805         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
42806
42807         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
42808         string.h any more.
42809
42810         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
42811         not the default value.
42812
42813         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
42814         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
42815         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
42816         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
42817         Also check for iswcntrl, used for wcwidth fallback.
42818         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
42819         to Autoconf 2.13.
42820
42821 2001-08-03  Jim Meyering  <meyering@lucent.com>
42822
42823         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
42824         as it was in the original.  Reported by Paul Eggert.
42825
42826 2001-07-16  Jim Meyering  <meyering@lucent.com>
42827
42828         * m4/gettimeofday.m4: New file.
42829         Prompted by a report from Bernhard Baehr.
42830
42831 2001-07-15  Jim Meyering  <meyering@lucent.com>
42832
42833         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
42834         stuff. Now it's in ../Makefile.cfg.
42835
42836 2001-07-15  Jim Meyering  <meyering@lucent.com>
42837
42838         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
42839         (BUILT_SOURCES): Add unlocked-io.h.
42840         (io_functions): Define.
42841         (unlocked-io.h): New rule.
42842         (DISTCLEANFILES): Add unlocked-io.h.
42843         (all-local): Depend on unlocked-io.h, to ensure it is created.
42844
42845         * lib/unlocked-io.hin: New file
42846
42847         * lib/regex.c: Update from glibc.
42848
42849 2001-07-05  Jim Meyering  <meyering@lucent.com>
42850
42851         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
42852         recommendation.
42853         (libfetish_a_SOURCES): Put all .h files here instead.
42854         Remove a thus-exposed (better checks in automake) duplicate and
42855         two unnecessary .h files.
42856
42857 2001-07-04  Jim Meyering  <meyering@lucent.com>
42858
42859         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
42860         that generates jm-glibc-io.m4 so that it doesn't trigger any make
42861         distcheck failure.
42862
42863 2001-07-02  Jim Meyering  <meyering@lucent.com>
42864
42865         The following changes were prompted by suggestions from Bruno Haible.
42866
42867         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
42868         is now generated.
42869         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
42870         definition of EXTRA_DIST.
42871         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
42872         ensure that the generated file is created/updated whenever the list
42873         of $(unlocked_functions) is changed.
42874         (jm-glibc-io.m4): New rule.
42875         (unlocked-io.h): New rule -- currently unused.
42876
42877 2001-06-24  Jim Meyering  <meyering@lucent.com>
42878
42879         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
42880         unmatched right bracket, rather than kludging it with an extra,
42881         falsely-matching quote in a comment.  Patch by Akim Demaille.
42882
42883 2001-06-11  Jim Meyering  <meyering@lucent.com>
42884
42885         * lib/regex.c: Update from GNU libc.
42886
42887 2001-05-27  Jim Meyering  <meyering@lucent.com>
42888
42889         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
42890         Check for ut_type in struct utmp.
42891
42892 2001-05-27  Jim Meyering  <meyering@lucent.com>
42893
42894         * lib/readutmp.h (UT_TYPE): Define.
42895
42896 2001-05-24  Jim Meyering  <meyering@lucent.com>
42897
42898         * lib/argmatch.c: Include "quote.h".
42899         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
42900         quote function.  Reported by Göran Uddeborg.
42901
42902 2001-05-22  Jim Meyering  <meyering@lucent.com>
42903
42904         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
42905         now that we use the package-supplied version unconditionally.
42906         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
42907
42908 2001-05-21  Jim Meyering  <meyering@lucent.com>
42909
42910         * m4/regex.m4: Change a couple backticks to single quotes to avoid
42911         shell syntax errors.
42912
42913 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
42914
42915         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
42916
42917 2001-05-20  Paul Eggert  <eggert@twinsun.com>
42918
42919         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
42920         Don't bother to check library strftime, since
42921         we'll be using our own my_strftime function anyway.
42922         Define my_strftime instead of strftime.
42923
42924 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
42925
42926         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
42927         which is not yet declared.
42928
42929 2001-05-15  Jim Meyering  <meyering@lucent.com>
42930
42931         * m4/regex.m4: Use proper quoting so brackets appear in the test
42932         program.
42933         Reported by, and with help from, Bruno Haible.
42934
42935 2001-05-13  Jim Meyering  <meyering@lucent.com>
42936
42937         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
42938         undefined.
42939
42940 2001-05-11  Paul Eggert  <eggert@twinsun.com>
42941
42942         dirname code cleanup.  base_name now behaves more compatibly
42943         with POSIX basename when given file names that have trailing
42944         slashes, and similarly for dir_name.  Add new primitives
42945         base_len and dir_len.  Put the directory-name-related decls
42946         into dirname.h.
42947
42948         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
42949         * lib/backupfile.c (base_name): Likewise.
42950         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
42951         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
42952         * lib/makepath.c (strip_trailing_slashes): Likewise.
42953         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
42954         ISSLASH): Likewise.
42955         * lib/rename.c (strip_trailing_slashes): Likewise.
42956         * lib/same.c (base_name): Likewise.
42957         * lib/stripslash.c (ISSLASH): Likewise.
42958
42959         * lib/addext.c: Include <dirname.h> after size_t is defined.
42960         * lib/backupfile.c: Likewise.
42961
42962         * lib/addext.c (addext): Use base_len to trim redundant
42963         trailing slashes instead of doing it ourselves.
42964         But do not trim the last slash if it is not redundant.
42965
42966         * lib/backupfile.c (find_backup_file_name,
42967         max_backup_version): Use base_len instead of rolling it ourselves.
42968         Handle the case of "" and (on DOS) "C:" correctly.
42969
42970         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
42971         needed. Include <string.h>, <dirname.h>.
42972         (base_name): Allow file names ending in slashes, other than names
42973         that are all slashes.  In this case, return the basename followed
42974         by the slashes.  This is more general, and can be used in places
42975         where the original base_name purposely had an assertion failure.
42976         (base_len): New function.
42977
42978         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
42979         Do not include <assert.h>; no longer needed.
42980         Include xalloc.h.
42981         (memrchr): Remove decl.
42982         (dir_name_r): Remove.
42983         (dir_len): Renamed from dirlen.  All callers changed.
42984         Rewrite in terms of base_name, for simplicity and consistency.
42985         (dir_name): Never return NULL.  All callers changed.
42986         Do not include <stdlib.h> in test program; no longer needed.
42987         return 0; is fine for test program.
42988
42989         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
42990         New macros.
42991         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
42992
42993         * lib/path-concat.c (path_concat): Use base_len to compute
42994         base length, not strlen; this means we cannot rely on memcpy
42995         to null-terminate.
42996
42997         * lib/same.c (STREQ): Remove.
42998         (same_name): Handle the case where the basename ends in trailing '/'.
42999
43000         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
43001         a slash was stripped.  Do not strip the last slash after a
43002         file system prefix.
43003
43004 2001-05-11  Paul Eggert  <eggert@twinsun.com>
43005
43006         * lib/Makefile.am (libfetish_a_SOURCES):
43007         Add strftime.c, since we now compile it on all hosts.
43008
43009         * lib/strftime.c (my_strftime):
43010         Define to nstrftime if emacs, but only if my_strftime is not defined.
43011         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
43012         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
43013         Add one more extra argument: a nanoseconds value.
43014         All uses changed.
43015         (ns): New macro.
43016         (my_strftime function): Add %N format.
43017         (emacs_strftimeu): Renamed from emacs_strftime,
43018         with extra ut argument.
43019
43020 2001-05-09  Paul Eggert  <eggert@twinsun.com>
43021
43022         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
43023
43024 2001-04-21  Jim Meyering  <meyering@lucent.com>
43025
43026         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
43027         doesn't interfere.
43028
43029 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
43030
43031         * m4/ftruncate.m4: Check for chsize.
43032         Link with ftruncate.o unconditionally if ftruncate is missing.
43033         This was required when cross-compiling to i586-mingw32msvc.
43034
43035 2001-04-08  Jim Meyering  <meyering@lucent.com>
43036
43037         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
43038         recomputed; that's necessary when the offset spans a DST transition.
43039         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
43040
43041 2001-04-02  Jim Meyering  <meyering@lucent.com>
43042
43043         * lib/regex.h, regex.c: Update from GNU libc.
43044
43045 2001-03-24  Jim Meyering  <meyering@lucent.com>
43046
43047         * m4/jm-macros.m4: Require autoconf-2.49d.
43048
43049 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
43050
43051         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
43052
43053 2001-03-19  Paul Eggert  <eggert@twinsun.com>
43054
43055         * lib/version-etc.c (version_etc_copyright): Update to 2001.
43056
43057 2001-03-17  Jim Meyering  <meyering@lucent.com>
43058
43059         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
43060         now that the version in autoconf is equivalent.
43061         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
43062
43063         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
43064         Suggestion from Akim Demaille.
43065
43066         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
43067         (jm_PREREQ_TEMPNAME): New function.
43068
43069 2001-03-16  Paul Eggert  <eggert@twinsun.com>
43070
43071         * lib/tempname.c (uint64_t): Define to uintmax_t if
43072         not defined, and if UINT64_MAX is not defined.
43073         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
43074         Reported by John David Anglin.
43075
43076 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
43077
43078         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
43079         resolve alias if codeset is empty.
43080         * lib/config.charset (BeOS): Use wildcard syntax.
43081
43082 2001-03-13  Jim Meyering  <meyering@lucent.com>
43083
43084         * lib/path-concat.c (path_concat)
43085         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
43086         concatenating e.g., `C:' and `foo'.
43087         From Bruno Haible.
43088
43089 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
43090
43091         * lib/localcharset.c (locale_charset): Don't use
43092         setlocale(LC_CTYPE,NULL). Don't return NULL.
43093         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
43094
43095 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
43096
43097         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
43098         support for DOS/DJGPP.
43099
43100 2001-03-01  Paul Eggert  <eggert@twinsun.com>
43101
43102         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
43103         lacks mkstemp.  Compile our own tempname.c if we compile our own
43104         mkstemp.c, as mkstemp relies on tempname.
43105
43106 2001-03-01  Jim Meyering  <meyering@lucent.com>
43107
43108         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
43109         AH_VERBATIM really does output its argument verbatim.
43110
43111 2001-02-28  Paul Eggert  <eggert@twinsun.com>
43112
43113         * lib/Makefile.am (libfetish_a_SOURCES):
43114         Add dup-safer.c, fopen-safer.c.
43115         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
43116
43117         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
43118         * lib/unistd-safer.h: New files.
43119
43120 2001-02-25  Paul Eggert  <eggert@twinsun.com>
43121
43122         The mkstemp replacement is taken from glibc 2.2.2, with some
43123         portability fixes for use outside glibc, as follows:
43124
43125         * lib/tempname.c (struct_stat64): New macro.
43126         (direxists, __gen_tempname): Use it.
43127         This avoids a portability problem with Solaris 8.
43128
43129         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
43130         (<stddef.h>, <stdint.h>, <string.h>):
43131         Include only if STDC_HEADERS || _LIBC.
43132         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
43133         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
43134         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
43135         (__set_errno): Define this macro if <errno.h> doesn't.
43136         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
43137         Define these macros if <stdio.h> doesn't.
43138         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
43139         Define these macros if <sys/stat.h>
43140         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
43141         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
43142         __xstat64): Define if not _LIBC.
43143         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
43144         (__gen_tempname): Invoke gettimeofday only if
43145         HAVE_GETTIMEOFDAY || _LIBC;
43146         otherwise, fall back on plain "time".
43147         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
43148
43149         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
43150
43151         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
43152
43153 2001-02-18  Paul Eggert  <eggert@twinsun.com>
43154
43155         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
43156
43157 2001-02-17  Paul Eggert  <eggert@twinsun.com>
43158
43159         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
43160         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
43161         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
43162         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
43163
43164 2001-02-17  Paul Eggert  <eggert@twinsun.com>
43165
43166         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
43167         Remove workaround macros for hosts that have mbrtowc but not
43168         mbstate_t, as we now insist on proper declarations for both
43169         before using mbrtowc.
43170
43171 2001-02-17  Jim Meyering  <meyering@lucent.com>
43172
43173         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
43174         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
43175         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
43176         UnixWare 7.1.1.
43177
43178         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
43179         rather than AC_CACHE_VAL.
43180
43181 2001-02-17  Jim Meyering  <meyering@lucent.com>
43182
43183         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
43184         around included file name.
43185
43186         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
43187
43188         * lib/strftime.c: Update from GNU libc (the only changes were to
43189         comments).
43190
43191 2001-02-17  Jim Meyering  <meyering@lucent.com>
43192
43193         * lib/regex.c: Update from libc.
43194
43195 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
43196
43197         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
43198         clash.
43199
43200 2001-02-16  Paul Eggert  <eggert@twinsun.com>
43201
43202         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
43203         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
43204         Reported by Mark Hounschell via Paul Eggert.
43205
43206 2001-02-07  Jim Meyering  <meyering@lucent.com>
43207
43208         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
43209
43210 2001-02-05  Jim Meyering  <meyering@lucent.com>
43211
43212         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
43213         it includes the patch required for `large file' support with at least
43214         HP-UX's 10.20 /bin/cc.
43215
43216 2001-02-03  Jim Meyering  <meyering@lucent.com>
43217
43218         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
43219         AS_IF, now that it works once again (mysteriously).
43220         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
43221
43222 2001-01-30  Jim Meyering  <meyering@lucent.com>
43223
43224         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
43225         * m4/chown.m4: Rename conftestchown to conftest.chown.
43226         * m4/rename.m4: s/conftestdir/conftest.d1/ and
43227         s/conftestdir2/conftest.d2/.
43228         * m4/utimes.m4: s/conftestdata/conftest.data/
43229         Inspired by Pavel Roskin's change in autoconf.
43230
43231 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
43232
43233         * lib/config.charset: Update for FreeBSD 4.2.
43234
43235 2001-01-27  Jim Meyering  <meyering@lucent.com>
43236
43237         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
43238         a use of AS_IF.
43239         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
43240
43241 2001-01-26  Jim Meyering  <meyering@lucent.com>
43242
43243         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
43244         quotearg.c includes it.
43245
43246 2001-01-26  Jim Meyering  <meyering@lucent.com>
43247
43248         * lib/quotearg.c: Include stddef.h.
43249         * lib/quote.c: Include stddef.h.
43250         Reported by Axel Kittenberger.
43251
43252         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
43253         line in double quotes so that it evokes a better diagnostic.
43254         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
43255         Reported by Axel Kittenberger.
43256
43257 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
43258
43259         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
43260         as if it was a `charset'.
43261
43262 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
43263
43264         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
43265         has const.
43266
43267 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
43268
43269         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
43270         to avoid a warning.  Add back 'const' to inptr.
43271
43272 2001-01-20  Jim Meyering  <meyering@lucent.com>
43273
43274         Be sure that headers are checked before used in code compiled
43275         for the type checks.
43276         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
43277         In place of that, invoke jm_CHECK_ALL_TYPES.
43278         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
43279         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
43280         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
43281         The check for ssize_t was mistakenly run before the test for unistd.h.
43282
43283         The configure-time check for stdbool.h was missing.
43284         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
43285         (jm_PREREQ_HASH): New function.
43286
43287 2001-01-17  Jim Meyering  <meyering@lucent.com>
43288
43289         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
43290         for autoconf-2.49c.
43291         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
43292
43293 2001-01-16  Jim Meyering  <meyering@lucent.com>
43294
43295         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
43296         From Bruno Haible.
43297
43298 2001-01-14  Jim Meyering  <meyering@lucent.com>
43299
43300         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
43301         foo and bar.  Create conftestdir/ in the script, not in the C code.
43302         Remove directories in the script, not in the C code.
43303         Remove conftestdir{,2} before trying to create the directory.
43304         Make the entire configure script fail if the mkdir fails.
43305
43306 2001-01-14  Jim Meyering  <meyering@lucent.com>
43307
43308         * lib/rename.c: New file.  From Volker Borchert.
43309         Include stdlib.h, string.h or strings.h, and xalloc.h.
43310         Use strip_trailing_slashes rather than open-coding it.
43311
43312 2001-01-03  Paul Eggert  <eggert@twinsun.com>
43313
43314         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
43315
43316 2001-01-03  Jim Meyering  <meyering@lucent.com>
43317
43318         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
43319         of local `inptr' to avoid warning with some system declarations of
43320         iconv.
43321
43322 2001-01-02  Volker Borchert  <bt@teknon.de>
43323
43324         * m4/rename.m4: New file.
43325         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
43326
43327 2001-01-01  Jim Meyering  <meyering@lucent.com>
43328
43329         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
43330         even on systems with utmpx.h.  It's necessary for the declaration of
43331         utmp's ut_user member.  Reported by Andreas Jaeger.
43332
43333         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
43334         available. They are required for the declarations of getgrgid and
43335         getpwuid resp.
43336         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
43337         Reported by Andreas Jaeger.
43338
43339 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
43340
43341         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
43342         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
43343         so `make install' also works in VPATH builds.
43344
43345 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
43346
43347         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
43348         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
43349         can be used in subdirectories.
43350
43351 2000-12-29  Paul Eggert  <eggert@twinsun.com>
43352
43353         * lib/modechange.c: Do not assume that mode_t uses the
43354         traditional octal encoding.  E.g. "chmod 1 FOO" should set
43355         the other-execute bit of FOO even if S_IXOTH != 1.
43356
43357         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
43358         WOTH, XOTH, ALLM): New macros.
43359         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
43360          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
43361         Use them.
43362         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
43363         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
43364         (mode_compile):
43365         No need to use uintmax_t; unsigned long is long enough.
43366         Don't bother to get suffix since we don't use it.
43367
43368 2000-12-26  Jim Meyering  <meyering@lucent.com>
43369
43370         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
43371         better with autoheader.
43372
43373 2000-12-24  Jim Meyering  <meyering@lucent.com>
43374
43375         * lib/hash.c (is_prime): Return explicit boolean values.
43376         (hash_get_first): Return NULL to appease Irix5.6's 89.
43377         Reported by Nelson Beebe.
43378
43379 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
43380
43381         * lib/localcharset.c (locale_charset): Add support for Win32.
43382
43383 2000-12-18  Paul Eggert  <eggert@twinsun.com>
43384
43385         * lib/physmem.h, lib/physmem.c: New files.
43386
43387         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
43388         (noinst_HEADERS): Add physmem.h.
43389
43390         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
43391         't' for compatibility with Solaris 8 sort.
43392
43393 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
43394
43395         * lib/config.charset: Add support for BeOS.
43396
43397 2000-12-17  Jim Meyering  <meyering@lucent.com>
43398
43399         * m4/dos.m4 (jm_AC_DOS): New file and macro.
43400         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
43401
43402 2000-12-16  Jim Meyering  <meyering@lucent.com>
43403
43404         This bug had a serious impact on chown: `chown N:M FILE' (for integer
43405         N and M) would have treated it like `chown N:N FILE'.
43406
43407         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
43408
43409 2000-12-16  Jim Meyering  <meyering@lucent.com>
43410
43411         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
43412         SHELLS_FILE to a file name that's useful on djgpp systems.
43413         Include stdlib.h.
43414         (ADDITIONAL_DEFAULT_SHELLS): Define.
43415         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
43416         Based mostly on a patch from Prashant TR.
43417
43418 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
43419
43420         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
43421         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
43422         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
43423
43424 2000-12-08  Andreas Schwab  <schwab@suse.de>
43425
43426         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
43427         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
43428
43429 2000-12-07  Jim Meyering  <meyering@lucent.com>
43430
43431         * lib/stripslash.c (ISSLASH): Define.
43432         (strip_trailing_slashes): Use ISSLASH rather than comparing against
43433         `/'.
43434         From Prashant TR.
43435
43436         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
43437         (dir_name_r): Declare this function as static.
43438         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
43439         manifest itself on a name containing a mix of slashes and
43440         backslashes.
43441         Make this function work with names starting with a DOS-style
43442         drive letter and colon prefix.
43443         (dir_name): Append `.' if necessary.
43444         Based mostly on patches from Prashant TR and Eli Zaretskii.
43445
43446         * lib/dirname.h (dir_name_r): Remove prototype.
43447
43448 2000-12-06  Paul Eggert  <eggert@twinsun.com>
43449
43450         * m4/off_t-format.m4: Remove this file.
43451         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
43452
43453 2000-12-06  Jim Meyering  <meyering@lucent.com>
43454
43455         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
43456         replacement strtoull, we may well need the replacement strtoul, too.
43457         Check for declarations of strtoul and strtoull.
43458         Check for strtol.  Mainly as a cue to cause automake to include
43459         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
43460         Check for limits.h -- strtol.c needs it.
43461
43462 2000-12-05  Jim Meyering  <meyering@lucent.com>
43463
43464         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
43465
43466 2000-12-04  Jim Meyering  <meyering@lucent.com>
43467
43468         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
43469         Also include memory.h, stdlib.h, unistd.h if appropriate.
43470         Reported by Andreas Jaeger (conflicting declaration of malloc).
43471
43472 2000-12-02  Jim Meyering  <meyering@lucent.com>
43473
43474         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
43475         * m4/jm-macros.m4 (jm_MACROS): require it.
43476
43477 2000-12-02  Jim Meyering  <meyering@lucent.com>
43478
43479         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
43480
43481 2000-12-01  Paul Eggert  <eggert@twinsun.com>
43482
43483         * lib/memrchr.c: Include <config.h> before any system include file.
43484
43485 2000-11-30  Jim Meyering  <meyering@lucent.com>
43486
43487         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
43488
43489 2000-11-30  Jim Meyering  <meyering@lucent.com>
43490
43491         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
43492
43493 2000-11-29  Paul Eggert  <eggert@twinsun.com>
43494
43495         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
43496
43497 2000-11-26  Jim Meyering  <meyering@lucent.com>
43498
43499         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
43500
43501 2000-11-22  Paul Eggert  <eggert@twinsun.com>
43502
43503         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
43504         size of (size_t) -1; it's not portable.
43505
43506 2000-11-17  Jim Meyering  <meyering@lucent.com>
43507
43508         * lib/strstr.c: Update from GNU libc.
43509
43510 2000-11-17  Akim Demaille  <akim@epita.fr>
43511
43512         * lib/obstack.h: Formatting changes.
43513         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
43514         prevent type checking.
43515         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
43516         cast the value to (void *): assigning a `foo *' to a `void *'
43517         variable is valid.
43518         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
43519
43520 2000-11-16  Jim Meyering  <meyering@lucent.com>
43521
43522         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
43523
43524 2000-11-11  Jim Meyering  <meyering@lucent.com>
43525
43526         * lib/error.c: Add a couple #includes, merging from GNU libc version.
43527
43528 2000-11-10  Jim Meyering  <meyering@lucent.com>
43529
43530         * lib/obstack.h: Update from GNU libc.
43531         * lib/obstack.c: Likewise.
43532
43533 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
43534
43535         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
43536
43537 2000-11-06  Paul Eggert  <eggert@twinsun.com>
43538
43539         * lib/getusershell.c (setusershell): Use rewind rather than
43540         fseek/fseeko, to avoid configuration hassles with fseeko.
43541         Don't bother opening SHELLS_FILE if shellstream is NULL;
43542         it's not necessary.
43543
43544 2000-11-05  Jim Meyering  <meyering@lucent.com>
43545
43546         * lib/makepath.h (make_dir): Declare.
43547         * lib/makepath.c (make_dir): Remove `static' attribute.
43548         Tweak a comment.
43549
43550 2000-11-04  Jim Meyering  <meyering@lucent.com>
43551
43552         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
43553
43554 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
43555
43556         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
43557         last one in a bucket, advance to the next bucket.
43558
43559 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
43560
43561         * lib/fnmatch.c: Do not comment out all the code if we are using
43562         the GNU C library, because in some cases we are replacing buggy
43563         code in the GNU C library itself.
43564
43565 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
43566
43567         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
43568         (regex_compile): Catch bogus \(\1\).
43569
43570 2000-10-30  Paul Eggert  <eggert@twinsun.com>
43571
43572         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
43573         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
43574         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
43575
43576 2000-10-30  Paul Eggert  <eggert@twinsun.com>
43577
43578         * lib/error.h, getline.h, modechange.h:
43579         Remove "2000" from Copyright line, as the file hasn't been
43580         changed this year other than in the copyright notice.
43581
43582         * lib/xalloc.h: Add "2000" to Copyright line, as this file
43583         was changed this year.
43584
43585 2000-10-29  Jim Meyering  <meyering@lucent.com>
43586
43587         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
43588         renaming.
43589         * m4/ls-mntd-fs.m4: Likewise
43590
43591 2000-10-29  Jim Meyering  <meyering@lucent.com>
43592
43593         * lib/xstat.in: Fix grammar in comment.
43594
43595 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
43596
43597         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
43598         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
43599         doesn't define __restrict_arr.
43600
43601 2000-10-28  Jim Meyering  <meyering@lucent.com>
43602
43603         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
43604         (jm_PREREQ_MEMCHR): New function.
43605
43606 2000-10-28  Jim Meyering  <meyering@lucent.com>
43607
43608         * lib/memchr.c: Update from libc.
43609         Adjust for portability:
43610         [HAVE_STDLIB_H]: Include stdlib.h.
43611         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
43612         Undef __memchr, too.
43613         [!weak_alias]: Define __memchr to memchr.
43614
43615         * lib/regex.c: Update from libc.
43616         * lib/regex.h: Likewise.
43617         * lib/getopt1.c: Likewise.
43618         * lib/memcmp.c: Likewise.
43619
43620         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
43621         Avoid using fseek, when possible -- it's broken by design.
43622         Patch by Ulrich Drepper.
43623
43624 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
43625
43626         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
43627         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
43628         Giving in to popular pressure to shut up the compiler with casts.
43629
43630 2000-10-26  Jim Meyering  <meyering@lucent.com>
43631
43632         * lib/strftime.c: Update from libc.
43633
43634 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
43635
43636         * regex.c: More `unsigned char' -> `re_char' changes.
43637         Also change several `int' into `re_wchar_t'.
43638         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
43639         (PUSH_FAILURE_POINTER): Don't cast any more.
43640         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
43641         We want GCC to complain, since this piece of code makes
43642         re_match non-reentrant, which *should* be fixed.
43643         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
43644         (EXTEND_BUFFER): Use RETALLOC.
43645         (SET_LIST_BIT): Don't cast.
43646         (re_wchar_t): New type.
43647         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
43648         that those two functions will always properly return.
43649         (IMMEDIATE_QUIT_CHECK): Cast to void.
43650         (analyse_first): Use recursion rather than an explicit stack.
43651         (re_compile_fastmap): Can't fail anymore.
43652         (re_search_2): Don't check re_compile_fastmap for failure.
43653         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
43654         Now also sets the new value (passed in a new argument).
43655         (re_match_2_internal): Use it.
43656         Also, use a new var `reg' of type size_t when looping through regs
43657         rather than reuse the inappropriate `mcnt'.
43658
43659 2000-10-25  Jim Meyering  <meyering@lucent.com>
43660
43661         * lib/obstack.c: Update from libc.
43662
43663 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
43664
43665         * regex.c (regex_compile): Change the way of handling a range from
43666         a char less than 256 to a char not less than 256.
43667
43668 2000-10-24  Andrew Innes  <andrewi@gnu.org>
43669
43670         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
43671         NT-Emacs only.
43672         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
43673         so that re_search functions only quit when callers expect them to.
43674
43675 2000-10-23  Jim Meyering  <meyering@lucent.com>
43676
43677         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
43678         wrong.  That set_locale call must not have any side effects.
43679         From Paul Eggert.
43680
43681 2000-10-22  Jim Meyering  <meyering@lucent.com>
43682
43683         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
43684         [CYCLIC]: Remove now-unused definition.
43685
43686         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
43687         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
43688         Suggestion from Ulrich Drepper.
43689
43690 2000-10-21  Jim Meyering  <meyering@lucent.com>
43691
43692         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
43693         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
43694         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
43695
43696 2000-10-21  Jim Meyering  <meyering@lucent.com>
43697
43698         * lib/dirname.c (memrchr): Declare if necessary.
43699         (dir_name): Remove the restriction that there be no
43700         trailing slashes.  Now, this code skips past them, effectively
43701         ignoring them.
43702         [TEST_DIRNAME] (main): New unit tests.
43703
43704         * lib/memrchr.c: New file from GNU libc.
43705         Undef __memrchr, too.
43706         [!weak_alias]: Define __memrchr to memrchr.
43707         Guard weak_alias use with `#ifdef weak_alias'.
43708
43709 2000-10-21  Jim Meyering  <meyering@lucent.com>
43710
43711         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
43712         (dir_name): Use dir_name_r.
43713         * lib/dirname.h (dir_name_r): Declare it.
43714
43715 2000-10-17  Jim Meyering  <meyering@lucent.com>
43716
43717         * lib/quote.h (PARAMS): Define and use.
43718         Reported by Akim Demaille.
43719
43720         * lib/getopt.c: Update from libc.
43721
43722 2000-10-16  Jim Meyering  <meyering@lucent.com>
43723
43724         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
43725         setlocale.
43726         From Jan Fedak.
43727
43728 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
43729
43730         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
43731
43732 2000-09-25  Jim Meyering  <meyering@lucent.com>
43733
43734         * lib/md5.h (rol): Define (from GnuPG).
43735
43736         * lib/sha.c: Give credit (GnuPG) where due.
43737         (M): Use rol rather than open-coding it.
43738         Add a FIXME comment.
43739
43740 2000-09-21  Jim Meyering  <meyering@lucent.com>
43741
43742         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
43743         Reported by Michael Stone.
43744
43745 2000-09-20  Jim Meyering  <meyering@lucent.com>
43746
43747         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
43748         (noinst_HEADERS): Add sha.h.
43749         Based on code from Scott G. Miller and from GnuPG.
43750
43751 2000-09-18  Jim Meyering  <meyering@lucent.com>
43752
43753         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
43754         LIBS. Otherwise, everyone ends up linking with -lelf for some
43755         configurations.
43756         Reported by Mike Stone.
43757
43758 2000-09-15  Jim Meyering  <meyering@lucent.com>
43759
43760         * lib/regex.c: Update from libc.
43761
43762 2000-09-10  Jim Meyering  <meyering@lucent.com>
43763
43764         * lib/getopt.c (_getopt_internal): Update from glibc.
43765
43766 2000-09-09  Jim Meyering  <meyering@lucent.com>
43767
43768         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
43769         think it should be used as a general replacement for isascii.
43770         * lib/fnmatch.c: Likewise.
43771         * lib/mbswidth.c: Likewise
43772         * lib/regex.c: Likewise.
43773
43774         Don't use atoi.
43775         * lib/userspec.c: Include sys/param.h and limits.h.
43776         Include xstrtol.h.
43777         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
43778         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
43779         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
43780         UID, GID.  Check range.
43781
43782 2000-09-06  Jim Meyering  <meyering@lucent.com>
43783
43784         * lib/getopt.c (_getopt_internal): Update from glibc.
43785
43786 2000-08-30  Jim Meyering  <meyering@lucent.com>
43787
43788         * lib/strftime.c: Merge in changes from GNU libc.
43789
43790 2000-08-26  Jim Meyering  <meyering@lucent.com>
43791
43792         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
43793         * m4/fpending.m4: New file.
43794
43795 2000-08-26  Jim Meyering  <meyering@lucent.com>
43796
43797         * lib/closeout.c: Include "__fpending.h".
43798         (close_stdout_status): Return right away if there's nothing to flush.
43799
43800         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
43801         * lib/__fpending.c: New file.
43802         * lib/__fpending.h: New file.
43803
43804 2000-08-20  Jim Meyering  <meyering@lucent.com>
43805
43806         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
43807         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
43808         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
43809
43810 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
43811
43812         Improve fileutils installation on systems where running
43813         programs (like install) can't be unlinked.
43814         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
43815         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
43816
43817 2000-08-07  Paul Eggert  <eggert@twinsun.com>
43818
43819         Standardize on "memory exhausted" instead of "Memory exhausted"
43820         or "virtual memory exhausted".
43821         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
43822         "virtual memory exhausted".
43823         * lib/same.c (same_name): Invoke xalloc_die instead of printing
43824         our own message.
43825         * lib/userspec.c (parse_user_spec): Likewise.
43826         * lib/bumpalloc.h: comment fix
43827         * lib/same.c, userspec.c: Include xalloc.h.
43828
43829         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
43830         not char *const and pointing to a constant array.
43831         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
43832         (xrealloc): Comment fix.
43833
43834         * lib/userspec.c (parse_user_spec):
43835         Don't translate a message until just before returning,
43836         to avoid unnecessary translation.
43837
43838 2000-08-07  Jim Meyering  <meyering@lucent.com>
43839
43840         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
43841         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
43842         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
43843         getgroups.c, gethostname.c, getopt.h, group-member.c,
43844         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
43845         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
43846         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
43847         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
43848         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
43849         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
43850         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
43851         yesno.c: Back out Copyright date changes for each file with no change
43852         this year.  This eases coordination with other programs using the same
43853         source code modules.  From Paul Eggert.
43854
43855 2000-08-06  Paul Eggert  <eggert@twinsun.com>
43856
43857         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
43858         not char, for compatibility with glibc 2.1.3 strftime.c.
43859
43860 2000-08-03  Greg McGary  <greg@mcgary.org>
43861
43862         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
43863         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
43864         (EXTEND_BUFFER): Use them.
43865
43866 2000-08-01  Jim Meyering  <meyering@lucent.com>
43867
43868         * lib/dirname.c (ISSLASH): Define.
43869         (BACKSLASH_IS_PATH_SEPARATOR): Define.
43870         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
43871         both `\' and `/' may be use as path separators.
43872         Based on a patch from Prashant TR.
43873
43874 2000-07-31  Paul Eggert  <eggert@twinsun.com>
43875
43876         * lib/quotearg.c (quotearg_n_options): Don't make the initial
43877         slot vector a constant, since it might get modified.
43878
43879 2000-07-31  Jim Meyering  <meyering@lucent.com>
43880
43881         * lib/xmalloc.c: Use `virtual memory exhausted', not
43882         `Memory exhausted'.
43883         * lib/obstack.c (print_and_abort): Likewise.
43884
43885 2000-07-30  Paul Eggert  <eggert@twinsun.com>
43886
43887         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
43888         buffer, so that the caller can always quote one small
43889         component of a "memory exhausted" message in slot 0.
43890         From a suggestion by Jim Meyering.
43891
43892 2000-07-30  Jim Meyering  <meyering@lucent.com>
43893
43894         * lib/makepath.c (make_path): Quote the other instance, too.
43895
43896         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
43897         (STATIC_BUF_SIZE): Define.
43898         (quotearg_n_options): Use only statically allocated storage when
43899         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
43900         than STATIC_BUF_SIZE.
43901
43902 2000-07-29  Jim Meyering  <meyering@lucent.com>
43903
43904         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
43905         * lib/dirname.c (dir_name): Likewise.
43906
43907         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
43908         `/'.
43909
43910         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
43911         (dir_name): Assert that there are no trailing slashes.
43912
43913 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
43914
43915         * lib/mbswidth.h (mbswidth): Add a flags argument.
43916         (mbswidth): New declaration.
43917         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
43918         * lib/mbswidth.c (mbswidth): Add a flags argument.
43919         (mbsnwidth): New function.
43920
43921 2000-07-24  Jim Meyering  <meyering@lucent.com>
43922
43923         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
43924
43925 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43926
43927         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
43928
43929 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43930
43931         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
43932         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
43933         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
43934         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
43935         invoke multibyte primitives.
43936
43937 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43938
43939         * lib/quotearg.c:
43940         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
43941         so that mbstate_t is always defined.
43942
43943         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
43944         be 1 in at least one GCC installation, and this configuration
43945         error is likely to be common.  Ignoring MB_LEN_MAX hurts
43946         performance on hosts that have mbrtowc but have only unibyte
43947         locales, but I assume these hosts are rare.
43948
43949 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43950
43951         * lib/mbswidth.c (_XOPEN_SOURCE):
43952         Don't define; this causes problems on Solaris 7.
43953         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
43954
43955 2000-07-23  Jim Meyering  <meyering@lucent.com>
43956
43957         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
43958         too: getgrgid, getpwuid, getuid.
43959
43960 2000-07-23  Jim Meyering  <meyering@lucent.com>
43961
43962         * lib/basename.c (base_name): Add an assertion.
43963
43964 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
43965
43966         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
43967         shadow its mbsinit function.
43968
43969 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
43970
43971         * lib/mbswidth.h: New file.
43972         * lib/mbswidth.c: New file.
43973         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
43974         (noinst_HEADERS): Add mbswidth.h.
43975
43976 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
43977
43978         * lib/config.charset: Add support for FreeBSD. Improve support for
43979         HP-UX and IRIX 6.
43980
43981 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
43982
43983         * m4/mbswidth.m4: New file.
43984         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
43985
43986 2000-07-15  Jim Meyering  <meyering@lucent.com>
43987
43988         * lib/makepath.c: Include quote.h.
43989         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
43990         corresponding argument in a `quote (...)' call.
43991         Give better diagnostics.
43992
43993         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
43994         (noinst_HEADERS): Add quote.h.
43995
43996         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
43997         from tar's src/misc.c.
43998         * lib/quote.h: New file.  Prototypes for same.
43999
44000 2000-07-14  Paul Eggert  <eggert@twinsun.com>
44001
44002         From a suggestion by Bruno Haible.
44003         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
44004         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
44005         to decide whether to define the BeOS workaround macro;
44006         this adjusts to the change to AC_MBSTATE_T.
44007
44008 2000-07-14  Jim Meyering  <meyering@lucent.com>
44009
44010         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
44011         jm_AC_TYPE_UINTMAX_T.
44012
44013 2000-07-13  Paul Eggert  <eggert@twinsun.com>
44014
44015         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
44016
44017         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
44018         quotearg_buffer_restyled): Add support for
44019         clocale_quoting_style.  Undo previous change to
44020         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
44021         and "{RIGHT QUOTATION MARK}" msgids.
44022
44023 2000-07-10  Paul Eggert  <eggert@twinsun.com>
44024
44025         From a suggestion by Bruno Haible.
44026         * m4/mbstate_t.m4 (AC_MBSTATE_T):
44027         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
44028         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
44029         and mbstate_t, to a single-part test that simply defines mbstate_t.
44030         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
44031         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
44032
44033 2000-07-10  Jim Meyering  <meyering@lucent.com>
44034
44035         * m4/strerror_r.m4: Mirror the correction made in autoconf.
44036
44037         * m4/gnu-source.m4: Output to confdefs.h directly.
44038         Suggestion from Akim Demaille.
44039
44040 2000-07-09  Paul Eggert  <eggert@twinsun.com>
44041
44042         The old behavior of quoting `like this' doesn't look good with
44043         newer, ISO-style fonts.  See:
44044         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
44045
44046         Instead, quote "like this" by default.  Let the translator
44047         tailor the locale-specific quoting behavior by providing
44048         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
44049
44050         * lib/quotearg.c (N_): New macro.
44051         (gettext_default): New function.
44052         (quotearg_buffer_restyled): Use
44053         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
44054         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
44055
44056 2000-07-09  Jim Meyering  <meyering@lucent.com>
44057
44058         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
44059         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
44060
44061         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
44062         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
44063
44064 2000-07-09  Jim Meyering  <meyering@lucent.com>
44065
44066         * lib/Most files: Update copyright dates to include 2000.
44067
44068 2000-07-08  Jim Meyering  <meyering@lucent.com>
44069
44070         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
44071         if not defined.
44072         (xgethostname): Remove now-unnecessary #ifdef.
44073         Move declaration of `err' into loop where it's used.
44074
44075 2000-07-05  Paul Eggert  <eggert@twinsun.com>
44076         and Bruno Haible  <haible@clisp.cons.org>
44077
44078         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
44079         only if the test for an object-type mbstate_t fails.  This
44080         prevents us from mistakenly reporting that mbstate_t is a
44081         system object type after we "#define mbstate_t int" to work
44082         around its lack.
44083
44084 2000-07-05  Paul Eggert  <eggert@twinsun.com>
44085         and Bruno Haible  <haible@clisp.cons.org>
44086
44087         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
44088
44089 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
44090
44091         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
44092         to strerror_r.
44093         Include <ctype.h> for use of isalpha.
44094
44095 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
44096
44097         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
44098         by allocating a larger buffer. Test the gethostname return value for
44099         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
44100         returns an error and ENAMETOOLONG isn't defined.
44101
44102 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
44103
44104         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
44105         dimension.
44106
44107 2000-07-04  Jim Meyering  <meyering@lucent.com>
44108
44109         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
44110         of the deprecated AC_CHECKING.
44111
44112 2000-07-04  Jim Meyering  <meyering@lucent.com>
44113
44114         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
44115         Reported by Bruno Haible.
44116
44117 2000-07-04  Jim Meyering  <meyering@lucent.com>
44118
44119         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
44120         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
44121         lacks mbrtowc.
44122
44123 2000-07-03  Paul Eggert  <eggert@twinsun.com>
44124
44125         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
44126         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
44127
44128 2000-07-03  Paul Eggert  <eggert@twinsun.com>
44129         and Bruno Haible  <haible@clisp.cons.org>
44130
44131         * lib/quotearg.c (mbrtowc):
44132         Assign to *pwc, and return 1 only if result is nonzero.
44133         (iswprint): Use ISPRINT when substituting our own mbrtowc.
44134
44135 2000-07-03  Jim Meyering  <meyering@lucent.com>
44136
44137         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
44138
44139 2000-07-03  Jim Meyering  <meyering@lucent.com>
44140
44141         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
44142         This is necessary to get a definition of e.g., UTMP_FILE on
44143         HP-UX 10.20.
44144         From Bob Proulx.
44145
44146 2000-07-02  Jim Meyering  <meyering@lucent.com>
44147
44148         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
44149
44150         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
44151         AC_LIBOBJ(function_name).
44152         * m4/chown.m4: Likewise.
44153         * m4/fnmatch.m4: Likewise.
44154         * m4/ftruncate.m4: Likewise.
44155         * m4/getgroups.m4: Likewise.
44156         * m4/getline.m4: Likewise.
44157         * m4/group-member.m4: Likewise.
44158         * m4/jm-macros.m4: Likewise.
44159         * m4/lstat.m4: Likewise.
44160         * m4/malloc.m4: Likewise.
44161         * m4/memcmp.m4: Likewise.
44162         * m4/nanosleep.m4: Likewise.
44163         * m4/putenv.m4: Likewise.
44164         * m4/realloc.m4: Likewise.
44165         * m4/regex.m4: Likewise.
44166         * m4/stat.m4: Likewise.
44167         * m4/strftime.m4: Likewise.
44168
44169 2000-07-02  Jim Meyering  <meyering@lucent.com>
44170
44171         * lib/quotearg.c (mbstate_t): Don't define here.
44172
44173 2000-07-02  Jim Meyering  <meyering@lucent.com>
44174
44175         * lib/nanosleep.c (SIGCONT): Define if not already defined.
44176
44177 2000-07-01  Jim Meyering  <meyering@lucent.com>
44178
44179         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
44180
44181 2000-07-01  Jim Meyering  <meyering@lucent.com>
44182
44183         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
44184         problem.
44185
44186 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
44187
44188         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
44189         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
44190
44191 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
44192
44193         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
44194         per change in ../m4/ls-mntd-fs.m4.
44195         (read_filesystem_list): Ignore symbolic links.
44196
44197 2000-06-29  Jim Meyering  <meyering@lucent.com>
44198
44199         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
44200         for declaration of strcmp.
44201
44202         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
44203
44204         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
44205         Avoid warning by casting result to `char *' to remove `const'.
44206
44207 2000-06-28  Jim Meyering  <meyering@lucent.com>
44208
44209         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
44210         included by quotearg.c, for which we perform this test.  From
44211         Bruno Haible.
44212
44213 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
44214
44215         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
44216         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
44217         <utmpx.h> exists, put readutmp.o into LIBOBJS.
44218
44219 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
44220
44221         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
44222
44223 2000-06-26  Paul Eggert  <eggert@twinsun.com>
44224
44225         savedir now sets errno on failure and invokes xmalloc to get memory.
44226         Fix a couple of other minor bugs while we're at it.
44227
44228         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
44229         (NAMLEN): Remove macro.
44230         (malloc, realloc): Remove decls.
44231         (stpcpy): Likewise.
44232         ("xalloc.h"): Include.
44233         (NAME_SIZE_DEFAULT): New macro.
44234         (savedir): Use xmalloc / xrealloc to allocate memory.
44235         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
44236         Skip "" directory entries.
44237         Use strlen to calculate directory entry length, since the old method
44238         is rarely used these days and isn't worth supporting.
44239         Don't use a pointer after freeing it.
44240         Check for integer overflow when calculating allocation size.
44241         Use memcpy to copy entries, instead of stpcpy.
44242         Set errno properly when returning NULL.
44243         Check for readdir error.
44244
44245 2000-06-26  Jim Meyering  <meyering@lucent.com>
44246
44247         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
44248
44249 2000-06-25  Jim Meyering  <meyering@lucent.com>
44250
44251         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
44252         Linux header bug when _XOPEN_SOURCE is defined to 500.
44253
44254 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
44255
44256         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
44257         deficiency.
44258
44259 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
44260
44261         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
44262         Include xalloc.h.
44263         Don't include <stdlib.h>.  Don't declare malloc, realloc.
44264
44265 2000-06-24  Jim Meyering  <meyering@lucent.com>
44266
44267         * m4/strerror_r.m4: Revive this file -- to try out an experimental
44268         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
44269         for which strerror does return char*, but which lacks a conveniently
44270         accessible declaration of the function.  If the compile-test says
44271         strerror_r doesn't work, then resort to a `run'-test that works on
44272         BeOS and segfaults on DEC Unix.
44273
44274 2000-06-24  Jim Meyering  <meyering@lucent.com>
44275
44276         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
44277
44278 2000-06-23  Paul Eggert  <eggert@twinsun.com>
44279
44280         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
44281         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
44282
44283 2000-06-23  Paul Eggert  <eggert@twinsun.com>
44284
44285         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
44286         (mbrtowc, mbstate_t): Define substitutes if
44287         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
44288         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
44289         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
44290
44291 2000-06-23  Jim Meyering  <meyering@lucent.com>
44292
44293         * m4/afs.m4: Add missing AC_MSG_RESULT.
44294         Reported by Bruno Haible.
44295
44296         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
44297         Suggestion from Bruno Haible.
44298
44299 2000-06-23  Jim Meyering  <meyering@lucent.com>
44300
44301         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
44302
44303 2000-06-21  Jim Meyering  <meyering@lucent.com>
44304
44305         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
44306
44307 2000-06-21  Jim Meyering  <meyering@lucent.com>
44308
44309         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
44310         (noinst_HEADERS): Add getstr.h.
44311
44312         * lib/getline.c (getstr): Move into a separate file.
44313         * lib/getstr.c (getstr): New file, extracted from getline.c, with
44314         the following changes: new parameter, delim2; both delim[12]
44315         parameters have type `int', not `char'.  The latter would lose
44316         with 8-bit delimiters.
44317         * lib/getstr.h: New file.
44318
44319 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44320
44321         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
44322         than 1024, return a memory chunk of least possible size, instead
44323         of size PATH_MAX + 2. In the loop, increment the size proportionally.
44324         Use free/xmalloc instead of xrealloc to avoid copying for very long
44325         paths.
44326
44327 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44328
44329         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
44330         the empty string.
44331
44332 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44333
44334         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
44335         address, not strdup.  Include <stdlib.h> and don't declare free().
44336
44337 2000-06-19  Jim Meyering  <meyering@lucent.com>
44338
44339         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
44340
44341 2000-06-18  Jim Meyering  <meyering@lucent.com>
44342
44343         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
44344
44345         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
44346         `checking whether...' message to be consistent with that of the
44347         lstat test.
44348
44349 2000-06-18  Jim Meyering  <meyering@lucent.com>
44350
44351         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
44352         Besides, these days every porting target provides a mkdir function.
44353
44354         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
44355         needed. (this snippet comes from src/system.h).
44356
44357 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
44358
44359         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
44360
44361 2000-06-15  Paul Eggert  <eggert@twinsun.com>
44362
44363         * lib/human.c (adjust_value): New function.
44364         (human_readable_inexact): Apply rounding style even when
44365         printing approximate values.
44366
44367 2000-06-14  Paul Eggert  <eggert@twinsun.com>
44368
44369         * lib/human.c (human_readable_inexact): Allow an input block
44370         size that is not a multiple of the output block size, and vice versa.
44371         Reported by Piergiorgio Sartor.
44372
44373 2000-06-14  Paul Eggert  <eggert@twinsun.com>
44374
44375         * lib/getdate.y (get_date): Apply relative times after time
44376         zone indicator, not before.  Reported by Todd A. Jacobs.
44377
44378 2000-06-13  Jim Meyering  <meyering@lucent.com>
44379
44380         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
44381
44382         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
44383
44384 2000-06-12  Paul Eggert  <eggert@twinsun.com>
44385
44386         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
44387
44388 2000-06-12  Jim Meyering  <meyering@lucent.com>
44389
44390         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
44391         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
44392         optional argument.
44393         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
44394         the optional argument, `lib'.
44395
44396 2000-06-08  Jim Meyering  <meyering@lucent.com>
44397
44398         * m4/largefile.m4: Remove file (now that it's part of autoconf).
44399
44400 2000-06-04  Paul Eggert  <eggert@twinsun.com>
44401
44402         Rewrite largefile configuration so that we don't need to run
44403         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
44404         AC_CANONICAL_HOST in configure.in -- jmm]
44405
44406         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
44407         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
44408         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
44409         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
44410         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
44411         All uses changed.
44412         Instead of inspecting the output of getconf, try to compile the
44413         test program without and with the macro definition.
44414         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
44415         for getconf.  Instead, check for the needed flags by compiling
44416         test programs.
44417
44418 2000-06-04  Paul Eggert  <eggert@twinsun.com>
44419
44420         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
44421
44422 2000-06-04  Jim Meyering  <meyering@lucent.com>
44423
44424         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
44425         SunOS 4.1.4 for which gid_t is an unsigned type.
44426
44427 2000-06-03  Jim Meyering  <meyering@lucent.com>
44428
44429         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
44430         now that autoconf requires that.
44431
44432         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
44433         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
44434         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
44435
44436 2000-06-03  Jim Meyering  <meyering@lucent.com>
44437
44438         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
44439
44440 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
44441
44442         * m4/glibc21.m4: New file.
44443         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
44444
44445 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
44446
44447         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
44448         newer, don't install charset.alias.
44449         * lib/config.charset: Change the Linux/glibc rules so they become empty
44450         on glibc-2.1 or newer.
44451
44452 2000-06-02  Jim Meyering  <meyering@lucent.com>
44453
44454         * lib/mountlist.c: Back out last change.  Instead, do this...
44455         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
44456         me_dummy member using the same `ignore'-testing code.
44457         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
44458         fs_type strings.
44459         From Mark D. Roth.
44460
44461 2000-05-29  Jim Meyering  <meyering@lucent.com>
44462
44463         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
44464         mounts with the `ignore' attribute.  Based on a patch from
44465         Mark D. Roth.
44466
44467 2000-05-28  Jim Meyering  <meyering@lucent.com>
44468
44469         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
44470         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
44471         * m4/stat.m4: Likewise.
44472         * m4/lstat.m4: Likewise.
44473         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
44474
44475         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
44476         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
44477
44478 2000-05-26  Jim Meyering  <meyering@lucent.com>
44479
44480         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
44481
44482 2000-05-24  Jim Meyering  <meyering@lucent.com>
44483
44484         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
44485         autoconf requires that.
44486         * m4/lib-check.m4: Likewise.
44487         * m4/jm-macros.m4: Likewise.
44488         * m4/strftime.m4: Likewise.
44489
44490         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
44491         AC_CHECK_DECLS, now that autoconf requires that.
44492
44493 2000-05-22  Jim Meyering  <meyering@lucent.com>
44494
44495         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
44496         * m4/lstat.m4: Likewise.
44497
44498 2000-05-22  Jim Meyering  <meyering@lucent.com>
44499
44500         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
44501
44502 2000-05-20  Jim Meyering  <meyering@lucent.com>
44503
44504         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
44505         (jm_PREREQ): Use it.
44506
44507 2000-05-18  Jim Meyering  <meyering@lucent.com>
44508
44509         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
44510         back, too, since it may have been modified by allocate_entry.
44511         (hash_delete): Rewrite to use neither the assignment operator
44512         nor the comma operator in an if-expression.
44513
44514 2000-05-15  Paul Eggert  <eggert@twinsun.com>
44515
44516         * lib/closeout.c:
44517         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
44518         Remove; no longer needed.
44519         "quotearg.h": Add include.
44520         (file_name): Do not bother to explicitly initialize to NULL; it's less
44521         efficient on some hosts.
44522         (close_stdout_status): Remove test as to whether stdout was already
44523         closed; it breaks for the case "echo x | sort >&-".
44524         Quote file name colons.
44525         Do not assume that _("write error") lacks format strings.
44526
44527 2000-05-15  Jim Meyering  <meyering@lucent.com>
44528
44529         * lib/version-etc.c (version_etc_copyright): Update the copyright
44530         string used in all --version output.
44531
44532 2000-05-14  Jim Meyering  <meyering@lucent.com>
44533
44534         * lib/closeout.c (close_stdout_set_file_name): New function.
44535         (close_stdout_status): Use new file-scoped global.
44536         Return right away if fstat says the stdout file descriptor is invalid.
44537         * lib/closeout.h (close_stdout_set_file_name): Declare.
44538
44539 2000-05-10  Jim Meyering  <meyering@lucent.com>
44540
44541         * lib/closeout.c [default_exit_status]: New file-scoped variable.
44542         (close_stdout_set_status): New function.
44543         * lib/closeout.h (close_stdout_set_status): Declare.
44544
44545 2000-05-09  Jim Meyering  <meyering@lucent.com>
44546
44547         * m4/gettext.m4: Rename this...
44548         * m4/libintl.m4: ...to this.
44549
44550 2000-05-08  Jim Meyering  <meyering@lucent.com>
44551
44552         * lib/long-options.c: Don't include closeout.h.
44553         (parse_long_options): Don't call close_stdout for --version.
44554
44555 2000-05-06  Paul Eggert  <eggert@twinsun.com>
44556
44557         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
44558         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
44559         2.1.3 bug.  This avoids a clash when files like regex.c define
44560         _GNU_SOURCE.
44561
44562 2000-05-06  Jim Meyering  <meyering@lucent.com>
44563
44564         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
44565         (AC_REPLACE_FUNCS): Add strnlen.
44566
44567         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
44568         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
44569
44570         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
44571         AC_SEARCH_LIBS call for nanosleep.
44572         (LIB_NANOSLEEP): Set and AC_SUBST.
44573
44574 2000-05-06  Jim Meyering  <meyering@lucent.com>
44575
44576         * lib/strnlen.c: Undefine __strnlen and strnlen.
44577         [!weak_alias]: Define __strnlen to strnlen.
44578
44579         * lib/atexit.c: New file, from libiberty.
44580
44581 2000-05-06  Jim Meyering  <meyering@lucent.com>
44582
44583         * lib/closeout.c (close_stdout_status): Also check for errors on the
44584         stderr stream.
44585
44586 2000-05-05  Jim Meyering  <meyering@lucent.com>
44587
44588         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
44589         AC_SEARCH_LIBS call for clock_gettime.
44590         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
44591
44592         * m4/search-libs.m4: Update from autoconf.
44593
44594         su doesn't work on Solaris 2.6.
44595         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
44596         <shadow.h>.  Reported by Dragos Harabor.
44597
44598 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
44599
44600         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
44601         memcpy instead of xmalloc, xrealloc, path_concat.
44602         (locale_charset): Treat empty environment variables as absent.
44603         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
44604
44605 2000-05-04  Jim Meyering  <meyering@lucent.com>
44606
44607         * lib/getopt.c: Update from glibc.
44608         * lib/obstack.c: Likewise.
44609         * lib/obstack.h: Likewise.
44610         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
44611         file
44612
44613         * lib/regex.h: Likewise.
44614         * lib/strndup.c: Likewise.
44615         * lib/strnlen.c: New file, from glibc.
44616
44617 2000-05-03  Jim Meyering  <meyering@lucent.com>
44618
44619         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
44620
44621 2000-05-02  Paul Eggert  <eggert@twinsun.com>
44622
44623         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
44624         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
44625         compile-time test, rather than inspecting host and OS, to
44626         decide whether to define _LARGEFILE_SOURCE.
44627
44628 2000-05-01  Jim Meyering  <meyering@lucent.com>
44629
44630         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
44631
44632         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
44633         Based on a patch from Bruno Haible.
44634
44635 2000-05-01  Jim Meyering  <meyering@lucent.com>
44636
44637         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
44638
44639 2000-04-29  Jim Meyering  <meyering@lucent.com>
44640
44641         * lib/path-concat.c: Declare strdup only if it's not defined.
44642         * lib/canon-host.c: Likewise.
44643
44644 2000-04-28  Jim Meyering  <meyering@lucent.com>
44645
44646         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
44647         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
44648         is included first, then limits.h is included by locale.h by libintl.h.
44649         From John David Anglin.
44650
44651 2000-04-25  Jim Meyering  <meyering@lucent.com>
44652
44653         * lib/makepath.c (S_IRWXUGO): Define.
44654         (make_path): Always perform explicit chmod if MODE specifies any
44655         of the `special' permission bits.  Prompted by a bug report against
44656         install from Mate Wierdl and Joost van Baal.
44657
44658 2000-04-18  Jim Meyering  <meyering@lucent.com>
44659
44660         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
44661         (jm_PREREQ): Use it.
44662
44663 2000-04-18  Jim Meyering  <meyering@lucent.com>
44664
44665         * lib/README: New file.
44666
44667         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
44668         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
44669
44670 2000-04-17  Jim Meyering  <meyering@lucent.com>
44671
44672         Get it right :-)
44673         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
44674         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
44675         Suggestion from Akim Demaille.
44676
44677 2000-04-17  Jim Meyering  <meyering@lucent.com>
44678
44679         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
44680         the definition of it to rpl_strftime also defined-away the system's
44681         declaration.
44682
44683 2000-04-15  Jim Meyering  <meyering@lucent.com>
44684
44685         Use `C' to denote so-called `contiguous' files, the same way
44686         that tar does.
44687         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
44688         (ftypelet): Use S_ISCTG.
44689         From Michael Deutschmann.
44690
44691 2000-04-14  Jim Meyering  <meyering@lucent.com>
44692
44693         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
44694         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
44695         clobbered.
44696
44697 2000-04-14  Jim Meyering  <meyering@lucent.com>
44698
44699         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
44700
44701 2000-04-13  Jim Meyering  <meyering@lucent.com>
44702
44703         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
44704         AH_VERBATIM to insert required #ifndef into config.h.in.
44705         Suggestion from Akim Demaille.
44706
44707 2000-04-12  Jim Meyering  <meyering@lucent.com>
44708
44709         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
44710         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
44711         Christian Krackowizer.
44712
44713         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
44714         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
44715         (AC_SYS_LARGEFILE): Require.
44716         (AM_C_PROTOTYPES): Require.
44717
44718 2000-04-08  Jim Meyering  <meyering@lucent.com>
44719
44720         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
44721         names don't conflict.  Reported by Eli Zaretskii.
44722
44723 2000-04-07  Jim Meyering  <meyering@lucent.com>
44724
44725         * lib/putenv.c: Move inclusion of errno.h so it follows that of
44726         sys/types.h, to work around system header problems on AIX 3.2.5.
44727         From Bruno Haible.
44728
44729 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
44730
44731         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
44732         bug.  Deal with the different error behavior of Irix iconv.
44733
44734 2000-04-05  Paul Eggert  <eggert@twinsun.com>
44735
44736         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
44737         IRIX if the installer said otherwise.
44738
44739 2000-04-05  Jim Meyering  <meyering@lucent.com>
44740
44741         Portability tweaks required for ultrix4.3.
44742         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
44743         (jm_CHECK_DECLS): Add getutent to the list of functions.
44744         (_jm_DECL_HEADERS): Add utmpx.h.
44745         From John David Anglin.
44746
44747         * m4/strftime.m4: Back out the 2000-04-02 change.
44748         Instead of that change, simply undefine putenv in the test program.
44749
44750 2000-04-05  Jim Meyering  <meyering@lucent.com>
44751
44752         Portability tweaks required for ultrix4.3.
44753         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
44754         getutent.
44755         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
44756         * lib/canon-host.c: Declare strdup.
44757         * lib/path-concat.c: Likewise.
44758         From John David Anglin.
44759
44760 2000-04-04  Jim Meyering  <meyering@lucent.com>
44761
44762         Be more DOS 8.3-friendly.
44763         * lib/ref-add.sin: Renamed from ref-add.sed.in.
44764         * lib/ref-del.sin: Renamed from ref-del.sed.in.
44765         * lib/Makefile.am: Reflect renaming.
44766         Reported by Eli Zaretskii.
44767
44768         Use a temporary file name that won't clash with `charset.alias'
44769         in the DOS 8.3 name space.
44770         * lib/Makefile.am (charset_tmp): Define.
44771         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
44772         (uninstall-local): Likewise.
44773         Reported by Eli Zaretskii.
44774
44775 2000-04-03  Jim Meyering  <meyering@lucent.com>
44776
44777         * m4/gettext.m4: Fix typo in comment.
44778
44779         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
44780         textutils/configure.in).  Suggestion from Paul Eggert.
44781         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
44782
44783 2000-04-02  Paul Eggert  <eggert@twinsun.com>
44784
44785         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
44786         variable in the shell rather than using putenv, which isn't
44787         portable.  This avoids the configure-time inter-test dependency
44788         on the potentially-renamed putenv function.
44789
44790 2000-03-30  Paul Eggert  <eggert@twinsun.com>
44791
44792         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
44793         before checking struct stat.st_blksize, so that
44794         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
44795
44796 2000-03-29  Paul Eggert  <eggert@twinsun.com>
44797
44798         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
44799         since strftime.c uses HAVE_STRFTIME to decide whether to use
44800         the underlying strftime.
44801
44802 2000-03-29  Paul Eggert  <eggert@twinsun.com>
44803
44804         * lib/time/strftime.c (my_strftime): Make sure we call the system
44805         strftime, not ourselves, when invoking the underlying strftime.
44806
44807 2000-03-24  Jim Meyering  <meyering@lucent.com>
44808
44809         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
44810         (charset_alias): Define.
44811         (install-exec-local): Factor out common code.
44812         (uninstall-local): Split lines longer than 80.
44813         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
44814         (SUFFIXES): Define.
44815         (.sed.in.sed): New rule.  Don't redirect directly to $@.
44816         (CLEANFILES): Add ref-add.sed and ref-del.sed.
44817
44818 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
44819
44820         * lib/config.charset: Output a line containing "Packages using this
44821         file".
44822         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
44823         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
44824         ref-del.sed): New rules.
44825
44826 2000-03-17  Jim Meyering  <meyering@lucent.com>
44827
44828         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
44829         Otherwise, include <strings.h>
44830
44831 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
44832
44833         * lib/unicodeio.c (utf8_wctomb): New function.
44834         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
44835         format instead of in UCS-4 with platform dependent endianness.
44836
44837 2000-03-10  Jim Meyering  <meyering@lucent.com>
44838
44839         * m4/lib-check.m4: Look for getspnam in -lgen, too.
44840         From Marco Franzen.
44841
44842 2000-03-07  Paul Eggert  <eggert@twinsun.com>
44843
44844         * lib/savedir.c (savedir): Work even if directory size is
44845         negative; this can happen with some screwy NFS configurations.
44846
44847 2000-03-06  Jim Meyering  <meyering@lucent.com>
44848
44849         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
44850         if it's NULL (because we ran out of memory).  From Bruno Haible.
44851
44852 2000-03-05  Jim Meyering  <meyering@lucent.com>
44853
44854         * lib/localcharset.c ("path-concat.h"): Include.
44855         (get_charset_aliases): Use path_concat instead of ANSI string
44856         concatenation.
44857
44858         * lib/unicodeio.h (PARAMS): Define.
44859         Use it to guard prototype.
44860
44861 2000-03-04  Jim Meyering  <meyering@lucent.com>
44862
44863         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
44864         for lib/localcharset.c.
44865
44866 2000-03-04  Jim Meyering  <meyering@lucent.com>
44867
44868         * lib/Makefile.am (install-exec-local): Create $(libdir) before
44869         installing into it.
44870         (uninstall-local): Uncomment this rule so `make distcheck' works
44871         once again.
44872
44873         * lib/unicodeio.c (<errno.h>): Include it.
44874         (errno): Declare if not defined.
44875
44876         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
44877
44878         * lib/config.charset: New version, incorporating remarks from a linux
44879         i18n mailing list.  From Bruno Haible.
44880
44881 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
44882
44883         * m4/codeset.m4: New file.
44884         * m4/iconv.m4: New file.
44885         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
44886
44887 2000-03-03  Jim Meyering  <meyering@lucent.com>
44888
44889         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
44890
44891 2000-03-02  Jim Meyering  <meyering@lucent.com>
44892
44893         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
44894         the messages come out on separate lines.
44895
44896         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
44897         rather than jm_CHECK_DECLARATIONS.
44898         * m4/decl.m4: Remove now-unused file.
44899
44900         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
44901         geteuid.
44902
44903 2000-03-02  Jim Meyering  <meyering@lucent.com>
44904
44905         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
44906
44907 2000-03-01  Jim Meyering  <meyering@lucent.com>
44908
44909         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
44910         * lib/unicodeio.c: Likewise.
44911
44912 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
44913
44914         * lib/config.charset: New file.
44915         * lib/localcharset.c: New file.
44916         * lib/unicodeio.h, lib/unicodeio.c: New files.
44917         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
44918         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
44919         (noinst_HEADERS): Add unicodeio.h.
44920         (all-local, install-exec-local, charset.alias): New targets.
44921
44922 2000-02-28  Paul Eggert  <eggert@twinsun.com>
44923
44924         * lib/quotearg.c (ALERT_CHAR): New macro.
44925         (quotearg_buffer_restyled): Use it.
44926
44927 2000-02-27  Jim Meyering  <meyering@lucent.com>
44928
44929         * m4/check-decl.m4: Add getenv to the list.
44930
44931 2000-02-27  Jim Meyering  <meyering@lucent.com>
44932
44933         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
44934         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
44935
44936         * lib/backupfile.c: Guard inclusion of stdlib.h with
44937         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
44938         Declare malloc if needed.
44939
44940         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
44941         `#ifndef HAVE_DECL..'
44942         now that autoconf always defines the HAVE_DECL_ symbols.
44943         * lib/human.c: Likewise.
44944         * lib/same.c: Likewise.
44945         * lib/strtoumax.c: Likewise.
44946
44947         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
44948         declaration check was not run.
44949         * lib/hash.c: Likewise.
44950         * lib/human.c: Likewise.
44951         * lib/same.c: Likewise.
44952         * lib/strtoumax.c: Likewise.
44953
44954         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
44955         `.', then first look up the entire `.'-containing string as a login
44956         name.
44957
44958 2000-02-23  Jim Meyering  <meyering@lucent.com>
44959
44960         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
44961         in place of my hack.
44962
44963 2000-02-18  Paul Eggert  <eggert@twinsun.com>
44964
44965         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
44966         (textint): New typedef.
44967         (parser_control): Member year changed from int to textint.
44968         All uses changed.
44969         (YYSTYPE): Removed; replaced by %union with int and textint members.
44970         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
44971         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
44972         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
44973         (tSNUMBER, tUNUMBER): Now of type <textintval>.
44974         (date, number, to_year): Use width of number in digits, not its value,
44975         to determine whether it's a 2-digit year, or a 2-digit time.
44976         (yylex): Store number of digits of numeric tokens.
44977         Reported by John Kendall.
44978
44979         (parser_control): Changed from struct parser_control to typedef (for
44980         consistency).  All uses changed.
44981
44982         (tID): Removed; not used.
44983         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
44984
44985 2000-02-14  Paul Eggert  <eggert@twinsun.com>
44986
44987         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
44988         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
44989
44990 2000-02-12  Jim Meyering  <meyering@lucent.com>
44991
44992         * lib/userspec.c (ISDIGIT): Define it.
44993         (isdigit): Remove definition.
44994         (is_number): Use ISDIGIT, not isdigit.
44995         <libintl.h>: Include.
44996         (_ and N_): Define.
44997         (parse_user_spec): Mark translatable strings.
44998
44999 2000-02-10  Jim Meyering  <meyering@lucent.com>
45000
45001         With these changes, nanosleep.[ch] are finally enough like the other
45002         lib/* replacement files to compile on a few more losing systems.
45003
45004         * lib/nanosleep.h: Don't include config.h.
45005         Remove prototype from declaration of nanosleep.
45006         (PARAMS): Remove now-unneeded definition.
45007         * lib/nanosleep.c: #undef nanosleep.
45008         (rpl_nanosleep): Rename from nanosleep.
45009
45010 2000-02-10  Jim Meyering  <meyering@lucent.com>
45011
45012         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
45013         gnu_nanosleep to rpl_nanosleep.
45014
45015 2000-02-09  Jim Meyering  <meyering@lucent.com>
45016
45017         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
45018         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
45019
45020 2000-02-08  Akim Demaille  <akim@epita.fr>
45021
45022         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
45023         `[' and `]' and remove uses of `changequote'.
45024         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
45025         (AC_SYS_LARGEFILE): Likewise.
45026         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
45027         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
45028         of changequote.
45029         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
45030         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
45031         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
45032         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
45033
45034 2000-02-05  Jim Meyering  <meyering@lucent.com>
45035
45036         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
45037         Remove explicit use of AC_HEADER_TIME.  It is required by
45038         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
45039         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
45040         in autoconf whereby the expansion of the latter ended up preceding
45041         the expansion of its prerequisite, AC_HEADER_TIME.
45042         Reported by Volker Borchert.
45043
45044 2000-02-03  Jim Meyering  <meyering@lucent.com>
45045
45046         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
45047
45048 2000-02-03  Jim Meyering  <meyering@lucent.com>
45049
45050         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
45051         rather than with `#if HAVE_UTMPNAME'.
45052
45053 2000-02-02  Jim Meyering  <meyering@lucent.com>
45054
45055         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
45056         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
45057         Reported by Eli Zaretskii.
45058
45059 2000-02-01  Jim Meyering  <meyering@lucent.com>
45060
45061         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
45062
45063 2000-01-31  Jim Meyering  <meyering@lucent.com>
45064
45065         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
45066         functions.  Add the time.h and sys/time.h headers along with the
45067         AC_REQUIRE'ment of AC_HEADER_TIME.
45068
45069 2000-01-31  Jim Meyering  <meyering@lucent.com>
45070
45071         * lib/nanosleep.h (nanosleep): Guard declaration with
45072         `#if ! HAVE_DECL_NANOSLEEP'.
45073         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
45074         the declaration in that vendor's sys/timers.h.
45075         Reported by Christian Krackowizer.
45076
45077         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
45078         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
45079         (ISPRINT): Likewise.
45080         Reported by Tom Tromey.
45081
45082 2000-01-30  Jim Meyering  <meyering@lucent.com>
45083
45084         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
45085
45086         * m4/prereq.m4 (utmp_includes): Define.
45087         Check for ut_user and ut_name members in both struct utmpx
45088         and struct utmp.
45089
45090 2000-01-30  Jim Meyering  <meyering@lucent.com>
45091
45092         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
45093         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
45094         header files where only utmpx.ut_user is declared.
45095
45096         * lib/readutmp.h (UT_USER): Define.
45097
45098 2000-01-29  Jim Meyering  <meyering@lucent.com>
45099
45100         * m4/lib-check.m4: New file containing library-related checks from
45101         fileutils and sh-utils (textutils had none).
45102
45103 2000-01-28  Jim Meyering  <meyering@lucent.com>
45104
45105         * m4/perl.m4: Change format of warning message to look more like that
45106         from the missing script.  Suggestion from François Pinard.
45107
45108 2000-01-25  Jim Meyering  <meyering@lucent.com>
45109
45110         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
45111         well as time.h in the compile check.
45112         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
45113         Fix typo in cross-compiling case: s/yes/no/.
45114
45115 2000-01-23  Jim Meyering  <meyering@lucent.com>
45116
45117         * m4/jm-macros.m4: Move df-related tests here from
45118         fileutils/configure.in
45119
45120         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
45121         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
45122
45123         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
45124         s/space/ac_fsusage_space/.
45125         (jm_FILE_SYSTEM_USAGE): Take two parameters.
45126
45127         * m4/ftruncate.m4: New file (derived from part of
45128         fileutils/configure.in).
45129         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
45130         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
45131
45132         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
45133         AC_SUBST these here, rather than just in sh-util/configure.in, so
45134         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
45135         all the same.
45136         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
45137         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
45138         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
45139         (AC_SUBST(POW_LIBM)): Likewise.
45140         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
45141
45142 2000-01-23  Jim Meyering  <meyering@lucent.com>
45143
45144         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
45145         obstack.c.
45146
45147 2000-01-22  Jim Meyering  <meyering@lucent.com>
45148
45149         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
45150
45151         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
45152
45153         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
45154         configure.in
45155         (AC_CHECK_HEADERS): Likewise for sh-utils.
45156         (AC_CHECK_HEADERS): Likewise for textutils.
45157         Merge the three lists of headers.
45158
45159         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
45160         from fileutils' configure.in.
45161
45162         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
45163         code. Moved tests into their own function (_jm_DECL_HEADERS) in
45164         check-decl.m4.
45165
45166         * m4/check-decl.m4: Use #if rather than #ifdef.
45167         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
45168         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
45169         (_jm_DECL_HEADERS): Define new function.
45170         (jm_CHECK_DECLARATIONS): Require it.
45171
45172 2000-01-22  Jim Meyering  <meyering@lucent.com>
45173
45174         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
45175         [! HAVE_DECL_STRTOULL]: Declare strtoull.
45176         Required for some AIX systems.  Reported by Christian Krackowizer.
45177         [TESTING] (main): New function.
45178
45179         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
45180         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
45181         letters.
45182
45183         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
45184         iswprint.
45185
45186         * lib/strverscmp.c (ISDIGIT): Define.
45187         (strverscmp): Use ISDIGIT, not isdigit.
45188
45189 2000-01-19  Jim Meyering  <meyering@lucent.com>
45190
45191         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
45192         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
45193         defines `struct timespec' in <sys/time.h>
45194
45195         * m4/c-bs-a.m4: Remove uses of changequote altogether.
45196         Thanks to Akim for explaining.
45197
45198 2000-01-17  Paul Eggert  <eggert@twinsun.com>
45199
45200         * lib/nanosleep.c (nanosleep):
45201         Don't use SA_INTERRUPT to decide whether to call sigaction, as
45202         POSIX.1 doesn't require SA_INTERRUPT and some systems
45203         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
45204         it's been part of POSIX.1 since day 1 (in 1988).
45205
45206 2000-01-17  Jim Meyering  <meyering@lucent.com>
45207
45208         * lib/interlock: Remove unused file.  Reported by François Pinard.
45209
45210 2000-01-16  Paul Eggert  <eggert@twinsun.com>
45211
45212         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
45213         alert, backslash, formfeed, and vertical tab unnecessarily in
45214         shell quoting style.
45215
45216 2000-01-16  Jim Meyering  <meyering@lucent.com>
45217
45218         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
45219         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
45220         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
45221         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
45222
45223 2000-01-16  Jim Meyering  <meyering@lucent.com>
45224
45225         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
45226         because the latter didn't work.
45227
45228 2000-01-15  Jim Meyering  <meyering@lucent.com>
45229
45230         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
45231         (AC_REPLACE_FUNCS): Add memcpy and memset.
45232         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
45233         Add strpbrk.
45234         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
45235
45236 2000-01-12  Jim Meyering  <meyering@lucent.com>
45237
45238         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
45239         (jm_PREREQ): Use it.
45240         (jm_PREREQ_READUTMP): New macro.
45241         (jm_PREREQ): Use it.
45242
45243 2000-01-11  Paul Eggert  <eggert@twinsun.com>
45244
45245         Quote multibyte characters correctly.
45246         * m4/c-bs-a.m4: New file.
45247         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
45248         (jm_PREREQ): Use it.
45249
45250 2000-01-11  Paul Eggert  <eggert@twinsun.com>
45251
45252         * m4/uintmax_t.m4: Port to autoconf 2.13.
45253
45254 2000-01-08  Jim Meyering  <meyering@ascend.com>
45255
45256         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
45257         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
45258
45259 2000-01-04  Jim Meyering  <meyering@ascend.com>
45260
45261         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
45262         jm_STRUCT_DIRENT_D_TYPE.
45263         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
45264         jm_STRUCT_DIRENT_D_INO.
45265         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
45266         jm_STRUCT_UTIMBUF.
45267         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
45268         renamings.
45269         * m4/utime.m4: Likewise.
45270
45271         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
45272         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
45273
45274 2000-01-03  Paul Eggert  <eggert@twinsun.com>
45275
45276         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
45277         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
45278
45279 2000-01-02  Jim Meyering  <meyering@ascend.com>
45280
45281         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
45282         remember if this is necessary.
45283
45284 1999-12-26  Jim Meyering  <meyering@ascend.com>
45285
45286         * m4/jm-macros.m4: Use it here.
45287         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
45288
45289 1999-12-23  Jim Meyering  <meyering@ascend.com>
45290
45291         * m4/jm-macros.m4: Check for clock_gettime (moved from
45292         fileutils/configure.in)
45293         Check for gettimeofday.
45294
45295 1999-12-20  Jim Meyering  <meyering@ascend.com>
45296
45297         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
45298         autoconf-2.14a-1999-12-20.
45299
45300 1999-12-19  Jim Meyering  <meyering@ascend.com>
45301
45302         * m4/lstat-slash.m4: New file.
45303         * m4/jm-macros.m4: Use the new macro:
45304         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45305
45306 1999-12-07  Jim Meyering  <meyering@ascend.com>
45307
45308         * m4/perl.m4: Require that File::Compare be available, too.
45309         Too many systems seem to lack it.
45310
45311         * m4/strftime.m4: Add checks for most of the cpp macros tested in
45312         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
45313
45314 1999-11-18  Paul Eggert  <eggert@twinsun.com>
45315
45316         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
45317         problem with the QNX 4.25 shell, which doesn't propagate exit
45318         status of failed commands inside shell assignments.
45319
45320 1999-11-17  Jim Meyering  <meyering@ascend.com>
45321
45322         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
45323
45324 1999-11-07  Jim Meyering  <meyering@ascend.com>
45325
45326         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
45327
45328 1999-11-06  Jim Meyering  <meyering@ascend.com>
45329
45330         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
45331         * m4/jm-macros.m4 (jm_MACROS): Use it here.
45332
45333 1999-11-05  Jim Meyering  <meyering@ascend.com>
45334
45335         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
45336         configure.in of textutils, fileutils, and sh-utils into this one
45337         (shared between those packages) file.
45338         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
45339         AC_STRUCT_ST_BLKSIZE.
45340
45341 1999-11-03  Jim Meyering  <meyering@ascend.com>
45342
45343         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
45344         of AC_CHECK_TYPE checks includes unistd.h.
45345         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
45346         Suggestion from Akim Demaille.
45347
45348 1999-10-30  Jim Meyering  <meyering@ascend.com>
45349
45350         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
45351         m4-quoted string.
45352         * m4/ls-mntd-fs.m4: Likewise.
45353         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
45354         * m4/jm-winsz1.m4: Likewise.
45355
45356         * m4/const.m4: Remove file, since the fix made it into the experimental
45357         version of autoconf.
45358         * m4/mktime.m4: Likewise.
45359
45360         * m4/check-type.m4: Remove file, now that the latest version of
45361         AC_CHECK_TYPE takes a third arg to specify additional #includes.
45362
45363         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
45364         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
45365         AC_CHECK_TYPE.
45366
45367 1999-10-04  Jim Meyering  <meyering@ascend.com>
45368
45369         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
45370
45371 1999-09-22  Paul Eggert  <eggert@twinsun.com>
45372
45373         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
45374         2.95.1 bug with HP-UX 10.20.
45375
45376 1999-09-17  Jim Meyering  <meyering@ascend.com>
45377
45378         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
45379         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
45380         due to missing strdup (against sh-utils-2.0).
45381
45382 1999-08-29  Jim Meyering  <meyering@ascend.com>
45383
45384         * m4/jm-macros.m4: Require jm_BISON.
45385         * m4/bison.m4: New file.
45386
45387 1999-08-17  Paul Eggert  <eggert@twinsun.com>
45388
45389         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
45390         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
45391
45392 1999-08-05  Jim Meyering  <meyering@ascend.com>
45393
45394         * m4/getline.m4: Rename test file from conftestdata to conftest.data
45395         to avoid conflicts with `conftest' on 8+3 filesystems.
45396         Suggestion from Eli Zaretskii.
45397
45398 1999-08-04  Jim Meyering  <meyering@ascend.com>
45399
45400         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
45401         fileutils and sh-utils (textutils's getline test was inadequate).
45402         (AM_FUNC_GETLINE): Run this test.
45403         (AC_CHECK_FUNCS): Check for getdelim.
45404         Reported by Bob Proulx.
45405
45406 1999-08-02  Jim Meyering  <meyering@ascend.com>
45407
45408         * m4/jm-macros.m4: Add a comment.
45409
45410 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45411
45412         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
45413         <inttypes.h> defines strtoumax as a macro (and not as a
45414         function).
45415
45416 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45417
45418         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
45419         that we can shift, multiply and divide unsigned long long
45420         values; Ultrix cc can't do it.
45421
45422 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45423
45424         * m4/mktime.m4: New file, which is a preview of what should appear
45425         in the next public autoconf release.
45426
45427 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45428
45429         * m4/lfs.m4: Remove this file.
45430         * m4/largefile.m4: New file.  It contains the old contents of
45431         lfs.m4, except that all names with prefix AC_LFS have been
45432         changed to use the prefix AC_SYS_LARGEFILE instead, to be
45433         compatible with future autoconf versions.  Also, some minor m4
45434         quoting problems have been fixed.
45435
45436 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45437
45438         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
45439         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
45440         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
45441         and simplify the shell code.
45442
45443 1999-08-01  Jim Meyering  <meyering@ascend.com>
45444
45445         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
45446         m4.
45447
45448 1999-07-20  Jim Meyering  <meyering@ascend.com>
45449
45450         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
45451
45452 1999-07-15  Jim Meyering  <meyering@ascend.com>
45453
45454         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
45455
45456 1999-05-22  Jim Meyering  <meyering@ascend.com>
45457
45458         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
45459
45460 1999-05-20  Jim Meyering  <meyering@ascend.com>
45461
45462         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
45463         Add a colon after each `then' in case $4 is empty.
45464
45465 1999-05-16  Jim Meyering  <meyering@ascend.com>
45466
45467         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
45468
45469 1999-05-10  Jim Meyering  <meyering@ascend.com>
45470
45471         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
45472
45473         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
45474         AC_FUNC_MKTIME.
45475
45476 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
45477
45478         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
45479
45480 1999-05-04  Paul Eggert  <eggert@twinsun.com>
45481
45482         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
45483         not CPPFLAGS, so that linking works correctly in IRIX.
45484
45485 1999-04-30  Paul Eggert  <eggert@twinsun.com>
45486
45487         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
45488
45489 1999-04-20  Paul Eggert  <eggert@twinsun.com>
45490
45491         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
45492         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
45493         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
45494         jm_AC_TYPE_UNSIGNED_LONG_LONG.
45495         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
45496
45497         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
45498
45499 1999-04-20  Jim Meyering  <meyering@ascend.com>
45500
45501         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
45502         AC_REPLACE xstroull if necessary.  From Paul Eggert.
45503         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
45504
45505 1999-04-18  Jim Meyering  <meyering@ascend.com>
45506
45507         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
45508         * m4/jm-macros.m4: Use it.
45509
45510 1999-04-06  Jim Meyering  <meyering@ascend.com>
45511
45512         * m4/strftime.m4: Remove test for %f.
45513
45514 1999-03-29  Jim Meyering  <meyering@ascend.com>
45515
45516         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
45517         superset of the AC_TYPE_* checks in the textutils, fileutils,
45518         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
45519         AC_TYPE_PID_T.
45520
45521 1999-03-28  Jim Meyering  <meyering@ascend.com>
45522
45523         * m4/jm-macros.m4: Define GNU_PACKAGE here.
45524         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
45525         replaced e.g., in the *.sh files of the sh-utils.
45526
45527 1999-03-20  Jim Meyering  <meyering@ascend.com>
45528
45529         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
45530         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
45531         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
45532
45533 1999-03-19  Jim Meyering  <meyering@ascend.com>
45534
45535         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
45536
45537 1999-03-12  Jim Meyering  <meyering@ascend.com>
45538
45539         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
45540
45541 1999-03-07  Jim Meyering  <meyering@ascend.com>
45542
45543         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
45544         declared.
45545
45546 1999-02-17  Jim Meyering  <meyering@ascend.com>
45547
45548         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
45549         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
45550
45551 1999-02-07  Jim Meyering  <meyering@ascend.com>
45552
45553         * m4/group-member.m4: New file -- extracted from sh-utils'
45554         configure.in.
45555
45556         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
45557         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
45558
45559 1999-02-06  Jim Meyering  <meyering@ascend.com>
45560
45561         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
45562         * m4/fnmatch.m4: Likewise.
45563         * m4/getgroups.m4: Likewise.
45564         * m4/lstat.m4: Likewise.
45565         * m4/malloc.m4: Likewise.
45566         * m4/putenv.m4: Likewise.
45567         * m4/realloc.m4: Likewise.
45568         * m4/regex.m4: Likewise.
45569         * m4/stat.m4: Likewise.
45570         * m4/strftime.m4: Likewise.
45571         Suggestion from Alain Magloire.
45572
45573         * m4/chown.m4: Use `.$ac_objext', not `.o'.
45574         * m4/fnmatch.m4: Likewise.
45575         * m4/getgroups.m4: Likewise.
45576         * m4/getline.m4: Likewise.
45577         * m4/lstat.m4: Likewise.
45578         * m4/malloc.m4: Likewise.
45579         * m4/memcmp.m4: Likewise.
45580         * m4/putenv.m4: Likewise.
45581         * m4/realloc.m4: Likewise.
45582         * m4/regex.m4: Likewise.
45583         * m4/stat.m4: Likewise.
45584         * m4/strftime.m4: Likewise.
45585         Suggestion from Alain Magloire.
45586
45587         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
45588         an argument.
45589
45590         * m4/regex.m4: Add a run-time Test for proper operation of
45591         re_compile_pattern.
45592
45593 1999-01-31  Jim Meyering  <meyering@ascend.com>
45594
45595         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
45596
45597 1999-01-30  Jim Meyering  <meyering@ascend.com>
45598
45599         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
45600
45601         * m4/jm-mktime.m4: Make this a wrapper around the official
45602         AM_FUNC_MKTIME rather than my private copy, now that the official one
45603         is up to date.
45604         * m4/mktime.m4: Remove file.
45605
45606         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
45607         * m4/uptime.m4: Likewise.
45608         * m4/uintmax_t.m4: Likewise.
45609
45610 1999-01-28  Jim Meyering  <meyering@ascend.com>
45611
45612         * m4/jm-macros.m4: Use jm_AFS.
45613         * m4/afs.m4: New file (from fileutils' configure.in).
45614
45615         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
45616         * m4/chown.m4: Likewise.
45617         * m4/d-ino.m4: Likewise.
45618         * m4/d-type.m4: Likewise.
45619         * m4/fnmatch.m4: Likewise.
45620         * m4/getgroups.m4: Likewise.
45621         * m4/gettext.m4: Likewise.
45622         * m4/jm-mktime.m4: Likewise.
45623         * m4/jm-winsz2.m4: Likewise.
45624         * m4/lcmessage.m4: Likewise.
45625         * m4/ls-mntd-fs.m4: Likewise.
45626         * m4/malloc.m4: Likewise.
45627         * m4/memcmp.m4: Likewise.
45628         * m4/putenv.m4: Likewise.
45629         * m4/realloc.m4: Likewise.
45630         * m4/st_mtim.m4: Likewise.
45631         * m4/strftime.m4: Likewise.
45632
45633 1999-01-16  Jim Meyering  <meyering@ascend.com>
45634
45635         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
45636         (ARGMATCH_DIE_DECL): Define.
45637
45638 1999-01-12  Jim Meyering  <meyering@ascend.com>
45639
45640         * m4/Makefile.am.in: Rewrite to avoid using fmt.
45641         Reported by Lars Hecking.
45642
45643 1999-01-10  Jim Meyering  <meyering@ascend.com>
45644
45645         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
45646         gross kludge.
45647         * m4/inttypes_h.m4: Likewise.
45648         * m4/lstat.m4: Likewise.
45649         * m4/malloc.m4: Likewise.
45650         * m4/readdir.m4: Likewise.
45651         * m4/realloc.m4: Likewise.
45652         * m4/st_dm_mode.m4: Likewise.
45653         * m4/stat.m4: Likewise.
45654         * m4/utimbuf.m4: Likewise.
45655         * m4/utimes.m4: Likewise.
45656
45657         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
45658         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
45659         comments in config.h.in are meaningful.
45660
45661         * m4/jm-macros.m4: Require autoconf-2.13 here.
45662
45663         * m4/regex.m4: By default, don't use the included regex.c on systems
45664         with glibc 2.  Suggestion from Uli Drepper.
45665
45666 1999-01-02  Jim Meyering  <meyering@ascend.com>
45667
45668         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
45669
45670 1998-12-18  Jim Meyering  <meyering@ascend.com>
45671
45672         * m4/Makefile.am.in (Makefile.am): Simplify rule.
45673         Based on a suggestion from Lars Hecking.
45674
45675 1998-11-16  Paul Eggert  <eggert@twinsun.com>
45676
45677         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
45678
45679 1998-11-16  Jim Meyering  <meyering@ascend.com>
45680
45681         * m4/lfs.m4: Double-quote the `uname...` expression.
45682
45683 1998-11-14  Jim Meyering  <meyering@ascend.com>
45684
45685         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
45686         * m4/stat.m4: Likewise.
45687
45688 1998-11-03  Jim Meyering  <meyering@ascend.com>
45689
45690         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
45691         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
45692
45693 1998-10-18  Jim Meyering  <meyering@ascend.com>
45694
45695         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
45696
45697 1998-10-17  Jim Meyering  <meyering@ascend.com>
45698
45699         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
45700         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
45701         calls for those previously hard-coded headers.  Instead, take a new
45702         parameter.
45703         (jm_CHECK_DECLARATIONS): Reflect interface change.
45704         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
45705         (jm_CHECK_DECL_LOCALTIME_R): New macro.
45706
45707         * m4/mktime.m4: Test for spring-forward gap before long-running test.
45708
45709 1998-10-14  Jim Meyering  <meyering@ascend.com>
45710
45711         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
45712         instead of "TZ=America/Vancouver".  From Paul Eggert.
45713
45714 1998-10-11  Jim Meyering  <meyering@ascend.com>
45715
45716         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
45717         This adds a test for a recently added compatibility fix for mktime.c.
45718         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
45719
45720 1998-09-27  Jim Meyering  <meyering@ascend.com>
45721
45722         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
45723
45724         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
45725         ../configure.in, including a change from Gordon Matzigkeit to allow
45726         cross-compiling for the Hurd.
45727
45728         * m4/glibc.m4: New file/macro to test for the GNU C Library
45729         versions 1 and 2.  From Gordon Matzigkeit.
45730         Indent.
45731
45732 1998-09-21  Jim Meyering  <meyering@ascend.com>
45733
45734         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
45735
45736 1998-08-18  Paul Eggert  <eggert@twinsun.com>
45737
45738         Port nanosecond-resolution times to UnixWare 2.1.2 and
45739         pedantic Solaris 2.6.
45740
45741         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
45742         AC_STRUCT_ST_MTIM.
45743         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
45744         Generate name of ns member, instead of just 1 or undef.
45745         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
45746
45747 1998-08-15  Jim Meyering  <meyering@ascend.com>
45748
45749         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
45750         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
45751         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
45752         instead of jm_TYPE_SSIZE_T.
45753
45754 1998-08-12  Jim Meyering  <meyering@ascend.com>
45755
45756         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
45757
45758 1998-08-02  Jim Meyering  <meyering@ascend.com>
45759
45760         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
45761         in acconfig.h manually.
45762
45763 1998-07-31  Paul Eggert  <eggert@twinsun.com>
45764
45765         * m4/st_mtim.m4: New file.
45766
45767 1998-07-28  Jim Meyering  <meyering@ascend.com>
45768
45769         * m4/utimes.m4: Undef stat.
45770
45771 1998-07-25  Jim Meyering  <meyering@ascend.com>
45772
45773         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
45774         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
45775
45776 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
45777
45778         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
45779         uid and gid actually remain unchanged.
45780
45781 1998-07-07  Jim Meyering  <meyering@ascend.com>
45782
45783         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
45784
45785 1998-07-04  Jim Meyering  <meyering@ascend.com>
45786
45787         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
45788         to prove that this macro can be used in packages without regex.c.
45789
45790 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
45791
45792         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
45793         is to be used.
45794
45795 1998-07-03  Jim Meyering  <meyering@ascend.com>
45796
45797         * m4/gettext.m4: Add -lintl if it's found to be necessary.
45798
45799         * m4/gettext.m4: New file -- from gettext-0.10.35.
45800         * m4/lcmessage.m4: Likewise.
45801         * m4/progtest.m4: Likewise.
45802
45803         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
45804         * m4/jm-macros.m4: Require the new macro.
45805
45806 1998-06-29  Jim Meyering  <meyering@ascend.com>
45807
45808         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
45809         for the definition of NGROUPS (used in a system header included
45810         by sys/mount.h).
45811
45812 1998-06-28  Jim Meyering  <meyering@ascend.com>
45813
45814         * m4/ls-mntd-fs.m4: New file.
45815         * m4/fstypename.m4: New file.
45816
45817         * m4/jm-macros.m4: Require the new macro.
45818         * m4/jm-glibc-io.m4: New file.
45819
45820 1998-05-19  Jim Meyering  <meyering@ascend.com>
45821
45822         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
45823         * m4/lchown.m4: New file.
45824
45825         * m4/Makefile.am.in: New file.
45826         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
45827
45828 1998-05-14  Jim Meyering  <meyering@ascend.com>
45829
45830         * m4/Makefile.am (EXTRA_DIST): Add them.
45831         * m4/jm-macros.m4: New file.
45832         * m4/utimbuf.m4: New file.
45833
45834 1998-05-12  Jim Meyering  <meyering@ascend.com>
45835
45836         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
45837
45838 1998-05-11  Jim Meyering  <meyering@ascend.com>
45839
45840         * m4/isc-posix.m4: New file.
45841
45842 1998-05-10  Jim Meyering  <meyering@ascend.com>
45843
45844         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
45845
45846 1998-05-09  Jim Meyering  <meyering@ascend.com>
45847
45848         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
45849         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
45850         with automake.
45851
45852         * m4/ssize_t.m4: New file.
45853         * m4/mktime.m4: Remove file -- the new automake has this now.
45854
45855 1998-04-26  Jim Meyering  <meyering@ascend.com>
45856
45857         * m4/assert.m4: New file.
45858         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
45859
45860 1998-04-05  Jim Meyering  <meyering@ascend.com>
45861
45862         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
45863         (jm_PREREQ): Use it here.
45864
45865 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
45866
45867         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
45868         in acconfig.h.
45869
45870 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
45871
45872         * m4/prereq.m4: New file.
45873         * m4/error.m4: New file.
45874         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
45875
45876 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
45877
45878         * m4/getline.m4: Don't set am_cv_func_working_getline before the
45879         cache-check for the same variable -- that defeated the purpose of
45880         the test; the test program was never run.  This was a problem only
45881         on systems with losing getline functions -- HP-UX 10.20 is one.
45882         Reported by Bjorn Helgaas.
45883
45884 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
45885
45886         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
45887
45888 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
45889
45890         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
45891
45892         * m4/const.m4: New file.  Use an initializer in this declaration
45893         typedef int charset[2]; const charset x;
45894         Reported by Bob Glickstein.
45895
45896 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
45897
45898         * m4/chown.m4: Fix reversed types on -1 args to chown.
45899         From Kaveh Ghazi.
45900
45901 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
45902
45903         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
45904         Add lseek and memchr.
45905
45906         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
45907         T.E.Dickey <dickey@clark.net> said that some older preprocessors
45908         have a 20-character limit on names.
45909
45910 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
45911
45912         * m4/inttypes_h.m4: New file.
45913         * m4/uintmax_t.m4: New file.
45914         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
45915
45916
45917         -----
45918
45919         Local Variables:
45920         coding: utf-8
45921         End:
45922
45923         Copyright (C) 1997-2008 Free Software Foundation, Inc.
45924
45925         Copying and distribution of this file, with or without
45926         modification, are permitted provided the copyright notice
45927         and this notice are preserved.