Use $(MKDIR_P) instead of @MKDIR_P@.
[gnulib.git] / ChangeLog
1 2009-09-01  Simon Josefsson  <simon@josefsson.org>
2
3         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
4         * modules/netinet_in: Likewise.
5         * modules/sys_file: Likewise.
6         * modules/sys_ioctl: Likewise.
7         * modules/sys_select: Likewise.
8         * modules/sys_socket: Likewise.
9         * modules/sys_stat: Likewise.
10         * modules/sys_time: Likewise.
11         * modules/sys_times: Likewise.
12         * modules/sys_utsname: Likewise.
13         * modules/sys_wait: Likewise.
14
15 2009-09-01  Jim Meyering  <meyering@redhat.com>
16
17         fts: help ensure that return values are not ignored
18         * lib/fts_.h (__GNUC_PREREQ): Define.
19         (__attribute_warn_unused_result__): Define.
20         (fts_children, fts_close, fts_open, fts_read): Declare with
21         __attribute_warn_unused_result__.
22
23         fts: fts_close now fails also when closing a dir file descriptor fails
24         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
25         and propagate to caller, along with errno.
26
27         announce-gen: correct formatting in --help output
28         * build-aux/announce-gen (usage): Move the one-line description in
29         --help output "up", to where it belongs, just after Usage:.
30
31 2009-08-31  Eric Blake  <ebb9@byu.net>
32
33         fchdir: port to mingw
34         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
35         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
36         opened, then use a substitute.
37         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
38         replacement.
39         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
40         (_gl_register_fd): No need to check stat if open already filters
41         all directories.
42         (fchdir): Fix error condition to match POSIX.
43         * modules/fchdir (Depends-on): Add sys_stat.
44         * doc/posix-functions/open.texi (open): Document the limitation.
45         * modules/fchdir-tests: New file.
46         * tests/test-fchdir.c: Likewise.
47
48         canonicalize: allow cross-testing from cygwin to mingw
49         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
50         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
51         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
52         Likewise.
53         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
54         target does not support symlinks.
55         * tests/test-canonicalize-lgpl.sh: Likewise.
56
57         chown: avoid compilation warning on mingw
58         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
59         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
60         mingw.
61         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
62         * modules/chown (Depends-on): Add errno.
63
64 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
65
66         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
67         command.
68
69 2009-08-31  Jim Meyering  <meyering@redhat.com>
70
71         canonicalize: remove useless initialization
72         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
73         initialization of local, "end".
74
75 2009-08-30  Bruno Haible  <bruno@clisp.org>
76
77         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
78         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
79         ENOSYS.
80
81 2009-08-30  Bruno Haible  <bruno@clisp.org>
82
83         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
84         /usr/xpg4/bin/tr when it exists.
85         * tests/test-pipe-filter-gi1.sh: Likewise.
86
87 2009-08-30  Bruno Haible  <bruno@clisp.org>
88
89         Work around deficient /usr/bin/id program on Solaris.
90         * tests/test-file-has-acl.sh (ID): New variable.
91         * tests/test-set-mode-acl.sh (ID): Likewise.
92         * tests/test-copy-acl.sh (ID): Likewise.
93         * tests/test-copy-file.sh (ID): Likewise.
94
95 2009-08-30  Bruno Haible  <bruno@clisp.org>
96
97         New module 'xstriconveh'.
98         * lib/xstriconveh.h: New file.
99         * lib/xstriconveh.c: New file.
100         * modules/xstriconveh: New file.
101
102 2009-08-30  Bruno Haible  <bruno@clisp.org>
103
104         Make it easier to use mem_cd_iconveh.
105         * lib/striconveh.h (iconveh_t): New type.
106         (iconveh_open, iconveh_close): New declarations.
107         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
108         with a single 'const iconveh_t *' argument.
109         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
110         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
111         with a single 'const iconveh_t *' argument.
112         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
113         * tests/test-striconveh.c (main): Update.
114         * NEWS: Mention the change.
115
116 2009-08-30  Bruno Haible  <bruno@clisp.org>
117
118         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
119         problem.
120
121 2009-08-30  Bruno Haible  <bruno@clisp.org>
122
123         Work around iconv_open problem on Solaris.
124         * lib/iconv_open-solaris.gperf: New file.
125         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
126         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
127         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
128         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
129         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
130         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
131
132 2009-08-29  Jim Meyering  <meyering@redhat.com>
133
134         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
135         * top/maint.mk (cvs-check): Remove target; it was just an alias
136         to the better-named vc-diff-check.
137         (maintainer-distcheck): Remove rule.  It was used only from
138         the (alpha/beta/major) target, and all of its commands but one
139         were coreutils-specific.
140         (vc-dist): Remove rule.
141         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
142         Run vc-diff-check, not vc-dist.
143         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
144
145 2009-08-27  Bruno Haible  <bruno@clisp.org>
146
147         * tests/test-bitrotate.c (main): Remove test that uses a shift count
148         of 0.
149
150 2009-08-27  Bruno Haible  <bruno@clisp.org>
151
152         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
153         compilers.
154         * doc/func.texi: Document the SunPRO C bug.
155
156 2009-08-27  Bruno Haible  <bruno@clisp.org>
157
158         Fix link error on Solaris.
159         * tests/test-parse-duration.c (xstrdup): Remove function.
160
161 2009-08-26  Pádraig Brady  <P@draigbrady.com>
162
163         ignore-value: handle pointer types, too
164         * lib/ignore-value.h (__attribute__): Remove definition.
165         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
166         of a more concise and more-often effective "(void) i" statement.
167         (ignore_ptr): New function to suppress warnings from functions that
168         return pointers, and to make it explicit that one function doesn't
169         handle all cases.
170
171 2009-08-25  Bruno Haible  <bruno@clisp.org>
172
173         dup2: work around a Linux bug.
174         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
175         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
176         * doc/posix-functions/dup2.texi: Mention the Linux bug.
177         Reported by Simon Josefsson.
178
179 2009-08-25  Jim Meyering  <meyering@redhat.com>
180
181         libguestfs uses gnulib
182         * users.txt: Add libguestfs.
183
184 2009-08-24  Eric Blake  <ebb9@byu.net>
185
186         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
187         * lib/pipe2.c (includes): Add binary-io.h.
188         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
189
190 2009-08-24  Bruno Haible  <bruno@clisp.org>
191
192         Tolerate declared but missing accept4 syscall.
193         * lib/accept4.c (accept4): Invoke original accept4 function first, if
194         available.
195         * lib/sys_socket.in.h (accept4): If the function is already present,
196         override it.
197         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
198         * modules/accept4 (Makefile.am): Compile accept4.c always.
199         Reported by Paolo Bonzini and Eric Blake.
200
201 2009-08-23  Bruno Haible  <bruno@clisp.org>
202
203         New module 'accept4'.
204         * lib/sys_socket.in.h (accept4): New declaration.
205         * lib/accept4.c: New file.
206         * m4/accept4.m4: New file.
207         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
208         GNULIB_ACCEPT4, HAVE_ACCEPT4.
209         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
210         HAVE_ACCEPT4.
211         * modules/accept4: New file.
212         * doc/glibc-functions/accept4.texi: Mention the new module.
213
214 2009-08-24  Jim Meyering  <meyering@redhat.com>
215
216         progname: also set global program_invocation_name, when possible
217         Before this change, a libtool-enabled program that calls glibc's
218         error function would report the program name as
219         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
220         * modules/progname (configure.ac): Check for a declaration of
221         program_invocation_name.
222         * lib/progname.c:  Include <errno.h>.
223         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
224         Set program_invocation_name.
225
226 2009-08-23  Bruno Haible  <bruno@clisp.org>
227
228         * lib/dup3.c: Include <string.h>.
229
230 2009-08-23  Bruno Haible  <bruno@clisp.org>
231
232         * lib/dup3.c (dup3): Test only once whether the system actually exists.
233         * lib/pipe2.c (pipe2): Likewise.
234         Suggested by Eric Blake.
235
236 2009-08-23  Bruno Haible  <bruno@clisp.org>
237
238         Tolerate declared but missing dup3 syscall.
239         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
240         * lib/unistd.in.h (dup3): If the function is already present,
241         override it.
242         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
243         * modules/dup3 (Makefile.am): Compile dup3.c always.
244         Reported by Paolo Bonzini.
245
246 2009-08-23  Bruno Haible  <bruno@clisp.org>
247
248         Tolerate declared but missing pipe2 syscall.
249         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
250         available.
251         * lib/unistd.in.h (pipe2): If the function is already present,
252         override it.
253         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
254         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
255         Reported by Paolo Bonzini.
256
257 2009-08-23  Bruno Haible  <bruno@clisp.org>
258
259         * lib/pipe2.c (pipe2): Move #ifs inside function.
260
261 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
262
263         quotearg: document limitations of quote_these_too
264         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
265         those limitations are created.
266         * lib/quotearg.h (set_char_quoting): Document that digits and
267         letters that are special after backslash are not permitted.
268         (quotearg_char): Cross-reference set_char_quoting documentation.
269
270 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
271
272         quotearg: implement custom_quoting_style
273         * lib/quotearg.c: (struct quoting_options): Add left_quote and
274         right_quote fields.
275         (set_custom_quoting): New public function.
276         (quotearg_buffer_restyled): Add left_quote and right_quote
277         arguments, handle them very much like locale quoting, and update
278         all uses.
279         (quotearg_n_custom): New public function.
280         (quotearg_n_custom_mem): New public function.
281         (quotearg_custom): New public function.
282         (quotearg_custom_mem): New public function.
283         * lib/quotearg.h: Prototype and document new public functions.
284         (enum quoting_style): For escape_quoting_style and
285         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
286         ignored even though they're otherwise like c_quoting_style.
287         Add custom_quoting_style member and document with comparison to
288         clocale_quoting_style.
289         * tests/test-quotearg.c (custom_quotes): New array.
290         (custom_results): New array.
291         (main): Extend to test custom quoting.
292
293 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
294
295         quotearg: fix right quote escaping when it's in quote_these_too
296         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
297         quote, be sure to prepend only one backslash.
298         * tests/test-quotearg.c (use_quote_double_quotes): New function.
299         (main): Test it.
300
301 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
302
303         quotearg-tests: test escaping of embedded locale quotes
304         * tests/test-quotearg.c (struct result_strings): Add member for
305         new input.
306         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
307         (inputs): Add new input.
308         (results_g): Add expected results.
309         (flag_results): Likewise.
310         (locale_results): Likewise.
311         (compare_strings): Check those.
312
313 2009-08-23  Bruno Haible  <bruno@clisp.org>
314
315         Tests for module 'dup3'.
316         * modules/dup3-tests: New file.
317         * tests/test-dup3.c: New file.
318
319         New module 'dup3'.
320         * lib/unistd.in.h (dup3): New declaration.
321         * lib/dup3.c: New file.
322         * m4/dup3.m4: New file.
323         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
324         HAVE_DUP3.
325         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
326         * modules/dup3: New file.
327         * doc/glibc-functions/dup3.texi: Mention the new module.
328
329 2009-08-23  Bruno Haible  <bruno@clisp.org>
330
331         Tweak the dup2 test.
332         * tests/test-dup2.c (main): Create the test file empty. Verify that an
333         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
334         the test file is still empty. Fix argument order of lseek.
335
336 2009-08-23  Bruno Haible  <bruno@clisp.org>
337
338         Avoid test link errors when the modules getopt-gnu, gettext are used.
339         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
340         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
341
342 2009-08-23  Bruno Haible  <bruno@clisp.org>
343
344         Fix getdtablesize() on mingw.
345         * lib/getdtablesize.c (getdtablesize): Implement differently.
346         * lib/unistd.in.h (getdtablesize): Improve comment.
347
348 2009-08-23  Bruno Haible  <bruno@clisp.org>
349
350         New module 'mkostemp'.
351         Based on Ulrich Drepper's 2007-08-10 change in glibc.
352         * lib/stdlib.in.h (mksotemp): New declaration.
353         * lib/mkostemp.c: New file, from glibc with modifications.
354         * lib/tempname.h (GT_FILE): Remove outdated comment.
355         (gen_tempname): Add flags argument.
356         * lib/tempname.c (__GT_BIGFILE): Remove macro.
357         (__GT_FILE): Map to 1.
358         (small_open, large_open): Remove macros.
359         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
360         * lib/mkstemp.c (mkstemp): Update.
361         * lib/mkdtemp.c (mkdtemp): Likewise.
362         * m4/mkostemp.m4: New file.
363         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
364         HAVE_MKOSTEMP.
365         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
366         HAVE_MKOSTEMP.
367         * modules/mkostemp: New file, based on modules/mkstemp.
368         * doc/glibc-functions/mkostemp.texi: Mention the new module.
369         * NEWS: Mention the change.
370
371 2009-08-23  Bruno Haible  <bruno@clisp.org>
372
373         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
374         Reported by Eric Blake.
375
376 2009-08-23  Bruno Haible  <bruno@clisp.org>
377
378         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
379         Reported by Eric Blake.
380
381 2009-08-23  Bruno Haible  <bruno@clisp.org>
382
383         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
384         * modules/pipe2 (Depends-on): Likewise.
385
386 2009-08-23  Eric Blake  <ebb9@byu.net>
387
388         fcntl-h: add O_TTY_INIT support
389         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
390         * tests/test-fcntl-h.c (o): Test it.
391         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
392
393         fcntl-h: rename from fcntl, in preparation for fcntl(2)
394         * modules/fcntl: Move <fcntl.h> header replacement...
395         * modules/fcntl-h: ...to new name, so as not to collide with
396         like-named function.
397         * tests/test-fcntl.c: Rename...
398         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
399         * modules/fcntl-tests: Rename...
400         * modules/fcntl-h-tests: ...to this.  Update test file name.
401         * modules/chdir-long (Depends-on): Update clients.
402         * modules/chdir-safer (Depends-on): Likewise.
403         * modules/fcntl-safer (Depends-on): Likewise.
404         * modules/fts (Depends-on): Likewise.
405         * modules/mkancesdirs (Depends-on): Likewise.
406         * modules/mkdir-p (Depends-on): Likewise.
407         * modules/open (Depends-on): Likewise.
408         * modules/savewd (Depends-on): Likewise.
409         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
410         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
411
412 2009-08-22  Bruno Haible  <bruno@clisp.org>
413
414         * modules/binary-io (License): Relicense under LGPL.
415         * modules/pipe2 (License): Likewise.
416
417 2009-08-22  Bruno Haible  <bruno@clisp.org>
418
419         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
420         return value.
421         * lib/pipe-filter-gi.c (filter_init): Likewise.
422         Reported by Eric Blake.
423
424 2009-08-22  Bruno Haible  <bruno@clisp.org>
425
426         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
427         * modules/pipe (Depends-on): Add pipe2.
428
429 2009-08-22  Bruno Haible  <bruno@clisp.org>
430
431         Tests for module 'pipe2'.
432         * modules/pipe2-tests: New file.
433         * tests/test-pipe2.c: New file.
434
435         New module 'pipe2'.
436         * lib/unistd.in.h (pipe2): New declaration.
437         * lib/pipe2.c: New file.
438         * m4/pipe2.m4: New file.
439         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
440         HAVE_PIPE2.
441         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
442         * modules/pipe2: New file.
443         * doc/glibc-functions/pipe2.texi: Mention the new module.
444
445 2009-08-22  Bruno Haible  <bruno@clisp.org>
446
447         Reference some new glibc functions.
448         * doc/glibc-functions/accept4.texi: New file.
449         * doc/glibc-functions/dup3.texi: New file.
450         * doc/glibc-functions/mkostemp.texi: New file.
451         * doc/glibc-functions/pipe2.texi: New file.
452         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
453         (Glibc sys/socket.h): Refer to accept4.
454         (Glibc unistd.h): Refer to dup3, pipe2.
455         Reported by Eric Blake.
456
457 2009-08-22  Jim Meyering  <meyering@redhat.com>
458             Bruno Haible  <bruno@clisp.org>
459
460         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
461         This makes it so packages using automake-1.11's silent-rules option
462         can print e.g., a single "GEN    configmake.h" line, rather than
463         the 30+ statements that perform the job.  If you want to see the
464         actual commands, you can still run "make V=1".
465         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
466         so that make output is abbreviated when those variables are defined
467         appropriately.
468         * modules/argz: Likewise.
469         * modules/arpa_inet: Likewise.
470         * modules/byteswap: Likewise.
471         * modules/configmake: Likewise.
472         * modules/dirent: Likewise.
473         * modules/errno: Likewise.
474         * modules/fcntl: Likewise.
475         * modules/float: Likewise.
476         * modules/fnmatch: Likewise.
477         * modules/getopt-posix: Likewise.
478         * modules/glob: Likewise.
479         * modules/iconv_open: Likewise.
480         * modules/inttypes: Likewise.
481         * modules/localcharset: Likewise.
482         * modules/locale: Likewise.
483         * modules/math: Likewise.
484         * modules/netdb: Likewise.
485         * modules/netinet_in: Likewise.
486         * modules/poll: Likewise.
487         * modules/posix_spawnp-tests: Likewise.
488         * modules/sched: Likewise.
489         * modules/search: Likewise.
490         * modules/selinux-h: Likewise.
491         * modules/signal: Likewise.
492         * modules/spawn: Likewise.
493         * modules/stdarg: Likewise.
494         * modules/stdbool: Likewise.
495         * modules/stddef: Likewise.
496         * modules/stdint: Likewise.
497         * modules/stdio: Likewise.
498         * modules/stdlib: Likewise.
499         * modules/string: Likewise.
500         * modules/strings: Likewise.
501         * modules/sys_file: Likewise.
502         * modules/sys_ioctl: Likewise.
503         * modules/sys_select: Likewise.
504         * modules/sys_socket: Likewise.
505         * modules/sys_stat: Likewise.
506         * modules/sys_time: Likewise.
507         * modules/sys_times: Likewise.
508         * modules/sys_utsname: Likewise.
509         * modules/sys_wait: Likewise.
510         * modules/sysexits: Likewise.
511         * modules/time: Likewise.
512         * modules/unistd: Likewise.
513         * modules/wchar: Likewise.
514         * modules/wctype: Likewise.
515
516 2009-08-22  Jim Meyering  <meyering@redhat.com>
517
518         announce-gen: detect write failure
519         * build-aux/announce-gen: Add Coda at end.
520         Remove equivalent-but-more-verbose block at top.
521
522 2009-08-19  Akim Demaille  <demaille@gostai.com>
523
524         bootstrap: --help to stdout.
525         * bootstrap (usage): Don't send --help to stderr.
526         Use a here doc instead of a long string.
527
528 2009-08-21  Eric Blake  <ebb9@byu.net>
529
530         test-popen-safer: split from test-popen
531         * tests/test-popen.c (main): Move...
532         * tests/test-popen.h: ...into new file.
533         * tests/test-popen-safer2.c: New file.
534         * modules/popen-tests (Files): Add test-popen.h.
535         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
536         Suggested by Bruno Haible.
537
538         test-fcntl-safer: split from test-open
539         * tests/test-open.c (main): Move...
540         * tests/test-open.h: ...into new file.
541         * tests/test-fcntl-safer.c: New file.
542         * modules/open-tests (Files): Add test-open.h.
543         * modules/fcntl-safer-tests: New file.
544         Suggested by Bruno Haible.
545
546         test-fopen-safer: split from test-fopen
547         * tests/test-fopen.c (main): Move...
548         * tests/test-fopen.h: ...into new file.
549         * tests/test-fopen-safer.c: New file.
550         * modules/fopen-tests (Files): Add test-fopen.h.
551         * modules/fopen-safer-tests: New file.
552         Suggested by Bruno Haible.
553
554 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
555
556         popen-safer: test O_CLOEXEC at run-time.
557         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
558
559 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
560
561         fcntl: move more flags to the header
562         * lib/cloexec.c: Do not define FD_CLOEXEC here.
563         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
564         * lib/fcntl.in.h: Do both things here.
565
566 2009-08-21  Jim Meyering  <meyering@redhat.com>
567
568         consistently remove $@-t before redirecting to it
569         * modules/argz: Remove $@-t and $@ before redirecting to the former.
570         * modules/alloca-opt: Likewise.
571         * modules/byteswap: Likewise.
572         * modules/fnmatch: Likewise.
573         * modules/getopt-posix: Likewise.
574         * modules/glob: Likewise.
575         * modules/poll: Likewise.
576         * modules/posix_spawnp-tests: Likewise.
577         * modules/sys_socket: Likewise.
578         * modules/sysexits: Likewise.
579
580 2009-08-21  Eric Blake  <ebb9@byu.net>
581
582         popen: simplify access to original popen
583         * lib/popen.c (rpl_popen): No need to worry about popen being a
584         macro.
585         Reported by Bruno Haible.
586
587 2009-08-20  Eric Blake  <ebb9@byu.net>
588
589         build: avoid some compiler warnings
590         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
591         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
592         type.
593         (new_exclude_segment, excluded_file_pattern_p)
594         (excluded_file_name_p): Reduce scope.
595         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
596         old-style declaration.
597
598 2009-08-20  Simon Josefsson  <simon@josefsson.org>
599
600         * tests/test-exclude1.sh: Handle Windows EOL.
601         * tests/test-exclude2.sh: Likewise.
602         * tests/test-exclude3.sh: Likewise.
603         * tests/test-exclude4.sh: Likewise.
604         * tests/test-exclude5.sh: Likewise.
605         * tests/test-exclude6.sh: Likewise.
606         * tests/test-exclude7.sh: Likewise.
607
608 2009-08-19  Akim Demaille  <demaille@gostai.com>
609
610         bootstrap: find sha1sum when named gsha1sum.
611         * bootstrap (find_tool): New.
612         ($SHA1SUM): New.
613         Use it.
614
615 2009-08-20  Jim Meyering  <meyering@redhat.com>
616
617         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
618         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
619         expression that converts "." in a file name to "\." in the resulting
620         regexp.  Start with a dummy statement, so that prior shell variable
621         definitions are expanded portably.  Reported by Simon Josefsson.
622
623 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
624
625         Fix polling for writeability of a screen buffer.
626         * lib/poll.c: Distinguish input and screen buffers for the
627         Win32 implementation.
628         * lib/select.c: Likewise.
629
630 2009-08-19  Eric Blake  <ebb9@byu.net>
631
632         popen-safer: prevent popen from clobbering std descriptors
633         * modules/popen-safer: New file.
634         * lib/popen-safer.c: Likewise.
635         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
636         * lib/stdio--.h (popen): Provide override.
637         * lib/stdio-safer.h (popen_safer): Provide declaration.
638         * tests/test-popen.c (includes): Partially test this.
639         * modules/popen-safer-tests: New file, for more tests.
640         * tests/test-popen-safer.c: Likewise.
641         * MODULES.html.sh (file stream based Input/Output): Mention it.
642
643         tests: test some of the *-safer modules
644         * modules/fopen-safer (Depends-on): Add fopen.
645         * modules/fcntl-safer (Depends-on): Add fcntl.
646         * modules/stdlib-safer (Depends-on): Add stdlib.
647         (configure.ac): Set indicator.
648         * modules/unistd-safer (configure.ac): Likewise.
649         * modules/tmpfile-safer (configure.ac): Likewise.
650         (Depends-on): Add tmpfile.
651         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
652         active.
653         * tests/test-fopen.c (includes): Test safer versions when they are
654         in use.
655         * tests/test-open.c (includes): Likewise.
656
657         popen: fix cygwin 1.5 bug when stdin closed
658         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
659         * modules/popen: New file.
660         * modules/popen-tests: Likewise.
661         * tests/test-popen.c: Likewise.
662         * m4/popen.m4: Likewise.
663         * lib/popen.c: Likewise.
664         * lib/stdio.in.h (popen): New declaration.
665         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
666         * modules/stdio (Makefile.am): Likewise.
667         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
668
669 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
670
671         maint.mk: give full control over update-copyright exclusions
672         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
673         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
674         (update-copyright): Don't force inclusion of top-level
675         ChangeLog.  Don't force exclusion of all COPYING files, but make
676         them the default exclusion instead.
677
678 2009-08-16  Bruno Haible  <bruno@clisp.org>
679
680         Fix test failures on Solaris 10.
681         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
682         tests when Solaris iconv() is used.
683         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
684         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
685         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
686         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
687         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
688
689 2009-08-16  Bruno Haible  <bruno@clisp.org>
690
691         Fix test failures on Solaris 10.
692         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
693         'tr' program and pass it as first argument.
694         * tests/test-pipe-filter-gi1.sh: Likewise.
695         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
696         program as first argument.
697         * tests/test-pipe-filter-gi1.c (main): Likewise.
698
699 2009-08-16  Eric Blake  <ebb9@byu.net>
700
701         fpurge: fix previous commits
702         * modules/fpurge (Makefile.am): Make replacement conditional,
703         partially reverting 2007-04-29 change; missed in previous
704         attempt.
705         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
706         is missing.
707
708 2009-08-16  Bruno Haible  <bruno@clisp.org>
709
710         Clarify fpurge's effect on the file position.
711         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
712         * tests/test-fpurge.c (main): Make a second pass for checking the file
713         position.
714
715 2009-08-16  Bruno Haible  <bruno@clisp.org>
716
717         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
718         declaration of fpurge is missing.
719         * tests/test-fpurge.c (main): Check that the file has not more contents
720         than expected. Close the file before removing it.
721
722 2009-08-15  Eric Blake  <ebb9@byu.net>
723
724         fpurge: don't wrap working cygwin implementation
725         * lib/fpurge.c (fpurge): Fix comment typo.
726         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
727         1.7 to avoid replacement.
728         * tests/test-fpurge.c (main): Enhance test.
729
730 2009-08-15  Eric Blake  <ebb9@byu.net>
731         and Jim Meyering  <meyering@redhat.com>
732
733         test-update-copyright: skip if perl is insufficient
734         * tests/test-update-copyright.sh: Failure to run maintainer tool
735         should not cause testsuite failure on cygwin 1.5.
736
737 2009-08-14  Eric Blake  <ebb9@byu.net>
738
739         doc: mention more functions added in cygwin 1.7.0
740         * doc/posix-headers/limits.texi (limits.h): Update for recent
741         cygwin additions.
742         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
743         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
744         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
745         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
746         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
747
748 2009-08-14  Eric Blake  <ebb9@byu.net>
749
750         maint.mk: simplify update-copyright rule
751         * top/maint.mk (update-copyright-local): Delete, and document how
752         to do it in cfg.mk instead.
753         (update-copyright-exclude-regexp): Delete, and document how to do
754         it in .x-update-copyright instead.
755         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
756         exclude ChangeLog.
757
758 2009-08-14  Bruno Haible  <bruno@clisp.org>
759
760         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
761
762 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
763
764         maint.mk: support update-copyright-env
765         * top/maint.mk (update-copyright-env): Define place-holder.
766         (update-copyright): Expand $(update-copyright-env) before
767         invoking update-copyright.
768
769 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
770
771         update-copyright: implement forced reformatting
772         * build-aux/update-copyright: Implement and document
773         UPDATE_COPYRIGHT_FORCE.
774         * tests/test-update-copyright.sh: Test it.
775
776 2009-08-14  Eric Blake  <ebb9@byu.net>
777         and Bruno Haible  <bruno@clisp.org>
778
779         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
780         * tests/test-locale.c: Revert previous patch related to NULL.
781         * tests/test-stdio.c: Likewise.
782         * tests/test-stdlib.c: Likewise.
783         * tests/test-string.c: Likewise.
784         * tests/test-unistd.c: Likewise.
785         * modules/time-tests (Depends-on): Add verify.
786         * modules/wchar-tests (Depends-on): Likewise.
787         * tests/test-time.c: Test for NULL compliance.
788         * tests/test-wchar.c: Likewise.
789         * modules/locale (Depends-on): Add stddef.
790         * modules/stdio (Depends-on): Likewise.
791         * modules/stdlib (Depends-on): Likewise.
792         * modules/string (Depends-on): Likewise.
793         * modules/time (Depends-on): Likewise.
794         * modules/unistd (Depends-on): Likewise.
795         * modules/wchar (Depends-on): Likewise.
796         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
797         * lib/stdlib.in.h (includes): Likewise.
798         * lib/string.in.h (includes): Likewise.
799         * lib/time.in.h (includes): Likewise.
800         * lib/unistd.in.h (includes): Likewise.
801         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
802         replaced.
803         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
804         * m4/stddef_h.m4: New file.
805         * modules/stddef: Likewise.
806         * lib/stddef.in.h: Likewise.
807         * modules/stddef-tests: Likewise.
808         * tests/test-stddef.c: Likewise.
809         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
810         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
811         * doc/posix-headers/locale.texi (locale.h): Likewise.
812         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
813         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
814         * doc/posix-headers/string.texi (string.h): Likewise.
815         * doc/posix-headers/time.texi (time.h): Likewise.
816         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
817         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
818
819 2009-08-14  Eric Blake  <ebb9@byu.net>
820
821         doc: improve git diff of texinfo files
822         * .gitattributes: Add rule for *.texi files, with hint on how to
823         use it.
824         Copied from m4, and based on a report by Bruno Haible.
825
826 2009-08-14  Bruno Haible  <bruno@clisp.org>
827
828         Disable multithread support by default on Cygwin 1.5.x for real.
829         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
830
831 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
832
833         update-copyright: much ado about intervals
834         * build-aux/update-copyright: Implement and document
835         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
836         of copyright year intervals.
837         Also, document UPDATE_COPYRIGHT_YEAR.
838         * tests/test-update-copyright.sh: Test it.
839
840         update-copyright: convert 2-digit to 4-digit years
841         * build-aux/update-copyright: Implement and document.
842         * tests/test-update-copyright.sh: Update.
843
844 2009-08-14  Jim Meyering  <meyering@redhat.com>
845
846         test-exclude: avoid coreutils "make check" failure
847         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
848         just as in test-argmatch.c.
849
850 2009-08-13  Eric Blake  <ebb9@byu.net>
851
852         test-dup2: fix bad assumption
853         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
854         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
855
856         test-version-etc: fix CRLF portability issue
857         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
858         recognize \r.
859         * tests/test-argp-version-etc-1.sh: Likewise.
860
861         getopt: update client modules
862         * modules/argp (Depends-on): Use getopt-gnu.
863         * modules/git-merge-changelog (Depends-on): Likewise.
864         * modules/long-options (Depends-on): Likewise.
865         * modules/xstrtol (Depends-on): Likewise.
866
867 2009-08-13  Simon Josefsson  <simon@josefsson.org>
868
869         * tests/test-version-etc.sh: Don't fail on different
870         project/version.  Don't fail on CRLF differences.  Rewrite to use
871         multiple -e instead of multiple sed forks, suggested by Eric Blake
872         <ebb9@byu.net>.
873         * tests/test-argp-version-etc-1.sh: Likewise.
874
875 2009-08-13  Simon Josefsson  <simon@josefsson.org>
876
877         * tests/test-version-etc.sh: Don't fail on different
878         project/version.
879
880 2009-08-12  Bruno Haible  <bruno@clisp.org>
881
882         Tests for modules 'getopt-posix', 'getopt-gnu'.
883         * modules/getopt-posix-tests: New file.
884         * tests/test-getopt.c: New file.
885         * tests/test-getopt.h: New file.
886         * tests/test-getopt_long.h: New file.
887
888         New modules 'getopt-posix', 'getopt-gnu'.
889         * modules/getopt-gnu: New file, renamed from modules/getopt.
890         * modules/getopt-posix: New file.
891         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
892         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
893         (gl_GETOPT): Remove macro.
894         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
895         Disable the test against BSD systems that declare optreset. Test
896         against mingw bug. Test against lack of support of optional arguments
897         on many platforms.
898         * doc/glibc-headers/getopt.texi: Update module name and list of
899         relevant platforms.
900         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
901         'getopt-gnu' and more portability problems.
902         * NEWS: Mention the changes.
903
904 2009-08-12  Bruno Haible  <bruno@clisp.org>
905
906         Ensure that optarg etc. get declared by <unistd.h>.
907         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
908         AC_USE_SYSTEM_EXTENSIONS.
909         * modules/getopt (Depends-on): Add 'extensions'.
910
911 2009-08-12  Bruno Haible  <bruno@clisp.org>
912
913         Avoid test link errors.
914         * modules/pipe-filter-ii-tests (Makefile.am): Define
915         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
916         * modules/pipe-filter-gi-tests (Makefile.am): Define
917         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
918         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
919
920 2009-08-12  Bruno Haible  <bruno@clisp.org>
921
922         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
923         gl_GETOPT_SUBSTITUTE before.
924         (gl_GETOPT): Use it.
925         * m4/argp.m4 (gl_ARGP): Update.
926         Reported by Sergey Poznyakoff.
927
928         * m4/getopt.m4: Reorder macros.
929         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
930         (gl_GETOPT_SUBSTITUTE): Remove macro.
931
932 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
933
934         Minor improvement in gitlog-to-changelog
935
936         * build-aux/gitlog-to-changelog: New option `--format' makes
937         output format string configurable.
938
939 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
940
941         Optimize exclude: use hash tables for non-wildcard patterns.
942
943         * lib/exclude.c: Include hash.h and mbuiter.h
944         (struct exclude_pattern, exclude_segment): New data types.
945         (struct exclude): Rewrite.
946         (fnmatch_pattern_has_wildcards): New function.
947         (new_exclude_segment, free_exclude_segment): New functions.
948         (excluded_file_pattern_p, excluded_file_name_p): New functions.
949         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
950         * lib/exclude.h (is_fnmatch_pattern): New prototype.
951         * modules/exclude: Depend on hash and mbuiter.
952
953         * modules/exclude-tests: New file.
954         * tests/test-exclude.c: New file.
955         * tests/test-exclude1.sh: New file.
956         * tests/test-exclude2.sh: New file.
957         * tests/test-exclude3.sh: New file.
958         * tests/test-exclude4.sh: New file.
959         * tests/test-exclude5.sh: New file.
960         * tests/test-exclude6.sh: New file.
961         * tests/test-exclude7.sh: New file.
962
963 2009-08-12  Bruno Haible  <bruno@clisp.org>
964
965         Ensure that getopt() gets declared by <unistd.h>.
966         * lib/unistd.in.h: Conditionally include getopt.h.
967         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
968         Set GNULIB_UNISTD_H_GETOPT.
969         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
970         GNULIB_UNISTD_H_GETOPT.
971         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
972
973 2009-08-12  Bruno Haible  <bruno@clisp.org>
974
975         Clarify logic.
976         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
977         gl_replace_getopt instead of GETOPT_H.
978
979 2009-08-12  Bruno Haible  <bruno@clisp.org>
980
981         * m4/getopt.m4: Add comments.
982
983 2009-08-12  Bruno Haible  <bruno@clisp.org>
984
985         Disable multithread support by default on Cygwin 1.5.x.
986         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
987         set gl_use_threads=no if not specified otherwise.
988
989 2009-08-11  Bruno Haible  <bruno@clisp.org>
990
991         Avoid compilation error on NetBSD 5.0.
992         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
993         * tests/test-stdio.c: Likewise.
994         * tests/test-stdlib.c: Likewise.
995         * tests/test-string.c: Likewise.
996         * tests/test-unistd.c: Likewise.
997         Reported by Greg Troxel <gdt@ir.bbn.com>
998         at <https://savannah.gnu.org/support/?106973>.
999
1000 2009-08-11  Bruno Haible  <bruno@clisp.org>
1001
1002         * modules/dup2-tests (Depends-on): Remove close.
1003
1004         Undo 2009-07-19 commit.
1005         * modules/acl-tests (Depends-on): Remove close.
1006         * modules/binary-io-tests (Depends-on): Likewise.
1007         * modules/closein-tests (Depends-on): Likewise.
1008         * modules/flock-tests (Depends-on): Likewise.
1009         * modules/fsync-tests (Depends-on): Likewise.
1010         * modules/lseek-tests (Depends-on): Likewise.
1011         * modules/pipe-tests (Depends-on): Likewise.
1012         * modules/posix_spawn-tests (Depends-on): Likewise.
1013         * modules/posix_spawnp-tests (Depends-on): Likewise.
1014         * modules/stat-time-tests (Depends-on): Likewise.
1015         * modules/yesno-tests (Depends-on): Likewise.
1016
1017 2009-08-10  Bruno Haible  <bruno@clisp.org>
1018
1019         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
1020
1021 2009-08-10  Bruno Haible  <bruno@clisp.org>
1022
1023         Fix a gcc warning.
1024         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
1025
1026 2009-08-10  Bruno Haible  <bruno@clisp.org>
1027
1028         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
1029         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
1030         not only the first time.
1031         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
1032         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
1033         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
1034         is 1, not only the the first time.
1035
1036 2009-08-10  Bruno Haible  <bruno@clisp.org>
1037
1038         Make it possible to use module 'gethostname' without module 'close'.
1039         * lib/unistd.in.h (close): Evoke a link error only if
1040         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
1041         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1042         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
1043         * modules/unistd (Makefile.am): Substitute
1044         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
1045         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
1046         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
1047         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
1048         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
1049         * modules/sys_ioctl (Makefile.am): Substitute
1050         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
1051         * modules/socket (configure.ac): On native Windows, set
1052         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
1053         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
1054         Reported by Sam Steingold <sds@gnu.org>.
1055
1056 2009-08-10  Bruno Haible  <bruno@clisp.org>
1057
1058         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
1059         * modules/ioctl (configure.ac): Likewise.
1060
1061 2009-08-10  Bruno Haible  <bruno@clisp.org>
1062
1063         Avoid collision between gnulib wrapper and libintl wrapper.
1064         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
1065         already defined in intl/printf.c.
1066         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
1067         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
1068
1069 2009-08-09  Bruno Haible  <bruno@clisp.org>
1070
1071         Make <sys/select.h> really self-contained, also on Solaris 10.
1072         * lib/sys_select.in.h: Include <string.h>.
1073         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
1074         Solaris 10 problem.
1075         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
1076         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
1077         Reported by Jim Meyering.
1078
1079 2009-08-09  Bruno Haible  <bruno@clisp.org>
1080
1081         Avoid warnings from 'aclocal' that are due to a use of macro name
1082         AM_XGETTEXT_OPTION that is not defined in automake.
1083         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
1084         automake.
1085         * modules/error (configure.ac): Likewise.
1086         * modules/propername (configure.ac): Likewise.
1087         * modules/vasprintf (configure.ac): Likewise.
1088         * modules/verror (configure.ac): Likewise.
1089         * modules/xprintf (configure.ac): Likewise.
1090         * modules/xvasprintf (configure.ac): Likewise.
1091
1092 2009-08-08  Bruno Haible  <bruno@clisp.org>
1093
1094         Avoid compilation error in C++ mode.
1095         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
1096         Reported by Sam Steingold <sds@gnu.org>.
1097
1098 2009-08-08  Bruno Haible  <bruno@clisp.org>
1099
1100         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
1101         for the various Unix platforms.
1102         * doc/posix-headers/limits.texi: Update platforms list regarding
1103         HOST_NAME_MAX.
1104         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1105
1106 2009-08-07  Jim Meyering  <meyering@redhat.com>
1107
1108         selinux-at: fix typo in a comment
1109         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
1110         Spotted by Paolo Bonzini.
1111
1112         selinux-at: remove redundant m4 code, add documentation
1113         * modules/selinux-at (configure.ac): Remove redundant code.
1114         LIB_SELINUX is already set via the dependent module, selinux-h.
1115         (Include): Add quotes around selinux-at.h.
1116         * lib/selinux-at.h: Add documentation.
1117         Reported by Bruno Haible in
1118         http://marc.info/?l=gnulib-bug&m=124958988300749
1119
1120 2009-08-07  Bruno Haible  <bruno@clisp.org>
1121
1122         Avoid link error on MacOS X 10.3 and 10.4.
1123         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
1124         on non-ELF systems.
1125         * lib/argp-pv.c (argp_program_version): Likewise.
1126         Reported by Simon Josefsson.
1127
1128 2009-08-07  Simon Josefsson  <simon@josefsson.org>
1129
1130         * tests/test-version-etc.sh: Use $EXEEXT.
1131
1132 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
1133
1134         update-copyright: update documentation to point to maint.mk
1135         * build-aux/update-copyright: Here.
1136
1137 2009-08-06  Jim Meyering  <meyering@redhat.com>
1138
1139         maint.mk: support update-copyright-local
1140         * top/maint.mk (update-copyright-local): Define place-holder.
1141         (update-copyright): Depend on $(update-copyright-local).
1142
1143 2009-08-06  Jim Meyering  <meyering@redhat.com>
1144
1145         selinux-at: new module
1146         Initially written for coreutils, this module will soon be
1147         used by findutils, too.
1148         * MODULES.html.sh [Misc]: Add selinux-at.
1149         * lib/selinux-at.h: New file, from coreutils.
1150         * lib/selinux-at.c: Likewise.
1151         * modules/selinux-at: Likewise.
1152         (License): Change from LGPL to GPL, since it depends
1153         on the GPL'd openat module.
1154
1155         doc: update README
1156         * README: Remove references to cogito.
1157         Remove cvs-repo-updating instructions from 2007.
1158         Don't imply that CVS is better if you have limited disk space.
1159
1160 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
1161
1162         update-copyright: support C-style comments
1163         * build-aux/update-copyright: Implement and document.
1164         * tests/test-update-copyright.sh: Test.
1165
1166 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
1167
1168         update-copyright: support omitted "(C)"
1169         * build-aux/update-copyright: Implement and document.  Also,
1170         allow variable whitespace before "(C)".
1171         * tests/test-update-copyright.sh: Test.
1172
1173 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
1174
1175         update-copyright: don't trip on non-FSF copyright statements
1176         * build-aux/update-copyright: Fix so that the first correctly
1177         formatted FSF copyright statement is recognized no matter what
1178         appears before it.  Update documentation.
1179         * tests/test-update-copyright.sh: Test that.
1180
1181 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
1182
1183         update-copyright: clean up code a little
1184         * build-aux/update-copyright: Append "_re" to the name of any
1185         variable holding a regular expression.
1186         Replace "old" and "new" with "stmt" in variable names.
1187         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
1188         handled correctly.
1189         Format code more consistently.
1190
1191 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
1192
1193         update-copyright-tests: improve portability
1194         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
1195         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
1196
1197 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
1198
1199         update-copyright: support @copyright{} and &copy;
1200         * build-aux/update-copyright: Implement and document.
1201         * tests/test-update-copyright.sh: Test.
1202
1203 2009-08-04  Jim Meyering  <meyering@redhat.com>
1204
1205         update-copyright-tests: correctly test EOL=\r\n handling
1206         * tests/test-update-copyright.sh: Put \r at the end of some lines
1207         for the dos-eol tests.  Based on a patch by Joel E. Denny.
1208
1209         maint.mk: make update-copyright exclusion list more configurable
1210         * top/maint.mk (update-copyright): Default to excluding COPYING,
1211         but allow an override, in case someone does want to update that file.
1212
1213         maint.mk: don't update copyright date in COPYING
1214         * top/maint.mk (update-copyright): Exclude COPYING.
1215
1216         maint.mk: add a copyright-updating rule
1217         * top/maint.mk (update-copyright): New rule.
1218         Derived from coreutils/Makefile.am.
1219
1220         update-copyright: rename some variables
1221         * build-aux/update-copyright: Rename a few variables for clarity.
1222         Tweak syntax.  List Joel E. Denny as coauthor.
1223
1224 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
1225
1226         update-copyright: fix bug for 2-digit last year and add tests
1227         * build-aux/update-copyright: Fix bug.
1228         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
1229         specified.
1230         * modules/update-copyright-tests: New
1231         * tests/test-update-copyright.sh: New.
1232
1233 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
1234
1235         update-copyright: handle leading tabs in line prefix
1236         * build-aux/update-copyright: Count leading tabs as 8 spaces
1237         when computing margin.  This helps with the formatting of
1238         ChangeLogs, for example.
1239         Fix documentation a little.
1240
1241 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
1242
1243         update-copyright: support EOL=\r\n
1244         * build-aux/update-copyright: Implement that.
1245
1246 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
1247
1248         update-copyright: automatically format copyright statements
1249         * build-aux/update-copyright: Implement that.
1250         Also, be a little more predictable and safer by always failing
1251         when the full copyright format is not perfectly recognized as an
1252         unbroken whole.  Discussed at
1253         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
1254         Rewrite documentation.
1255
1256 2009-08-03  Bruno Haible  <bruno@clisp.org>
1257
1258         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
1259
1260 2009-08-02  Bruno Haible  <bruno@clisp.org>
1261
1262         Tests for module 'uname'.
1263         * modules/uname-tests: New file.
1264         * tests/test-uname.c: New file.
1265
1266         New module 'uname'.
1267         * lib/uname.c: New file.
1268         * m4/uname.m4: New file.
1269         * modules/uname: New file.
1270         * doc/posix-functions/uname.texi: Mention the new module.
1271
1272 2009-08-02  Bruno Haible  <bruno@clisp.org>
1273
1274         Tests for module 'sys_utsname'.
1275         * modules/sys_utsname-tests: New file.
1276         * tests/test-sys_utsname.c: New file.
1277
1278         New module 'sys_utsname'.
1279         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
1280         * m4/sys_utsname_h.m4: New file.
1281         * modules/sys_utsname: New file.
1282         * doc/posix-headers/sys_utsname.texi: Mention the new module.
1283
1284 2009-08-02  Bruno Haible  <bruno@clisp.org>
1285
1286         Implicitly initialize the sockets library.
1287         * lib/gethostname.c: Include sockets.h.
1288         (rpl_gethostname): Invoke gl_sockets_startup.
1289         * lib/socket.c: Include sockets.h.
1290         (rpl_socket): Invoke gl_sockets_startup.
1291         * modules/gethostname (Depends-on): Add sockets.
1292         * modules/socket (Depends-on): Likewise.
1293         * tests/test-poll.c: Don't include sockets.h.
1294         (main): Don't invoke gl_sockets_startup.
1295         * tests/test-select.c: Don't include sockets.h.
1296         (main): Don't invoke gl_sockets_startup.
1297
1298 2009-08-02  Bruno Haible  <bruno@clisp.org>
1299
1300         Allow multiple calls to gl_sockets_startup.
1301         * lib/sockets.c (initialized_sockets_version): New variable.
1302         (gl_sockets_startup): Do nothing if already called for this or a higher
1303         version.
1304         (gl_sockets_cleanup): Reset initialized_sockets_version.
1305
1306 2009-08-03  Simon Josefsson  <simon@josefsson.org>
1307
1308         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
1309         different project/version.
1310
1311 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
1312             Bruno Haible  <bruno@clisp.org>
1313
1314         Tests for module 'pipe-filter-gi'.
1315         * modules/pipe-filter-gi-tests: New file.
1316         * tests/test-pipe-filter-gi1.sh: New file.
1317         * tests/test-pipe-filter-gi1.c: New file.
1318         * tests/test-pipe-filter-gi2.sh: New file.
1319         * tests/test-pipe-filter-gi2-main.c: New file.
1320         * tests/test-pipe-filter-gi2-child.c: New file.
1321
1322         New module 'pipe-filter-gi'.
1323         * lib/pipe-filter-gi.c: New file.
1324         * modules/pipe-filter-gi: New file.
1325
1326 2009-08-02  Bruno Haible  <bruno@clisp.org>
1327             Paolo Bonzini  <bonzini@gnu.org>
1328
1329         Tests for module 'pipe-filter-ii'.
1330         * modules/pipe-filter-ii-tests: New file.
1331         * tests/test-pipe-filter-ii1.sh: New file.
1332         * tests/test-pipe-filter-ii1.c: New file.
1333         * tests/test-pipe-filter-ii2.sh: New file.
1334         * tests/test-pipe-filter-ii2-main.c: New file.
1335         * tests/test-pipe-filter-ii2-child.c: New file.
1336
1337         New module 'pipe-filter-ii'.
1338         * lib/pipe-filter.h: New file.
1339         * lib/pipe-filter-ii.c: New file.
1340         * lib/pipe-filter-aux.h: New file.
1341         * modules/pipe-filter-ii: New file.
1342
1343 2009-08-02  Simon Josefsson  <simon@josefsson.org>
1344
1345         * lib/gc-libgcrypt.c: Change copyright to FSF.
1346         * lib/gc-gnulib.c: Likewise.
1347
1348 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
1349
1350         * lib/gethostname.c: Include limits.h.
1351
1352 2009-08-02  Simon Josefsson  <simon@josefsson.org>
1353             Bruno Haible  <bruno@clisp.org>
1354
1355         Ensure HOST_NAME_MAX as part of the gethostname module.
1356         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
1357         define also HOST_NAME_MAX.
1358         * tests/test-gethostname.c: Include <limits.h>.
1359         (main): Check also HOST_NAME_MAX.
1360         * doc/posix-headers/limits.texi: Document the mingw problem.
1361
1362 2009-08-02  Bruno Haible  <bruno@clisp.org>
1363
1364         * lib/gethostname.c (gethostname): Fix handling of large len argument.
1365         Add comments.
1366
1367 2009-03-31  Simon Josefsson  <simon@josefsson.org>
1368
1369         * lib/gethostname.c: Add Windows wrapper.
1370         * m4/gethostname.m4: Look for gethostname in -lws2_32.
1371         * modules/gethostname: Depend on sys_socket & errno, for also
1372         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
1373         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
1374
1375 2009-07-31  Jim Meyering  <meyering@redhat.com>
1376
1377         getloadavg: fix symbol name in comment
1378         * lib/getloadavg.c: Correct a typo I introduced when adding
1379         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
1380         Matt Kraai spotted the problem.
1381
1382 2009-07-29  Matt Kraai  <mkraai@beckman.com>
1383
1384         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
1385         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
1386         code also if ! defined N_NAME_POINTER.
1387         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
1388         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
1389         but the n_name member is a 12-byte array.
1390
1391 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
1392
1393         update-copyright: generalize comment handling
1394         * build-aux/update-copyright: Handle copyright statements
1395         within more comment styles.
1396         Document usage.
1397         Report any file with an external copyright holder or parse failure.
1398
1399 2009-07-29  Jim Meyering  <meyering@redhat.com>
1400
1401         mktime: correct setting of REPLACE_MKTIME
1402         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
1403
1404         update-copyright: new module
1405         * modules/update-copyright: New file.
1406         * build-aux/update-copyright: New file.
1407         * MODULES.html.sh (maint+release support): Add update-copyright.
1408
1409 2009-07-27  Bruno Haible  <bruno@clisp.org>
1410
1411         Fix compilation error when <ctime> is used and mktime is replaced.
1412         * lib/time.in.h (mktime): New declaration.
1413         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
1414         REPLACE_MKTIME instead of defining mktime in config.h.
1415         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
1416         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
1417         Reported by Ross McFarland <rwmcfa1@neces.com>.
1418
1419 2009-07-27  Bruno Haible  <bruno@clisp.org>
1420
1421         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
1422         Reported by Matt Kraai <mkraai@beckman.com>.
1423
1424 2009-07-25  Jim Meyering  <meyering@redhat.com>
1425
1426         maint.mk: avoid warnings about missing files
1427         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
1428         diagnostic when .prev-version does not exist.
1429         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
1430         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
1431         nonexistent cfg.mk.
1432         Suggestions from Simon Josefsson.
1433
1434 2009-07-25  Bruno Haible  <bruno@clisp.org>
1435
1436         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
1437         defined as macros. Needed on QNX 6.4.1.
1438         Reported by Matt Kraai <mkraai@beckman.com>.
1439
1440 2009-07-23  Jim Meyering  <meyering@redhat.com>
1441
1442         maint.mk: invoke "make dist" with a working value of XZ_OPT
1443         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
1444
1445 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
1446
1447         Make fseeko.c compile on QNX.
1448         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
1449
1450 2009-07-22  Peter Simons  <simons@cryp.to>
1451
1452         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
1453         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
1454         * lib/md4.h: Likewise.
1455         * lib/md5.h: Likewise.
1456         * lib/sha1.h: Likewise.
1457         * lib/sha256.h: Likewise.
1458         * lib/sha512.h: Likewise.
1459
1460         tests-sha1: don't assign literal string to 'char *' variable
1461         * tests/test-sha1.c (main): Declare locals with "const" to match
1462         attributes of the right hand side.
1463
1464 2009-07-21  Eric Blake  <ebb9@byu.net>
1465
1466         dup2: fix more mingw problems
1467         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
1468         fd to itself.
1469         * doc/posix-functions/dup2.texi (dup2): Document the bug.
1470         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
1471         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
1472         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
1473         care of mingw bugs.
1474
1475 2009-07-21  Jim Meyering  <meyering@redhat.com>
1476
1477         vc-list-files: avoid failure when /bin/sh is dash
1478         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
1479         On some Debian based systems, /bin/sh is a symlink to dash, and running
1480         this command would omit the "/" following each 'tests' prefix:
1481           dash -x build-aux/vc-list-files -C . tests
1482         That is because bash and dash work differently:
1483           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
1484           bash ok
1485           dash odd
1486
1487 2009-07-21  Eric Blake  <ebb9@byu.net>
1488
1489         dup2-tests: test previous patch
1490         * modules/dup2-tests: New file.
1491         * tests/test-dup2.c: Likewise.
1492         * tests/test-open.c (main): Avoid unspecified behavior.
1493         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
1494         test.
1495
1496         dup2: work around mingw and cygwin 1.5 bug
1497         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
1498         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
1499         * modules/unistd (Makefile.am): Substitute it.
1500         * lib/unistd.in.h (dup2): Declare the replacement.
1501         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
1502         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
1503         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
1504         * modules/execute (Depends-on): Add dup2.
1505         * modules/fseterr (Depends-on): Likewise.
1506         * modules/pipe (Depends-on): Likewise.
1507         * modules/posix_spawn-internal (Depends-on): Likewise.
1508
1509 2009-07-21  Bruno Haible  <bruno@clisp.org>
1510
1511         * modules/.gitattributes: New file.
1512
1513 2009-07-20  Bruno Haible  <bruno@clisp.org>
1514
1515         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
1516         (main): Use it.
1517
1518 2009-07-20  Eric Blake  <ebb9@byu.net>
1519
1520         test-pipe: make a bit more robust.
1521         * tests/test-pipe.c (myerr): Allow error messages regardless of
1522         what we do to stderr.
1523         (test_pipe): Rearrange to avoid deadlock.
1524         (child_main): Try a larger read, to ensure we avoided deadlock.
1525         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
1526         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
1527         if misused.
1528
1529 2009-07-19  Jim Meyering  <meyering@redhat.com>
1530
1531         fts: avoid false-positive cycle-detection
1532         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
1533         for each new command line argument.
1534
1535 2009-07-19  Bruno Haible  <bruno@clisp.org>
1536
1537         Fix build error on mingw with the modules sys_select and unistd.
1538         * modules/acl-tests (Depends-on): Add close.
1539         * modules/binary-io-tests (Depends-on): Likewise.
1540         * modules/closein-tests (Depends-on): Likewise.
1541         * modules/flock-tests (Depends-on): Likewise.
1542         * modules/fsync-tests (Depends-on): Likewise.
1543         * modules/lseek-tests (Depends-on): Likewise.
1544         * modules/pipe-tests (Depends-on): Likewise.
1545         * modules/posix_spawn-tests (Depends-on): Likewise.
1546         * modules/posix_spawnp-tests (Depends-on): Likewise.
1547         * modules/stat-time-tests (Depends-on): Likewise.
1548         * modules/yesno-tests (Depends-on): Likewise.
1549
1550 2009-07-19  Bruno Haible  <bruno@clisp.org>
1551
1552         Unify conditionals.
1553         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
1554         macros, not at the compiler macros.
1555         * lib/pipe.c: Likewise.
1556         * lib/execute.c: Likewise.
1557         * lib/spawni.c: Likewise.
1558
1559 2009-07-19  Bruno Haible  <bruno@clisp.org>
1560
1561         Fix handling of closed stdin/stdout/stderr on mingw.
1562         * lib/w32spawn.h: Include unistd.h.
1563         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
1564         file descriptor with O_NOINHERIT flag.
1565         (fd_safer_noinherit): New function, based on fd-safer.c.
1566         (dup_safer_noinherit): New function, based on dup-safer.c.
1567         (undup_safer_noinherit): New function.
1568         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
1569         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
1570         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
1571         instead of fd_safer.
1572         * tests/test-pipe.c: Include <windows.h>.
1573         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
1574
1575         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
1576         from main.
1577         (test_pipe): Pass an extra argument for disambiguation.
1578         (main): Invoke parent_main or child_main.
1579
1580         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
1581         consistently.
1582
1583 2009-07-18  Eric Blake  <ebb9@byu.net>
1584
1585         test-pipe: fix mingw build
1586         * tests/test-pipe.c (main): Avoid fcntl on mingw.
1587
1588 2009-07-18  Bruno Haible  <bruno@clisp.org>
1589
1590         * modules/pipe-tests (Makefile.am): Fix typo.
1591
1592 2009-07-18  Eric Blake  <ebb9@byu.net>
1593
1594         error: fix mingw build
1595         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
1596         Reported by Bruno Haible.
1597
1598         error: avoid undefined use of stdout
1599         * lib/error.c (error, error_at_line): Check that fd 1 is open
1600         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
1601         is handling faults and the close_stdout module wants to report the
1602         detection of closed stdout as an error.
1603
1604 2009-07-17  Eric Blake  <ebb9@byu.net>
1605
1606         pipe: be robust in face of closed fds
1607         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
1608         should cause child to misbehave.
1609         * modules/pipe-tests: New module.
1610         * tests/test-pipe.c: New file.
1611         * tests/test-pipe.sh: New file.
1612         Reported by Akim Demaille.
1613
1614 2009-07-14  Bruno Haible  <bruno@clisp.org>
1615
1616         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
1617         Reported by anonymous kc.
1618
1619 2009-07-07  Jim Meyering  <meyering@redhat.com>
1620
1621         maint.mk: don't look for translatable strings in *.m4 or *.mk
1622         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
1623         when searching for translatable strings.
1624
1625 2009-07-05  Jim Meyering  <meyering@redhat.com>
1626
1627         remove superfluous parentheses in STREQ definition
1628         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
1629         * lib/getugroups.c (STREQ): Likewise.
1630         * lib/fnmatch.c (STREQ): Likewise.
1631         Spotted by Bruno Haible.
1632
1633 2009-07-04  Jim Meyering  <meyering@redhat.com>
1634
1635         argv-iter: new module
1636         * MODULES.html.sh: Add argv-iter.
1637         * lib/argv-iter.c, lib/argv-iter.h: New files.
1638         * modules/argv-iter: New file.
1639         * modules/argv-iter-tests: New file.
1640         * tests/test-argv-iter.c: Test it.
1641
1642 2009-07-04  Bruno Haible  <bruno@clisp.org>
1643
1644         Fix assertion.
1645         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
1646         contains more exact copies of a given entry than file2, leave the extra
1647         copies unpaired rather than aborting.
1648         Reported by Eric Blake.
1649
1650 2009-07-02  Bruno Haible  <bruno@clisp.org>
1651
1652         Speedup git-merge-changelog for git cherry-pick.
1653         * lib/git-merge-changelog.c (struct entries_mapping): New type.
1654         (entries_mapping_get): New function, extracted from compute_mapping.
1655         (entries_mapping_reverse_get): New function.
1656         (compute_mapping): Add a 'full' argument. Return the result in a
1657         'struct entries_mapping'.
1658         (main): Update. Access the mappings through entries_mapping_get.
1659         Reported by Eric Blake.
1660
1661 2009-07-02  Bruno Haible  <bruno@clisp.org>
1662
1663         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
1664         best_i.
1665
1666 2009-07-02  Bruno Haible  <bruno@clisp.org>
1667
1668         Speed up approximate search for matching ChangeLog entries.
1669         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
1670         argument. Call fstrcmp_bounded instead of fstrcmp.
1671         (compute_mapping, try_split_merged_entry, main): Update callers.
1672
1673 2009-07-02  Bruno Haible  <bruno@clisp.org>
1674
1675         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
1676
1677 2009-06-30  Bruno Haible  <bruno@clisp.org>
1678
1679         Reduce the number of uc_is_cased calls.
1680         * lib/unicase.h (casing_suffix_context_t): Add
1681         'first_char_except_ignorable' field.
1682         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
1683         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
1684         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
1685         Update initializer.
1686         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
1687         case-ignorable characters.
1688         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
1689         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
1690         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
1691         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
1692         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
1693
1694 2009-06-30  Bruno Haible  <bruno@clisp.org>
1695
1696         Tests for module 'unicase/ignorable'.
1697         * modules/unicase/ignorable-tests: New file.
1698         * tests/unicase/test-ignorable.c: New file, generated by
1699         gen-uni-tables.
1700
1701         Tests for module 'unicase/cased'.
1702         * modules/unicase/cased-tests: New file.
1703         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
1704         * tests/unicase/test-predicate-part1.h: New file, derived from
1705         tests/unictype/test-predicate-part1.h.
1706         * tests/unicase/test-predicate-part2.h: New file, same as
1707         tests/unictype/test-predicate-part2.h.
1708
1709         Fix evaluation of "Before C" condition of FINAL_SIGMA.
1710         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
1711         (output_casing_properties): New function.
1712         (main): Call it.
1713         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
1714         * lib/unicase/cased.c: Include unictype/bitmap.h.
1715         (uc_is_cased): Define through a bitmap lookup.
1716         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
1717         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
1718         (uc_is_case_ignorable): Define through a bitmap lookup.
1719         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
1720         lib/unictype/bitmap.h.
1721         (Depends-on): Add inline. Clean up.
1722         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
1723         lib/unictype/bitmap.h.
1724         (Depends-on): Add inline. Clean up.
1725         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
1726         recognition.
1727         * tests/unicase/test-u16-tolower.c (main): Likewise.
1728         * tests/unicase/test-u32-tolower.c (main): Likewise.
1729
1730 2009-06-30  Bruno Haible  <bruno@clisp.org>
1731
1732         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
1733         * lib/unicase/u16-casemap.c: Likewise.
1734         * lib/unicase/u32-casemap.c: Likewise.
1735
1736 2009-06-29  Bruno Haible  <bruno@clisp.org>
1737
1738         Define u32_casefold as a wrapper around u32_ct_casefold.
1739         * lib/unicase/u32-casefold.c: Update.
1740         * modules/unicase/u32-casefold (Depends-on): Add
1741         unicase/u32-ct-casefold, unicase/empty-prefix-context,
1742         unicase/empty-suffix-context. Clean up.
1743
1744         Define u16_casefold as a wrapper around u16_ct_casefold.
1745         * lib/unicase/u16-casefold.c: Update.
1746         * modules/unicase/u16-casefold (Depends-on): Add
1747         unicase/u16-ct-casefold, unicase/empty-prefix-context,
1748         unicase/empty-suffix-context. Clean up.
1749
1750         Define u8_casefold as a wrapper around u8_ct_casefold.
1751         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
1752         * lib/unicase/u8-casefold.c: Update.
1753         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
1754         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
1755
1756         Define u32_totitle as a wrapper around u32_ct_totitle.
1757         * lib/unicase/u32-totitle.c: Update.
1758         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
1759         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
1760
1761         Define u16_totitle as a wrapper around u16_ct_totitle.
1762         * lib/unicase/u16-totitle.c: Update.
1763         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
1764         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
1765
1766         Define u8_totitle as a wrapper around u8_ct_totitle.
1767         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
1768         functions.
1769         (FUNC): Delegate to U_CT_TOTITLE.
1770         * lib/unicase/u8-totitle.c: Update.
1771         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
1772         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
1773
1774         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
1775         invocation.
1776         * modules/unicase/u32-tolower (Depends-on): Add
1777         unicase/empty-prefix-context, unicase/empty-suffix-context.
1778
1779         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
1780         invocation.
1781         * modules/unicase/u16-tolower (Depends-on): Add
1782         unicase/empty-prefix-context, unicase/empty-suffix-context.
1783
1784         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
1785         * modules/unicase/u8-tolower (Depends-on): Add
1786         unicase/empty-prefix-context, unicase/empty-suffix-context.
1787
1788         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
1789         invocation.
1790         * modules/unicase/u32-toupper (Depends-on): Add
1791         unicase/empty-prefix-context, unicase/empty-suffix-context.
1792
1793         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
1794         invocation.
1795         * modules/unicase/u16-toupper (Depends-on): Add
1796         unicase/empty-prefix-context, unicase/empty-suffix-context.
1797
1798         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
1799         * modules/unicase/u8-toupper (Depends-on): Add
1800         unicase/empty-prefix-context, unicase/empty-suffix-context.
1801
1802         New module 'unicase/u32-ct-casefold'.
1803         * lib/unicase/u32-ct-casefold.c: New file.
1804         * modules/unicase/u32-ct-casefold: New file.
1805
1806         New module 'unicase/u16-ct-casefold'.
1807         * lib/unicase/u16-ct-casefold.c: New file.
1808         * modules/unicase/u16-ct-casefold: New file.
1809
1810         New module 'unicase/u8-ct-casefold'.
1811         * lib/unicase/u8-ct-casefold.c: New file.
1812         * lib/unicase/u-ct-casefold.h: New file, derived from
1813         lib/unicase/u-casefold.h.
1814         * modules/unicase/u8-ct-casefold: New file.
1815
1816         New module 'unicase/u32-ct-totitle'.
1817         * lib/unicase/u32-ct-totitle.c: New file.
1818         * modules/unicase/u32-ct-totitle: New file.
1819
1820         New module 'unicase/u16-ct-totitle'.
1821         * lib/unicase/u16-ct-totitle.c: New file.
1822         * modules/unicase/u16-ct-totitle: New file.
1823
1824         New module 'unicase/u8-ct-totitle'.
1825         * lib/unicase/u8-ct-totitle.c: New file.
1826         * lib/unicase/u-ct-totitle.h: New file, derived from
1827         lib/unicase/u-totitle.h.
1828         * modules/unicase/u8-ct-totitle: New file.
1829
1830         New module 'unicase/u32-ct-tolower'.
1831         * lib/unicase/u32-ct-tolower.c: New file.
1832         * modules/unicase/u32-ct-tolower: New file.
1833
1834         New module 'unicase/u16-ct-tolower'.
1835         * lib/unicase/u16-ct-tolower.c: New file.
1836         * modules/unicase/u16-ct-tolower: New file.
1837
1838         New module 'unicase/u8-ct-tolower'.
1839         * lib/unicase/u8-ct-tolower.c: New file.
1840         * modules/unicase/u8-ct-tolower: New file.
1841
1842         New module 'unicase/u32-ct-toupper'.
1843         * lib/unicase/u32-ct-toupper.c: New file.
1844         * modules/unicase/u32-ct-toupper: New file.
1845
1846         New module 'unicase/u16-ct-toupper'.
1847         * lib/unicase/u16-ct-toupper.c: New file.
1848         * modules/unicase/u16-ct-toupper: New file.
1849
1850         New module 'unicase/u8-ct-toupper'.
1851         * lib/unicase/u8-ct-toupper.c: New file.
1852         * modules/unicase/u8-ct-toupper: New file.
1853
1854         Add context arguments to u*_casemap functions.
1855         * lib/unicase/unicasemap.h: Include unicase.h.
1856         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
1857         suffix_context arguments.
1858         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
1859         functions.
1860         (FUNC): Add prefix_context and suffix_context arguments. Use
1861         uc_is_cased and uc_is_case_ignorable.
1862         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
1863         * lib/unicase/u16-casemap.c: Likewise.
1864         * lib/unicase/u32-casemap.c: Likewise.
1865         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
1866         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
1867         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
1868         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
1869         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
1870         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
1871
1872         New module 'unicase/u32-suffix-context'.
1873         * lib/unicase/u32-suffix-context.c: New file.
1874         * modules/unicase/u32-suffix-context: New file.
1875
1876         New module 'unicase/u16-suffix-context'.
1877         * lib/unicase/u16-suffix-context.c: New file.
1878         * modules/unicase/u16-suffix-context: New file.
1879
1880         New module 'unicase/u8-suffix-context'.
1881         * lib/unicase/u8-suffix-context.c: New file.
1882         * lib/unicase/u-suffix-context.h: New file.
1883         * modules/unicase/u8-suffix-context: New file.
1884
1885         New module 'unicase/empty-suffix-context'.
1886         * lib/unicase/empty-suffix-context.c: New file.
1887         * modules/unicase/empty-suffix-context: New file.
1888
1889         New module 'unicase/u32-prefix-context'.
1890         * lib/unicase/u32-prefix-context.c: New file.
1891         * modules/unicase/u32-prefix-context: New file.
1892
1893         New module 'unicase/u16-prefix-context'.
1894         * lib/unicase/u16-prefix-context.c: New file.
1895         * modules/unicase/u16-prefix-context: New file.
1896
1897         New module 'unicase/u8-prefix-context'.
1898         * lib/unicase/u8-prefix-context.c: New file.
1899         * lib/unicase/u-prefix-context.h: New file.
1900         * lib/unicase/context.h: New file.
1901         * modules/unicase/u8-prefix-context: New file.
1902
1903         New module 'unicase/empty-prefix-context'.
1904         * lib/unicase/empty-prefix-context.c: New file.
1905         * modules/unicase/empty-prefix-context: New file.
1906
1907         New module 'unicase/ignorable'.
1908         * lib/unicase/ignorable.c: New file.
1909         * modules/unicase/ignorable: New file.
1910
1911         New module 'unicase/cased'.
1912         * lib/unicase/caseprop.h: New file.
1913         * lib/unicase/cased.c: New file.
1914         * modules/unicase/cased: New file.
1915
1916         New functions for case mapping of substrings.
1917         * lib/unicase.h (casing_prefix_context_t): New type.
1918         (unicase_empty_prefix_context): New variable.
1919         (u8_casing_prefix_context, u16_casing_prefix_context,
1920         u32_casing_prefix_context, u8_casing_prefixes_context,
1921         u16_casing_prefixes_context, u32_casing_prefixes_context): New
1922         declarations.
1923         (casing_suffix_context_t): New type.
1924         (unicase_empty_suffix_context): New variable.
1925         (u8_casing_suffix_context, u16_casing_suffix_context,
1926         u32_casing_suffix_context, u8_casing_suffixes_context,
1927         u16_casing_suffixes_context, u32_casing_suffixes_context,
1928         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
1929         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
1930         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
1931         declarations.
1932
1933 2009-06-28  Jim Meyering  <meyering@redhat.com>
1934
1935         boostrap: indent only with spaces
1936         * build-aux/bootstrap: Indent only with spaces, never TABs.
1937
1938         bootstrap: split long lines
1939         * build-aux/bootstrap: Keep line length < 80.
1940
1941         bootstrap: sync from coreutils
1942         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
1943         just as autoreconf does.  Verify a list of prerequisite
1944         package-name,version-number pairs if defined in bootstrap.conf.
1945         Refer to README-prereq, if prerequisites are not satisfied.
1946
1947 2009-06-27  Eric Blake  <ebb9@byu.net>
1948
1949         tests: add test for bogus NULL definition
1950         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
1951         * tests/test-stdlib.c: Likewise.
1952         * tests/test-string.c: Likewise.
1953         * tests/test-locale.c: Likewise.
1954         * tests/test-unistd.c: Likewise.
1955         * modules/stdio-tests (Depends-on): Add verify.
1956         * modules/stdlib-tests (Depends-on): Likewise.
1957         * modules/string-tests (Depends-on): Likewise.
1958         * modules/locale-tests (Depends-on): Likewise.
1959         * modules/unistd-tests (Depends-on): Likewise.
1960
1961 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
1962
1963         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
1964         self-explaining comment.
1965         * m4/selinux-selinux-h: Update serial.
1966         (gl_LIBSELINUX): New macro, adding a warning for missing development
1967         packages to code extracted from...
1968         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
1969         Add warning for missing development packages here, too.
1970
1971 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
1972
1973         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
1974
1975 2009-06-25  Eric Blake  <ebb9@byu.net>
1976
1977         version-etc: fix regression
1978         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
1979         gcc.
1980         (version_etc): Use it, to catch bugs with trailing NULL.
1981         * lib/version-etc.c (version_etc_arn): Delete unused argument.
1982         (version_etc_va): Fix logic bug.
1983         * modules/version-etc-tests: Add test.
1984         * tests/test-version-etc.c: New file.
1985         * tests/test-version-etc.sh: Likewise.
1986
1987 2009-06-25  Sam Steingold  <sds@gnu.org>
1988
1989         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
1990         mbtowc declaration.
1991
1992 2009-06-25  Eric Blake  <ebb9@byu.net>
1993
1994         fpurge: migrate into <stdio.h>
1995         * lib/fpurge.h: Delete...
1996         * lib/stdio.in.h (fpurge): ...and declare here, instead.
1997         * lib/fpurge.c (fpurge): Change declaring header.
1998         * modules/fpurge (Files): Drop deleted file.
1999         (Depends-on): Add stdio.
2000         (configure.ac): Set witness.
2001         * modules/stdio (Makefile.am): Support fpurge macros.
2002         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2003         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
2004         * lib/fflush.c: Update client.
2005         * tests/test-fpurge.c: Likewise.
2006         * NEWS: Mention the change.
2007
2008 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
2009
2010        * lib/argp-version-etc.c (program_authors): Add const
2011        qualifier.
2012        * lib/version-etc.c: Fix typos in the comments.
2013        * modules/argp-version-etc: Depends on version-etc.
2014
2015 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
2016
2017         argp-version-etc: new module.
2018
2019         * lib/argp-version-etc.c: New file.
2020         * lib/argp-version-etc.h: New file.
2021         * modules/argp-version-etc: New file.
2022         * modules/argp-version-etc-tests: New file.
2023         * tests/test-argp-version-etc.c: New test.
2024         * tests/test-argp-version-etc-1.sh: New test.
2025
2026 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
2027
2028         Provide additional interfaces and documentation for version-etc
2029         module.
2030
2031         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
2032         interfaces.
2033         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
2034         prototypes.
2035
2036 2009-06-24  Bruno Haible  <bruno@clisp.org>
2037
2038         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
2039         HAVE_LIB${NAME} macro.
2040         Reported by Sam Steingold <sds@gnu.org>.
2041
2042 2009-06-23  Simon Josefsson  <simon@josefsson.org>
2043
2044         * modules/hash-tests (test_hash_LDADD): Link to libintl when
2045         needed.
2046
2047 2009-06-21  Bruno Haible  <bruno@clisp.org>
2048
2049         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
2050         work.
2051         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
2052         together with LIB${NAME}, LTLIB${NAME}.
2053         Reported by Sam Steingold <sds@gnu.org>.
2054
2055 2009-06-20  Jim Meyering  <meyering@redhat.com>
2056
2057         tests: make sc_require_test_exit_idiom more generic
2058         * top/maint.mk (Exit_witness_file): New overridable variable.
2059         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
2060         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
2061
2062 2009-06-19  Jim Meyering  <meyering@redhat.com>
2063
2064         hash: reverse order of src/dst parameters in an internal interface
2065         * lib/hash.c (transfer_entries): Reverse order of parameters to
2066         put DST before SRC.  Adjust callers.
2067
2068         tests: test-hash: avoid wholesale duplication
2069         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
2070         Instead, use a loop and add a single conditional.
2071
2072         tests: test-hash: allow seed selection via a command line argument
2073         * tests/test-hash.c (get_seed): New function.
2074         (main): Use it.
2075
2076 2009-06-19  Eric Blake  <ebb9@byu.net>
2077
2078         hash: avoid memory leak on allocation failure
2079         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
2080         failure.  Factor repeated algorithm...
2081         (transfer_entries): ...into new helper routine.
2082         (hash_delete): React to hash_rehash return value.
2083
2084         hash: reduce memory pressure in hash_rehash no-op case
2085         * lib/hash.c (next_prime): Avoid overflow.
2086         (hash_initialize): Factor bucket size computation...
2087         (compute_bucket_size): ...into new helper function.
2088         (hash_rehash): Use new function and open coding to reduce memory
2089         pressure, and avoid a memory leak in USE_OBSTACK code.
2090         Reported by Jim Meyering.
2091
2092 2009-06-18  Eric Blake  <ebb9@byu.net>
2093
2094         hash: make rotation more obvious
2095         * modules/hash (Depends-on): Add bitrotate and stdint.
2096         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
2097         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
2098         (SIZE_MAX): Rely on headers for definition.
2099         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
2100         (raw_hasher): Use rotr_sz.
2101         Suggested by Jim Meyering.
2102
2103         hash: fix memory leak in last patch
2104         * lib/hash.c (hash_rehash): Avoid memory leak.
2105
2106         hash: avoid no-op rehashing
2107         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
2108
2109         hash: provide default callback functions
2110         * lib/hash.c (raw_hasher, raw_comparator): New functions.
2111         (hash_initialize): Use them as defaults.
2112         * tests/test-hash.c (main): Test this.
2113
2114         hash: minor optimization
2115         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
2116         when possible.
2117         (hash_initialize): Document this promise.
2118         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
2119         * tests/test-hash.c (hash_compare_strings): Test this.
2120
2121 2009-06-18  Bruno Haible  <bruno@clisp.org>
2122
2123         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
2124         going to be replaced anyway.
2125
2126 2009-06-18  Bruno Haible  <bruno@clisp.org>
2127
2128         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
2129         in one place.
2130         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
2131         be replaced anyway.
2132
2133 2009-06-18  Eric Blake  <ebb9@byu.net>
2134
2135         hash: check for resize before insertion
2136         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
2137         threshold before insertion, so that a pathological hash_rehash
2138         that fills every bucket can still trigger another rehash.
2139
2140 2009-06-18  Jim Meyering  <meyering@redhat.com>
2141
2142         hash-tests: add a loop around the small tests
2143         * tests/test-hash.c (main): Repeat small tests with selected
2144         small initial table sizes.
2145
2146 2009-06-17  Eric Blake  <ebb9@byu.net>
2147
2148         hash: minor cleanups
2149         * lib/hash.h (hash_entry): Make opaque, by moving...
2150         * lib/hash.c (hash_entry): ...here.
2151         (hash_insert): Clarify restrictions on what can be inserted.
2152         (hash_get_next): Clarify when it is safe to remove an element
2153         during traversal.
2154         (check_tuning): Skip verification when tuning is known safe.
2155         (hash_initialize): Clarify restrictions on tuning.
2156
2157 2009-06-17  Jim Meyering  <jim@meyering.net>
2158         and Eric Blake  <ebb9@byu.net>
2159
2160         hash-tests: new module
2161         * modules/hash-tests: New file.
2162         * tests/test-hash.c: New file.
2163
2164 2009-06-17  Eric Blake  <ebb9@byu.net>
2165
2166         strstr-simple: document new module
2167         * MODULES.html.sh: Document new module.
2168
2169         strstr, strcasestr: replace on platforms with broken memchr
2170         * modules/strstr: Split into...
2171         * modules/strstr-simple: ...new module that does not care about
2172         performance, but does care about glibc bug.
2173         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
2174         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
2175         if platform memchr is broken, per Debian bug 521737.
2176         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
2177         memchr.
2178         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
2179         * doc/posix-functions/strstr.texi (strstr): Document the fix.
2180         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
2181         * modules/mountlist (Depends-on): Add strstr-simple.
2182         * modules/gen-uni-tables (Depends-on): Likewise.
2183         * modules/argz (Depends-on): Add strstr.
2184
2185 2009-06-17  Bruno Haible  <bruno@clisp.org>
2186
2187         * modules/posix_spawn-internal (Depends-on): Add errno.
2188
2189 2009-06-17  Bruno Haible  <bruno@clisp.org>
2190
2191         Define missing ESTALE on Interix 3.5.
2192         * lib/errno.in.h (ESTALE): Assign a value if missing.
2193         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
2194         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
2195         missing.
2196         * doc/posix-headers/errno.texi: Mention the Interix bug.
2197         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
2198
2199 2009-06-15  Eric Blake  <ebb9@byu.net>
2200
2201         memchr, memchr2: add valgrind exception
2202         * lib/memchr.valgrind: New file.
2203         * lib/memchr2.valgrind: New file.
2204         * modules/memchr (Files): Distribute valgrind file.
2205         * modules/memchr2 (Files): Likewise.
2206
2207         docs: memchr is no longer obsolete
2208         * MODULES.html.sh: Move memchr from obsolete to string.h section.
2209         * lib/string.in.h (memchr): Simplify logic.
2210
2211 2009-06-14  Jim Meyering  <meyering@redhat.com>
2212
2213         link-follow: fix the "checking..." message to not mention trailing slash
2214         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
2215         never considered trailing slashes.
2216
2217 2009-06-14  Bruno Haible  <bruno@clisp.org>
2218
2219         * m4/memchr.m4: Mention also the bug on IA-64.
2220         * doc/posix-functions/memchr.texi: Likewise.
2221
2222 2009-06-12  Eric Blake  <ebb9@byu.net>
2223
2224         memchr: detect broken x86_64 and alpha implementations
2225         * modules/memchr-tests (Depends-on): Move mmap detection...
2226         * modules/memchr (Depends-on): ...here.
2227         (configure.ac): Set indicator.
2228         * lib/string.in.h (memchr): Declare replacement.
2229         * modules/string (Makefile.am): Trigger replacement.
2230         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
2231         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
2232         bugs.
2233         * doc/posix-functions/memchr.texi (memchr): Document the bug.
2234         * modules/getpagesize (License): Relax license.
2235
2236 2009-06-11  Bruno Haible  <bruno@clisp.org>
2237
2238         * lib/idpriv.h: Add more references.
2239
2240 2009-06-08  Bruno Haible  <bruno@clisp.org>
2241
2242         Tests for module 'idpriv-droptemp'.
2243         * modules/idpriv-droptemp-tests: New file.
2244         * tests/test-idpriv-droptemp.sh: New file.
2245         * tests/test-idpriv-droptemp.su.sh: New file.
2246         * tests/test-idpriv-droptemp.c: New file.
2247
2248         New module 'idpriv-droptemp'.
2249         * lib/idpriv-droptemp.c: New file.
2250         * modules/idpriv-droptemp: New file.
2251
2252 2009-06-08  Bruno Haible  <bruno@clisp.org>
2253
2254         Tests for module 'idpriv-drop'.
2255         * modules/idpriv-drop-tests: New file.
2256         * tests/test-idpriv-drop.sh: New file.
2257         * tests/test-idpriv-drop.su.sh: New file.
2258         * tests/test-idpriv-drop.c: New file.
2259
2260         New module 'idpriv-drop'.
2261         * lib/idpriv.h: New file.
2262         * lib-idpriv-drop.c: New file.
2263         * m4/idpriv.m4: New file.
2264         * modules/idpriv-drop: New file.
2265
2266 2009-06-08  Bruno Haible  <bruno@clisp.org>
2267
2268         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
2269         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
2270         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
2271         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
2272         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
2273         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
2274         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
2275
2276 2009-06-08  Eric Blake  <ebb9@byu.net>
2277
2278         test-strstr: use memory fence, when possible
2279         * tests/test-strstr.c (main): Use memory fence, in order to be
2280         more likely to trigger Debian bug 521737.
2281         * modules/strstr-tests (Files): Pull in additional files.
2282
2283         memchr: no longer obsolete, for wider field testing
2284         * modules/memchr (Status, Notice): Delete, this module is no
2285         longer obsolete.
2286         * modules/vasnprintf (Depends-on): Add memchr.
2287
2288 2009-06-07  Jim Meyering  <meyering@redhat.com>
2289
2290         hash: declare some functions with the warn_unused_result attribute
2291         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
2292
2293 2009-06-07  Bruno Haible  <bruno@clisp.org>
2294
2295         * tests/test-alignof.c: Don't test int64_t if it does not exist.
2296         Reported by Eric Blake.
2297
2298 2009-06-06  Eric Blake  <ebb9@byu.net>
2299
2300         test-alignof: fix typo with long double
2301         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
2302         compiler error.
2303
2304 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
2305
2306         Escape non-texinfo { and }s.
2307         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
2308         markup error.
2309
2310 2009-06-04  Jim Meyering  <meyering@redhat.com>
2311
2312         gitlog-to-changelog: don't infloop on an empty commit log
2313         * build-aux/gitlog-to-changelog: Warn about an empty log message.
2314         Reported by Boris Petersen <transacid@centerim.org>.
2315
2316 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
2317
2318         version-etc: extend for packagers
2319         Add three new configure options, intended for packagers:
2320           --with-packager="packager name"
2321           --with-packager-version="packager-specific version"
2322           --with-packager-bug-reports="packager bug reporting"
2323         An example with coreutils:
2324           $ ./configure \
2325             --with-packager=Gentoo \
2326             --with-packager-bug-report=http://bugs.gentoo.org/ \
2327             --with-packager-version="patchset 1.6"
2328           $ ./src/ls --version | head -n3
2329           ls (GNU coreutils) 7.1-dirty
2330           Packaged by Gentoo (patchset 1.6)
2331           Copyright (C) 2009 Free Software Foundation, Inc.
2332         Note that the bug reporting info via --help doesn't show up because
2333         coreutils uses its own custom emit_bug_reporting_address() implementation
2334         in src/system.h.  If it didn't, it'd look like:
2335           $ ./src/ls --help | tail -n4
2336           Report bugs to <bug-coreutils@gnu.org>.
2337           Report Gentoo bugs to <http://bugs.gentoo.org/>.
2338           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
2339           General help using GNU software: <http://www.gnu.org/gethelp/>.
2340         * lib/version-etc.c: Print new information, if provided.
2341         * m4/version-etc.m4: New file.
2342         * modules/version-etc (Files): Add m4/version-etc.m4.
2343         (configure.ac): Add gl_VERSION_ETC.
2344
2345 2009-05-31  Bruno Haible  <bruno@clisp.org>
2346
2347         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
2348         and 'int64_t'.
2349         * modules/alignof-tests (Dependencies): Add stdint.
2350         Reported by Eric Blake.
2351
2352 2009-05-31  Bruno Haible  <bruno@clisp.org>
2353
2354         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
2355         restriction due to compiler bugs.
2356         Reported by Eric Blake.
2357
2358 2009-05-31  Simon Josefsson  <simon@josefsson.org>
2359             Bruno Haible  <bruno@clisp.org>
2360
2361         Fix test-alignof failure.
2362         * lib/alignof.h (alignof_slot): New macro.
2363         (alignof_type): New macro, with the same semantics as the previous
2364         'alignof'.
2365         (alignof): Alias to alignof_slot.
2366         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
2367         check that the results are usable as constant expressions.
2368
2369 2009-05-31  Bruno Haible  <bruno@clisp.org>
2370
2371         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
2372         * tests/test-memchr.c (main): Check that memchr does not read past the
2373         first occurrence of the byte.
2374         * tests/test-strstr.c (main): Update comment.
2375         Suggested by Eric Blake.
2376
2377 2009-05-30  Bruno Haible  <bruno@clisp.org>
2378
2379         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
2380         detail how to use dumpbin.
2381         Reported by David Byron <dbyron@dbyron.com>.
2382
2383 2009-06-02  Simon Josefsson  <simon@josefsson.org>
2384
2385         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
2386
2387 2009-06-02  Simon Josefsson  <simon@josefsson.org>
2388
2389         * m4/manywarnings.m4: Add GCC 4.4 warnings.
2390
2391 2009-05-28  Bruno Haible  <bruno@clisp.org>
2392
2393         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
2394         build-aux/ files.
2395
2396 2009-05-28  Simon Josefsson  <simon@josefsson.org>
2397
2398         * gnulib-tool (func_import): Transform license on build-aux/ files too.
2399
2400 2009-05-27  Simon Josefsson  <simon@josefsson.org>
2401
2402         * gnulib-tool (sed_transform_main_lib_file)
2403         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
2404         regexps.
2405
2406 2009-05-26  Simon Josefsson  <simon@josefsson.org>
2407
2408         * tests/test-strstr.c: Add another self-test.
2409         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
2410         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
2411
2412 2009-05-23  Bruno Haible  <bruno@clisp.org>
2413
2414         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
2415         change.
2416
2417 2009-05-21  Bruno Haible  <bruno@clisp.org>
2418
2419         Simplify use of mode_t varargs.
2420         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
2421         uses 'mode_t' or 'int'.
2422         * lib/openat.c (openat): Likewise.
2423         * lib/open-safer.c (open_safer): Likewise.
2424         * m4/mode_t.m4: New file.
2425         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
2426         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
2427         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
2428         * modules/open (Files): Add m4/mode_t.m4.
2429         * modules/openat (Files): Likewise.
2430         * modules/fcntl-safer (Files): Likewise.
2431         Suggested by Eric Blake.
2432
2433 2009-05-21  Pádraig Brady  <P@draigbrady.com>
2434
2435         * doc/glibc-functions/fallocate.texi: New file.
2436         * doc/gnulib.texi: Include it.
2437
2438 2009-05-21  Eric Blake  <ebb9@byu.net>
2439             Bruno Haible  <bruno@clisp.org>
2440
2441         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
2442         invocations.
2443         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
2444
2445 2009-05-21  Eric Blake  <ebb9@byu.net>
2446             Bruno Haible  <bruno@clisp.org>
2447
2448         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
2449         include_next. Fix of 2008-11-20 commit.
2450         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
2451         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
2452         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
2453         NEXT_MATH_H.
2454         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
2455         instead of NEXT_MATH_H.
2456
2457 2009-05-21  Bruno Haible  <bruno@clisp.org>
2458
2459         Avoid redefinition warnings for SIZE_MAX.
2460         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
2461         Reported by Simon Josefsson.
2462
2463 2009-05-21  Bruno Haible  <bruno@clisp.org>
2464
2465         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
2466         AC_CACHE_VAL.
2467
2468 2009-05-20  Bruno Haible  <bruno@clisp.org>
2469
2470         Make zeroptr.h work on mingw.
2471         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
2472         mprotect.
2473         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
2474         * modules/memchr2-tests (configure.ac): Likewise.
2475         * modules/memcmp-tests (configure.ac): Likewise.
2476         * modules/memmem-tests (configure.ac): Likewise.
2477         * modules/memrchr-tests (configure.ac): Likewise.
2478         Reported by Simon Josefsson.
2479
2480 2009-05-20  Simon Josefsson  <simon@josefsson.org>
2481
2482         * tests/test-glob.c: Include string.h for strcmp prototype.
2483
2484 2009-05-20  Simon Josefsson  <simon@josefsson.org>
2485
2486         * modules/getdelim (Depends-on): Add explicit stdint, although it
2487         was implicitly already pulled in via realloc-posix.
2488         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
2489
2490 2009-05-20  Simon Josefsson  <simon@josefsson.org>
2491
2492         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
2493         G. Christensen" <tgc@jupiterrise.com>.
2494         * m4/sys_socket_h.m4: Check for sa_family_t.
2495         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
2496         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
2497         * tests/test-sys_socket.c: Check that sa_family_t works.
2498
2499 2009-05-18  Eric Blake  <ebb9@byu.net>
2500
2501         maint.mk: allow gnulib_dir in VPATH build
2502         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
2503
2504 2009-05-15  Jim Meyering  <meyering@redhat.com>
2505
2506         maint.mk: Give gnulib_dir a default definition.
2507         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
2508         Thus, most packages no longer need to specify this variable in cfg.mk
2509
2510 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
2511
2512         rename.m4: fix typos that would make non-mingw cross-configure fail
2513         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
2514
2515 2009-05-13  Eric Blake  <ebb9@byu.net>
2516
2517         mmap-anon: avoid out-of-order autoconf expansion
2518         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
2519         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
2520         * modules/memchr-tests (Depends-on): Add extensions.
2521         * modules/memchr2-tests (Depends-on): Add extensions.
2522         * modules/memcmp-tests (Depends-on): Add extensions.
2523         * modules/memmem-tests (Depends-on): Add extensions.
2524         * modules/memrchr-tests (Depends-on): Add extensions.
2525
2526 2009-05-13  Bruno Haible  <bruno@clisp.org>
2527
2528         Make some tests ISO C 99 compliant.
2529         * tests/zerosize-ptr.h: New file.
2530         * tests/test-memchr.c: Include zerosize-ptr.h.
2531         (main): Use a zero-size object pointer instead of NULL.
2532         * tests/test-memchr2.c: Include zerosize-ptr.h.
2533         (main): Use a zero-size object pointer instead of NULL.
2534         * tests/test-memcmp.c: Include zerosize-ptr.h.
2535         (main): Use a zero-size object pointer instead of NULL.
2536         * tests/test-memmem.c: Include zerosize-ptr.h.
2537         (main): Use a zero-size object pointer instead of NULL.
2538         * tests/test-memrchr.c: Include zerosize-ptr.h.
2539         (main): Use a zero-size object pointer instead of NULL.
2540         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
2541         m4/mmap-anon.m4.
2542         (Depends-on): Add getpagesize.
2543         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
2544         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
2545         m4/mmap-anon.m4.
2546         (Depends-on): Add getpagesize.
2547         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
2548         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
2549         m4/mmap-anon.m4.
2550         (Depends-on): Add getpagesize.
2551         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
2552         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
2553         m4/mmap-anon.m4.
2554         (Depends-on): Add getpagesize.
2555         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
2556         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
2557         m4/mmap-anon.m4.
2558         (Depends-on): Add getpagesize.
2559         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
2560
2561 2009-05-12  Bruno Haible  <bruno@clisp.org>
2562
2563         Tests for module 'alignof'.
2564         * modules/alignof-tests: New file.
2565         * tests/test-alignof.c: New file.
2566
2567 2009-05-12  Bruno Haible  <bruno@clisp.org>
2568
2569         Fix alignof macro.
2570         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
2571         vendor compilers that are always correct.
2572
2573 2009-05-12  Bruno Haible  <bruno@clisp.org>
2574
2575         Make the MAP_ANONYMOUS detection work on HP-UX 11.
2576         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
2577         not whether its fully works.
2578
2579 2009-05-12  Bruno Haible  <bruno@clisp.org>
2580
2581         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
2582
2583 2009-05-12  Jim Meyering  <meyering@redhat.com>
2584
2585         * top/maint.mk: Adjust backslash alignment.
2586
2587 2009-05-11  Simon Josefsson  <simon@josefsson.org>
2588
2589         * top/maint.mk: Make $(srcdir)/build-aux configurable.
2590
2591 2009-05-11  Eric Blake  <ebb9@byu.net>
2592
2593         argp: avoid undefined behavior
2594         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
2595         macros.
2596
2597 2009-05-08  Simon Josefsson  <simon@josefsson.org>
2598
2599         * tests/test-vc-list-files-git.sh: Do git config of user.email and
2600         user.name to prevent git commit from complaining.
2601
2602 2009-05-10  Bruno Haible  <bruno@clisp.org>
2603
2604         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
2605         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
2606         it rewrites every file name only once.
2607         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
2608
2609 2009-05-08  Bruno Haible  <bruno@clisp.org>
2610
2611         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
2612         instead of 'max'.
2613
2614 2009-05-08  Simon Josefsson  <simon@josefsson.org>
2615
2616         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
2617         sockaddr_storage test.
2618
2619 2009-05-07  Simon Josefsson  <simon@josefsson.org>
2620
2621         * modules/sys_socket (Makefile.am): Substitute
2622         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
2623         * m4/sys_socket_h.m4: Check for sockaddr_storage.
2624         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
2625         * tests/test-sys_socket.c: Check sockaddr_storage.
2626
2627 2009-05-08  Bruno Haible  <bruno@clisp.org>
2628
2629         New module 'alignof'.
2630         * lib/alignof.h: New file.
2631         * modules/alignof: New file.
2632
2633 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
2634             Bruno Haible  <bruno@clisp.org>
2635
2636         Fix test-file-has-acl on FreeBSD.
2637         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
2638         mask is implicitly added.
2639         * tests/test-file-has-acl.c: Include <signal.h>.
2640         (main): Terminate the test after 5 seconds.
2641         * modules/acl-tests (configure.ac): Check for alarm function.
2642
2643 2009-05-04  Bruno Haible  <bruno@clisp.org>
2644
2645         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
2646         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
2647         * modules/errno (configure.ac): Drop AC_REQUIRE.
2648         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
2649         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
2650
2651 2009-05-04  Simon Josefsson  <simon@josefsson.org>
2652
2653         * modules/glob-tests: New module.
2654         * tests/test-glob.c: Add.
2655
2656 2009-05-04  Simon Josefsson  <simon@josefsson.org>
2657
2658         * modules/fnmatch-tests: New module.
2659         * tests/test-fnmatch.c: Add.
2660
2661 2009-05-04  Eric Blake  <ebb9@byu.net>
2662
2663         maint: make the new no-submodule-changes rule VPATH-safe
2664         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
2665
2666 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
2667             Bruno Haible  <bruno@clisp.org>
2668
2669         acl: Fix infinite loop on FreeBSD.
2670         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
2671         of return value from acl_get_entry.
2672         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
2673         Likewise.
2674
2675 2009-05-03  Bruno Haible  <bruno@clisp.org>
2676
2677         * lib/acl-internal.h (acl_entries): Clarify return value.
2678         * lib/acl_entries.c (acl_entries): Likewise.
2679
2680 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
2681
2682         Bug fix in acl module.
2683         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
2684
2685 2009-05-03  Bruno Haible  <bruno@clisp.org>
2686
2687         Create gperf-generated file in the source dir, not in the build dir.
2688         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
2689         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
2690         * modules/unicase/locale-language (unicase/locale-languages.h):
2691         Likewise.
2692         * modules/unicase/special-casing (unicase/special-casing-table.h):
2693         Likewise.
2694         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
2695         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
2696         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
2697         Reported by Ralf Wildenhues.
2698
2699 2009-05-03  Bruno Haible  <bruno@clisp.org>
2700
2701         * modules/fnmatch (Description, configure.ac): Taken from
2702         fnmatch-posix.
2703         * modules/fnmatch-posix: Turn into a symbolic reference to the
2704         'fnmatch' module, and deprecate.
2705         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
2706
2707 2009-05-03  Bruno Haible  <bruno@clisp.org>
2708
2709         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
2710         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
2711         Reported by Ralf Wildenhues.
2712
2713 2009-05-04  Simon Josefsson  <simon@josefsson.org>
2714
2715         * m4/fnmatch.m4: Fix fnmatch re-define.
2716
2717 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
2718
2719         priv-set: new module and tests; adapt write-any-file
2720         * lib/priv-set.c: New file.
2721         * lib/priv-set.h: New file.
2722         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
2723         * lib/write-any-file.c: Simplify by using priv-set module.
2724         * m4/priv-set.m4: New file.
2725         * modules/priv-set: New file.
2726         * modules/unlinkdir: Add dependency on priv-set module.
2727         * modules/write-any-file: Likewise.
2728
2729         Tests for module 'priv-set'.
2730         * modules/priv-set-tests: New file.
2731         * tests/test-priv-set.c: New file.
2732
2733 2009-05-03  Jim Meyering  <meyering@redhat.com>
2734             Bruno Haible  <bruno@clisp.org>
2735
2736         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
2737         use the converted UTF-8 variant of the name instead.
2738
2739 2009-05-03  Jim Meyering  <meyering@redhat.com>
2740
2741         tests: tighten some getdate tests
2742         * tests/test-getdate.c (main): Tighten tests: require equality,
2743         not just greater than.  Set TZ envvar to UTC0.
2744
2745 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
2746
2747         getdate: correctly interpret "next monday" when run on a Monday
2748         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
2749         that e.g., "next tues" (when run on a tuesday) results in a date
2750         that is one week in the future, and not today's date.
2751         I.e., add a week when the wday is the same as the current one.
2752         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
2753         and earlier by Martin Bernreuther and Jan Minář.
2754         * tests/test-getdate.c (main): Check that "next DAY" is always in
2755         the future and that "last DAY" is always in the past.
2756
2757 2009-05-02  Jim Meyering  <meyering@redhat.com>
2758
2759         build: ensure that a release build fails when a submodule is unclean
2760         * top/maint.mk (no-submodule-changes): New rule.
2761         (alpha beta major): Depend on it.
2762
2763 2009-05-02  Bruno Haible  <bruno@clisp.org>
2764
2765         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
2766         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
2767         shell variable gl_fnmatch_required to detect which variant is
2768         requested.
2769         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
2770         gl_FUNC_FNMATCH_POSIX.
2771         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
2772         exclude fnmatch-posix.
2773
2774 2009-05-02  Bruno Haible  <bruno@clisp.org>
2775
2776         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
2777         * modules/mbsrtowcs (License): Change to LGPLv2+.
2778         * modules/strnlen1 (License): Likewise.
2779         Reported by Simon Josefsson.
2780
2781 2009-05-02  Bruno Haible  <bruno@clisp.org>
2782
2783         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
2784         "cross".
2785         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
2786         gnulib-tool was called with option --source-base=lib.
2787
2788 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2789
2790         Use automake *-local hooks without commands, for extensibility.
2791         * modules/localcharset (Makefile.am): Rename install-exec-local
2792         rule to install-exec-localcharset, and make it a prerequisite of
2793         install-exec-local.  Likewise, rename the uninstall-local rule to
2794         uninstall-localcharset, and make it a prerequisite of the former.
2795
2796 2009-05-01  Bruno Haible  <bruno@clisp.org>
2797
2798         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
2799         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
2800         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
2801         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
2802         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
2803         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
2804         m4/locale-zh.m4, m4/codeset.m4.
2805
2806         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
2807         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
2808         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
2809         m4/locale-zh.m4.
2810
2811         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
2812         REPLACE_WCRTOMB if mbstate_t must be replaced.
2813         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
2814         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
2815
2816 2009-05-01  Bruno Haible  <bruno@clisp.org>
2817
2818         Avoid compiler warnings when redefining macros defined by <libintl.h>.
2819         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
2820         dngettext, dcngettext, textdomain, bindtextdomain,
2821         bind_textdomain_codeset): Undefine before redefining.
2822
2823 2009-04-30  Bruno Haible  <bruno@clisp.org>
2824
2825         Fix bug introduced on 2009-04-25.
2826         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
2827         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
2828         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
2829         is defined.
2830         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
2831         is defined.
2832         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
2833         is defined.
2834         Reported by Elbert_Pol <elbert.pol@gmail.com>.
2835
2836 2009-04-28  Bruno Haible  <bruno@clisp.org>
2837
2838         Comment tweaks.
2839         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
2840         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
2841         * lib/unicase.h (u*_casexfrm): Likewise.
2842         Reported by Paolo Bonzini.
2843
2844 2009-04-28  Bruno Haible  <bruno@clisp.org>
2845
2846         Fix a compilation error.
2847         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
2848         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
2849         Reported by Jim Meyering.
2850
2851 2009-04-27  Bruno Haible  <bruno@clisp.org>
2852
2853         New module 'libunistring'.
2854         * modules/libunistring: New file.
2855         * m4/libunistring.m4: New file.
2856         * MODULES.html.sh (Unicode string functions): Add it.
2857
2858 2009-04-27  Eric Blake  <ebb9@byu.net>
2859
2860         maint.mk: allow package-specific header to provide <config.h>
2861         * top/maint.mk (sc_require_config_h): New variable.
2862         (sc_require_config_h, sc_require_config_h_first): Use it.
2863
2864 2009-04-27  Simon Josefsson  <simon@josefsson.org>
2865
2866         * top/maint.mk (sc_avoid_if_before_free): Except
2867         useless-if-before-free script.
2868
2869 2009-04-27  Eric Blake  <ebb9@byu.net>
2870
2871         maintainer-makefile: depend on all required helper scripts
2872         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
2873         useless-if-before-free.
2874         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
2875         version, rather than assuming gnulib checkout is available.
2876         Reported by Simen Josefsson.
2877
2878 2009-04-26  Bruno Haible  <bruno@clisp.org>
2879
2880         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
2881         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
2882         "../" or "..".
2883
2884 2009-04-26  Bruno Haible  <bruno@clisp.org>
2885
2886         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
2887         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
2888         AC_LIB_HAVE_LINKFLAGS.
2889
2890 2009-04-26  Bruno Haible  <bruno@clisp.org>
2891
2892         Simplify calling convention of u*_conv_from_encoding.
2893         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
2894         u32_conv_from_encoding): Expect a resultbuf argument and return the
2895         result directly as a pointer.
2896         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
2897         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
2898         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
2899         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
2900         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
2901         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
2902         Update.
2903         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
2904         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
2905         * lib/vasnprintf.c (VASNPRINTF): Update.
2906         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
2907         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
2908         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
2909         * NEWS: Mention the change.
2910
2911 2009-04-26  Bruno Haible  <bruno@clisp.org>
2912
2913         Simplify calling convention of u*_conv_to_encoding.
2914         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
2915         u32_conv_to_encoding): Expect a resultbuf argument and return the
2916         result directly as a pointer.
2917         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
2918         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
2919         freeing scaled_offsets if mem_iconveha failed.
2920         * lib/unicase/u-casexfrm.h (FUNC): Update.
2921         * lib/uninorm/u-normxfrm.h (FUNC): Update.
2922         * lib/vasnprintf.c (VASNPRINTF): Update.
2923         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
2924         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
2925         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
2926         * NEWS: Mention the change.
2927
2928 2009-04-26  Bruno Haible  <bruno@clisp.org>
2929
2930         Avoid test failures on AIX and OSF/1.
2931         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
2932         malloc(0).
2933         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
2934         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
2935         Likewise.
2936         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
2937         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
2938         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
2939         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
2940         * doc/posix-functions/malloc.texi: Document the portability problem
2941         related to malloc(0).
2942
2943 2009-04-26  Bruno Haible  <bruno@clisp.org>
2944
2945         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
2946         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
2947         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
2948
2949 2009-04-25  Bruno Haible  <bruno@clisp.org>
2950
2951         Avoid link error when creating a namespace clean library.
2952         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
2953         as macro with arguments if already defined as an alias.
2954         * lib/signbitf.c (gl_signbitf): Don't undefine.
2955         * lib/signbitd.c (gl_signbitd): Don't undefine.
2956         * lib/signbitl.c (gl_signbitl): Don't undefine.
2957
2958 2009-04-25  Jim Meyering  <meyering@redhat.com>
2959
2960         vc-list-files: fix another quoting bug
2961         * build-aux/vc-list-files: Avoid sed backslash expansion
2962         of pathological directory names.
2963
2964 2009-04-25  Eric Blake  <ebb9@byu.net>
2965
2966         vc-list-files: fix shell quoting error
2967         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
2968         timestamp.
2969
2970 2009-04-25  Jim Meyering  <meyering@redhat.com>
2971
2972         vc-list-files: restore lost functionality with subdir argument
2973         * build-aux/vc-list-files: When given a non-"." sub-directory
2974         argument, substitute the $dir/ prefix back onto each resulting name.
2975         Otherwise, coreutils' root_tests check would fail.
2976
2977 2009-04-24  Eric Blake  <ebb9@byu.net>
2978
2979         vc-list-files: ignore git symlinks
2980         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
2981         than ls-files, to ignore git symlinks.
2982
2983         maint.mk: import improvements from m4
2984         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
2985         (move_if_change): Delete unused macro.
2986         (news-date-check, vc-diff-check): Support VPATH builds.
2987         (announcement): Likewise.  Split --bootstrap-tools list...
2988         (boostrap-tools): ...into separate list, which can be overridden
2989         in cfg.mk.
2990         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
2991         requiring dependency on useless-if-before-free module.
2992         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
2993         Support VPATH builds.
2994
2995 2009-04-24  Jim Meyering  <meyering@redhat.com>
2996
2997         maint.mk: remove coreutils-specific rules and variables
2998         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
2999         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
3000         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
3001
3002         maint.mk: remove obsolete rule
3003         * top/maint.mk (rel-check): Remove rule.
3004         (WGET, WGETFLAGS): Remove now-unused variables.
3005
3006 2009-04-24  Simon Josefsson  <simon@josefsson.org>
3007
3008         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
3009         consistency.
3010
3011         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
3012         '$(PATH_SEPARATOR)' instead of ':'.
3013
3014 2009-04-24  Simon Josefsson  <simon@josefsson.org>
3015
3016         * lib/getopt1.c (main): Use 'const' for static array.
3017
3018 2009-04-24  Simon Josefsson  <simon@josefsson.org>
3019
3020         * top/maint.mk: Sync with coreutils.
3021         * NEWS: Explain incompatibilities.
3022
3023 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3024             Bruno Haible  <bruno@clisp.org>
3025
3026         Fix cross-compilation results.
3027         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
3028         statement, as third argument of AC_TRY_RUN.
3029         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
3030         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
3031         Likewise.
3032         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
3033         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
3034         Likewise.
3035         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
3036         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
3037         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
3038
3039 2009-04-20  Bruno Haible  <bruno@clisp.org>
3040
3041         Avoid test failure on mingw.
3042         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
3043
3044 2009-04-20  Bruno Haible  <bruno@clisp.org>
3045
3046         Avoid compilation error on mingw.
3047         * modules/localename-tests (Depends-on): Add locale.
3048
3049 2009-04-19  Bruno Haible  <bruno@clisp.org>
3050
3051         Support for building a shared library on Windows platforms.
3052         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
3053         (main): Test the presence of UNINORM_NFC here.
3054         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
3055         (main): Test the presence of UNINORM_NFD here.
3056         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
3057         (main): Test the presence of UNINORM_NFKC here.
3058         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
3059         (main): Test the presence of UNINORM_NFKD here.
3060
3061 2009-04-19  Bruno Haible  <bruno@clisp.org>
3062
3063         Avoid a compiler warning.
3064         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
3065         Change type of variable 'sequence'.
3066
3067 2009-04-19  Bruno Haible  <bruno@clisp.org>
3068
3069         * modules/configmake (Makefile.am): When the contents of configmake.h
3070         does not change, arrange to preserve its modification time.
3071
3072 2009-04-17  Simon Josefsson  <simon@josefsson.org>
3073
3074         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
3075         gettext domain.
3076
3077 2009-04-16  Jim Meyering  <meyering@redhat.com>
3078
3079         useless-if-before-free: improve conversion code
3080         * build-aux/useless-if-before-free: Adjust code-in-comment to match
3081         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
3082
3083 2009-04-14  Bruno Haible  <bruno@clisp.org>
3084
3085         * modules/fcntl (Depends-on): Add extensions.
3086         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
3087
3088 2009-04-12  Ben Pfaff  <blp@gnu.org>
3089
3090         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
3091         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
3092
3093 2009-03-20  Ben Pfaff  <blp@gnu.org>
3094
3095         Make rename replace existing destinations on Windows.
3096         * m4/rename.m4: Add test for Mingw.
3097         * lib/rename.c: Add rename replacement that uses MoveFileEx with
3098         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
3099         * doc/posix-functions/rename.texi: Document.
3100
3101 2009-04-10  Bruno Haible  <bruno@clisp.org>
3102
3103         New include file "iconveh.h".
3104         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
3105         * lib/striconveh.h: Include it.
3106         (enum iconv_ilseq_handler): Remove definition.
3107         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
3108         striconveh.h.
3109         * lib/striconveha.c: Include striconveh.h.
3110         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
3111         * modules/striconveh (Files): Add lib/iconveh.h.
3112         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
3113         lib/striconveh.h.
3114
3115 2009-04-10  Bruno Haible  <bruno@clisp.org>
3116
3117         * lib/uniconv.h: Update comment.
3118
3119 2009-04-10  Bruno Haible  <bruno@clisp.org>
3120
3121         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
3122         always.
3123         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
3124         * lib/unistr/u16-mbtouc-aux.c: Likewise.
3125         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
3126         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
3127         "unistring-notinline.h", so that the function gets defined always.
3128         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
3129         * lib/unistr/u8-uctomb.c: Likewise.
3130         * lib/unistr/u16-mbtouc.c: Likewise.
3131         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
3132         * lib/unistr/u16-uctomb.c: Likewise.
3133         * lib/unistr/u32-mbtouc.c: Likewise.
3134         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
3135         * lib/unistr/u32-uctomb.c: Likewise.
3136
3137 2009-04-10  Bruno Haible  <bruno@clisp.org>
3138
3139         Mark 'utime' obsolete.
3140         * modules/utime (Status, Notice): New sections.
3141         Suggested by Jim Meyering.
3142
3143         Fix cross-compile guess for utime test.
3144         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
3145         autoconf.
3146         * doc/posix-functions/utime.texi: Give more precisions.
3147         Reported by Jan <ipif@ymail.com>.
3148
3149 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
3150
3151         filevercmp: correct today's change
3152         * lib/filevercmp.c: Also handle coreutils' test inputs.
3153         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
3154
3155         Fix regression in 'filevercmp' module. Thanks Sven Joachim
3156         for reporting it.
3157         * lib/filevercmp.c: Special handle for "", "." and "..".
3158         * tests/test-filevercmp.c: Enlarge the set suite.
3159
3160 2009-04-07  Jim Meyering  <meyering@redhat.com>
3161
3162         useless-if-before-free: show how to remove braced useless free, too
3163         * build-aux/useless-if-before-free: still only in a comment, though.
3164
3165 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
3166
3167         maint.mk: import changes to syntax-check macros from coreutils
3168         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
3169         Use them in the relevant macros.
3170
3171 2009-04-06  Bruno Haible  <bruno@clisp.org>
3172
3173         Fix unportable use of bit-fields.
3174         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
3175         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
3176         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
3177
3178 2009-04-06  Bruno Haible  <bruno@clisp.org>
3179
3180         Avoid test failures on AIX and OSF/1.
3181         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
3182         that malloc(0) = NULL.
3183         * tests/unicase/test-u8-tolower.c (check): Likewise.
3184         * tests/unicase/test-u8-totitle.c (check): Likewise.
3185         * tests/unicase/test-u8-toupper.c (check): Likewise.
3186         * tests/unicase/test-u16-casefold.c (check): Likewise.
3187         * tests/unicase/test-u16-tolower.c (check): Likewise.
3188         * tests/unicase/test-u16-totitle.c (check): Likewise.
3189         * tests/unicase/test-u16-toupper.c (check): Likewise.
3190         * tests/unicase/test-u32-casefold.c (check): Likewise.
3191         * tests/unicase/test-u32-tolower.c (check): Likewise.
3192         * tests/unicase/test-u32-totitle.c (check): Likewise.
3193         * tests/unicase/test-u32-toupper.c (check): Likewise.
3194         * tests/uninorm/test-u8-nfc.c (check): Likewise.
3195         * tests/uninorm/test-u8-nfd.c (check): Likewise.
3196         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
3197         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
3198         * tests/uninorm/test-u16-nfc.c (check): Likewise.
3199         * tests/uninorm/test-u16-nfd.c (check): Likewise.
3200         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
3201         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
3202         * tests/uninorm/test-u32-nfc.c (check): Likewise.
3203         * tests/uninorm/test-u32-nfd.c (check): Likewise.
3204         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
3205         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
3206
3207 2009-04-05  Bruno Haible  <bruno@clisp.org>
3208
3209         Work around an autoconf limitation.
3210         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
3211         comment line if it would be longer than 3 KB.
3212
3213 2009-04-05  Bruno Haible  <bruno@clisp.org>
3214
3215         Avoid test failure with libiconv-1.13.
3216         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
3217         of the expected test results.
3218
3219 2009-04-05  Bruno Haible  <bruno@clisp.org>
3220
3221         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
3222         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
3223         that it should be installed.
3224
3225 2009-04-05  Bruno Haible  <bruno@clisp.org>
3226
3227         * gnulib-tool: New option --copy-file.
3228         (func_usage): Document it.
3229         (func_dest_tmpfilename): Moved out of func_import.
3230         (func_add_file, func_update_file): New functions, extracted from
3231         func_import.
3232         (func_import): Update.
3233
3234 2009-04-05  Karl Berry  <karl@gnu.org>
3235
3236         * README: prominently mention gnulib-tool.
3237         Rearrange sections so getting the code is near the top.
3238
3239 2009-04-05  Bruno Haible  <bruno@clisp.org>
3240
3241         * lib/unicase.h: Mention u*_cmp2.
3242         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
3243         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
3244         * lib/unicase/ulc-casecmp.c: Likewise.
3245         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
3246         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
3247         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
3248         unistr/u8-cmp.
3249         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
3250         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
3251         unistr/u16-cmp.
3252         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
3253         unistr/u32-cmp.
3254
3255         * lib/uninorm.h: Mention u*_cmp2.
3256         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
3257         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
3258         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
3259         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
3260         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
3261         unistr/u8-cmp.
3262         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
3263         unistr/u16-cmp.
3264         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
3265         unistr/u32-cmp.
3266
3267         New module 'unistr/u32-cmp2'.
3268         * lib/unistr/u32-cmp2.c: New file.
3269         * modules/unistr/u32-cmp2: New file.
3270
3271         New module 'unistr/u16-cmp2'.
3272         * lib/unistr/u16-cmp2.c: New file.
3273         * modules/unistr/u16-cmp2: New file.
3274
3275         New module 'unistr/u8-cmp2'.
3276         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
3277         * lib/unistr/u8-cmp2.c: New file.
3278         * lib/unistr/u-cmp2.h: New file.
3279         * modules/unistr/u8-cmp2: New file.
3280
3281 2009-04-05  Bruno Haible  <bruno@clisp.org>
3282
3283         * lib/unictype.h (uc_property_is_valid): New macro.
3284         * tests/unictype/test-pr_byname.c (main): Use it.
3285
3286         * lib/unistr.h: Doc fixes.
3287         * lib/uniconv.h: Doc fixes.
3288         * lib/unictype.h: Doc fixes.
3289
3290 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
3291
3292         Port coreutils 7.2 to Solaris 8.
3293
3294         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
3295         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
3296         for Solaris 8.  This is a bit of a hack, as it means it's the
3297         caller's responsibility to add -lnsl if needed, but most likely it
3298         won't be needed since only getaddrinfo uses this and getaddrinfo
3299         isn't needed on Solaris 8.
3300
3301         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
3302         problem to Solaris 8 encountered with coreutils 7.2, which
3303         resulted in a message "fnmatch.c:292: warning: passing argument 4
3304         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
3305         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
3306
3307 2009-04-03  Simon Josefsson  <simon@josefsson.org>
3308
3309         * m4/ld-version-script.m4: Add FIXME comment.
3310
3311 2009-04-02  Simon Josefsson  <simon@josefsson.org>
3312
3313         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
3314         SOVERSION variable.
3315
3316 2009-04-02  Bruno Haible  <bruno@clisp.org>
3317
3318         * Makefile (info, html, dvi, pdf): Combine the rules.
3319         Suggested by Jim Meyering.
3320
3321 2009-04-01  Bruno Haible  <bruno@clisp.org>
3322
3323         * Makefile (info, html, dvi, pdf): New targets.
3324         Reported by Reuben Thomas <rrt@sc3d.org>.
3325
3326 2009-04-01  Bruno Haible  <bruno@clisp.org>
3327
3328         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
3329         can be put into PATH.
3330         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
3331
3332 2009-04-01  Bruno Haible  <bruno@clisp.org>
3333
3334         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
3335
3336 2009-04-01  Bruno Haible  <bruno@clisp.org>
3337
3338         Rename module 'visibility'.
3339         * modules/lib-symbol-visibility: Renamed from modules/visibility.
3340         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
3341         * doc/gnulib.texi: Update.
3342         * MODULES.html.sh (Misc): Update.
3343         * NEWS: Mention the change.
3344
3345 2009-04-01  Simon Josefsson  <simon@josefsson.org>
3346
3347         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
3348         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
3349         Eric Blake <ebb9@byu.net> for review.
3350         * MODULES.html.sh: Add lib-msvc-compat.
3351         * doc/gnulib.texi: Link to new section.
3352         * m4/ld-output-def.m4: New file.
3353         * doc/ld-output-def.texi: New file.
3354
3355 2009-04-01  Simon Josefsson  <simon@josefsson.org>
3356
3357         Rename ld-version-script to lib-symbol-versions.  Suggested by
3358         Bruno Haible <bruno@clisp.org>.
3359         * modules/ld-version-script: Renamed to lib-symbol-versions.
3360         * doc/ld-version-script.texi: Fix module name.
3361         * MODULES.html.sh: Add lib-symbol-versions.
3362
3363 2009-03-31  Simon Josefsson  <simon@josefsson.org>
3364
3365         * modules/u64-tests: New file.
3366         * tests/test-u64.c: New file.
3367
3368 2009-03-04  Simon Josefsson  <simon@josefsson.org>
3369
3370         * MODULES.html.sh: Mention u64.
3371         * modules/u64: New module.
3372         * modules/crypto/sha512: Depend on u64 module instead of providing
3373         u64.h.
3374
3375 2009-03-27  Eric Blake  <ebb9@byu.net>
3376
3377         test-strerror: make debugging EAI_SYSTEM easier
3378         * modules/getaddrinfo-tests (Depends-on): Add strerror.
3379         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
3380         failure was EAI_SYSTEM.
3381
3382 2009-03-25  Bruno Haible  <bruno@clisp.org>
3383
3384         Fix a problem with --enable-relocatable on Solaris 7.
3385         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
3386         since 2008-02-24.
3387
3388 2009-03-25  Eric Blake  <ebb9@byu.net>
3389
3390         test-sockets: avoid gcc warning
3391         * tests/test-sockets.c (main): Silence compiler warning.
3392
3393 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
3394
3395         New modules nproc, pthread, contributed by Glen Lenker.
3396
3397         * MODULES.html.sh: Add pthread, nproc.
3398         * lib/nproc.c: New file.
3399         * lib/nproc.h: New file.
3400         * lib/pthread.in.h: New file.
3401         * m4/pthread.m4: New file.
3402         * modules/nproc: New file.
3403         * modules/pthread: New file.
3404
3405 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3406
3407         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
3408         New variable.
3409
3410 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
3411
3412         filevercmp: handle simple~ and numbered.~3~ backup suffixes
3413         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
3414         * tests/test-filevercmp.c: Add tests for backup suffixes.
3415
3416 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3417
3418         * modules/stdlib (Depends-on): Add stdint, needed when defining
3419         struct random_data on, for example, HP-UX 10.20.  Reported by
3420         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3421
3422 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3423
3424         * lib/readline.c (readline): Call fflush on stdout after printing
3425         prompt.
3426
3427 2009-03-20  Bruno Haible  <bruno@clisp.org>
3428
3429         Remove dependency from 'close' module to -lws2_32 on native Windows.
3430         * lib/close-hook.h: New file.
3431         * lib/close-hook.c: New file.
3432         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
3433         w32sock.h.
3434         (_gl_close_fd_maybe_socket): Remove function.
3435         (rpl_close): Invoke execute_all_close_hooks instead of
3436         _gl_close_fd_maybe_socket.
3437         * lib/sockets.c: Include close-hook.h, w32sock.h.
3438         (close_fd_maybe_socket): New function, essentially from lib/close.c.
3439         (close_sockets_hook): New variable.
3440         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
3441         (gl_sockets_cleanup): Unregister it.
3442         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
3443         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
3444         * modules/close-hook: New file.
3445         * modules/close (Files): Remove lib/w32sock.h.
3446         (Depends-on): Add close-hook.
3447         (Link): Remove section.
3448         * modules/sockets (Files): Add lib/w32sock.h.
3449         (Depends-on): Add close-hook.
3450         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
3451         invocation.
3452         * NEWS: Mention that LIB_CLOSE is gone.
3453
3454 2009-03-23  Eric Blake  <ebb9@byu.net>
3455
3456         signal-tests: test previous patch
3457         * tests/test-signal.c: New file.
3458         * modules/signal-tests: Likewise.
3459
3460         signal.h: always support 'volatile sig_atomic_t'
3461         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
3462         (gl_SIGNAL_H_DEFAULTS): Add a default.
3463         * modules/signal (Makefile.am): Substitute if needed.
3464         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
3465         users can blindly add volatile.
3466         * doc/posix-headers/signal.texi (signal.h): Document it.
3467         Reported by Matthew Woehlke.
3468
3469 2009-03-23  Jim Meyering  <meyering@redhat.com>
3470
3471         pathmax: PATH_MAX: use pathconf only when available
3472         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
3473         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
3474         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
3475         This avoids a link failure in a PSP cross-compilation environment
3476         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
3477
3478         * lib/vasnprintf.c (divide): Fix typo in comment.
3479
3480 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3481
3482         * gnulib-tool (func_filter_filelist): Fix comment.
3483
3484 2009-03-20  Bruno Haible  <bruno@clisp.org>
3485
3486         Make sockets.h self-contained.
3487         * lib/sockets.c: Include sockets.h first.
3488         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
3489
3490 2009-03-19  Eric Blake  <ebb9@byu.net>
3491
3492         doc: mention more functions added in cygwin 1.7.0
3493         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
3494         addition.
3495         * doc/posix-functions/log2f.texi: Likewise.
3496
3497 2009-03-19  Jim Meyering  <meyering@redhat.com>
3498
3499         fsusage: avoid syntax error due to statement-before-declaration
3500         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
3501         after all declarations.  Reported by Matthew Woehlke in
3502         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
3503
3504 2009-03-18  Eric Blake  <ebb9@byu.net>
3505
3506         build-aux/compile: sync from automake
3507         * build-aux/compile: New file, from automake.
3508         * config/srclist.txt: Mention build-aux/compile.
3509
3510 2009-03-17  Bruno Haible  <bruno@clisp.org>
3511
3512         * lib/git-merge-changelog.c: Fix typo in comment.
3513         Reported by Reuben Thomas <rrt@sc3d.org>.
3514
3515 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
3516
3517         * m4/regex.m4: update and improve help for
3518         --without-included-regex.
3519
3520 2009-03-17  Simon Josefsson  <simon@josefsson.org>
3521
3522         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
3523         failure on missing include files.
3524
3525 2009-03-17  Eric Blake  <ebb9@byu.net>
3526
3527         doc: mention more functions added in cygwin 1.7.0
3528         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
3529         addition.
3530         * doc/posix-functions/fwscanf.texi: Likewise.
3531         * doc/posix-functions/swprintf.texi: Likewise.
3532         * doc/posix-functions/swscanf.texi: Likewise.
3533         * doc/posix-functions/vfwprintf.texi: Likewise.
3534         * doc/posix-functions/vfwscanf.texi: Likewise.
3535         * doc/posix-functions/vswprintf.texi: Likewise.
3536         * doc/posix-functions/vswscanf.texi: Likewise.
3537         * doc/posix-functions/vwprintf.texi: Likewise.
3538         * doc/posix-functions/vwscanf.texi: Likewise.
3539         * doc/posix-functions/wcscasecmp.texi: Likewise.
3540         * doc/posix-functions/wcsdup.texi: Likewise.
3541         * doc/posix-functions/wcsftime.texi: Likewise.
3542         * doc/posix-functions/wcsncasecmp.texi: Likewise.
3543         * doc/posix-functions/wprintf.texi: Likewise.
3544         * doc/posix-functions/wscanf.texi: Likewise.
3545         * doc/glibc-functions/gethostbyname2.texi: Likewise.
3546
3547 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3548
3549         maint.mk: really add $(AM_MAKEFLAGS)
3550         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
3551         was inadvertently omitted in the last commit.
3552         Spotted by Bruno Haible.
3553
3554         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
3555         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
3556         $(AM_MAKEFLAGS)' rather than plain `make'.
3557
3558         gnulib-tool: execute $MAKE not make
3559         * gnulib-tool: Default $MAKE to 'make'.
3560         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
3561         than make.  Initialize $MAKE in the do-autobuild script.
3562
3563         gnulib-tool: use $MAKE not make in generated files
3564         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
3565         make, in generated files.  Initialize $MAKE in the do-autobuild
3566         script.
3567
3568         * top/GNUmakefile (_have-git-version-gen): Fix typo.
3569
3570         GNUmakefile: disable parallelism only for multiple, recursive targets
3571         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
3572         additions in the Makefile.
3573         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
3574         by Automake.
3575         (.NOTPARALLEL): Only disable parallel builds if multiple targets
3576         are listed on the command line and at least one of them is
3577         listed in $(ALL_RECURSIVE_TARGETS).
3578
3579 2009-03-14  Bruno Haible  <bruno@clisp.org>
3580
3581         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
3582         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
3583         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
3584         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
3585         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
3586         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
3587         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
3588         unistr/u8-uctomb.
3589         * modules/unistr/u8-strchr (Depends-on): Likewise.
3590         * modules/unistr/u8-strrchr (Depends-on): Likewise.
3591         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
3592         unistr/u16-uctomb.
3593         * modules/unistr/u16-strchr (Depends-on): Likewise.
3594         * modules/unistr/u16-strrchr (Depends-on): Likewise.
3595
3596 2009-03-12  Bruno Haible  <bruno@clisp.org>
3597
3598         Work around select() bug on Interix 3.5.
3599         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
3600         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
3601         * m4/select.m4: New file.
3602         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
3603         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
3604         * modules/select (Files): Add m4/select.m4.
3605         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
3606         * modules/nanosleep (Depends-on): Add select.
3607         * modules/poll (Depends-on): Likewise.
3608         * doc/posix-functions/select.texi: Mention the Interix bug.
3609         Reported by Markus Duft <mduft@gentoo.org>.
3610
3611         * lib/select.c: Renamed from lib/winsock-select.c.
3612         * modules/select (Files): Add lib/select.c, remove
3613         lib/winsock-select.c.
3614         (configure.ac): Update.
3615
3616 2009-03-12  Jim Meyering  <meyering@redhat.com>
3617
3618         avoid gcc warnings about unused macro definitions
3619         * lib/readtokens.c (STREQ): Remove unused definition.
3620         * lib/xmalloc.c (SIZE_MAX): Likewise.
3621         * lib/openat-die.c (N_): Likewise.
3622         * lib/mountlist.c (SIZE_MAX): Remove definition.
3623         Instead, include <stdint.h>.
3624         * lib/readutmp.c: Likewise.
3625         * modules/readutmp (Depends-on): Add stdint.
3626         * modules/mountlist (Depends-on): Add stdint.
3627         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
3628
3629 2009-03-10  Bruno Haible  <bruno@clisp.org>
3630
3631         Tests for module 'mbmemcasecoll'.
3632         * modules/mbmemcasecoll-tests: New file.
3633         * tests/test-mbmemcasecoll1.sh: New file.
3634         * tests/test-mbmemcasecoll2.sh: New file.
3635         * tests/test-mbmemcasecoll3.sh: New file.
3636         * tests/test-mbmemcasecoll.c: New file.
3637
3638         New module 'mbmemcasecoll'.
3639         * lib/mbmemcasecoll.h: New file.
3640         * lib/mbmemcasecoll.c: New file.
3641         * modules/mbmemcasecoll: New file.
3642
3643         * tests/test-mbmemcasecmp.h: New file, extracted from
3644         tests/test-mbmemcasecmp.c.
3645         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
3646         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
3647         (main): Update.
3648         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
3649
3650 2009-03-09  Bruno Haible  <bruno@clisp.org>
3651
3652         Tests for module 'mbmemcasecmp'.
3653         * modules/mbmemcasecmp-tests: New file.
3654         * tests/test-mbmemcasecmp1.sh: New file.
3655         * tests/test-mbmemcasecmp2.sh: New file.
3656         * tests/test-mbmemcasecmp3.sh: New file.
3657         * tests/test-mbmemcasecmp.c: New file.
3658
3659         New module 'mbmemcasecmp'.
3660         * lib/mbmemcasecmp.h: New file.
3661         * lib/mbmemcasecmp.c: New file.
3662         * modules/mbmemcasecmp: New file.
3663
3664 2009-03-09  Bruno Haible  <bruno@clisp.org>
3665
3666         Tests for module 'unicase/ulc-casecoll'.
3667         * modules/unicase/ulc-casecoll-tests: New file.
3668         * tests/unicase/test-ulc-casecoll1.sh: New file.
3669         * tests/unicase/test-ulc-casecoll2.sh: New file.
3670         * tests/unicase/test-ulc-casecoll.c: New file.
3671
3672         New module 'unicase/ulc-casecoll'.
3673         * lib/unicase.h (ulc_casecoll): New declaration.
3674         * lib/unicase/ulc-casecoll.c: New file.
3675         * modules/unicase/ulc-casecoll: New file.
3676
3677         New module 'unicase/ulc-casexfrm'.
3678         * lib/unicase.h (ulc_casexfrm): New declaration.
3679         * lib/unicase/ulc-casexfrm.c: New file.
3680         * modules/unicase/ulc-casexfrm: New file.
3681
3682 2009-03-09  Bruno Haible  <bruno@clisp.org>
3683
3684         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
3685         invocations.
3686
3687         * m4/mbscasecmp.m4: Remove file.
3688         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
3689         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
3690
3691         * m4/mbscasestr.m4: Remove file.
3692         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
3693         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
3694
3695         * m4/mbschr.m4: Remove file.
3696         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
3697         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
3698
3699         * m4/mbscspn.m4: Remove file.
3700         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
3701         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
3702
3703         * m4/mbslen.m4: Remove file.
3704         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
3705         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
3706
3707         * m4/mbsncasecmp.m4: Remove file.
3708         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
3709         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
3710
3711         * m4/mbsnlen.m4: Remove file.
3712         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
3713         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
3714
3715         * m4/mbspbrk.m4: Remove file.
3716         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
3717         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
3718
3719         * m4/mbspcasecmp.m4: Remove file.
3720         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
3721         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
3722
3723         * m4/mbsrchr.m4: Remove file.
3724         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
3725         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
3726
3727         * m4/mbssep.m4: Remove file.
3728         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
3729         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
3730
3731         * m4/mbsspn.m4: Remove file.
3732         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
3733         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
3734
3735         * m4/mbsstr.m4: Remove file.
3736         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
3737         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
3738
3739         * m4/mbstok_r.m4: Remove file.
3740         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
3741         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
3742
3743         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
3744
3745         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
3746         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
3747
3748         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
3749
3750 2009-03-08  Bruno Haible  <bruno@clisp.org>
3751
3752         Tests for module 'unicase/ulc-casecmp'.
3753         * modules/unicase/ulc-casecmp-tests: New file.
3754         * tests/unicase/test-ulc-casecmp1.sh: New file.
3755         * tests/unicase/test-ulc-casecmp2.sh: New file.
3756         * tests/unicase/test-ulc-casecmp.c: New file.
3757
3758         New module 'unicase/ulc-casecmp'.
3759         * lib/unicase.h (ulc_casecmp): New declaration.
3760         * lib/unicase/ulc-casecmp.c: New file.
3761         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
3762         'const SRC_UNIT *'.
3763         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
3764         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
3765         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
3766         * modules/unicase/ulc-casecmp: New file.
3767
3768         Tests for module 'unicase/u32-is-cased'.
3769         * modules/unicase/u32-is-cased-tests: New file.
3770         * tests/unicase/test-u32-is-cased.c: New file.
3771
3772         Tests for module 'unicase/u16-is-cased'.
3773         * modules/unicase/u16-is-cased-tests: New file.
3774         * tests/unicase/test-u16-is-cased.c: New file.
3775
3776         Tests for module 'unicase/u8-is-cased'.
3777         * modules/unicase/u8-is-cased-tests: New file.
3778         * tests/unicase/test-u8-is-cased.c: New file.
3779         * tests/unicase/test-is-cased.h: New file.
3780
3781         New module 'unicase/u32-is-cased'.
3782         * lib/unicase/u32-is-cased.c: New file.
3783         * modules/unicase/u32-is-cased: New file.
3784
3785         New module 'unicase/u16-is-cased'.
3786         * lib/unicase/u16-is-cased.c: New file.
3787         * modules/unicase/u16-is-cased: New file.
3788
3789         New module 'unicase/u8-is-cased'.
3790         * lib/unicase/u8-is-cased.c: New file.
3791         * lib/unicase/u-is-cased.h: New file.
3792         * modules/unicase/u8-is-cased: New file.
3793
3794         Tests for module 'unicase/u32-is-casefolded'.
3795         * modules/unicase/u32-is-casefolded-tests: New file.
3796         * tests/unicase/test-u32-is-casefolded.c: New file.
3797
3798         Tests for module 'unicase/u16-is-casefolded'.
3799         * modules/unicase/u16-is-casefolded-tests: New file.
3800         * tests/unicase/test-u16-is-casefolded.c: New file.
3801
3802         Tests for module 'unicase/u8-is-casefolded'.
3803         * modules/unicase/u8-is-casefolded-tests: New file.
3804         * tests/unicase/test-u8-is-casefolded.c: New file.
3805         * tests/unicase/test-is-casefolded.h: New file.
3806
3807         New module 'unicase/u32-is-casefolded'.
3808         * lib/unicase/u32-is-casefolded.c: New file.
3809         * modules/unicase/u32-is-casefolded: New file.
3810
3811         New module 'unicase/u16-is-casefolded'.
3812         * lib/unicase/u16-is-casefolded.c: New file.
3813         * modules/unicase/u16-is-casefolded: New file.
3814
3815         New module 'unicase/u8-is-casefolded'.
3816         * lib/unicase/u8-is-casefolded.c: New file.
3817         * modules/unicase/u8-is-casefolded: New file.
3818
3819         Tests for module 'unicase/u32-is-titlecase'.
3820         * modules/unicase/u32-is-titlecase-tests: New file.
3821         * tests/unicase/test-u32-is-titlecase.c: New file.
3822
3823         Tests for module 'unicase/u16-is-titlecase'.
3824         * modules/unicase/u16-is-titlecase-tests: New file.
3825         * tests/unicase/test-u16-is-titlecase.c: New file.
3826
3827         Tests for module 'unicase/u8-is-titlecase'.
3828         * modules/unicase/u8-is-titlecase-tests: New file.
3829         * tests/unicase/test-u8-is-titlecase.c: New file.
3830         * tests/unicase/test-is-titlecase.h: New file.
3831
3832         New module 'unicase/u32-is-titlecase'.
3833         * lib/unicase/u32-is-titlecase.c: New file.
3834         * modules/unicase/u32-is-titlecase: New file.
3835
3836         New module 'unicase/u16-is-titlecase'.
3837         * lib/unicase/u16-is-titlecase.c: New file.
3838         * modules/unicase/u16-is-titlecase: New file.
3839
3840         New module 'unicase/u8-is-titlecase'.
3841         * lib/unicase/u8-is-titlecase.c: New file.
3842         * modules/unicase/u8-is-titlecase: New file.
3843
3844         Tests for module 'unicase/u32-is-lowercase'.
3845         * modules/unicase/u32-is-lowercase-tests: New file.
3846         * tests/unicase/test-u32-is-lowercase.c: New file.
3847
3848         Tests for module 'unicase/u16-is-lowercase'.
3849         * modules/unicase/u16-is-lowercase-tests: New file.
3850         * tests/unicase/test-u16-is-lowercase.c: New file.
3851
3852         Tests for module 'unicase/u8-is-lowercase'.
3853         * modules/unicase/u8-is-lowercase-tests: New file.
3854         * tests/unicase/test-u8-is-lowercase.c: New file.
3855         * tests/unicase/test-is-lowercase.h: New file.
3856
3857         New module 'unicase/u32-is-lowercase'.
3858         * lib/unicase/u32-is-lowercase.c: New file.
3859         * modules/unicase/u32-is-lowercase: New file.
3860
3861         New module 'unicase/u16-is-lowercase'.
3862         * lib/unicase/u16-is-lowercase.c: New file.
3863         * modules/unicase/u16-is-lowercase: New file.
3864
3865         New module 'unicase/u8-is-lowercase'.
3866         * lib/unicase/u8-is-lowercase.c: New file.
3867         * modules/unicase/u8-is-lowercase: New file.
3868
3869         Tests for module 'unicase/u32-is-uppercase'.
3870         * modules/unicase/u32-is-uppercase-tests: New file.
3871         * tests/unicase/test-u32-is-uppercase.c: New file.
3872
3873         Tests for module 'unicase/u16-is-uppercase'.
3874         * modules/unicase/u16-is-uppercase-tests: New file.
3875         * tests/unicase/test-u16-is-uppercase.c: New file.
3876
3877         Tests for module 'unicase/u8-is-uppercase'.
3878         * modules/unicase/u8-is-uppercase-tests: New file.
3879         * tests/unicase/test-u8-is-uppercase.c: New file.
3880         * tests/unicase/test-is-uppercase.h: New file.
3881
3882         New module 'unicase/u32-is-uppercase'.
3883         * lib/unicase/u32-is-uppercase.c: New file.
3884         * modules/unicase/u32-is-uppercase: New file.
3885
3886         New module 'unicase/u16-is-uppercase'.
3887         * lib/unicase/u16-is-uppercase.c: New file.
3888         * modules/unicase/u16-is-uppercase: New file.
3889
3890         New module 'unicase/u8-is-uppercase'.
3891         * lib/unicase/u8-is-uppercase.c: New file.
3892         * modules/unicase/u8-is-uppercase: New file.
3893
3894         New module 'unicase/u32-is-invariant'.
3895         * lib/unicase/u32-is-invariant.c: New file.
3896         * modules/unicase/u32-is-invariant: New file.
3897
3898         New module 'unicase/u16-is-invariant'.
3899         * lib/unicase/u16-is-invariant.c: New file.
3900         * modules/unicase/u16-is-invariant: New file.
3901
3902         New module 'unicase/u8-is-invariant'.
3903         * lib/unicase/u8-is-invariant.c: New file.
3904         * lib/unicase/invariant.h: New file.
3905         * lib/unicase/u-is-invariant.h: New file.
3906         * modules/unicase/u8-is-invariant: New file.
3907
3908         Tests for module 'unicase/u32-casecoll'.
3909         * modules/unicase/u32-casecoll-tests: New file.
3910         * tests/unicase/test-u32-casecoll.c: New file.
3911
3912         Tests for module 'unicase/u16-casecoll'.
3913         * modules/unicase/u16-casecoll-tests: New file.
3914         * tests/unicase/test-u16-casecoll.c: New file.
3915
3916         Tests for module 'unicase/u8-casecoll'.
3917         * modules/unicase/u8-casecoll-tests: New file.
3918         * tests/unicase/test-u8-casecoll.c: New file.
3919
3920         New module 'unicase/u32-casecoll'.
3921         * lib/unicase/u32-casecoll.c: New file.
3922         * modules/unicase/u32-casecoll: New file.
3923
3924         New module 'unicase/u16-casecoll'.
3925         * lib/unicase/u16-casecoll.c: New file.
3926         * modules/unicase/u16-casecoll: New file.
3927
3928         New module 'unicase/u8-casecoll'.
3929         * lib/unicase/u8-casecoll.c: New file.
3930         * lib/unicase/u-casecoll.h: New file.
3931         * modules/unicase/u8-casecoll: New file.
3932
3933         New module 'unicase/u32-casexfrm'.
3934         * lib/unicase/u32-casexfrm.c: New file.
3935         * modules/unicase/u32-casexfrm: New file.
3936
3937         New module 'unicase/u16-casexfrm'.
3938         * lib/unicase/u16-casexfrm.c: New file.
3939         * modules/unicase/u16-casexfrm: New file.
3940
3941         New module 'unicase/u8-casexfrm'.
3942         * lib/unicase/u8-casexfrm.c: New file.
3943         * lib/unicase/u-casexfrm.h: New file.
3944         * modules/unicase/u8-casexfrm: New file.
3945
3946         Tests for module 'unicase/u32-casecmp'.
3947         * modules/unicase/u32-casecmp-tests: New file.
3948         * tests/unicase/test-u32-casecmp.c: New file.
3949
3950         Tests for module 'unicase/u16-casecmp'.
3951         * modules/unicase/u16-casecmp-tests: New file.
3952         * tests/unicase/test-u16-casecmp.c: New file.
3953
3954         Tests for module 'unicase/u8-casecmp'.
3955         * modules/unicase/u8-casecmp-tests: New file.
3956         * tests/unicase/test-u8-casecmp.c: New file.
3957         * tests/unicase/test-casecmp.h: New file.
3958
3959         New module 'unicase/u32-casecmp'.
3960         * lib/unicase/u32-casecmp.c: New file.
3961         * modules/unicase/u32-casecmp: New file.
3962
3963         New module 'unicase/u16-casecmp'.
3964         * lib/unicase/u16-casecmp.c: New file.
3965         * modules/unicase/u16-casecmp: New file.
3966
3967         New module 'unicase/u8-casecmp'.
3968         * lib/unicase/u8-casecmp.c: New file.
3969         * lib/unicase/u-casecmp.h: New file.
3970         * modules/unicase/u8-casecmp: New file.
3971
3972         Tests for module 'unicase/u32-casefold'.
3973         * modules/unicase/u32-casefold-tests: New file.
3974         * tests/unicase/test-u32-casefold.c: New file.
3975
3976         Tests for module 'unicase/u16-casefold'.
3977         * modules/unicase/u16-casefold-tests: New file.
3978         * tests/unicase/test-u16-casefold.c: New file.
3979
3980         Tests for module 'unicase/u8-casefold'.
3981         * modules/unicase/u8-casefold-tests: New file.
3982         * tests/unicase/test-u8-casefold.c: New file.
3983
3984         New module 'unicase/u32-casefold'.
3985         * lib/unicase/u32-casefold.c: New file.
3986         * modules/unicase/u32-casefold: New file.
3987
3988         New module 'unicase/u16-casefold'.
3989         * lib/unicase/u16-casefold.c: New file.
3990         * modules/unicase/u16-casefold: New file.
3991
3992         New module 'unicase/u8-casefold'.
3993         * lib/unicase/u8-casefold.c: New file.
3994         * lib/unicase/u-casefold.h: New file.
3995         * modules/unicase/u8-casefold: New file.
3996
3997         New module 'unicase/tocasefold'.
3998         * lib/unicase/casefold.h: New file.
3999         * lib/unicase/tocasefold.c: New file.
4000         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
4001         * modules/unicase/tocasefold: New file.
4002
4003         Tests for module 'unicase/u32-totitle'.
4004         * modules/unicase/u32-totitle-tests: New file.
4005         * tests/unicase/test-u32-totitle.c: New file.
4006
4007         Tests for module 'unicase/u16-totitle'.
4008         * modules/unicase/u16-totitle-tests: New file.
4009         * tests/unicase/test-u16-totitle.c: New file.
4010
4011         Tests for module 'unicase/u8-totitle'.
4012         * modules/unicase/u8-totitle-tests: New file.
4013         * tests/unicase/test-u8-totitle.c: New file.
4014
4015         New module 'unicase/u32-totitle'.
4016         * lib/unicase/u32-totitle.c: New file.
4017         * modules/unicase/u32-totitle: New file.
4018
4019         New module 'unicase/u16-totitle'.
4020         * lib/unicase/u16-totitle.c: New file.
4021         * modules/unicase/u16-totitle: New file.
4022
4023         New module 'unicase/u8-totitle'.
4024         * lib/unicase/u8-totitle.c: New file.
4025         * lib/unicase/u-totitle.h: New file.
4026         * modules/unicase/u8-totitle: New file.
4027
4028         Tests for module 'unicase/u32-tolower'.
4029         * modules/unicase/u32-tolower-tests: New file.
4030         * tests/unicase/test-u32-tolower.c: New file.
4031
4032         Tests for module 'unicase/u16-tolower'.
4033         * modules/unicase/u16-tolower-tests: New file.
4034         * tests/unicase/test-u16-tolower.c: New file.
4035
4036         Tests for module 'unicase/u8-tolower'.
4037         * modules/unicase/u8-tolower-tests: New file.
4038         * tests/unicase/test-u8-tolower.c: New file.
4039
4040         New module 'unicase/u32-tolower'.
4041         * lib/unicase/u32-tolower.c: New file.
4042         * modules/unicase/u32-tolower: New file.
4043
4044         New module 'unicase/u16-tolower'.
4045         * lib/unicase/u16-tolower.c: New file.
4046         * modules/unicase/u16-tolower: New file.
4047
4048         New module 'unicase/u8-tolower'.
4049         * lib/unicase/u8-tolower.c: New file.
4050         * modules/unicase/u8-tolower: New file.
4051
4052         Tests for module 'unicase/u32-toupper'.
4053         * modules/unicase/u32-toupper-tests: New file.
4054         * tests/unicase/test-u32-toupper.c: New file.
4055
4056         Tests for module 'unicase/u16-toupper'.
4057         * modules/unicase/u16-toupper-tests: New file.
4058         * tests/unicase/test-u16-toupper.c: New file.
4059
4060         Tests for module 'unicase/u8-toupper'.
4061         * modules/unicase/u8-toupper-tests: New file.
4062         * tests/unicase/test-u8-toupper.c: New file.
4063
4064         New module 'unicase/u32-toupper'.
4065         * lib/unicase/u32-toupper.c: New file.
4066         * modules/unicase/u32-toupper: New file.
4067
4068         New module 'unicase/u16-toupper'.
4069         * lib/unicase/u16-toupper.c: New file.
4070         * modules/unicase/u16-toupper: New file.
4071
4072         New module 'unicase/u8-toupper'.
4073         * lib/unicase/u8-toupper.c: New file.
4074         * modules/unicase/u8-toupper: New file.
4075
4076         New module 'unicase/u32-casemap'.
4077         * lib/unicase/u32-casemap.c: New file.
4078         * modules/unicase/u32-casemap: New file.
4079
4080         New module 'unicase/u16-casemap'.
4081         * lib/unicase/u16-casemap.c: New file.
4082         * modules/unicase/u16-casemap: New file.
4083
4084         New module 'unicase/u8-casemap'.
4085         * lib/unicase/unicasemap.h: New file.
4086         * lib/unicase/u8-casemap.c: New file.
4087         * lib/unicase/u-casemap.h: New file.
4088         * modules/unicase/u8-casemap: New file.
4089
4090         New module 'unicase/special-casing'.
4091         * lib/unicase/special-casing.h: New file.
4092         * lib/unicase/special-casing.c: New file.
4093         * lib/unicase/special-casing-table.gperf: New file, generated by
4094         gen-uni-tables.c.
4095         * modules/unicase/special-casing: New file.
4096
4097         Tests for module 'unicase/locale-language'.
4098         * modules/unicase/locale-language-tests: New file.
4099         * tests/unicase/test-locale-language.sh: New file.
4100         * tests/unicase/test-locale-language.c: New file.
4101
4102         New module 'unicase/locale-language'.
4103         * lib/unicase/locale-language.c: New file.
4104         * lib/unicase/locale-languages.gperf: New file.
4105         * modules/unicase/locale-language: New file.
4106
4107         Generate more tables for case conversion and case folding.
4108         * lib/gen-uni-tables.c (SCC_*): New enum items.
4109         (struct special_casing_rule): New type.
4110         (casing_rules, num_casing_rules, allocated_casing_rules): New
4111         variables.
4112         (add_casing_rule, fill_casing_rules): New functions.
4113         (struct casefold_rule): New type.
4114         (casefolding_rules, num_casefolding_rules,
4115         allocated_casefolding_rules): New variables.
4116         (fill_casefolding_rules): New function.
4117         (unicode_casefold): New variable.
4118         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
4119         sort_casing_rules, output_casing_rules): New functions.
4120         (main): Accept to more arguments: SpecialCasing.txt and
4121         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
4122         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
4123         Output mapping for casefolding.
4124
4125         * lib/unicase.h: Include stdbool.h, uninorm.h.
4126         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
4127         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
4128         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
4129         arguments.
4130         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
4131         resultp arguments.
4132         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
4133         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
4134         resultp arguments.
4135         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
4136         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
4137         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
4138         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
4139         declarations.
4140         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
4141
4142 2009-03-08  Bruno Haible  <bruno@clisp.org>
4143
4144         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
4145         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
4146         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
4147         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
4148
4149 2009-03-07  Bruno Haible  <bruno@clisp.org>
4150
4151         Adjust u*_normcmp, u*_normcoll API.
4152         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
4153         u16_normcoll, u32_normcoll): Change failure conventions.
4154         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
4155         errno and return -1.
4156         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
4157
4158 2009-03-07  Bruno Haible  <bruno@clisp.org>
4159
4160         Tests for module 'uninorm/u32-normcoll'.
4161         * modules/uninorm/u32-normcoll-tests: New file.
4162         * tests/uninorm/test-u32-normcoll.c: New file.
4163
4164         Tests for module 'uninorm/u16-normcoll'.
4165         * modules/uninorm/u16-normcoll-tests: New file.
4166         * tests/uninorm/test-u16-normcoll.c: New file.
4167
4168         Tests for module 'uninorm/u8-normcoll'.
4169         * modules/uninorm/u8-normcoll-tests: New file.
4170         * tests/uninorm/test-u8-normcoll.c: New file.
4171
4172 2009-03-07  Bruno Haible  <bruno@clisp.org>
4173
4174         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
4175         tests/uninorm/test-u32-normcmp.c.
4176         * tests/uninorm/test-u32-normcmp.c: Include it.
4177         (test_nonascii): New function, extracted from main. Add some more
4178         tests.
4179         (main): Invoke test_ascii and test_nonascii.
4180         * modules/uninorm/u32-normcmp-tests (Files): Add
4181         tests/uninorm/test-u32-normcmp.h.
4182         (Depends-on): Remove uninorm/u32-normcmp.
4183
4184         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
4185         tests/uninorm/test-u16-normcmp.c.
4186         * tests/uninorm/test-u16-normcmp.c: Include it.
4187         (test_nonascii): New function, extracted from main. Add some more
4188         tests.
4189         (main): Invoke test_ascii and test_nonascii.
4190         * modules/uninorm/u16-normcmp-tests (Files): Add
4191         tests/uninorm/test-u16-normcmp.h.
4192         (Depends-on): Remove uninorm/u16-normcmp.
4193
4194         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
4195         tests/uninorm/test-u8-normcmp.c.
4196         * tests/uninorm/test-u8-normcmp.c: Include it.
4197         (test_nonascii): New function, extracted from main. Add some more
4198         tests.
4199         (main): Invoke test_ascii and test_nonascii.
4200         * modules/uninorm/u8-normcmp-tests (Files): Add
4201         tests/uninorm/test-u8-normcmp.h.
4202         (Depends-on): Remove uninorm/u8-normcmp.
4203
4204 2009-03-07  Bruno Haible  <bruno@clisp.org>
4205
4206         New module 'uninorm/u32-normcoll'.
4207         * lib/uninorm/u32-normcoll.c: New file.
4208         * modules/uninorm/u32-normcoll: New file.
4209
4210         New module 'uninorm/u16-normcoll'.
4211         * lib/uninorm/u16-normcoll.c: New file.
4212         * modules/uninorm/u16-normcoll: New file.
4213
4214         New module 'uninorm/u8-normcoll'.
4215         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
4216         declarations.
4217         * lib/uninorm/u8-normcoll.c: New file.
4218         * lib/uninorm/u-normcoll.h: New file.
4219         * modules/uninorm/u8-normcoll: New file.
4220
4221         New module 'uninorm/u32-normxfrm'.
4222         * lib/uninorm/u32-normxfrm.c: New file.
4223         * modules/uninorm/u32-normxfrm: New file.
4224
4225         New module 'uninorm/u16-normxfrm'.
4226         * lib/uninorm/u16-normxfrm.c: New file.
4227         * modules/uninorm/u16-normxfrm: New file.
4228
4229         New module 'uninorm/u8-normxfrm'.
4230         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
4231         declarations.
4232         * lib/uninorm/u8-normxfrm.c: New file.
4233         * lib/uninorm/u-normxfrm.h: New file.
4234         * modules/uninorm/u8-normxfrm: New file.
4235
4236 2009-03-07  Bruno Haible  <bruno@clisp.org>
4237
4238         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
4239         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
4240         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
4241
4242 2009-03-07  Bruno Haible  <bruno@clisp.org>
4243
4244         New module 'memxfrm'.
4245         * lib/memxfrm.h: New file.
4246         * lib/memxfrm.c: New file.
4247         * modules/memxfrm: New file.
4248
4249 2009-03-07  Bruno Haible  <bruno@clisp.org>
4250
4251         New module 'memcmp2'.
4252         * lib/memcmp2.h: New file.
4253         * lib/memcmp2.c: New file.
4254         * modules/memcmp2: New file.
4255
4256 2009-03-07  Bruno Haible  <bruno@clisp.org>
4257
4258         Tests for module 'uninorm/decomposing-form'.
4259         * modules/uninorm/decomposing-form-tests: New file.
4260         * tests/uninorm/test-decomposing-form.c: New file.
4261
4262         New module 'uninorm/decomposing-form'.
4263         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
4264         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
4265         Add 'decomposing_variant' field.
4266         * lib/uninorm/decomposing-form.c: New file.
4267         * lib/uninorm/nfc.c (uninorm_nfc): Update.
4268         * lib/uninorm/nfd.c (uninorm_nfd): Update.
4269         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
4270         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
4271         * modules/uninorm/decomposing-form: New file.
4272         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
4273         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
4274
4275 2009-03-07  Bruno Haible  <bruno@clisp.org>
4276
4277         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
4278         strings.
4279
4280 2009-03-06  Bruno Haible  <bruno@clisp.org>
4281
4282         Tests for module 'uninorm/u32-normcmp'.
4283         * tests/uninorm/test-u32-normcmp.c: New file.
4284         * modules/uninorm/u32-normcmp-tests: New file.
4285
4286         Tests for module 'uninorm/u16-normcmp'.
4287         * tests/uninorm/test-u16-normcmp.c: New file.
4288         * modules/uninorm/u16-normcmp-tests: New file.
4289
4290         Tests for module 'uninorm/u8-normcmp'.
4291         * tests/uninorm/test-u8-normcmp.c: New file.
4292         * modules/uninorm/u8-normcmp-tests: New file.
4293
4294         New module 'uninorm/u32-normcmp'.
4295         * lib/uninorm/u32-normcmp.c: New file.
4296         * modules/uninorm/u32-normcmp: New file.
4297
4298         New module 'uninorm/u16-normcmp'.
4299         * lib/uninorm/u16-normcmp.c: New file.
4300         * modules/uninorm/u16-normcmp: New file.
4301
4302         New module 'uninorm/u8-normcmp'.
4303         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
4304         declarations.
4305         * lib/uninorm/u8-normcmp.c: New file.
4306         * lib/uninorm/u-normcmp.h: New file.
4307         * modules/uninorm/u8-normcmp: New file.
4308
4309 2009-03-06  Bruno Haible  <bruno@clisp.org>
4310
4311         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
4312         Reported by Eric Blake.
4313
4314 2009-03-06  Eric Blake  <ebb9@byu.net>
4315             Bruno Haible  <bruno@clisp.org>
4316
4317         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
4318         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
4319         condition.
4320         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
4321         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
4322         condition.
4323         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
4324
4325 2009-03-06  Eric Blake  <ebb9@byu.net>
4326
4327         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
4328         to avoid compiler warnings.
4329         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
4330
4331 2009-03-05  Bruno Haible  <bruno@clisp.org>
4332
4333         * tests/test-ftell.c (main): Disable test beyond end of file on
4334         FreeMiNT.
4335         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
4336
4337 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
4338
4339         * lib/filevercmp.c: Move hidden files up in ordering.
4340         * tests/test-filevercmp.c: Add tests for hidden files.
4341
4342 2009-03-04  Bruno Haible  <bruno@clisp.org>
4343
4344         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
4345         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
4346         AM_CFLAGS.
4347         Reported by Simon Josefsson.
4348
4349 2009-03-03  Bruno Haible  <bruno@clisp.org>
4350
4351         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
4352         Reported by Simon Josefsson.
4353
4354         * doc/ld-version-script.texi: Update node reference.
4355
4356 2009-03-03  Bruno Haible  <bruno@clisp.org>
4357
4358         * modules/visibility (License): Change to 'unlimited'.
4359         Suggested by Simon Josefsson.
4360
4361 2009-03-03  Jim Meyering  <meyering@redhat.com>
4362
4363         unlinkdir: cannot_unlink_dir may modify process state
4364         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
4365         it's neither thread-safe nor appropriate for use in a library.
4366
4367 2009-03-03  Eric Blake  <ebb9@byu.net>
4368
4369         test-closein: silence test under Darwin
4370         * tests/test-closein.sh: Ignore stderr from cat, since we don't
4371         care if it dies from EPIPE or EBADF.
4372
4373 2009-03-03  Bruno Haible  <bruno@clisp.org>
4374
4375         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
4376         earlier.
4377         * doc/visibility.texi: Fix @node and @section.
4378
4379 2009-03-03  Simon Josefsson  <simon@josefsson.org>
4380
4381         * doc/gnulib.texi: Link to sections for ld version script and
4382         visibility.
4383         * doc/visibility.texi: Add @node and @section.
4384         * modules/ld-version-script: New module.
4385         * m4/ld-version-script.m4: New file.
4386         * doc/ld-version-script.texi: New file.
4387
4388 2009-03-02  David Lutterkort  <lutter@redhat.com>
4389
4390         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
4391         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
4392
4393 2009-03-02  Bruno Haible  <bruno@clisp.org>
4394
4395         * doc/visibility.texi: Mention libtool's -export-symbols option.
4396
4397 2009-03-02  Jim Meyering  <meyering@redhat.com>
4398
4399         announce-gen: new option: --no-print-checksums
4400         * build-aux/announce-gen (usage): Describe it.
4401         (print_checksums): Print a newline here, not in the [*] footnote.
4402         (main): Honor it.
4403
4404 2009-03-01  Bruno Haible  <bruno@clisp.org>
4405
4406         Use socklen_t in the native Windows replacements prototypes.
4407         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
4408         instead of 'int'.
4409         * lib/getsockopt.c (rpl_getsockopt): Likewise.
4410         * lib/setsockopt.c (rpl_setsockopt): Likewise.
4411         * modules/getsockopt (Depends-on): Add socklen.
4412         * modules/setsockopt (Depends-on): Add socklen.
4413
4414 2009-03-01  Bruno Haible  <bruno@clisp.org>
4415
4416         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
4417         least 4.2.
4418
4419 2009-03-01  Eric Blake  <ebb9@byu.net>
4420             Bruno Haible  <bruno@clisp.org>
4421
4422         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
4423         error messages.
4424         * lib/wait-process.c (wait_subprocess): Omit error message about
4425         deadly signal sent to the child of termsigp != NULL.
4426
4427 2009-03-01  Eric Blake  <ebb9@byu.net>
4428
4429         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
4430
4431 2009-03-01  Bruno Haible  <bruno@clisp.org>
4432
4433         Avoid a gcc warning.
4434         * tests/test-sched.c (b): Make global.
4435         Reported by Eric Blake.
4436
4437 2009-01-19  Martin Lambers  <marlam@marlam.de>
4438
4439         Provide POSIX semantics for socket timeout options on W32.
4440         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
4441         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
4442         * modules/setsockopt: Depend on sys_time module for struct timeval.
4443         * modules/getsockopt: Depend on sys_time module for struct timeval.
4444
4445 2009-03-01  Simon Josefsson  <simon@josefsson.org>
4446
4447         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
4448         __USE_GNU, for consistency with netdb.in.h.
4449         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
4450
4451 2009-03-01  Bruno Haible  <bruno@clisp.org>
4452
4453         More support for FreeMiNT.
4454         * lib/fseeko.c (rpl_fseeko): Complete last commit.
4455         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
4456
4457 2009-03-01  Bruno Haible  <bruno@clisp.org>
4458
4459         More support for FreeMiNT.
4460         * lib/fpurge.c (fpurge): Correct last commit.
4461         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
4462
4463 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4464
4465         Fix unportable awk script in vc-list-files.
4466         * build-aux/vc-list-files: In the replacement awk script, use
4467         substr with a second argument of 1, not zero.
4468         Report by Simon Josefsson.
4469
4470 2009-02-28  Bruno Haible  <bruno@clisp.org>
4471
4472         More support for FreeMiNT.
4473         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
4474         to FreeMiNT today.
4475         * lib/fwriting.c (fwriting): Likewise.
4476         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
4477
4478 2009-02-28  Bruno Haible  <bruno@clisp.org>
4479
4480         * tests/test-freadseek.c (main): Disable test beyond end of file on
4481         FreeMiNT.
4482         * tests/test-ftello.c (main): Likewise.
4483         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
4484
4485 2009-02-28  Bruno Haible  <bruno@clisp.org>
4486
4487         Add tentative support for FreeMiNT.
4488         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
4489         * lib/fpurge.c (fpurge): Likewise.
4490         * lib/freadable.c (freadable): Likewise.
4491         * lib/freading.c (freading): Likewise.
4492         * lib/freadptr.c (freadptr): Likewise.
4493         * lib/freadseek.c (freadptrinc): Likewise.
4494         * lib/fseeko.c (rpl_fseeko): Likewise.
4495         * lib/fseterr.c (fseterr): Likewise.
4496         * lib/fwritable.c (fwritable): Likewise.
4497         * lib/fwriting.c (fwriting): Likewise.
4498         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
4499         Hourihane.
4500         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
4501
4502 2009-02-28  Bruno Haible  <bruno@clisp.org>
4503
4504         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
4505         SIGCHLD.
4506         Reported by Jim Meyering.
4507
4508 2009-02-28  Bruno Haible  <bruno@clisp.org>
4509
4510         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
4511         Mention the results of these tests on various platforms.
4512         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
4513         order.
4514         * doc/posix-functions/printf.texi: Likewise.
4515         * doc/posix-functions/snprintf.texi: Likewise.
4516         * doc/posix-functions/sprintf.texi: Likewise.
4517         * doc/posix-functions/vfprintf.texi: Likewise.
4518         * doc/posix-functions/vprintf.texi: Likewise.
4519         * doc/posix-functions/vsnprintf.texi: Likewise.
4520         * doc/posix-functions/vsprintf.texi: Likewise.
4521         * doc/glibc-functions/obstack_printf.texi: Likewise.
4522         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
4523
4524 2009-02-28  Bruno Haible  <bruno@clisp.org>
4525
4526         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
4527         Reported by Loïc Minier <lool@dooz.org>.
4528
4529 2009-02-27  Bruno Haible  <bruno@clisp.org>
4530
4531         * gnulib-tool (func_import): Make the sed expression used to create the
4532         sed script for updating the .gitignore file POSIX compliant.
4533         Reported by Eric Blake.
4534
4535 2009-02-27  Bruno Haible  <bruno@clisp.org>
4536
4537         * gnulib-tool (sed): Don't alias as "sed --posix".
4538         Reported by Eric Blake.
4539
4540 2009-02-27  Bruno Haible  <bruno@clisp.org>
4541
4542         Avoid test link errors.
4543         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
4544         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
4545         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
4546         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
4547         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
4548
4549 2009-02-27  Bruno Haible  <bruno@clisp.org>
4550
4551         Avoid spurious "(cached)" in configure output.
4552         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
4553         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
4554         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
4555         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
4556         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
4557         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
4558         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
4559         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
4560         Reported by Eric Blake.
4561
4562 2009-02-27  Eric Blake  <ebb9@byu.net>
4563
4564         printf: fix regression in previous patch
4565         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
4566
4567 2009-02-27  Bruno Haible  <bruno@clisp.org>
4568
4569         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
4570         value.
4571         * lib/stdint.in.h: Likewise.
4572         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
4573
4574 2009-02-27  Eric Blake  <ebb9@byu.net>
4575
4576         doc: mention more functions added in cygwin 1.7.0
4577         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
4578         addition.
4579         * doc/posix-functions/open_wmemstream.texi: Likewise.
4580         * doc/posix-functions/wcsnlen.texi: Likewise.
4581         * doc/posix-functions/wcsnrtombs.texi: Likewise.
4582         * doc/posix-functions/wcstod.texi: Likewise.
4583         * doc/posix-functions/wcstof.texi: Likewise.
4584         * doc/posix-functions/wcstoimax.texi: Likewise.
4585         * doc/posix-functions/wcstok.texi: Likewise.
4586         * doc/posix-functions/wcstoumax.texi: Likewise.
4587
4588         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
4589         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
4590         * doc/posix-functions/fprintf.texi: Update.
4591         * doc/posix-functions/printf.texi: Update.
4592         * doc/posix-functions/snprintf.texi: Update.
4593         * doc/posix-functions/sprintf.texi: Update.
4594         * doc/posix-functions/vfprintf.texi: Update.
4595         * doc/posix-functions/vprintf.texi: Update.
4596         * doc/posix-functions/vsnprintf.texi: Update.
4597         * doc/posix-functions/vsprintf.texi: Update.
4598         * doc/glibc-functions/obstack_printf.texi: Update.
4599         * doc/glibc-functions/obstack_vprintf.texi: Update.
4600
4601 2009-02-26  Eric Blake  <ebb9@byu.net>
4602
4603         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
4604         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
4605         compilation bug by using runtime conversion.
4606         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
4607         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
4608         * modules/ceill-tests (Files): Use nan.h.
4609         * modules/floorl-tests (Files): Likewise.
4610         * modules/frexpl-tests (Files): Likewise.
4611         * modules/isnanl-tests (Files): Likewise.
4612         * modules/ldexpl-tests (Files): Likewise.
4613         * modules/roundl-tests (Files): Likewise.
4614         * modules/truncl-tests (Files): Likewise.
4615         * tests/test-ceill.c (main): Use a working NaN.
4616         * tests/test-floorl.c (main): Likewise.
4617         * tests/test-frexpl.c (main): Likewise.
4618         * tests/test-isnan.c (test_long_double): Likewise.
4619         * tests/test-isnanl.h (main): Likewise.
4620         * tests/test-ldexpl.h (main): Likewise.
4621         * tests/test-roundl.h (main): Likewise.
4622         * tests/test-truncl.h (main): Likewise.
4623         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
4624
4625 2009-02-26  Eric Blake  <ebb9@byu.net>
4626             Bruno Haible  <bruno@clisp.org>
4627
4628         Work around a *printf bug with %ls on Solaris.
4629         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
4630         precision is specified, sprintf stops converting the wide string
4631         argument when the number of bytes that have been produced by this
4632         conversion equals or exceeds the precision.
4633         * doc/posix-functions/fprintf.texi: Update.
4634         * doc/posix-functions/printf.texi: Update.
4635         * doc/posix-functions/snprintf.texi: Update.
4636         * doc/posix-functions/sprintf.texi: Update.
4637         * doc/posix-functions/vfprintf.texi: Update.
4638         * doc/posix-functions/vprintf.texi: Update.
4639         * doc/posix-functions/vsnprintf.texi: Update.
4640         * doc/posix-functions/vsprintf.texi: Update.
4641         * doc/glibc-functions/obstack_printf.texi: Update.
4642         * doc/glibc-functions/obstack_vprintf.texi: Update.
4643
4644 2009-02-26  Eric Blake  <ebb9@byu.net>
4645
4646         stdlib: favor compiler check of random.h
4647         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
4648         to avoid an ObjC random.h installed by Swarm.
4649
4650 2009-02-26  Bruno Haible  <bruno@clisp.org>
4651
4652         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
4653         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
4654         Reported by Gary V. Vaughan <gary@gnu.org>.
4655
4656 2009-02-26  Bruno Haible  <bruno@clisp.org>
4657
4658         Fix *printf behaviour regarding the %ls directive.
4659         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
4660         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
4661         NEED_PRINTF_DIRECTIVE_LS.
4662         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
4663         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
4664         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4665         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
4666         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
4667         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
4668         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
4669         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4670         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4671         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4672         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4673         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
4674         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4675         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4676         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4677         * doc/posix-functions/fprintf.texi: Update.
4678         * doc/posix-functions/printf.texi: Update.
4679         * doc/posix-functions/snprintf.texi: Update.
4680         * doc/posix-functions/sprintf.texi: Update.
4681         * doc/posix-functions/vfprintf.texi: Update.
4682         * doc/posix-functions/vprintf.texi: Update.
4683         * doc/posix-functions/vsnprintf.texi: Update.
4684         * doc/posix-functions/vsprintf.texi: Update.
4685         * doc/glibc-functions/obstack_printf.texi: Update.
4686         * doc/glibc-functions/obstack_vprintf.texi: Update.
4687         Reported by Eric Blake.
4688
4689 2009-02-25  Bruno Haible  <bruno@clisp.org>
4690
4691         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
4692         with known value.
4693         Reported by Gary V. Vaughan <gary@gnu.org>.
4694
4695 2009-02-25  Bruno Haible  <bruno@clisp.org>
4696
4697         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
4698         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
4699         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
4700         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
4701         Reported by Gary V. Vaughan <gary@gnu.org>.
4702
4703 2009-02-25  Bruno Haible  <bruno@clisp.org>
4704
4705         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
4706         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
4707         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
4708         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
4709         Reported by Gary V. Vaughan <gary@gnu.org>.
4710
4711 2009-02-25  Eric Blake  <ebb9@byu.net>
4712
4713         tests: skip fseek/ftell tests if ungetc is broken
4714         * m4/ungetc.m4: New file.
4715         * modules/fseek-tests: Split test, so ungetc dependency is
4716         separate from rest of test.
4717         * modules/fseeko-tests: Likewise.
4718         * modules/ftell-tests: Likewise.
4719         * modules/ftello-tests: Likewise.
4720         * tests/test-fseek.c (main): Isolate ungetc dependency.
4721         * tests/test-fseeko.c (main): Likewise.
4722         * tests/test-ftell.c (main): Likewise.
4723         * tests/test-ftello.c (main): Likewise.
4724         * tests/test-fseek2.sh: New file.
4725         * tests/test-fseeko2.sh: Likewise.
4726         * tests/test-ftell2.sh: Likewise.
4727         * tests/test-ftello2.sh: Likewise.
4728
4729 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
4730
4731         test-getaddrinfo: fix usage of skip return code 77
4732         * tests/test-gettaddrinfo.c: Return skip code 77 only
4733         for first occurance of skip (4x77 is not 77)
4734
4735 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
4736
4737         strtod: avoid C99 decl-after-statement
4738         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
4739
4740 2009-02-24  Eric Blake  <ebb9@byu.net>
4741
4742         strtod: detect HP-UX 11.31 bug
4743         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
4744         Reported by Gary V. Vaughan.
4745
4746 2009-02-23  Bruno Haible  <bruno@clisp.org>
4747
4748         Fix invalid read past end of memory block.
4749         * lib/vasnprintf.c (DCHAR_SET): Define.
4750         (local_wcslen): Define only when needed.
4751         (local_strnlen, local_wcsnlen): New functions.
4752         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
4753         directives that involve a conversion ourselves.
4754         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
4755         wcsnlen, mbrtowc, wcrtomb.
4756         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
4757         * tests/test-vasprintf-posix.c (test_function): Likewise.
4758         * tests/test-snprintf-posix.h (test_function): Likewise.
4759         * tests/test-sprintf-posix.h (test_function): Likewise.
4760         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4761
4762 2009-02-22  Bruno Haible  <bruno@clisp.org>
4763
4764         Implement new clarified decomposition of Hangul syllables.
4765         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
4766         of type LTV, return only a pairwise decomposition.
4767         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
4768         Likewise.
4769         * tests/uninorm/test-decomposition.c (main): Updated expected result.
4770         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
4771         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
4772
4773 2009-02-22  Bruno Haible  <bruno@clisp.org>
4774
4775         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
4776         zero-length results and shrink excess allocated memory.
4777         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
4778         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
4779         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
4780         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
4781         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
4782         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
4783         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
4784         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
4785         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
4786         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
4787         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
4788         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
4789
4790 2009-02-21  Bruno Haible  <bruno@clisp.org>
4791
4792         * doc/gnulib.texi: Include safe-alloc.texi earlier.
4793         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
4794         spaces after a period. Put a space between a macro name and its
4795         argument list. Trivial rewordings.
4796         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
4797         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
4798         (main): Return 0 explicitly.
4799
4800 2009-02-21  Bruno Haible  <bruno@clisp.org>
4801
4802         Tests for module 'uninorm/filter'.
4803         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
4804         * modules/uninorm/filter-tests: New file.
4805
4806         New module 'uninorm/filter'.
4807         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
4808         uninorm_filter_flush, uninorm_filter_free): New declarations.
4809         * lib/uninorm/uninorm-filter.c: New file.
4810         * modules/uninorm/filter: New file.
4811
4812 2009-02-21  Bruno Haible  <bruno@clisp.org>
4813
4814         Tests for module 'uninorm/nfkc'.
4815         * tests/uninorm/test-nfkc.c: New file.
4816         * tests/uninorm/test-u8-nfkc.c: New file.
4817         * tests/uninorm/test-u16-nfkc.c: New file.
4818         * tests/uninorm/test-u32-nfkc.c: New file.
4819         * tests/uninorm/test-u32-nfkc-big.sh: New file.
4820         * tests/uninorm/test-u32-nfkc-big.c: New file.
4821         * modules/uninorm/nfkc-tests: New file.
4822
4823         New module 'uninorm/nfkc'.
4824         * lib/uninorm/nfkc.c: New file.
4825         * modules/uninorm/nfkc: New file.
4826
4827         Tests for module 'uninorm/nfkd'.
4828         * tests/uninorm/test-nfkd.c: New file.
4829         * tests/uninorm/test-u8-nfkd.c: New file.
4830         * tests/uninorm/test-u16-nfkd.c: New file.
4831         * tests/uninorm/test-u32-nfkd.c: New file.
4832         * tests/uninorm/test-u32-nfkd-big.sh: New file.
4833         * tests/uninorm/test-u32-nfkd-big.c: New file.
4834         * modules/uninorm/nfkd-tests: New file.
4835
4836         New module 'uninorm/nfkd'.
4837         * lib/uninorm/nfkd.c: New file.
4838         * modules/uninorm/nfkd: New file.
4839
4840         Tests for module 'uninorm/nfc'.
4841         * tests/uninorm/test-nfc.c: New file.
4842         * tests/uninorm/test-u8-nfc.c: New file.
4843         * tests/uninorm/test-u16-nfc.c: New file.
4844         * tests/uninorm/test-u32-nfc.c: New file.
4845         * tests/uninorm/test-u32-nfc-big.sh: New file.
4846         * tests/uninorm/test-u32-nfc-big.c: New file.
4847         * modules/uninorm/nfc-tests: New file.
4848
4849         New module 'uninorm/nfc'.
4850         * lib/uninorm/nfc.c: New file.
4851         * modules/uninorm/nfc: New file.
4852
4853         Tests for module 'uninorm/nfd'.
4854         * tests/uninorm/test-nfd.c: New file.
4855         * tests/uninorm/test-u8-nfd.c: New file.
4856         * tests/uninorm/test-u16-nfd.c: New file.
4857         * tests/uninorm/test-u32-nfd.c: New file.
4858         * tests/uninorm/test-u32-nfd-big.sh: New file.
4859         * tests/uninorm/test-u32-nfd-big.c: New file.
4860         * tests/uninorm/test-u32-normalize-big.h: New file.
4861         * tests/uninorm/test-u32-normalize-big.c: New file.
4862         * tests/uninorm/NormalizationTest.txt: New file, created from
4863         Unicode 5.1.0 NormalizationTest.txt.
4864         * modules/uninorm/nfd-tests: New file.
4865
4866         New module 'uninorm/nfd'.
4867         * lib/uninorm/nfd.c: New file.
4868         * modules/uninorm/nfd: New file.
4869
4870         New module 'uninorm/u32-normalize'.
4871         * lib/uninorm/u32-normalize.c: New file.
4872         * modules/uninorm/u32-normalize: New file.
4873
4874         New module 'uninorm/u16-normalize'.
4875         * lib/uninorm/u16-normalize.c: New file.
4876         * modules/uninorm/u16-normalize: New file.
4877
4878         New module 'uninorm/u8-normalize'.
4879         * lib/uninorm/u8-normalize.c: New file.
4880         * lib/uninorm/normalize-internal.h: New file.
4881         * lib/uninorm/u-normalize-internal.h: New file.
4882         * modules/uninorm/u8-normalize: New file.
4883
4884         New module 'uninorm/decompose-internal'.
4885         * lib/uninorm/decompose-internal.c: New file.
4886         * modules/uninorm/decompose-internal: New file.
4887
4888         Tests for module 'uninorm/composition'.
4889         * tests/uninorm/test-composition.c: New file.
4890         * modules/uninorm/composition-tests: New file.
4891
4892         New module 'uninorm/composition'.
4893         * lib/uninorm/composition.c: New file.
4894         * lib/uninorm/composition-table.gperf: New file, generated by
4895         gen-uni-tables.
4896         * modules/uninorm/composition: New file.
4897
4898         Tests for module 'uninorm/compat-decomposition'.
4899         * tests/uninorm/test-compat-decomposition.c: New file.
4900         * modules/uninorm/compat-decomposition-tests: New file.
4901
4902         New module 'uninorm/compat-decomposition'.
4903         * lib/uninorm/decompose-internal.h: New file.
4904         * lib/uninorm/compat-decomposition.c: New file.
4905         * modules/uninorm/compat-decomposition: New file.
4906
4907         Tests for module 'uninorm/canonical-decomposition'.
4908         * tests/uninorm/test-canonical-decomposition.c: New file.
4909         * modules/uninorm/canonical-decomposition-tests: New file.
4910
4911         New module 'uninorm/canonical-decomposition'.
4912         * lib/uninorm/canonical-decomposition.c: New file.
4913         * modules/uninorm/canonical-decomposition: New file.
4914
4915         Tests for module 'uninorm/decomposition'.
4916         * tests/uninorm/test-decomposition.c: New file.
4917         * modules/uninorm/decomposition-tests: New file.
4918
4919         New module 'uninorm/decomposition'.
4920         * lib/uninorm/decomposition.c: New file.
4921         * modules/uninorm/decomposition: New file.
4922
4923         New module 'uninorm/decomposition-table'.
4924         * lib/uninorm/decomposition-table.h: New file.
4925         * lib/uninorm/decomposition-table.c: New file.
4926         * lib/uninorm/decomposition-table1.h: New file, generated by
4927         gen-uni-tables.
4928         * lib/uninorm/decomposition-table2.h: New file, generated by
4929         gen-uni-tables.
4930         * modules/uninorm/decomposition-table: New file.
4931
4932         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
4933         (UC_DECOMP_*): New enumeration items.
4934         (get_decomposition): New function.
4935         (struct decomp_table): New type.
4936         (output_decomposition, output_decomposition_tables): New functions.
4937         (unicode_composition_exclusions): New variable.
4938         (fill_composition_exclusions, debug_output_composition_tables): New
4939         functions.
4940         (main): Accept one more argument. Invoke fill_composition_exclusions.
4941         Output decomposition and composition tables.
4942
4943         New module 'uninorm/base'.
4944         * lib/uninorm.h: New file.
4945         * lib/unictype.h: Update comment.
4946         * modules/uninorm/base: New file.
4947
4948 2009-02-21  David Lutterkort  <lutter@redhat.com>
4949
4950         Tests for module 'safe-alloc'.
4951         * tests/test-safe-alloc.c: New file.
4952         * modules/safe-alloc-tests: New file.
4953
4954         New module 'safe-alloc'.
4955         * lib/safe-alloc.h: New file.
4956         * lib/safe-alloc.c: New file.
4957         * m4/safe-alloc.m4: New file.
4958         * modules/safe-alloc: New file.
4959         * doc/safe-alloc.texi: New file.
4960         * doc/gnulib.texi: Include it.
4961         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
4962         safe-alloc.
4963
4964 2009-02-18  Bruno Haible  <bruno@clisp.org>
4965
4966         Fix link error on non-glibc systems.
4967         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
4968         variable.
4969         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
4970
4971 2009-02-18  Jim Meyering  <meyering@redhat.com>
4972
4973         fts: avoid used-uninitialized error due to recent change
4974         * lib/fts.c (fts_read): Guard uses of the new member,
4975         parent->fts_n_dirs_remaining, since it's not relevant for
4976         the parent of a directory specified on the command-line.
4977
4978 2009-02-17  James Youngman  <jay@gnu.org>
4979             Bruno Haible  <bruno@clisp.org>
4980
4981         * m4/include_next.m4: Reformulate comment.
4982
4983 2009-02-16  Jim Meyering  <meyering@redhat.com>
4984
4985         fts: add #if guards so that the fts_lgpl module still builds
4986         * lib/fts.c: Guard just-added hash-table-using parts with
4987         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
4988         Reported by Simon Josefsson.
4989
4990 2009-02-15  Bruno Haible  <bruno@clisp.org>
4991
4992         * modules/array-mergesort-tests: New file.
4993         * tests/test-array-mergesort.c: New file.
4994
4995         New module 'array-mergesort'.
4996         * modules/array-mergesort: New file.
4997         * lib/array-mergesort.h: New file.
4998
4999 2009-02-15  Bruno Haible  <bruno@clisp.org>
5000
5001         Fix 2009-02-07 commit.
5002         * lib/gen-uni-tables.c (output_predicate, output_category,
5003         output_combclass, output_bidi_category, output_decimal_digit,
5004         output_digit, output_numeric, output_mirror, output_scripts,
5005         output_ident_category, output_simple_mapping): Fix format directives.
5006         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
5007
5008 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
5009
5010         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
5011         fixes are available from IBM.
5012
5013 2009-02-13  Jim Meyering  <meyering@redhat.com>
5014
5015         fts: arrange not to stat non-directories in more cases
5016         This makes GNU find (when it doesn't need to stat each file)
5017         *much* more efficient at traversing reiserfs file systems.
5018         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
5019         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
5020         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
5021         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
5022         (leaf_optimization_applies): New function.
5023         (LCO_hash, LCO_compare): New helper functions.
5024         (link_count_optimize_ok): New function.
5025         (fts_stat): Initialize new member (if dir).
5026         (fts_read): Decrement parent's fts_n_dirs_remaining count if
5027         we've just stat'ed a directory.  Skip the stat call when possible.
5028         ---
5029         Note this AFS-related exchange:
5030         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
5031         and note find's pioctl call in find/fstype.c.
5032         But that is necessary only if you want to enable the
5033         optimization for AFS, and for now, I don't.
5034
5035         fts: move a function definition "up" (no semantic change)
5036         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
5037         "up" to precede upcoming use of a related function.
5038
5039 2009-02-11  Jim Meyering  <meyering@redhat.com>
5040
5041         fts: correct internal computation of nlinks (optimization-related)
5042         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
5043         whether the current entry is a directory, so don't test it.
5044
5045 2009-02-10  Bruno Haible  <bruno@clisp.org>
5046
5047         Tests for module 'uniwbrk/ulc-wordbreaks'.
5048         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
5049         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
5050         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
5051
5052         Tests for module 'uniwbrk/u32-wordbreaks'.
5053         * modules/uniwbrk/u32-wordbreaks-tests: New file.
5054         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
5055
5056         Tests for module 'uniwbrk/u16-wordbreaks'.
5057         * modules/uniwbrk/u16-wordbreaks-tests: New file.
5058         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
5059
5060         Tests for module 'uniwbrk/u8-wordbreaks'.
5061         * modules/uniwbrk/u8-wordbreaks-tests: New file.
5062         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
5063
5064 2009-02-10  Bruno Haible  <bruno@clisp.org>
5065
5066         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
5067         property.
5068         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
5069         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
5070         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
5071
5072 2009-02-10  Simon Josefsson  <simon@josefsson.org>
5073
5074         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
5075         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
5076
5077 2009-02-10  Bruno Haible  <bruno@clisp.org>
5078
5079         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
5080         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
5081         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
5082         * lib/unilbrk/u8-possible-linebreaks.c: Update.
5083         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
5084         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
5085
5086 2009-02-09  Simon Josefsson  <simon@josefsson.org>
5087
5088         * lib/sockets.h (gl_fd_to_handle): New function.
5089
5090         * tests/test-sockets.c: Call gl_fd_to_handle.
5091
5092 2009-02-09  Bruno Haible  <bruno@clisp.org>
5093
5094         * doc/havelib.texi: Document the conventions on bi-arch systems.
5095
5096 2009-02-08  Bruno Haible  <bruno@clisp.org>
5097
5098         Document the AC_LIB_LINKFLAGS macro.
5099         * doc/havelib.texi: New file, mostly written on 2005-05-24.
5100         * doc/gnulib.texi: Include it.
5101
5102 2009-02-08  Bruno Haible  <bruno@clisp.org>
5103
5104         Fix wrong order of sections, compared to TOC.
5105         * doc/gnulib.texi: Include relocatable-maint.texi after the
5106         "Regular expressions" node, not before.
5107
5108 2009-02-08  Bruno Haible  <bruno@clisp.org>
5109
5110         Tests for module 'unicase/totitle'.
5111         * modules/unicase/totitle-tests: New file.
5112
5113         Tests for module 'unicase/tolower'.
5114         * modules/unicase/tolower-tests: New file.
5115
5116         Tests for module 'unicase/toupper'.
5117         * modules/unicase/toupper-tests: New file.
5118         * tests/unicase/test-mapping-part1.h: New file.
5119         * tests/unicase/test-mapping-part2.h: New file.
5120
5121         New module 'unicase/totitle'.
5122         * modules/unicase/totitle: New file.
5123         * lib/unicase/totitle.c: New file.
5124
5125         New module 'unicase/tolower'.
5126         * modules/unicase/tolower: New file.
5127         * lib/unicase/tolower.c: New file.
5128
5129         New module 'unicase/toupper'.
5130         * modules/unicase/toupper: New file.
5131         * lib/unicase/toupper.c: New file.
5132         * lib/unicase/simple-mapping.h: New file.
5133
5134         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
5135         (mapping_table): New structure.
5136         (output_simple_mapping): New function.
5137         (main): Invoke output_simple_mapping_test and output_simple_mapping.
5138         * modules/gen-uni-tables (Description): Update.
5139         * lib/unicase/toupper.h: New file, automatically generated by
5140         gen-uni-tables.
5141         * lib/unicase/tolower.h: New file, automatically generated by
5142         gen-uni-tables.
5143         * lib/unicase/totitle.h: New file, automatically generated by
5144         gen-uni-tables.
5145         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
5146         gen-uni-tables.
5147         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
5148         gen-uni-tables.
5149         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
5150         gen-uni-tables.
5151
5152         New module 'unicase/base'.
5153         * modules/unicase/base: New file.
5154         * lib/unicase.h: New file.
5155
5156 2009-02-08  Bruno Haible  <bruno@clisp.org>
5157
5158         New module 'uniwbrk/ulc-wordbreaks'.
5159         * modules/uniwbrk/ulc-wordbreaks: New file.
5160         * lib/uniwbrk/ulc-wordbreaks.c: New file.
5161
5162         New module 'uniwbrk/u32-wordbreaks'.
5163         * modules/uniwbrk/u32-wordbreaks: New file.
5164         * lib/uniwbrk/u32-wordbreaks.c: New file.
5165
5166         New module 'uniwbrk/u16-wordbreaks'.
5167         * modules/uniwbrk/u16-wordbreaks: New file.
5168         * lib/uniwbrk/u16-wordbreaks.c: New file.
5169
5170         New module 'uniwbrk/u8-wordbreaks'.
5171         * modules/uniwbrk/u8-wordbreaks: New file.
5172         * lib/uniwbrk/u8-wordbreaks.c: New file.
5173         * lib/uniwbrk/u-wordbreaks.h: New file.
5174
5175         New module 'uniwbrk/table'.
5176         * modules/uniwbrk/table: New file.
5177         * lib/uniwbrk/wbrktable.h: New file.
5178         * lib/uniwbrk/wbrktable.c: New file.
5179
5180         New module 'uniwbrk/wordbreak-property'.
5181         * modules/uniwbrk/wordbreak-property: New file.
5182         * lib/uniwbrk/wordbreak-property.c: New file.
5183
5184         * lib/gen-uni-tables.c (WBP_*): New enum items.
5185         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
5186         (unicode_org_wbp): New variable.
5187         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
5188         New functions.
5189         (wbp_table): New structure.
5190         (output_wbp, output_wbrk_tables): New functions.
5191         (main): Accept additional argument. Invoke fill_org_wbp,
5192         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
5193         output_wbrk_tables.
5194         * modules/gen-uni-tables (Description): Update.
5195         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
5196         gen-uni-tables.
5197
5198         New module 'uniwbrk/base'.
5199         * modules/uniwbrk/base: New file.
5200         * lib/uniwbrk.h: New file.
5201
5202 2009-02-08  Bruno Haible  <bruno@clisp.org>
5203
5204         Update to Unicode 5.1.0.
5205         * lib/gen-uni-tables.c (is_property_alphabetic): Include
5206         U+2185..U+2188.
5207         (is_property_default_ignorable_code_point): Don't include characters
5208         of category Cc or Cs and not-a-characters.
5209         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
5210         U+0D79, U+109E, U+109F, U+A60C.
5211         * lib/unictype/bidi_of.h: Regenerated.
5212         * lib/unictype/blocks.h: Regenerated.
5213         * lib/unictype/categ_C.h: Regenerated.
5214         * lib/unictype/categ_Cf.h: Regenerated.
5215         * lib/unictype/categ_Cn.h: Regenerated.
5216         * lib/unictype/categ_L.h: Regenerated.
5217         * lib/unictype/categ_Ll.h: Regenerated.
5218         * lib/unictype/categ_Lm.h: Regenerated.
5219         * lib/unictype/categ_Lo.h: Regenerated.
5220         * lib/unictype/categ_Lu.h: Regenerated.
5221         * lib/unictype/categ_M.h: Regenerated.
5222         * lib/unictype/categ_Mc.h: Regenerated.
5223         * lib/unictype/categ_Me.h: Regenerated.
5224         * lib/unictype/categ_Mn.h: Regenerated.
5225         * lib/unictype/categ_N.h: Regenerated.
5226         * lib/unictype/categ_Nd.h: Regenerated.
5227         * lib/unictype/categ_Nl.h: Regenerated.
5228         * lib/unictype/categ_No.h: Regenerated.
5229         * lib/unictype/categ_P.h: Regenerated.
5230         * lib/unictype/categ_Pd.h: Regenerated.
5231         * lib/unictype/categ_Pe.h: Regenerated.
5232         * lib/unictype/categ_Pf.h: Regenerated.
5233         * lib/unictype/categ_Pi.h: Regenerated.
5234         * lib/unictype/categ_Po.h: Regenerated.
5235         * lib/unictype/categ_Ps.h: Regenerated.
5236         * lib/unictype/categ_S.h: Regenerated.
5237         * lib/unictype/categ_Sk.h: Regenerated.
5238         * lib/unictype/categ_Sm.h: Regenerated.
5239         * lib/unictype/categ_So.h: Regenerated.
5240         * lib/unictype/categ_of.h: Regenerated.
5241         * lib/unictype/combining.h: Regenerated.
5242         * lib/unictype/ctype_alnum.h: Regenerated.
5243         * lib/unictype/ctype_alpha.h: Regenerated.
5244         * lib/unictype/ctype_graph.h: Regenerated.
5245         * lib/unictype/ctype_lower.h: Regenerated.
5246         * lib/unictype/ctype_print.h: Regenerated.
5247         * lib/unictype/ctype_punct.h: Regenerated.
5248         * lib/unictype/ctype_upper.h: Regenerated.
5249         * lib/unictype/decdigit.h: Regenerated.
5250         * lib/unictype/digit.h: Regenerated.
5251         * lib/unictype/mirror.h: Regenerated.
5252         * lib/unictype/numeric.h: Regenerated.
5253         * lib/unictype/pr_alphabetic.h: Regenerated.
5254         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
5255         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
5256         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
5257         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
5258         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
5259         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
5260         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
5261         * lib/unictype/pr_combining.h: Regenerated.
5262         * lib/unictype/pr_dash.h: Regenerated.
5263         * lib/unictype/pr_decimal_digit.h: Regenerated.
5264         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
5265         * lib/unictype/pr_deprecated.h: Regenerated.
5266         * lib/unictype/pr_diacritic.h: Regenerated.
5267         * lib/unictype/pr_extender.h: Regenerated.
5268         * lib/unictype/pr_format_control.h: Regenerated.
5269         * lib/unictype/pr_grapheme_base.h: Regenerated.
5270         * lib/unictype/pr_grapheme_extend.h: Regenerated.
5271         * lib/unictype/pr_grapheme_link.h: Regenerated.
5272         * lib/unictype/pr_id_continue.h: Regenerated.
5273         * lib/unictype/pr_id_start.h: Regenerated.
5274         * lib/unictype/pr_ideographic.h: Regenerated.
5275         * lib/unictype/pr_ignorable_control.h: Regenerated.
5276         * lib/unictype/pr_lowercase.h: Regenerated.
5277         * lib/unictype/pr_math.h: Regenerated.
5278         * lib/unictype/pr_numeric.h: Regenerated.
5279         * lib/unictype/pr_other_alphabetic.h: Regenerated.
5280         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
5281         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
5282         * lib/unictype/pr_other_id_continue.h: Regenerated.
5283         * lib/unictype/pr_other_lowercase.h: Regenerated.
5284         * lib/unictype/pr_other_math.h: Regenerated.
5285         * lib/unictype/pr_punctuation.h: Regenerated.
5286         * lib/unictype/pr_sentence_terminal.h: Regenerated.
5287         * lib/unictype/pr_soft_dotted.h: Regenerated.
5288         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
5289         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
5290         * lib/unictype/pr_unified_ideograph.h: Regenerated.
5291         * lib/unictype/pr_uppercase.h: Regenerated.
5292         * lib/unictype/pr_xid_continue.h: Regenerated.
5293         * lib/unictype/pr_xid_start.h: Regenerated.
5294         * lib/unictype/pr_zero_width.h: Regenerated.
5295         * lib/unictype/scripts.h: Regenerated.
5296         * lib/unictype/scripts_byname.gperf: Regenerated.
5297         * lib/unictype/sy_java_ident.h: Regenerated.
5298         * lib/unilbrk/lbrkprop1.h: Regenerated.
5299         * lib/unilbrk/lbrkprop2.h: Regenerated.
5300         * tests/unictype/test-categ_C.c: Regenerated.
5301         * tests/unictype/test-categ_Cf.c: Regenerated.
5302         * tests/unictype/test-categ_Cn.c: Regenerated.
5303         * tests/unictype/test-categ_L.c: Regenerated.
5304         * tests/unictype/test-categ_Ll.c: Regenerated.
5305         * tests/unictype/test-categ_Lm.c: Regenerated.
5306         * tests/unictype/test-categ_Lo.c: Regenerated.
5307         * tests/unictype/test-categ_Lu.c: Regenerated.
5308         * tests/unictype/test-categ_M.c: Regenerated.
5309         * tests/unictype/test-categ_Mc.c: Regenerated.
5310         * tests/unictype/test-categ_Me.c: Regenerated.
5311         * tests/unictype/test-categ_Mn.c: Regenerated.
5312         * tests/unictype/test-categ_N.c: Regenerated.
5313         * tests/unictype/test-categ_Nd.c: Regenerated.
5314         * tests/unictype/test-categ_Nl.c: Regenerated.
5315         * tests/unictype/test-categ_No.c: Regenerated.
5316         * tests/unictype/test-categ_P.c: Regenerated.
5317         * tests/unictype/test-categ_Pd.c: Regenerated.
5318         * tests/unictype/test-categ_Pe.c: Regenerated.
5319         * tests/unictype/test-categ_Pf.c: Regenerated.
5320         * tests/unictype/test-categ_Pi.c: Regenerated.
5321         * tests/unictype/test-categ_Po.c: Regenerated.
5322         * tests/unictype/test-categ_Ps.c: Regenerated.
5323         * tests/unictype/test-categ_S.c: Regenerated.
5324         * tests/unictype/test-categ_Sk.c: Regenerated.
5325         * tests/unictype/test-categ_Sm.c: Regenerated.
5326         * tests/unictype/test-categ_So.c: Regenerated.
5327         * tests/unictype/test-ctype_alnum.c: Regenerated.
5328         * tests/unictype/test-ctype_alpha.c: Regenerated.
5329         * tests/unictype/test-ctype_graph.c: Regenerated.
5330         * tests/unictype/test-ctype_lower.c: Regenerated.
5331         * tests/unictype/test-ctype_print.c: Regenerated.
5332         * tests/unictype/test-ctype_punct.c: Regenerated.
5333         * tests/unictype/test-ctype_upper.c: Regenerated.
5334         * tests/unictype/test-decdigit.h: Regenerated.
5335         * tests/unictype/test-digit.h: Regenerated.
5336         * tests/unictype/test-numeric.h: Regenerated.
5337         * tests/unictype/test-pr_alphabetic.c: Regenerated.
5338         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
5339         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
5340         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
5341         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
5342         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
5343         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
5344         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
5345         * tests/unictype/test-pr_combining.c: Regenerated.
5346         * tests/unictype/test-pr_dash.c: Regenerated.
5347         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
5348         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
5349         * tests/unictype/test-pr_deprecated.c: Regenerated.
5350         * tests/unictype/test-pr_diacritic.c: Regenerated.
5351         * tests/unictype/test-pr_extender.c: Regenerated.
5352         * tests/unictype/test-pr_format_control.c: Regenerated.
5353         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
5354         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
5355         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
5356         * tests/unictype/test-pr_id_continue.c: Regenerated.
5357         * tests/unictype/test-pr_id_start.c: Regenerated.
5358         * tests/unictype/test-pr_ideographic.c: Regenerated.
5359         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
5360         * tests/unictype/test-pr_lowercase.c: Regenerated.
5361         * tests/unictype/test-pr_math.c: Regenerated.
5362         * tests/unictype/test-pr_numeric.c: Regenerated.
5363         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
5364         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
5365         Regenerated.
5366         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
5367         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
5368         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
5369         * tests/unictype/test-pr_other_math.c: Regenerated.
5370         * tests/unictype/test-pr_punctuation.c: Regenerated.
5371         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
5372         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
5373         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
5374         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
5375         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
5376         * tests/unictype/test-pr_uppercase.c: Regenerated.
5377         * tests/unictype/test-pr_xid_continue.c: Regenerated.
5378         * tests/unictype/test-pr_xid_start.c: Regenerated.
5379         * tests/unictype/test-pr_zero_width.c: Regenerated.
5380
5381         Update to Unicode 5.1.0.
5382         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
5383         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
5384         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
5385         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
5386         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
5387         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
5388         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
5389         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
5390         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
5391         (nonspacing_table_ind): Update.
5392         * tests/uniwidth/test-uc_width2.sh: Update expected result.
5393
5394         Update to Unicode 5.1.0.
5395         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
5396         code transform.
5397         * lib/uniname/uniname.c (unicode_character_name,
5398         unicode_name_character): Add the range 0x1Fxxx to the code transform.
5399         * lib/uniname/uninames.h: Regenerated.
5400         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
5401
5402 2009-02-07  Bruno Haible  <bruno@clisp.org>
5403
5404         Merge gen-ctype and gen-lbrk into a single program.
5405         * lib/gen-uni-tables.c: New file, incorporating
5406         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
5407         Add directory prefixes to the names of the generated files.
5408         * lib/unictype/gen-ctype.c: Remove file.
5409         * lib/unilbrk/gen-lbrk.c: Remove file.
5410         * modules/gen-uni-tables: New file.
5411         * modules/unictype/gen-ctype: Remove file.
5412         * modules/unilbrk/gen-lbrk: Remove file.
5413
5414 2009-02-07  Bruno Haible  <bruno@clisp.org>
5415
5416         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
5417
5418         New module 'unistr/u32-strcoll'.
5419         * modules/unistr/u32-strcoll: New file.
5420         * lib/unistr/u32-strcoll.c: New file.
5421
5422         New module 'unistr/u16-strcoll'.
5423         * modules/unistr/u16-strcoll: New file.
5424         * lib/unistr/u16-strcoll.c: New file.
5425
5426         New module 'unistr/u8-strcoll'.
5427         * modules/unistr/u8-strcoll: New file.
5428         * lib/unistr/u8-strcoll.c: New file.
5429         * lib/unistr/u-strcoll.h: New file.
5430
5431 2009-02-07  Bruno Haible  <bruno@clisp.org>
5432
5433         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
5434         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
5435         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
5436         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
5437         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
5438         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
5439
5440 2009-02-07  Bruno Haible  <bruno@clisp.org>
5441
5442         Make 64-bit clean.
5443         * lib/unictype/gen-ctype.c (output_predicate, output_category,
5444         output_combclass, output_bidi_category, output_decimal_digit,
5445         output_digit, output_numeric, output_mirror, output_scripts,
5446         output_ident_category): Use proper width specifier in format strings.
5447
5448 2009-02-07  Bruno Haible  <bruno@clisp.org>
5449
5450         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
5451         failure behaviour.
5452
5453 2009-02-07  Jim Meyering  <meyering@redhat.com>
5454
5455         regex: avoid compilation failure with upcoming gcc-4.4
5456         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
5457         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
5458         "... error: integer overflow in preprocessor expression".
5459
5460 2009-02-05  Ben Pfaff  <blp@gnu.org>
5461
5462         Fix link errors on Windows when close module is used.
5463         * modules/close: Add $(LIB_CLOSE) to Link section.
5464         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
5465         $(LIB_CLOSE) on Windows.
5466
5467 2009-02-05  Jim Meyering  <meyering@redhat.com>
5468
5469         still avoid unused-parameter warnings, but do it cleanly
5470         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
5471         (get_fs_usage): Cast to void instead.
5472         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
5473         (dev_from_mount_options, read_file_system_list): Cast to void.
5474         Prompted by Bruno Haible.
5475
5476 2009-02-04  Jim Meyering  <meyering@redhat.com>
5477
5478         fsusage.c: correct copyright year
5479         * lib/fsusage.c: Reflect year in which the change is pushed into
5480
5481         avoid misc. warnings
5482         * lib/fsusage.c (UNUSED_PARAM): Define.
5483         (get_fs_usage): Mark parameter "disk" as unused.
5484         * lib/getugroups.c (getgrent): Use "void" in prototype.
5485         * lib/mountlist.c: Mark unused parameters.
5486         (read_file_system_list): Declare a local with "const".
5487         * lib/nanosleep.c (getnow): Declare static.
5488         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
5489
5490         dirfd: set errno upon failure
5491         * lib/dirfd.c: Include <errno.h>.
5492         Set errno to ENOTSUP when returning -1.
5493         * modules/dirfd (Depends-on): Add errno.
5494         Suggested by John Kodis <kodis@comcast.net>.
5495
5496 2009-02-01  Bruno Haible  <bruno@clisp.org>
5497
5498         Don't assume sizeof (long) >= sizeof (void *).
5499         * lib/memcmp.c: Include stdint.h.
5500         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
5501         srcp2 to 'const byte *'.
5502         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
5503         types to uintptr_t.
5504         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
5505         * modules/memcmp (Depends-on): Add stdint.
5506         Reported by Ozkan Sezer <sezeroz@gmail.com>.
5507
5508 2009-01-30  Eric Blake  <ebb9@byu.net>
5509
5510         fix more require-before-expand issues
5511         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
5512         expand, AC_PROG_AWK.
5513         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
5514
5515 2009-01-28  Eric Blake  <ebb9@byu.net>
5516
5517         version-etc: use consistent URL formatting
5518         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
5519         Improve formatting.  Use fputs for string without %.
5520
5521 2009-01-28  Jim Meyering  <meyering@redhat.com>
5522
5523         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
5524         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
5525         "underquoted definition of NAME" from autoconf-2.59.
5526
5527 2009-01-28  Bruno Haible  <bruno@clisp.org>
5528
5529         * doc/gnulib.texi: Add "Obsolete modules" to index.
5530
5531 2009-01-28  Jim Meyering  <meyering@redhat.com>
5532
5533         useless-if-before-free: recognize more variants
5534         * build-aux/useless-if-before-free: Also recognize e.g.,
5535         if (NULL != p) free (p);
5536
5537 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
5538
5539         test-getaddrinfo: skip (don't fail) this test when there's no network
5540         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
5541         on the presumption that it means you lack network access.
5542
5543 2009-01-26  Jim Meyering  <meyering@redhat.com>
5544
5545         fflush: avoid warnings on modern systems
5546         * lib/fflush.c (rpl_fflush): Move declarations of locals,
5547         pos and result, into scopes where they're used.
5548
5549 2009-01-26  Eric Blake  <ebb9@byu.net>
5550
5551         Silence warning reintroduced by recent extensions patch.
5552         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
5553         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
5554         autoconf.
5555
5556         Backport improved autoconf semantics of AC_DEFUN_ONCE.
5557         * m4/00gnulib.m4: New file.
5558         * gnulib-tool (func_get_filelist): Always use it.
5559         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
5560         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
5561
5562 2009-01-25  Bruno Haible  <bruno@clisp.org>
5563
5564         Make test-quotearg work on MacOS X and AIX.
5565         * tests/test-quotearg.sh: New file.
5566         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
5567         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
5568         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
5569         include <libintl.h>.
5570         (fake_locale): Remove variable.
5571         (gettext, dgettext, dcgettext): Remove functions.
5572         (main): Instead of setting a fake locale, set a real locale. Call
5573         textdomain and bindtextdomain.
5574         * modules/quotearg-tests (Files): Add the new files.
5575         (Depends-on): Add gettext, setenv, unsetenv.
5576         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
5577         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
5578         Augment TESTS_ENVIRONMENT.
5579
5580 2009-01-25  Bruno Haible  <bruno@clisp.org>
5581
5582         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
5583         fr_FR.ISO8859-1 locale on MacOS X.
5584         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
5585         ja_JP.eucJP locale on MacOS X.
5586         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
5587         zh_CN.GB18030 locale on MacOS X.
5588
5589 2009-01-25  Bruno Haible  <bruno@clisp.org>
5590
5591         Avoid link errors on MacOS X 10.3.
5592         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
5593         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
5594
5595 2009-01-25  Bruno Haible  <bruno@clisp.org>
5596
5597         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
5598         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
5599         * modules/pipe (Files): Remove m4/posix_spawn.m4.
5600         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
5601         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
5602         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
5603         posix_spawnattr_init, posix_spawnattr_setsigmask,
5604         posix_spawnattr_setflags, posix_spawnattr_destroy.
5605
5606         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
5607         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
5608         * modules/execute (Files): Remove m4/posix_spawn.m4.
5609         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
5610         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
5611         posix_spawnattr_init, posix_spawnattr_setsigmask,
5612         posix_spawnattr_setflags, posix_spawnattr_destroy.
5613
5614 2009-01-25  Bruno Haible  <bruno@clisp.org>
5615
5616         * lib/glthread/threadlib.c: Include <stdlib.h>.
5617
5618 2009-01-25  Bruno Haible  <bruno@clisp.org>
5619
5620         * lib/glthread/threadlib.c (dummy): New declaration.
5621
5622 2009-01-25  Bruno Haible  <bruno@clisp.org>
5623
5624         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
5625         multibyte characters also for the GB18030 encoding. Don't crash when
5626         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
5627
5628 2009-01-25  Bruno Haible  <bruno@clisp.org>
5629
5630         Avoid redefining 'struct random_data' on OSF/1 5.1.
5631         * lib/stdlib.in.h: Include <random.h> if it exists.
5632         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
5633         HAVE_RANDOM_H. Include <random.h> when testing whether
5634         'struct random_data' exists.
5635         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
5636
5637 2009-01-25  Bruno Haible  <bruno@clisp.org>
5638
5639         Don't install charset.alias on MacOS X >= 10.3.
5640         * lib/localcharset.c (DARWIN7): New macro.
5641         (get_charset_aliases): Hardcode the result for Darwin7.
5642         * modules/localcharset (install-exec-local): Don't install
5643         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
5644
5645 2009-01-25  Bruno Haible  <bruno@clisp.org>
5646
5647         Don't install charset.alias on mingw and Cygwin.
5648         * modules/localcharset (install-exec-local): Don't install
5649         charset.alias on mingw and Cygwin, if the file does not yet exist.
5650         The result for these platforms is hardcoded in localcharset.c.
5651
5652 2009-01-25  Bruno Haible  <bruno@clisp.org>
5653
5654         Make it possible again to use AC_GNU_SOURCE together with gnulib.
5655         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
5656         before requiring AC_USE_SYSTEM_EXTENSIONS.
5657
5658 2009-01-25  Jim Meyering  <meyering@redhat.com>
5659
5660         c-strtod: avoid warnings
5661         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
5662         "assignment discards qualifiers from pointer target type" warnings.
5663
5664 2009-01-24  Bruno Haible  <bruno@clisp.org>
5665
5666         Add support for non-UTF-8 locales on MacOS X.
5667         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
5668         canonical encodings. For Darwin 7 and newer, don't map traditional
5669         encodings to UTF-8.
5670         Reported by Vincent Lefevre <vincent@vinc17.org>
5671         at <http://savannah.gnu.org/bugs/?25235>.
5672
5673 2009-01-24  Bruno Haible  <bruno@clisp.org>
5674
5675         * doc/gnulib.texi (Obsolete modules): New section.
5676         Reported by Mike Frysinger <vapier@gentoo.org>.
5677
5678 2009-01-24  Bruno Haible  <bruno@clisp.org>
5679
5680         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
5681         (%.dvi): New rule.
5682
5683 2009-01-24  Bruno Haible  <bruno@clisp.org>
5684
5685         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
5686         Reported by Eric Blake.
5687
5688 2009-01-24  Bruno Haible  <bruno@clisp.org>
5689
5690         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
5691         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
5692         Reported by Gary V. Vaughan <gary@gnu.org>.
5693
5694 2009-01-24  Bruno Haible  <bruno@clisp.org>
5695
5696         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
5697
5698 2009-01-23  Bruno Haible  <bruno@clisp.org>
5699
5700         Make c-strtod, c-strtold usable in libraries.
5701         * lib/c-strtod.c: Include string.h instead of xalloc.h.
5702         (C_STRTOD): Call strdup instead of xstrdup.
5703         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
5704         * modules/c-strtold (Depends-on): Likewise.
5705         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
5706         * NEWS: Mention the change.
5707         Reported by Michael Gold <mgold@ncf.ca>.
5708
5709 2009-01-23  Jim Meyering  <meyering@redhat.com>
5710
5711         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
5712         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
5713         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
5714
5715 2009-01-23  Simon Josefsson  <simon@josefsson.org>
5716
5717         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
5718         GNU CoreUtils.
5719         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
5720         * modules/version-etc (Description): Update.
5721
5722 2009-01-22  Bruno Haible  <bruno@clisp.org>
5723
5724         Cache the C locale object.
5725         * lib/c-strtod.c (c_locale_cache): New variable.
5726         (c_locale): New function.
5727         (C_STRTOD): Use it, and don't call freelocale.
5728         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
5729         Suggested by Paolo Bonzini.
5730
5731 2009-01-21  Bruno Haible  <bruno@clisp.org>
5732
5733         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
5734         conditions other than overflow.
5735
5736 2009-01-21  Bruno Haible  <bruno@clisp.org>
5737
5738         * lib/c-strtod.c: Include errno.h.
5739         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
5740         value from STRTOD_L and STRTOD.
5741
5742 2009-01-21  Bruno Haible  <bruno@clisp.org>
5743         and Jim Meyering  <meyering@redhat.com>
5744
5745         nanosleep: skip configure test (fail it) for apple universal builds
5746         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
5747         universal builds, assume that nanosleep does not work.
5748         * modules/nanosleep (Depends-on): Add multiarch.
5749
5750         mktime: skip configure test (fail it) for apple universal builds
5751         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
5752         universal builds, assume that mktime does not work.
5753         * modules/mktime (Depends-on): Add multiarch.
5754
5755 2009-01-21  Eric Blake  <ebb9@byu.net>
5756
5757         multiarch: avoid expand-before-require warning
5758         * modules/multiarch (configure.ac): Require, rather than expand,
5759         gl_MULTIARCH.
5760         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
5761         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
5762         enforce that all clients require it.  Partial reversion of
5763         2008-12-29 patch.
5764
5765         error: avoid expand-before-require warning
5766         * modules/errno (configure.ac): Require, rather than expand,
5767         gl_HEADER_ERRNO_H.
5768         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
5769         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
5770         enforce that all clients require it.
5771
5772         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
5773         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
5774         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
5775         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
5776
5777 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
5778
5779         Revert:
5780         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
5781
5782         regex: do not depend on obsolete modules.
5783         * modules/regex: Remove memcmp and memmove.
5784
5785 2009-01-20  Bruno Haible  <bruno@clisp.org>
5786
5787         Make the 'link' module link on Windows NT 4.
5788         * lib/link.c (_WIN32_WINNT): Don't define.
5789         (CreateHardLinkFuncType): New type.
5790         (CreateHardLinkFunc, initialized): New variables.
5791         (initialize): New function.
5792         (link): Invoke CreateHardLink indirectly through the function pointer.
5793
5794 2009-01-20  Bruno Haible  <bruno@clisp.org>
5795
5796         Fix compilation failure on mingw.
5797         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
5798
5799 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
5800
5801         * doc/c-strtod.texi: Mention a couple of restrictions.
5802
5803 2009-01-20  Jim Meyering  <meyering@redhat.com>
5804
5805         gettimeofday: move more declarations out of functions
5806         * lib/gettimeofday.c: Move extern declarations of tzset and
5807         gmtime out of containing functions.  Prompted by Bruno Haible.
5808
5809 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
5810
5811         regex: do not depend on obsolete modules.
5812         * modules/regex: Remove memcmp and memmove.
5813
5814 2009-01-19  Bruno Haible  <bruno@clisp.org>
5815
5816         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
5817         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
5818         gl_BIGENDIAN, not AC_C_BIGENDIAN.
5819         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
5820         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
5821
5822 2009-01-19  Bruno Haible  <bruno@clisp.org>
5823
5824         * tests/test-link.c: Include <errno.h>.
5825         (main): Exit with code 77 when a hard link cannot be created due to
5826         the file system.
5827         * tests/test-link.sh: Skip test when a hard link cannot be created due
5828         to the file system.
5829         Suggested by Eric Blake.
5830
5831 2009-01-19  Martin Lambers  <marlam@marlam.de>
5832
5833         * modules/link-tests: New file.
5834         * tests/test-link.sh: New file.
5835         * tests/test-link.c: New file.
5836
5837 2009-01-19  Eric Blake  <ebb9@byu.net>
5838
5839         doc: mention another function added in cygwin 1.7.0
5840         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
5841         Another new function in cygwin 1.7.
5842
5843 2009-01-19  Bruno Haible  <bruno@clisp.org>
5844
5845         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
5846         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
5847         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
5848         gl_BIGENDIAN, not AC_C_BIGENDIAN.
5849         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
5850         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
5851         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
5852         * m4/md4.m4 (gl_MD4): Likewise.
5853         * m4/md5.m4 (gl_MD5): Likewise.
5854         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
5855         * m4/sha1.m4 (gl_SHA1): Likewise.
5856         * m4/sha256.m4 (gl_SHA256): Likewise.
5857         * m4/sha512.m4 (gl_SHA512): Likewise.
5858
5859 2009-01-19  Bruno Haible  <bruno@clisp.org>
5860
5861         * modules/uniname/uniname-tests (Depends-on): Add progname.
5862         * tests/uniname/test-uninames.c: Include progname.h.
5863         (main): Call set_program_name.
5864
5865         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
5866         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
5867         (main): Call set_program_name.
5868
5869         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
5870         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
5871         (main): Call set_program_name.
5872
5873         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
5874         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
5875         (main): Call set_program_name.
5876
5877         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
5878         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
5879         (main): Call set_program_name.
5880
5881         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
5882         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
5883         (main): Call set_program_name.
5884
5885         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
5886         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
5887         (main): Call set_program_name.
5888
5889         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
5890         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
5891         (main): Call set_program_name.
5892
5893         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
5894         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
5895         (main): Call set_program_name.
5896
5897 2009-01-19  Eric Blake  <ebb9@byu.net>
5898
5899         test-unistd: test previous patch
5900         * tests/test-unistd.c: Test *_FILENO macros.
5901
5902         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
5903         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
5904         Guarantee a definition.
5905         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
5906         * modules/unistd-safer (Depends-on): Add dependency on unistd.
5907         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
5908         * lib/dup-safer.c (STDERR_FILENO): Likewise.
5909         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
5910         Likewise.
5911         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
5912         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
5913         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
5914         Likewise.
5915         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
5916         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
5917         (STDERR_FILENO): Likewise.
5918         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
5919         (STDERR_FILENO): Likewise.
5920         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
5921         (STDERR_FILENO): Likewise.
5922         Reported by Elbert Pol.
5923
5924 2009-01-19  Eric Blake  <ebb9@byu.net>
5925
5926         doc: mention more functions added in cygwin 1.7.0
5927         * doc/posix-functions/abort.texi (abort): Update wording related
5928         to cygwin.
5929         * doc/posix-functions/daylight.texi (daylight): Likewise.
5930         * doc/posix-functions/optarg.texi (optarg): Likewise.
5931         * doc/posix-functions/optarg.texi (opterr): Likewise.
5932         * doc/posix-functions/optarg.texi (optind): Likewise.
5933         * doc/posix-functions/optarg.texi (optopt): Likewise.
5934         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
5935         worked in 1.5.x, and was withdrawn in 1.7.
5936         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
5937         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
5938         cygwin versions.
5939         * doc/posix-functions/perror.texi (perror): Likewise.
5940         * doc/posix-functions/printf.texi (printf): Likewise.
5941         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
5942         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
5943         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
5944         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
5945         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
5946         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
5947         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
5948         Likewise.
5949         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
5950         Likewise.
5951         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
5952         this function.
5953         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
5954         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
5955         Likewise.
5956         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
5957         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
5958         * doc/posix-functions/confstr.texi (confstr): Likewise.
5959         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
5960         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
5961         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
5962         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
5963         * doc/posix-functions/fputws.texi (fputws): Likewise.
5964         * doc/posix-functions/fwide.texi (fwide): Likewise.
5965         * doc/posix-functions/getwc.texi (getwc): Likewise.
5966         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
5967         * doc/posix-functions/putwc.texi (putwc): Likewise.
5968         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
5969         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
5970         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
5971         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
5972         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
5973         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
5974         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
5975         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
5976         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
5977         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
5978         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
5979
5980 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
5981
5982         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
5983         * lib/ioctl.c: Include <sys/ioctl.h>.
5984
5985 2009-01-19  Simon Josefsson  <simon@josefsson.org>
5986
5987         * modules/getdate-tests (Depends-on): Add progname.
5988         * tests/test-getdate.c: Use progname module, to avoid link errors
5989         on non-glibc systems.
5990
5991 2009-01-18  Simon Josefsson  <simon@josefsson.org>
5992
5993         * modules/filenamecat-tests (Depends-on): Add progname.
5994         * modules/fstrcmp-tests (Depends-on): Likewise.
5995
5996         * tests/test-filenamecat.c: Use progname module, to avoid link
5997         errors on non-glibc systems.
5998         * tests/test-fstrcmp.c: Likewise.
5999
6000 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
6001
6002         gettimeofday: avoid warning: nested extern declaration of 'localtime'
6003         * lib/gettimeofday.c: Move extern declaration out of function.
6004
6005 2009-01-18  Bruno Haible  <bruno@clisp.org>
6006
6007         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
6008         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
6009         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
6010
6011 2009-01-18  Bruno Haible  <bruno@clisp.org>
6012
6013         * lib/strftime.c (MEMPCPY): Remove unused macro.
6014         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
6015
6016 2009-01-18  Martin Lambers  <marlam@marlam.de>
6017
6018         New module 'link'.
6019         * lib/unistd.in.h (link): New declaration.
6020         * lib/link.c: New file.
6021         * m4/link.m4: New file.
6022         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
6023         HAVE_LINK.
6024         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
6025         * modules/link: New file.
6026         * doc/posix-functions/link.texi: Mention the new module.
6027
6028 2009-01-18  Bruno Haible  <bruno@clisp.org>
6029
6030         * tests/test-avltree_list.c (main): Call set_program_name.
6031         * tests/test-avltree_oset.c (main): Likewise.
6032         * tests/test-obstack-printf.c: Include progname.h.
6033         (main): Call set_program_name.
6034         * tests/test-quotearg.c: Include progname.h.
6035         (main): Call set_program_name.
6036         * tests/test-xmemdup0.c: Include progname.h.
6037         (main): Call set_program_name.
6038
6039 2009-01-18  Bruno Haible  <bruno@clisp.org>
6040
6041         New module 'alphasort'.
6042         * lib/dirent.in.h (alphasort): New declaration.
6043         * lib/alphasort.c: New file, from glibc with modifications.
6044         * m4/alphasort.m4: New file.
6045         * modules/alphasort: New file.
6046         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
6047         HAVE_ALPHASORT.
6048         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
6049         HAVE_ALPHASORT.
6050         * doc/posix-functions/alphasort.texi: Mention the new module and the
6051         portability problems.
6052
6053 2009-01-18  Bruno Haible  <bruno@clisp.org>
6054
6055         New module 'scandir'.
6056         * lib/dirent.in.h (scandir): New declaration.
6057         * lib/scandir.c: New file, from glibc with modifications.
6058         * m4/scandir.m4: New file.
6059         * modules/scandir: New file.
6060         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
6061         HAVE_SCANDIR.
6062         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
6063         HAVE_SCANDIR.
6064         * doc/posix-functions/scandir.texi: Mention the new module and the
6065         portability problems.
6066
6067 2009-01-17  Bruno Haible  <bruno@clisp.org>
6068
6069         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
6070         Update documentation.
6071         (func_remove_suffix): Escape all dots in the suffix. Update
6072         documentation.
6073         (func_filter_filelist): Update documentation.
6074         Reported by Ralf Wildenhues.
6075
6076 2009-01-17  Bruno Haible  <bruno@clisp.org>
6077
6078         * modules/dprintf-posix-tests: New file.
6079         * tests/test-dprintf-posix.sh: New file.
6080         * tests/test-dprintf-posix.c: New file.
6081
6082         New modules 'dprintf', 'dprintf-posix'.
6083         * lib/stdio.in.h (dprintf): New declaration.
6084         * lib/dprintf.c: New file.
6085         * m4/dprintf.m4: New file.
6086         * m4/dprintf-posix.m4: New file.
6087         * modules/dprintf: New file.
6088         * modules/dprintf-posix: New file.
6089         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
6090         HAVE_DPRINTF, REPLACE_DPRINTF.
6091         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
6092         HAVE_DPRINTF, REPLACE_DPRINTF.
6093         * doc/posix-functions/dprintf.texi: Mention the new modules.
6094
6095 2009-01-17  Bruno Haible  <bruno@clisp.org>
6096
6097         * modules/vdprintf-posix-tests: New file.
6098         * tests/test-vdprintf-posix.sh: New file.
6099         * tests/test-vdprintf-posix.c: New file.
6100
6101         New modules 'vdprintf', 'vdprintf-posix'.
6102         * lib/stdio.in.h (vdprintf): New declaration.
6103         * lib/vdprintf.c: New file.
6104         * m4/vdprintf.m4: New file.
6105         * m4/vdprintf-posix.m4: New file.
6106         * modules/vdprintf: New file.
6107         * modules/vdprintf-posix: New file.
6108         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
6109         HAVE_VDPRINTF, REPLACE_VDPRINTF.
6110         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
6111         HAVE_VDPRINTF, REPLACE_VDPRINTF.
6112         * doc/posix-functions/vdprintf.texi: Mention the new modules.
6113
6114 2009-01-17  Bruno Haible  <bruno@clisp.org>
6115
6116         Fix replacement of fopen on mingw.
6117         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
6118         mingw.
6119
6120 2009-01-17  Bruno Haible  <bruno@clisp.org>
6121
6122         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
6123         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
6124
6125 2009-01-17  Bruno Haible  <bruno@clisp.org>
6126
6127         Avoid test-fflush2.sh failure on mingw.
6128         * tests/test-fflush2.c: Include binary-io.h.
6129         (main): Put standard input into binary mode.
6130         * modules/fflush-tests (Depends-on): Add binary-io.
6131
6132 2009-01-17  Bruno Haible  <bruno@clisp.org>
6133
6134         * lib/wchar.in.h: In another particular situation, include only the
6135         system's <wchar.h> file.
6136         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
6137         Reported by Albert Chin-A-Young <china@thewrittenword.com>
6138         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
6139
6140 2009-01-17  Bruno Haible  <bruno@clisp.org>
6141
6142         Support for stripping executables in --enable-relocatable.
6143         * build-aux/install-reloc: Expect one more argument, or an environment
6144         variable RELOC_STRIP_PROG. If set, strip the destination program and
6145         its wrapper.
6146         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
6147         RELOC_STRIP_PROG.
6148         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
6149         to set RELOCATABLE_STRIP.
6150         * NEWS: Mention the new Makefile requirement.
6151
6152 2009-01-17  Bruno Haible  <bruno@clisp.org>
6153
6154         * build-aux/install-reloc: Remove debugging information left over by
6155         C compiler on MacOS X.
6156
6157 2009-01-17  Bruno Haible  <bruno@clisp.org>
6158
6159         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
6160         * lib/progreloc.c (find_executable): Fix type of pointer passed to
6161         _NSGetExecutablePath.
6162
6163 2009-01-16  Jim Meyering  <meyering@redhat.com>
6164
6165         strerror: avoid warnings about discarding "const"
6166         * lib/strerror.c (rpl_strerror): Instead of returning a const
6167         string from each and every "case", use a variable, and add a single
6168         cast after the switch.
6169
6170 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
6171
6172         * lib/arpa_inet.in.h: Add extern "C" block for C++.
6173
6174 2009-01-16  Bruno Haible  <bruno@clisp.org>
6175
6176         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
6177         array initializer syntax that also works in C++ mode.
6178         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
6179
6180 2009-01-16  Jim Meyering  <meyering@redhat.com>
6181
6182         poll: suppress a warning
6183         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
6184         to ignore "...unsigned expression < 0 is always false" warnings.
6185
6186 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
6187
6188         poll: remove declarations of unused variables
6189         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
6190         sockbuf and optlen.
6191
6192 2009-01-15  Bruno Haible  <bruno@clisp.org>
6193
6194         Make fflush-after-ungetc POSIX compliant on BSD systems.
6195         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
6196         (clear_ungetc_buffer): Implement also for other systems.
6197         (rpl_fflush): On glibc systems, invoke
6198         clear_ungetc_buffer_preserving_position. Otherwise, invoke
6199         clear_ungetc_buffer after fetching the stream's position, not before.
6200
6201 2009-01-15  Bruno Haible  <bruno@clisp.org>
6202
6203         Make fflush-after-ungetc POSIX compliant on glibc systems.
6204         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
6205         after ungetc.
6206         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
6207         (rpl_fflush): On glibc systems, simply call the system's fflush
6208         function after clearing the ungetc buffer.
6209         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
6210         Instead, lseek only to the end of file, then use the system's fseeko
6211         for the rest. On glibc systems, reset the EOF indicator bit.
6212
6213 2009-01-15  Jim Meyering  <meyering@redhat.com>
6214
6215         openmp.m4: revert quote-adding change, for portability to older autoconf
6216         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
6217         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
6218         Simon Josefsson noticed the problem when using autoconf-2.61.
6219
6220 2009-01-15  Bruno Haible  <bruno@clisp.org>
6221
6222         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
6223         * tests/test-fflush2.c (ASSERT): Always fail.
6224         (main): Add two tests for fflush() after ungetc(), taking into account
6225         the Austin Group's clarification.
6226         Suggested by Eric Blake.
6227
6228 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
6229
6230         mktime.m4: remove K&R-style function prototypes
6231         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
6232         for the Sun C++ compiler.
6233
6234 2009-01-14  Bruno Haible  <bruno@clisp.org>
6235
6236         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
6237         while including <wchar.h>.
6238         * lib/wchar.in.h: In two particular situations on HP-UX, include only
6239         the system's <wchar.h> file.
6240         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
6241
6242 2009-01-14  Bruno Haible  <bruno@clisp.org>
6243
6244         * m4/csharp.m4: Don't mention gettext on the serial number line.
6245         * m4/csharpexec.m4: Likewise.
6246         * m4/eaccess.m4: Likewise.
6247         * m4/javaexec.m4: Likewise.
6248         * m4/sig_atomic_t.m4: Likewise.
6249         * m4/tmpdir.m4: Likewise.
6250         * m4/intldir.m4: Bump gettext version.
6251         * m4/lib-ld.m4: Likewise.
6252
6253 2009-01-14  Bruno Haible  <bruno@clisp.org>
6254
6255         * lib/progname.c (set_program_name): Add more comments.
6256         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
6257
6258 2009-01-14  Simon Josefsson  <simon@josefsson.org>
6259
6260         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
6261         were sys/stat.h does not define it.
6262
6263 2009-01-14  Jim Meyering  <meyering@redhat.com>
6264
6265         many *.m4 files: improve m4 quoting
6266         99% of this change was performed by running the following commands:
6267         git ls-files | grep '\.m4$' | xargs perl -pi \
6268           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
6269           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
6270           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
6271           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
6272         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
6273         The remainder were to add Copyright dates, increment serial numbers,
6274         undo some changes in comments, exclude m4/intl.m4, and add quotes
6275         around the "1" in ",1" where the unusual spacing prohibited the
6276         above regexps from doing the job.  For more details, see
6277         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
6278         * m4/acl.m4: Modified.
6279         * m4/afs.m4: Likewise.
6280         * m4/alloca.m4: Likewise.
6281         * m4/argp.m4: Likewise.
6282         * m4/argz.m4: Likewise.
6283         * m4/atexit.m4: Likewise.
6284         * m4/bison-i18n.m4: Likewise.
6285         * m4/bison.m4: Likewise.
6286         * m4/byteswap.m4: Likewise.
6287         * m4/c-stack.m4: Likewise.
6288         * m4/c-strtod.m4: Likewise.
6289         * m4/calloc.m4: Likewise.
6290         * m4/canonicalize-lgpl.m4: Likewise.
6291         * m4/chown.m4: Likewise.
6292         * m4/clock_time.m4: Likewise.
6293         * m4/codeset.m4: Likewise.
6294         * m4/copy-file.m4: Likewise.
6295         * m4/csharp.m4: Likewise.
6296         * m4/csharpcomp.m4: Likewise.
6297         * m4/csharpexec.m4: Likewise.
6298         * m4/d-ino.m4: Likewise.
6299         * m4/d-type.m4: Likewise.
6300         * m4/dirfd.m4: Likewise.
6301         * m4/double-slash-root.m4: Likewise.
6302         * m4/eaccess.m4: Likewise.
6303         * m4/eealloc.m4: Likewise.
6304         * m4/environ.m4: Likewise.
6305         * m4/errno_h.m4: Likewise.
6306         * m4/euidaccess.m4: Likewise.
6307         * m4/execute.m4: Likewise.
6308         * m4/fatal-signal.m4: Likewise.
6309         * m4/fchdir.m4: Likewise.
6310         * m4/fcntl_h.m4: Likewise.
6311         * m4/fileblocks.m4: Likewise.
6312         * m4/filenamecat.m4: Likewise.
6313         * m4/findprog.m4: Likewise.
6314         * m4/flexmember.m4: Likewise.
6315         * m4/fnmatch.m4: Likewise.
6316         * m4/fopen.m4: Likewise.
6317         * m4/fpending.m4: Likewise.
6318         * m4/fprintf-posix.m4: Likewise.
6319         * m4/free.m4: Likewise.
6320         * m4/frexp.m4: Likewise.
6321         * m4/frexpl.m4: Likewise.
6322         * m4/fsusage.m4: Likewise.
6323         * m4/ftruncate.m4: Likewise.
6324         * m4/gc-camellia.m4: Likewise.
6325         * m4/gc-random.m4: Likewise.
6326         * m4/gc.m4: Likewise.
6327         * m4/getaddrinfo.m4: Likewise.
6328         * m4/getcwd-abort-bug.m4: Likewise.
6329         * m4/getcwd-path-max.m4: Likewise.
6330         * m4/getdate.m4: Likewise.
6331         * m4/getdomainname.m4: Likewise.
6332         * m4/getgroups.m4: Likewise.
6333         * m4/gethostname.m4: Likewise.
6334         * m4/gethrxtime.m4: Likewise.
6335         * m4/getline.m4: Likewise.
6336         * m4/getloadavg.m4: Likewise.
6337         * m4/getndelim2.m4: Likewise.
6338         * m4/getpass.m4: Likewise.
6339         * m4/gettext.m4: Likewise.
6340         * m4/gettime.m4: Likewise.
6341         * m4/gettimeofday.m4: Likewise.
6342         * m4/gnulib-common.m4: Likewise.
6343         * m4/group-member.m4: Likewise.
6344         * m4/host-os.m4: Likewise.
6345         * m4/iconv.m4: Likewise.
6346         * m4/iconv_open.m4: Likewise.
6347         * m4/inet_ntop.m4: Likewise.
6348         * m4/inet_pton.m4: Likewise.
6349         * m4/inline.m4: Likewise.
6350         * m4/intldir.m4: Likewise.
6351         * m4/intlmacosx.m4: Likewise.
6352         * m4/intmax.m4: Likewise.
6353         * m4/intmax_t.m4: Likewise.
6354         * m4/inttypes.m4: Likewise.
6355         * m4/inttypes_h.m4: Likewise.
6356         * m4/inttypes-pri.m4: Likewise.
6357         * m4/isapipe.m4: Likewise.
6358         * m4/isnand.m4: Likewise.
6359         * m4/isnanf.m4: Likewise.
6360         * m4/isnanl.m4: Likewise.
6361         * m4/javacomp.m4: Likewise.
6362         * m4/javaexec.m4: Likewise.
6363         * m4/jm-winsz1.m4: Likewise.
6364         * m4/jm-winsz2.m4: Likewise.
6365         * m4/lchown.m4: Likewise.
6366         * m4/lcmessage.m4: Likewise.
6367         * m4/ldexpl.m4: Likewise.
6368         * m4/lib-ld.m4: Likewise.
6369         * m4/lib-link.m4: Likewise.
6370         * m4/libsigsegv.m4: Likewise.
6371         * m4/link-follow.m4: Likewise.
6372         * m4/localcharset.m4: Likewise.
6373         * m4/locale-fr.m4: Likewise.
6374         * m4/locale-ja.m4: Likewise.
6375         * m4/locale-tr.m4: Likewise.
6376         * m4/locale-zh.m4: Likewise.
6377         * m4/lock.m4: Likewise.
6378         * m4/longlong.m4: Likewise.
6379         * m4/ls-mntd-fs.m4: Likewise.
6380         * m4/lstat.m4: Likewise.
6381         * m4/malloc.m4: Likewise.
6382         * m4/mathl.m4: Likewise.
6383         * m4/mbrtowc.m4: Likewise.
6384         * m4/mbstate_t.m4: Likewise.
6385         * m4/mbswidth.m4: Likewise.
6386         * m4/memchr.m4: Likewise.
6387         * m4/memcmp.m4: Likewise.
6388         * m4/memcpy.m4: Likewise.
6389         * m4/memmem.m4: Likewise.
6390         * m4/memmove.m4: Likewise.
6391         * m4/mempcpy.m4: Likewise.
6392         * m4/memrchr.m4: Likewise.
6393         * m4/memset.m4: Likewise.
6394         * m4/minmax.m4: Likewise.
6395         * m4/mkdir-slash.m4: Likewise.
6396         * m4/mkdtemp.m4: Likewise.
6397         * m4/mktime.m4: Likewise.
6398         * m4/mmap-anon.m4: Likewise.
6399         * m4/mountlist.m4: Likewise.
6400         * m4/nanosleep.m4: Likewise.
6401         * m4/nls.m4: Likewise.
6402         * m4/nocrash.m4: Likewise.
6403         * m4/open.m4: Likewise.
6404         * m4/openat.m4: Likewise.
6405         * m4/openmp.m4: Likewise.
6406         * m4/pathmax.m4: Likewise.
6407         * m4/perl.m4: Likewise.
6408         * m4/physmem.m4: Likewise.
6409         * m4/pipe.m4: Likewise.
6410         * m4/po.m4: Likewise.
6411         * m4/poll.m4: Likewise.
6412         * m4/posixtm.m4: Likewise.
6413         * m4/posixver.m4: Likewise.
6414         * m4/printf-frexp.m4: Likewise.
6415         * m4/printf-frexpl.m4: Likewise.
6416         * m4/printf-posix.m4: Likewise.
6417         * m4/printf-posix-rpl.m4: Likewise.
6418         * m4/printf.m4: Likewise.
6419         * m4/progtest.m4: Likewise.
6420         * m4/putenv.m4: Likewise.
6421         * m4/readline.m4: Likewise.
6422         * m4/readlink.m4: Likewise.
6423         * m4/readutmp.m4: Likewise.
6424         * m4/realloc.m4: Likewise.
6425         * m4/regex.m4: Likewise.
6426         * m4/relocatable.m4: Likewise.
6427         * m4/relocatable-lib.m4: Likewise.
6428         * m4/rename-dest-slash.m4: Likewise.
6429         * m4/rename.m4: Likewise.
6430         * m4/rmdir-errno.m4: Likewise.
6431         * m4/rmdir.m4: Likewise.
6432         * m4/roundf.m4: Likewise.
6433         * m4/roundl.m4: Likewise.
6434         * m4/rpmatch.m4: Likewise.
6435         * m4/save-cwd.m4: Likewise.
6436         * m4/selinux-selinux-h.m4: Likewise.
6437         * m4/setenv.m4: Likewise.
6438         * m4/settime.m4: Likewise.
6439         * m4/sig2str.m4: Likewise.
6440         * m4/sig_atomic_t.m4: Likewise.
6441         * m4/signalblocking.m4: Likewise.
6442         * m4/signbit.m4: Likewise.
6443         * m4/sigpipe.m4: Likewise.
6444         * m4/sockets.m4: Likewise.
6445         * m4/sockpfaf.m4: Likewise.
6446         * m4/st_dm_mode.m4: Likewise.
6447         * m4/stat-time.m4: Likewise.
6448         * m4/stdbool.m4: Likewise.
6449         * m4/stdint.m4: Likewise.
6450         * m4/stdint_h.m4: Likewise.
6451         * m4/stpcpy.m4: Likewise.
6452         * m4/stpncpy.m4: Likewise.
6453         * m4/strcase.m4: Likewise.
6454         * m4/strchrnul.m4: Likewise.
6455         * m4/strcspn.m4: Likewise.
6456         * m4/strdup.m4: Likewise.
6457         * m4/strftime.m4: Likewise.
6458         * m4/strndup.m4: Likewise.
6459         * m4/strnlen.m4: Likewise.
6460         * m4/strpbrk.m4: Likewise.
6461         * m4/strptime.m4: Likewise.
6462         * m4/strsep.m4: Likewise.
6463         * m4/strtod.m4: Likewise.
6464         * m4/strtoimax.m4: Likewise.
6465         * m4/strtok_r.m4: Likewise.
6466         * m4/strtol.m4: Likewise.
6467         * m4/strtoll.m4: Likewise.
6468         * m4/strtoul.m4: Likewise.
6469         * m4/strtoull.m4: Likewise.
6470         * m4/strtoumax.m4: Likewise.
6471         * m4/strverscmp.m4: Likewise.
6472         * m4/threadlib.m4: Likewise.
6473         * m4/timegm.m4: Likewise.
6474         * m4/tm_gmtoff.m4: Likewise.
6475         * m4/tmpdir.m4: Likewise.
6476         * m4/tmpfile.m4: Likewise.
6477         * m4/tzset.m4: Likewise.
6478         * m4/uintmax_t.m4: Likewise.
6479         * m4/unlinkdir.m4: Likewise.
6480         * m4/unlocked-io.m4: Likewise.
6481         * m4/uptime.m4: Likewise.
6482         * m4/userspec.m4: Likewise.
6483         * m4/utimbuf.m4: Likewise.
6484         * m4/utime.m4: Likewise.
6485         * m4/utimes-null.m4: Likewise.
6486         * m4/utimes.m4: Likewise.
6487         * m4/vararrays.m4: Likewise.
6488         * m4/vasnprintf.m4: Likewise.
6489         * m4/vfprintf-posix.m4: Likewise.
6490         * m4/vprintf-posix.m4: Likewise.
6491         * m4/wait-process.m4: Likewise.
6492         * m4/wchar_t.m4: Likewise.
6493         * m4/wint_t.m4: Likewise.
6494         * m4/write-any-file.m4: Likewise.
6495         * m4/yield.m4: Likewise.
6496
6497 2009-01-13  Bruno Haible  <bruno@clisp.org>
6498
6499         Avoid test-copy-file.sh failures when ACL support insufficient.
6500         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
6501         TESTS_ENVIRONMENT.
6502         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
6503         Reported by Jim Meyering.
6504
6505 2009-01-13  Bruno Haible  <bruno@clisp.org>
6506
6507         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
6508         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
6509         * modules/unistdio/u8-printf-parse (Files): Likewise.
6510         * modules/unistdio/u32-printf-parse (Files): Likewise.
6511         * modules/unistdio/ulc-printf-parse (Files): Likewise.
6512
6513 2009-01-13  Simon Josefsson  <simon@josefsson.org>
6514
6515         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
6516         and m4/inttypes_h.m4 too.
6517
6518 2009-01-12  Eric Blake  <ebb9@byu.net>
6519
6520         tests: IRIX 6.2 cc can't compile -0.0 into .data
6521         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
6522         rather than at compile-time.
6523         * tests/test-floorl.c (minus_zero): Likewise.
6524         * tests/test-frexpl.c (minus_zero): Likewise.
6525         * tests/test-isnan.c (minus_zerol): Likewise.
6526         * tests/test-isnanl.h (minus_zero): Likewise.
6527         * tests/test-ldexpl.c (minus_zero): Likewise.
6528         * tests/test-roundl.c (minus_zero): Likewise.
6529         * tests/test-signbit.c (minus_zerol): Likewise.
6530         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
6531         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
6532         * tests/test-truncl.c (minus_zero): Likewise.
6533         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
6534         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
6535         Reported by Tom G. Christensen and Nelson H. F. Beebe.
6536
6537 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
6538
6539         regex: fix glibc bug 9697
6540         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
6541         handling.
6542
6543 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
6544
6545         regex: fix glibc bug 697
6546         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
6547         being NULL also if there are no backreferences.
6548
6549 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
6550
6551         regex: merge glibc changes
6552         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
6553         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
6554         re_string_skip_chars, re_string_reconstruct): Likewise.
6555         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
6556
6557 2009-01-07  Jim Meyering  <meyering@redhat.com>
6558
6559         poll: filter through cppi
6560         * lib/poll.c: Indent cpp directives to reflect nesting.
6561
6562 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
6563
6564         poll: don't return uninitialized
6565         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
6566
6567 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
6568
6569         avoid compile failure on AIX 6.1
6570         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
6571         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
6572
6573 2009-01-04  Jim Meyering  <meyering@redhat.com>
6574
6575         remove duplicate inclusion of <stdio.h>
6576         * tests/test-fprintf-posix.c: Likewise.
6577         * tests/test-printf-posix.c: Likewise.
6578         * tests/test-snprintf-posix.c: Likewise.
6579         * tests/test-sprintf-posix.c: Likewise.
6580         * tests/test-vasprintf-posix.c: Likewise.
6581         * tests/test-vfprintf-posix.c: Likewise.
6582         * tests/test-vprintf-posix.c: Likewise.
6583         * tests/test-vsnprintf-posix.c: Likewise.
6584         * tests/test-vsprintf-posix.c: Likewise.
6585
6586 2009-01-03  Jim Meyering  <meyering@redhat.com>
6587
6588         gnulib-tool: fix sed-based filtering
6589         * gnulib-tool (func_filter_filelist): Remove extra backslash
6590         in sed_fff_filter definition.
6591
6592 2009-01-02  Jim Meyering  <meyering@redhat.com>
6593
6594         strftime: avoid compilation failure on Solaris 2.6
6595         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
6596         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
6597         Don't #define mbrlen or mbsinit, since now they're guaranteed to
6598         be available.  Reported by Tom G. Christensen.  Details in
6599         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
6600
6601 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6602             Bruno Haible  <bruno@clisp.org>
6603
6604         Speed up gnulib-tool by doing more string processing through shell
6605         built-ins.
6606         * gnulib-tool (fast_func_append): New variable.
6607         (func_remove_prefix, func_remove_suffix): New functions.
6608         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
6609         (func_filter_filelist): New function.
6610         (func_get_dependencies): Use func_remove_suffix instead of sed.
6611         (func_get_automake_snippet): Use func_filter_filelist instead of a
6612         subshell and sed invocation.
6613
6614 2009-01-01  Bruno Haible  <bruno@clisp.org>
6615
6616         Fix a security bug.
6617         * gnulib-tool (func_import, import, update): Don't allow the characters
6618         '"', '$', '`', '\' in macro arguments that become part of commands that
6619         are evaluated.
6620
6621 2009-01-01  Bruno Haible  <bruno@clisp.org>
6622
6623         * gnulib-tool (func_reset_sigpipe): Add more comments.
6624
6625 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6626
6627         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
6628         func_emit_tests_Makefile_am, func_import): Abort loops early if we
6629         already know the answer.
6630
6631 2009-01-01  Jim Meyering  <meyering@redhat.com>
6632
6633         * lib/version-etc.c (version_etc_va): Update copyright year.
6634
6635 2008-12-30  Bruno Haible  <bruno@clisp.org>
6636
6637         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
6638         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
6639         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
6640
6641 2008-12-29  Eric Blake  <ebb9@byu.net>
6642
6643         multiarch: avoid autoconf AC_REQUIRE bug
6644         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
6645         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
6646         2.63 and older.
6647         Reported by Bruno Haible, and analyzed in
6648         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
6649
6650 2008-12-29  Bruno Haible  <bruno@clisp.org>
6651
6652         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
6653         files in subdirectories correctly.
6654         Reported by Ralf Wildenhues.
6655
6656 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6657
6658         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
6659         rather than 'join FILE -', for Solaris join.
6660
6661 2008-12-29  Bruno Haible  <bruno@clisp.org>
6662
6663         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
6664         quoting.
6665         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
6666         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
6667         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
6668         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
6669         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
6670         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
6671         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
6672         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
6673         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
6674         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
6675         * m4/nls.m4 (AM_NLS): Likewise.
6676         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
6677         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
6678         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
6679         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
6680         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
6681         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
6682         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
6683         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
6684         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
6685         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
6686         * m4/xsize.m4 (gl_XSIZE): Likewise.
6687         Suggested by Jim Meyering.
6688
6689 2008-11-17  Bruce Korb  <bkorb@gnu.org>
6690
6691         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
6692         * lib/parse-duration.c: use a switch instead of cascading if's.
6693
6694 2008-12-29  Eric Blake  <ebb9@byu.net>
6695
6696         wchar.h: supply WEOF on Irix 5.3
6697         * lib/wchar.in.h (wint_t): Also supply WEOF.
6698         * lib/wctype.in.h (wint_t): Likewise.
6699         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
6700         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
6701         Reported by Tom G. Christensen.
6702
6703 2008-12-26  Bruno Haible  <bruno@clisp.org>
6704
6705         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
6706         i486, i586, i686.
6707
6708 2008-12-26  Bruno Haible  <bruno@clisp.org>
6709
6710         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
6711
6712 2008-12-26  Bruno Haible  <bruno@clisp.org>
6713
6714         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
6715         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
6716         not __STDC_CONSTANT_MACROS.
6717         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
6718
6719 2008-12-25  Bruno Haible  <bruno@clisp.org>
6720
6721         Add support for universal builds to vasnprintf.
6722         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
6723         universal builds, guess no.
6724         * modules/vasnprintf-posix (Depends-on): Add multiarch.
6725         * modules/vasprintf-posix (Depends-on): Likewise.
6726         * modules/fprintf-posix (Depends-on): Likewise.
6727         * modules/vfprintf-posix (Depends-on): Likewise.
6728         * modules/snprintf-posix (Depends-on): Likewise.
6729         * modules/vsnprintf-posix (Depends-on): Likewise.
6730         * modules/sprintf-posix (Depends-on): Likewise.
6731         * modules/vsprintf-posix (Depends-on): Likewise.
6732         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
6733         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
6734         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
6735         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
6736         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
6737         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
6738         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
6739
6740         Add support for universal builds to <inttypes.h>.
6741         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
6742         _SCNu64_PREFIX): In Apple
6743         universal builds, define directly, using _LP64.
6744         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
6745         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
6746         * modules/inttypes (Depends-on): Add multiarch.
6747         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
6748
6749         Add support for universal builds to <stdint.h>.
6750         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
6751         universal builds, define directly, using _LP64.
6752         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
6753         Apple universal builds, don't test for the size and suffix of ptrdiff_t
6754         and size_t.
6755         * modules/stdint (Depends-on): Add multiarch.
6756         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
6757
6758         New module 'multiarch'.
6759         * modules/multiarch: New file.
6760         * m4/multiarch.m4: New file.
6761
6762 2008-12-25  Bruno Haible  <bruno@clisp.org>
6763
6764         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
6765
6766 2008-12-25  Bruno Haible  <bruno@clisp.org>
6767
6768         * modules/btowc (License): Relicense under LGPLv2+.
6769         * modules/mbsinit (License): Likewise.
6770         * modules/mbrtowc (License): Likewise.
6771         * modules/wcrtomb (License): Likewise.
6772         * modules/streq (License): Likewise.
6773         Reported by David Lutterkort <lutter@redhat.com>.
6774
6775 2008-12-23  Bruno Haible  <bruno@clisp.org>
6776
6777         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
6778
6779 2008-12-23  Bruno Haible  <bruno@clisp.org>
6780
6781         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
6782         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
6783         GETADDRINFO_LIB, not in LIBS.
6784         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
6785         * modules/canon-host (Link): Likewise.
6786         * NEWS: Mention the change.
6787         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
6788         GETADDRINFO_LIB.
6789
6790 2008-12-22  Bruno Haible  <bruno@clisp.org>
6791
6792         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
6793         * doc/posix-functions/iswalpha_l.texi: Likewise.
6794         * doc/posix-functions/iswblank_l.texi: Likewise.
6795         * doc/posix-functions/iswcntrl_l.texi: Likewise.
6796         * doc/posix-functions/iswctype_l.texi: Likewise.
6797         * doc/posix-functions/iswdigit_l.texi: Likewise.
6798         * doc/posix-functions/iswgraph_l.texi: Likewise.
6799         * doc/posix-functions/iswlower_l.texi: Likewise.
6800         * doc/posix-functions/iswprint_l.texi: Likewise.
6801         * doc/posix-functions/iswpunct_l.texi: Likewise.
6802         * doc/posix-functions/iswspace_l.texi: Likewise.
6803         * doc/posix-functions/iswupper_l.texi: Likewise.
6804         * doc/posix-functions/iswxdigit_l.texi: Likewise.
6805         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
6806         * doc/posix-functions/open_wmemstream.texi: Likewise.
6807         * doc/posix-functions/swscanf.texi: Likewise.
6808         * doc/posix-functions/towctrans_l.texi: Likewise.
6809         * doc/posix-functions/towlower.texi: Likewise.
6810         * doc/posix-functions/towlower_l.texi: Likewise.
6811         * doc/posix-functions/towupper.texi: Likewise.
6812         * doc/posix-functions/towupper_l.texi: Likewise.
6813         * doc/posix-functions/vfwprintf.texi: Likewise.
6814         * doc/posix-functions/vfwscanf.texi: Likewise.
6815         * doc/posix-functions/vswscanf.texi: Likewise.
6816         * doc/posix-functions/vwprintf.texi: Likewise.
6817         * doc/posix-functions/vwscanf.texi: Likewise.
6818         * doc/posix-functions/wcpcpy.texi: Likewise.
6819         * doc/posix-functions/wcpncpy.texi: Likewise.
6820         * doc/posix-functions/wcscasecmp.texi: Likewise.
6821         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
6822         * doc/posix-functions/wcscoll_l.texi: Likewise.
6823         * doc/posix-functions/wcsdup.texi: Likewise.
6824         * doc/posix-functions/wcsncasecmp.texi: Likewise.
6825         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
6826         * doc/posix-functions/wcsnlen.texi: Likewise.
6827         * doc/posix-functions/wcsnrtombs.texi: Likewise.
6828         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
6829         * doc/posix-functions/wctrans_l.texi: Likewise.
6830         * doc/posix-functions/wctype_l.texi: Likewise.
6831         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
6832         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
6833         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
6834         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
6835         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
6836         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
6837         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
6838         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
6839         * doc/glibc-functions/wcschrnul.texi: Likewise.
6840         * doc/glibc-functions/wcsftime_l.texi: Likewise.
6841         * doc/glibc-functions/wcstod_l.texi: Likewise.
6842         * doc/glibc-functions/wcstof_l.texi: Likewise.
6843         * doc/glibc-functions/wcstol_l.texi: Likewise.
6844         * doc/glibc-functions/wcstold_l.texi: Likewise.
6845         * doc/glibc-functions/wcstoll_l.texi: Likewise.
6846         * doc/glibc-functions/wcstoq.texi: Likewise.
6847         * doc/glibc-functions/wcstoul_l.texi: Likewise.
6848         * doc/glibc-functions/wcstoull_l.texi: Likewise.
6849         * doc/glibc-functions/wcstouq.texi: Likewise.
6850         * doc/glibc-functions/wmempcpy.texi: Likewise.
6851
6852 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
6853             Eric Blake  <ebb9@byu.net>
6854             Paolo Bonzini  <bonzini@gnu.org>
6855             Bruno Haible  <bruno@clisp.org>
6856
6857         Make c-stack work on Haiku.
6858         * lib/c-stack.c (SA_ONSTACK): Define fallback.
6859         (c_stack_action): Use SA_ONSTACK flag.
6860
6861 2008-12-22  Bruno Haible  <bruno@clisp.org>
6862
6863         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
6864
6865 2008-12-22  Bruno Haible  <bruno@clisp.org>
6866
6867         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
6868         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
6869         being overridden.
6870         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
6871         New macros.
6872         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
6873         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
6874         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
6875         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
6876
6877 2008-12-22  Bruno Haible  <bruno@clisp.org>
6878
6879         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
6880         from test code.
6881
6882 2008-12-22  Eric Blake  <ebb9@byu.net>
6883
6884         Avoid gcc warnings on cygwin.
6885         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
6886         Avoid unused variable.
6887         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
6888         Likewise.
6889
6890 2008-12-22  Bruno Haible  <bruno@clisp.org>
6891
6892         Remove HAVE_MBRTOWC conditionals.
6893         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
6894         (mbscasecmp): Assume mbrtowc function.
6895         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
6896         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
6897         * lib/mbschr.c: Include mbuiter.h unconditionally.
6898         (mbschr): Assume mbrtowc function.
6899         * lib/mbscspn.c: Include mbuiter.h unconditionally.
6900         (mbscspn): Assume mbrtowc function.
6901         * lib/mbslen.c: Include mbuiter.h unconditionally.
6902         (mbslen): Assume mbrtowc function.
6903         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
6904         (mbsncasecmp): Assume mbrtowc function.
6905         * lib/mbsnlen.c: Include mbiter.h unconditionally.
6906         (mbsnlen): Assume mbrtowc function.
6907         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
6908         (mbspbrk): Assume mbrtowc function.
6909         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
6910         (mbspcasecmp): Assume mbrtowc function.
6911         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
6912         (mbsrchr): Assume mbrtowc function.
6913         * lib/mbssep.c: Include mbuiter.h unconditionally.
6914         (mbssep): Assume mbrtowc function.
6915         * lib/mbsspn.c: Include mbuiter.h unconditionally.
6916         (mbsspn): Assume mbrtowc function.
6917         * lib/mbsstr.c: Include mbuiter.h unconditionally.
6918         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
6919         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
6920         (mbstok_r): Assume mbrtowc function.
6921         * lib/propername.c: Include mbuiter.h unconditionally.
6922         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
6923         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
6924         (trim2): Assume mbrtowc function.
6925         * lib/mbswidth.c (mbsinit): Remove fallback definition.
6926         (mbsnwidth): Assume mbrtowc function.
6927         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
6928         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
6929         fallback definitions.
6930         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
6931
6932 2008-12-22  Bruno Haible  <bruno@clisp.org>
6933
6934         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
6935
6936 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
6937
6938         * modules/regex: Request emulations for the mb*/wc* functions we need.
6939         * m4/regex.m4: Don't look for those functions here.
6940         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
6941
6942 2008-12-22  Bruno Haible  <bruno@clisp.org>
6943
6944         * modules/fnmatch (Depends-on): Remove duplicated dependency.
6945
6946 2008-12-21  Bruno Haible  <bruno@clisp.org>
6947
6948         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
6949         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
6950         (Include): Remove conditionalization.
6951         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
6952         (Include): Remove conditionalization.
6953         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
6954         (Include): Remove conditionalization.
6955         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
6956         * m4/mbfile.m4 (gl_MBFILE): Likewise.
6957         * NEWS: Mention the change.
6958         Reported by Alan Hourihane <alanh@fairlite.co.uk>
6959         via Sergey Poznyakoff <gray@gnu.org.ua>.
6960
6961 2008-12-21  Bruno Haible  <bruno@clisp.org>
6962
6963         * MODULES.html.sh (Extended multibyte and wide character utilities
6964         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
6965         wcrtomb, wcsrtombs.
6966         (Support for systems lacking POSIX:2008): Add accept, bind, close,
6967         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
6968         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
6969         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
6970
6971 2008-12-21  Bruno Haible  <bruno@clisp.org>
6972
6973         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
6974
6975 2008-12-21  Bruno Haible  <bruno@clisp.org>
6976
6977         * modules/wcsnrtombs-tests: New file.
6978         * tests/test-wcsnrtombs1.sh: New file.
6979         * tests/test-wcsnrtombs2.sh: New file.
6980         * tests/test-wcsnrtombs3.sh: New file.
6981         * tests/test-wcsnrtombs4.sh: New file.
6982         * tests/test-wcsnrtombs.c: New file.
6983
6984         New module 'wcsnrtombs'.
6985         * lib/wchar.in.h (wcsnrtombs): New declaration.
6986         * lib/wcsnrtombs.c: New file.
6987         * lib/wcsrtombs-state.c: New file.
6988         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
6989         (internal_state): Remove variable.
6990         * m4/wcsnrtombs.m4: New file.
6991         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
6992         compilation units.
6993         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
6994         HAVE_WCSNRTOMBS.
6995         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
6996         HAVE_WCSNRTOMBS.
6997         * modules/wcsnrtombs: New file.
6998         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
6999         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
7000
7001 2008-12-21  Bruno Haible  <bruno@clisp.org>
7002
7003         * modules/wcsrtombs-tests: New file.
7004         * tests/test-wcsrtombs1.sh: New file.
7005         * tests/test-wcsrtombs2.sh: New file.
7006         * tests/test-wcsrtombs3.sh: New file.
7007         * tests/test-wcsrtombs4.sh: New file.
7008         * tests/test-wcsrtombs.c: New file.
7009
7010         New module 'wcsrtombs'.
7011         * lib/wchar.in.h (wcsrtombs): New declaration.
7012         * lib/wcsrtombs.c: New file.
7013         * m4/wcsrtombs.m4: New file.
7014         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
7015         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
7016         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
7017         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
7018         * modules/wcsrtombs: New file.
7019         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
7020         bugs.
7021
7022 2008-12-21  Bruno Haible  <bruno@clisp.org>
7023
7024         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
7025         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
7026         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
7027         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
7028         if not correct.
7029         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
7030         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
7031         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
7032         m4/locale-zh.m4, m4/codeset.m4.
7033         * doc/posix-functions/wcrtomb.texi: Document the bug.
7034
7035 2008-12-21  Bruno Haible  <bruno@clisp.org>
7036
7037         Work around a btowc() bug on IRIX 6.5.
7038         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
7039         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
7040         REPLACE_WTOBC if not.
7041         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
7042         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
7043         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
7044
7045 2008-12-21  Bruno Haible  <bruno@clisp.org>
7046
7047         * modules/wcrtomb-tests: New file.
7048         * tests/test-wcrtomb.sh: New file.
7049         * tests/test-wcrtomb.c: New file.
7050
7051         New module 'wcrtomb'.
7052         * lib/wchar.in.h (wcrtomb): New declaration.
7053         * lib/wcrtomb.c: New file.
7054         * m4/wcrtomb.m4: New file.
7055         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
7056         HAVE_WCRTOMB.
7057         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
7058         HAVE_WCRTOMB.
7059         * modules/wcrtomb: New file.
7060         * doc/posix-functions/wcrtomb.texi: Mention the new module.
7061
7062 2008-12-21  Bruno Haible  <bruno@clisp.org>
7063
7064         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
7065         * modules/mbsrtowcs (Files): Likewise.
7066         * modules/wctob (Files): Likewise.
7067         * modules/c-strcase-tests (Files): Likewise.
7068         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
7069         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
7070         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
7071         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
7072         * modules/vasnprintf-posix-tests (Files): Likewise.
7073
7074 2008-12-21  William Pursell  <bill.pursell@gmail.com>
7075
7076         gitlog-to-changelog: pass all command-line arguments to git-log
7077         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
7078         it is sometimes convenient to filter the commits in various ways.
7079         gitlog-to-changelog only allows --since to specify a start date,
7080         but git-log itself supports many other filtering mechanisms.
7081         At the moment, I want to filter by branch name.  Rather than
7082         adding a --branch option to gitlog-to-changelog, it seems more
7083         flexible to simply pass all options directly to git-log and let
7084         git do the work.  Notice that this effectively makes --since a
7085         redundant option for gitlog-to-changelog, but removing it would
7086         require current usage to change since calls would then require
7087         an additional '--'.
7088
7089 2008-12-21  Bruno Haible  <bruno@clisp.org>
7090
7091         * modules/mbsnrtowcs-tests: New file.
7092         * tests/test-mbsnrtowcs1.sh: New file.
7093         * tests/test-mbsnrtowcs2.sh: New file.
7094         * tests/test-mbsnrtowcs3.sh: New file.
7095         * tests/test-mbsnrtowcs4.sh: New file.
7096         * tests/test-mbsnrtowcs.c: New file.
7097
7098         New module 'mbsnrtowcs'.
7099         * lib/wchar.in.h (mbsnrtowcs): New declaration.
7100         * lib/mbsnrtowcs.c: New file.
7101         * lib/mbsrtowcs-state.c: New file.
7102         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
7103         (internal_state): Remove variable.
7104         * m4/mbsnrtowcs.m4: New file.
7105         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
7106         compilation units.
7107         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
7108         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
7109         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
7110         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
7111         * modules/mbsnrtowcs: New file.
7112         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
7113         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
7114         portability problem.
7115
7116 2008-12-21  Bruno Haible  <bruno@clisp.org>
7117
7118         Work around mbsrtowcs bug.
7119         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
7120         (gl_FUNC_MBSRTOWCS): Invoke it.
7121         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
7122         m4/locale-zh.m4.
7123         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
7124
7125 2008-12-21  Bruno Haible  <bruno@clisp.org>
7126
7127         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
7128
7129 2008-12-21  Bruno Haible  <bruno@clisp.org>
7130
7131         Update doc for AIX.
7132         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
7133         16-bit wchar_t type.
7134         * doc/posix-functions/btowc.texi: Likewise.
7135         * doc/posix-functions/fgetwc.texi: Likewise.
7136         * doc/posix-functions/fgetws.texi: Likewise.
7137         * doc/posix-functions/fputwc.texi: Likewise.
7138         * doc/posix-functions/fputws.texi: Likewise.
7139         * doc/posix-functions/fwide.texi: Likewise.
7140         * doc/posix-functions/fwprintf.texi: Likewise.
7141         * doc/posix-functions/fwscanf.texi: Likewise.
7142         * doc/posix-functions/getwchar.texi: Likewise.
7143         * doc/posix-functions/getwc.texi: Likewise.
7144         * doc/posix-functions/iswalnum.texi: Likewise.
7145         * doc/posix-functions/iswalpha.texi: Likewise.
7146         * doc/posix-functions/iswblank.texi: Likewise.
7147         * doc/posix-functions/iswcntrl.texi: Likewise.
7148         * doc/posix-functions/iswctype.texi: Likewise.
7149         * doc/posix-functions/iswdigit.texi: Likewise.
7150         * doc/posix-functions/iswgraph.texi: Likewise.
7151         * doc/posix-functions/iswlower.texi: Likewise.
7152         * doc/posix-functions/iswprint.texi: Likewise.
7153         * doc/posix-functions/iswpunct.texi: Likewise.
7154         * doc/posix-functions/iswspace.texi: Likewise.
7155         * doc/posix-functions/iswupper.texi: Likewise.
7156         * doc/posix-functions/iswxdigit.texi: Likewise.
7157         * doc/posix-functions/mbrtowc.texi: Likewise.
7158         * doc/posix-functions/mbsrtowcs.texi: Likewise.
7159         * doc/posix-functions/mbstowcs.texi: Likewise.
7160         * doc/posix-functions/mbtowc.texi: Likewise.
7161         * doc/posix-functions/putwchar.texi: Likewise.
7162         * doc/posix-functions/putwc.texi: Likewise.
7163         * doc/posix-functions/swprintf.texi: Likewise.
7164         * doc/posix-functions/tolower.texi: Likewise.
7165         * doc/posix-functions/toupper.texi: Likewise.
7166         * doc/posix-functions/towctrans.texi: Likewise.
7167         * doc/posix-functions/ungetwc.texi: Likewise.
7168         * doc/posix-functions/vswprintf.texi: Likewise.
7169         * doc/posix-functions/wcrtomb.texi: Likewise.
7170         * doc/posix-functions/wcscat.texi: Likewise.
7171         * doc/posix-functions/wcschr.texi: Likewise.
7172         * doc/posix-functions/wcscmp.texi: Likewise.
7173         * doc/posix-functions/wcscoll.texi: Likewise.
7174         * doc/posix-functions/wcscpy.texi: Likewise.
7175         * doc/posix-functions/wcscspn.texi: Likewise.
7176         * doc/posix-functions/wcsftime.texi: Likewise.
7177         * doc/posix-functions/wcslen.texi: Likewise.
7178         * doc/posix-functions/wcsncat.texi: Likewise.
7179         * doc/posix-functions/wcsncmp.texi: Likewise.
7180         * doc/posix-functions/wcsncpy.texi: Likewise.
7181         * doc/posix-functions/wcspbrk.texi: Likewise.
7182         * doc/posix-functions/wcsrchr.texi: Likewise.
7183         * doc/posix-functions/wcsrtombs.texi: Likewise.
7184         * doc/posix-functions/wcsspn.texi: Likewise.
7185         * doc/posix-functions/wcsstr.texi: Likewise.
7186         * doc/posix-functions/wcstod.texi: Likewise.
7187         * doc/posix-functions/wcstof.texi: Likewise.
7188         * doc/posix-functions/wcstoimax.texi: Likewise.
7189         * doc/posix-functions/wcstok.texi: Likewise.
7190         * doc/posix-functions/wcstold.texi: Likewise.
7191         * doc/posix-functions/wcstoll.texi: Likewise.
7192         * doc/posix-functions/wcstol.texi: Likewise.
7193         * doc/posix-functions/wcstombs.texi: Likewise.
7194         * doc/posix-functions/wcstoull.texi: Likewise.
7195         * doc/posix-functions/wcstoul.texi: Likewise.
7196         * doc/posix-functions/wcstoumax.texi: Likewise.
7197         * doc/posix-functions/wcswidth.texi: Likewise.
7198         * doc/posix-functions/wcsxfrm.texi: Likewise.
7199         * doc/posix-functions/wctob.texi: Likewise.
7200         * doc/posix-functions/wctomb.texi: Likewise.
7201         * doc/posix-functions/wctrans.texi: Likewise.
7202         * doc/posix-functions/wctype.texi: Likewise.
7203         * doc/posix-functions/wcwidth.texi: Likewise.
7204         * doc/posix-functions/wmemchr.texi: Likewise.
7205         * doc/posix-functions/wmemcmp.texi: Likewise.
7206         * doc/posix-functions/wmemcpy.texi: Likewise.
7207         * doc/posix-functions/wmemmove.texi: Likewise.
7208         * doc/posix-functions/wmemset.texi: Likewise.
7209         * doc/posix-functions/wprintf.texi: Likewise.
7210         * doc/posix-functions/wscanf.texi: Likewise.
7211
7212 2008-12-21  Bruno Haible  <bruno@clisp.org>
7213
7214         Update doc for HP-UX 11.11.
7215         * doc/posix-functions/btowc.texi: Clarify that the function is missing
7216         in HP-UX version 11.00, not in all versions of HP-UX 11.
7217         * doc/posix-functions/fwide.texi: Likewise.
7218         * doc/posix-functions/fwprintf.texi: Likewise.
7219         * doc/posix-functions/fwscanf.texi: Likewise.
7220         * doc/posix-functions/inet_ntop.texi: Likewise.
7221         * doc/posix-functions/inet_pton.texi: Likewise.
7222         * doc/posix-functions/mbrlen.texi: Likewise.
7223         * doc/posix-functions/mbrtowc.texi: Likewise.
7224         * doc/posix-functions/mbsinit.texi: Likewise.
7225         * doc/posix-functions/mbsrtowcs.texi: Likewise.
7226         * doc/posix-functions/swprintf.texi: Likewise.
7227         * doc/posix-functions/swscanf.texi: Likewise.
7228         * doc/posix-functions/towctrans.texi: Likewise.
7229         * doc/posix-functions/vfwprintf.texi: Likewise.
7230         * doc/posix-functions/vswprintf.texi: Likewise.
7231         * doc/posix-functions/vwprintf.texi: Likewise.
7232         * doc/posix-functions/wcrtomb.texi: Likewise.
7233         * doc/posix-functions/wcsrtombs.texi: Likewise.
7234         * doc/posix-functions/wcsstr.texi: Likewise.
7235         * doc/posix-functions/wctob.texi: Likewise.
7236         * doc/posix-functions/wctrans.texi: Likewise.
7237         * doc/posix-functions/wmemchr.texi: Likewise.
7238         * doc/posix-functions/wmemcmp.texi: Likewise.
7239         * doc/posix-functions/wmemcpy.texi: Likewise.
7240         * doc/posix-functions/wmemmove.texi: Likewise.
7241         * doc/posix-functions/wmemset.texi: Likewise.
7242         * doc/posix-functions/wprintf.texi: Likewise.
7243         * doc/posix-functions/wscanf.texi: Likewise.
7244
7245 2008-12-21  Bruno Haible  <bruno@clisp.org>
7246
7247         Work around a portability problem.
7248         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
7249         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
7250
7251 2008-12-20  Bruno Haible  <bruno@clisp.org>
7252
7253         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
7254         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
7255         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
7256         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
7257         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
7258
7259         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
7260         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
7261         set.
7262         (GNULIB_defined_mbstate_t): New macro.
7263         (mbsinit): Redefine if REPLACE_MBSINIT is set.
7264         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
7265         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
7266         reuses the system's mbrtowc function but works around the bugs.
7267         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
7268         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
7269         macros.
7270         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
7271         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
7272         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
7273         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
7274         REPLACE_MBSINIT if mbsinit needs to be overridden.
7275         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
7276         REPLACE_MBSINIT, REPLACE_MBRTOWC.
7277         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
7278         REPLACE_MBSINIT, REPLACE_MBRTOWC.
7279         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
7280         m4/locale-zh.m4.
7281         (Depends): Add mbsinit.
7282         * modules/mbsinit (Depends): Add mbrtowc.
7283         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
7284
7285 2008-12-20  Bruno Haible  <bruno@clisp.org>
7286
7287         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
7288         so that there are no conversion errors on AIX.
7289         * tests/test-mbsrtowcs.c (main): LIkewise.
7290
7291 2008-12-20  Bruno Haible  <bruno@clisp.org>
7292
7293         Work around wctob bug on Solaris <= 9.
7294         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
7295         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
7296         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
7297         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
7298         * modules/wctob (Files): Add m4/locale-fr.m4.
7299         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
7300
7301 2008-12-20  Bruno Haible  <bruno@clisp.org>
7302
7303         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
7304         /dev/null.
7305         * tests/test-select-in.sh: Likewise.
7306         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7307
7308 2008-12-20  Bruno Haible  <bruno@clisp.org>
7309
7310         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
7311         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
7312         Cygwin 1.5.x.
7313
7314 2008-12-20  Bruno Haible  <bruno@clisp.org>
7315
7316         Ensure mbstate_t is defined on HP-UX 11.11.
7317         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
7318         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
7319         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
7320         AC_USE_SYSTEM_EXTENSIONS.
7321         * modules/fnmatch (Depends-on): Add extensions.
7322         * modules/mbrlen (Depends-on): Likewise.
7323         * modules/mbrtowc (Depends-on): Likewise.
7324         * modules/mbsinit (Depends-on): Likewise.
7325         * modules/mbsrtowcs (Depends-on): Likewise.
7326         * modules/mbswidth (Depends-on): Likewise.
7327         * modules/quotearg (Depends-on): Likewise.
7328         * modules/strftime (Depends-on): Likewise.
7329
7330 2008-12-20  Bruno Haible  <bruno@clisp.org>
7331
7332         Ensure wctob is declared on IRIX 6.5.
7333         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
7334         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
7335         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
7336         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
7337         of HAVE_WCTOB.
7338         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
7339         HAVE_WCTOB.
7340         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
7341
7342 2008-12-19  Bruno Haible  <bruno@clisp.org>
7343
7344         * modules/mbsrtowcs-tests: New file.
7345         * tests/test-mbsrtowcs1.sh: New file.
7346         * tests/test-mbsrtowcs2.sh: New file.
7347         * tests/test-mbsrtowcs3.sh: New file.
7348         * tests/test-mbsrtowcs4.sh: New file.
7349         * tests/test-mbsrtowcs.c: New file.
7350
7351         New module 'mbsrtowcs'.
7352         * lib/wchar.in.h (mbsrtowcs): New declaration.
7353         * lib/mbsrtowcs.c: New file.
7354         * m4/mbsrtowcs.m4: New file.
7355         * modules/mbsrtowcs: New file.
7356         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
7357         HAVE_MBSRTOWCS.
7358         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
7359         HAVE_MBSRTOWCS.
7360         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
7361
7362 2008-12-19  Bruno Haible  <bruno@clisp.org>
7363
7364         New module 'mbrlen'.
7365         * lib/wchar.in.h (mbrlen): New declaration.
7366         * lib/mbrlen.c: New file.
7367         * m4/mbrlen.m4: New file.
7368         * modules/mbrlen: New file.
7369         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
7370         HAVE_MBRLEN.
7371         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
7372         HAVE_MBRLEN.
7373         * doc/posix-functions/mbrlen.texi: Document the new module.
7374
7375 2008-12-19  Bruno Haible  <bruno@clisp.org>
7376
7377         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
7378         * modules/mbrtowc (Depends-on): Add verify.
7379         Suggested by Paul Eggert.
7380
7381 2008-12-18  Bruno Haible  <bruno@clisp.org>
7382
7383         * modules/mbsinit-tests: New file.
7384         * tests/test-mbsinit.sh: New file.
7385         * tests/test-mbsinit.c: New file.
7386
7387 2008-12-18  Bruno Haible  <bruno@clisp.org>
7388
7389         * modules/mbrtowc-tests: New file.
7390         * tests/test-mbrtowc1.sh: New file.
7391         * tests/test-mbrtowc2.sh: New file.
7392         * tests/test-mbrtowc3.sh: New file.
7393         * tests/test-mbrtowc4.sh: New file.
7394         * tests/test-mbrtowc.c: New file.
7395
7396         New module 'mbrtowc'.
7397         * lib/wchar.in.h (mbstate_t): Override when the system does not have
7398         mbsinit and mbrtowc.
7399         (mbrtowc): New declaration.
7400         * lib/mbrtowc.c: New file.
7401         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
7402         * modules/mbrtowc: New file.
7403         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
7404         HAVE_MBRTOWC.
7405         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
7406         HAVE_MBRTOWC.
7407         * doc/posix-functions/mbrtowc.texi: Document the new module.
7408
7409 2008-12-18  Bruno Haible  <bruno@clisp.org>
7410
7411         New module 'wctob'.
7412         * lib/wchar.in.h (wctob): New declaration.
7413         * lib/wctob.c: New file.
7414         * m4/wctob.m4: New file.
7415         * modules/wctob: New file.
7416         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
7417         HAVE_WCTOB.
7418         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
7419         * doc/posix-functions/wctob.texi: Document the new module.
7420
7421 2008-12-18  Bruno Haible  <bruno@clisp.org>
7422
7423         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
7424         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
7425
7426 2008-12-18  Simon Josefsson  <simon@josefsson.org>
7427
7428         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
7429         G. Christensen" <tgc@jupiterrise.com>.
7430
7431         * lib/flock.c: Need to include errno.h.  Reported by "Tom
7432         G. Christensen" <tgc@jupiterrise.com>.
7433
7434         * lib/flock.c: Need to include string.h.  Reported by "Tom
7435         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
7436         <ebb9@byu.net>.
7437
7438 2008-12-18  Bruno Haible  <bruno@clisp.org>
7439
7440         * m4/locale-ja.m4: New file, from GNU gettext.
7441
7442 2008-12-17  Bruno Haible  <bruno@clisp.org>
7443
7444         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
7445         Suggested by Eric Blake.
7446
7447 2008-12-17  Bruno Haible  <bruno@clisp.org>
7448
7449         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
7450
7451 2008-12-17  Bruno Haible  <bruno@clisp.org>
7452
7453         * lib/mbsinit.c: Include verify.h. Verify an assumption.
7454         * modules/mbsinit (Depends-on): Add verify.
7455         Suggested by Paul Eggert.
7456
7457 2008-12-17  Bruno Haible  <bruno@clisp.org>
7458
7459         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
7460         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
7461         gl_FUNC_MBRTOWC.
7462         * m4/mbiter.m4 (gl_MBITER): LIkewise.
7463         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
7464         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
7465         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
7466         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
7467         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
7468         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
7469         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
7470         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
7471         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
7472         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
7473         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
7474         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
7475         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
7476         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
7477         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7478         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
7479         * modules/trim (configure.ac): Likewise.
7480
7481 2008-12-17  Bruno Haible  <bruno@clisp.org>
7482
7483         * modules/btowc-tests: New file.
7484         * tests/test-btowc1.sh: New file.
7485         * tests/test-btowc2.sh: New file.
7486         * tests/test-btowc.c: New file.
7487
7488         New module 'btowc'.
7489         * lib/wchar.in.h (btowc): New declaration.
7490         * lib/btowc.c: New file.
7491         * m4/btowc.m4: New file.
7492         * modules/btowc: New file.
7493         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
7494         HAVE_BTOWC.
7495         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
7496         * doc/posix-functions/btowc.texi: Document the new module.
7497
7498 2008-12-17  Bruno Haible  <bruno@clisp.org>
7499
7500         New module 'mbsinit'.
7501         * lib/wchar.in.h (mbsinit): New declaration.
7502         * lib/mbsinit.c: New file.
7503         * m4/mbsinit.m4: New file.
7504         * modules/mbsinit: New file.
7505         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
7506         HAVE_MBSINIT.
7507         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
7508         HAVE_MBSINIT.
7509         * doc/posix-functions/mbsinit.texi: Document the new module.
7510
7511 2008-12-16  Bruno Haible  <bruno@clisp.org>
7512
7513         * lib/unistd.in.h: Add comment.
7514         * tests/test-environ.c: Don't include <stdlib.h>.
7515
7516 2008-12-16  Bruno Haible  <bruno@clisp.org>
7517
7518         * lib/parse-duration.h (parse_duration): Document return value
7519         convention.
7520         * lib/parse-duration.c: Include specification header first. Add
7521         comments.
7522         (_): Remove macro.
7523         (parse_year_month_day, parse_hour_minute_second): Move side effects
7524         outside of strchr call.
7525         (parse_non_iso8601): Move side effects outside of isspace call.
7526         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
7527         call.
7528
7529 2008-12-16  Bruno Haible  <bruno@clisp.org>
7530
7531         * tests/test-parse-duration.sh: Produce no output when the test
7532         succeeds.
7533
7534 2008-12-16  Bruno Haible  <bruno@clisp.org>
7535
7536         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
7537         expressions.
7538
7539 2008-12-15  Bruno Haible  <bruno@clisp.org>
7540
7541         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
7542         * doc/glibc-functions/flistxattr.texi: Likewise.
7543         * doc/glibc-functions/fopencookie.texi: Likewise.
7544         * doc/glibc-functions/fremovexattr.texi: Likewise.
7545         * doc/glibc-functions/fsetxattr.texi: Likewise.
7546         * doc/glibc-functions/getxattr.texi: Likewise.
7547         * doc/glibc-functions/lgetxattr.texi: Likewise.
7548         * doc/glibc-functions/listxattr.texi: Likewise.
7549         * doc/glibc-functions/llistxattr.texi: Likewise.
7550         * doc/glibc-functions/lremovexattr.texi: Likewise.
7551         * doc/glibc-functions/lsetxattr.texi: Likewise.
7552         * doc/glibc-functions/removexattr.texi: Likewise.
7553         * doc/glibc-functions/setxattr.texi: Likewise.
7554         * doc/posix-functions/open_memstream.texi: Likewise.
7555
7556 2008-12-15  Eric Blake  <ebb9@byu.net>
7557
7558         Update doc for cygwin 1.7.
7559         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
7560         functions.
7561         * doc/posix-functions/fchmodat.texi: Likewise.
7562         * doc/posix-functions/fchownat.texi: Likewise.
7563         * doc/posix-functions/fdopendir.texi: Likewise.
7564         * doc/posix-functions/fmemopen.texi: Likewise.
7565         * doc/posix-functions/freeaddrinfo.texi: Likewise.
7566         * doc/posix-functions/fstatat.texi: Likewise.
7567         * doc/posix-functions/futimens.texi: Likewise.
7568         * doc/posix-functions/gai_strerror.texi: Likewise.
7569         * doc/posix-functions/getaddrinfo.texi: Likewise.
7570         * doc/posix-functions/getnameinfo.texi: Likewise.
7571         * doc/posix-functions/if_freenameindex.texi: Likewise.
7572         * doc/posix-functions/if_indextoname.texi: Likewise.
7573         * doc/posix-functions/if_nameindex.texi: Likewise.
7574         * doc/posix-functions/if_nametoindex.texi: Likewise.
7575         * doc/posix-functions/insque.texi: Likewise.
7576         * doc/posix-functions/linkat.texi: Likewise.
7577         * doc/posix-functions/llrint.texi: Likewise.
7578         * doc/posix-functions/llrintf.texi: Likewise.
7579         * doc/posix-functions/llrintl.texi: Likewise.
7580         * doc/posix-functions/lockf.texi: Likewise.
7581         * doc/posix-functions/lrintl.texi: Likewise.
7582         * doc/posix-functions/mkdirat.texi: Likewise.
7583         * doc/posix-functions/mkfifoat.texi: Likewise.
7584         * doc/posix-functions/mknodat.texi: Likewise.
7585         * doc/posix-functions/mq_close.texi: Likewise.
7586         * doc/posix-functions/mq_getattr.texi: Likewise.
7587         * doc/posix-functions/mq_notify.texi: Likewise.
7588         * doc/posix-functions/mq_open.texi: Likewise.
7589         * doc/posix-functions/mq_receive.texi: Likewise.
7590         * doc/posix-functions/mq_send.texi: Likewise.
7591         * doc/posix-functions/mq_setattr.texi: Likewise.
7592         * doc/posix-functions/mq_timedreceive.texi: Likewise.
7593         * doc/posix-functions/mq_timedsend.texi: Likewise.
7594         * doc/posix-functions/mq_unlink.texi: Likewise.
7595         * doc/posix-functions/open_memstream.texi: Likewise.
7596         * doc/posix-functions/openat.texi: Likewise.
7597         * doc/posix-functions/posix_fadvise.texi: Likewise.
7598         * doc/posix-functions/posix_fallocate.texi: Likewise.
7599         * doc/posix-functions/posix_madvise.texi: Likewise.
7600         * doc/posix-functions/posix_memalign.texi: Likewise.
7601         * doc/posix-functions/posix_openpt.texi: Likewise.
7602         * doc/posix-functions/readlinkat.texi: Likewise.
7603         * doc/posix-functions/remque.texi: Likewise.
7604         * doc/posix-functions/renameat.texi: Likewise.
7605         * doc/posix-functions/rintl.texi: Likewise.
7606         * doc/posix-functions/sem_unlink.texi: Likewise.
7607         * doc/posix-functions/shm_open.texi: Likewise.
7608         * doc/posix-functions/shm_unlink.texi: Likewise.
7609         * doc/posix-functions/signgam.texi: Likewise.
7610         * doc/posix-functions/sigset.texi: Likewise.
7611         * doc/posix-functions/stpcpy.texi: Likewise.
7612         * doc/posix-functions/stpncpy.texi: Likewise.
7613         * doc/posix-functions/strerror.texi: Likewise.
7614         * doc/posix-functions/strtod.texi: Likewise.
7615         * doc/posix-functions/symlinkat.texi: Likewise.
7616         * doc/posix-functions/unlinkat.texi: Likewise.
7617         * doc/posix-functions/utimensat.texi: Likewise.
7618         * doc/glibc-functions/bindresvport.texi: Likewise.
7619         * doc/glibc-functions/dn_expand.texi: Likewise.
7620         * doc/glibc-functions/exp10.texi: Likewise.
7621         * doc/glibc-functions/exp10f.texi: Likewise.
7622         * doc/glibc-functions/fgetxattr.texi: Likewise.
7623         * doc/glibc-functions/flistxattr.texi: Likewise.
7624         * doc/glibc-functions/fopencookie.texi: Likewise.
7625         * doc/glibc-functions/freeifaddrs.texi: Likewise.
7626         * doc/glibc-functions/fremovexattr.texi: Likewise.
7627         * doc/glibc-functions/fsetxattr.texi: Likewise.
7628         * doc/glibc-functions/getifaddrs.texi: Likewise.
7629         * doc/glibc-functions/getxattr.texi: Likewise.
7630         * doc/glibc-functions/lgetxattr.texi: Likewise.
7631         * doc/glibc-functions/listxattr.texi: Likewise.
7632         * doc/glibc-functions/llistxattr.texi: Likewise.
7633         * doc/glibc-functions/lremovexattr.texi: Likewise.
7634         * doc/glibc-functions/lsetxattr.texi: Likewise.
7635         * doc/glibc-functions/pow10.texi: Likewise.
7636         * doc/glibc-functions/pow10f.texi: Likewise.
7637         * doc/glibc-functions/rcmd_af.texi: Likewise.
7638         * doc/glibc-functions/removexattr.texi: Likewise.
7639         * doc/glibc-functions/res_init.texi: Likewise.
7640         * doc/glibc-functions/res_mkquery.texi: Likewise.
7641         * doc/glibc-functions/res_query.texi: Likewise.
7642         * doc/glibc-functions/res_querydomain.texi: Likewise.
7643         * doc/glibc-functions/res_send.texi: Likewise.
7644         * doc/glibc-functions/rresvport_af.texi: Likewise.
7645         * doc/glibc-functions/setxattr.texi: Likewise.
7646         * doc/glibc-functions/strcasestr.texi: Likewise.
7647
7648 2008-12-15  Bruno Haible  <bruno@clisp.org>
7649
7650         Fix compilation error on OSF/1 4.0.
7651         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
7652         <sys/time.h>, simply delegate to the system header.
7653         Reported by Daniel Richard G. <oss@teragram.com>.
7654
7655 2008-12-15  Bruno Haible  <bruno@clisp.org>
7656
7657         * doc/posix-functions/openat.texi: Mention the 'openat' module.
7658         * doc/posix-functions/fchmodat.texi: Likewise.
7659         * doc/posix-functions/fchownat.texi: Likewise.
7660         * doc/posix-functions/fdopendir.texi: Likewise.
7661         * doc/posix-functions/fstatat.texi: Likewise.
7662         * doc/posix-functions/mkdirat.texi: Likewise.
7663         * doc/posix-functions/unlinkat.texi: Likewise.
7664
7665 2008-12-14  Bruno Haible  <bruno@clisp.org>
7666
7667         Update doc for POSIX:2008.
7668         * doc/posix-functions/faccessat.texi: New file.
7669         * doc/posix-functions/fchmodat.texi: New file.
7670         * doc/posix-functions/fchownat.texi: New file.
7671         * doc/posix-functions/fdopendir.texi: New file.
7672         * doc/posix-functions/fstatat.texi: New file.
7673         * doc/posix-functions/futimens.texi: New file.
7674         * doc/posix-functions/linkat.texi: New file.
7675         * doc/posix-functions/mkdirat.texi: New file.
7676         * doc/posix-functions/mkfifoat.texi: New file.
7677         * doc/posix-functions/mknodat.texi: New file.
7678         * doc/posix-functions/open_wmemstream.texi: New file.
7679         * doc/posix-functions/openat.texi: New file.
7680         * doc/posix-functions/psiginfo.texi: New file.
7681         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
7682         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
7683         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
7684         * doc/posix-functions/readlinkat.texi: New file.
7685         * doc/posix-functions/renameat.texi: New file.
7686         * doc/posix-functions/strerror_l.texi: New file.
7687         * doc/posix-functions/symlinkat.texi: New file.
7688         * doc/posix-functions/unlinkat.texi: New file.
7689         * doc/posix-functions/utimensat.texi: New file.
7690         * doc/gnulib.texi (Function Substitutes): Add these subsections.
7691
7692 2008-12-14  Bruno Haible  <bruno@clisp.org>
7693
7694         Update doc for POSIX:2008.
7695         * doc/posix-functions/alphasort.texi: Renamed from
7696         doc/glibc-functions/alphasort.texi.
7697         * doc/posix-functions/dirfd.texi: Renamed from
7698         doc/glibc-functions/dirfd.texi.
7699         * doc/posix-functions/dprintf.texi: Renamed from
7700         doc/glibc-functions/dprintf.texi.
7701         * doc/posix-functions/duplocale.texi: Renamed from
7702         doc/glibc-functions/duplocale.texi.
7703         * doc/posix-functions/fexecve.texi: Renamed from
7704         doc/glibc-functions/fexecve.texi.
7705         * doc/posix-functions/fmemopen.texi: Renamed from
7706         doc/glibc-functions/fmemopen.texi.
7707         * doc/posix-functions/freelocale.texi: Renamed from
7708         doc/glibc-functions/freelocale.texi.
7709         * doc/posix-functions/getdate_err.texi: Renamed from
7710         doc/glibc-functions/getdate_err.texi.
7711         * doc/posix-functions/isalnum_l.texi: Renamed from
7712         doc/glibc-functions/isalnum_l.texi.
7713         * doc/posix-functions/isalpha_l.texi: Renamed from
7714         doc/glibc-functions/isalpha_l.texi.
7715         * doc/posix-functions/isblank_l.texi: Renamed from
7716         doc/glibc-functions/isblank_l.texi.
7717         * doc/posix-functions/iscntrl_l.texi: Renamed from
7718         doc/glibc-functions/iscntrl_l.texi.
7719         * doc/posix-functions/isdigit_l.texi: Renamed from
7720         doc/glibc-functions/isdigit_l.texi.
7721         * doc/posix-functions/isgraph_l.texi: Renamed from
7722         doc/glibc-functions/isgraph_l.texi.
7723         * doc/posix-functions/islower_l.texi: Renamed from
7724         doc/glibc-functions/islower_l.texi.
7725         * doc/posix-functions/isprint_l.texi: Renamed from
7726         doc/glibc-functions/isprint_l.texi.
7727         * doc/posix-functions/ispunct_l.texi: Renamed from
7728         doc/glibc-functions/ispunct_l.texi.
7729         * doc/posix-functions/isspace_l.texi: Renamed from
7730         doc/glibc-functions/isspace_l.texi.
7731         * doc/posix-functions/isupper_l.texi: Renamed from
7732         doc/glibc-functions/isupper_l.texi.
7733         * doc/posix-functions/iswalnum_l.texi: Renamed from
7734         doc/glibc-functions/iswalnum_l.texi.
7735         * doc/posix-functions/iswalpha_l.texi: Renamed from
7736         doc/glibc-functions/iswalpha_l.texi.
7737         * doc/posix-functions/iswblank_l.texi: Renamed from
7738         doc/glibc-functions/iswblank_l.texi.
7739         * doc/posix-functions/iswcntrl_l.texi: Renamed from
7740         doc/glibc-functions/iswcntrl_l.texi.
7741         * doc/posix-functions/iswctype_l.texi: Renamed from
7742         doc/glibc-functions/iswctype_l.texi.
7743         * doc/posix-functions/iswdigit_l.texi: Renamed from
7744         doc/glibc-functions/iswdigit_l.texi.
7745         * doc/posix-functions/iswgraph_l.texi: Renamed from
7746         doc/glibc-functions/iswgraph_l.texi.
7747         * doc/posix-functions/iswlower_l.texi: Renamed from
7748         doc/glibc-functions/iswlower_l.texi.
7749         * doc/posix-functions/iswprint_l.texi: Renamed from
7750         doc/glibc-functions/iswprint_l.texi.
7751         * doc/posix-functions/iswpunct_l.texi: Renamed from
7752         doc/glibc-functions/iswpunct_l.texi.
7753         * doc/posix-functions/iswspace_l.texi: Renamed from
7754         doc/glibc-functions/iswspace_l.texi.
7755         * doc/posix-functions/iswupper_l.texi: Renamed from
7756         doc/glibc-functions/iswupper_l.texi.
7757         * doc/posix-functions/iswxdigit_l.texi: Renamed from
7758         doc/glibc-functions/iswxdigit_l.texi.
7759         * doc/posix-functions/isxdigit_l.texi: Renamed from
7760         doc/glibc-functions/isxdigit_l.texi.
7761         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
7762         doc/glibc-functions/mbsnrtowcs.texi.
7763         * doc/posix-functions/mkdtemp.texi: Renamed from
7764         doc/glibc-functions/mkdtemp.texi.
7765         * doc/posix-functions/newlocale.texi: Renamed from
7766         doc/glibc-functions/newlocale.texi.
7767         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
7768         doc/glibc-functions/nl_langinfo_l.texi.
7769         * doc/posix-functions/open_memstream.texi: Renamed from
7770         doc/glibc-functions/open_memstream.texi.
7771         * doc/posix-functions/opterr.texi: Renamed from
7772         doc/glibc-functions/opterr.texi.
7773         * doc/posix-functions/optind.texi: Renamed from
7774         doc/glibc-functions/optind.texi.
7775         * doc/posix-functions/optopt.texi: Renamed from
7776         doc/glibc-functions/optopt.texi.
7777         * doc/posix-functions/psignal.texi: Renamed from
7778         doc/glibc-functions/psignal.texi.
7779         * doc/posix-functions/scandir.texi: Renamed from
7780         doc/glibc-functions/scandir.texi.
7781         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
7782         doc/glibc-functions/sched_get_priority_min.texi.
7783         * doc/posix-functions/signgam.texi: Renamed from
7784         doc/glibc-functions/signgam.texi.
7785         * doc/posix-functions/stpcpy.texi: Renamed from
7786         doc/glibc-functions/stpcpy.texi.
7787         * doc/posix-functions/stpncpy.texi: Renamed from
7788         doc/glibc-functions/stpncpy.texi.
7789         * doc/posix-functions/strcasecmp_l.texi: Renamed from
7790         doc/glibc-functions/strcasecmp_l.texi.
7791         * doc/posix-functions/strcoll_l.texi: Renamed from
7792         doc/glibc-functions/strcoll_l.texi.
7793         * doc/posix-functions/strfmon_l.texi: Renamed from
7794         doc/glibc-functions/strfmon_l.texi.
7795         * doc/posix-functions/strftime_l.texi: Renamed from
7796         doc/glibc-functions/strftime_l.texi.
7797         * doc/posix-functions/strncasecmp_l.texi: Renamed from
7798         doc/glibc-functions/strncasecmp_l.texi.
7799         * doc/posix-functions/strndup.texi: Renamed from
7800         doc/glibc-functions/strndup.texi.
7801         * doc/posix-functions/strnlen.texi: Renamed from
7802         doc/glibc-functions/strnlen.texi.
7803         * doc/posix-functions/strsignal.texi: Renamed from
7804         doc/glibc-functions/strsignal.texi.
7805         * doc/posix-functions/strxfrm_l.texi: Renamed from
7806         doc/glibc-functions/strxfrm_l.texi.
7807         * doc/posix-functions/timer_gettime.texi: Renamed from
7808         doc/glibc-functions/timer_gettime.texi.
7809         * doc/posix-functions/tolower_l.texi: Renamed from
7810         doc/glibc-functions/tolower_l.texi.
7811         * doc/posix-functions/toupper_l.texi: Renamed from
7812         doc/glibc-functions/toupper_l.texi.
7813         * doc/posix-functions/towctrans_l.texi: Renamed from
7814         doc/glibc-functions/towctrans_l.texi.
7815         * doc/posix-functions/towlower_l.texi: Renamed from
7816         doc/glibc-functions/towlower_l.texi.
7817         * doc/posix-functions/towupper_l.texi: Renamed from
7818         doc/glibc-functions/towupper_l.texi.
7819         * doc/posix-functions/uselocale.texi: Renamed from
7820         doc/glibc-functions/uselocale.texi.
7821         * doc/posix-functions/vdprintf.texi: Renamed from
7822         doc/glibc-functions/vdprintf.texi.
7823         * doc/posix-functions/wcpcpy.texi:
7824         Renamed from doc/glibc-functions/wcpcpy.texi.
7825         * doc/posix-functions/wcpncpy.texi: Renamed from
7826         doc/glibc-functions/wcpncpy.texi.
7827         * doc/posix-functions/wcscasecmp.texi: Renamed from
7828         doc/glibc-functions/wcscasecmp.texi.
7829         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
7830         doc/glibc-functions/wcscasecmp_l.texi.
7831         * doc/posix-functions/wcscoll_l.texi: Renamed from
7832         doc/glibc-functions/wcscoll_l.texi.
7833         * doc/posix-functions/wcsdup.texi: Renamed from
7834         doc/glibc-functions/wcsdup.texi.
7835         * doc/posix-functions/wcsncasecmp.texi: Renamed from
7836         doc/glibc-functions/wcsncasecmp.texi.
7837         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
7838         doc/glibc-functions/wcsncasecmp_l.texi.
7839         * doc/posix-functions/wcsnlen.texi: Renamed from
7840         doc/glibc-functions/wcsnlen.texi.
7841         * doc/posix-functions/wcsnrtombs.texi: Renamed from
7842         doc/glibc-functions/wcsnrtombs.texi.
7843         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
7844         doc/glibc-functions/wcsxfrm_l.texi.
7845         * doc/posix-functions/wctrans_l.texi: Renamed from
7846         doc/glibc-functions/wctrans_l.texi.
7847         * doc/posix-functions/wctype_l.texi: Renamed from
7848         doc/glibc-functions/wctype_l.texi.
7849         * doc/gnulib.texi (Function Substitutes): Add these subsections.
7850         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
7851         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
7852         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
7853         these subsections.
7854         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
7855         Remove sections.
7856
7857 2008-12-14  Bruno Haible  <bruno@clisp.org>
7858
7859         Update doc for POSIX:2008.
7860         * doc/posix-functions/*.texi: Update URL of POSIX specification.
7861
7862 2008-12-14  Bruno Haible  <bruno@clisp.org>
7863
7864         Update doc for POSIX:2008.
7865         * doc/pastposix-functions/bcmp.texi: Renamed from
7866         doc/posix-functions/bcmp.texi.
7867         * doc/pastposix-functions/bcopy.texi: Renamed from
7868         doc/posix-functions/bcopy.texi.
7869         * doc/pastposix-functions/bsd_signal.texi: Renamed from
7870         doc/posix-functions/bsd_signal.texi.
7871         * doc/pastposix-functions/bzero.texi: Renamed from
7872         doc/posix-functions/bzero.texi.
7873         * doc/pastposix-functions/ecvt.texi: Renamed from
7874         doc/posix-functions/ecvt.texi.
7875         * doc/pastposix-functions/fcvt.texi: Renamed from
7876         doc/posix-functions/fcvt.texi.
7877         * doc/pastposix-functions/ftime.texi: Renamed from
7878         doc/posix-functions/ftime.texi.
7879         * doc/pastposix-functions/gcvt.texi: Renamed from
7880         doc/posix-functions/gcvt.texi.
7881         * doc/pastposix-functions/getcontext.texi: Renamed from
7882         doc/posix-functions/getcontext.texi.
7883         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
7884         doc/posix-functions/gethostbyaddr.texi.
7885         * doc/pastposix-functions/gethostbyname.texi: Renamed from
7886         doc/posix-functions/gethostbyname.texi.
7887         * doc/pastposix-functions/getwd.texi: Renamed from
7888         doc/posix-functions/getwd.texi.
7889         * doc/pastposix-functions/h_errno.texi: Renamed from
7890         doc/posix-functions/h_errno.texi.
7891         * doc/pastposix-functions/index.texi: Renamed from
7892         doc/posix-functions/index.texi.
7893         * doc/pastposix-functions/makecontext.texi: Renamed from
7894         doc/posix-functions/makecontext.texi.
7895         * doc/pastposix-functions/mktemp.texi: Renamed from
7896         doc/posix-functions/mktemp.texi.
7897         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
7898         doc/posix-functions/pthread_attr_getstackaddr.texi.
7899         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
7900         doc/posix-functions/pthread_attr_setstackaddr.texi.
7901         * doc/pastposix-functions/rindex.texi: Renamed from
7902         doc/posix-functions/rindex.texi.
7903         * doc/pastposix-functions/scalb.texi: Renamed from
7904         doc/posix-functions/scalb.texi.
7905         * doc/pastposix-functions/setcontext.texi: Renamed from
7906         doc/posix-functions/setcontext.texi.
7907         * doc/pastposix-functions/swapcontext.texi: Renamed from
7908         doc/posix-functions/swapcontext.texi.
7909         * doc/pastposix-functions/ualarm.texi: Renamed from
7910         doc/posix-functions/ualarm.texi.
7911         * doc/pastposix-functions/usleep.texi: Renamed from
7912         doc/posix-functions/usleep.texi.
7913         * doc/pastposix-functions/vfork.texi: Renamed from
7914         doc/posix-functions/vfork.texi.
7915         * doc/pastposix-functions/wcswcs.texi: Renamed from
7916         doc/posix-functions/wcswcs.texi.
7917         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
7918         (Function Substitutes): Update.
7919
7920 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7921
7922         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
7923         m4/strerror.m4.
7924
7925 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7926             Bruno Haible  <bruno@clisp.org>
7927
7928         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
7929
7930 2008-12-13  Bruno Haible  <bruno@clisp.org>
7931
7932         * modules/strtoull (Depends-on): Remove unistd.
7933
7934 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7935
7936         * modules/strtoull (Depends-on): Add stdlib.
7937
7938 2008-12-11  Simon Josefsson  <simon@josefsson.org>
7939
7940         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
7941
7942 2008-12-10  Jim Meyering  <meyering@redhat.com>
7943
7944         gl_ASSERT: don't say assertions are disabled when they're not
7945         * m4/assert.m4 (gl_ASSERT): Do not make configure report
7946         "checking whether to enable assertions... no", when they are in
7947         fact enabled.  This is solely a bug in the output of configure.
7948         In spite of saying "no", NDEBUG was not defined in that case.
7949         Also, as noted by Eric Blake, leave assertions enabled upon
7950         --enable-assert=INVALID.
7951
7952 2008-12-10  Bruno Haible  <bruno@clisp.org>
7953
7954         Change MODULES.html to refer to POSIX:2008 where possible.
7955         * MODULES.html.sh (POSIX2008_URL): New variable.
7956         (posix_headers): Remove sys/timeb, ucontext.
7957         (posix2001_headers): New variable.
7958         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
7959         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
7960         index, makecontext, mktemp, pthread_attr_getstackaddr,
7961         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
7962         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
7963         (posix2001_functions): New variable.
7964         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
7965         otherwise.
7966
7967 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7968
7969         add missing include to parse-duration.c
7970         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
7971         * modules/parse-duration (Depends-on): Add xalloc.
7972
7973         fix sed script reading maint.mk
7974         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
7975         (syntax-check-rules): Use it.
7976
7977 2008-12-09  Bruno Haible  <bruno@clisp.org>
7978
7979         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
7980         MacOS X 10.4/PowerPC.
7981         Reported by Simon Josefsson.
7982
7983 2008-12-08  Jim Meyering  <meyering@redhat.com>
7984
7985         work around mingw's lack of some S_IF definitions
7986         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
7987         Reported by Simon Josefsson.
7988
7989 2008-12-08  Bruno Haible  <bruno@clisp.org>
7990
7991         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
7992         applied to variables. Needed on MacOS X 10.4/PowerPC.
7993         Reported by Simon Josefsson.
7994
7995 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
7996         and Eric Blake  <ebb9@byu.net>
7997
7998         assert: honor --enable-assert
7999         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
8000         order to honor --enable-assert, rather than treating it as a
8001         synonym for --disable-assert.
8002
8003 2008-12-08  Jim Meyering  <meyering@redhat.com>
8004
8005         * lib/posixtm.c: Remove now-useless declaration of mktime.
8006
8007         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
8008
8009 2008-12-07  Bruno Haible  <bruno@clisp.org>
8010
8011         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
8012         test_once): Mark functions as static.
8013         * tests/test-tls.c (test_tls): Likewise.
8014
8015 2008-12-07  Bruno Haible  <bruno@clisp.org>
8016
8017         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
8018         iconv_register_autodetect.
8019
8020 2008-12-07  Jim Meyering  <meyering@redhat.com>
8021
8022         posixtm.c: avoid a warning
8023         * lib/posixtm.c (posixtime): Don't initialize tm0.
8024         It's no longer needed to placate gcc4's -Wuninitialized,
8025         and the attempt to placate would elicit a new warning.
8026
8027         unicodeio.c: mark unused parameters
8028         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
8029         (fallback_failure_callback): Likewise.
8030
8031 2008-12-07  Bruno Haible  <bruno@clisp.org>
8032
8033         * gnulib-tool (func_create_testdir): When building the tests
8034         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
8035         Reported by Simon Josefsson.
8036
8037 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8038
8039         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
8040
8041 2008-12-06  Bruno Haible  <bruno@clisp.org>
8042
8043         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
8044         Suggested by Eric Blake.
8045
8046 2008-12-06  Bruno Haible  <bruno@clisp.org>
8047
8048         Fix a c-stack test failure on MacOS X.
8049         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
8050         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
8051         handler for SIGBUS as well.
8052         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
8053         install a signal handler for SIGBUS as well.
8054         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
8055
8056 2008-12-06  Bruno Haible  <bruno@clisp.org>
8057
8058         Advocacy documentation.
8059         * doc/gnulib-intro.texi (Benefits): New section.
8060         * doc/gnulib.texi: Update.
8061
8062 2008-12-06  Bruno Haible  <bruno@clisp.org>
8063
8064         Document the 'manywarnings' module.
8065         * doc/manywarnings.texi: New file.
8066         * doc/gnulib.texi: Include it.
8067
8068 2008-12-05  Eric Blake  <ebb9@byu.net>
8069
8070         tests: silence some gcc warnings
8071         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
8072         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
8073         type mismatches.
8074
8075 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8076             Bruno Haible  <bruno@clisp.org>
8077
8078         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
8079
8080 2008-11-29  Jim Meyering  <meyering@redhat.com>
8081
8082         unicodeio.c: mark unused parameters
8083         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
8084         (fallback_failure_callback): Likewise.
8085
8086         fts: fix a thinko
8087         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
8088         (set_stat_type): Return S_IF*-valued "type" directly.
8089         Prompted by James Youngman's spotting a related bug.
8090         Confirmed by further testing through find.
8091
8092         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
8093         * lib/fts.c (D_TYPE): Define.
8094         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
8095         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
8096         (s_ifmt_shift_bits): New function.
8097         (set_stat_type): New function.
8098         (fts_build): When not calling fts_stat, call set_stat_type
8099         to propagate dirent.d_type info to fts_read caller.
8100         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
8101         fts_statp->st_mode type information may be valid.
8102
8103 2008-11-28  Simon Josefsson  <simon@josefsson.org>
8104
8105         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
8106         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
8107         <sds@gnu.org>.
8108
8109 2008-11-20  Bruno Haible  <bruno@clisp.org>
8110
8111         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
8112         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
8113         INCLUDE_NEXT.
8114         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
8115         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
8116         * modules/math (Makefile.am): Substitute
8117         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
8118         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
8119
8120 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
8121             Bruno Haible  <bruno@clisp.org>
8122
8123         * lib/stdint.in.h: Define all type macros so that their expansion is
8124         a single typedef'ed token. Fixes a compilation failure in Boost which
8125         does "using ::int8_t;".
8126
8127 2008-11-18  Simon Josefsson  <simon@josefsson.org>
8128
8129         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
8130         gl_MANYWARN_ALL_GCC.
8131         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
8132         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
8133         * modules/manywarnings: New file.
8134         * MODULES.html.sh: Mention manywarnings module.
8135
8136 2008-11-18  Bruno Haible  <bruno@clisp.org>
8137
8138         * doc/gnulib-tool.texi (Unit tests): New section.
8139
8140 2008-11-18  Simon Josefsson  <simon@josefsson.org>
8141
8142         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
8143         paths like 'lib/po/foo.po'.
8144
8145 2008-11-17  Simon Josefsson  <simon@josefsson.org>
8146
8147         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
8148         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
8149
8150 2008-11-17  Simon Josefsson  <simon@josefsson.org>
8151
8152         * m4/warnings.m4: Use CPPFLAGS to really check whether the
8153         parameter works.
8154
8155 2008-11-17  Simon Josefsson  <simon@josefsson.org>
8156
8157         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
8158
8159 2008-11-17  Bruce Korb  <bkorb@gnu.org>
8160
8161         * modules/parse-duration-tests: New file.
8162         * tests/test-parse-duration.sh: New file.
8163         * tests/test-parse-duration.c: New file.
8164
8165         New module 'parse-duration'.
8166         * lib/parse-duration.h: New file.
8167         * lib/parse-duration.c: New file.
8168         * modules/parse-duration: New file.
8169
8170 2008-11-17  Bruno Haible  <bruno@clisp.org>
8171
8172         * tests/test-select-out.sh: Comment out the first pipe test.
8173         Reported by Simon Josefsson.
8174
8175 2008-11-17  Bruno Haible  <bruno@clisp.org>
8176
8177         * modules/getaddrinfo (Depends-on): Add servent, hostent.
8178         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
8179         gl_HOSTENT.
8180
8181 2008-11-17  Bruno Haible  <bruno@clisp.org>
8182
8183         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
8184         -lnetwork and -lnet. Needed for Haiku and BeOS.
8185
8186 2008-11-16  Bruno Haible  <bruno@clisp.org>
8187
8188         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
8189
8190 2008-11-16  Bruno Haible  <bruno@clisp.org>
8191
8192         Avoid test failure on Haiku.
8193         * tests/test-fsync.c: Include <errno.h>.
8194         (main): Don't require that fsync (0) fails.
8195
8196 2008-11-15  Bruno Haible  <bruno@clisp.org>
8197
8198         New module 'hostent'.
8199         * modules/hostent: New file.
8200         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
8201
8202 2008-11-15  Bruno Haible  <bruno@clisp.org>
8203
8204         New module 'servent'.
8205         * modules/servent: New file.
8206         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
8207
8208 2008-11-15  Bruno Haible  <bruno@clisp.org>
8209
8210         Avoid generating same test program with two different rules.
8211         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
8212         test-frexp to test-frexp-nolibm.
8213         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
8214         test-frexpl to test-frexpl-nolibm.
8215
8216 2008-11-15  Bruno Haible  <bruno@clisp.org>
8217
8218         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
8219         $(FREXPL_LIBM).
8220
8221 2008-11-15  Bruno Haible  <bruno@clisp.org>
8222
8223         * lib/netdb.in.h: Activate the definitions also when the system's
8224         <netdb.h> has 'struct addrinfo'.
8225         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
8226         EAI_OVERFLOW or AI_NUMERICSERV.
8227         * doc/posix-headers/netdb.texi: Document the problem.
8228
8229 2008-11-15  Bruno Haible  <bruno@clisp.org>
8230
8231         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
8232
8233         Make the 'sched' module work on platforms where <sched.h> exists but
8234         is incomplete (such as Haiku).
8235         * lib/sched.in.h; Include the system's <sched.h> if it exists.
8236         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
8237         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
8238         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
8239         HAVE_STRUCT_SCHED_PARAM.
8240         * modules/sched (Depends-on): Add include_next.
8241         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
8242         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
8243         * doc/posix-headers/sched.texi: Document the issue.
8244
8245 2008-11-13  Jim Meyering  <meyering@redhat.com>
8246
8247         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
8248         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
8249         test would fail due to the difference in the Report bugs to ...
8250         line.  The expected address is empty, "<>", while the actual
8251         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
8252
8253 2008-11-12  Bruno Haible  <bruno@clisp.org>
8254
8255         lstat: don't compile lstat.c on systems lacking lstat
8256         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
8257         which don't have lstat; this is handled by lib/sys_stat.in.h already.
8258         Reported by Daniel P. Berrange via Jim Meyering.
8259
8260 2008-11-12  Jim Meyering  <meyering@redhat.com>
8261
8262         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
8263
8264 2008-11-12  Simon Josefsson  <simon@josefsson.org>
8265
8266         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
8267         instead.
8268
8269 2008-11-12  Bruno Haible  <bruno@clisp.org>
8270
8271         * lib/unicodeio.c: Include unistr.h.
8272         (utf8_wctomb): Remove function.
8273         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
8274
8275 2008-11-12  Simon Josefsson  <simon@josefsson.org>
8276
8277         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
8278         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
8279         <bruno@clisp.org>.
8280         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
8281
8282 2008-11-12  Simon Josefsson  <simon@josefsson.org>
8283
8284         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
8285         * doc/gnulib.texi: Add section for warnings.
8286
8287 2008-11-11  Bruno Haible  <bruno@clisp.org>
8288
8289         * lib/sockets.h: Add a comment.
8290
8291 2008-11-11  Karl Berry  <karl@gnu.org>
8292
8293         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
8294
8295 2008-11-11  Eric Blake  <ebb9@byu.net>
8296
8297         fdl.texi: avoid git symlinks
8298         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
8299
8300 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
8301
8302         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
8303
8304 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
8305
8306         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
8307         (gl_WARN_ADD): Substitute $2 if literal.
8308
8309 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
8310
8311         * m4/warning.m4: Remove.
8312
8313 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
8314
8315         * m4/warnings.m4: Almost complete rewrite. :-)
8316
8317 2008-11-10  Simon Josefsson  <simon@josefsson.org>
8318
8319         * modules/warnings: New module.
8320         * m4/warnings.m4: New file.
8321         * MODULES.html.sh: Mention warnings module.
8322         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
8323         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8324
8325 2008-11-10  Eric Blake  <ebb9@byu.net>
8326
8327         fdl.texi: make a symlink to the latest version
8328         * doc/standards.texi: Revert today's earlier change.
8329         * doc/fdl-1.2.texi: Rename from old fdl.texi...
8330         * doc/fdl.texi: ...and replace this with a symlink to the newer
8331         fdl-1.3.texi.
8332
8333 2008-11-10  Bruno Haible  <bruno@clisp.org>
8334
8335         * tests/test-select-fd.c (main): Accept the result file name as fourth
8336         argument.
8337         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
8338         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
8339
8340 2008-11-10  Bruno Haible  <bruno@clisp.org>
8341
8342         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
8343         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
8344         as autoconf-substituted macros.
8345         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
8346         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
8347         gl_NETDB_H_DEFAULTS. Set these variables.
8348         * modules/netdb (Makefile.am): Substitute these variables.
8349
8350 2008-11-10  Eric Blake  <ebb9@byu.net>
8351
8352         standards.texi: include correct file for FDL 1.3
8353         * doc/standards.texi (GNU Free Documentation License): Change
8354         include file to pull in FDL 1.3, not 1.2.
8355
8356         fdl.texi: revert accidental change to license
8357         * doc/fdl.texi: This is FDL 1.2, not 1.3.
8358
8359 2008-11-10  Bruno Haible  <bruno@clisp.org>
8360
8361         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
8362         cross-compiling guesses also when the native compile gives no result.
8363
8364 2008-11-10  Bruno Haible  <bruno@clisp.org>
8365
8366         * lib/spawni.c (__spawni): Force variable into the stack.
8367
8368 2008-11-10  Bruno Haible  <bruno@clisp.org>
8369
8370         Add support for Haiku.
8371         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
8372         glibc and BeOS, but also on Haiku.
8373         * lib/fpurge.c (fpurge): Likewise.
8374         * lib/freadable.c (freadable): Likewise.
8375         * lib/freadahead.c (freadahead): Likewise.
8376         * lib/freading.c (freading): Likewise.
8377         * lib/freadptr.c (freadptr): Likewise.
8378         * lib/freadseek.c (freadptrinc): Likewise.
8379         * lib/fseeko.c (rpl_fseeko): Likewise.
8380         * lib/fseterr.c (fseterr): Likewise.
8381         * lib/fwritable.c (fwritable): Likewise.
8382         * lib/fwriting.c (fwriting): Likewise.
8383         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
8384
8385 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
8386
8387         * lib/config.charset: Treat Haiku like BeOS.
8388
8389 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
8390
8391         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
8392         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
8393
8394 2008-11-08  Bruno Haible  <bruno@clisp.org>
8395
8396         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
8397         AC_CACHE_CHECK.
8398
8399 2008-11-08  Bruno Haible  <bruno@clisp.org>
8400
8401         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
8402
8403 2008-11-08  Bruno Haible  <bruno@clisp.org>
8404
8405         * tests/test-select-fd.c: New file.
8406         * tests/test-select-in.sh: New file.
8407         * tests/test-select-out.sh: New file.
8408         * tests/test-select-stdin.c: New file.
8409         * modules/select-tests (Files): Add the new files.
8410         (Depends-on): Add gettimeofday.
8411         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
8412         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
8413         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
8414
8415 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
8416             Bruno Haible  <bruno@clisp.org>
8417
8418         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
8419
8420 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
8421
8422         * build-aux/pmccabe2html: Added support for C++ source files.
8423
8424 2008-11-05  Ben Pfaff  <blp@gnu.org>
8425
8426         Fix lib/close.c build on Windows.
8427         * modules/close (Files): Add lib/w32sock.h.
8428
8429 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
8430
8431         Accept Bison's NEWS format.
8432         * build-aux/announce-gen (print_news_deltas): Tweak
8433         $re_prefix.
8434
8435 2008-11-04  Bruno Haible  <bruno@clisp.org>
8436
8437         * modules/random_r (Maintainer): Add glibc.
8438
8439 2008-11-04  Simon Josefsson  <simon@josefsson.org>
8440
8441         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
8442         by karl@freefriends.org (Karl Berry).
8443         * doc/alloca.texi: Likewise.
8444         * doc/c-ctype.texi: Likewise.
8445         * doc/c-strcase.texi: Likewise.
8446         * doc/c-strcaseeq.texi: Likewise.
8447         * doc/c-strcasestr.texi: Likewise.
8448         * doc/c-strstr.texi: Likewise.
8449         * doc/c-strtod.texi: Likewise.
8450         * doc/c-strtold.texi: Likewise.
8451         * doc/ctime.texi: Likewise.
8452         * doc/error.texi: Likewise.
8453         * doc/fdl.texi: Likewise.
8454         * doc/gcd.texi: Likewise.
8455         * doc/getdate.texi: Likewise.
8456         * doc/gnulib-intro.texi: Likewise.
8457         * doc/gnulib-tool.texi: Likewise.
8458         * doc/gnulib.texi: Likewise.
8459         * doc/inet_ntoa.texi: Likewise.
8460         * doc/maintain.texi: Likewise.
8461         * doc/make-stds.texi: Likewise.
8462         * doc/quote.texi: Likewise.
8463         * doc/regexprops-generic.texi: Likewise.
8464         * doc/standards.texi: Likewise.
8465         * doc/verify.texi: Likewise.
8466         * doc/visibility.texi: Likewise.
8467         * doc/gnulib.texi (GNU Free Documentation License): Include
8468         fdl-1.3.texi instead of fdl.texi.
8469
8470 2008-11-04  Simon Josefsson  <simon@josefsson.org>
8471
8472         * doc/fdl-1.3.texi: New file, from
8473         <http://www.gnu.org/licenses/fdl-1.3.texi>.
8474         * modules/fdl-1.3: Add.
8475         * MODULES.html.sh: Add fdl-1.3.
8476
8477 2008-11-03  Bruno Haible  <bruno@clisp.org>
8478
8479         Make determination of absolute name of header file work with AIX xlc.
8480         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
8481         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
8482         preprocessing.
8483         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
8484         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
8485
8486 2008-11-03  Simon Josefsson  <simon@josefsson.org>
8487
8488         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
8489         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
8490         <ludo@gnu.org>.
8491
8492 2008-11-02  Bruno Haible  <bruno@clisp.org>
8493
8494         Mark 'strpbrk' obsolete.
8495         * modules/strpbrk (Status, Notice): New sections.
8496         * modules/strtok_r (Depends-on): Add strpbrk.
8497
8498 2008-11-02  Bruno Haible  <bruno@clisp.org>
8499
8500         Mark 'strdup' obsolete.
8501         * modules/strdup (Status, Notice): New sections.
8502         * modules/findprog (Depends-on): Add strdup.
8503         * modules/getaddrinfo (Depends-on): Likewise.
8504         * modules/localename (Depends-on): Likewise.
8505         * modules/relocatable-lib (Depends-on): Likewise.
8506         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
8507         * modules/relocatable-prog (Depends-on): Likewise.
8508         * modules/trim (Depends-on): Likewise.
8509         * modules/unictype/gen-ctype (Depends-on): Likewise.
8510         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
8511
8512 2008-11-02  Bruno Haible  <bruno@clisp.org>
8513
8514         Mark 'strcspn' obsolete.
8515         * modules/strcspn (Status, Notice): New sections.
8516
8517 2008-11-02  Bruno Haible  <bruno@clisp.org>
8518
8519         Mark 'rmdir' obsolete.
8520         * modules/rmdir (Status, Notice): New sections.
8521         * modules/clean-temp (Depends-on): Add rmdir.
8522         * modules/openat (Depends-on): Likewise.
8523
8524 2008-11-02  Bruno Haible  <bruno@clisp.org>
8525
8526         Mark 'raise' obsolete.
8527         * modules/raise (Status, Notice): New sections.
8528         (Include): Specify <signal.h>.
8529         * modules/stdio (Depends-on): Add raise.
8530         * modules/write (Depends-on): Likewise.
8531
8532 2008-11-02  Bruno Haible  <bruno@clisp.org>
8533
8534         Mark 'memset' obsolete.
8535         * modules/memset (Status, Notice): New sections.
8536
8537 2008-11-02  Bruno Haible  <bruno@clisp.org>
8538
8539         Mark 'memmove' obsolete.
8540         * modules/memmove (Status, Notice): New sections.
8541         * modules/argp (Depends-on): Add memmove.
8542         * modules/argz (Depends-on): Likewise.
8543         * modules/canonicalize (Depends-on): Likewise.
8544         * modules/canonicalize-lgpl (Depends-on): Likewise.
8545         * modules/fts (Depends-on): Likewise.
8546         * modules/getcwd (Depends-on): Likewise.
8547         * modules/human (Depends-on): Likewise.
8548         * modules/regex (Depends-on): Likewise.
8549         * modules/striconveh (Depends-on): Likewise.
8550         * modules/trim (Depends-on): Likewise.
8551         * modules/unistr/u8-move (Depends-on): Likewise.
8552         * modules/unistr/u16-move (Depends-on): Likewise.
8553         * modules/unistr/u32-move (Depends-on): Likewise.
8554
8555 2008-11-02  Bruno Haible  <bruno@clisp.org>
8556
8557         Mark 'memcpy' obsolete.
8558         * modules/memcpy (Status, Notice): New sections.
8559
8560 2008-11-02  Bruno Haible  <bruno@clisp.org>
8561
8562         Mark 'memcmp' obsolete.
8563         * modules/memcmp (Status, Notice): New sections.
8564         * modules/argmatch (Depends-on): Add memchr.
8565         * modules/backupfile (Depends-on): Likewise.
8566         * modules/c-strcasestr (Depends-on): Likewise.
8567         * modules/crypto/des (Depends-on): Likewise.
8568         * modules/csharpcomp (Depends-on): Likewise.
8569         * modules/fnmatch (Depends-on): Likewise.
8570         * modules/git-merge-changelog (Depends-on): Likewise.
8571         * modules/isnand (Depends-on): Likewise.
8572         * modules/isnand-nolibm (Depends-on): Likewise.
8573         * modules/isnanf (Depends-on): Likewise.
8574         * modules/isnanf-nolibm (Depends-on): Likewise.
8575         * modules/isnanl (Depends-on): Likewise.
8576         * modules/isnanl-nolibm (Depends-on): Likewise.
8577         * modules/mbchar (Depends-on): Likewise.
8578         * modules/memcoll (Depends-on): Likewise.
8579         * modules/quotearg (Depends-on): Likewise.
8580         * modules/regex (Depends-on): Likewise.
8581         * modules/relocatable-prog (Depends-on): Likewise.
8582         * modules/same (Depends-on): Likewise.
8583         * modules/signbit (Depends-on): Likewise.
8584         * modules/strcasestr-simple (Depends-on): Likewise.
8585         * modules/unictype/gen-ctype (Depends-on): Likewise.
8586         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
8587         * modules/uniname/uniname (Depends-on): Likewise.
8588         * modules/unistr/u8-cmp (Depends-on): Likewise.
8589
8590 2008-11-02  Bruno Haible  <bruno@clisp.org>
8591
8592         Mark 'memchr' obsolete.
8593         * modules/memchr (Status, Notice): New sections.
8594         * modules/argp (Depends-on): Add memchr.
8595         * modules/base64 (Depends-on): Likewise.
8596         * modules/c-strcasestr (Depends-on): Likewise.
8597         * modules/chdir-long (Depends-on): Likewise.
8598         * modules/fnmatch (Depends-on): Likewise.
8599         * modules/getsubopt (Depends-on): Likewise.
8600         * modules/git-merge-changelog (Depends-on): Likewise.
8601         * modules/glob (Depends-on): Likewise.
8602         * modules/strcasestr-simple (Depends-on): Likewise.
8603         * modules/strnlen (Depends-on): Likewise.
8604
8605 2008-11-02  Bruno Haible  <bruno@clisp.org>
8606
8607         Mark 'atexit' obsolete.
8608         * modules/atexit (Status, Notice): New sections.
8609         * modules/chdir-long (Depends-on): Add atexit.
8610         * modules/wait-process (Depends-on): Likewise.
8611
8612 2008-11-02  Bruno Haible  <bruno@clisp.org>
8613
8614         * gnulib-tool: New option --with-obsolete.
8615         (func_usage): Document it.
8616         (func_modules_transitive_closure): Drop obsolete dependencies if
8617         incobsolete is not true.
8618         (func_import): Read and save the incobsolete variable to the cache.
8619
8620 2008-11-02  Bruno Haible  <bruno@clisp.org>
8621
8622         * modules/TEMPLATE-EXTENDED: New field 'Status'.
8623         * gnulib-tool: New option --extract-status.
8624         (func_usage): Document it.
8625         (sed_extract_prog): Recognize it.
8626         (func_get_status): New function.
8627
8628 2008-10-30  Simon Josefsson  <simon@josefsson.org>
8629
8630         * modules/sockets (License): Change from LGPL to LGPLv2+.
8631
8632 2008-10-28  Simon Josefsson  <simon@josefsson.org>
8633
8634         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
8635
8636 2008-10-28  Simon Josefsson  <simon@josefsson.org>
8637
8638         * MODULES.html.sh (Support for systems lacking POSIX:2001):
8639         Mention times and sys_times.
8640         * modules/sys_times, modules/sys_times-tests: New modules.
8641         * modules/times, modules/times-tests: Likewise
8642         * m4/sys_times_h.m4: New file.
8643         * lib/sys_times.in.h: Likewise
8644         * lib/times.c: Likewise.
8645         * tests/test-sys_times.c: Likewise.
8646         * tests/test-times.c: Likewise.
8647         * doc/posix-headers/sys_times.texi: Update.
8648         * doc/posix-functions/times.texi: Update.
8649
8650 2008-10-28  Jim Meyering  <meyering@redhat.com>
8651
8652         * modules/tempname (Depends-on): Add lstat.
8653
8654         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
8655
8656 2008-10-28  Simon Josefsson  <simon@josefsson.org>
8657
8658         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
8659         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
8660         using idiom used elsewhere in gnulib.
8661
8662 2008-10-27  Jim Meyering  <meyering@redhat.com>
8663
8664         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
8665
8666 2008-10-27  Simon Josefsson  <simon@josefsson.org>
8667
8668         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
8669         TESTS_ENVIRONMENT, for shell scripts that needs to call built
8670         programs.
8671         * tests/test-argp-2.sh: Use $EXEEXT when needed.
8672
8673 2008-10-27  Simon Josefsson  <simon@josefsson.org>
8674
8675         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
8676
8677 2008-10-27  Bruno Haible  <bruno@clisp.org>
8678
8679         * tests/test-lstat.c: Include <stdio.h>.
8680
8681 2008-10-27  Simon Josefsson  <simon@josefsson.org>
8682
8683         * modules/lstat-tests: New module.
8684         * tests/test-lstat.c: New file.
8685
8686 2008-10-26  Jim Meyering  <meyering@redhat.com>
8687
8688         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
8689
8690 2008-10-26  Simon Josefsson  <simon@josefsson.org>
8691             Bruno Haible  <bruno@clisp.org>
8692
8693         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
8694         * modules/configmake (Include): Add a note that the include must come
8695         after all system headers.
8696         * lib/javaversion.c: Include configmake.h after all other includes.
8697
8698 2008-10-26  Bruno Haible  <bruno@clisp.org>
8699
8700         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
8701         HAVE_STRUCT_RANDOM_DATA to 1.
8702         (gl_STDLIB_H): Simplify.
8703
8704 2008-10-26  Simon Josefsson  <simon@josefsson.org>
8705
8706         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
8707         substitute HAVE_STRUCT_RANDOM_DATA.
8708         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
8709         random_data.
8710         * modules/stdlib (Makefile.am): Substitute
8711         HAVE_STRUCT_RANDOM_DATA.
8712
8713 2008-10-26  Simon Josefsson  <simon@josefsson.org>
8714
8715         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
8716         * doc/gnulib-intro.texi (Copyright): Likewise.
8717
8718 2008-10-26  Simon Josefsson  <simon@josefsson.org>
8719
8720         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
8721         findings.
8722
8723 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
8724             Bruno Haible  <bruno@clisp.org>
8725
8726         * lib/unistd.in.h: Include <winsock2.h>.
8727         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
8728         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
8729         Provide dummy declarations.
8730         (gethostname): Override.
8731         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
8732         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
8733         gl_PREREQ_SYS_H_WINSOCK2.
8734         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
8735         * doc/posix-functions/gethostname.texi: More details.
8736
8737 2008-10-25  Bruno Haible  <bruno@clisp.org>
8738
8739         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
8740         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
8741         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
8742
8743         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
8744         here ...
8745         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
8746         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
8747         gl_UNISTD_H_DEFAULTS.
8748
8749 2008-10-25  Eric Blake  <ebb9@byu.net>
8750
8751         signbit: avoid spurious compiler failure
8752         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
8753         declarations inside function.
8754
8755 2008-10-24  Simon Josefsson  <simon@josefsson.org>
8756             Bruno Haible  <bruno@clisp.org>
8757
8758         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
8759         * modules/random_r (Depends-on): Add stdint.
8760
8761 2008-10-24  Bruno Haible  <bruno@clisp.org>
8762
8763         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
8764         Eggert.
8765         * modules/strerror (License): Likewise.
8766
8767 2008-10-24  Jim Meyering  <meyering@redhat.com>
8768
8769         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
8770         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
8771
8772 2008-10-24  Eric Blake  <ebb9@byu.net>
8773
8774         getgroups: fix compilation when getgroups is available
8775         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
8776         but with <config.h> override of getgroups disabled.
8777
8778 2008-10-24  Simon Josefsson  <simon@josefsson.org>
8779
8780         * doc/gnulib.texi (Header files): Add note about C++ problems.
8781         Explained by Bruno Haible <bruno@clisp.org>.
8782
8783 2008-10-23  Bruno Haible  <bruno@clisp.org>
8784
8785         Define a dummy SA_NODEFER macro on Interix.
8786         * lib/signal.in.h (SA_NODEFER): Define fallback.
8787         Reported by Aleksey Cheusov <cheusov@tut.by> via
8788         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
8789
8790 2008-10-23  Bruno Haible  <bruno@clisp.org>
8791
8792         * modules/freadahead (License): Change to LGPLv2+.
8793         Suggested by Simon Josefsson.
8794
8795 2008-10-23  Jim Meyering  <meyering@redhat.com>
8796
8797         random_r: new module
8798         * modules/random_r: New file.
8799         * m4/random_r.m4: New file.
8800         * lib/random_r.c: New file, from glibc.
8801         * modules/random_r-tests: New file.
8802         * tests/test-random_r.c: New file.
8803         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
8804          Declare.
8805         (RAND_MAX): Define.
8806         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
8807         * modules/stdlib: Substitute them, too.
8808         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
8809         * doc/glibc-functions/initstate_r.texi: Mention the new module.
8810         * doc/glibc-functions/random_r.texi: Likewise.
8811         * doc/glibc-functions/setstate_r.texi: Likewise.
8812         * doc/glibc-functions/srandom_r.texi: Likewise.
8813         * config/srclist.txt: Mention it.
8814
8815 2008-10-23  David Lutterkort  <lutter@redhat.com>
8816
8817         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
8818         link requirement
8819
8820 2008-10-23  Jim Meyering  <meyering@redhat.com>
8821
8822         selinux-h: mark parameters of stub functions as intentionally unused
8823         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
8824         * lib/se-context.in.h: Likewise.
8825
8826 2008-10-22  Simon Josefsson  <simon@josefsson.org>
8827
8828         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
8829
8830 2008-10-22  Simon Josefsson  <simon@josefsson.org>
8831
8832         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
8833
8834 2008-10-22  Eric Blake  <ebb9@byu.net>
8835
8836         glthread/thread: avoid compiler warning
8837         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
8838         Add unreachable abort to silence compiler.
8839
8840 2008-10-22  Eric Blake  <ebb9@byu.net>
8841
8842         netdb: also supply struct addrinfo for cygwin 1.5.x
8843         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
8844         older cygwin.
8845         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
8846         cygwin.
8847         * doc/posix-headers/netdb.texi (netdb.h): Document this.
8848
8849 2008-10-22  Bruno Haible  <bruno@clisp.org>
8850
8851         * users.txt: Update entry about pspp.
8852
8853 2008-10-21  Bruno Haible  <bruno@clisp.org>
8854
8855         Simplification.
8856         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
8857         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
8858
8859         Simplification.
8860         * lib/ioctl.c (ioctl): Don't undefine.
8861         * lib/socket.c (socket): Don't undefine.
8862
8863         Remove unused module indicator macros.
8864         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
8865         GNULIB_$1 as a C macro.
8866
8867         * doc/posix-functions/close.texi: Undo last change.
8868         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
8869         Windows platforms.
8870
8871 2008-10-21  Bruno Haible  <bruno@clisp.org>
8872
8873         Add gethostname() declaration to <unistd.h>.
8874         * lib/unistd.in.h (gethostname): New declaration.
8875         * lib/gethostname.c: Include <unistd.h>.
8876         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
8877         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
8878         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
8879         and HAVE_GETHOSTNAME.
8880         * modules/gethostname (Depends-on): Add unistd.
8881         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8882         (Include): Specify <unistd.h>.
8883         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
8884         HAVE_GETHOSTNAME.
8885         * tests/test-gethostname.c: Include <unistd.h> first.
8886
8887 2008-10-21  Bruno Haible  <bruno@clisp.org>
8888
8889         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
8890         * modules/select-tests (Depends-on): Likewise.
8891         Reported by Simon Josefsson.
8892
8893 2008-10-21  Simon Josefsson  <simon@josefsson.org>
8894
8895         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
8896         * lib/accept.c: New file, based on winsock.c.
8897         * lib/bind.c: New file, based on winsock.c.
8898         * lib/connect.c: New file, based on winsock.c.
8899         * lib/getpeername.c: New file, based on winsock.c.
8900         * lib/getsockname.c: New file, based on winsock.c.
8901         * lib/getsockopt.c: New file, based on winsock.c.
8902         * lib/ioctl.c: New file, based on winsock.c.
8903         * lib/listen.c: New file, based on winsock.c.
8904         * lib/recv.c: New file, based on winsock.c.
8905         * lib/recvfrom.c: New file, based on winsock.c.
8906         * lib/send.c: New file, based on winsock.c.
8907         * lib/sendto.c: New file, based on winsock.c.
8908         * lib/setsockopt.c: New file, based on winsock.c.
8909         * lib/shutdown.c: New file, based on winsock.c.
8910         * lib/socket.c: New file, based on winsock.c.
8911         * lib/w32sock.h: New file, based on winsock.c.
8912         * lib/winsock.c: Remove file.
8913         * modules/accept: Likewise.
8914         * modules/bind: Likewise.
8915         * modules/connect: Likewise.
8916         * modules/getpeername: Likewise.
8917         * modules/getsockname: Likewise.
8918         * modules/getsockopt: Likewise.
8919         * modules/ioctl: Likewise.
8920         * modules/listen: Likewise.
8921         * modules/recv: Likewise.
8922         * modules/recvfrom: Likewise.
8923         * modules/send: Likewise.
8924         * modules/sendto: Likewise.
8925         * modules/setsockopt: Likewise.
8926         * modules/shutdown: Likewise.
8927         * modules/socket: Use socket.c instead of winsock.c.
8928         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
8929         * doc/posix-functions/accept.texi: Doc fix.
8930         * doc/posix-functions/bind.texi: Doc fix.
8931         * doc/posix-functions/close.texi: Doc fix.
8932         * doc/posix-functions/connect.texi: Doc fix.
8933         * doc/posix-functions/getpeername.texi: Doc fix.
8934         * doc/posix-functions/getsockname.texi: Doc fix.
8935         * doc/posix-functions/getsockopt.texi: Doc fix.
8936         * doc/posix-functions/ioctl.texi: Doc fix.
8937         * doc/posix-functions/listen.texi: Doc fix.
8938         * doc/posix-functions/recv.texi: Doc fix.
8939         * doc/posix-functions/recvfrom.texi: Doc fix.
8940         * doc/posix-functions/send.texi: Doc fix.
8941         * doc/posix-functions/sendto.texi: Doc fix.
8942         * doc/posix-functions/setsockopt.texi: Doc fix.
8943         * doc/posix-functions/shutdown.texi: Doc fix.
8944         * doc/posix-functions/socket.texi: Doc fix.
8945
8946 2008-10-20  Bruno Haible  <bruno@clisp.org>
8947
8948         Take into account the role of SIGABRT_COMPAT on Windows 2008.
8949         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
8950         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
8951         as an alias for SIGABRT.
8952         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
8953         (sigaction): Map it to SIGABRT.
8954         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
8955
8956 2008-10-20  Bruno Haible  <bruno@clisp.org>
8957
8958         * lib/fts.c: Don't include lstat.h.
8959         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
8960
8961         Move the lstat() declaration to <sys/stat.h>.
8962         * lib/lstat.h: Remove file.
8963         * lib/sys_stat.in.h: Add special invocation convention.
8964         (lstat): New declaration.
8965         * lib/lstat.c (orig_lstat): New function.
8966         (rpl_lstat): Use orig_lstat instead of lstat.
8967         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
8968         AC_C_INLINE. Set REPLACE_LSTAT.
8969         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
8970         and REPLACE_LSTAT.
8971         * modules/lstat (Files): Remove lib/lstat.h.
8972         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
8973         (Include): Specify <sys/stat.h> instead of lstat.h.
8974         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
8975         REPLACE_LSTAT.
8976         * NEWS: Mention the change.
8977
8978 2008-10-20  Bruno Haible  <bruno@clisp.org>
8979
8980         * modules/posix_spawn-tests: New file.
8981         * tests/test-posix_spawn3.c: New file.
8982
8983 2008-10-20  Bruno Haible  <bruno@clisp.org>
8984
8985         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
8986         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
8987         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
8988         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
8989         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
8990
8991 2008-10-20  Bruno Haible  <bruno@clisp.org>
8992
8993         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
8994         of posix_spawn on AIX 5.3.
8995
8996 2008-10-20  Bruno Haible  <bruno@clisp.org>
8997
8998         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
8999
9000 2008-10-20  Bruno Haible  <bruno@clisp.org>
9001
9002         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
9003         of AC_LANG_PROGRAM.
9004
9005 2008-10-20  Simon Josefsson  <simon@josefsson.org>
9006
9007         * lib/netdb.in.h: Don't define GNU specific constants until they
9008         are supported or needed.  Reported by Bruno Haible
9009         <bruno@clisp.org>.
9010
9011 2008-10-20  Simon Josefsson  <simon@josefsson.org>
9012
9013         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
9014
9015 2008-10-20  Simon Josefsson  <simon@josefsson.org>
9016
9017         * lib/getaddrinfo.h: Remove file.
9018         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
9019         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
9020         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
9021         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
9022         * modules/netdb: Substitute GNULIB_GETADDRINFO.
9023         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
9024         * tests/test-getaddrinfo.c: Likewise.
9025         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
9026         * NEWS: Mention change.
9027
9028 2008-10-19  Bruno Haible  <bruno@clisp.org>
9029
9030         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
9031
9032 2008-10-19  Bruno Haible  <bruno@clisp.org>
9033
9034         * lib/wait-process.c: Include simply <sys/wait.h>.
9035         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
9036         WIFSTOPPED): Remove fallback definitions.
9037         * modules/wait-process (Depends-on): Add sys_wait.
9038
9039         New module 'sys_wait'.
9040         * modules/sys_wait: New file.
9041         * lib/sys_wait.in.h: New file, partially copied from
9042         lib/wait-process.c.
9043         * m4/sys_wait_h.m4: New file.
9044         * doc/posix-headers/sys_wait.texi: Mention the new module.
9045
9046 2008-10-19  Bruno Haible  <bruno@clisp.org>
9047
9048         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
9049
9050 2008-10-19  Bruno Haible  <bruno@clisp.org>
9051
9052         Assume that waitpid() fills an 'int' status, not a 'union wait'.
9053         * lib/wait-process.c (WAIT_T): Remove type.
9054         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
9055         (wait_subprocess): Update.
9056
9057 2008-10-19  Bruno Haible  <bruno@clisp.org>
9058
9059         New module 'atoll'.
9060         * modules/atoll: New file.
9061         * lib/stdlib.in.h (atoll): New declaration.
9062         * lib/atoll.c: New file, from glibc with modifications.
9063         * m4/atoll.m4: New file.
9064         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
9065         HAVE_ATOLL.
9066         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
9067         * doc/posix-functions/atoll.texi: Mention the new module.
9068
9069 2008-10-19  Bruno Haible  <bruno@clisp.org>
9070
9071         Add strtoull() declaration to <stdlib.h>.
9072         * lib/stdlib.in.h (strtoull): New declaration.
9073         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
9074         Set HAVE_STRTOULL.
9075         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
9076         HAVE_STRTOULL.
9077         * modules/strtoull (Depends-on): Add stdlib.
9078         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9079         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
9080         HAVE_STRTOULL.
9081
9082 2008-10-19  Bruno Haible  <bruno@clisp.org>
9083
9084         Add strtoll() declaration to <stdlib.h>.
9085         * lib/stdlib.in.h (strtoll): New declaration.
9086         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
9087         Set HAVE_STRTOLL.
9088         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
9089         HAVE_STRTOLL.
9090         * modules/strtoll (Depends-on): Add stdlib.
9091         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9092         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
9093
9094 2008-10-19  Bruno Haible  <bruno@clisp.org>
9095
9096         * modules/bcopy (Depends-on): Add strings.
9097         (Include): Specify <strings.h>.
9098
9099 2008-10-19  Bruno Haible  <bruno@clisp.org>
9100
9101         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
9102
9103 2008-10-19  Bruno Haible  <bruno@clisp.org>
9104
9105         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
9106         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
9107         mingw.
9108
9109 2008-10-19  Bruno Haible  <bruno@clisp.org>
9110
9111         * lib/atanl.c: Don't include isnanl.h.
9112         * lib/cosl.c: Likewise.
9113         * lib/ldexpl.c: Likewise.
9114         * lib/logl.c: Likewise.
9115         * lib/sinl.c: Likewise.
9116         * lib/sqrtl.c: Likewise.
9117         * lib/tanl.c: Likewise.
9118
9119         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
9120         * lib/isnanf.h: Remove file.
9121         * lib/isnand.h: Remove file.
9122         * lib/isnanl.h: Remove file.
9123         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
9124         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
9125         macros.
9126         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
9127         HAVE_ISNANF, don't define it as a C macro.
9128         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
9129         HAVE_ISNAND, don't define it as a C macro.
9130         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
9131         HAVE_ISNANL, don't define it as a C macro.
9132         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
9133         HAVE_ISNAN[FDL].
9134         * modules/isnanf (Files): Remove lib/isnanf.h.
9135         (Depends-on): Add math.
9136         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
9137         (Include): Specify <math.h> instead of isnanf.h.
9138         * modules/isnand (Files): Remove lib/isnand.h.
9139         (Depends-on): Add math.
9140         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
9141         (Include): Specify <math.h> instead of isnand.h.
9142         * modules/isnanl (Files): Remove lib/isnanl.h.
9143         (Depends-on): Add math.
9144         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
9145         (Include): Specify <math.h> instead of isnanl.h.
9146         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
9147         HAVE_ISNAN[FDL].
9148         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
9149         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
9150         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
9151         * NEWS: Mention the change.
9152
9153 2008-10-18  Bruno Haible  <bruno@clisp.org>
9154
9155         Add getusershell(), setusershell(), endusershell() declarations to
9156         <unistd.h>.
9157         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
9158         declarations.
9159         * lib/getusershell.c: Include unistd.h.
9160         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
9161         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
9162         HAVE_GETUSERSHELL.
9163         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
9164         and HAVE_GETUSERSHELL.
9165         * modules/getusershell (Depends-on): Add unistd, extensions.
9166         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9167         (Include): Specify <unistd.h>.
9168         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
9169         HAVE_GETUSERSHELL.
9170
9171 2008-10-18  Bruno Haible  <bruno@clisp.org>
9172
9173         Add a getloadavg() declaration to <stdlib.h>.
9174         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
9175         getloadavg declaration.
9176         (getloadavg): New declaration.
9177         * lib/getloadavg.c: Include <stdlib.h> first.
9178         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
9179         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
9180         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
9181         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
9182         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
9183         * modules/getloadavg (Depends-on): Add stdlib, extensions.
9184         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9185         (Include): Specify <stdlib.h>.
9186         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
9187         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
9188
9189 2008-10-18  Bruno Haible  <bruno@clisp.org>
9190
9191         * lib/dirchownmod.c: Don't include lchmod.h.
9192
9193         Move the lchmod() declaration to <sys/stat.h>.
9194         * lib/lchmod.h: Remove file.
9195         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
9196         (lchmod): New declaration, moved here from lib/lchown.h.
9197         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
9198         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
9199         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
9200         and HAVE_LCHMOD.
9201         * modules/lchmod (Files): Remove lib/lchmod.h.
9202         (Depends-on): Add sys_stat, extensions.
9203         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
9204         (Include): Specify <sys/stat.h> instead of lchmod.h.
9205         * modules/sys_stat (Depends-on): Add link-warning.
9206         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
9207         definition of GL_LINK_WARNING.
9208         * NEWS: Mention the change.
9209
9210 2008-10-18  Bruno Haible  <bruno@clisp.org>
9211
9212         * lib/fchdir.c: Don't include dirfd.h.
9213         * lib/fts.c: Likewise.
9214         * lib/getcwd.c: Likewise.
9215         * lib/glob.c: Likewise.
9216
9217         Move the dirfd() declaration to <dirent.h>.
9218         * lib/dirfd.h: Remove file.
9219         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
9220         (dirfd): New declaration.
9221         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
9222         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
9223         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
9224         HAVE_DECL_DIRFD.
9225         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
9226         HAVE_DECL_DIRFD.
9227         * modules/dirfd (Files): Remove lib/dirfd.h.
9228         (Depends-on): Add dirent, extensions.
9229         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
9230         (Include): Specify <dirent.h> instead of dirfd.h.
9231         * modules/dirent (Depends-on): Add link-warning.
9232         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
9233         definition of GL_LINK_WARNING.
9234         * NEWS: Mention the change.
9235
9236 2008-10-18  Bruno Haible  <bruno@clisp.org>
9237
9238         Move the euidaccess() declaration to <unistd.h>.
9239         * lib/euidaccess.h: Remove file.
9240         * lib/unistd.in.h (euidaccess): New declaration.
9241         * lib/euidaccess.c: Don't include euidaccess.h.
9242         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
9243         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
9244         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
9245         and HAVE_EUIDACCESS.
9246         * modules/euidaccess (Files): Remove lib/euidaccess.h.
9247         (Depends-on): Add unistd.
9248         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9249         (Include): Specify <unistd.h> instead of euidaccess.h.
9250         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
9251         HAVE_EUIDACCESS.
9252         * NEWS: Mention the change.
9253
9254 2008-10-18  Bruno Haible  <bruno@clisp.org>
9255
9256         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
9257
9258         Move the getdomainname() declaration to <unistd.h>.
9259         * lib/getdomainname.h: Remove file.
9260         * lib/unistd.in.h (getdomainname): New declaration.
9261         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
9262         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
9263         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
9264         HAVE_GETDOMAINNAME.
9265         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
9266         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
9267         * modules/getdomainname (Files): Remove lib/getdomainname.h.
9268         (Depends-on): Add unistd, extensions.
9269         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9270         (Includes): Specify <unistd.h> instead of getdomainname.h.
9271         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
9272         HAVE_GETDOMAINNAME.
9273         * NEWS: Mention the change.
9274
9275 2008-10-18  Bruno Haible  <bruno@clisp.org>
9276
9277         * modules/dirent: New file.
9278         * m4/dirent_h.m4: New file.
9279         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
9280         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
9281         * modules/fchdir (Files): Remove lib/dirent.in.h.
9282         (Depends-on): Add dirent.
9283         (Makefile.am): Move rules to modules/dirent.
9284         * doc/posix-headers/dirent.texi: Mention the new module.
9285
9286 2008-10-18  Bruno Haible  <bruno@clisp.org>
9287
9288         Avoid -Wunused-parameter warnings in public gnulib header files.
9289         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
9290         macro.
9291         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
9292
9293 2008-10-18  Bruno Haible  <bruno@clisp.org>
9294
9295         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
9296         * doc/glibc-functions/error.texi: Mention the module 'error'.
9297         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
9298         * doc/glibc-functions/getdomainname.texi: Mention the module
9299         'getdomainname'.
9300         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
9301         * doc/glibc-functions/getpagesize.texi: Mention the module
9302         'getpagesize'.
9303         * doc/glibc-functions/getusershell.texi: Mention the module
9304         'getusershell'.
9305         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
9306         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
9307         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
9308         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
9309         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
9310         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
9311         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
9312         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
9313         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
9314         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
9315         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
9316         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
9317         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
9318         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
9319
9320 2008-10-17  Bruno Haible  <bruno@clisp.org>
9321
9322         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
9323         HP-UX and IRIX, use -0.0L.
9324         * tests/test-ceill.c (minus_zero): Likewise.
9325         * tests/test-floorl.c (minus_zero): Likewise.
9326         * tests/test-frexpl.c (minus_zero): Likewise.
9327         * tests/test-isnan.c (minus_zerol): Likewise.
9328         * tests/test-isnanl.h (minus_zero): Likewise.
9329         * tests/test-ldexpl.c (minus_zero): Likewise.
9330         * tests/test-roundl.c (minus_zero): Likewise.
9331         * tests/test-signbit.c (minus_zerol): Likewise.
9332         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
9333         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
9334         * tests/test-truncl.c (minus_zero): Likewise.
9335         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
9336         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
9337         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
9338         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
9339
9340 2008-10-17  Bruno Haible  <bruno@clisp.org>
9341
9342         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
9343         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
9344         that it gets activated only for gcc >= 3.0.
9345         * lib/dirent.in.h: Likewise.
9346         * lib/errno.in.h: Likewise.
9347         * lib/fcntl.in.h: Likewise.
9348         * lib/float.in.h: Likewise.
9349         * lib/iconv.in.h: Likewise.
9350         * lib/inttypes.in.h: Likewise.
9351         * lib/locale.in.h: Likewise.
9352         * lib/math.in.h: Likewise.
9353         * lib/netdb.in.h: Likewise.
9354         * lib/netinet_in.in.h: Likewise.
9355         * lib/search.in.h: Likewise.
9356         * lib/signal.in.h: Likewise.
9357         * lib/spawn.in.h: Likewise.
9358         * lib/stdarg.in.h: Likewise.
9359         * lib/stdint.in.h: Likewise.
9360         * lib/stdio.in.h: Likewise.
9361         * lib/stdlib.in.h: Likewise.
9362         * lib/string.in.h: Likewise.
9363         * lib/strings.in.h: Likewise.
9364         * lib/sys_file.in.h: Likewise.
9365         * lib/sys_ioctl.in.h: Likewise.
9366         * lib/sys_select.in.h: Likewise.
9367         * lib/sys_socket.in.h: Likewise.
9368         * lib/sys_stat.in.h: Likewise.
9369         * lib/sys_time.in.h: Likewise.
9370         * lib/sysexits.in.h: Likewise.
9371         * lib/time.in.h: Likewise.
9372         * lib/unistd.in.h: Likewise.
9373         * lib/wchar.in.h: Likewise.
9374         * lib/wctype.in.h: Likewise.
9375         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9376
9377 2008-10-17  Jim Meyering  <meyering@redhat.com>
9378
9379         ignore-value: don't depend on inline module
9380         * modules/ignore-value (Depends-on): Remove 'inline'.
9381         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
9382         Suggestion from Bruno Haible.
9383
9384 2008-10-17  Bruno Haible  <bruno@clisp.org>
9385
9386         New implementation of condition variables for Win32.
9387         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
9388         (gl_linked_waitqueue_t): New type.
9389         (gl_cond_t): Use it.
9390         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
9391         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
9392         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
9393         (glthread_cond_init_func, glthread_cond_wait_func,
9394         glthread_cond_timedwait_func, glthread_cond_signal_func,
9395         glthread_cond_broadcast_func, glthread_cond_destroy_func):
9396         Reimplemented on the basis of gl_linked_waitqueue_t.
9397         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
9398         gl_waitqueue_t.
9399         (gl_rwlock_t): Update.
9400         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
9401
9402 2008-10-17  Simon Josefsson  <simon@josefsson.org>
9403
9404         * modules/recvfrom (Depends-on): Add dependency on getpeername.
9405         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
9406
9407 2008-10-17  Jim Meyering  <meyering@redhat.com>
9408
9409         ignore-value: new module
9410         * modules/ignore-value: New file.
9411         * lib/ignore-value.h: New file.
9412         * MODULES.html.sh (Compiler warning management): New section,
9413         just for this module.  More to come.
9414
9415 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9416
9417         open-safer.c: avoid 'signed and unsigned in conditional...' warning
9418         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
9419         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
9420
9421 2008-10-16  Jim Meyering  <meyering@redhat.com>
9422
9423         openat-die.c: avoid 'no previous prototype' warning
9424         * lib/openat-die.c: Include "openat.h".
9425         Reported by Reuben Thomas <rrt@sc3d.org>.
9426
9427 2008-10-16  Simon Josefsson  <simon@josefsson.org>
9428
9429         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
9430         * lib/netdb.in.h: Fix typo.
9431         Reported by Bruno Haible  <bruno@clisp.org>
9432
9433         * lib/netdb.in.h: Include sys/socket.h for platforms without
9434         netdb.h, to get structures like hostent on MinGW.
9435         * modules/netdb (Depends-on): Add sys_socket.
9436
9437 2008-10-15  Simon Josefsson  <simon@josefsson.org>
9438
9439         * modules/netdb, modules/netdb-tests: New file.
9440         * m4/netdb_h.m4: New file.
9441         * lib/netdb.in.h: Add, currently just an empty file pending
9442         definitions.
9443         * tests/test-netdb.c: New file.
9444         * doc/posix-headers/netdb.texi: Mention that we replace it if
9445         needed.
9446         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9447         netdb.
9448
9449 2008-10-15  Simon Josefsson  <simon@josefsson.org>
9450
9451         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
9452         with code.
9453
9454 2008-10-13  Bruno Haible  <bruno@clisp.org>
9455
9456         * lib/glthread/cond.c (glthread_cond_wait_func,
9457         glthread_cond_timedwait_func): Add a comment.
9458
9459 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
9460
9461         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
9462         * tests/test-select.c: Likewise,
9463
9464 2008-10-13  Bruno Haible  <bruno@clisp.org>
9465
9466         * lib/glthread/cond.c (glthread_cond_wait_func,
9467         glthread_cond_timedwait_func): Fix variable name.
9468         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
9469
9470 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
9471
9472         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
9473         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
9474         struct sockaddr.sa_len.
9475         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
9476
9477 2008-10-13  Simon Josefsson  <simon@josefsson.org>
9478
9479         * build-aux/pmccabe2html: Add css and css_url parameters.
9480
9481 2008-10-12  Bruno Haible  <bruno@clisp.org>
9482
9483         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
9484         calling aclx_get.
9485         Reported by Rainer Tammer <tammer@tammer.net>.
9486
9487 2008-10-12  Bruno Haible  <bruno@clisp.org>
9488
9489         Use msvcrt aware primitives for creation/termination of Win32 threads.
9490         * lib/glthread/thread.c: Include <process.h>.
9491         (glthread_create_func): Use _beginthreadex instead of CreateThread.
9492         (wrapper_func): Update signature.
9493         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
9494
9495 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
9496             Bruno Haible  <bruno@clisp.org>
9497
9498         Provide a Win32 implementation of the 'cond' module.
9499         * lib/glthread/cond.h [USE_WIN32]: New implementation.
9500         * lib/glthread/cond.c (glthread_cond_init_func,
9501         glthread_cond_wait_func, glthread_cond_timedwait_func,
9502         glthread_cond_signal_func, glthread_cond_broadcast_func,
9503         glthread_cond_destroy_func) [USE_WIN32]: New functions.
9504         * modules/cond (Dependencies): Add gettimeofday.
9505
9506 2008-10-11  Bruno Haible  <bruno@clisp.org>
9507
9508         Make sleep work on older versions of mingw.
9509         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
9510         only whether it exists.
9511         * doc/posix-functions/sleep.texi: Mention the problem with older
9512         versions of mingw.
9513
9514 2008-10-11  Bruno Haible  <bruno@clisp.org>
9515
9516         New module 'shutdown'.
9517         * modules/shutdown: New file.
9518         * lib/sys_socket.in.h (shutdown): New declaration.
9519         * lib/winsock.c (shutdown): New function.
9520         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
9521         GNULIB_SHUTDOWN.
9522         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
9523         * doc/posix-functions/shutdown.texi: Document the new module.
9524
9525 2008-10-11  Jim Meyering  <meyering@redhat.com>
9526
9527         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
9528
9529 2008-10-11  Bruno Haible  <bruno@clisp.org>
9530
9531         New module 'fclose'.
9532         * modules/fclose: New file.
9533         * lib/stdio.in.h (fclose): New declaration.
9534         * lib/fclose.c: New file.
9535         * m4/fclose.m4: New file.
9536         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
9537         REPLACE_FCLOSE.
9538         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
9539         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
9540         REPLACE_FCLOSE.
9541         * modules/close (Depends-on): fclose.
9542         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
9543
9544 2008-10-11  Bruno Haible  <bruno@clisp.org>
9545
9546         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
9547         set errno and don't call _close.
9548
9549 2008-10-10  Bruno Haible  <bruno@clisp.org>
9550
9551         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
9552         ACL, not afterwards. Fixes test failure on Cygwin.
9553
9554 2008-10-09  Ben Pfaff  <blp@gnu.org>
9555
9556         * build-aux/announce-gen: Fix gnulib version related part of usage
9557         message.  Die with a useful error message if no tarballs are
9558         found.
9559
9560 2008-10-10  Jim Meyering  <meyering@redhat.com>
9561
9562         bootstrap: use git's --depth=N option only if it's supported
9563         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
9564         recognize the --depth option.  Reported by Pádraig Brady.
9565
9566 2008-10-09  Bruno Haible  <bruno@clisp.org>
9567
9568         New module 'ioctl'.
9569         * modules/ioctl: New file.
9570         * lib/sys_socket.in.h (ioctl): Remove declaration.
9571         * lib/winsock.c: Include <sys/ioctl.h>.
9572         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
9573         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
9574         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
9575         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
9576         * doc/posix-functions/ioctl.texi: Mention the new module.
9577
9578 2008-10-09  Bruno Haible  <bruno@clisp.org>
9579
9580         New module 'sys_ioctl'.
9581         * lib/sys_ioctl.in.h: New file.
9582         * m4/sys_ioctl_h.m4: New file.
9583         * modules/sys_ioctl: New file.
9584         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
9585
9586 2008-10-09  Bruno Haible  <bruno@clisp.org>
9587
9588         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
9589         * lib/winsock.c: Include <stdarg.h>.
9590         (rpl_ioctl): Change to second argument 'int' and then varargs.
9591
9592 2008-10-09  Bruno Haible  <bruno@clisp.org>
9593
9594         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
9595         when the sys_socket module is present and the system has <winsock2.h>.
9596
9597 2008-10-09  Bruno Haible  <bruno@clisp.org>
9598
9599         * doc/posix-functions/close.texi: Mention module 'close' instead of
9600         module 'sys_socket'.
9601
9602 2008-10-09  Bruno Haible  <bruno@clisp.org>
9603
9604         * doc/glibc-headers/sys_ioctl.texi: New file.
9605         * doc/gnulib.texi: Include it.
9606
9607 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
9608             Bruno Haible  <bruno@clisp.org>
9609
9610         Combine the two replacements of 'close'.
9611         * lib/sys_socket.in.h (close): Define to a reminder to include
9612         <unistd.h>.
9613         (_gl_close_fd_maybe_socket): New declaration.
9614         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
9615         * lib/winsock.c (close): Remove undefinition.
9616         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
9617         needed for the gnulib module 'close'.
9618         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
9619         define to an error symbol or to a warning, if suitable.
9620         * lib/close.c: Include <sys/socket.h>.
9621         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
9622         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
9623         UNISTD_H_HAVE_WINSOCK2_H.
9624         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
9625         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
9626         UNISTD_H_HAVE_WINSOCK2_H.
9627         * modules/sys_socket (Files): Add m4/unistd_h.m4.
9628         (configure.ac): Set a module indicator.
9629         (Makefile.am): Substitute GNULIB_CLOSE.
9630         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
9631         * modules/poll-tests (Depends-on): Add close.
9632         * modules/select-tests (Depends-on): Likewise.
9633
9634 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
9635             Bruno Haible  <bruno@clisp.org>
9636
9637         New module 'close'.
9638         * modules/close: New file.
9639         * lib/unistd.in.h (close): Move declaration out of the
9640         FCHDIR_REPLACEMENT scope.
9641         (_gl_unregister_fd): New declaration.
9642         * lib/close.c: New file.
9643         * lib/fchdir.c (rpl_close): Remove function.
9644         * m4/close.m4: New file.
9645         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
9646         close.
9647         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
9648         REPLACE_CLOSE.
9649         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
9650         REPLACE_CLOSE.
9651         * modules/fchdir (Depends-on): Add close.
9652
9653 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
9654             Bruno Haible  <bruno@clisp.org>
9655
9656         * lib/fcntl.in.h (open): Simplify conditionals.
9657         (_gl_register_fd): New declaration.
9658         * lib/fchdir.c (rpl_open): Remove function.
9659         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
9660         also.
9661         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
9662         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
9663         open.
9664
9665 2008-10-09  Jim Meyering  <meyering@redhat.com>
9666
9667         GNUmakefile: use the more name-space-friendly "_version"
9668         * top/GNUmakefile (_dummy): Update.
9669         (_version): Rename from "version".
9670
9671 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
9672             Bruno Haible  <bruno@clisp.org>
9673
9674         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
9675         rpl_close.
9676         (_gl_register_fd): New function, extracted from rpl_open.
9677         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
9678         (rpl_open, rpl_opendir): Use _gl_register_fd.
9679
9680 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
9681
9682         Fix organization of 'open' replacement.
9683         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
9684         (gl_FUNC_OPEN): Use it.
9685         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
9686
9687 2008-10-08  Bruno Haible  <bruno@clisp.org>
9688
9689         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
9690
9691 2008-10-08  Simon Josefsson  <simon@josefsson.org>
9692
9693         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
9694         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
9695         listen).
9696
9697 2008-10-08  Eric Blake  <ebb9@byu.net>
9698
9699         GNUmakefile: add 'make version' target
9700         * top/GNUmakefile (_curr-ver): Split version update rules...
9701         (version): ...into a target.
9702
9703 2008-10-07  Bruno Haible  <bruno@clisp.org>
9704
9705         Use a more portable replacement expression for -0.0L.
9706         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
9707         instead of -0.0L. Fix m4 quotation.
9708
9709         * tests/test-signbit.c: Include <float.h>.
9710         (minus_zero): New variable.
9711         (test_signbitl): Use minus_zero instead of -zero.
9712         * modules/signbit-tests (Depends-on): Add float.
9713
9714         * tests/test-ceill.c: Include <float.h>.
9715         (zero): Remove variable.
9716         (minus_zero): New variable.
9717         (main): Use minus_zero instead of -zero.
9718         * modules/ceill-tests (Depends-on): Add float.
9719
9720         * tests/test-floorl.c: Include <float.h>.
9721         (zero): Remove variable.
9722         (minus_zero): New variable.
9723         (main): Use minus_zero instead of -zero.
9724         * modules/floorl-tests (Depends-on): Add float.
9725
9726         * tests/test-roundl.c: Include <float.h>.
9727         (zero): Remove variable.
9728         (minus_zero): New variable.
9729         (main): Use minus_zero instead of -zero.
9730         * modules/roundl-tests (Depends-on): Add float.
9731
9732         * tests/test-truncl.c: Include <float.h>.
9733         (zero): Remove variable.
9734         (minus_zero): New variable.
9735         (main): Use minus_zero instead of -zero.
9736         * modules/truncl-tests (Depends-on): Add float.
9737
9738         * tests/test-frexpl.c (zero): Remove variable.
9739         (minus_zero): New variable.
9740         (main): Use minus_zero instead of -zero.
9741         * modules/frexpl-tests (Depends-on): Add float.
9742
9743         * tests/test-isnan.c (zerol): Remove variable.
9744         (minus_zerol): New variable.
9745         (test_long_double): Use minus_zerol instead of -zerol.
9746         * modules/isnan-tests (Depends-on): Add float.
9747
9748         * tests/test-isnanl.h (zero): Remove variable.
9749         (minus_zero): New variable.
9750         (main): Use minus_zero instead of -zero.
9751         * modules/isnanl-nolibm-tests (Depends-on): Add float.
9752         * modules/isnanl-tests (Depends-on): Add float.
9753
9754         * tests/test-ldexpl.c (zero): Remove variable.
9755         (minus_zero): New variable.
9756         (main): Use minus_zero instead of -zero.
9757         * modules/ldexpl-tests (Depends-on): Add float.
9758
9759         * tests/test-snprintf-posix.h (zerol): Remove variable.
9760         (minus_zerol): New variable.
9761         (test_function): Use minus_zerol instead of -zerol.
9762         * modules/snprintf-posix-tests (Depends-on): Add float.
9763         * modules/vsnprintf-posix-tests (Depends-on): Add float.
9764
9765         * tests/test-sprintf-posix.h (zerol): Remove variable.
9766         (minus_zerol): New variable.
9767         (test_function): Use minus_zerol instead of -zerol.
9768         * modules/sprintf-posix-tests (Depends-on): Add float.
9769         * modules/vsprintf-posix-tests (Depends-on): Add float.
9770
9771         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
9772         (minus_zerol): New variable.
9773         (test_function): Use minus_zerol instead of -zerol.
9774         * modules/vasnprintf-posix-tests (Depends-on): Add float.
9775
9776         * tests/test-vasprintf-posix.c (zerol): Remove variable.
9777         (minus_zerol): New variable.
9778         (test_function): Use minus_zerol instead of -zerol.
9779         * modules/vasprintf-posix-tests (Depends-on): Add float.
9780
9781 2008-10-07  Simon Josefsson  <simon@josefsson.org>
9782
9783         * MODULES.html.sh (Support for building documentation): Mention
9784         pmccabe2html.  Sort entries.
9785
9786         Add pmccabe2html module, from gnupdf.
9787         * build-aux/pmccabe.css: New file.
9788         * build-aux/pmccabe2html: New file.
9789         * m4/pmccabe2html.m4: New file.
9790         * modules/pmccabe2html: New file.
9791
9792 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
9793
9794         flock: new module
9795         * MODULES.html.sh: Add to list of modules.
9796         * lib/flock.c: flock implementation for Windows and Unix systems
9797         which have fcntl.
9798         * doc/glibc-functions/flock.texi: Update documentation.
9799         * lib/sys_file.in.h: <sys/file.h> header file.
9800         * m4/flock.m4: M4 macros.
9801         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
9802         * modules/flock: flock module.
9803         * modules/flock-tests: flock tests module.
9804         * modules/sys_file: sys/file.h module.
9805         * tests/test-flock.c: test suite for flock.
9806
9807 2008-10-06  Jim Meyering  <meyering@redhat.com>
9808
9809         bootstrap: check for LT_INIT more portably still ;-)
9810         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
9811         Spotted by Bruno Haible.
9812
9813 2008-10-06  Eric Blake  <ebb9@byu.net>
9814
9815         test-signbit: avoid tripping Irix cc bug on -0.0L
9816         * tests/test-signbit.c (minus_zerol): Delete, and replace with
9817         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
9818         entire testsuite consistent and avoids an Irix 6.2 bug.
9819
9820 2008-10-05  Bruno Haible  <bruno@clisp.org>
9821             Jim Meyering  <jim@meyering.net>
9822
9823         Add an option for ignoring EPIPE during close_stdout.
9824         * lib/closeout.h: Include <stdbool.h>.
9825         (close_stdout_set_ignore_EPIPE): New declaration.
9826         * lib/closeout.c: Include <stdbool.h>.
9827         (ignore_EPIPE): New variable.
9828         (close_stdout_set_ignore_EPIPE): New function.
9829         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
9830         * lib/close-stream.c (close_stream): Mention the possible EPIPE
9831         failure.
9832         * modules/closeout (Depends-on): Add stdbool.
9833
9834 2008-10-05  Bruno Haible  <bruno@clisp.org>
9835
9836         * modules/accept: New file.
9837         * modules/bind: New file.
9838         * modules/connect: New file.
9839         * modules/getpeername: New file.
9840         * modules/getsockname: New file.
9841         * modules/getsockopt: New file.
9842         * modules/listen: New file.
9843         * modules/recv: New file.
9844         * modules/recvfrom: New file.
9845         * modules/send: New file.
9846         * modules/sendto: New file.
9847         * modules/setsockopt: New file.
9848         * modules/socket: New file.
9849         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
9850         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
9851         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
9852         the particular module is requested. Add a link warning when the
9853         particular module is not requested.
9854         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
9855         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
9856         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
9857         the particular module is requested.
9858         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
9859         gl_SYS_SOCKET_H_DEFAULTS): New macros.
9860         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
9861         * modules/sys_socket (Depends-on): Add link-warning.
9862         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
9863         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
9864         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
9865         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
9866         GL_LINK_WARNING.
9867         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
9868         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
9869         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
9870         * doc/posix-functions/getpeername.texi: Mention the new module
9871         'getpeername'.
9872         * doc/posix-functions/getsockname.texi: Mention the new module
9873         'getsockname'.
9874         * doc/posix-functions/getsockopt.texi: Mention the new module
9875         'getsockopt'.
9876         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
9877         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
9878         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
9879         * doc/posix-functions/send.texi: Mention the new module 'send'.
9880         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
9881         * doc/posix-functions/setsockopt.texi: Mention the new module
9882         'setsockopt'.
9883         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
9884         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
9885         listen, connect, accept.
9886         * modules/select-tests (Depends-on): Likewise.
9887
9888 2008-10-05  Bruno Haible  <bruno@clisp.org>
9889
9890         * lib/winsock.c (strerror): Remove unused #undef.
9891         (rpl_close): Remove unused local variable.
9892
9893         * modules/sys_socket (Depends-on); Add errno.
9894
9895 2008-10-05  Bruno Haible  <bruno@clisp.org>
9896
9897         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
9898         (select): Add a link warning when the 'select' module is not used.
9899         * modules/sys_select (Depends-on): Add link-warning.
9900         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
9901         Suggested by Paolo Bonzini.
9902
9903 2008-10-05  Jim Meyering  <meyering@redhat.com>
9904
9905         bootstrap: check for LT_INIT more portably
9906         * build-aux/bootstrap: Avoid using grep -E, since it's not
9907         portable enough.  Suggestion from Bruno Haible.
9908
9909 2008-10-05  Bruno Haible  <bruno@clisp.org>
9910
9911         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
9912         as being fixed by gnulib.
9913
9914 2008-10-05  Bruno Haible  <bruno@clisp.org>
9915
9916         * modules/select-tests: New file, mostly copied from
9917         modules/sys_select-tests.
9918         * tests/test-select.c: New file, mostly copied from
9919         tests/test-sys_select.c.
9920         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
9921         * modules/sys_select-tests (Depends-on): Remove all dependencies.
9922         (Makefile.am): Remove test_sys_select_LDADD.
9923
9924         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
9925         to an undefined symbol, for an error message.
9926         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
9927         (gl_SYS_SELECT_H_DEFAULTS): New macro.
9928         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
9929         winsock-select.c here.
9930         * modules/sys_select (Files): Remove lib/winsock-select.c.
9931         (Depends-on): Remove alloca.
9932         (Makefile.am): Substitute GNULIB_SELECT.
9933         * modules/select: New file.
9934         * doc/posix-functions/select.texi: Update.
9935
9936 2008-10-05  Bruno Haible  <bruno@clisp.org>
9937
9938         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
9939         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
9940         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
9941         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
9942         getdtablesize.
9943         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
9944         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
9945
9946 2008-10-05  Bruno Haible  <bruno@clisp.org>
9947
9948         * modules/getdtablesize-tests: New file.
9949         * tests/test-getdtablesize.c: New file.
9950
9951         New module 'getdtablesize'.
9952         * lib/unistd.in.h (getdtablesize): New declaration.
9953         * lib/getdtablesize.c: New file.
9954         * m4/getdtablesize.m4: New file.
9955         * modules/getdtablesize: New file.
9956         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
9957         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
9958         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
9959         HAVE_GETDTABLESIZE.
9960         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
9961
9962 2008-10-05  Bruno Haible  <bruno@clisp.org>
9963
9964         * modules/sched (Makefile.am): Fix typo.
9965         Reported by Simon Josefsson.
9966
9967 2008-10-05  Jim Meyering  <meyering@redhat.com>
9968
9969         bootstrap: check for LT_INIT, too
9970         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
9971         are deprecated.  Suggestion from Ralf Wildenhues.
9972
9973 2008-10-05  Bruno Haible  <bruno@clisp.org>
9974
9975         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
9976         overriding them by ours.
9977         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
9978
9979 2008-10-05  Jim Meyering  <meyering@redhat.com>
9980
9981         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
9982         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
9983         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
9984
9985 2008-10-04  Bruno Haible  <bruno@clisp.org>
9986
9987         * modules/dup2 (License): Change to LGPLv2+.
9988         * modules/sleep (License): Likewise.
9989         * modules/perror (License): Likewise.
9990         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
9991         Blake.
9992         * modules/signal (License): Likewise.
9993         * modules/sigprocmask (License): Likewise.
9994         * modules/raise (License): Change to LGPLv2+, with approval by Jim
9995         Meyering.
9996
9997 2008-10-04  Bruno Haible  <bruno@clisp.org>
9998
9999         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
10000         Reported by Rainer Tammer <tammer@tammer.net>.
10001
10002 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
10003             Bruno Haible  <bruno@clisp.org>
10004
10005         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
10006         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
10007         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
10008
10009 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
10010
10011         filevercmp: new module
10012         * lib/filevercmp.h: New function filevercmp comparing version strings.
10013         * lib/filevercmp.c: Implementation of filevercmp function.
10014         * modules/filevercmp: Module metadata.
10015         * tests/test-filevercmp.c: Unit test for new module.
10016         * modules/filevercmp-tests: Unit test metadata.
10017         * MODULES.html.sh: Add filevercmp module.
10018
10019 2008-10-03  Bruno Haible  <bruno@clisp.org>
10020
10021         * lib/c-ctype.h: Add comment.
10022         Reported by Jim Meyering.
10023
10024 2008-10-02  Bruno Haible  <bruno@clisp.org>
10025
10026         * modules/posix_spawn-internal (Depends-on): Add 'open'.
10027
10028 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
10029
10030         * build-aux/bootstrap: Allow renaming bootstrap, and change the
10031         name of bootstrap.conf accordingly.
10032
10033 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
10034
10035         * build-aux/bootstrap: Install git-merge-changelog configuration
10036         items into .gitconfig if needed.
10037
10038 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
10039
10040         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
10041         git repository, and initialize/update it accordingly.
10042
10043 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
10044
10045         * modules/fsync-tests: New file.
10046         * tests/test-fsync.c: New file.
10047
10048         New module 'fsync'.
10049         * lib/fsync.c: New file.
10050         * m4/fsync.m4: New file.
10051         * modules/fsync: New file.
10052         * lib/unistd.in.h (fsync): New declaration.
10053         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
10054         GNULIB_FSYNC and HAVE_FSYNC.
10055         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
10056         * MODULES.html.sh (posix_functions): Add fsync.
10057         * doc/posix-functions/fsync.texi: Mention the new module.
10058
10059 2008-10-02  Jim Meyering  <meyering@redhat.com>
10060
10061         fts.c: sync with similar code from coreutils' remove.c
10062         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
10063         Guard also with "#if defined __linux__", since for now at least,
10064         this code is Linux-kernel-specific.
10065
10066 2008-10-02  Jim Meyering  <meyering@redhat.com>
10067
10068         fts: bug fixes
10069         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
10070         Include <sys/vfs.h>, not <sys/statfs.h>.
10071
10072         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
10073         Include <sys/vfs.h>, not <sys/statfs.h>.
10074
10075 2008-10-01  Bruno Haible  <bruno@clisp.org>
10076
10077         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
10078         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
10079         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
10080         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
10081         * doc/posix-functions/posix_spawnp.texi: Likewise.
10082         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
10083         whether posix_spawn actually works.
10084         * m4/pipe.m4 (gl_PIPE): Likewise.
10085         * modules/execute (Files): Add m4/posix_spawn.m4.
10086         * modules/pipe (Files): Add m4/posix_spawn.m4.
10087         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
10088
10089 2008-10-01  Jim Meyering  <meyering@redhat.com>
10090
10091         remove trailing spaces
10092         * NEWS: Likewise.
10093         * lib/poll.c (poll): Likewise.
10094         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
10095         * lib/winsock.c (rpl_close): Likewise.
10096         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
10097         * modules/yield: Likewise.
10098         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
10099         * tests/test-sys_select.c (connect_to_socket): Likewise.
10100
10101         fts.c: adjust a new interface to be more generally useful
10102         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
10103         (fts_build): Adjust caller.
10104
10105 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10106
10107         * modules/cond-tests: New file.
10108         * tests/test-cond.c: New file.
10109
10110 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10111             Bruno Haible  <bruno@clisp.org>
10112
10113         * modules/cond (Dependencies): Add errno, time.
10114         * lib/glthread/cond.h: Include <time.h>.
10115         (gl_cond_define, gl_cond_define_initialized): Use the same definition
10116         across platforms.
10117
10118 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10119             Bruno Haible  <bruno@clisp.org>
10120
10121         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
10122
10123 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10124             Bruno Haible  <bruno@clisp.org>
10125
10126         * modules/tls-tests (Depends-on): Add thread, yield.
10127         (configure.ac): Remove all checks.
10128         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
10129         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
10130         gl_thread_self): Remove definitions. Include glthread/thread.h and
10131         glthread/yield.h instead.
10132         (test_tls): Pass an additional NULL argument to gl_thread_join.
10133
10134 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10135             Bruno Haible  <bruno@clisp.org>
10136
10137         * modules/lock-tests (Depends-on): Add thread, yield.
10138         (configure.ac): Remove all checks.
10139         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
10140         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
10141         gl_thread_self): Remove definitions. Include glthread/thread.h and
10142         glthread/yield.h instead.
10143         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
10144         additional NULL argument to gl_thread_join.
10145
10146 2008-09-30  Bruno Haible  <bruno@clisp.org>
10147
10148         Fix the Win32 implementation of the 'thread' module.
10149         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
10150         pointer type.
10151         (gl_thread_self): Invoke gl_thread_self_func.
10152         (gl_thread_self_func): New declaration.
10153         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
10154         (do_init_self_key, init_self_key): New functions.
10155         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
10156         Remove some fields.
10157         (running_threads, running_lock): Remove variables.
10158         (get_current_thread_handle): New function.
10159         (gl_thread_self_func, wrapper_func, glthread_create_func,
10160         glthread_join_func, gl_thread_exit_func): Largely rewritten and
10161         simplified.
10162
10163 2008-09-30  Bruno Haible  <bruno@clisp.org>
10164
10165         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
10166         files.
10167
10168 2008-09-30  Jim Meyering  <meyering@redhat.com>
10169
10170         fts.m4: correct the test for statfs.f_type
10171         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
10172         when checking for statfs.f_type.
10173
10174 2008-09-15  Simon Josefsson  <simon@josefsson.org>
10175
10176         tests: avoid some compiler warnings
10177         * tests/test-memchr.c (main): Pass NULL indirectly.
10178         * tests/test-getdate.c (main): Remove unused variable 'ret'.
10179
10180 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
10181
10182         getdate.y: disallow countable dayshifts like "4 yesterday ago"
10183         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
10184         exactly specified dayshifts.
10185         (dayshift): New rule.
10186         (rel): Add dayshift.
10187         (relative_time_table) [tomorrow, yesterday, today, now]:
10188         Use tDAY_SHIFT in place of tDAY_UNIT.
10189         * tests/test-getdate.c: Add tests for now-disallowed countable
10190         dayshifts, e.g., "4 yesterday ago".
10191
10192 2008-09-29  Bruno Haible  <bruno@clisp.org>
10193
10194         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
10195         * tests/test-posix_spawn1.in.sh: Renamed from
10196         tests/test-posix_spawn.in.sh.
10197         * tests/test-posix_spawn2.c: New file.
10198         * tests/test-posix_spawn2.in.sh: New file.
10199         * modules/posix_spawnp-tests (Files): Update.
10200         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
10201
10202 2008-09-29  Bruno Haible  <bruno@clisp.org>
10203
10204         Propagate effects of putenv/setenv/unsetenv to child processes.
10205         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
10206         * lib/pipe.c (create_pipe): Likewise.
10207
10208 2008-09-29  Bruno Haible  <bruno@clisp.org>
10209
10210         Enable use of shell scripts as executables in mingw.
10211         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
10212         run the program as a shell script.
10213         * lib/pipe.c (create_pipe): Likewise.
10214         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
10215         resulting array.
10216
10217 2008-09-29  Eric Blake  <ebb9@byu.net>
10218
10219         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
10220
10221 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
10222
10223         * doc/posix-functions/accept.texi: Update mingw problems.
10224         * doc/posix-functions/bind.texi: Update mingw problems.
10225         * doc/posix-functions/close.texi: Update mingw problems.
10226         * doc/posix-functions/connect.texi: Update mingw problems.
10227         * doc/posix-functions/getpeername.texi: Update mingw problems.
10228         * doc/posix-functions/getsockname.texi: Update mingw problems.
10229         * doc/posix-functions/getsockopt.texi: Update mingw problems.
10230         * doc/posix-functions/ioctl.texi: Update mingw problems.
10231         * doc/posix-functions/listen.texi: Update mingw problems.
10232         * doc/posix-functions/recv.texi: Update mingw problems.
10233         * doc/posix-functions/recvfrom.texi: Update mingw problems.
10234         * doc/posix-functions/select.texi: Update mingw problems.
10235         * doc/posix-functions/send.texi: Update mingw problems.
10236         * doc/posix-functions/sendto.texi: Update mingw problems.
10237         * doc/posix-functions/setsockopt.texi: Update mingw problems.
10238         * doc/posix-functions/socket.texi: Update mingw problems.
10239
10240 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
10241             Bruno Haible  <bruno@clisp.org>
10242
10243         * lib/sys_select.in.h: Include sys/time.h.
10244         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
10245         * modules/sys_select: Depend on sys_time.
10246         * tests/test-sys_select.c: Test that sys/select.h defines struct
10247         timeval fully.
10248
10249 2008-09-29  Bruno Haible  <bruno@clisp.org>
10250
10251         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
10252         * lib/sys_select.in.h: Likewise.
10253
10254 2008-09-29  Bruno Haible  <bruno@clisp.org>
10255
10256         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
10257
10258 2008-09-29  Bruno Haible  <bruno@clisp.org>
10259
10260         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
10261         Set LIBSOCKET instead of augmenting LIBS.
10262         * modules/sockets (Link): New section.
10263         * modules/sockets-tests (test_sockets_LDADD): New variable.
10264         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
10265         * modules/poll-tests (test_poll_LDADD): New variable.
10266         * NEWS: Document the change.
10267
10268 2008-09-29  Bruno Haible  <bruno@clisp.org>
10269
10270         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
10271         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
10272         ARPA_INET_H directly.
10273         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
10274
10275 2008-09-28  Bruno Haible  <bruno@clisp.org>
10276
10277         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
10278         from gl_HEADER_SYS_SOCKET.
10279         (gl_HEADER_SYS_SOCKET): Invoke it.
10280         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
10281
10282 2008-09-28  Bruno Haible  <bruno@clisp.org>
10283
10284         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
10285         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
10286         Needed on OSF/1 4.0.
10287
10288 2008-09-28  Bruno Haible  <bruno@clisp.org>
10289
10290         Override open more carefully.
10291         * lib/open.c (orig_open): New function.
10292         (rpl_open): Use orig_open instead of open.
10293         * lib/fcntl.in.h: Add special invocation convention.
10294         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
10295         (gl_FUNC_OPEN): Invoke it.
10296
10297         Override freopen more carefully.
10298         * lib/freopen.c (orig_freopen): New function.
10299         (rpl_freopen): Use orig_freopen instead of freopen.
10300         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
10301         (gl_FUNC_FREOPEN): Invoke it.
10302
10303         Override fopen more carefully.
10304         * lib/fopen.c (orig_fopen): New function.
10305         (rpl_fopen): Use orig_fopen instead of fopen.
10306         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
10307         (gl_FUNC_FOPEN): Invoke it.
10308         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
10309
10310 2008-09-28  Bruno Haible  <bruno@clisp.org>
10311
10312         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
10313         SIGPIPE.
10314
10315 2008-09-28  Bruno Haible  <bruno@clisp.org>
10316
10317         * tests/test-sigaction.c (handler, main): Disable the check whether
10318         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
10319         glibc systems with LinuxThreads.
10320
10321 2008-09-28  Bruno Haible  <bruno@clisp.org>
10322
10323         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
10324
10325         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
10326         with AIX xlc.
10327         * lib/fcntl.in.h (open): Likewise.
10328         Reported by Rainer Tammer <tammer@tammer.net>.
10329
10330 2008-09-28  Bruno Haible  <bruno@clisp.org>
10331
10332         * modules/posix_spawnp-tests: New file.
10333         * tests/test-posix_spawn.c: New file.
10334         * tests/test-posix_spawn.in.sh: New file.
10335
10336         New module 'posix_spawnp'.
10337         * modules/posix_spawnp: New file.
10338         * lib/spawnp.c: New file, from GNU libc with modifications.
10339         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
10340
10341         New module 'posix_spawn'.
10342         * modules/posix_spawn: New file.
10343         * lib/spawn.c: New file, from GNU libc with modifications.
10344         * doc/posix-functions/posix_spawn.texi: Mention the new module.
10345
10346         New module 'posix_spawnattr_destroy'.
10347         * modules/posix_spawnattr_destroy: New file.
10348         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
10349         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
10350         module.
10351
10352         New module 'posix_spawnattr_setsigmask'.
10353         * modules/posix_spawnattr_setsigmask: New file.
10354         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
10355         modifications.
10356         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
10357         new module.
10358
10359         New module 'posix_spawnattr_getsigmask'.
10360         * modules/posix_spawnattr_getsigmask: New file.
10361         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
10362         modifications.
10363         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
10364         new module.
10365
10366         New module 'posix_spawnattr_setsigdefault'.
10367         * modules/posix_spawnattr_setsigdefault: New file.
10368         * lib/spawnattr_setdefault.c: New file, from GNU libc with
10369         modifications.
10370         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
10371         new module.
10372
10373         New module 'posix_spawnattr_getsigdefault'.
10374         * modules/posix_spawnattr_getsigdefault: New file.
10375         * lib/spawnattr_getdefault.c: New file, from GNU libc with
10376         modifications.
10377         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
10378         new module.
10379
10380         New module 'posix_spawnattr_setschedpolicy'.
10381         * modules/posix_spawnattr_setschedpolicy: New file.
10382         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
10383         modifications.
10384         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
10385         new module.
10386
10387         New module 'posix_spawnattr_getschedpolicy'.
10388         * modules/posix_spawnattr_getschedpolicy: New file.
10389         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
10390         modifications.
10391         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
10392         new module.
10393
10394         New module 'posix_spawnattr_setschedparam'.
10395         * modules/posix_spawnattr_setschedparam: New file.
10396         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
10397         modifications.
10398         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
10399         new module.
10400
10401         New module 'posix_spawnattr_getschedparam'.
10402         * modules/posix_spawnattr_getschedparam: New file.
10403         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
10404         modifications.
10405         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
10406         new module.
10407
10408         New module 'posix_spawnattr_setpgroup'.
10409         * modules/posix_spawnattr_setpgroup: New file.
10410         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
10411         modifications.
10412         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
10413         module.
10414
10415         New module 'posix_spawnattr_getpgroup'.
10416         * modules/posix_spawnattr_getpgroup: New file.
10417         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
10418         modifications.
10419         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
10420         module.
10421
10422         New module 'posix_spawnattr_setflags'.
10423         * modules/posix_spawnattr_setflags: New file.
10424         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
10425         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
10426         module.
10427
10428         New module 'posix_spawnattr_getflags'.
10429         * modules/posix_spawnattr_getflags: New file.
10430         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
10431         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
10432         module.
10433
10434         New module 'posix_spawnattr_init'.
10435         * modules/posix_spawnattr_init: New file.
10436         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
10437         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
10438         module.
10439
10440         New module 'posix_spawn_file_actions_destroy'.
10441         * modules/posix_spawn_file_actions_destroy: New file.
10442         * lib/spawn_faction_destroy.c: New file, from GNU libc with
10443         modifications.
10444         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
10445         the new module.
10446
10447         New module 'posix_spawn_file_actions_addopen'.
10448         * modules/posix_spawn_file_actions_addopen: New file.
10449         * lib/spawn_faction_addopen.c: New file, from GNU libc with
10450         modifications.
10451         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
10452         the new module.
10453
10454         New module 'posix_spawn_file_actions_adddup2'.
10455         * modules/posix_spawn_file_actions_adddup2: New file.
10456         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
10457         modifications.
10458         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
10459         the new module.
10460
10461         New module 'posix_spawn_file_actions_addclose'.
10462         * modules/posix_spawn_file_actions_addclose: New file.
10463         * lib/spawn_faction_addclose.c: New file, from GNU libc with
10464         modifications.
10465         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
10466         the new module.
10467
10468         New module 'posix_spawn_file_actions_init'.
10469         * modules/posix_spawn_file_actions_init: New file.
10470         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
10471         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
10472         new module.
10473
10474         New module 'posix_spawn-internal'.
10475         * modules/posix_spawn-internal: New file.
10476         * lib/spawn_int.h: New file, from GNU libc with modifications.
10477         * lib/spawni.c: New file, from GNU libc with modifications.
10478         * m4/posix_spawn.m4: New file.
10479
10480         New module 'spawn'.
10481         * modules/spawn: New file.
10482         * lib/spawn.in.h: New file, from GNU libc with modifications.
10483         * m4/spawn_h.m4: New file.
10484         * doc/posix-headers/spawn.texi: Mention the new module.
10485
10486 2008-09-28  Bruno Haible  <bruno@clisp.org>
10487
10488         * modules/sched-tests: New file.
10489         * tests/test-sched.c: New file.
10490
10491         New module 'sched'.
10492         * modules/sched: New file.
10493         * lib/sched.in.h: New file.
10494         * m4/sched_h.m4: New file.
10495         * doc/posix-headers/sched.texi: Mention the new module.
10496
10497 2008-09-27  Eric Blake  <ebb9@byu.net>
10498
10499         Fix previous patch, and tweak references to $0.
10500         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
10501         (func_version, func_gnulib_dir): Don't call this program
10502         gnulib-tool.
10503         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
10504         with using $0 in function.
10505         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
10506         (func_fatal_error): Reuse the name the user invoked us with.
10507
10508 2008-09-27  Bruno Haible  <bruno@clisp.org>
10509
10510         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
10511         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
10512         (gl_ICONV_H): Not here.
10513         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
10514         instead of assigning ICONV_H directly.
10515
10516         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
10517         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
10518         WCHAR_H directly.
10519
10520 2008-09-27  Bruno Haible  <bruno@clisp.org>
10521
10522         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
10523         * modules/arpa_inet (Depends-on): Add link-warning.
10524         (Makefile.am): Insert the definition of GL_LINK-WARNING.
10525         * modules/unistd (Makefile.am): Likewise.
10526
10527 2008-09-26  Bruno Haible  <bruno@clisp.org>
10528
10529         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
10530         variables.
10531         (func_version): Essentially copied from gnulib-tool.
10532         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
10533         func_readlink): Copied from gnulib-tool.
10534
10535 2008-09-26  Bruno Haible  <bruno@clisp.org>
10536
10537         * gnulib-tool (func_version): Change directory to $gnulib_dir before
10538         invoking git-version-gen.
10539
10540 2008-09-26  Bruno Haible  <bruno@clisp.org>
10541
10542         * posix-modules: Update to directory names changed on 2008-01-19.
10543         Remove commas in output before splitting into words. No more need to
10544         avoid 'ftruncate' since 2007-02-19.
10545
10546 2008-09-26  Bruno Haible  <bruno@clisp.org>
10547
10548         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
10549
10550 2008-09-26  Bruno Haible  <bruno@clisp.org>
10551
10552         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
10553         * modules/fwriteerror (Depends-on): Add errno.
10554
10555 2008-09-26  Bruno Haible  <bruno@clisp.org>
10556
10557         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
10558         * tests/test-vc-list-files-cvs.sh: Likewise.
10559
10560 2008-09-26  Bruno Haible  <bruno@clisp.org>
10561
10562         * doc/posix-headers/sys_resource.texi: Reorder items.
10563
10564 2008-09-26  Jim Meyering  <meyering@redhat.com>
10565
10566         fts: tweak inode comparison function
10567         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
10568         inode numbers, as documented.
10569
10570         fts: sort dirent entries on inode number before traversing
10571         This avoids a quadratic, seek-related performance penalty when
10572         operating on a directory containing many entries (measurable at 10k;
10573         3.5 hours at 2 million entries with a cold cache) on certain types
10574         of file systems, including ext3 and ext4, but not tmpfs.
10575         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
10576         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
10577         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
10578         (fs_handles_readdir_ordered_dirents_efficiently): New function.
10579         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
10580         (fts_build): Set the stat.st_ino member from D_INO.
10581         If it is likely to be useful, sort dirent entries on inode number.
10582
10583         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
10584         and the struct statfs.f_type member.
10585         * modules/fts (Depends-on): Add d-ino.
10586
10587 2008-09-26  Bruno Haible  <bruno@clisp.org>
10588
10589         * modules/sigpipe-die (Depends-on): Add sigpipe.
10590
10591         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
10592         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
10593         and GNULIB_STDIO_H_SIGPIPE are set.
10594         * lib/stdio-write.c: New file.
10595         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
10596         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
10597         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
10598         REPLACE_STDIO_WRITE_FUNCS.
10599         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
10600         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
10601         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
10602         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
10603         * modules/stdio (Files): Add lib/stdio-write.c.
10604         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
10605         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
10606         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
10607         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
10608         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
10609         REPLACE_FPRINTF_POSIX.
10610         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
10611         REPLACE_PRINTF_POSIX.
10612         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
10613         REPLACE_VFPRINTF_POSIX.
10614         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
10615         REPLACE_VPRINTF_POSIX.
10616         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
10617         SIGPIPE issue.
10618         * doc/posix-functions/fputc.texi: Likewise.
10619         * doc/posix-functions/fputs.texi: Likewise.
10620         * doc/posix-functions/fwrite.texi: Likewise.
10621         * doc/posix-functions/printf.texi: Likewise.
10622         * doc/posix-functions/putc.texi: Likewise.
10623         * doc/posix-functions/putchar.texi: Likewise.
10624         * doc/posix-functions/puts.texi: Likewise.
10625         * doc/posix-functions/vfprintf.texi: Likewise.
10626         * doc/posix-functions/vprintf.texi: Likewise.
10627
10628         * modules/safe-write (Depends-on): Add write.
10629
10630         * modules/sigpipe-tests: New file.
10631         * tests/test-sigpipe.c: New file.
10632         * tests/test-sigpipe.sh: New file.
10633
10634         * modules/write: New file.
10635         * lib/unistd.in.h: Include <sys/types.h>.
10636         (write): New declaration.
10637         * lib/write.c: New file.
10638         * m4/write.m4: New file.
10639         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10640         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
10641         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
10642         GNULIB_WRITE, REPLACE_WRITE.
10643         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
10644         and the SIGPIPE issue.
10645
10646         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
10647         (raise): New declaration.
10648         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
10649         (ext_signal): New function.
10650         (rpl_raise): New function.
10651         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
10652         GNULIB_SIGNAL_H_SIGPIPE.
10653         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
10654         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
10655
10656         * modules/sigpipe: New file.
10657         * m4/sigpipe.m4: New file.
10658
10659 2008-09-25  Derek Price  <derek@ximbiot.com>
10660             Bruno Haible  <bruno@clisp.org>
10661
10662         * gnulib-tool (func_import): Report all license incompatibilities, not
10663         just the first one.
10664
10665 2008-09-25  Bruno Haible  <bruno@clisp.org>
10666
10667         * gnulib-tool (func_import): When computing the edits, consider not
10668         only the Makefile.ams that exist but also those that will be generated.
10669
10670 2008-09-25  Simon Josefsson  <simon@josefsson.org>
10671
10672         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
10673         fixes gnulib-tool --test warning about duplicate dependency.
10674
10675 2008-09-25  Bruno Haible  <bruno@clisp.org>
10676
10677         * gnulib-tool: Don't ask the user to perform edits in the generated
10678         Makefile.ams.
10679         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
10680         apply to the Makefile.am being generated.
10681         (func_emit_tests_Makefile_am): Execute edits that apply to the
10682         Makefile.am being generated.
10683         (func_import): Setup list of Makefile.am edits before emitting the
10684         Makefile.ams, not at the end.
10685         (func_create_testdir): Update.
10686         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10687
10688 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10689
10690         * gnulib-tool (func_import): Store the --tests-base option in the
10691         comment in gnulib-cache.m4.
10692
10693 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
10694
10695         * NEWS: Document increased portability that sys_select now provides.
10696
10697         * lib/sys_select.in.h: Install select wrapper.
10698         * lib/sys_socket.in.h: Use more descriptive name when there is no
10699         select wrapper.
10700         * lib/winsock-select.c: New.
10701         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
10702         Require gl_HEADER_SYS_SOCKET.
10703         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
10704         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
10705         * tests/test-sys_select.c: Add functional tests.
10706
10707 2008-09-24  Eric Blake  <ebb9@byu.net>
10708
10709         open, fopen: close fd leak in last patch
10710         * lib/open.c (rpl_open): Close fd before returning error.
10711         * lib/fopen.c (rpl_fopen): Close fd before returning error.
10712         * doc/posix-functions/open.texi (open): Document that Irix also
10713         has the bug.
10714         * doc/posix-functions/fopen.texi (fopen): Likewise.
10715         Reported by Paolo Bonzini.
10716
10717 2008-09-24  Bruno Haible  <bruno@clisp.org>
10718
10719         Ensure that a filename ending in a slash cannot be used to access a
10720         non-directory.
10721         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
10722         to check whether it's really a directory.
10723         * lib/fopen.c: Include fcntl.h, unistd.h.
10724         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
10725         and fdopen().
10726         * modules/fopen (Depends-on): Add unistd.
10727         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
10728         * tests/test-fopen.c (main): Likewise.
10729         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
10730         * doc/posix-functions/fopen.texi: Likewise.
10731         Reported by Eric Blake.
10732
10733 2008-09-23  Eric Blake  <ebb9@byu.net>
10734
10735         c-stack: avoid compiler optimizations when provoking overflow
10736         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
10737         recursion harder to optimize, to ensure a stack overflow occurs.
10738         * tests/test-c-stack.c (recurse): Likewise.
10739         Borrowed from libsigsegv.
10740
10741         c-stack: work around Irix sigaltstack bug
10742         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
10743         whether sigaltstack uses wrong end of stack_t (copied in part from
10744         libsigsegv).
10745         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
10746         Irix bug, without requiring an over-allocation.
10747         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
10748         bug.
10749
10750         fopen: document mingw bug on directories
10751         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
10752         not allowing a stream visiting a directory, even though reading
10753         from such a stream is not portable.
10754
10755 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
10756
10757         * lib/poll.c: Rewrite.
10758         * modules/poll: Depend on alloca.
10759
10760 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
10761
10762         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
10763         instead define prototypes for a full set of wrappers.  Ensure
10764         that Cygwin does not use the compatibility code, which is only
10765         for MinGW.
10766         * lib/winsock.c: New.
10767         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
10768         * modules/sys_socket: Add lib/winsock.c.
10769
10770         * modules/poll-tests: Add errno and perror.
10771         * tests/test-poll.c: Use ioctl, not ioctlsocket.
10772
10773 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
10774
10775         * tests/test-poll.c: Downgrade minimum needed Winsock version.
10776
10777 2008-09-23  Bruno Haible  <bruno@clisp.org>
10778
10779         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
10780         * doc/glibc-functions/*: Likewise.
10781
10782 2008-09-23  Simon Josefsson  <simon@josefsson.org>
10783
10784         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
10785         success.
10786
10787 2008-09-22  Eric Blake  <ebb9@byu.net>
10788             Bruno Haible  <bruno@clisp.org>
10789
10790         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
10791         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
10792         supply %A but mishandle pseudo-NaN.
10793         Reported by Simon Josefsson.
10794
10795 2008-09-21  Bruno Haible  <bruno@clisp.org>
10796
10797         * tests/test-lock.c (main): Tweak skip message.
10798         * tests/test-tls.c (main): Likewise.
10799
10800 2008-09-21  Bruno Haible  <bruno@clisp.org>
10801
10802         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
10803         whether 'struct sigaction' has sa_sigaction here...
10804         (gl_PREREQ_SIG_HANDLER_H): ... not here.
10805         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
10806
10807 2008-09-21  Bruno Haible  <bruno@clisp.org>
10808
10809         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
10810         section.
10811         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
10812         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
10813         the new section.
10814         (Support for obsolete systems lacking POSIX:2001): New section.
10815         (String handling <string.h>): Move strdup to the new section.
10816         Suggested by Simon Josefsson and Paolo Bonzini.
10817
10818 2008-09-21  Bruno Haible  <bruno@clisp.org>
10819
10820         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
10821         exponents in %e and %g results on 'long double'. Needed for mingw's
10822         improved *printf functions.
10823         * tests/test-vasprintf-posix.c (test_function): Likewise.
10824         * tests/test-snprintf-posix.h (test_function): Likewise.
10825         * tests/test-sprintf-posix.h (test_function): Likewise.
10826         Reported by Eric Blake.
10827
10828 2008-09-21  Bruno Haible  <bruno@clisp.org>
10829
10830         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
10831         * tests/test-sprintf-posix.h (test_function): Likewise.
10832
10833 2008-09-21  Bruno Haible  <bruno@clisp.org>
10834
10835         * modules/getpass (Depends-on): Add strdup-posix.
10836
10837         New module 'strdup-posix'.
10838         * modules/strdup-posix: New file.
10839         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
10840         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
10841         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10842         REPLACE_STRDUP.
10843         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
10844         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
10845         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10846         strdup-posix.
10847
10848         * modules/strdup (Depends-on): Remove malloc-posix.
10849
10850 2008-09-20  Bruno Haible  <bruno@clisp.org>
10851
10852         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
10853         Wildenhues.
10854
10855 2008-09-20  Bruno Haible  <bruno@clisp.org>
10856
10857         Ensure that wint_t gets defined on IRIX 5.3.
10858         * lib/wchar.in.h (wint_t): Define if not defined by the system.
10859         * lib/wctype.in.h (wint_t): Likewise.
10860         (__wctype_wint_t): Remove type.
10861         (isw*): Use wint_t instead of __wctype_wint_t.
10862         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
10863         * modules/wchar (Files): Add m4/wint_t.m4.
10864         (Makefile.am): Substitute HAVE_WINT_T.
10865         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
10866         * tests/test-wctype.c: Check that wint_t is defined.
10867         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
10868         * doc/posix-headers/wctype.texi: Likewise.
10869         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10870
10871 2008-09-18  Bruno Haible  <bruno@clisp.org>
10872
10873         * gnulib-tool (func_exit): Update comment.
10874
10875 2008-09-18  Simon Josefsson  <simon@josefsson.org>
10876
10877         * modules/getaddrinfo (Depends-on): Remove strdup, this module
10878         assumes strdup exists and does not depend on strdup to return
10879         ENOMEM on out of memory conditions.
10880
10881 2008-09-18  Bruno Haible  <bruno@clisp.org>
10882
10883         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
10884         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
10885         digits for the exponent.
10886
10887 2008-09-18  Jim Meyering  <meyering@redhat.com>
10888             Bruno Haible  <bruno@clisp.org>
10889
10890         * lib/vasnprintf.c (decimal_point_char): Define also if
10891         NEED_PRINTF_INFINITE_LONG_DOUBLE.
10892
10893 2008-09-16  Bruno Haible  <bruno@clisp.org>
10894         and Eric Blake  <ebb9@byu.net>
10895
10896         vasnprintf: support Irix 5.3
10897         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
10898         that mishandle long double infinity.
10899         Reported by Tom G. Christensen.
10900
10901 2008-09-16  Bruno Haible  <bruno@clisp.org>
10902
10903         * doc/glibc-functions/scandir.texi: Mention the function is missing on
10904         Solaris 9.
10905         * doc/glibc-functions/alphasort.texi: Likewise.
10906         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
10907
10908 2008-09-16  Jim Meyering  <meyering@redhat.com>
10909
10910         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
10911         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
10912         a umask modification leak out of a subshell.  Otherwise, the
10913         opensolaris /bin/sh would be accepted and thus cause unwarranted
10914         failures in the coreutils test suite.
10915
10916 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
10917
10918         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
10919         to succeed.
10920
10921 2008-09-16  Jim Meyering  <meyering@redhat.com>
10922
10923         avoid spurious test failure when library is built without ACL support
10924         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
10925         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
10926         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
10927         * tests/test-copy-acl.sh: Likewise.
10928
10929 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10930
10931         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
10932         based on character occurrence counts.
10933
10934 2008-09-15  Eric Blake  <ebb9@byu.net>
10935
10936         tests: avoid some compiler warnings
10937         * tests/test-memchr.c (main): Pass NULL indirectly.
10938         * tests/test-closein.c (main): Avoid unused variable.
10939
10940 2008-09-15  Bruno Haible  <bruno@clisp.org>
10941
10942         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
10943         are missing on OpenBSD 4.0 individually.
10944         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10945
10946 2008-09-15  Bruno Haible  <bruno@clisp.org>
10947
10948         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
10949         * doc/posix-functions/strerror.texi: Mention also Cygwin.
10950         * doc/posix-functions/perror.texi: Likewise.
10951         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
10952         is missing.
10953         Reported by Eric Blake.
10954
10955         * lib/errno.in.h: Use replacement values >= 2000.
10956         Reported by Eric Blake.
10957
10958 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10959
10960         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
10961         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
10962         limit.
10963         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
10964         compareseq was aborted.
10965
10966 2008-09-14  Bruno Haible  <bruno@clisp.org>
10967
10968         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
10969         yvec_edit_count.
10970         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
10971         (fstrcmp_bounded): Simplify result computation accordingly.
10972
10973 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10974
10975         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
10976         (fstrcmp): Define in terms of fstrcmp_bounded.
10977         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
10978         lower_bound argument.
10979         Return quickly if the result is certainly < lower_bound.
10980         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
10981
10982 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10983
10984         * lib/diffseq.h (EARLY_ABORT): New macro.
10985         (compareseq): Change return type to bool. Return true when EARLY_ABORT
10986         evaluates to true.
10987
10988 2008-09-14  Bruno Haible  <bruno@clisp.org>
10989
10990         * modules/perror-tests: New file.
10991         * tests/test-perror.sh: New file.
10992         * tests/test-perror.c: New file.
10993
10994         New module 'perror'.
10995         * lib/stdio.in.h (perror): New declaration.
10996         * lib/perror.c: New file.
10997         * m4/perror.m4: New file.
10998         * modules/perror: New file.
10999         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
11000         * doc/posix-functions/perror.texi: Mention the perror module.
11001         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
11002         REPLACE_PERROR.
11003         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
11004         REPLACE_PERROR.
11005
11006 2008-09-14  Bruno Haible  <bruno@clisp.org>
11007
11008         * modules/stdio (Makefile.am): Reorder to match the order in
11009         lib/stdio.in.h.
11010         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11011
11012 2008-09-13  Bruno Haible  <bruno@clisp.org>
11013
11014         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
11015
11016 2008-09-13  Bruno Haible  <bruno@clisp.org>
11017
11018         Extend strerror to cover the added errno values.
11019         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
11020         (rpl_strerror): Provide error messages for the added errno values and
11021         for the WSA* values.
11022         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
11023         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
11024         strerror.
11025         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
11026         * modules/strerror (Depends-on): Add errno.
11027         * doc/posix-functions/strerror.texi: Document the change.
11028         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
11029         and EOVERFLOW.
11030
11031 2008-09-13  Bruno Haible  <bruno@clisp.org>
11032
11033         * modules/EOVERFLOW: Remove file.
11034         * m4/eoverflow.m4: Remove file.
11035         * modules/EOVERFLOW-tests: Remove file.
11036         * tests/test-EOVERFLOW.c: Remove file.
11037         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
11038         * modules/ftell (Depends-on): Likewise.
11039         * modules/getdelim (Depends-on): Likewise.
11040         * modules/getugroups (Depends-on): Likewise.
11041         * modules/poll (Depends-on): Likewise.
11042         * modules/snprintf (Depends-on): Likewise.
11043         * modules/sprintf-posix (Depends-on): Likewise.
11044         * modules/vasnprintf (Depends-on): Likewise.
11045         * modules/vasprintf (Depends-on): Likewise.
11046         * modules/vfprintf-posix (Depends-on): Likewise.
11047         * modules/vsnprintf (Depends-on): Likewise.
11048         * modules/vsprintf-posix (Depends-on): Likewise.
11049         * modules/xvasprintf (Depends-on): Likewise.
11050         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
11051         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
11052         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
11053         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
11054         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
11055         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
11056         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
11057         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
11058         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
11059         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
11060         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
11061         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
11062         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
11063         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
11064         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
11065         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
11066         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
11067         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
11068         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
11069         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
11070         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
11071         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
11072         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
11073         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
11074         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
11075         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
11076         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
11077         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
11078         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
11079         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
11080         * MODULES.html.sh: Remove EOVERFLOW.
11081         * NEWS: Mention the change.
11082
11083 2008-09-13  Bruno Haible  <bruno@clisp.org>
11084
11085         * modules/errno-tests: New file.
11086         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
11087
11088         * lib/errno.in.h: New file.
11089         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
11090         * modules/errno: New file.
11091         * doc/posix-headers/errno.texi: Update documentation.
11092         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
11093
11094 2008-09-13  Bruno Haible  <bruno@clisp.org>
11095
11096         * tests/test-poll.c: Use #if for native Windows, rather than testing
11097         __MSVCRT__.
11098
11099 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11100             Bruno Haible  <bruno@clisp.org>
11101
11102         * lib/glob.c: Don't include <pwd.h> on native Windows.
11103         (WINDOWS32): New macro.
11104         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
11105
11106 2008-09-13  Bruno Haible  <bruno@clisp.org>
11107
11108         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
11109         (ETIMEDOUT): Remove macro.
11110         (glthread_cond_timedwait_multithreaded): New declaration.
11111         (glthread_cond_timedwait): Use it.
11112         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
11113         (glthread_cond_timedwait_multithreaded): New function.
11114
11115 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
11116
11117         * modules/poll-tests: Do not check for io.h.
11118         * tests/test-poll.c: Check for __MSVCRT__ instead.
11119
11120 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
11121
11122         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
11123         * modules/poll-tests: Add inet_pton, stdbool, sockets.
11124         * tests/test-poll.c: Use them.  Use _pipe on Windows.
11125
11126 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
11127
11128         * modules/poll-tests: New.
11129         * tests/test-poll.c: New.
11130
11131 2008-09-12  Eric Blake  <ebb9@byu.net>
11132
11133         frexp: test for NetBSD failure on -0.0
11134         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
11135         not all, bugs from NetBSD 3.0 have been fixed.
11136         * doc/posix-functions/frexp.texi (frexp): Document bug.
11137         Reported by Thomas Klausner.
11138
11139         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
11140         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
11141         literal -0.0.
11142         Reported by Jonathan C. Patschke <jp@centtech.com>.
11143
11144 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11145
11146         * lib/glthread/cond.h: Use dummy implementation also if
11147         USE_WIN32_THREADS.
11148
11149 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11150
11151         * modules/fnmatch-posix (License): Change to LGPLv2+.
11152         * modules/fnmatch-gnu (License): Likewise.
11153
11154 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11155
11156         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
11157
11158 2008-09-11  Jim Meyering  <meyering@redhat.com>
11159
11160         * users.txt: Add gtk-vnc.
11161
11162 2008-09-08  Simon Josefsson  <simon@josefsson.org>
11163
11164         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
11165         rotate amounts.
11166
11167         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
11168         required for 16-bit and 8-bit rotates.
11169         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
11170         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
11171         UINT8_MAX instead of hard-coded constants.
11172         Suggested by Paul Eggert.
11173
11174 2008-09-07  Bruno Haible  <bruno@clisp.org>
11175
11176         * tests/test-striconveh.c (main): Check behaviour when converting from
11177         UTF-7.
11178
11179         Make striconveh work better with stateful encodings.
11180         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
11181         that iconv does not increment the inptr when returning -1/EINVAL.
11182
11183 2008-09-07  Bruno Haible  <bruno@clisp.org>
11184
11185         * build-aux/config.rpath: Update according to libtool-2.2.6.
11186         * build-aux/config.libpath: Likewise.
11187
11188 2008-09-06  Bruno Haible  <bruno@clisp.org>
11189
11190         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
11191         * lib/freadptr.c (freadptr): Likewise.
11192         * lib/freadseek.c (freadptrinc): Likewise.
11193         Reported by Simon Josefsson.
11194
11195 2008-09-06  Bruno Haible  <bruno@clisp.org>
11196
11197         * modules/freadptr (License): Change to LGPLv2+.
11198         * modules/freadseek (License): Likewise.
11199         Suggested by Eric Blake.
11200
11201         * modules/memchr2 (License): Change to LGPLv2+.
11202         Approved by Eric Blake.
11203
11204 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11205             Bruno Haible  <bruno@clisp.org>
11206
11207         Make gnulib-tool work with native 'sed' on AIX.
11208         * gnulib-tool (sed_noop): New variable.
11209         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
11210         func_add_or_update, func_create_testdir): Use it to initialize sed
11211         script variables.
11212         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
11213
11214 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
11215             Bruno Haible  <bruno@clisp.org>
11216
11217         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
11218         also works after #include directives.
11219
11220 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
11221
11222         getdate.y: reject an out-of-range timezone value
11223         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
11224         the range [-24...+24].  When specified with only one or two digits,
11225         * tests/test-getdate.c: Tests for the fix.
11226         * doc/getdate.texi: Document this change.
11227
11228 2008-09-03  Bruno Haible  <bruno@clisp.org>
11229
11230         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
11231
11232 2008-09-02  Simon Josefsson  <simon@josefsson.org>
11233
11234         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
11235         <bruce.korb@gmail.com> with ideas from Ben Pfaff
11236         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
11237         Blake <ebb9@byu.net>.
11238
11239         * tests/test-bitrotate.c: Add more test vectors.
11240
11241 2008-09-02  Eric Blake  <ebb9@byu.net>
11242
11243         vasnprintf-posix: handle large precision via %.*d
11244         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
11245         when handling it ourselves.
11246         * tests/test-vasnprintf-posix.c (test_function): Add test.
11247         * tests/test-snprintf-posix.h (test_function): Likewise.
11248         * tests/test-sprintf-posix.h (test_function): Likewise.
11249         * tests/test-vasprintf-posix.c (test_function): Likewise.
11250         Reported by Alain Guibert.
11251
11252 2008-09-01  Eric Blake  <ebb9@byu.net>
11253
11254         c-stack: make configure-time check more robust
11255         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
11256         successful sigaction call.
11257         Reported by Tom G. Christensen.
11258
11259 2008-09-01  Bruno Haible  <bruno@clisp.org>
11260
11261         New module 'findprog-lgpl'.
11262         * modules/findprog-lgpl: New file.
11263         * lib/findprog-lgpl.c: New file.
11264         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
11265         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
11266         to decide whether to use strdup or xstrdup, concatenated_filename or
11267         xconcatenated_filename.
11268
11269 2008-09-01  Bruno Haible  <bruno@clisp.org>
11270
11271         Split module 'concat-filename' into 'concat-filename' (LGPL) and
11272         'xconcat-filename' (GPL).
11273         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
11274         (License): Change to LGPLv2+.
11275         * modules/xconcat-filename: New file.
11276         * lib/concat-filename.h (concatenated_filename): Change specification.
11277         (xconcatenated_filename): New declaration.
11278         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
11279         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
11280         memory situations.
11281         * lib/xconcat-filename.c: New file.
11282         * NEWS: Mention the change.
11283         * lib/findprog.c: Include concat-filename.h, not filename.h.
11284         (find_in_path): Use xconcatenated_filename instead of
11285         concatenated_filename.
11286         * lib/javacomp.c: Include concat-filename.h, not filename.h.
11287         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
11288         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
11289         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
11290         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
11291         instead of concatenated_filename.
11292         * lib/javaexec.c: Include concat-filename.h, not filename.h.
11293         (execute_java_class): Use xconcatenated_filename instead of
11294         concatenated_filename.
11295         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
11296         * modules/javacomp (Depends-on): Likewise.
11297         * modules/javaexec (Depends-on): Likewise.
11298
11299 2008-09-01  Bruno Haible  <bruno@clisp.org>
11300
11301         Split module 'filename' into 'filename' and 'concat-filename'.
11302         * modules/filename: Keep only lib/filename.h.
11303         (License): Change to LGPLv2+.
11304         * modules/concat-filename: New file, extracted from modules/filename.
11305         * lib/filename.h (concatenated_filename): Remove declaration.
11306         * lib/concat-filename.h: New file, extracted from lib/filename.h.
11307         * lib/concat-filename.c: Include concat-filename.h.
11308         * NEWS: Mention the change.
11309
11310 2008-09-01  Simon Josefsson  <simon@josefsson.org>
11311
11312         * lib/bitrotate.h (rotl8, rotr8): Add.
11313
11314         * modules/bitrotate (configure.ac): Need
11315         AC_REQUIRE([AC_C_INLINE]).
11316         (Description): Mention stdint.h.  Reported by Bruno Haible
11317         <bruno@clisp.org>.
11318
11319         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
11320         Paolo Bonzini <bonzini@gnu.org>.
11321
11322 2008-08-31  Bruno Haible  <bruno@clisp.org>
11323
11324         Assume Solaris specific bi-arch conventions on Solaris systems.
11325         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
11326         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
11327         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
11328         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
11329         like acl_libdirstem.
11330         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
11331         acl_libdirstem.
11332         * NEWS: Mention the change.
11333         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
11334
11335 2008-08-31  Jim Meyering  <meyering@redhat.com>
11336
11337         * lib/strftime.h: Add comments describing the two added arguments.
11338
11339         remove duplicate #include directives
11340         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
11341         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
11342
11343 2008-08-31  Bruno Haible  <bruno@clisp.org>
11344
11345         New module 'sigpipe-die'.
11346         * modules/sigpipe-die: New file.
11347         * lib/sigpipe-die.h: New file.
11348         * lib/sigpipe-die.c: New file.
11349         * MODULES.html.sh (Signal handling): Add sigpipe-die.
11350
11351 2008-08-31  Bruno Haible  <bruno@clisp.org>
11352
11353         Don't override previously installed signal handlers.
11354         * lib/fatal-signal.c (saved_sigactions): New variable.
11355         (uninstall_handlers): Reset the signal to the saved handler, not
11356         to SIG_DFL (except when ignored).
11357         (install_handlers): Save the previous handlers.
11358
11359 2008-08-30  Bruno Haible  <bruno@clisp.org>
11360
11361         * gnulib-tool (func_reset_sigpipe): New function.
11362         (func_get_automake_snippet, func_modules_transitive_closure,
11363         func_import): Invoke it before a join command that reads from stdin,
11364         to avoid "echo: write error: Broken pipe" error messages on stderr.
11365         Reported by Sam Steingold <sds@gnu.org>.
11366
11367 2008-08-30  Bruno Haible  <bruno@clisp.org>
11368
11369         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
11370         Code copied from m4/open.m4.
11371         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
11372         access and the filename ends in a slash. Code copied from lib/open.c.
11373         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
11374         * tests/test-fopen.c (main): Check against bug with trailing slash.
11375
11376 2008-08-29  Bruno Haible  <bruno@clisp.org>
11377
11378         Avoid some "gcc -pedantic" warnings.
11379         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
11380         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
11381         * lib/dirent.in.h: Likewise.
11382         * lib/fcntl.in.h: Likewise.
11383         * lib/float.in.h: Likewise.
11384         * lib/iconv.in.h: Likewise.
11385         * lib/inttypes.in.h: Likewise.
11386         * lib/locale.in.h: Likewise.
11387         * lib/math.in.h: Likewise.
11388         * lib/netinet_in.in.h: Likewise.
11389         * lib/search.in.h: Likewise.
11390         * lib/signal.in.h: Likewise.
11391         * lib/stdarg.in.h: Likewise.
11392         * lib/stdint.in.h: Likewise.
11393         * lib/stdio.in.h: Likewise.
11394         * lib/stdlib.in.h: Likewise.
11395         * lib/string.in.h: Likewise.
11396         * lib/strings.in.h: Likewise.
11397         * lib/sys_select.in.h: Likewise.
11398         * lib/sys_socket.in.h: Likewise.
11399         * lib/sys_stat.in.h: Likewise.
11400         * lib/sys_time.in.h: Likewise.
11401         * lib/sysexits.in.h: Likewise.
11402         * lib/time.in.h: Likewise.
11403         * lib/unistd.in.h: Likewise.
11404         * lib/wchar.in.h: Likewise.
11405         * lib/wctype.in.h: Likewise.
11406         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
11407         * modules/fchdir (Makefile.am): Likewise.
11408         * modules/fcntl (Makefile.am): Likewise.
11409         * modules/float (Makefile.am): Likewise.
11410         * modules/iconv_open (Makefile.am): Likewise.
11411         * modules/inttypes (Makefile.am): Likewise.
11412         * modules/locale (Makefile.am): Likewise.
11413         * modules/math (Makefile.am): Likewise.
11414         * modules/netinet_in (Makefile.am): Likewise.
11415         * modules/search (Makefile.am): Likewise.
11416         * modules/signal (Makefile.am): Likewise.
11417         * modules/stdarg (Makefile.am): Likewise.
11418         * modules/stdint (Makefile.am): Likewise.
11419         * modules/stdio (Makefile.am): Likewise.
11420         * modules/stdlib (Makefile.am): Likewise.
11421         * modules/string (Makefile.am): Likewise.
11422         * modules/strings (Makefile.am): Likewise.
11423         * modules/sys_select (Makefile.am): Likewise.
11424         * modules/sys_socket (Makefile.am): Likewise.
11425         * modules/sys_stat (Makefile.am): Likewise.
11426         * modules/sys_time (Makefile.am): Likewise.
11427         * modules/sysexits (Makefile.am): Likewise.
11428         * modules/time (Makefile.am): Likewise.
11429         * modules/unistd (Makefile.am): Likewise.
11430         * modules/wchar (Makefile.am): Likewise.
11431         * modules/wctype (Makefile.am): Likewise.
11432         Reported by Reuben Thomas <rrt@sc3d.org>.
11433
11434 2008-08-29  Bruno Haible  <bruno@clisp.org>
11435
11436         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
11437         any more.
11438
11439 2008-08-29  Simon Josefsson  <simon@josefsson.org>
11440
11441         * MODULES.html.sh (Misc): Add bitrotate.
11442
11443         * modules/bitrotate: New file.
11444
11445         * lib/bitrotate.h: New file.
11446
11447         * modules/bitrotate-tests: New file.
11448
11449         * tests/test-bitrotate.c: New file.
11450
11451         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
11452         on the bitrotate module.
11453
11454         * lib/arctwo.c: Use new bitrotate module.
11455
11456 2008-08-29  Jim Meyering  <meyering@redhat.com>
11457
11458         bootstrap: merge changes from coreutils
11459         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
11460         of copied files.  Remove a kludge, now that this is fixed.
11461         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
11462         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
11463         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
11464
11465 2008-08-29  Bruno Haible  <bruno@clisp.org>
11466
11467         * MODULES.html.sh: Remove --cvs-urls option.
11468
11469 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
11470
11471         maint.mk: adjust to file name change
11472         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
11473
11474 2008-08-28  Jim Meyering  <meyering@redhat.com>
11475
11476         * modules/getndelim2 (License): Relicense to LGPLv2+.
11477         Approved by Richard Stallman for the version of 1995, and by
11478         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
11479
11480 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
11481
11482         * lib/getdelim.c (flockfile, funlockfile): Make all of them
11483         dummy if one is not available.  Do not touch them if
11484         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
11485         (getc_maybe_unlocked): New.
11486         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
11487
11488 2008-08-26  Eric Blake  <ebb9@byu.net>
11489
11490         doc/INSTALL: resync from autoconf
11491         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
11492         (INSTALL_PRELUDE): Delete; this is done more efficiently by
11493         moving...
11494         * install.texi [!autoconf]: ...here.  Resync from autoconf.
11495         * INSTALL: Regenerate.
11496         * INSTALL.ISO: New file.
11497         * INSTALL.UTF-8: Likewise.
11498
11499 2008-08-26  Jim Meyering  <meyering@redhat.com>
11500
11501         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
11502         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
11503         these definitions conditional, so that they may be overridden, too.
11504
11505 2008-08-26  Bruno Haible  <bruno@clisp.org>
11506
11507         Generate INSTALL file variants with prettier quotes.
11508         * doc/Makefile (INSTALL_PRELUDE): New macro.
11509         (INSTALL): Use it.
11510         (INSTALL.ISO, INSTALL.UTF-8): New rules.
11511
11512 2008-08-26  Bruno Haible  <bruno@clisp.org>
11513
11514         Run makeinfo in an English locale.
11515         * doc/Makefile (MAKEINFO): New variable.
11516
11517 2008-08-26  Bruno Haible  <bruno@clisp.org>
11518
11519         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
11520         Suggested by Eric Blake.
11521
11522 2008-08-25  Bruno Haible  <bruno@clisp.org>
11523
11524         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
11525
11526 2008-08-25  Eric Blake  <ebb9@byu.net>
11527
11528         c-stack: test that stack overflow can be caught
11529         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
11530         that platform allows handling stack overflow; at least OS/2 EMX
11531         has sigaltstack, but crashes before transferring control to
11532         handler on stack overflow.
11533         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
11534         check for HAVE_STACK_OVERFLOW_HANDLING.
11535         Reported by Elbert Pol.
11536
11537 2008-08-25  Bruno Haible  <bruno@clisp.org>
11538
11539         * doc/posix-functions/strftime.texi: Fix description of strftime
11540         module.
11541
11542 2008-08-24  Bruno Haible  <bruno@clisp.org>
11543
11544         * tests/uniwidth/test-uc_width2.c: New file.
11545         * tests/uniwidth/test-uc_width2.sh: New file.
11546         * modules/uniwidth/width-tests (Files): Add the new files.
11547         (TESTS): Add uniwidth/test-uc_width2.sh.
11548         (TESTS_ENVIRONMENT): New variable.
11549         (check_PROGRAMS): Add test-uc_width2.
11550         (test_uc_width2_SOURCES): New variable.
11551
11552         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
11553         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
11554         not 0x00AB.
11555         Reported by Alexander V. Lukyanov <lav@netis.ru>.
11556
11557 2008-08-22  Eric Blake  <ebb9@byu.net>
11558
11559         test-lock, test-tls: mention why a test is skipped
11560         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
11561         skipped.
11562         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
11563
11564         count-one-bits: relax license
11565         * modules/count-one-bits (License): Relicense to LGPLv2+.
11566         Suggested by Ludovic Courtès, approved by Ben Pfaff.
11567
11568 2008-08-22  Andreas Schwab  <schwab@suse.de>
11569
11570         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
11571         Remove spurious space in assignment.
11572
11573 2008-08-21  Simon Josefsson  <simon@josefsson.org>
11574
11575         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
11576         Paul Eggert <eggert@CS.UCLA.EDU>.
11577
11578 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
11579
11580         * modules/gettext: Add m4/threadlib.m4.
11581
11582 2008-08-19  Eric Blake  <ebb9@byu.net>
11583
11584         test-c-stack: fix compilation failure on FreeBSD 5.0
11585         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
11586         headers before <sys/resource.h>.
11587         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
11588         the bug.
11589         Reported by Nelson H. F. Beebe.
11590
11591         strverscmp: migrate from "strverscmp.h" to <string.h>
11592         * modules/string (Makefile.am): Add new hooks.
11593         * modules/strverscmp (Files): Remove strverscmp.h.
11594         (Depends-on): Add string.
11595         (configure.ac): Add indicator.
11596         (Include): Mention new header.
11597         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
11598         defaults.
11599         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
11600         results.
11601         * lib/strverscmp.h: Delete.
11602         * lib/string.in.h (strverscmp): Provide declaration, when needed.
11603         * tests/test-strverscmp.c (includes): Adjust client.
11604         * lib/check-version.c (includes): Likewise.
11605         * NEWS: Document the change.
11606
11607         strverscmp: add unit test
11608         * modules/strverscmp-tests: New file.
11609         * tests/test-strverscmp.c: Likewise.
11610
11611 2008-08-19  Simon Josefsson  <simon@josefsson.org>
11612
11613         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
11614         regarding Windows crypto stuff, from Mono.
11615
11616 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
11617
11618         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
11619         if present, for intel RND.  Return error on failures.
11620
11621 2008-08-18  Ben Pfaff  <blp@gnu.org>
11622
11623         gitlog-to-changelog: give better diagnostic for failed pipe-open
11624         * build-aux/gitlog-to-changelog: Improve error message: suggest
11625         that the version of Git may be too old.
11626
11627 2008-08-18  Simon Josefsson  <simon@josefsson.org>
11628
11629         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
11630         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
11631
11632 2008-08-18  Bruno Haible  <bruno@clisp.org>
11633
11634         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
11635         pthread_in_use().
11636
11637 2008-08-18  Bruno Haible  <bruno@clisp.org>
11638
11639         * lib/glthread/threadlib.c: Include <pthread.h>.
11640
11641 2008-08-18  Bruno Haible  <bruno@clisp.org>
11642
11643         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
11644         glthread_recursive_lock_* macros.
11645         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
11646         Fix syntax error.
11647
11648 2008-08-18  Bruno Haible  <bruno@clisp.org>
11649
11650         * lib/glthread/thread.c: Avoid forcing a context switch right after
11651         thread creation.
11652
11653 2008-08-17  Bruno Haible  <bruno@clisp.org>
11654
11655         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
11656         * lib/glthread/thread.h: Provide Win32 specific implementation.
11657         * modules/thread (Files): Add lib/glthread/thread.c.
11658         (Depends-on): Add lock.
11659         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
11660
11661 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11662
11663         New module 'yield'.
11664         * modules/yield: New file.
11665         * lib/glthread/yield.h: New file.
11666         * m4/yield.m4: New file.
11667         * MODULES.html.sh (Multithreading): Add yield.
11668
11669 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11670
11671         New module 'thread'.
11672         * modules/thread: New file.
11673         * lib/glthread/thread.h: New file.
11674         * m4/thread.m4: New file.
11675         * MODULES.html.sh (Multithreading): Add thread.
11676
11677 2008-08-17  Bruno Haible  <bruno@clisp.org>
11678
11679         * lib/glthread/lock.h: Include <stdlib.h> always.
11680         * lib/glthread/tls.h: Likewise.
11681         * lib/glthread/cond.h: Likewise.
11682
11683 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11684
11685         New module 'cond'.
11686         * modules/cond: New file.
11687         * lib/glthread/cond.h: New file.
11688         * lib/glthread/cond.c: New file.
11689         * m4/cond.m4: New file.
11690         * MODULES.html.sh (Multithreading): Add cond.
11691
11692 2008-08-16  Eric Blake  <ebb9@byu.net>
11693
11694         c-stack: fix regression on Irix 5.3 from 2008-06-21
11695         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
11696         sa_sigaction...
11697         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
11698         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
11699         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
11700         * modules/signal (Makefile.am): Use the value.
11701         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
11702         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
11703         * doc/posix-headers/signal.texi (signal.h): Document this
11704         portability issue.
11705         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
11706         Reported by Tom G. Christensen.
11707
11708 2008-08-17  Bruno Haible  <bruno@clisp.org>
11709
11710         New module 'threadlib'.
11711         * modules/threadlib: New file.
11712         * lib/glthread/threadlib.c: New file, extracted from
11713         lib/glthread/lock.c.
11714         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
11715         functions.
11716         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
11717         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
11718         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
11719         macros.
11720         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
11721         (gl_DISABLE_THREADS): Remove macro.
11722         * modules/lock (Files): Remove build-aux/config.rpath.
11723         (Depends-on): Remove havelib. Add threadlib.
11724         (configure.ac-early): Remove section.
11725         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
11726         * modules/tls (Depends-on): Remove lock. Add threadlib.
11727         (Link): New section, copied from threadlib.
11728         * MODULES.html.sh (Multithreading): Add threadlib.
11729
11730 2008-08-14  Bruno Haible  <bruno@clisp.org>
11731
11732         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
11733         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
11734         glthread_rwlock_unlock, glthread_rwlock_destroy,
11735         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
11736         glthread_recursive_lock_destroy): Define as macros always.
11737         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
11738         glthread_lock_lock.
11739         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
11740         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
11741         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
11742         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
11743         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
11744         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
11745         (glthread_recursive_lock_lock_func): Renamed from
11746         glthread_recursive_lock_lock.
11747         (glthread_recursive_lock_unlock_func): Renamed from
11748         glthread_recursive_lock_unlock.
11749         (glthread_recursive_lock_destroy_func): Renamed from
11750         glthread_recursive_lock_destroy.
11751
11752 2008-08-14  Bruno Haible  <bruno@clisp.org>
11753
11754         * lib/glthread/lock.h: Renamed from lib/lock.h.
11755         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
11756         * lib/glthread/tls.h: Renamed from lib/tls.h.
11757         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
11758         * lib/fstrcmp.c: Update includes.
11759         * lib/strsignal.c: Update includes.
11760         * modules/lock (Files, Makefile.am): Update.
11761         (Include): Change to "glthread/lock.h".
11762         * modules/tls (Files, Makefile.am): Update.
11763         (Include): Change to "glthread/tls.h".
11764         * tests/test-lock.c: Update includes.
11765         * tests/test-tls.c: Update includes.
11766         * NEWS: Mention the renamed header files.
11767
11768 2008-08-11  Jim Meyering  <meyering@redhat.com>
11769
11770         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
11771
11772 2008-08-11  Eric Blake  <ebb9@byu.net>
11773
11774         test-c-stack: avoid C99-ism
11775         * tests/test-c-stack.c (main): Fix whitespace, move declaration
11776         before statement.
11777         Reported by Alain Guibert.
11778
11779 2008-08-10  Jim Meyering  <meyering@redhat.com>
11780
11781         ensure that return value of uinttostr et al are not ignored
11782         * lib/inttostr.h (__GNUC_PREREQ): Define.
11783         (__attribute_warn_unused_result__): Define.
11784         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
11785
11786 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
11787
11788         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
11789         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
11790
11791 2008-08-07  Jim Meyering  <meyering@redhat.com>
11792
11793         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
11794
11795         * modules/mkstemp (License): Relicense under LGPLv2+.
11796         * modules/tempname (License): Likewise.
11797
11798 2008-08-06  Bruno Haible  <bruno@clisp.org>
11799
11800         * lib/poll.c (poll): Further micro-optimization.
11801
11802 2008-08-06  Jim Meyering  <meyering@redhat.com>
11803
11804         inet_pton.c: use locale-independent tolower
11805         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
11806         (inet_pton6): Use c_tolower rather than tolower.
11807         * modules/inet_pton (Depends-on): Add c-ctype.
11808
11809 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
11810
11811         * lib/poll.c (poll): Avoid division when timeout is 0, cache
11812         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
11813
11814 2008-08-06  Jim Meyering  <meyering@redhat.com>
11815
11816         * modules/inet_pton (License): Relicense under LGPLv2+.
11817
11818 2008-08-03  Bruno Haible  <bruno@clisp.org>
11819
11820         Additional non-aborting API for lock and tls.
11821         * lib/lock.h: Include <errno.h>.
11822         (glthread_lock_init): New macro/function.
11823         (gl_lock_init): Define as wrapper around glthread_lock_init.
11824         (glthread_lock_lock): New macro/function.
11825         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
11826         (glthread_lock_unlock): New macro/function.
11827         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
11828         (glthread_lock_destroy): New macro/function.
11829         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
11830         (glthread_rwlock_init): New macro/function.
11831         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
11832         (glthread_rwlock_rdlock): New macro/function.
11833         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
11834         (glthread_rwlock_wrlock): New macro/function.
11835         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
11836         (glthread_rwlock_unlock): New macro/function.
11837         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
11838         (glthread_rwlock_destroy): New macro/function.
11839         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
11840         (glthread_recursive_lock_init): New macro/function.
11841         (gl_recursive_lock_init): Define as wrapper around
11842         glthread_recursive_lock_init.
11843         (glthread_recursive_lock_lock): New macro/function.
11844         (gl_recursive_lock_lock): Define as wrapper around
11845         glthread_recursive_lock_lock.
11846         (glthread_recursive_lock_unlock): New macro/function.
11847         (gl_recursive_lock_unlock): Define as wrapper around
11848         glthread_recursive_lock_unlock.
11849         (glthread_recursive_lock_destroy): New macro/function.
11850         (gl_recursive_lock_destroy): Define as wrapper around
11851         glthread_recursive_lock_destroy.
11852         (glthread_once): New macro/function.
11853         (gl_once): Define as wrapper around glthread_once.
11854         Update function declarations.
11855         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
11856         glthread_rwlock_init. Return error code.
11857         (glthread_rwlock_rdlock_multithreaded): Renamed from
11858         glthread_rwlock_rdlock. Return error code.
11859         (glthread_rwlock_wrlock_multithreaded): Renamed from
11860         glthread_rwlock_wrlock. Return error code.
11861         (glthread_rwlock_unlock_multithreaded): Renamed from
11862         glthread_rwlock_unlock. Return error code.
11863         (glthread_rwlock_destroy_multithreaded): Renamed from
11864         glthread_rwlock_destroy. Return error code.
11865         (glthread_recursive_lock_init_multithreaded): Renamed from
11866         glthread_recursive_lock_init. Return error code.
11867         (glthread_recursive_lock_lock_multithreaded): Renamed from
11868         glthread_recursive_lock_lock. Return error code.
11869         (glthread_recursive_lock_unlock_multithreaded): Renamed from
11870         glthread_recursive_lock_unlock. Return error code.
11871         (glthread_recursive_lock_destroy_multithreaded): Renamed from
11872         glthread_recursive_lock_destroy. Return error code.
11873         (glthread_once_call): Make static.
11874         (glthread_once_multithreaded): Renamed from glthread_once.
11875         * lib/tls.h: Include <errno.h>.
11876         (glthread_tls_key_init): New macro/function.
11877         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
11878         (glthread_tls_set): New macro/function.
11879         (gl_tls_set): Define as wrapper around glthread_tls_set.
11880         (glthread_tls_key_destroy): New macro/function.
11881         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
11882         Update function declarations.
11883         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
11884         glthread_tls_get.
11885         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
11886
11887 2008-08-04  Eric Blake  <ebb9@byu.net>
11888
11889         gnumakefile: use space, not TAB, outside of targets
11890         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
11891
11892 2008-08-02  Jim Meyering  <meyering@redhat.com>
11893
11894         getdate.y: avoid locale-dependent date parsing failure
11895         In Turkish locales, getdate would fail to recognize keywords
11896         containing a lowercase "i".  The solution is not to rely on
11897         locale-sensitive case-conversion.
11898         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
11899         (lookup_word): Use c_toupper in place of toupper.
11900         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
11901         Reported by Vefa Bicakci <bicave@superonline.com> in
11902         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
11903         * modules/getdate (Depends-on): Add c-ctype.
11904
11905 2008-08-02  Bruno Haible  <bruno@clisp.org>
11906
11907         * gnulib-tool (func_import): When updating or creating a .gitignore
11908         file, prepend each added line with a slash, and ignore leading slashes
11909         from the existing lines.
11910         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
11911
11912 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11913
11914         Portability fix for GNU make 3.79.1.
11915         * top/GNUmakefile: Avoid 'else COND', which older GNU make
11916         versions do not understand.
11917
11918 2008-08-01  Bruno Haible  <bruno@clisp.org>
11919
11920         Work around bug of HP-UX 10.20 cc with -0.0 literal.
11921         * tests/test-isnanf.h (zero): New variable.
11922         (main): Avoid literal -0.0f.
11923         * tests/test-isnand.h (zero): New variable.
11924         (main): Avoid literal -0.0.
11925         * tests/test-isnanl.h (zero): New variable.
11926         (main): Avoid literal -0.0L.
11927         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
11928         (test_float, test_double, test_long_double): Avoid literals -0.0f,
11929         -0.0, -0.0L.
11930         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
11931         (test_signbitd): Avoid literal -0.0.
11932         (test_signbitl): Avoid literal -0.0L.
11933         * tests/test-ceilf1.c (zero): New variable.
11934         (main): Avoid literal -0.0f.
11935         * tests/test-ceill.c (zero): New variable.
11936         (main): Avoid literal -0.0L.
11937         * tests/test-floorf1.c (zero): New variable.
11938         (main): Avoid literal -0.0f.
11939         * tests/test-floorl.c (zero): New variable.
11940         (main): Avoid literal -0.0L.
11941         * tests/test-roundf1.c (zero): New variable.
11942         (main): Avoid literal -0.0f.
11943         * tests/test-round1.c (zero): New variable.
11944         (main): Avoid literal -0.0.
11945         * tests/test-roundl.c (zero): New variable.
11946         (main): Avoid literal -0.0L.
11947         * tests/test-truncf1.c (zero): New variable.
11948         (main): Avoid literal -0.0f.
11949         * tests/test-trunc1.c (zero): New variable.
11950         (main): Avoid literal -0.0.
11951         * tests/test-truncl.c (zero): New variable.
11952         (main): Avoid literal -0.0L.
11953         * tests/test-frexp.c (zero): New variable.
11954         (main): Avoid literal -0.0.
11955         * tests/test-frexpl.c (zero): New variable.
11956         (main): Avoid literal -0.0L.
11957         * tests/test-ldexpl.c (zero): New variable.
11958         (main): Avoid literal -0.0L.
11959         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
11960         (zerod, zerol): New variables.
11961         (test_function): Avoid literals -0.0, -0.0L.
11962         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
11963         (zerod, zerol): New variables.
11964         (test_function): Avoid literals -0.0, -0.0L.
11965         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
11966         (zerod, zerol): New variables.
11967         (test_function): Avoid literals -0.0, -0.0L.
11968         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
11969         (zerod, zerol): New variables.
11970         (test_function): Avoid literals -0.0, -0.0L.
11971         * tests/test-strtod.c (zero): New variable.
11972         (main): Avoid literal -0.0.
11973         Reported by Jonathan C. Patschke <jp@centtech.com>.
11974
11975 2008-07-31  Jim Meyering  <meyering@redhat.com>
11976
11977         sha256.h: correct definition of SHA224_DIGEST_SIZE
11978         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
11979         Reported by Paulie Pena IV <paulie4@gmail.com>.
11980         Define as 224 / 8, rather than as a literal.
11981         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
11982         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
11983         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
11984
11985 2008-07-31  Bruno Haible  <bruno@clisp.org>
11986
11987         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
11988         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
11989         Reported by Jonathan Patschke <jp@centtech.com>.
11990
11991 2008-07-31  Bruno Haible  <bruno@clisp.org>
11992
11993         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
11994         Reported by Paolo Bonzini <bonzini@gnu.org>.
11995
11996 2008-07-30  Eric Blake  <ebb9@byu.net>
11997
11998         test-strtod: allow compilation without -lm
11999         * tests/test-strtod.c (main): Avoid link dependence on fabs.
12000         Reported by Dennis Clarke <blastwave@gmail.com>.
12001
12002 2008-07-28  Jim Meyering  <meyering@redhat.com>
12003
12004         bootstrap: work also when there are no .po files in po/
12005         * build-aux/bootstrap (update_po_files): Complete the change
12006         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
12007
12008 2008-07-27  Jim Meyering  <meyering@redhat.com>
12009
12010         * users.txt: Add zile.
12011
12012 2008-07-26  Ben Pfaff  <blp@gnu.org>
12013
12014         Add missing dependencies on new m4/exponent[fdl].m4 files.
12015         * modules/isnanf-nolibm: Add m4/exponentf.m4.
12016         * modules/isnand-nolibm: Add m4/exponentd.m4.
12017         * modules/isnanl-nolibm: Add m4/exponentl.m4.
12018         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
12019         m4/isnan[fdl].m4, because the macros actually used moved.
12020         Reported by Jim Meyering.
12021
12022 2008-07-14  Ben Pfaff  <blp@gnu.org>
12023
12024         Add isinf module.
12025         * lib/isinf.c: New file.
12026         * lib/math.in.h: Define isinf macro if we have decided to replace
12027         it.
12028         * m4/isinf.m4: New file.
12029         * m4/math_h.m4: Initialize and substitute variables for isinf
12030         module.
12031         * modules/isinf: New file.
12032         * modules/isinf-tests: New file.
12033         * modules/math: Add substitutions for new module.
12034         * tests/test-isinf.c: New file.
12035         * doc/posix-functions/isinf.texi: Mention new module.
12036         * MODULES.html.sh: Mention new module.
12037
12038 2008-07-14  Ben Pfaff  <blp@gnu.org>
12039
12040         Factor out some macros for use by additional modules.
12041         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
12042         exponentf.m4.
12043         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
12044         exponentd.m4.
12045         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
12046         file exponentl.m4.
12047         * m4/exponentf.m4: New file.
12048         * m4/exponentd.m4: New file.
12049         * m4/exponentl.m4: New file.
12050         * modules/isnanf: Use new file m4/exponentf.m4.
12051         * modules/isnand: Use new file m4/exponentd.m4.
12052         * modules/isnanl: Use new file m4/exponentl.m4.
12053
12054 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
12055
12056         mktime.c: normalize tp->tm_isdst value to -1/0/1.
12057         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
12058         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
12059         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
12060
12061         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
12062         readlink on platforms without PATH_MAX.
12063
12064 2008-07-21  Eric Blake  <ebb9@byu.net>
12065
12066         Warn, not fail, on stale version.
12067         * top/GNUmakefile (_curr-ver): Tone down previous patch.
12068
12069         Don't allow installation with stale devel version number.
12070         * top/GNUmakefile (_is-install-target): New macro.
12071         (_curr-ver): Forbid installation with stale version number.
12072
12073 2008-07-20  Bruno Haible  <bruno@clisp.org>
12074
12075         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
12076         TESTS_ENVIRONMENT.
12077         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
12078
12079 2008-07-20  Bruno Haible  <bruno@clisp.org>
12080
12081         * lib/c-stack.h (c_stack_action): Add documentation.
12082         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
12083
12084 2008-07-20  Bruno Haible  <bruno@clisp.org>
12085
12086         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
12087         * modules/readlink (License): Likewise.
12088
12089 2008-07-17  Eric Blake  <ebb9@byu.net>
12090
12091         * modules/c-stack (Link): Fix typo.
12092
12093         Make c-stack use libsigsegv, when available.
12094         * modules/c-stack (Depends-on): Add libsigsegv.
12095         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
12096         needed.
12097         * lib/c-stack.c (SIGSTKSZ): Define fallback.
12098         (segv_handler, overflow_handler, c_stack_action)
12099         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
12100         implementation when libsigsegv is available, but only when using
12101         the library is necessary.
12102         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
12103         comment, explaining why XSI check fails on Linux.
12104         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
12105         * tests/test-c-stack2.sh: Tweak skip message.
12106         * NEWS: Document new link-time requirements.
12107
12108 2008-07-16  Eric Blake  <ebb9@byu.net>
12109
12110         c-stack: Expose false positives when not using libsigsegv.
12111         * modules/c-stack-tests (Files): Expand test.
12112         * tests/test-c-stack.c (main): Add means to conditionally trigger
12113         non-overflow SIGSEGV.
12114         * tests/test-c-stack2.sh: New file.
12115
12116 2008-07-14  Bruno Haible  <bruno@clisp.org>
12117
12118         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
12119         Reported by Eric Blake.
12120
12121 2008-07-14  Sam Steingold  <sds@gnu.org>
12122             Bruno Haible  <bruno@clisp.org>
12123
12124         New module libsigsegv.
12125         * modules/libsigsegv: New file.
12126         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
12127         modifications.
12128         * MODULES.html.sh (Signal handling): New section.
12129
12130 2008-07-14  Bruno Haible  <bruno@clisp.org>
12131
12132         * modules/unictype/ctype-* (Description): Add the word "function".
12133         Improves the resulting doc in MODULES.html.
12134
12135 2008-07-12  Ben Pfaff  <blp@gnu.org>
12136
12137         Add longlong module.
12138         * modules/longlong: New file.
12139
12140 2008-07-12  Bruno Haible  <bruno@clisp.org>
12141
12142         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
12143         to empty.
12144
12145 2008-07-10  Ben Pfaff  <blp@gnu.org>
12146
12147         Add isnan module.
12148         * doc/posix-functions/isnan.texi: Mention new module.
12149         * lib/math.in.h: Define isnan macro if we have decided to replace
12150         it.
12151         * m4/isnan.m4: New file.
12152         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
12153         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
12154         also.
12155         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
12156         redundancy.
12157         * m4/math_h.m4: Initialize and substitute variables for isnan
12158         module.
12159         * modules/isnan: New file.
12160         * modules/isnan-tests: New file.
12161         * modules/math: Add substitutions for new module.
12162         * tests/test-isnan.c: New file.
12163         * MODULES.html.sh: Mention new module.
12164
12165 2008-07-10  Ben Pfaff  <blp@gnu.org>
12166
12167         Add isnanf module.
12168         * lib/isnanf.m4: New file.
12169         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
12170         (gl_HAVE_ISNANF_IN_LIBM): New macro.
12171         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
12172         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
12173         * modules/isnanf: New file.
12174         * modules/isnanf-tests: New file.
12175         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
12176         files.
12177         * tests/test-isnanf-nolibm.c: factored most of its contents into
12178         new file tests/test-isnanf.h.
12179         * tests/test-isnanf.h: New file.
12180         * tests/test-isnanf.c: New file.
12181         * MODULES.html.sh: Mention new module.
12182         * doc/glibc-functions/isnanf.texi: Mention new module.
12183
12184 2008-07-10  Ben Pfaff  <blp@gnu.org>
12185
12186         Add isnand module.
12187         * lib/isnand.h: New file.
12188         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
12189         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
12190         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
12191         functionality also.
12192         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
12193         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
12194         (gl_HAVE_ISNAND_IN_LIBM): New macro.
12195         * modules/isnand: New file.
12196         * modules/isnand-tests: New file.
12197         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
12198         files.
12199         * tests/test-isnand-nolibm.c: factored most of its contents into
12200         new file tests/test-isnand.h.
12201         * tests/test-isnand.h: New file.
12202         * tests/test-isnand.c: New file.
12203         * MODULES.html.sh: Mention new module.
12204
12205 2008-07-10  Ben Pfaff  <blp@gnu.org>
12206
12207         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
12208         * lib/isnand.h: Rename lib/isnand-nolibm.h.
12209         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
12210         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
12211         * modules/isnanf-nolibm: Update references to renamed files.
12212         * modules/isnand-nolibm: Likewise.
12213         * modules/isnanf-nolibm-tests: Likewise.
12214         * modules/isnand-nolibm-tests: Likewise.
12215         * lib/frexp.c: Likewise.
12216         * lib/isfinite.c: Likewise.
12217         * lib/signbitd.c: Likewise.
12218         * lib/signbitf.c: Likewise.
12219         * lib/vasnprintf.c: Likewise.
12220         * tests/test-ceilf1.c: Likewise.
12221         * tests/test-ceilf2.c: Likewise.
12222         * tests/test-floorf1.c: Likewise.
12223         * tests/test-floorf2.c: Likewise.
12224         * tests/test-frexp.c: Likewise.
12225         * tests/test-round1.c: Likewise.
12226         * tests/test-round2.c: Likewise.
12227         * tests/test-roundf1.c: Likewise.
12228         * tests/test-strtod.c: Likewise.
12229         * tests/test-trunc1.c: Likewise.
12230         * tests/test-trunc2.c: Likewise.
12231         * tests/test-truncf1.c: Likewise.
12232         * tests/test-truncf2.c: Likewise.
12233         * NEWS: Mention the renamed header files.
12234
12235 2008-07-11  Jim Meyering  <meyering@redhat.com>
12236
12237         vc-list-files: make the last-resort awk code more portable
12238         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
12239         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
12240         does not support it.
12241
12242 2008-07-10  Eric Blake  <ebb9@byu.net>
12243
12244         Work with tar's bootstrap.
12245         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
12246         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
12247         an m4 comment.
12248
12249 2008-07-09  Jim Meyering  <meyering@redhat.com>
12250
12251         posix-shell.m4: fix typo that made this test malfunction
12252         * m4/posix-shell.m4: Remove capitalization in variable name.
12253
12254 2008-07-08  Bruno Haible  <bruno@clisp.org>
12255
12256         * m4/onceonly.m4: Update comments.
12257         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12258
12259 2008-07-04  Jim Meyering  <meyering@redhat.com>
12260
12261         * users.txt: Add vc-dwim.
12262         (bison, coreutils): Use the gitweb URL.
12263
12264 2008-07-03  Jim Meyering  <meyering@redhat.com>
12265
12266         * users.txt: Add libffcall.  From Sam Steingold.
12267
12268 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
12269
12270         getdate.y: do not ignore TZ with relative day, month or year offset
12271         * lib/getdate.y (get_date): Move the tz-handling block to follow the
12272         relative-date-handling, since otherwise, the latter would clobber the
12273         sole output (an updated Start value) of the tz-handling block.
12274         * tests/test-getdate.c: Tests for the fix
12275
12276 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12277
12278         Recognize 'foo_LIBRARIES += libgnu.a'.
12279         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
12280         makefile snippet has already specified an installation location,
12281         also using '+='.
12282
12283 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
12284
12285         getdate.y: factor out common actions
12286         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
12287         Use them in place of open-coded actions.
12288
12289 2008-07-01  Simon Josefsson  <simon@josefsson.org>
12290
12291         Add self-test for getdate module.
12292         * modules/getdate-tests: New file.
12293         * tests/test-getdate.c: New file.
12294
12295 2008-06-29  Bruno Haible  <bruno@clisp.org>
12296
12297         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
12298         .gitignore.
12299         Reported by Sylvain Beucler <beuc@beuc.net>.
12300
12301 2008-06-29  Bruno Haible  <bruno@clisp.org>
12302
12303         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
12304         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
12305
12306 2008-06-29  Bruno Haible  <bruno@clisp.org>
12307
12308         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
12309         EXTRA_DIST.
12310         Reported by Sylvain Beucler <beuc@beuc.net>.
12311
12312 2008-06-26  Jim Meyering  <meyering@redhat.com>
12313
12314         make several modules depend on the "open" module
12315         This provides slightly increased consistency when opening-for-write
12316         the name of a non-directory spelled with a trailing slash.
12317         * modules/chdir-safer: Likewise.
12318         * modules/chown: Likewise.
12319         * modules/clean-temp: Likewise.
12320         * modules/copy-file: Likewise.
12321         * modules/fchdir: Likewise.
12322         * modules/fcntl-safer: Likewise.
12323         * modules/pipe: Likewise.
12324         * modules/utime: Likewise.
12325         Prompted by Eric Blake and Bruno Haible.
12326
12327 2008-06-24  Andreas Schwab  <schwab@suse.de>
12328
12329         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
12330         literals can be used as initializers for global variables.
12331
12332 2008-06-23  Eric Blake  <ebb9@byu.net>
12333
12334         Make gnulib-cache.m4 easier to diff.
12335         * gnulib-tool (func_import): Allow newlines when reading cached
12336         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
12337
12338 2008-06-23  Bruno Haible  <bruno@clisp.org>
12339
12340         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
12341         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
12342         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
12343         m4/signalblocking.m4.
12344         (gl_PREREQ_SIGACTION): Don't invoke it.
12345         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
12346         gl_PREREQ_SIG_HANDLER_H.
12347         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
12348         Don't check for sigaction here.
12349
12350 2008-06-23  Bruno Haible  <bruno@clisp.org>
12351
12352         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
12353         (install_handlers): Don't set the SA_RESETHAND flag.
12354
12355 2008-06-23  Bruno Haible  <bruno@clisp.org>
12356
12357         * m4/sigaction.m4: Comment fixes.
12358         * lib/signal.in.h: Likewise.
12359
12360 2008-06-23  Eric Blake  <ebb9@byu.net>
12361
12362         Fix typo.
12363         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
12364
12365         Avoid SA_ namespace.
12366         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
12367         Reported by Ralf Wildenhues.
12368
12369         Avoid test failure due to SA_RESTORER.
12370         * tests/test-sigaction.c (SA_MASK): New macro.
12371         (main): Avoid failing due to extension flags being set.
12372         Reported by Jim Meyering.
12373
12374         Revert use of sig-handler.h in sigprocmask.c.
12375         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
12376         it requires the existence of struct sigaction.
12377         * lib/sigprocmask.c (handler_t): Restore typedef.
12378         (rpl_signal, old_handlers): Use local type.
12379
12380 2008-06-22  Bruno Haible  <bruno@clisp.org>
12381
12382         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
12383         conditionally.
12384         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12385
12386 2008-06-22  Bruno Haible  <bruno@clisp.org>
12387
12388         * doc/posix-functions/siginterrupt.texi: Move note.
12389
12390         * lib/signal.in.h (SA_RESTART): New macro.
12391         * lib/sigaction.c: Update comment.
12392
12393         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
12394
12395         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
12396         (gl_PREREQ_SIGPROCMASK): Invoke it.
12397         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
12398
12399         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
12400
12401         * lib/sigprocmask.c: Update a comment.
12402
12403 2008-06-21  Eric Blake  <ebb9@byu.net>
12404
12405         Use sigaction module rather than signal().
12406         * modules/c-stack (Depends-on): Add sigaction.
12407         * modules/fatal-signal (Depends-on): Likewise.
12408         * modules/nanosleep (Depends-on): Likewise.
12409         * modules/sigprocmask (Files): Add sig-handler.h.
12410         * modules/sigaction (Files): Likewise.
12411         * lib/sig-handler.h (get_handler): New file, suggested by Paul
12412         Eggert.
12413         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
12414         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
12415         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
12416         (init_fatal_signals): Likewise.
12417         * lib/nanosleep.c (rpl_nanosleep): Likewise.
12418         (siginterrupt): Delete fallback.
12419         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
12420         instead.
12421         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
12422         siginterrupt.
12423
12424         New module sigaction, for mingw.
12425         * modules/sigaction: New module...
12426         * modules/sigaction-tests: ...and its test.
12427         * m4/sigaction.m4: New file.
12428         * lib/sigaction.c: Likewise.
12429         * tests/test-sigaction.c: Likewise.
12430         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
12431         * modules/signal (Makefile.am): Likewise.
12432         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
12433         needed.
12434         * doc/posix-headers/signal.texi (signal.h): Mention provided
12435         types.
12436         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
12437         that sigaction is preferable.
12438         * doc/posix-functions/sigaction.texi (sigaction): Mention new
12439         module.
12440         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12441         sigaction.
12442
12443         Improve robustness of sigprocmask by overriding signal.
12444         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
12445         is in use.
12446         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
12447         (SIGKILL, SIGSTOP): Provide fallbacks.
12448         (rpl_signal): Implement.
12449         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
12450         signal can be called inside handlers.
12451
12452         Fix nanosleep module on mingw.
12453         * modules/nanosleep (Depends-on): Add sys_select.
12454         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
12455
12456         Fix licensing of sigprocmask.
12457         * modules/raise (License): Relicense as LGPL.
12458
12459 2008-06-21  Bruno Haible  <bruno@clisp.org>
12460
12461         * lib/propername.c (proper_name_utf8): Don't use the transliterated
12462         result if it contains question marks.
12463         Reported by Michael Geng <linux@michaelgeng.de>.
12464
12465 2008-06-19  Bruno Haible  <bruno@clisp.org>
12466
12467         Fix CVS-ism.
12468         * doc/gnulib.texi: Include updated-stamp.texi.
12469         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
12470         (updated-stamp.texi): New rule.
12471         (gnulib.info): Depend on it.
12472         * doc/.gitignore: Add updated-stamp.texi.
12473         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
12474
12475 2008-06-19  Bruno Haible  <bruno@clisp.org>
12476
12477         * doc/Makefile (gnulib.info): Update and simplify dependencies.
12478         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
12479
12480 2008-06-19  Eric Blake  <ebb9@byu.net>
12481
12482         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
12483         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
12484         Reported by Stepan Kasal.
12485
12486 2008-06-18  Bruno Haible  <bruno@clisp.org>
12487
12488         * lib/fatal-signal.c (init_fatal_signals): Add comment.
12489         Reported by Eric Blake.
12490
12491 2008-06-18  Eric Blake  <ebb9@byu.net>
12492
12493         Work around cygwin 1.5.25 strsignal bug.
12494         * tests/test-strsignal.c: Allow for const char *.
12495         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
12496
12497 2008-06-18  Simon Josefsson  <simon@josefsson.org>
12498
12499         * users.txt: Update URL to article and add author/date
12500         information.
12501
12502 2008-06-17  Bruno Haible  <bruno@clisp.org>
12503
12504         New macro gl_DISABLE_THREADS.
12505         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
12506         if the user did not pass --enable-threads or --disable-threads option.
12507         (gl_DISABLE_THREADS): New macro.
12508         Reported by Eric Blake <ebb9@byu.net>.
12509
12510 2008-06-17  Bruno Haible  <bruno@clisp.org>
12511
12512         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
12513         when the macro ignores it.
12514         Based on a patch by Eric Blake <ebb9@byu.net>.
12515
12516 2008-06-17  Bruno Haible  <bruno@clisp.org>
12517
12518         * modules/tls (License): Change to LGPLv2+.
12519         Reported by Eric Blake.
12520
12521 2008-06-17  Eric Blake  <ebb9@byu.net>
12522
12523         Simplify c-stack prerequisites.
12524         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
12525         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
12526         no longer requires <ucontext.h> to exist.  Optimize setrlimit
12527         check.
12528         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
12529         <sys/resource.h>.
12530
12531         Move c-stack test into testsuite.
12532         * modules/c-stack-tests: New file.
12533         * lib/c-stack.c [DEBUG]: Move test program...
12534         * tests/test-c-stack.c: ...into this new file.  Skip rather than
12535         fail test if sigaltstack is lacking.
12536         * tests/test-c-stack.sh: New driver file.
12537
12538 2008-06-16  Eric Blake  <ebb9@byu.net>
12539
12540         Use raise module consistently.
12541         * modules/fatal-signal (Depends-on): Add raise.
12542         * modules/sigprocmask (Depends-on): Likewise.
12543         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
12544         * lib/sigprocmask.c (sigprocmask): Likewise.
12545         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
12546         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
12547
12548         Fix compliance bug in sigpending.
12549         * lib/sigprocmask.c (sigpending): Return pending array via
12550         parameter, not return value.
12551
12552 2008-06-14  Eric Blake  <ebb9@byu.net>
12553
12554         Improve obstack-printf test code.
12555         * tests/test-obstack-printf.c (test_function): Fix comment, and
12556         simplify usage of obstack_* in macros.  Add a test for coverage.
12557         Reported by Bruno Haible.
12558
12559 2008-06-14  Bruno Haible  <bruno@clisp.org>
12560
12561         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
12562         array size as a constant, not as a const variable.
12563         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
12564         AC_USE_SYSTEM_EXTENSIONS.
12565         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
12566         Test whether the obstack_printf function actually exists.
12567         * modules/obstack-printf (Depends-on): Add extensions.
12568         (Include): Remove obstack.h.
12569         * modules/obstack-printf-posix (Depends-on): Add extensions.
12570         (Include): Remove obstack.h.
12571
12572 2008-06-13  Eric Blake  <ebb9@byu.net>
12573
12574         Add obstack-printf and obstack-printf-posix modules.
12575         * modules/obstack-printf: New file.
12576         * modules/obstack-printf-posix: Likewise.
12577         * MODULES.html.sh (Misc): Mention them.
12578         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
12579         Likewise.
12580         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
12581         Likewise.
12582         * modules/stdio (Makefile.am): Accomodate new modules.
12583         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
12584         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
12585         Declare.
12586         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
12587         functions.
12588         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
12589         (gl_REPLACE_OBSTACK_PRINTF): New macros
12590         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
12591         * tests/test-obstack-printf.c: New file.
12592         * modules/obstack-printf-tests: Likewise.
12593         * modules/obstack-printf-posix-tests: Likewise.
12594
12595 2008-06-11  Bruno Haible  <bruno@clisp.org>
12596
12597         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
12598         * lib/open.c: Include errno.h.
12599         (open): Fail when attempting to write to a file that has a trailing
12600         slash.
12601         * tests/test-open.c (main): Test against trailing slash bug.
12602         * doc/posix-functions/open.texi: Mention the trailing slash bug.
12603
12604 2008-06-10  Bruno Haible  <bruno@clisp.org>
12605
12606         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
12607         for $? to work inside the trap command, with various /bin/sh-s.
12608         * tests/test-vc-list-files-cvs.sh: Likewise.
12609
12610 2008-06-10  Bruno Haible  <bruno@clisp.org>
12611
12612         * lib/acl-internal.h: Don't include gettext.h here.
12613         * lib/set-mode-acl.c: Include gettext.h here.
12614         * lib/copy-acl.c: Likewise.
12615
12616 2008-06-10  Bruno Haible  <bruno@clisp.org>
12617
12618         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
12619         * lib/wait-process.c (wait_subprocess): Likewise.
12620         * lib/execute.h (execute): Add termsigp argument.
12621         * lib/execute.c (execute): Likewise.
12622         * lib/csharpcomp.c (compile_csharp_using_pnet,
12623         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
12624         * lib/csharpexec.c (execute_csharp_using_pnet,
12625         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
12626         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
12627         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
12628         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
12629         is_jikes_present): Update.
12630         * lib/javaexec.c (execute_java_class): Update.
12631         * lib/javaversion.c (execute_and_read_line): Update.
12632         * NEWS: Document the changes.
12633         Reported by Eric Blake.
12634
12635 2008-06-10  Eric Blake  <ebb9@byu.net>
12636
12637         Add missing include.
12638         * tests/test-strstr.c (includes): Add <signal.h>.
12639         * tests/test-strcasestr.c (includes): Likewise.
12640         * tests/test-memmem.c (includes): Likewise.
12641
12642 2008-06-10  Bruno Haible  <bruno@clisp.org>
12643
12644         * lib/wait-process.c (wait_subprocess): Add an assertion.
12645
12646 2008-06-10  Bruno Haible  <bruno@clisp.org>
12647
12648         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
12649
12650 2008-06-10  Bruno Haible  <bruno@clisp.org>
12651
12652         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
12653         using alarm().
12654         * tests/test-strcasestr.c (main): Likewise.
12655         * tests/test-strstr.c (main): Likewise.
12656
12657 2008-06-09  Bruno Haible  <bruno@clisp.org>
12658
12659         Work around the Solaris 10 ACE ACLs ABI change.
12660         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
12661         declare if ACL_NO_TRIVIAL is present.
12662         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
12663         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
12664         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
12665         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
12666         define if ACL_NO_TRIVIAL is present.
12667         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
12668         and use the current ABI.
12669         (file_has_acl): Use same #if condition as elsewhere.
12670         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
12671         in use, and use the current ABI.
12672         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
12673         Reported by Jim Meyering.
12674
12675 2008-06-09  Eric Blake  <ebb9@byu.net>
12676
12677         Work around environments that (stupidly) ignore SIGALRM.
12678         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
12679         before using alarm().
12680         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
12681         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
12682         Reported by Ian Beckwith <ianb@erislabs.net>.
12683
12684         Produce autobuild blurb earlier in log.
12685         * modules/autobuild (configure.ac-early): Move AB_INIT here.
12686
12687 2008-06-09  Jim Meyering  <meyering@redhat.com>
12688         and Ondřej Vašík  <ovasik@redhat.com>
12689
12690         utimens.c: correct kernel bug work-around
12691         Ondřej Vašík found that the invalid return value of 280 indicates
12692         failure, not success, and the kernel bug we're trying to work
12693         around affects not just the utimensat call, but also the fallback
12694         futimens call.
12695         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
12696         not success.
12697         [HAVE_FUTIMENS]: Use the same work-around, here.
12698
12699 2008-06-09  Jim Meyering  <meyering@redhat.com>
12700
12701         add more guards around definition of ACE_-related code
12702         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
12703         ALLOW and ACE_OWNER are also defined.
12704
12705 2008-06-08  Bruno Haible  <bruno@clisp.org>
12706
12707         * lib/acl-internal.h: Add me as co-author.
12708         * lib/file-has-acl.c: Likewise.
12709         * lib/set-mode-acl.c: Likewise.
12710         * lib/copy-acl.c: Likewise.
12711
12712 2008-06-08  Bruno Haible  <bruno@clisp.org>
12713
12714         Add support for AIX ACLs.
12715         * lib/acl-internal.h (acl_nontrivial): New declaration.
12716         * lib/file-has-acl.c (acl_nontrivial): New function.
12717         (file_has_acl): Add implementation using AIX 4 ACL API.
12718         * lib/set-mode-acl.c (qset_acl): Likewise.
12719         * lib/copy-acl.c (qcopy_acl): Likewise.
12720
12721 2008-06-08  Bruno Haible  <bruno@clisp.org>
12722
12723         Add support for HP-UX ACLs.
12724         * lib/acl-internal.h (acl_nontrivial): New declaration.
12725         * lib/file-has-acl.c (acl_nontrivial): New function.
12726         (file_has_acl): Add implementation using HP-UX 11 ACL API.
12727         * lib/set-mode-acl.c (qset_acl): Likewise.
12728         * lib/copy-acl.c (qcopy_acl): Likewise.
12729
12730 2008-06-08  Bruno Haible  <bruno@clisp.org>
12731
12732         Add support for Cygwin ACLs.
12733         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
12734         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
12735         the chmod_or_fchmod call.
12736         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
12737
12738 2008-06-08  Bruno Haible  <bruno@clisp.org>
12739
12740         Fix bug with setuid modes in Solaris 10+ code.
12741         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
12742         succeeded, when the mode contains some special bits.
12743
12744 2008-06-08  Bruno Haible  <bruno@clisp.org>
12745
12746         Add support for Solaris 7..10 ACLs.
12747         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
12748         declarations.
12749         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
12750         functions.
12751         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
12752         * lib/set-mode-acl.c (qset_acl): Likewise.
12753         * lib/copy-acl.c (qcopy_acl): Likewise.
12754
12755 2008-06-08  Bruno Haible  <bruno@clisp.org>
12756
12757         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
12758         declaration.
12759         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
12760         (acl_access_nontrivial): Remove MacOS X case.
12761         (file_has_acl): Use acl_extended_nontrivial.
12762         * lib/copy-acl.c (qcopy_acl): Likewise.
12763
12764 2008-06-08  Bruno Haible  <bruno@clisp.org>
12765
12766         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
12767
12768 2008-06-08  Jim Meyering  <meyering@redhat.com>
12769
12770         * modules/acl (Maintainer): Add Bruno Haible.
12771
12772 2008-06-07  Bruno Haible  <bruno@clisp.org>
12773
12774         Improve support for Tru64 ACLs.
12775         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
12776         ACL on OSF/1.
12777
12778 2008-06-07  Bruno Haible  <bruno@clisp.org>
12779
12780         Add support for MacOS X ACLs.
12781         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
12782         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
12783         * lib/set-mode-acl.c (qset_acl): Likewise.
12784         * lib/copy-acl.c (qcopy_acl): Likewise.
12785
12786 2008-06-07  Bruno Haible  <bruno@clisp.org>
12787
12788         Fix memory leak introduced on 2008-05-22.
12789         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
12790         use.
12791
12792 2008-06-07  Bruno Haible  <bruno@clisp.org>
12793
12794         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
12795         to construct an empty ACL.
12796
12797 2008-06-07  Bruno Haible  <bruno@clisp.org>
12798
12799         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
12800         precisely.
12801         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
12802
12803 2008-06-07  Bruno Haible  <bruno@clisp.org>
12804
12805         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
12806         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
12807
12808 2008-06-07  Bruno Haible  <bruno@clisp.org>
12809
12810         * doc/posix-functions/_setjmp.texi: Explain the use of this function
12811         regardless of POSIX.
12812         * doc/posix-functions/_longjmp.texi: Likewise.
12813         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
12814         SystemV platform in this case.
12815
12816 2008-06-06  Eric Blake  <ebb9@byu.net>
12817
12818         Document abort() bugs.
12819         * doc/posix-functions/abort.texi (abort): Mention anomalies.
12820
12821         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
12822         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
12823         sigsetjmp.
12824         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
12825         siglongjmp, but only as a macro.
12826         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
12827         is obsolete.
12828         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
12829
12830         Tweak documentation to cover cygwin argz bugs.
12831         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
12832         argz bug fix; no code change needed since no cygwin releases
12833         occurred between the last fix and the bug being tested.
12834         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
12835         module and recently fixed cygwin bugs.
12836         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
12837         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
12838         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
12839         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
12840         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
12841         Likewise.
12842         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
12843         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
12844         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
12845         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
12846         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
12847         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
12848         Likewise.
12849
12850         Avoid gcc warning on cygwin.
12851         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
12852         !ACL_NO_TRIVIAL]: Avoid unused variable.
12853
12854 2008-06-05  Eric Blake  <ebb9@byu.net>
12855
12856         Be tolerant of UNKNOWN version in gnulib-tool test dir.
12857         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
12858         git-version-gen fails to come up with a version.
12859         Reported by Simon Josefsson.
12860
12861 2008-06-05  Jim Meyering  <meyering@redhat.com>
12862             Paul Eggert  <eggert@cs.ucla.edu>
12863
12864         utimens.c: work around a probable Linux kernel bug
12865         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
12866         appears to be a kernel bug that causes utimensat to return 280
12867         instead of 0, indicating success.
12868
12869 2008-06-04  Bruno Haible  <bruno@clisp.org>
12870
12871         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
12872         2008-06-01 commit.
12873
12874 2008-06-04  Bruno Haible  <bruno@clisp.org>
12875
12876         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
12877         * lib/file-has-acl.c (acl_access_nontrivial): New function.
12878         (file_has_acl): Use it. Save errno afterwards.
12879         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
12880
12881 2008-06-03  Bruno Haible  <bruno@clisp.org>
12882
12883         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
12884         draft code. Simplify #ifs.
12885         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
12886         Put Solaris code after POSIX-draft code. Fix comments regarding
12887         Solaris 10, HP-UX. Mention Cygwin.
12888         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
12889
12890 2008-06-03  Eric Blake  <ebb9@byu.net>
12891
12892         Provide fallback for older kernels.
12893         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
12894         Provide runtime fallback if kernel lacks support.
12895         Reported by Mike Frysinger.
12896
12897 2008-06-02  Bruno Haible  <bruno@clisp.org>
12898
12899         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
12900         it exists.
12901
12902 2008-06-02  Bruno Haible  <bruno@clisp.org>
12903
12904         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
12905         * lib/copy-acl.c (qcopy_acl): Update comment.
12906
12907 2008-06-02  Bruno Haible  <bruno@clisp.org>
12908
12909         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
12910         like ACL APIs.
12911
12912 2008-06-02  Bruno Haible  <bruno@clisp.org>
12913
12914         * tests/test-file-has-acl.sh: Use different code for Cygwin.
12915         * tests/test-set-mode-acl.sh: Likewise.
12916         * tests/test-copy-acl.sh: Likewise.
12917         * tests/test-copy-file.sh: Likewise.
12918
12919 2008-06-02  Bruno Haible  <bruno@clisp.org>
12920
12921         * tests/test-file-has-acl.sh: Remove unused code.
12922
12923 2008-06-01  Bruno Haible  <bruno@clisp.org>
12924
12925         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
12926         (copy_acl): Just a wrapper around qcopy_acl that emits the error
12927         messages.
12928         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
12929
12930 2008-06-01  Bruno Haible  <bruno@clisp.org>
12931
12932         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
12933         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
12934         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
12935         APIs.
12936         * modules/acl-tests (configure.ac): Remove tests now contained in
12937         m4/acl.m4.
12938
12939 2008-06-02  Jim Meyering  <meyering@redhat.com>
12940
12941         announce-gen: use a better key-server host name
12942         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
12943         it may be more consistently reliable.  Suggested by Werner Koch
12944         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
12945
12946 2008-06-01  Bruno Haible  <bruno@clisp.org>
12947
12948         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
12949         Reported by Voroskoi Andras <voroskoi@gmail.com>.
12950
12951 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
12952
12953         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
12954
12955 2008-06-01  Bruno Haible  <bruno@clisp.org>
12956
12957         New ACL tests.
12958         * tests/test-file-has-acl.sh: New file.
12959         * tests/test-file-has-acl.c: New file.
12960         * tests/test-set-mode-acl.sh: New file.
12961         * tests/test-set-mode-acl.c: New file.
12962         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
12963         * tests/test-copy-acl.c: New file.
12964         * modules/acl-tests: New file, based on modules/copy-file-tests.
12965         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
12966         (Depends-on): Add acl-tests.
12967         (configure.ac): Remove checks.
12968         (Makefile.am): Don't create test-sameacls program here any more.
12969
12970 2008-06-01  Bruno Haible  <bruno@clisp.org>
12971
12972         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
12973         * tests/test-sameacls.c: Include progname.h.
12974         (main): Invoke set_program_name. Portability fixes for MacOS X,
12975         Solaris, HP-UX.
12976
12977 2008-06-01  Bruno Haible  <bruno@clisp.org>
12978
12979         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
12980         function.
12981         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
12982
12983 2008-06-01  Bruno Haible  <bruno@clisp.org>
12984
12985         * modules/rpmatch (Depends-on): Add strdup.
12986
12987 2008-06-01  Bruno Haible  <bruno@clisp.org>
12988
12989         * lib/pipe.c: Include unistd-safer.h.
12990         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
12991         * modules/pipe (Depends-on): Add unistd-safer.
12992
12993 2008-05-30  Simon Josefsson  <simon@josefsson.org>
12994
12995         * modules/autobuild (configure.ac): Call AB_INIT.
12996
12997 2008-05-30  Simon Josefsson  <simon@josefsson.org>
12998
12999         * tests/test-getaddrinfo.c: Don't print debug messages by default.
13000         Suggested by Bruno Haible <bruno@clisp.org>.
13001
13002 2008-05-30  Simon Josefsson  <simon@josefsson.org>
13003
13004         * tests/test-base64.c: Cast size_t to unsigned long when invoking
13005         printf.  Use %lu instead of %d.  Reported by Bruno Haible
13006         <bruno@clisp.org>.
13007
13008 2008-05-29  Eric Blake  <ebb9@byu.net>
13009
13010         Prefer new POSIX 200x interfaces over futimesat.
13011         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
13012         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
13013         when available.
13014         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
13015
13016 2008-05-28  Bruno Haible  <bruno@clisp.org>
13017
13018         * modules/stpcpy (License): Change to LGPLv2+.
13019         Requested by David Lutterkort <dlutter@redhat.com>.
13020
13021 2008-05-27  Bruno Haible  <bruno@clisp.org>
13022
13023         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
13024         current mingw.
13025         Reported by Jose E. Marchesi <jemarch@gnu.org>.
13026
13027 2008-05-27  Bruno Haible  <bruno@clisp.org>
13028
13029         * modules/iconv_open (Link): New section, from module 'iconv'.
13030         * modules/striconv (Link): Likewise.
13031         * modules/striconveh (Link): Likewise.
13032         * modules/xstriconv (Link): Likewise.
13033         * modules/unicodeio (Link): Likewise.
13034         * modules/propername (Link): Likewise.
13035         Reported by Jim Meyering.
13036
13037 2008-05-26  Jim Meyering  <meyering@redhat.com>
13038
13039         sha256: do not artificially restrict buffer length to be < 2^32
13040         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
13041         uint32_t to size_t.
13042         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
13043         to match.
13044
13045         avoid unaligned access errors, e.g., on sparc
13046         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
13047         direct access through a possibly-unaligned uint64* pointer.
13048         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
13049         direct access through a possibly-unaligned uint32* pointer.
13050         Prompted by this patch from Tom "spot" Callaway:
13051         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
13052
13053         sha512.c: fix typo in comment
13054         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
13055
13056 2008-05-25  Bruno Haible  <bruno@clisp.org>
13057
13058         * lib/set-mode-acl.c: Renamed from lib/acl.c.
13059         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
13060         (Makefile.am): Update lib_SOURCES.
13061
13062 2008-05-25  Bruno Haible  <bruno@clisp.org>
13063
13064         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
13065
13066 2008-05-25  Jim Meyering  <meyering@redhat.com>
13067
13068         useless-if-before-free: freed expr may have white-space differences
13069         * build-aux/useless-if-before-free: Recognize cases in which the
13070         freed expression differs from the tested one in embedded white
13071         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
13072         $1 was used, so we can't make any regexp shy.  Improved tests now
13073         detect this.
13074
13075         useless-if-before-free: accept white space in the expression.
13076         * build-aux/useless-if-before-free: For now, any white space
13077         in the expression must be identical in the free argument.
13078
13079         useless-if-before-free: efficiency tweak
13080         * build-aux/useless-if-before-free: Make the expression-matching
13081         regexp "shy".
13082         Make the *outer* regexp shy, not the expr-matching one.
13083
13084         update code-in-comment to accept cast of free arg
13085         * build-aux/useless-if-before-free: Update regexp.
13086
13087 2008-05-25  Bruno Haible  <bruno@clisp.org>
13088
13089         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
13090         * modules/copy-file-tests (Files, Makefile.am): Update.
13091         * tests/test-copy-file.c (func_test_copy): Update.
13092
13093 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
13094
13095         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
13096
13097 2008-05-23  Bruno Haible  <bruno@clisp.org>
13098
13099         Improve support for ACLs on OSF/1.
13100         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
13101         Remove fallback for unknown flavors of ACLs.
13102
13103 2008-05-22  Bruno Haible  <bruno@clisp.org>
13104
13105         Add support for ACLs on OSF/1.
13106         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
13107         replacements.
13108         (acl_free_text): New macro fallback.
13109         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
13110         acl_free.
13111         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
13112         acl_free_text function. Require AC_C_INLINE.
13113
13114 2008-05-22  Bruno Haible  <bruno@clisp.org>
13115
13116         Make copy_acl work on MacOS X 10.5.
13117         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
13118         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
13119         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
13120         If MODE_INSIDE_ACL, don't assume that every system has the same text
13121         representation for ACLs as FreeBSD.
13122         * lib/copy-acl.c (copy_acl): Add support for platforms with
13123         !MODE_INSIDE_ACL.
13124         * lib/file-has-acl.c (file_has_acl): Likewise.
13125         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
13126         FreeBSD, MacOS X, or IRIX, respectively.
13127
13128 2008-05-22  Bruno Haible  <bruno@clisp.org>
13129
13130         * lib/acl.h: Don't include <sys/acl.h>.
13131         (GETACLCNT): Move fallback to lib/acl-internal.h.
13132         * lib/acl-internal.h: Include <sys/acl.h> here.
13133         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
13134
13135 2008-05-22  Bruno Haible  <bruno@clisp.org>
13136
13137         Split off copy_acl function to separate file.
13138         * lib/copy-acl.c: New file, extracted from lib/acl.c.
13139         * lib/acl.c (copy_acl): Moved function to separate file.
13140         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
13141         * modules/acl (Files): Add lib/copy-acl.c.
13142         (Makefiles.am): Augment lib_SOURCES.
13143
13144 2008-05-22  Bruno Haible  <bruno@clisp.org>
13145
13146         * modules/copy-file-tests: New file.
13147         * tests/test-copy-file.sh: New file.
13148         * tests/test-copy-file.c: New file.
13149         * tests/test-copy-file-sameacls.c: New file.
13150
13151 2008-05-22  Eric Blake  <ebb9@byu.net>
13152
13153         Avoid gcc warning.
13154         * tests/test-memcmp.c (main): Pass NULL indirectly.
13155
13156 2008-05-21  Bruno Haible  <bruno@clisp.org>
13157
13158         Add reference doc about ACLs.
13159         * doc/acl-resources.txt: New file.
13160         * doc/acl-cygwin.txt: New file.
13161
13162 2008-05-21  Bruno Haible  <bruno@clisp.org>
13163
13164         Avoid one more warning from gcc.
13165         * lib/vasnprintf.c (IF_LINT): Update comments.
13166         (VASNPRINTF): Use it also for the 'prefix' array initializer.
13167
13168 2008-05-21  Jim Meyering  <meyering@redhat.com>
13169
13170         avoid a warning from gcc
13171         * lib/vasnprintf.c (IF_LINT): Define.
13172         (scale10_round_decimal_long_double):
13173         Use it to avoid a "may be used uninitialized" warning.
13174         (scale10_round_decimal_double): Likewise.
13175
13176 2008-05-21  Simon Josefsson  <simon@josefsson.org>
13177
13178         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
13179         declared.
13180
13181 2008-05-20  Bruno Haible  <bruno@clisp.org>
13182
13183         * tests/test-memcmp.c (main): Test also the sign of the result. Test
13184         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
13185
13186 2008-05-20  Simon Josefsson  <simon@josefsson.org>
13187
13188         * modules/memcmp-tests: New file.
13189         * tests/test-memcmp.c: New file.
13190
13191 2008-05-19  Bruno Haible  <bruno@clisp.org>
13192
13193         * modules/propername (Notice, configure.ac): Put quoted "..." into
13194         --keyword option.
13195         * lib/propername.h: Update comments accordingly.
13196         Reported by Eric Blake.
13197
13198 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
13199
13200         * modules/getpass-gnu (Depends-on): Add fseeko.
13201
13202 2008-05-19  Simon Josefsson  <simon@josefsson.org>
13203
13204         * modules/base64-tests: New file.
13205
13206 2008-05-19  Bo Borgerson <gigabo@gmail.com>
13207
13208         * lib/base64.c (base64_decode_ctx): If a decode context structure
13209         was passed in use it to ignore newlines.  If a context structure
13210         was _not_ passed in, continue to treat newlines as garbage (this
13211         is the historical behavior).  Formerly base64_decode.
13212         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
13213         takes a decode context structure.
13214         * lib/base64.h (base64_decode): Macro for four-argument calls.
13215         (base64_decode_alloc): Likewise.
13216         * lib/base64.c (base64_decode_ctx): If a decode context structure
13217         was passed in use it to ignore newlines.  If a context structure
13218         was _not_ passed in, continue to treat newlines as garbage (this
13219         is the historical behavior).  Formerly base64_decode.
13220         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
13221         takes a decode context structure.
13222         * lib/base64.h (base64_decode): Macro for four-argument calls.
13223         (base64_decode_alloc): Likewise.
13224
13225 2008-05-19  Jim Meyering  <meyering@redhat.com>
13226
13227         avoid a warning from gcc
13228         * lib/trim.c (IF_LINT): Define.
13229         (trim2): Use it to avoid a "may be used uninitialized" warning.
13230
13231         Fix doc typo.
13232         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
13233
13234 2008-05-19  Bruno Haible  <bruno@clisp.org>
13235
13236         * doc/glibc-functions/getpass.texi: Document limits of other
13237         implementations.
13238
13239 2008-05-19  Simon Josefsson  <simon@josefsson.org>
13240             Bruno Haible <bruno@clisp.org>
13241
13242         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
13243
13244 2008-05-18  Bruno Haible  <bruno@clisp.org>
13245
13246         * modules/propername: New file, from GNU gettext.
13247         * lib/propername.h: New file, from GNU gettext.
13248         * lib/propername.c: New file, from GNU gettext.
13249         * MODULES.html.sh (Internationalization functions): Add propername.
13250
13251 2008-05-16  Jim Meyering  <meyering@redhat.com>
13252             Bruno Haible  <bruno@clisp.org>
13253
13254         Avoid some warnings from "gcc -Wshadow".
13255         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
13256
13257 2008-05-15  Eric Blake  <ebb9@byu.net>
13258
13259         Extend previous patch to cygwin 1.7.0.
13260         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
13261         fast implementation in cygwin >= 1.7.0.
13262         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
13263         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
13264
13265 2008-05-15  Bruno Haible  <bruno@clisp.org>
13266
13267         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
13268         implementation in glibc >= 2.9.
13269         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
13270         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
13271
13272 2008-05-15  Bruno Haible  <bruno@clisp.org>
13273
13274         * MODULES.html.sh (Internationalization functions): Remove linebreak.
13275         (Unicode string functions): Add unilbrk/*.
13276         Reported by Karl Berry.
13277
13278 2008-05-15  Eric Blake  <ebb9@byu.net>
13279
13280         Fix violation of <stdbool.h> replacement in regex.
13281         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
13282         * lib/regexec.c (re_search_internal): Likewise.
13283         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
13284
13285 2008-05-15  Jim Meyering  <meyering@redhat.com>
13286
13287         avoid distracting test output when git or cvs is not found
13288         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
13289         * tests/test-vc-list-files-git.sh: Likewise.
13290
13291 2008-05-15  Eric Blake  <ebb9@byu.net>
13292
13293         Glibc finally accepted the memmem speedup code, bugzilla #5514.
13294         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
13295         glibc version.
13296         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
13297         * doc/posix-functions/strstr.texi (strstr): Likewise.
13298         * lib/str-two-way.h (MAX): Sychronize with glibc.
13299
13300 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
13301
13302         * lib/regcomp.c (optimize_utf8): Add a note on why we test
13303         opr.ctx_type.
13304         (calc_first): Initialize constraint field.
13305         (duplicate_node_closure): Use it instead of special casing ANCHORS.
13306         Fix grammar.
13307         (duplicate_node): Merge constraint field for all node types.
13308         (calc_eclosure_iter): Look at constraint field for all node types.
13309         * lib/regex_internal.c (create_cd_newstate): Don't look at
13310         opr.ctx_type.
13311
13312 2008-05-14  Bruno Haible  <bruno@clisp.org>
13313
13314         Help GCC to do better code generation.
13315         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
13316         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
13317         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
13318         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
13319         Declare with attribute 'malloc' if supported.
13320
13321 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
13322
13323         use "echo STR|wc -c" rather than unportable "expr length STR"
13324         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
13325         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
13326
13327 2008-05-14  Jim Meyering  <meyering@redhat.com>
13328
13329         use dd ibs=$n count=1 ... rather than less-portable head -c$n
13330         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
13331         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
13332         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
13333         via Collin Lasse.
13334
13335 2008-05-14  Eric Blake  <ebb9@byu.net>
13336
13337         Avoid quadratic growth in gl_LIBSOURCES.
13338         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
13339         Suggested by Bruno Haible.
13340
13341         Test xmemdup0.
13342         * modules/xmemdup0-tests: New file.
13343         * tests/test-xmemdup0.c: Likewise.
13344
13345 2008-05-13  Eric Blake  <ebb9@byu.net>
13346
13347         Split xmemdup0 into its own module.
13348         * modules/xmemdup0: New file.
13349         * lib/xmemdup0.h: Likewise.
13350         * lib/xmemdup0.c: Likewise.
13351         * MODULES.html.sh (Memory management functions): Add xmemdup0.
13352         * lib/xalloc.h (xmemdup0): Remove.
13353         * lib/xmalloc.c (xmemdup0): Likewise.
13354
13355 2008-05-13  Eric Blake  <ebb9@byu.net>
13356             Bruno Haible  <bruno@clisp.org>
13357
13358         Reduce number of forks required during autoconf.
13359         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
13360         and gl_LIBSOURCES_DIR.
13361         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
13362         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
13363         m4_syscmd per file.
13364         <m4_foreach_w>: Move...
13365         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
13366
13367 2008-05-13  Eric Blake  <ebb9@byu.net>
13368
13369         * gnulib-tool: Fix various comment typos.
13370
13371 2008-05-12  Bruno Haible  <bruno@clisp.org>
13372
13373         Tailor the linebreaking algorithm.
13374         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
13375
13376 2008-05-12  Bruno Haible  <bruno@clisp.org>
13377
13378         Update to Unicode 5.0.0.
13379         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
13380         LBP_JV, LBP_JT. Redistribute values.
13381         (unilbrk_table): Change size.
13382         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
13383         Unicode TR#14 rev. 22.
13384         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
13385         LBP_JV, LBP_JT. Redistribute values.
13386         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
13387         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
13388         Update.
13389         * lib/unilbrk/lbrkprop1.h: Regenerated.
13390         * lib/unilbrk/lbrkprop2.h: Regenerated.
13391         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
13392         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
13393         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
13394         Likewise.
13395         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
13396         Likewise.
13397         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
13398         result.
13399         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
13400         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
13401         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
13402         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
13403         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
13404         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
13405
13406 2008-05-11  Bruno Haible  <bruno@clisp.org>
13407
13408         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
13409
13410 2008-05-11  Bruno Haible  <bruno@clisp.org>
13411
13412         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
13413         * modules/unilbrk/gen-lbrk: New file.
13414
13415 2008-05-11  Bruno Haible  <bruno@clisp.org>
13416
13417         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
13418         * m4/sha512.m4 (gl_SHA512): Likewise.
13419
13420 2008-05-11  Jim Meyering  <meyering@redhat.com>
13421
13422         New modules: crypto/sha256, crypto/sha512 (from coreutils)
13423         * modules/crypto/sha256: New file.
13424         * modules/crypto/sha512: Likewise.
13425         * lib/sha256.c: Likewise.
13426         * lib/sha256.h: Likewise.
13427         * lib/sha512.c: Likewise.
13428         * lib/sha512.h: Likewise.
13429         * lib/u64.h: Likewise.
13430         * m4/sha256.m4: Likewise.
13431         * m4/sha512.m4: Likewise.
13432         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
13433
13434 2008-05-10  Bruno Haible  <bruno@clisp.org>
13435
13436         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
13437         (Input/Output <stdio.h>): Add xprintf.
13438         (Signal handling <signal.h>): Add strsignal.
13439         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
13440         (Core language properties): Add func.
13441         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
13442         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
13443         strings.
13444         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
13445         (Input/output): New section.
13446         (File system functions): Add openat-die, stat-macros.
13447         (Networking functions): Add sockets.
13448         (Unicode string functions): Add unictype/*.
13449         (Support for building libraries and executables): Add gperf.
13450         (Support for building documentation): Add agpl-3.0.
13451         (Misc): Add nocrash.
13452
13453 2008-05-10  Bruno Haible  <bruno@clisp.org>
13454
13455         * modules/unictype/gen-ctype: New file.
13456
13457 2008-05-10  Jim Meyering  <meyering@redhat.com>
13458
13459         Make chdir-safer.c more efficient on a system with no symlinks.
13460         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
13461         also if ELOOP is zero.  Suggested by Bruno Haible.
13462
13463         Make chdir-safer.c slightly safer.
13464         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
13465         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
13466
13467         Avoid compile failure on systems without ELOOP (like mingw).
13468         * lib/chdir-safer.c (ELOOP): Define if not already defined.
13469         Reported by Bruno Haible.
13470
13471 2008-05-10  Bruno Haible  <bruno@clisp.org>
13472
13473         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
13474         (is_utf8_encoding): Use a case-insensitive comparison.
13475         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
13476         streq.
13477
13478 2008-05-10  Bruno Haible  <bruno@clisp.org>
13479
13480         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
13481         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
13482         * lib/unilbrk/ulc-common.h (iconv_string_length,
13483         iconv_string_keeping_offsets): Remove declarations.
13484         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
13485         Don't include <iconv.h>, streq.h, xsize.h.
13486         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
13487         conversion.
13488         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
13489         <iconv.h>, streq.h, xsize.h.
13490         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
13491         conversion.
13492         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
13493         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
13494         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
13495         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
13496
13497 2008-05-10  Bruno Haible  <bruno@clisp.org>
13498
13499         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
13500         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
13501
13502         * modules/unilbrk/u32-width-linebreaks-tests: New file.
13503         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
13504
13505         * modules/unilbrk/u16-width-linebreaks-tests: New file.
13506         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
13507
13508         * modules/unilbrk/u8-width-linebreaks-tests: New file.
13509         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
13510
13511         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
13512         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
13513
13514         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
13515         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
13516
13517         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
13518         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
13519
13520         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
13521         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
13522
13523 2008-05-10  Bruno Haible  <bruno@clisp.org>
13524
13525         Split up 'linebreak' module.
13526         * lib/unilbrk.h: New file, based on lib/linebreak.h.
13527         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
13528         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
13529         modifications.
13530         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
13531         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
13532         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
13533         lib/linebreak.c.
13534         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
13535         lib/linebreak.c.
13536         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
13537         lib/linebreak.c.
13538         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
13539         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
13540         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
13541         lib/linebreak.c.
13542         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
13543         lib/linebreak.c.
13544         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
13545         lib/linebreak.c.
13546         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
13547         lib/linebreak.c.
13548         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
13549         lib/linebreak.c.
13550         * modules/unilbrk/base: New file.
13551         * modules/unilbrk/tables: New file.
13552         * modules/unilbrk/u8-possible-linebreaks: New file.
13553         * modules/unilbrk/u16-possible-linebreaks: New file.
13554         * modules/unilbrk/u32-possible-linebreaks: New file.
13555         * modules/unilbrk/ulc-common: New file.
13556         * modules/unilbrk/ulc-possible-linebreaks: New file.
13557         * modules/unilbrk/u8-width-linebreaks: New file.
13558         * modules/unilbrk/u16-width-linebreaks: New file.
13559         * modules/unilbrk/u32-width-linebreaks: New file.
13560         * modules/unilbrk/ulc-width-linebreaks: New file.
13561         * lib/linebreak.h: Remove file.
13562         * lib/linebreak.c: Remove file.
13563         * m4/linebreak.m4: Remove file.
13564         * modules/linebreak: Remove file.
13565         * NEWS: Mention the changes.
13566
13567 2008-05-09  Eric Blake  <ebb9@byu.net>
13568
13569         Add xmemdup0.
13570         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
13571         implementation.
13572         * lib/xmalloc.c (xmemdup0): New C implementation.
13573
13574 2008-05-08  Bruno Haible  <bruno@clisp.org>
13575
13576         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
13577
13578 2008-05-07  Eric Blake  <ebb9@byu.net>
13579
13580         Support cross-compilation of <wctype.h>.
13581         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
13582         AC_CACHE_CHECK.
13583
13584 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
13585
13586         * build-aux/vc-list-files: Add support for bzr.
13587
13588 2008-05-03  Jim Meyering  <meyering@redhat.com>
13589
13590         avoid failed assertion with tight malloc
13591         * tests/test-getndelim2.c: Correct an off-by-one assertion.
13592
13593 2008-05-03  Simon Josefsson  <simon@josefsson.org>
13594
13595         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
13596         are needed from arpa/inet.h.
13597         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
13598         Reported by Bruno Haible.
13599
13600 2008-05-02  Jim Meyering  <meyering@redhat.com>
13601
13602         avoid compilation error on FreeBSD 6
13603         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
13604
13605 2008-05-01  Jim Meyering  <meyering@redhat.com>
13606
13607         useless-if-before-free: correct --help's exit status description
13608         * build-aux/useless-if-before-free (usage): Like grep, exit 0
13609         for one or more matches, etc.  Reported by Bruno Haible.
13610
13611         vc-list-files: make the stand-alone gnulib test work
13612         * modules/vc-list-files-tests (configure.ac):
13613         Define and AC_SUBST abs_aux_dir.
13614         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
13615         $(abs_top_srcdir) to each script and having each of them
13616         duplicate the work of setting PATH, set PATH here, using
13617         the new variable, abs_aux_dir instead.
13618         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
13619         * tests/test-vc-list-files-git.sh: Likewise.
13620         Reported by Bruno Haible.
13621
13622 2008-05-01  Bruno Haible  <bruno@clisp.org>
13623
13624         * lib/getndelim2.c (getndelim2): Fix newsize computation during
13625         reallocation. Rename 'done' to 'found_delimiter'.
13626
13627 2008-05-01  Jim Meyering  <meyering@redhat.com>
13628
13629         vc-list-files: accommodate /bin/sh like the one from Solaris 10
13630         * build-aux/vc-list-files: Use `...`, not $(...).
13631
13632 2008-04-30  Jim Meyering  <meyering@redhat.com>
13633
13634         add tests for vc-list-files
13635         * modules/vc-list-files-tests: New module.
13636         * tests/test-vc-list-files-cvs.sh: New file.
13637         * tests/test-vc-list-files-git.sh: New file.
13638
13639         avoid a warning from gcc
13640         * lib/getndelim2.c (IF_LINT): Define.
13641         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
13642
13643         vc-list-files: work properly with build-aux/cvsu, too
13644         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
13645         to all cvs-based clauses.
13646
13647         vc-list-files: work properly in the CVS+awk case, too
13648         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
13649
13650         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
13651         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
13652         take more than one file argument, so .  Add quotes, just in case $dir
13653         ever contains a shell meta-character.  Prompted by Soren Hansen in
13654         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
13655
13656 2008-04-29  Eric Blake  <ebb9@byu.net>
13657
13658         Optimize getndelim2 to use block operations when possible.
13659         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
13660         freadseek, and memchr2.
13661         * lib/getndelim2.c (getndelim2): Use them for block reads.
13662
13663 2008-04-29  Bruno Haible  <bruno@clisp.org>
13664
13665         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
13666         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
13667         * modules/inet_ntop (Depends-on): Add extensions.
13668         * modules/inet_pton (Depends-on): Likewise.
13669         Reported by Simon Josefsson.
13670
13671 2008-04-29  Jim Meyering  <meyering@redhat.com>
13672
13673         When the is more than one match in a block, match all of them.
13674         * build-aux/useless-if-before-free: Iterate through each block
13675         until there are no more matches.
13676
13677         Fix broken useless-if-before-free script.
13678         * build-aux/useless-if-before-free: Fix typo: missing "?" after
13679         the expression to match cast of argument to free-like function.
13680
13681 2008-04-29  Eric Blake  <ebb9@byu.net>
13682
13683         Use new header.
13684         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
13685
13686 2008-04-29  Jim Meyering  <meyering@redhat.com>
13687
13688         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
13689         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
13690         by gnulib to exist and to declare e.g., inet_ntop.
13691         Don't include "inet_ntop.h", now removed.
13692
13693         * m4/arpa_inet_h.m4: Remove trailing blanks.
13694
13695 2008-04-29  Eric Blake  <ebb9@byu.net>
13696
13697         Silence valgrind on safe reads beyond potential array bounds.
13698         * lib/rawmemchr.valgrind: New file.
13699         * lib/strchrnul.valgrind: Likewise.
13700         * modules/rawmemchr (Files): Distribute new file.
13701         * modules/strchrnul (Files): Likewise.
13702         Suggested by Bruno Haible.
13703
13704 2008-04-29  Bruno Haible  <bruno@clisp.org>
13705
13706         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
13707         (inet_ntop, inet_pton): Change portability warning's wording.
13708         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
13709         Invoke gl_CHECK_NEXT_HEADERS.
13710         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
13711         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
13712         set ARPA_INET_H.
13713         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
13714         * modules/arpa_inet (Description): No longer only for systems that
13715         lack it.
13716         (Depends-on): Add include_next.
13717         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
13718         HAVE_ARPA_INET_H.
13719
13720 2008-04-29  Jim Meyering  <meyering@redhat.com>
13721
13722         * modules/mkdir (License): Re-license as LGPLv2+.
13723
13724 2008-04-29  Bruno Haible  <bruno@clisp.org>
13725
13726         * modules/rawmemchr (Maintainer): Set to Eric.
13727         * modules/strchrnul (Maintainer): Likewise.
13728
13729 2008-04-29  Simon Josefsson  <simon@josefsson.org>
13730
13731         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
13732         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
13733
13734         * modules/arpa_inet (arpa/inet.h): Use them.
13735
13736 2008-04-28  Eric Blake  <ebb9@byu.net>
13737
13738         Test getndelim2.
13739         * modules/getndelim2-tests: New file.
13740         * tests/test-getndelim2.c: Likewise.
13741         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
13742         stream.
13743         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
13744
13745         * MODULES.html.sh: Document new module.
13746
13747 2008-04-20  Bruno Haible  <bruno@clisp.org>
13748
13749         * lib/c-stack.c (die): Use raise.
13750         * modules/c-stack (Depends-on): Add raise.
13751
13752 2008-04-28  Bruno Haible  <bruno@clisp.org>
13753
13754         Expect rpmatch to be declared.
13755         * lib/yesno.c (rpmatch): Remove declaration.
13756
13757         Declare rpmatch.
13758         * lib/stdlib.in.h (rpmatch): New declaration.
13759         * lib/rpmatch.c: Include <stdlib.h> first.
13760         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
13761         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
13762         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
13763         HAVE_RPMATCH.
13764         * modules/rpmatch (Depends-on): Add stdlib, extensions.
13765         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13766         (Include): Set to <stdlib.h>.
13767         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
13768         HAVE_RPMATCH.
13769         * NEWS: Document the change.
13770
13771 2008-04-28  Bruno Haible  <bruno@clisp.org>
13772
13773         Change rpmatch to use nl_langinfo when appropriate.
13774         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
13775         (N_): New macro.
13776         (localized_pattern): New function/macro.
13777         (try): Remove match, nomatch arguments. Copy the pattern into safe
13778         memory before caching it.
13779         (rpmatch): Use localized_pattern. Add translator comments.
13780         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
13781         Suggested by Eric Blake.
13782         * modules/rpmatch (Depends-on): Add stdbool.
13783
13784 2008-04-28  Eric Blake  <ebb9@byu.net>
13785
13786         Add rawmemchr module, matching glibc.
13787         * modules/string (Makefile.am): New indicator.
13788         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
13789         * lib/string.in.h (rawmemchr): Declare when appropriate.
13790         * modules/rawmemchr: New file.
13791         * m4/rawmemchr.m4: Likewise.
13792         * lib/rawmemchr.c: Likewise.
13793         * modules/rawmemchr-tests: Likewise.
13794         * tests/test-rawmemchr.c: Likewise.
13795         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
13796         module.
13797         * modules/strchrnul (Depends-on): Add rawmemchr.
13798         * lib/strchrnul.c (strchrnul): Optimize a corner case.
13799
13800         Whitespace cleanup.
13801         * tests/test-strchrnul.c: Reindent.
13802         * lib/strchrnul.c: Likewise.
13803
13804         Optimize and test strchrnul.
13805         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
13806         * modules/strchrnul-tests: New file.
13807         * tests/test-strchrnul.c: Likewise.
13808
13809         Remove intprops dependency.
13810         * modules/memchr (Depends-on): Remove intprops.
13811         * modules/memrchr (Depends-on): Likewise.
13812         * modules/memchr2 (Depends-on): Likewise.
13813         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
13814         * lib/memrchr.c (__memrchr): Likewise.
13815         * lib/memrchr2.c (memchr2): Likewise.
13816         Reported by Simon Josefsson.
13817
13818 2008-04-28  Simon Josefsson  <simon@josefsson.org>
13819
13820         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
13821         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13822
13823 2008-04-28  Simon Josefsson  <simon@josefsson.org>
13824
13825         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
13826
13827         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
13828
13829         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
13830
13831         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
13832         declarations.
13833         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
13834
13835         * m4/inet_pton.m4: Don't check for header files.
13836
13837         * m4/inet_ntop.m4: Don't check for header files.
13838
13839 2008-04-28  Simon Josefsson  <simon@josefsson.org>
13840
13841         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
13842         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
13843         trigger for cygwin).
13844         Reported by Bruno Haible  <bruno@clisp.org>.
13845
13846 2008-04-28  Bruno Haible  <bruno@clisp.org>
13847
13848         * doc/posix-functions/strdup.texi: Mention mingw problem.
13849
13850 2008-04-27  Bruno Haible  <bruno@clisp.org>
13851
13852         * modules/stat-time-tests (Depends-on): Add sleep.
13853         * tests/test-stat-time.c (force_unlink): New function.
13854         (cleanup): Use it.
13855         (test_mtime): Remove the ctime related tests.
13856         (test_ctime): New function, containing the ctime related tests.
13857         (main): Call test_ctime, except on native Windows platforms.
13858
13859 2008-04-27  Bruno Haible  <bruno@clisp.org>
13860
13861         * lib/rpmatch.c (rpmatch): Add some comments.
13862         Reported by James Youngman <jay@gnu.org>.
13863
13864 2008-04-27  Bruno Haible  <bruno@clisp.org>
13865
13866         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
13867         quiet NaNs.
13868
13869 2008-04-27  Bruno Haible  <bruno@clisp.org>
13870
13871         Make test-yesno.sh work on mingw.
13872         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
13873         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
13874         (main): Set stdin to binary mode.
13875         * modules/yesno-tests (Depends-on): Add binary-io.
13876
13877 2008-04-27  Bruno Haible  <bruno@clisp.org>
13878
13879         Fix 'isfinite' on x86, x86_64, ia64 platforms.
13880         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
13881         argument that lie outside the IEEE 854 domain.
13882         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
13883         (gl_ISFINITE): Use it.
13884         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
13885
13886 2008-04-27  Bruno Haible  <bruno@clisp.org>
13887
13888         Allow local renaming in config.h.
13889         * lib/memrchr.c (memrchr): Don't undefine outside libc.
13890
13891 2008-04-27  Bruno Haible  <bruno@clisp.org>
13892
13893         * lib/memchr.c (__memchr): Change type of 'i'.
13894         * lib/memchr2.c (memchr2): Likewise.
13895
13896 2008-04-26  Eric Blake  <ebb9@byu.net>
13897         and Bruno Haible  <bruno@clisp.org>
13898
13899         Optimize and test memrchr.
13900         * modules/memrchr (Depends-on): Add intprops.
13901         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
13902         * modules/memrchr-tests: New file.
13903         * tests/test-memrchr.c: New file.
13904
13905 2008-04-26  Bruno Haible  <bruno@clisp.org>
13906
13907         Add tentative support for DragonFly BSD.
13908         * lib/stdio-impl.h: Add macros for DragonFly BSD.
13909         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
13910         fp.
13911         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
13912         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
13913         * lib/fpurge.c (fpurge): Likewise.
13914         * lib/freadable.c (freaadable): Likewise.
13915         * lib/freadahead.c (freadahead): Likewise.
13916         * lib/freading.c (freading): Likewise.
13917         * lib/freadptr.c (freadptr): Likewise.
13918         * lib/freadseek.c (freadptrinc): Likewise.
13919         * lib/fseeko.c (fseeko): Likewise.
13920         * lib/fseterr.c (fseterr): Likewise.
13921         * lib/fwritable.c (fwritable): Likewise.
13922         * lib/fwriting.c (fwriting): Likewise.
13923
13924 2008-04-26  Bruno Haible  <bruno@clisp.org>
13925
13926         * lib/stdio-impl.h: New file.
13927         * lib/fbufmode.c: Include stdio-impl.h.
13928         (fbufmode): Use fp_, remove redundant #defines.
13929         * lib/fflush.c: Include stdio-impl.h.
13930         (clear_ungetc_buffer): Remove redundant #defines.
13931         * lib/fpurge.c: Include stdio-impl.h.
13932         (fpurge): Remove redundant #defines.
13933         * lib/freadable.c: Include stdio-impl.h.
13934         (freadable): Remove redundant #defines.
13935         * lib/freadahead.c: Include stdio-impl.h.
13936         (freadahead): Remove redundant #defines.
13937         * lib/freading.c: Include stdio-impl.h.
13938         (freading): Remove redundant #defines.
13939         * lib/freadptr.c: Include stdio-impl.h.
13940         (freadptr): Remove redundant #defines.
13941         * lib/freadseek.c: Include stdio-impl.h.
13942         (freadptrinc): Remove redundant #defines.
13943         * lib/fseeko.c: Include stdio-impl.h.
13944         (rpl_fseeko): Remove redundant #defines.
13945         * lib/fseterr.c: Include stdio-impl.h.
13946         (fseterr): Remove redundant #defines.
13947         * lib/fwritable.c: Include stdio-impl.h.
13948         (fwritable: Remove redundant #defines.
13949         * lib/fwriting.c: Include stdio-impl.h.
13950         (fwriting): Remove redundant #defines.
13951         * modules/fbufmode (Files): Add lib/stdio-impl.h.
13952         * modules/fflush (Files): Likewise.
13953         * modules/fpurge (Files): Likewise.
13954         * modules/freadable (Files): Likewise.
13955         * modules/freadahead (Files): Likewise.
13956         * modules/freading (Files): Likewise.
13957         * modules/freadptr (Files): Likewise.
13958         * modules/freadseek (Files): Likewise.
13959         * modules/fseeko (Files): Likewise.
13960         * modules/fseterr (Files): Likewise.
13961         * modules/fwritable (Files): Likewise.
13962         * modules/fwriting (Files): Likewise.
13963
13964 2008-04-26  Bruno Haible  <bruno@clisp.org>
13965
13966         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
13967         restore_seek_optimization, update_fpos_cache): New functions, extracted
13968         from rpl_fflush.
13969         (rpl_fflush): Use them.
13970         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
13971         (gl_REPLACE_FFLUSH): Use it.
13972
13973 2008-04-26  Bruno Haible  <bruno@clisp.org>
13974
13975         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
13976         on Solaris.
13977         * tests/test-xstrtoimax.sh: Likewise.
13978         * tests/test-xstrtoumax.sh: Likewise.
13979         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13980
13981 2008-04-26  Bruno Haible  <bruno@clisp.org>
13982
13983         * modules/memchr-tests: New file.
13984         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
13985
13986 2008-04-26  Eric Blake  <ebb9@byu.net>
13987             Bruno Haible  <bruno@clisp.org>
13988
13989         * lib/memchr.c: Include intprops.h.
13990         (__memchr): Optimize parallel detection of matching bytes. Rename local
13991         variables. Add explanatory comments.
13992
13993 2008-04-26  Bruno Haible  <bruno@clisp.org>
13994
13995         Fix module 'memchr', broken since 2000-10-28.
13996         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
13997
13998 2008-04-26  Bruno Haible  <bruno@clisp.org>
13999
14000         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
14001         comments.
14002
14003 2008-04-25  Eric Blake  <ebb9@byu.net>
14004
14005         Use native fstatat on cygwin 1.7.0.
14006         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
14007         first.
14008
14009 2008-04-23  Eric Blake  <ebb9@byu.net>
14010
14011         Improve memchr2 performance.
14012         * lib/memchr2.c (memchr2): Further optimize parallel detection of
14013         NUL bytes.
14014         * modules/memchr2 (Depends-on): Use intprops.h.
14015
14016 2008-04-23  Simon Josefsson  <simon@josefsson.org>
14017
14018         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
14019         an inline function instead of a CPP macro.  Patch by Ben Pfaff
14020         <blp@cs.stanford.edu>.
14021
14022 2008-04-23  Simon Josefsson  <simon@josefsson.org>
14023
14024         * lib/arpa_inet.in.h: New file.
14025
14026         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
14027         (Makefile.am): Sed in substitute header file.
14028
14029         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
14030         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
14031
14032         * modules/inet_ntop (configure.ac): Use
14033         gl_ARPA_INET_MODULE_INDICATOR.
14034
14035         * modules/inet_pton (configure.ac): Use
14036         gl_ARPA_INET_MODULE_INDICATOR.
14037
14038 2008-04-22  Jim Meyering  <meyering@redhat.com>
14039
14040         * modules/verify (License): Re-license as LGPLv2+.
14041
14042 2008-04-22  Simon Josefsson  <simon@josefsson.org>
14043
14044         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
14045         parameter to void* as per POSIX standard (MinGW uses char*).
14046
14047 2008-04-21  Bruno Haible  <bruno@clisp.org>
14048
14049         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
14050         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
14051         Define to replacements if REPLACE_ISWCNTRL is 1.
14052         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
14053         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
14054         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
14055         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
14056         what it fixes.
14057         * doc/posix-functions/iswalpha.texi: Likewise.
14058         * doc/posix-functions/iswblank.texi: Likewise.
14059         * doc/posix-functions/iswcntrl.texi: Likewise.
14060         * doc/posix-functions/iswdigit.texi: Likewise.
14061         * doc/posix-functions/iswgraph.texi: Likewise.
14062         * doc/posix-functions/iswlower.texi: Likewise.
14063         * doc/posix-functions/iswprint.texi: Likewise.
14064         * doc/posix-functions/iswpunct.texi: Likewise.
14065         * doc/posix-functions/iswspace.texi: Likewise.
14066         * doc/posix-functions/iswupper.texi: Likewise.
14067         * doc/posix-functions/iswxdigit.texi: Likewise.
14068         Reported by Alain Guibert.
14069
14070 2008-04-21  Bruno Haible  <bruno@clisp.org>
14071
14072         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
14073         Patch by Alain Guibert.
14074
14075 2008-04-21  Bruno Haible  <bruno@clisp.org>
14076
14077         Fix test failures on mingw.
14078         * tests/test-xstrtol.c (print_no_progname): New function.
14079         (main): Install it in error_print_progname hook.
14080         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
14081         * tests/test-xstrtoimax.sh: Likewise.
14082         * tests/test-xstrtoumax.sh: Likewise.
14083
14084 2008-04-21  Bruno Haible  <bruno@clisp.org>
14085
14086         Fix test failure on mingw.
14087         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
14088
14089 2008-04-21  Bruno Haible  <bruno@clisp.org>
14090
14091         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
14092         Actually assign a value.
14093
14094 2008-04-20  Bruno Haible  <bruno@clisp.org>
14095
14096         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
14097         take 2.
14098         * lib/canonicalize.c (canonicalize_file_name): Elide if the
14099         'canonicalize-lgpl' module is also used.
14100         * lib/canonicalize-lgpl.c: Undo last change.
14101         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
14102
14103 2008-04-20  Bruno Haible  <bruno@clisp.org>
14104
14105         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
14106         config.h. Provide _mkdir based fallback for mingw.
14107         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
14108         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
14109         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
14110         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
14111         rather than defining mkdir in config.h.
14112         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
14113         (gl_SYS_STAT_H_DEFAULTS): New macro.
14114         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
14115         HAVE_IO_H any more.
14116         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
14117         HAVE_DECL_MKDIR and HAVE_IO_H.
14118
14119 2008-04-20  Bruno Haible  <bruno@clisp.org>
14120
14121         * lib/isapipe.c: Port to native Windows platforms.
14122
14123 2008-04-20  Bruno Haible  <bruno@clisp.org>
14124
14125         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
14126
14127 2008-04-21  Eric Blake  <ebb9@byu.net>
14128
14129         Work around preprocessors that don't handle UINTMAX_MAX.
14130         * lib/memchr2.c (memchr2): Avoid embedded #if.
14131         Reported by Alain Guibert, fix suggested by Bruno Haible.
14132
14133 2008-04-21  Simon Josefsson  <simon@josefsson.org>
14134
14135         * doc/posix-functions/strftime.texi (strftime): Explain better
14136         Windows incompatibility.  Suggested by Micah Cowan
14137         <micah@cowan.name>.
14138
14139 2008-04-20  Bruno Haible  <bruno@clisp.org>
14140
14141         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
14142         unistr/u8-mblen.
14143
14144 2008-04-20  Bruno Haible  <bruno@clisp.org>
14145
14146         Fix test failure on platforms with non-GNU iconv.
14147         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
14148         (U_TO_U8): Use it, rather than u16_to_u8.
14149         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
14150         units at the end of the input string.
14151         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
14152
14153 2008-04-20  Bruno Haible  <bruno@clisp.org>
14154
14155         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
14156         when the resulting length is 0.
14157         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
14158
14159 2008-04-20  Bruno Haible  <bruno@clisp.org>
14160
14161         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
14162         works.
14163         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
14164
14165 2008-04-20  Bruno Haible  <bruno@clisp.org>
14166
14167         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
14168         * modules/tsearch-tests (configure.ac): Test for initstate function.
14169
14170 2008-04-20  Bruno Haible  <bruno@clisp.org>
14171
14172         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
14173         for nlink_t if missing.
14174         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
14175
14176 2008-04-19  Bruno Haible  <bruno@clisp.org>
14177
14178         Work around snprintf bug on Linux libc5.
14179         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
14180         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
14181         gl_SNPRINTF_SIZE1.
14182         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14183         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
14184         that test failed.
14185         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
14186         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
14187         * modules/snprintf (Files): Add m4/printf.m4.
14188         * modules/vsnprintf (Files): Likewise.
14189         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
14190         * doc/posix-functions/vsnprintf.texi: Likewise.
14191
14192 2008-04-19  Bruno Haible  <bruno@clisp.org>
14193
14194         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
14195         from 0.0058 to less than 10^-7.
14196
14197 2008-04-19  Bruno Haible  <bruno@clisp.org>
14198
14199         Fix rounding when a precision is given.
14200         * lib/vasnprintf.c (is_borderline): New function.
14201         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
14202         9...9x.
14203         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
14204         %e, %g.
14205         * tests/test-vasprintf-posix.c (test_function): Likewise.
14206         * tests/test-snprintf-posix.h (test_function): Likewise.
14207         * tests/test-sprintf-posix.h (test_function): Likewise.
14208         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
14209         * tests/test-printf-posix.h (test_function): Likewise.
14210         * tests/test-printf-posix.output: Update.
14211         Reported by John Darrington <john@darrington.wattle.id.au> via
14212         Ben Pfaff <blp@cs.stanford.edu>.
14213
14214 2008-04-18  Simon Josefsson  <simon@josefsson.org>
14215
14216         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
14217         Suggested by Bruno Haible <bruno@clisp.org>.
14218
14219 2008-04-17  Bruno Haible  <bruno@clisp.org>
14220
14221         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
14222         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
14223         implementation.
14224         Patch by Bruce Merry <bmerry@gmail.com>.
14225
14226 2008-04-17  Simon Josefsson  <simon@josefsson.org>
14227
14228         * doc/posix-functions/strftime.texi (strftime): Mention that %e
14229         doesn't work under Windows.
14230
14231 2008-04-16  Bruno Haible  <bruno@clisp.org>
14232
14233         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
14234         New macros.
14235         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
14236         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
14237         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
14238         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
14239         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
14240         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
14241         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
14242         macros.
14243         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
14244         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
14245         Northern Sotho, Uighur.
14246
14247 2008-04-16  Bruno Haible  <bruno@clisp.org>
14248
14249         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
14250         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
14251         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
14252         Reported by Daniel Bergström <daniel@octocode.com>.
14253
14254 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
14255             Bruno Haible  <bruno@clisp.org>
14256
14257         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
14258         function.
14259         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
14260         New functions, mostly extracted from gl_locale_name_default.
14261         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
14262
14263 2008-04-16  Eric Blake  <ebb9@byu.net>
14264
14265         Adjust strtod detection to catch glibc 2.7 bug.
14266         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
14267         Reported by John Gatewood Ham.
14268
14269 2008-04-16  Bruno Haible  <bruno@clisp.org>
14270
14271         Add tentative support for Linux libc5.
14272         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
14273         * lib/fpurge.c (fpurge): Likewise.
14274         * lib/freadable.c (freadable): Likewise.
14275         * lib/freadahead.c (freadahead): Likewise.
14276         * lib/freading.c (freading): Likewise.
14277         * lib/freadptr.c (freadptr): Likewise.
14278         * lib/freadseek.c (freadptrinc): Likewise.
14279         * lib/fseeko.c (rpl_fseeko): Likewise.
14280         * lib/fseterr.c (fseterr): Likewise.
14281         * lib/fwritable.c (fwritable): Likewise.
14282         * lib/fwriting.c (fwriting): Likewise.
14283         Reported by Alain Guibert <alguibert+bts@free.fr>.
14284
14285 2008-04-15  Bruno Haible  <bruno@clisp.org>
14286
14287         * modules/mathl (configure.ac): Define module indicator.
14288
14289 2008-04-15  Bruno Haible  <bruno@clisp.org>
14290
14291         * lib/logl.c (logl): Remove unused variables.
14292
14293 2008-04-15  Bruno Haible  <bruno@clisp.org>
14294
14295         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
14296         fails.
14297
14298 2008-04-15  Bruno Haible  <bruno@clisp.org>
14299
14300         * lib/trim.c (trim2): Fix argument of isspace() macro.
14301
14302 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
14303
14304         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
14305         to 0.
14306         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
14307
14308 2008-04-14  Bruno Haible  <bruno@clisp.org>
14309
14310         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
14311         AC_LANG_PROGRAM argument.
14312         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
14313         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
14314         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
14315         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
14316         * m4/math_h.m4 (gl_MATH_H): Likewise.
14317         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
14318         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
14319         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
14320         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
14321         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
14322         * m4/regex.m4 (gl_REGEX): Likewise.
14323         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
14324         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
14325         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
14326         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
14327         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
14328         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
14329         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
14330         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
14331
14332 2008-04-14  Jim Meyering  <meyering@redhat.com>
14333
14334         test-strtod: fix typos: s/abs/fabs/
14335         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
14336
14337 2008-04-13  Bruno Haible  <bruno@clisp.org>
14338
14339         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
14340         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
14341         module is also used and while not building the reloc-wrapper.
14342
14343 2008-04-13  Bruno Haible  <bruno@clisp.org>
14344
14345         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
14346
14347 2008-04-13  Bruno Haible  <bruno@clisp.org>
14348
14349         Fix AIX compilation failure introduced on 2008-04-02.
14350         * tests/test-frexp.c (exp): Undefine before redefining.
14351         * tests/test-frexpl.c (exp): Likewise.
14352
14353 2008-04-13  Bruno Haible  <bruno@clisp.org>
14354
14355         Work around a HP-UX stdio bug.
14356         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
14357         * tests/test-ftello.c (main): Likewise.
14358         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
14359         * doc/posix-functions/ftello.texi: Likewise.
14360
14361 2008-04-13  Bruno Haible  <bruno@clisp.org>
14362
14363         Make test-signbit pass on HP-UX/hppa.
14364         * tests/test-signbit.c (minus_zerol): New variable.
14365         (test_signbitl): Use it.
14366
14367 2008-04-13  Bruno Haible  <bruno@clisp.org>
14368
14369         Make truncl work on OSF/1 4.0.
14370         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
14371         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
14372         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
14373         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
14374         HAVE_DECL_TRUNCL.
14375         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
14376         HAVE_DECL_TRUNCL.
14377         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
14378
14379 2008-04-13  Bruno Haible  <bruno@clisp.org>
14380
14381         * lib/unictype.h: Remove trailing comma from enumeration definitions.
14382
14383 2008-04-13  Bruno Haible  <bruno@clisp.org>
14384
14385         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
14386         expression, so as to avoid HP-UX 11 cc compiler bug.
14387
14388 2008-04-13  Bruno Haible  <bruno@clisp.org>
14389
14390         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
14391
14392 2008-04-13  Bruno Haible  <bruno@clisp.org>
14393
14394         * lib/git-merge-changelog.c: Remove empty declaration outside of
14395         functions.
14396
14397 2008-04-13  Bruno Haible  <bruno@clisp.org>
14398
14399         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
14400
14401 2008-04-13  Bruno Haible  <bruno@clisp.org>
14402
14403         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
14404         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
14405         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
14406         also if it exists but lacks definitions of the SHUT_* macros.
14407         * modules/sys_socket (Description): Update.
14408         Reported by Elbert Pol <e.pol@chello.nl>.
14409
14410 2008-04-13  Bruno Haible  <bruno@clisp.org>
14411
14412         * lib/localcharset.c (OS2): Don't redefine if already defined.
14413         Reported by Elbert Pol <e.pol@chello.nl>.
14414
14415 2008-04-13  Bruno Haible  <bruno@clisp.org>
14416
14417         * lib/binary-io.h [__EMX__]: Include <io.h>.
14418         Reported by Elbert Pol <e.pol@chello.nl>.
14419
14420 2008-04-12  Bruno Haible  <bruno@clisp.org>
14421
14422         * lib/fpucw.h: Enable the definitions also for x86_64.
14423         Needed for NetBSD/x86_64.
14424         Reported by Thomas Klausner <tk@giga.or.at>.
14425
14426 2008-04-12  Bruno Haible  <bruno@clisp.org>
14427
14428         * tests/test-strtod.c: Include isnand.h.
14429         (main): Use isnand instead of isnan.
14430         Reported by Jim Meyering.
14431
14432 2008-04-12  Bruno Haible  <bruno@clisp.org>
14433
14434         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
14435         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
14436
14437 2008-04-12  Jim Meyering  <meyering@redhat.com>
14438
14439         * m4/math_h.m4 (gl_MATH_H): Fix typos.
14440
14441 2008-04-12  Bruno Haible  <bruno@clisp.org>
14442
14443         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
14444         Reported by Elbert Pol <e.pol@chello.nl>.
14445
14446 2008-04-12  Eric Blake  <ebb9@byu.net>
14447
14448         Work around Solaris 10 math.h bug.
14449         * m4/math_h.m4 (gl_MATH_H): Check for bug.
14450         (gl_MATH_H_DEFAULTS): Set up default.
14451         * modules/math (Makefile.am): Replace new indicators.
14452         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
14453         * tests/test-math.c (main): Test this.
14454         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
14455         * doc/posix-headers/math.texi (math.h): Mention bug.
14456         Reported by Nelson H. F. Beebe and Jim Meyering.
14457
14458 2008-04-11  Bruno Haible  <bruno@clisp.org>
14459
14460         Adapt to future versions of Apple GCC.
14461         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
14462         Reported by Peter O'Gorman <peter@pogma.com>.
14463
14464 2008-04-11  Bruno Haible  <bruno@clisp.org>
14465
14466         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
14467
14468 2008-04-11  Bruno Haible  <bruno@clisp.org>
14469
14470         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
14471
14472         * modules/getaddrinfo-tests (Makefile.am): Define
14473         test_getaddrinfo_LDADD.
14474
14475 2008-04-11  Bruno Haible  <bruno@clisp.org>
14476
14477         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
14478         (init): Fix syntax error.
14479         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
14480         is declared.
14481
14482 2008-04-11  Bruno Haible  <bruno@clisp.org>
14483
14484         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
14485         * modules/glob (Depends-on): Add stdbool.
14486
14487 2008-04-11  Bruno Haible  <bruno@clisp.org>
14488
14489         * lib/trim.c: Include <string.h>.
14490
14491 2008-04-11  Eric Blake  <ebb9@byu.net>
14492
14493         Avoid compile failure on OS/2.
14494         * lib/regex_internal.h (internal_function): Disable optimization
14495         on OS/2 (__EMX__), where it caused compiler error.
14496         Reported by Elbert Pol.
14497
14498 2008-04-11  Bruno Haible  <bruno@clisp.org>
14499
14500         Flush the standard error stream before aborting. Needed on mingw.
14501         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
14502         * tests/test-array_list.c (ASSERT): Likewise.
14503         * tests/test-array_oset.c (ASSERT): Likewise.
14504         * tests/test-avltree_list.c (ASSERT): Likewise.
14505         * tests/test-avltree_oset.c (ASSERT): Likewise.
14506         * tests/test-avltreehash_list.c (ASSERT): Likewise.
14507         * tests/test-binary-io.c (ASSERT): Likewise.
14508         * tests/test-byteswap.c (ASSERT): Likewise.
14509         * tests/test-c-ctype.c (ASSERT): Likewise.
14510         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
14511         * tests/test-c-strcasestr.c (ASSERT): Likewise.
14512         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
14513         * tests/test-c-strstr.c (ASSERT): Likewise.
14514         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
14515         * tests/test-canonicalize.c (ASSERT): Likewise.
14516         * tests/test-carray_list.c (ASSERT): Likewise.
14517         * tests/test-ceilf1.c (ASSERT): Likewise.
14518         * tests/test-ceilf2.c (ASSERT): Likewise.
14519         * tests/test-ceill.c (ASSERT): Likewise.
14520         * tests/test-count-one-bits.c (ASSERT): Likewise.
14521         * tests/test-fbufmode.c (ASSERT): Likewise.
14522         * tests/test-fflush2.c (ASSERT): Likewise.
14523         * tests/test-floorf1.c (ASSERT): Likewise.
14524         * tests/test-floorf2.c (ASSERT): Likewise.
14525         * tests/test-floorl.c (ASSERT): Likewise.
14526         * tests/test-fopen.c (ASSERT): Likewise.
14527         * tests/test-fpending.c (ASSERT): Likewise.
14528         * tests/test-fprintf-posix.c (ASSERT): Likewise.
14529         * tests/test-fpurge.c (ASSERT): Likewise.
14530         * tests/test-freadable.c (ASSERT): Likewise.
14531         * tests/test-freadahead.c (ASSERT): Likewise.
14532         * tests/test-freading.c (ASSERT): Likewise.
14533         * tests/test-freadptr.c (ASSERT): Likewise.
14534         * tests/test-freadptr2.c (ASSERT): Likewise.
14535         * tests/test-freadseek.c (ASSERT): Likewise.
14536         * tests/test-freopen.c (ASSERT): Likewise.
14537         * tests/test-frexp.c (ASSERT): Likewise.
14538         * tests/test-frexpl.c (ASSERT): Likewise.
14539         * tests/test-fseek.c (ASSERT): Likewise.
14540         * tests/test-fseeko.c (ASSERT): Likewise.
14541         * tests/test-fstrcmp.c (ASSERT): Likewise.
14542         * tests/test-ftell.c (ASSERT): Likewise.
14543         * tests/test-ftello.c (ASSERT): Likewise.
14544         * tests/test-func.c (ASSERT): Likewise.
14545         * tests/test-fwritable.c (ASSERT): Likewise.
14546         * tests/test-fwriting.c (ASSERT): Likewise.
14547         * tests/test-getdelim.c (ASSERT): Likewise.
14548         * tests/test-getline.c (ASSERT): Likewise.
14549         * tests/test-i-ring.c (ASSERT): Likewise.
14550         * tests/test-iconv-utf.c (ASSERT): Likewise.
14551         * tests/test-iconv.c (ASSERT): Likewise.
14552         * tests/test-isfinite.c (ASSERT): Likewise.
14553         * tests/test-isnand.c (ASSERT): Likewise.
14554         * tests/test-isnanf.c (ASSERT): Likewise.
14555         * tests/test-isnanl.h (ASSERT): Likewise.
14556         * tests/test-ldexpl.c (ASSERT): Likewise.
14557         * tests/test-linked_list.c (ASSERT): Likewise.
14558         * tests/test-linkedhash_list.c (ASSERT): Likewise.
14559         * tests/test-localename.c (ASSERT): Likewise.
14560         * tests/test-lseek.c (ASSERT): Likewise.
14561         * tests/test-mbscasecmp.c (ASSERT): Likewise.
14562         * tests/test-mbscasestr1.c (ASSERT): Likewise.
14563         * tests/test-mbscasestr2.c (ASSERT): Likewise.
14564         * tests/test-mbscasestr3.c (ASSERT): Likewise.
14565         * tests/test-mbscasestr4.c (ASSERT): Likewise.
14566         * tests/test-mbschr.c (ASSERT): Likewise.
14567         * tests/test-mbscspn.c (ASSERT): Likewise.
14568         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
14569         * tests/test-mbspbrk.c (ASSERT): Likewise.
14570         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
14571         * tests/test-mbsrchr.c (ASSERT): Likewise.
14572         * tests/test-mbsspn.c (ASSERT): Likewise.
14573         * tests/test-mbsstr1.c (ASSERT): Likewise.
14574         * tests/test-mbsstr2.c (ASSERT): Likewise.
14575         * tests/test-mbsstr3.c (ASSERT): Likewise.
14576         * tests/test-memchr2.c (ASSERT): Likewise.
14577         * tests/test-memmem.c (ASSERT): Likewise.
14578         * tests/test-open.c (ASSERT): Likewise.
14579         * tests/test-printf-frexp.c (ASSERT): Likewise.
14580         * tests/test-printf-frexpl.c (ASSERT): Likewise.
14581         * tests/test-printf-posix.c (ASSERT): Likewise.
14582         * tests/test-quotearg.c (ASSERT): Likewise.
14583         * tests/test-rbtree_list.c (ASSERT): Likewise.
14584         * tests/test-rbtree_oset.c (ASSERT): Likewise.
14585         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
14586         * tests/test-round1.c (ASSERT): Likewise.
14587         * tests/test-roundf1.c (ASSERT): Likewise.
14588         * tests/test-roundl.c (ASSERT): Likewise.
14589         * tests/test-signbit.c (ASSERT): Likewise.
14590         * tests/test-sleep.c (ASSERT): Likewise.
14591         * tests/test-snprintf-posix.c (ASSERT): Likewise.
14592         * tests/test-snprintf.c (ASSERT): Likewise.
14593         * tests/test-sprintf-posix.c (ASSERT): Likewise.
14594         * tests/test-stat-time.c (ASSERT): Likewise.
14595         * tests/test-strcasestr.c (ASSERT): Likewise.
14596         * tests/test-strerror.c (ASSERT): Likewise.
14597         * tests/test-striconv.c (ASSERT): Likewise.
14598         * tests/test-striconveh.c (ASSERT): Likewise.
14599         * tests/test-striconveha.c (ASSERT): Likewise.
14600         * tests/test-strsignal.c (ASSERT): Likewise.
14601         * tests/test-strstr.c (ASSERT): Likewise.
14602         * tests/test-strtod.c (ASSERT): Likewise.
14603         * tests/test-trunc1.c (ASSERT): Likewise.
14604         * tests/test-trunc2.c (ASSERT): Likewise.
14605         * tests/test-truncf1.c (ASSERT): Likewise.
14606         * tests/test-truncf2.c (ASSERT): Likewise.
14607         * tests/test-truncl.c (ASSERT): Likewise.
14608         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
14609         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
14610         * tests/test-vasnprintf.c (ASSERT): Likewise.
14611         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
14612         * tests/test-vasprintf.c (ASSERT): Likewise.
14613         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
14614         * tests/test-vprintf-posix.c (ASSERT): Likewise.
14615         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
14616         * tests/test-vsnprintf.c (ASSERT): Likewise.
14617         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
14618         * tests/test-wcwidth.c (ASSERT): Likewise.
14619         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
14620         * tests/test-xprintf-posix.c (ASSERT): Likewise.
14621         * tests/test-xvasprintf.c (ASSERT): Likewise.
14622         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
14623         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
14624         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
14625         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
14626         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
14627         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
14628         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
14629         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
14630         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
14631         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
14632         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
14633         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
14634         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
14635         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
14636         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
14637         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
14638         * tests/unictype/test-block_list.c (ASSERT): Likewise.
14639         * tests/unictype/test-block_of.c (ASSERT): Likewise.
14640         * tests/unictype/test-block_test.c (ASSERT): Likewise.
14641         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
14642         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
14643         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
14644         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
14645         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
14646         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
14647         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
14648         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
14649         * tests/unictype/test-combining.c (ASSERT): Likewise.
14650         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
14651         * tests/unictype/test-digit.c (ASSERT): Likewise.
14652         * tests/unictype/test-mirror.c (ASSERT): Likewise.
14653         * tests/unictype/test-numeric.c (ASSERT): Likewise.
14654         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
14655         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
14656         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
14657         * tests/unictype/test-scripts.c (ASSERT): Likewise.
14658         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
14659         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
14660         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
14661         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
14662         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
14663         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
14664         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
14665         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
14666         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
14667         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
14668         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
14669         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
14670         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
14671         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
14672         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
14673         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
14674         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
14675         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
14676         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
14677         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
14678         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
14679         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
14680         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
14681         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
14682         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
14683         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
14684         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
14685         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
14686         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
14687         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
14688         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
14689         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
14690         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
14691         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
14692         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
14693         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
14694         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
14695         Reported by Eric Blake.
14696
14697 2008-04-11  Bruno Haible  <bruno@clisp.org>
14698
14699         * lib/wchar.in.h: Tweak comment.
14700
14701 2008-04-11  Bruno Haible  <bruno@clisp.org>
14702
14703         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
14704         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
14705         gl_COMMON.
14706         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
14707
14708 2008-04-11  Bruno Haible  <bruno@clisp.org>
14709
14710         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
14711
14712 2008-04-11  Simon Josefsson  <simon@josefsson.org>
14713
14714         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
14715         of attempting to use non-existing /dev/*random.  Based on patch
14716         from Adam Strzelecki <ono@java.pl> in
14717         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
14718
14719 2008-04-08  Bruno Haible  <bruno@clisp.org>
14720
14721         Add tentative support for emx+gcc.
14722         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
14723         * lib/fpurge.c (fpurge): Likewise.
14724         * lib/freadable.c (freadable): Likewise.
14725         * lib/freadahead.c (freadahead): Likewise.
14726         * lib/freading.c (freading): Likewise.
14727         * lib/freadptr.c (freadptr): Likewise.
14728         * lib/freadseek.c (freadptrinc): Likewise.
14729         * lib/fseeko.c (rpl_fseeko): Likewise.
14730         * lib/fseterr.c (fseterr): Likewise.
14731         * lib/fwritable.c (fwritable): Likewise.
14732         * lib/fwriting.c (fwriting): Likewise.
14733         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
14734
14735 2008-04-09  Eric Blake  <ebb9@byu.net>
14736
14737         Avoid some autoconf warnings.
14738         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
14739         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
14740         * m4/afs.m4 (gl_AFS): Likewise.
14741         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
14742         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
14743         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
14744         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
14745         (gl_INTEGER_TYPE_SUFFIX): Likewise.
14746         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
14747         (AC_CHECK_DECLS_ONCE): Likewise.
14748         Rename file...
14749         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
14750         gnulib-tool requires autoconf 2.59 or better.
14751         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
14752
14753 2008-04-08  Eric Blake  <ebb9@byu.net>
14754
14755         Use 'git describe --match' if present (added in git 1.5.5).
14756         * build-aux/git-version-gen: Limit result to tags that match 'v*'
14757         if possible.
14758
14759 2008-04-08  Bruno Haible  <bruno@clisp.org>
14760
14761         Add tentative support for OpenServer.
14762         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
14763         _ptr, _cnt.
14764         * lib/fpurge.c (fpurge): Likewise.
14765         * lib/freadable.c (freadable): Likewise.
14766         * lib/freadahead.c (freadahead): Likewise.
14767         * lib/freading.c (freading): Likewise.
14768         * lib/freadptr.c (freadptr): Likewise.
14769         * lib/freadseek.c (freadptrinc): Likewise.
14770         * lib/fseeko.c (rpl_fseeko): Likewise.
14771         * lib/fseterr.c (fseterr): Likewise.
14772         * lib/fwritable.c (fwritable): Likewise.
14773         * lib/fwriting.c (fwriting): Likewise.
14774         Reported by Roger Cornelius <rac@tenzing.org> and
14775         Brian K. White <brian@aljex.com>.
14776
14777 2008-04-06  Jim Meyering  <meyering@redhat.com>
14778
14779         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
14780
14781 2008-04-06  Bruno Haible  <bruno@clisp.org>
14782
14783         Avoid possible error with non-ASCII bytes in UTF-8 locales.
14784         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
14785         * tests/test-printf-posix.sh: Likewise.
14786         * tests/test-vfprintf-posix.sh: Likewise.
14787         * tests/test-vprintf-posix.sh: Likewise.
14788         * tests/test-xprintf-posix.sh: Likewise.
14789
14790 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14791
14792         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
14793         hide error from 'ls', needed on OS/2.
14794         Report by Elbert Pol <elbert.pol@gmail.com>.
14795
14796 2008-04-04  Eric Blake  <ebb9@byu.net>
14797
14798         Make test-fseeko.c failures meaningful.
14799         * tests/test-fseeko.c: Print line number on failure.
14800         * tests/test-fseek.c: Likewise.
14801         Reported by Nelson H. F. Beebe.
14802
14803         Improve strtod bug detection check.
14804         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
14805         required for Solaris 10.
14806         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
14807
14808 2008-04-04  Bruno Haible  <bruno@clisp.org>
14809
14810         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
14811         by m4/setenv.m4.
14812
14813 2008-04-03  Eric Blake  <ebb9@byu.net>
14814
14815         Ensure sane .version contents.
14816         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
14817         version string.
14818         * build-aux/git-version-gen: Improve documentation.
14819
14820         Make GNU make output nicer.
14821         * top/GNUmakefile [!_have-Makefile]: Add dependency on
14822         MAKECMDGOALS to enforce message for all command line targets.  Set
14823         srcdir for use in maint.mk.
14824
14825         Another maintainer tweak.
14826         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
14827         a target that regenerates version.
14828
14829 2008-04-03  Jim Meyering  <meyering@redhat.com>
14830
14831         vc-list-files: don't cause coreutils "make po-check" failure
14832         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
14833
14834 2008-04-03  Eric Blake  <ebb9@byu.net>
14835
14836         Allow VPATH usage of vc-list-files.
14837         * build-aux/vc-list-files (scriptversion): Add timestamp.
14838         (options): Add --help, --version, -C.
14839         (CVS): Support installed cvsu.
14840
14841 2008-04-02  Bruno Haible  <bruno@clisp.org>
14842
14843         Avoid some "statement with no effect" warnings from gcc.
14844         * tests/test-wctype.c (main): Explicitly ignore unused values.
14845         Reported by Jim Meyering.
14846
14847 2008-04-02  Jim Meyering  <meyering@redhat.com>
14848
14849         Avoid some warnings from "gcc -Wshadow".
14850         * tests/test-frexp.c (exp): Define to a different identifier.
14851         * tests/test-frexpl.c (exp): Likewise.
14852
14853 2008-04-03  Jim Meyering  <meyering@redhat.com>
14854
14855         bootstrap: remove dangling *.[ch] symlinks from lib
14856         * build-aux/bootstrap [dangling symlink removal]: Move find's
14857         -depth option to precede all others, to avoid a warning.
14858         Remove *.[ch] files too, and from "$source_base" (usually lib/).
14859
14860 2008-04-02  Bruno Haible  <bruno@clisp.org>
14861
14862         Avoid some warnings from "gcc -Wshadow".
14863         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
14864         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
14865         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
14866         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
14867         Reported by Jim Meyering.
14868
14869 2008-04-01  Bruno Haible  <bruno@clisp.org>
14870
14871         Fix test to work on IRIX 6.5 with cc.
14872         * tests/test-math.c (numeric_equal): New function.
14873         (main): Use it.
14874
14875 2008-04-01  Bruno Haible  <bruno@clisp.org>
14876
14877         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
14878
14879 2008-04-01  Bruno Haible  <bruno@clisp.org>
14880
14881         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
14882         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
14883         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
14884         (Depends-on): Remove math.
14885
14886         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
14887         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
14888         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
14889         (Depends-on): Remove math.
14890
14891         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
14892         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
14893         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
14894         (Depends-on): Remove math.
14895         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
14896         (Depends-on): Remove math.
14897
14898         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
14899         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
14900         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
14901         (Depends-on): Remove math.
14902         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
14903         (Depends-on): Remove math.
14904
14905         * tests/test-round1.c: Include nan.h.
14906         (main): Use NaNd instead of NAN.
14907         * modules/round-tests (Files): Add tests/nan.h.
14908
14909         * tests/test-trunc1.c: Include nan.h.
14910         (main): Use NaNd instead of NAN.
14911         * modules/trunc-tests (Files): Add tests/nan.h.
14912
14913         * tests/test-roundf1.c: Include nan.h.
14914         (main): Use NaNf instead of NAN.
14915         * modules/roundf-tests (Files): Add tests/nan.h.
14916
14917         * tests/test-truncf1.c: Include nan.h.
14918         (main): Use NaNf instead of NAN.
14919         * modules/truncf-tests (Files): Add tests/nan.h.
14920
14921         * tests/test-ceilf1.c: Include nan.h.
14922         (main): Use NaNf instead of NAN.
14923         * modules/ceilf-tests (Files): Add tests/nan.h.
14924
14925         * tests/test-floorf1.c: Include nan.h.
14926         (main): Use NaNf instead of NAN.
14927         * modules/floorf-tests (Files): Add tests/nan.h.
14928
14929         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
14930         (main): Use NaNf instead of NAN.
14931         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
14932
14933         * tests/test-isnand.c: Include nan.h instead of <math.h>.
14934         (main): Use NaNd instead of NAN.
14935         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
14936
14937         * tests/test-frexp.c: Include nan.h.
14938         (main): Use NaNd instead of NAN.
14939         * modules/frexp-tests (Files): Add tests/nan.h.
14940
14941         * lib/isnan.c: Don't include <math.h>.
14942         (FUNC): Don't use NAN macro.
14943         * modules/isnand-nolibm (Depends-on): Remove math.
14944         * modules/isnanf-nolibm (Depends-on): Remove math.
14945         * modules/isnanl (Depends-on): Remove math.
14946         * modules/isnanl-nolibm (Depends-on): Remove math.
14947
14948         * tests/nan.h: New file.
14949
14950 2008-04-01  Eric Blake  <ebb9@byu.net>
14951
14952         Fix typos.
14953         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
14954         values to be the right type.
14955
14956         For now, cater to gnulib strtod inaccuracies.
14957         * tests/test-strtod.c (main): Allow 1-ulp error on expected
14958         fractional results.  While not as nice from a QoI perspective, it
14959         is a quicker patch than correctly implementing decimal to binary
14960         rounding.
14961
14962 2008-03-31  Eric Blake  <ebb9@byu.net>
14963
14964         Guarantee a definition of NAN.
14965         * lib/math.in.h (NAN): Define if missing.
14966         * tests/test-math.c (main): Test it.
14967         * doc/posix-headers/math.texi (math.h): Document this.
14968         * lib/isnan.c (rpl_isnand): Use it.
14969         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
14970         * tests/test-floorf1.c (NaN): Likewise.
14971         * tests/test-frexp.c (NaN): Likewise.
14972         * tests/test-isnand.c (NaN): Likewise.
14973         * tests/test-isnanf.c (NaN): Likewise.
14974         * tests/test-round1.c (NaN): Likewise.
14975         * tests/test-roundf1.c (NaN): Likewise.
14976         * tests/test-snprintf-posix.h (NaN): Likewise.
14977         * tests/test-sprintf-posix.h (NaN): Likewise.
14978         * tests/test-trunc1.c (NaN): Likewise.
14979         * tests/test-truncf1.c (NaN): Likewise.
14980         * tests/test-vasnprintf-posix.c (NaN): Likewise.
14981         * tests/test-vasprintf-posix.c (NaN): Likewise.
14982         * modules/isnand-nolibm (Depends-on): Add math.
14983         * modules/isnanf-nolibm (Depends-on): Likewise.
14984         * modules/isnanl (Depends-on): Likewise.
14985         * modules/isnanl-nolibm (Depends-on): Likewise.
14986         * modules/snprintf-posix-tests (Depends-on): Likewise.
14987         * modules/sprintf-posix-tests (Depends-on): Likewise.
14988         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
14989         * modules/vsprintf-posix-tests (Depends-on): Likewise.
14990         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
14991         * modules/vasprintf-posix-tests (Depends-on): Likewise.
14992
14993 2008-03-31  Bruno Haible  <bruno@clisp.org>
14994
14995         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
14996         * doc/posix-functions/strtod.texi: Likewise.
14997
14998 2008-03-31  Bruno Haible  <bruno@clisp.org>
14999
15000         * tests/test-strtod.c (main): Don't use C99 syntax.
15001
15002 2008-03-31  Bruno Haible  <bruno@clisp.org>
15003
15004         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
15005         Reported by Eric Blake.
15006
15007 2008-03-31  Jim Meyering  <meyering@redhat.com>
15008
15009         Don't compare actual signbit return values.
15010         * tests/test-strtod.c (main): Rather, compare only their
15011         zero/non-zero nature.
15012
15013 2008-03-31  Eric Blake  <ebb9@byu.net>
15014
15015         More strtod documentation.
15016         * doc/posix-functions/strtod.texi (strtod): Interpret more test
15017         failures as distinct bugs.
15018
15019 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15020
15021         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
15022         Problem reported by Erik Benada in
15023         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
15024
15025 2008-03-30  Bruno Haible  <bruno@clisp.org>
15026
15027         * tests/test-strtod.c: Add comments about which assertion fails on which
15028         platform.
15029         * doc/posix-functions/strtod.texi: Add info about many more platforms.
15030
15031 2008-03-30  Eric Blake  <ebb9@byu.net>
15032
15033         Test signbit behavior on zeros.
15034         * tests/test-signbit.c (test_signbitf): Add tests for zero.
15035         (test_signbitd, test_signbitl): Likewise.
15036
15037         More strtod touchups.
15038         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
15039         sign of negative underflow, for now.  Use .5, not .1.
15040         * doc/posix-functions/strtod.texi (strtod): Mention these
15041         limitations.
15042         Reported by Jim Meyering.
15043
15044 2008-03-30  Bruno Haible  <bruno@clisp.org>
15045
15046         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
15047         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
15048
15049 2008-03-30  Bruno Haible  <bruno@clisp.org>
15050
15051         Avoid failure when attempting to return empty iconv results on some
15052         platforms.
15053         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
15054         allocation, don't report ENOMEM when the resulting string is empty.
15055
15056 2008-03-30  Bruno Haible  <bruno@clisp.org>
15057
15058         Fix buffer overrun.
15059         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
15060         Don't consider the width for tmp_length. Check count against tmp_length
15061         before doing the padding. Ensure enough allocation during padding.
15062
15063 2008-03-30  Eric Blake  <ebb9@byu.net>
15064
15065         strtod touchups.
15066         * lib/strtod.c (strtod): Avoid compiler warnings.
15067         Reported by Jim Meyering.
15068
15069 2008-03-30  Bruno Haible  <bruno@clisp.org>
15070
15071         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
15072         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
15073         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
15074         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
15075         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
15076         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
15077         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
15078         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
15079
15080         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
15081         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
15082         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
15083         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
15084         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
15085         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
15086         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
15087         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
15088
15089         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
15090         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
15091         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
15092         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
15093         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
15094         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
15095         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
15096         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
15097
15098         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
15099         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
15100
15101         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
15102         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
15103
15104         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
15105         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
15106
15107         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
15108         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
15109         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
15110
15111         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
15112         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
15113         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
15114
15115         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
15116         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
15117         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
15118
15119         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
15120         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
15121         * modules/vasprintf (Depends-on): Add EOVERFLOW.
15122
15123         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
15124         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
15125         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
15126         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
15127         (Depends-on): Add EOVERFLOW.
15128         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
15129         (Depends-on): Add EOVERFLOW.
15130         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
15131         (Depends-on): Add EOVERFLOW.
15132         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
15133         (Depends-on): Add EOVERFLOW.
15134         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
15135         (Depends-on): Add EOVERFLOW.
15136         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
15137         (Depends-on): Add EOVERFLOW.
15138         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
15139         (Depends-on): Add EOVERFLOW.
15140         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
15141         (Depends-on): Add EOVERFLOW.
15142
15143         * lib/sprintf.c (EOVERFLOW): Remove fallback.
15144         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
15145         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
15146
15147         * lib/snprintf.c (EOVERFLOW): Remove fallback.
15148         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
15149         * modules/snprintf (Depends-on): Add EOVERFLOW.
15150
15151         * lib/poll.c (EOVERFLOW): Remove fallback.
15152         * modules/poll (Depends-on): Add EOVERFLOW.
15153
15154         * lib/getugroups.c (EOVERFLOW): Remove fallback.
15155         * modules/getugroups (Depends-on): Add EOVERFLOW.
15156
15157         * lib/getdelim.c (EOVERFLOW): Remove fallback.
15158         * modules/getdelim (Depends-on): Add EOVERFLOW.
15159
15160         * lib/ftell.c (EOVERFLOW): Remove fallback.
15161         * modules/ftell (Depends-on): Add EOVERFLOW.
15162
15163         * lib/fprintf.c (EOVERFLOW): Remove fallback.
15164         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
15165         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
15166
15167         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
15168
15169         * modules/EOVERFLOW-tests: New file.
15170         * tests/test-EOVERFLOW.c: New file.
15171
15172         * modules/EOVERFLOW: New file.
15173         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
15174
15175 2008-03-30  Bruno Haible  <bruno@clisp.org>
15176
15177         Fix bug introduced on 2007-06-10.
15178         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
15179         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
15180
15181 2008-03-30  Bruno Haible  <bruno@clisp.org>
15182
15183         Improve freadseek's efficiency after ungetc.
15184         * lib/freadseek.c: Include freadahead.h.
15185         (freadptrinc): New function, extracted from freadseek.
15186         (freadseek): Use it in a loop. Use freadahead to determine the number
15187         of loop iterations.
15188         * modules/freadseek (Depends-on): Add freadahead.
15189         (configure.ac): Require AC_C_INLINE.
15190
15191 2008-03-30  Bruno Haible  <bruno@clisp.org>
15192
15193         * lib/freadseek.c (freadseek): Don't ignore the return value of
15194         freadptr.
15195
15196 2008-03-29  Eric Blake  <ebb9@byu.net>
15197
15198         Add hex float support.
15199         * modules/strtod (Depends-on): Add c-ctype.
15200         (Link): Mention POW_LIB.
15201         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
15202         whitespace between 'e' and exponent.
15203         * tests/test-strtod.c (main): Enable hex float tests.
15204         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
15205         now provides.
15206
15207         Document various strtod bugs, with some fixes.
15208         * doc/posix-functions/strtod.texi (strtod): Document bugs with
15209         "-0x", "inf", "nan", and hex constants.
15210         * doc/posix-functions/atof.texi (atof): Likewise.
15211         * modules/stdlib (Makefile.am): Support strtod.
15212         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
15213         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
15214         detect additional strtod bugs.
15215         * lib/stdlib.in.h (rpl_strtod): Add declarations.
15216         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
15217         bool where appropriate.  Parse 'inf' and 'nan'.
15218         * tests/test-strtod.c: New file.
15219         * modules/strtod (Depends-on): Add stdbool, stdlib.
15220         (configure.ac): Turn on module indicator.
15221         * modules/strtod-tests: New module.
15222
15223 2008-03-29  Eric Blake  <ebb9@byu.net>
15224
15225         Fix ftell on mingw.
15226         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
15227         * modules/ftell-tests (Depends-on): Add binary-io.
15228         * modules/ftello-tests (Depends-on): Likewise.
15229         * tests/test-ftell.c (main): Enhance test to cover behavior after
15230         ungetc.  Enforce binary mode.
15231         * tests/test-ftello.c (main): Likewise.
15232
15233         Pass test-freadseek on cygwin.
15234         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
15235         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
15236         ungetc buffer.
15237
15238         * tests/test-fflush2.c (main): Fix typo.
15239
15240 2008-03-29  Bruno Haible  <bruno@clisp.org>
15241
15242         * tests/test-fflush2.c (main): Temporarily disable the contents of
15243         this test.
15244         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
15245         Reported by Eric Blake.
15246
15247 2008-03-28  Simon Josefsson  <simon@josefsson.org>
15248
15249         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
15250         (GC_SHA224_DIGEST_SIZE): Add.
15251
15252         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
15253         (gc_hash_digest_length): Likewise.
15254         (gc_hash_buffer): Likewise.
15255
15256 2008-03-25  Bruno Haible  <bruno@clisp.org>
15257
15258         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
15259         detail which gettext release to use.
15260         Reported by Simon Josefsson.
15261
15262 2008-03-26  Jim Meyering  <meyering@redhat.com>
15263
15264         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
15265         * modules/gnumakefile (clean-GNUmakefile): Also, use
15266         test ... && ... || : syntax rather than if-then ... fi.
15267
15268         gnumakefile: Don't double-quote-expand $(VPATH) value.
15269         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
15270
15271 2008-03-24  Eric Blake  <ebb9@byu.net>
15272
15273         Alter GNUmakefile to install into top directory.
15274         * modules/maintainer-makefile: Split, and add dependency...
15275         * modules/gnumakefile: to this new module.
15276         * build-aux/GNUmakefile: Move...
15277         * top/GNUmakefile: ...here.
15278         * build-aux/maint.mk: Move...
15279         * top/maint.mk: ...here.
15280         * MODULES.html.sh (Support for maintaining...): Document new
15281         module.
15282
15283 2008-03-23  Bruno Haible  <bruno@clisp.org>
15284
15285         * gnulib-tool: New options --vc-files, --no-vc-files.
15286         (func_usage): Document them.
15287         (vc_files): New variable.
15288         (func_import): Consider vc_files.
15289         (func_create_testdir): Set vc_files to empty.
15290         Suggested by Jim Meyering and Karl Berry.
15291
15292 2008-03-23  Bruno Haible  <bruno@clisp.org>
15293
15294         Fix regex compilation error on HP-UX 11.
15295         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
15296         * modules/regex (Files): Add m4/mbstate_t.m4.
15297         Reported by Ton Voon <ton.voon@altinity.com>.
15298
15299 2008-03-23  Bruno Haible  <bruno@clisp.org>
15300
15301         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
15302
15303 2008-03-23  Eric Blake  <ebb9@byu.net>
15304             Bruno Haible  <bruno@clisp.org>
15305
15306         Install files from top/ in the destination directory.
15307         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
15308         augmentation also for the files from top/.
15309         (func_import, func_create_testdir): Rewrite file names:
15310         top/filename -> filename.
15311
15312 2008-03-23  Bruno Haible  <bruno@clisp.org>
15313
15314         Tweak "gnulib --version" output.
15315         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
15316
15317 2008-03-23  Bruno Haible  <bruno@clisp.org>
15318
15319         Tweak "gnulib --version" output.
15320         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
15321         rather than contents of ChangeLog, when possible.
15322
15323 2008-03-21  Eric Blake  <ebb9@byu.net>
15324
15325         More --version tweaks.
15326         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
15327         date of last ChangeLog entry.
15328
15329 2008-03-21  Jim Meyering  <meyering@redhat.com>
15330
15331         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
15332
15333 2008-03-20  Eric Blake  <ebb9@byu.net>
15334
15335         VPATH fix.
15336         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
15337
15338 2008-03-20  Simon Josefsson  <simon@josefsson.org>
15339
15340         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
15341         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
15342
15343 2008-03-20  Eric Blake  <ebb9@byu.net>
15344
15345         Sync GNUmakefile with coreutils.
15346         * build-aux/GNUmakefile (have-Makefile): Rename...
15347         (_have-Makefile): ...to this, for namespace consideration.
15348         (GNUmakefile.cfg): Include, if present.
15349         (_autoreconf): Define a default.
15350         (_is-dist-target): New rule for rebuilds to pick up intra-release
15351         version.
15352         (maint-cfg.mk): Rename...
15353         (cfg.mk): ...to this.
15354
15355 2008-03-18  Jim Meyering  <meyering@redhat.com>
15356
15357         New script and module: mktempd
15358         * MODULES.html.sh (maint+release support): Add mktempd.
15359         * build-aux/mktempd: New file.
15360         * modules/mktempd: New file.
15361
15362 2008-03-15  Jim Meyering  <meyering@redhat.com>
15363
15364         Undo last change.
15365         * lib/sha1.c, lib/md5.c: 63 != ~63.
15366         Reported by Andreas Schwab.
15367
15368         sha1.c, md5.c: Hoist a redundant expression.
15369         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
15370         "ctx->buflen" only once, before calling *_process_block.
15371         * lib/md5.c (md5_process_bytes): Likewise.
15372
15373 2008-03-14  Eric Blake  <ebb9@byu.net>
15374
15375         Bump copyright year in files generated by gnulib-tool.
15376         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
15377         gnulib-tool, rather than hard-coding it.
15378
15379         Fix 'gnulib-tool --version' output to work with git.
15380         * gnulib-tool (func_gnulib_dir): New function, extracted from...
15381         (startup): ...here.
15382         (func_version): Use it to invoke git-version-gen, rather than
15383         relying on CVS keyword expansion.  Modernize wording.
15384         (cvsdatestamp, last_checkin_date, version): Kill unused
15385         variables.
15386
15387 2008-03-12  Jim Meyering  <meyering@redhat.com>
15388
15389         Recognize optional cast of the argument to free.
15390         * build-aux/useless-if-before-free: Update regexps.
15391
15392         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
15393
15394 2008-03-11  Bruno Haible  <bruno@clisp.org>
15395
15396         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
15397         by a single package.
15398         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
15399         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
15400         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
15401         Reported by Sam Steingold <sds@gnu.org>.
15402
15403 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
15404
15405         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
15406         repositories.
15407
15408 2008-03-11  Bruno Haible  <bruno@clisp.org>
15409
15410         Avoid conflicts between local macro definitions.
15411         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
15412         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
15413
15414 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
15415             Bruno Haible  <bruno@clisp.org>
15416
15417         Make va_copy work with some version of xlc on AIX 5.1.
15418         * lib/stdarg.in.h: New file.
15419         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
15420         On AIX, use a <stdarg.h> file substitute.
15421         * modules/stdarg (Files): Add lib/stdarg.in.h.
15422         (Depends-on): Add include_next.
15423         (Makefile.am): Build a stdarg.h substitute if requested.
15424         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
15425
15426 2008-03-10  Bruno Haible  <bruno@clisp.org>
15427
15428         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
15429         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
15430         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
15431
15432 2008-03-10  Bruno Haible  <bruno@clisp.org>
15433
15434         * modules/stdlib (Depends-on): Add include_next, remove
15435         absolute-header.
15436
15437 2008-03-09  Bruno Haible  <bruno@clisp.org>
15438
15439         * lib/freadahead.h (freadahead): Document more precisely.
15440         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
15441         the sum of both buffer sizes.
15442         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
15443         * NEWS: Document the change.
15444
15445 2008-03-09  Bruno Haible  <bruno@clisp.org>
15446
15447         Extend freadptr to return also the buffer size.
15448         * lib/freadptr.h (freadptr): Add sizep argument.
15449         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
15450         (freadptr): Add sizep argument. Determine buffer size like freadahead
15451         does.
15452         * tests/test-freadptr.c: Don't include freadahead.h.
15453         (main): Adapt for new calling convention of freadptr.
15454         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
15455         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
15456         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
15457         tests/test-freadptr2.sh.
15458         (Depends): Remove freadahead.
15459         (TESTS): Add test-freadptr2.sh.
15460         (check_PROGRAMS): Add test-freadptr2.
15461
15462 2008-03-09  Bruno Haible  <bruno@clisp.org>
15463
15464         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
15465         Report and solution by Simon Josefsson.
15466
15467 2008-03-06  Bruno Haible  <bruno@clisp.org>
15468
15469         Make fflush after ungetc work on BSD platforms.
15470         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
15471         * tests/test-fflush2.c: New file.
15472         * tests/test-fflush2.sh: New file.
15473         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
15474         tests/test-fflush2.c.
15475         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
15476         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
15477
15478 2008-03-06  Eric Blake  <ebb9@byu.net>
15479
15480         Likewise for ftello.
15481         * modules/ftello (Dependencies): Add extensions.
15482         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
15483
15484 2008-03-06  Bruno Haible  <bruno@clisp.org>
15485
15486         * modules/fseeko (Dependencies): Add extensions.
15487         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
15488         Needed on glibc systems.
15489
15490 2008-03-06  Bruno Haible  <bruno@clisp.org>
15491
15492         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
15493         email address.
15494         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
15495
15496 2008-03-06  Bruno Haible  <bruno@clisp.org>
15497
15498         * users.txt: Add libgnupdf.
15499
15500 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
15501
15502         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
15503         (Header File Substitutes, Function Substitutes,
15504         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
15505         (Build robot for gnulib): Fix typo.
15506
15507 2008-03-06  Bruno Haible  <bruno@clisp.org>
15508
15509         * doc/gnulib-tool.texi (VCS Issues): Small updates.
15510         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
15511
15512 2008-03-06  Bruno Haible  <bruno@clisp.org>
15513
15514         * doc/func.texi: New file, extracted from doc/gnulib.texi.
15515         * doc/gnulib.texi: Include it.
15516
15517 2008-03-06  Simon Josefsson  <simon@josefsson.org>
15518
15519         * modules/func (License): Change license to unlimited; there was
15520         no LGPL parts in the module anyway.
15521
15522 2008-03-06  Simon Josefsson  <simon@josefsson.org>
15523
15524         * modules/__func__: Renamed to modules/func.
15525         * modules/__func__-tests: Renamed to modules/func-tests.
15526         * tests/test-__func__.c: Renamed to tests/test-func.c.
15527         * m4/__func__.m4: Renamed to m4/func.m4.
15528         * doc/gnulib.texi (__func__): Section renamed to func.
15529         Suggested by Eric Blake <ebb9@byu.net>.
15530
15531 2008-03-06  Simon Josefsson  <simon@josefsson.org>
15532
15533         * doc/gnulib.texi (__func__): Use C99 terminology when talking
15534         about __func__.  Make example self-contained.  Suggested by Eric
15535         Blake <ebb9@byu.net>.
15536
15537         * tests/test-__func__.c (main): Avoid extraneous () around __func.
15538         Suggested by Eric Blake <ebb9@byu.net>.
15539
15540 2008-03-06  Simon Josefsson  <simon@josefsson.org>
15541
15542         * modules/__func__: New file.
15543         * modules/__func__-tests: New file.
15544         * tests/test-__func__.c: New file.
15545         * m4/__func__.m4: New file.
15546         * doc/gnulib.texi (__func__): Document __func__ module.
15547
15548 2008-03-05  Simon Josefsson  <simon@josefsson.org>
15549
15550         * modules/byteswap (License): Re-license as LGPLv2+.
15551
15552 2008-03-05  Simon Josefsson  <simon@josefsson.org>
15553
15554         * doc/Makefile: Add pdf target.
15555
15556 2008-03-05  Simon Josefsson  <simon@josefsson.org>
15557
15558         * modules/inline (License): Use 'unlimited', since there are only
15559         *.m4 files in this module.
15560
15561 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
15562             Bruno Haible  <bruno@clisp.org>
15563
15564         Add support for HP C 7.1 on OpenVMS 8.3.
15565         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
15566
15567 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
15568
15569         Update VMS specifics.
15570         * lib/getopt.c [VMS]: Remove include of unixlib.h.
15571
15572 2008-03-02  Jim Meyering  <meyering@redhat.com>
15573
15574         Remove the last dependency on the "free" module.
15575         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
15576         Reported by Bob Proulx.
15577
15578         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
15579
15580         Remove useless "if" tests before free.  Deprecate "free" module.
15581         * doc/posix-functions/free.texi: Mention that this
15582         module is no longer useful.
15583         * modules/free (Notice): Say this module is obsolete.
15584         * modules/readutmp (Depends-on): Remove free.
15585         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
15586         * lib/putenv.c (putenv): Likewise.
15587         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
15588         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
15589         * tests/test-c-strcasestr.c (main): Likewise.
15590         * tests/test-c-strstr.c (main): Likewise.
15591         * tests/test-mbscasestr1.c (main): Likewise.
15592         * tests/test-mbscasestr2.c (main): Likewise.
15593         * tests/test-mbsstr1.c (main): Likewise.
15594         * tests/test-mbsstr2.c (main): Likewise.
15595         * tests/test-memmem.c (main): Likewise.
15596         * tests/test-strcasestr.c (main): Likewise.
15597         * tests/test-striconv.c (main): Likewise.
15598         * tests/test-striconveh.c (main): Likewise.
15599         * tests/test-striconveha.c (main): Likewise.
15600         * tests/test-strstr.c (main): Likewise.
15601
15602         * build-aux/git-version-gen: Adjust a comment and the Usage string.
15603
15604         bootstrap: sync from coreutils again
15605         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
15606
15607 2008-03-01  Jim Meyering  <meyering@redhat.com>
15608
15609         bootstrap: sync from coreutils
15610         * build-aux/bootstrap (update_po_files): Copy a .po file into place
15611         also when the target doesn't exist.
15612
15613 2008-03-01  Eric Blake  <ebb9@byu.net>
15614
15615         Fix bugs in last patch.
15616         * lib/memchr2.c (memchr2): Fix typo.
15617         * tests/test-memchr2.c: Test previous bug, and don't use GNU
15618         extension.
15619         Reported by Bruce Korb.
15620
15621         New module 'memchr2'.
15622         * modules/memchr2: New file.
15623         * modules/memchr2-tests: Likewise.
15624         * lib/memchr2.h: Likewise.
15625         * lib/memchr2.c: Likewise, based on memchr.c.
15626         * tests/test-memchr2.c: New test.
15627         * MODULES.html.sh (String handling): Add memchr2.
15628
15629 2008-02-29  Bruno Haible  <bruno@clisp.org>
15630
15631         * modules/freadseek-tests: New file.
15632         * tests/test-freadseek.sh: New file.
15633         * tests/test-freadseek.c: New file.
15634
15635         New module 'freadseek'.
15636         * modules/freadseek: New file.
15637         * lib/freadseek.h: New file.
15638         * lib/freadseek.c: New file.
15639         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
15640
15641 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
15642
15643         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
15644         wydawca.
15645
15646         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
15647         program_invocation_name and program_invocation_short_name are
15648         present.
15649
15650 2008-02-28  Bruno Haible  <bruno@clisp.org>
15651
15652         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
15653         * tests/test-freadptr.sh: Also test non-seekable stdin.
15654
15655 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
15656
15657         * build-aux/bootstrap (source_base, m4_base)
15658         (doc_base, tests_base): New variables.
15659         (gnulib_tool_options): Do not hardcode base directories, use
15660         the above variables instead.
15661
15662 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
15663
15664         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
15665
15666 2008-02-28  Bruno Haible  <bruno@clisp.org>
15667
15668         * modules/freadptr-tests: New file.
15669         * tests/test-freadptr.sh: New file.
15670         * tests/test-freadptr.c: New file.
15671
15672         New module 'freadptr'.
15673         * modules/freadptr: New file.
15674         * lib/freadptr.h: New file.
15675         * lib/freadptr.c: New file.
15676         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
15677
15678 2008-02-26  Karl Berry  <karl@freefriends.org>
15679
15680         Sync from Libtool:
15681         * libltdl/argz.c (argz_add, argz_count): New functions.
15682         * libltdl/argz.in.h: Declare them.
15683         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
15684
15685 2008-02-22  Bruno Haible  <bruno@clisp.org>
15686
15687         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
15688         is a pointer type.  Needed for HP-UX 10.
15689         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
15690         * doc/posix-functions/gmtime_r.texi: Likewise.
15691         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
15692
15693 2008-02-24  Bruno Haible  <bruno@clisp.org>
15694
15695         * modules/environ-tests: New file.
15696         * tests/test-environ.c: New file.
15697
15698         New module 'environ'.
15699         * modules/environ: New file.
15700         * lib/unistd.in.h (environ): New declaration.
15701         * m4/environ.m4: New file.
15702         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
15703         after use.
15704         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
15705         HAVE_DECL_ENVIRON.
15706         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
15707         HAVE_DECL_ENVIRON.
15708         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
15709         wrong claim that 'environ' is missing on some systems.
15710         * modules/execute (Depends-on): Add environ.
15711         * lib/execute.c (environ): Remove fallback declaration.
15712         * modules/pipe (Depends-on): Add environ.
15713         * lib/pipe.c (environ): Remove fallback declaration.
15714         * modules/setenv (Depends-on): Add environ.
15715         * lib/setenv.c (environ): Remove fallback declaration.
15716         * modules/unsetenv (Depends-on): Add environ.
15717         * lib/unsetenv.c (environ): Remove fallback declaration.
15718         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
15719         m4/environ.m4.
15720         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
15721         (gl_PREREQ_UNSETENV): Likewise.
15722
15723 2008-02-24  Bruno Haible  <bruno@clisp.org>
15724
15725         * doc/posix-functions/environ.texi: Document the MacOS X problem.
15726
15727 2008-02-20  Bob Proulx  <bob@proulx.com>
15728
15729         Enable use of older two part flavor 'git describe'.
15730         * build-aux/git-version-gen: If using the older two part flavor of
15731         git version then recreate the third part now present in the
15732         newer three part flavor of git describe.
15733
15734 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
15735
15736         * lib/fts.c (fts_build): Typo correction to comment.
15737
15738 2008-02-17  Bruno Haible  <bruno@clisp.org>
15739
15740         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
15741         generating no-op conflicts.
15742
15743 2008-02-17  Bruno Haible  <bruno@clisp.org>
15744
15745         Speed up by 10%.
15746         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
15747         result_entries, rather than an index-based loop.
15748
15749 2008-02-17  Bruno Haible  <bruno@clisp.org>
15750
15751         Speed up by 25%.
15752         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
15753         'hashcode_cached'.
15754         (entry_create): New function.
15755         (entry_hashcode): Use the cached hashcode if possible.
15756         (read_changelog_file, try_split_merged_entry): Use entry_create.
15757
15758 2008-02-17  Bruno Haible  <bruno@clisp.org>
15759
15760         Speed up from O(n^2) to O(n) for long ChangeLog files.
15761         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
15762         (read_changelog_file): Change implementation of entries_reversed list
15763         to rbtreehash.
15764         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
15765
15766 2008-02-17  Bruno Haible  <bruno@clisp.org>
15767
15768         New option --split-merged-entry.
15769         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
15770         (find_paragraph_end, try_split_merged_entry): New functions.
15771         (long_options): Add option --split-merged-entry.
15772         (usage): Document option --split-merged-entry.
15773         (main): Implement option --split-merged-entry.
15774         Reported by Eric Blake.
15775
15776 2008-02-17  Bruno Haible  <bruno@clisp.org>
15777
15778         * lib/git-merge-changelog.c: Include c-strstr.h.
15779         (main): Support the "git pull --rebase" situation.
15780         * modules/git-merge-changelog (Depends-on): Add c-strstr.
15781         Reported by Eric Blake.
15782
15783 2008-02-16  Eric Blake  <ebb9@byu.net>
15784
15785         Avoid doubling \ in common case of "c-maybe" quoting style.
15786         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
15787         eliding outer quotes.
15788         * lib/quotearg.h: Document this.
15789         * tests/test-quotearg.c (result_strings, inputs, results_g)
15790         (flag_results, locale_results): Test it by adding a new string to
15791         each test group.
15792         (compare_strings): Test new string.
15793
15794 2008-02-13  Eric Blake  <ebb9@byu.net>
15795
15796         Avoid trigraph quoting in default output.
15797         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
15798         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
15799         unless explicitly requested.
15800         * tests/test-quotearg.c (flag_results, main): Add additional tests.
15801
15802 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
15803
15804         Don't rely on signed integer overflowing to negative value.
15805         * lib/getugroups.c (getugroups): Include <limits.h>.
15806         Instead, compare against INT_MAX, and increment only if the test passes.
15807
15808 2008-02-13  Jim Meyering  <meyering@redhat.com>
15809         and Eric Blake  <ebb9@byu.net>
15810
15811         Avoid shadowing warning and compile errors on Linux.
15812         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
15813         forwarding macros on Linux.
15814         (dcgettext): Define a stub, for Linux.
15815         (results_g, main): Avoid warnings.
15816
15817 2008-02-12  Eric Blake  <ebb9@byu.net>
15818
15819         Silence warning in last patch.
15820         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
15821
15822         Quotearg part 4: add tests, fix c-maybe colon quoting.
15823         * lib/quotearg.h: Improve documentation.
15824         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
15825         escapes when adding outer quotes.  When quoting trigraphs, use
15826         valid C notation.  When quoting NUL, omit extra characters if next
15827         character is not digit.  Alter prototype.
15828         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
15829         callers.
15830         * modules/quotearg-tests: New module.
15831         * tests/test-quotearg.c: New test.
15832
15833 2008-02-07  Eric Blake  <ebb9@byu.net>
15834
15835         Quotearg part 3: add flag to control outer quote elision.
15836         * lib/quotearg.h (c_maybe_quoting_style): New style.
15837         (enum quoting_flags): Better documentation of flags.
15838         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
15839         c-maybe style.
15840         (quotearg_buffer_restyled): Handle new flag to elide outer
15841         quotes.
15842
15843         Quotearg part 2: add flag that can control NUL elision.
15844         * lib/quotearg.h (set_quoting_flags): New prototype.
15845         * lib/quotearg.c (struct quoting_options): Add flag field.
15846         (set_quoting_flags): New function.
15847         (quotearg_buffer_restyled): Add flags parameter.
15848         (quotearg_alloc_mem): Set the flag if length cannot be returned.
15849         (quotearg_n_options): Set the flag, since length cannot be
15850         returned.
15851         (quoting_options_from_style): Default flags correctly.
15852
15853         Quotearg part 1: more wrappers, restore quotearg_char state.
15854         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
15855         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
15856         (quotearg_colon_mem): New wrappers.
15857         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
15858         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
15859         functions.
15860         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
15861         (quotearg_colon_mem): New functions.
15862
15863 2008-02-11  Bruno Haible  <bruno@clisp.org>
15864
15865         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
15866         library in the current directory: it does not work with parallel make.
15867         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15868
15869 2008-02-11  Bruno Haible  <bruno@clisp.org>
15870
15871         * .gitattributes: New file.
15872
15873 2008-02-11  Jim Meyering  <meyering@redhat.com>
15874
15875         useless-if-before-free: Fix reversed exit values.
15876         * build-aux/useless-if-before-free: Use correct values
15877         for EXIT_MATCH and EXIT_NO_MATCH.
15878
15879         * build-aux/useless-if-before-free: Close stdout carefully.
15880
15881 2008-02-10  Bruno Haible  <bruno@clisp.org>
15882
15883         New module 'git-merge-changelog'.
15884         * modules/git-merge-changelog: New file.
15885         * lib/git-merge-changelog.c: New file.
15886
15887 2008-02-10  Jim Meyering  <meyering@redhat.com>
15888
15889         useless-if-before-free: New option: --list (-l).
15890
15891         useless-if-before-free: Don't exit immediately upon open failure.
15892         * build-aux/useless-if-before-free: Exit 2 for errors.
15893         Upon failure to open a file, don't exit immediately.
15894         Rather, just warn and continue with any remaining files.
15895
15896 2008-02-10  Bruno Haible  <bruno@clisp.org>
15897
15898         New abstract list operation 'node_set_value'.
15899         * lib/gl_list.h (gl_list_node_set_value): New function.
15900         (struct gl_list_implementation): New field node_set_value.
15901         * lib/gl_list.c (gl_list_node_set_value): New function.
15902         * lib/gl_array_list.c (gl_array_node_set_value): New function.
15903         (gl_array_list_implementation): Update.
15904         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
15905         (gl_carray_list_implementation): Update.
15906         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
15907         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
15908         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
15909         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
15910         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
15911         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
15912         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
15913         Update.
15914         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
15915         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
15916         (gl_sublist_list_implementation): Update.
15917
15918 2008-02-10  Bruno Haible  <bruno@clisp.org>
15919
15920         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
15921         Needed when ELEMENT is #defined to 'some_type *'.
15922
15923 2008-02-10  Jim Meyering  <meyering@redhat.com>
15924
15925         New script and module: useless-if-before-free
15926         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
15927         * build-aux/useless-if-before-free: New file.
15928         * modules/useless-if-before-free: New file.
15929
15930         * build-aux/gitlog-to-changelog: Use committer date, not author date.
15931
15932         xstrtol_error: Fix typo.
15933         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
15934         s/exit_failure/exit_status/.
15935
15936 2008-02-09  Jim Meyering  <meyering@redhat.com>
15937
15938         New script and module: gitlog-to-changelog
15939         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
15940         * modules/gitlog-to-changelog: New file.
15941         * build-aux/gitlog-to-changelog: New file.
15942
15943 2008-02-08  Jim Meyering  <meyering@redhat.com>
15944
15945         Avoid two "parameter unused" warnings.
15946         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
15947         Mark "st" as used.
15948
15949         Use "git COMMAND", not "git-COMMAND".
15950         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
15951         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
15952         * build-aux/git-version-gen: Use "git status", not "git-status".
15953
15954 2008-02-07  Bruno Haible  <bruno@clisp.org>
15955
15956         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
15957         Avoids a crash on Windows Vista.
15958         Reported by Adam Strzelecki <ono@java.pl> via
15959         Simon Josefsson <simon@josefsson.org>.
15960
15961 2008-02-06  Bruno Haible  <bruno@clisp.org>
15962
15963         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
15964         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
15965         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
15966         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
15967         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
15968         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15969         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
15970         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
15971         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15972         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15973         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15974         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15975         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15976         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15977         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15978         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
15979         left-adjust flag.
15980         * tests/test-snprintf-posix.h (test_function): Likewise.
15981         * tests/test-sprintf-posix.h (test_function): Likewise.
15982         * tests/test-vasprintf-posix.c (test_function): Likewise.
15983         * doc/posix-functions/fprintf.texi: Update.
15984         * doc/posix-functions/printf.texi: Update.
15985         * doc/posix-functions/snprintf.texi: Update.
15986         * doc/posix-functions/sprintf.texi: Update.
15987         * doc/posix-functions/vfprintf.texi: Update.
15988         * doc/posix-functions/vprintf.texi: Update.
15989         * doc/posix-functions/vsnprintf.texi: Update.
15990         * doc/posix-functions/vsprintf.texi: Update.
15991         Reported by Peter Fales <psfales@alcatel-lucent.com>.
15992
15993 2008-02-06  Bruno Haible  <bruno@clisp.org>
15994
15995         Fix bug introduced on 2008-01-26.
15996         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
15997
15998 2008-02-06  Bruno Haible  <bruno@clisp.org>
15999
16000         Fix bug introduced on 2007-06-10.
16001         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
16002         !NEED_PRINTF_FLAG_ZERO.
16003
16004 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
16005
16006         getloadavg: use libperfstat on AIX5
16007         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
16008
16009 2008-02-03  Bruno Haible  <bruno@clisp.org>
16010
16011         * lib/diffseq.h: Add comments about required #includes.
16012         Reported by Michael Biggs <gnulib@doubleplum.net>.
16013
16014 2008-02-01  Bruno Haible  <bruno@clisp.org>
16015
16016         * users.txt: Add gnuit.
16017
16018 2008-01-31  Bruno Haible  <bruno@clisp.org>
16019
16020         * lib/md4.c (set_uint32): Mark as inline.
16021         * lib/md5.c (set_uint32): Likewise.
16022         * lib/sha1.c (set_uint32): Likewise.
16023         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
16024         * m4/md5.m4 (gl_MD5): Likewise.
16025         * m4/sha1.m4 (gl_SHA1): Likewise.
16026
16027 2008-01-31  Jim Meyering  <meyering@redhat.com>
16028
16029         Use "sizeof VAR", rather than a literal "4".
16030         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
16031         * lib/md4.c (md4_read_ctx): Likewise.
16032         * lib/sha1.c (sha1_read_ctx): Likewise.
16033
16034 2008-01-31  Simon Josefsson  <simon@josefsson.org>
16035
16036         * tests/test-sha1.c: New file, based on test-md5.c.
16037
16038         * modules/crypto/sha1-tests: New file.
16039
16040 2008-01-31  Simon Josefsson  <simon@josefsson.org>
16041
16042         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
16043
16044 2008-01-31  Jim Meyering  <meyering@redhat.com>
16045
16046         Prefer "sizeof v" over the equivalent "4".
16047         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
16048         * lib/md5.c (set_uint32): Likewise.
16049         * lib/sha1.c (set_uint32): Likewise.
16050
16051 2008-01-31  Simon Josefsson  <simon@josefsson.org>
16052
16053         * lib/sha1.c (set_uint32): Mark function as static.
16054
16055 2008-01-31  Simon Josefsson  <simon@josefsson.org>
16056
16057         md2: clarify comments to say that alignment is not required.
16058         * lib/md2.h: Remove warning about alignment in comment.
16059         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
16060         never been required.
16061
16062 2008-01-31  Simon Josefsson  <simon@josefsson.org>
16063
16064         md4: adapt alignment constraint fix from sha1.
16065         * lib/md4.c (set_uint32): New function, from sha1.c
16066         (md4_read_ctx): Use it.
16067         (md4_finish_ctx): Doc fix.
16068         * lib/md4.h: Doc fix.
16069
16070 2008-01-31  Simon Josefsson  <simon@josefsson.org>
16071
16072         md5: adapt alignment constraint fix from sha1.
16073         * lib/md5.c (set_uint32): New function, from sha1.c
16074         (md5_read_ctx): Use it.
16075         (md5_finish_ctx): Doc fix.
16076         * lib/md5.h: Doc fix.
16077
16078 2008-01-30  Peter Palfrader  <weasel@debian.org>
16079
16080         sha1: remove the result buffer alignment constraint
16081         * lib/sha1.c (set_uint32): New function.
16082         (sha1_read_ctx): Rewrite to remove the result buffer alignment
16083         constraint.
16084         (sha1_finish_ctx): Remove comment warning about alignment constraint.
16085         * lib/sha1.h: Likewise.
16086
16087 2008-01-30  Andreas Schwab  <schwab@suse.de>
16088             Bruno Haible  <bruno@clisp.org>
16089
16090         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
16091         correct definition of LDBL_MIN_EXP.
16092
16093 2008-01-30  Karl Berry  <karl@gnu.org>
16094
16095         * config/srclist-update: try to preserve x bit on updates.
16096         * config/srclistvars.sh: update for karl.
16097
16098 2008-01-29  Jim Meyering  <meyering@redhat.com>
16099
16100         vasnprintf.c: Avoid warning about unused label
16101         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
16102         "overflow" label definition and associated code with the
16103         same cpp condition that guards the sole use of that label.
16104
16105 2008-01-26  Bruno Haible  <bruno@clisp.org>
16106
16107         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
16108         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
16109         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
16110         * lib/isnanl-nolibm.h (isnanl): Likewise.
16111         Reported by Paul Eggert <eggert@cs.ucla.edu>.
16112
16113 2008-01-26  Bruno Haible  <bruno@clisp.org>
16114
16115         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
16116         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
16117
16118 2008-01-26  Bruno Haible  <bruno@clisp.org>
16119
16120         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
16121         GCC >= 4.0 built-in.
16122         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
16123
16124 2008-01-26  Bruno Haible  <bruno@clisp.org>
16125
16126         Rename isnan, applicable to 'double' only, to isnand.
16127         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
16128         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
16129         (configure.ac): Update.
16130         (Include): Replace "isnan.h" with "isnand.h".
16131         * m4/isnand.m4: Renamed from m4/isnan.m4.
16132         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
16133         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
16134         instead of isnan.c.
16135         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
16136         instead of HAVE_ISNAN_IN_LIBC.
16137         (isnand): Renamed from isnan.
16138         * lib/isnand.c: New file.
16139         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
16140         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
16141         (Makefile.am): Update.
16142         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
16143         Include isnand.h instead of isnan.h.
16144         (main): Test isnand instead of isnan.
16145         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
16146         isnan-nolibm.
16147         * modules/frexp (Depends-on): Likewise.
16148         * modules/frexp-tests (Depends-on): Likewise.
16149         * modules/frexp-nolibm (Depends-on): Likewise.
16150         * modules/frexp-nolibm-tests (Depends-on): Likewise.
16151         * modules/isfinite (Depends-on): Likewise.
16152         * modules/round-tests (Depends-on): Likewise.
16153         * modules/signbit (Depends-on): Likewise.
16154         * modules/signbit-tests (Depends-on): Likewise.
16155         * modules/snprintf-posix (Depends-on): Likewise.
16156         * modules/sprintf-posix (Depends-on): Likewise.
16157         * modules/trunc-tests (Depends-on): Likewise.
16158         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
16159         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
16160         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
16161         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
16162         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
16163         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
16164         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
16165         * modules/vasnprintf-posix (Depends-on): Likewise.
16166         * modules/vasprintf-posix (Depends-on): Likewise.
16167         * modules/vfprintf-posix (Depends-on): Likewise.
16168         * modules/vsnprintf-posix (Depends-on): Likewise.
16169         * modules/vsprintf-posix (Depends-on): Likewise.
16170         * lib/frexp.c: Include isnand.h instead of isnan.h.
16171         (ISNAN): Set to isnand instead of isnan.
16172         * lib/isfinite.c: Include isnand.h instead of isnan.h.
16173         (gl_isfinited): Use isnand instead of isnan.
16174         * lib/signbitd.c: Include isnand.h instead of isnan.h.
16175         (gl_signbitd): Use isnand instead of isnan.
16176         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
16177         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
16178         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
16179         (main): Use isnand instead of isnan.
16180         * tests/test-round1.c: Include isnand.h.
16181         (main): Use isnand instead of isnan.
16182         * tests/test-round2.c: Include isnand.h instead of isnan.h.
16183         (ISNAN): Set to isnand instead of isnan.
16184         * tests/test-trunc1.c: Include isnand.h.
16185         (main): Use isnand instead of isnan.
16186         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
16187         (equal): Use isnand instead of isnan.
16188         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
16189         isnand-nolibm.
16190         * NEWS: Mention the change.
16191
16192 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
16193             Bruno Haible  <bruno@clisp.org>
16194
16195         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
16196         the GCC builtins for signbits are present and set
16197         REPLACE_SIGNBIT_USING_GCC if so.
16198         * lib/math.in.h (signbit): Define using GCC builtins if
16199         REPLACE_SIGNBIT_USING_GCC is set.
16200         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
16201         REPLACE_SIGNBIT_USING_GCC.
16202         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
16203
16204 2008-01-25  Jim Meyering  <meyering@redhat.com>
16205
16206         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
16207         * lib/poll.c: Include <config.h>, not "config.h".
16208         * tests/test-getaddrinfo.c: Likewise.
16209
16210 2008-01-25  Simon Josefsson  <simon@josefsson.org>
16211
16212         * modules/sockets-tests: New file.
16213
16214 2008-01-24  Simon Josefsson  <simon@josefsson.org>
16215
16216         * modules/sockets: New module, can be used to call WSA_Startup and
16217         WSA_Cleanup when needed.
16218
16219         * lib/sockets.h, lib/sockets.c: New files.
16220
16221         * m4/sockets.m4: New file.
16222
16223         * tests/test-sockets.c: New file.
16224
16225 2008-01-19  Bruno Haible  <bruno@clisp.org>
16226
16227         * doc/posix-headers: Renamed from doc/headers.
16228         * doc/posix-functions: Renamed from doc/functions.
16229         * doc/gnulib.texi: Update.
16230
16231 2008-01-19  Bruno Haible  <bruno@clisp.org>
16232
16233         * doc/glibc-functions/strcasestr.texi: Include contents of
16234         doc/functions/strcasestr.texi, fixing the list of platforms.
16235         * doc/functions/strcasestr.texi: Remove file.
16236
16237 2008-01-19  Bruno Haible  <bruno@clisp.org>
16238
16239         * doc/glibc-functions/memmem.texi: Include contents of
16240         doc/functions/memmem.texi.
16241         * doc/functions/memmem.texi: Remove file.
16242
16243 2008-01-18  Bruno Haible  <bruno@clisp.org>
16244
16245         * doc/glibc-functions/*.texi: New files.
16246         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
16247         to use the new files.
16248
16249 2008-01-17  Bruno Haible  <bruno@clisp.org>
16250
16251         * tests/test-gethostname.c (main): Fix printf statement.
16252
16253 2008-01-17  Simon Josefsson  <simon@josefsson.org>
16254
16255         * modules/gethostname-tests: New file.
16256
16257         * tests/test-gethostname.c: New file.
16258
16259 2008-01-17  Simon Josefsson  <simon@josefsson.org>
16260
16261         * lib/gethostname.c: Include string.h unconditionally, strncpy is
16262         used by the UNAME case.  Reported by Bruno Haible
16263         <bruno@clisp.org>.
16264
16265 2008-01-17  Eric Blake  <ebb9@byu.net>
16266
16267         Convert c-strcasestr to be more efficient.
16268         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
16269         (Depends-on): Add c-strcase, remove malloca, strnlen.
16270         * tests/test-c-strcasestr.c (main): Enhance test.
16271         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
16272
16273 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
16274
16275         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
16276         Use it in creating po/Makevars.
16277
16278 2008-01-15  Simon Josefsson  <simon@josefsson.org>
16279
16280         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
16281         Applications that requires it should initialize libgcrypt
16282         manually.
16283
16284 2008-01-16  Simon Josefsson  <simon@josefsson.org>
16285
16286         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
16287
16288 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
16289
16290         Fix problem with getdate on mingw32 reported by Simon Josefsson
16291         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
16292         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
16293         tzname", when deciding whether to declare tzname.
16294         * lib/strftime.c (tzname): Likewise.
16295
16296 2008-01-15  Bruno Haible  <bruno@clisp.org>
16297
16298         Work around a MacOS X 10.5 bug in frexpl().
16299         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
16300         * doc/functions/frexpl.texi: Document the bug.
16301         Reported by Elias Pipping <pipping@gentoo.org>.
16302
16303 2008-01-14  Eric Blake  <ebb9@byu.net>
16304
16305         Touch up previous patch.
16306         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
16307         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
16308
16309         Convert strcasestr module to use Two-Way algorithm.
16310         * modules/strcasestr-simple: New module, based on the old
16311         strcasestr, but with Two-Way rather than KMP.
16312         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
16313         * lib/string.in.h (rpl_strcasestr): Declare.
16314         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
16315         performance.
16316         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
16317         * modules/string (Makefile.am): Support strcasestr.
16318         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
16319         * modules/strcasestr-tests (Depends-on): Check for alarm.
16320         * tests/test-strcasestr.c: Augment test.
16321         * lib/str-two-way.h: Clean up stray macro.
16322         * NEWS: Document new module.
16323         * MODULES.html.sh (string handling): Likewise.
16324         * doc/functions/strcasestr.texi: New file.
16325         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
16326         here, since it is not a POSIX function.
16327
16328 2008-01-14  Colin Watson  <cjwatson@debian.org>
16329             Bruno Haible  <bruno@clisp.org>
16330
16331         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
16332         works fine; if not, set REPLACE_STRSIGNAL.
16333         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
16334         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
16335         REPLACE_STRSIGNAL.
16336         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
16337         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
16338         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
16339
16340 2008-01-14  Bruno Haible  <bruno@clisp.org>
16341
16342         * modules/strsignal (Include): Change to <string.h>.
16343
16344 2008-01-14  Colin Watson  <cjwatson@debian.org>
16345
16346         * modules/argp (Notice): Add a notice recommending to change
16347         XGETTEXT_OPTIONS.
16348         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
16349
16350 2008-01-13  Colin Watson  <cjwatson@debian.org>
16351
16352         * modules/strsignal-tests: New file.
16353         * tests/test-strsignal.c: New file.
16354
16355         * lib/strsignal.c: New file, from glibc with modifications.
16356         * lib/siglist.h: New file, from glibc with modifications.
16357         * lib/string.in.h (strsignal): New declaration.
16358         * m4/strsignal.m4: New file.
16359         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
16360         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
16361         * modules/strsignal: New file.
16362         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
16363         HAVE_DECL_STRSIGNAL.
16364
16365 2008-01-13  Bruno Haible  <bruno@clisp.org>
16366
16367         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
16368         locale encoding is not ASCII. Needed for OpenBSD 4.0.
16369         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
16370         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
16371
16372 2008-01-13  Bruno Haible  <bruno@clisp.org>
16373
16374         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
16375         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
16376         * lib/argp.h (__attribute__): Likewise.
16377         * lib/c-stack.c (__attribute__): Likewise.
16378         * lib/error.h (__attribute__): Likewise.
16379         * lib/fts.c (__attribute__): Likewise.
16380         * lib/openat.h (__attribute__): Likewise.
16381         * lib/stdio.in.h (__attribute__): Likewise.
16382         * lib/string.in.h (__attribute__): Likewise.
16383         * lib/utimens.c (__attribute__): Likewise.
16384         * lib/vasnprintf.h (__attribute__): Likewise.
16385         * lib/xalloc.h (__attribute__): Likewise.
16386         * lib/xprintf.h (__attribute__): Likewise.
16387         * lib/xstrtol.h (__attribute__): Likewise.
16388         * lib/xvasprintf.h (__attribute__): Likewise.
16389
16390 2008-01-12  Bruno Haible  <bruno@clisp.org>
16391
16392         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
16393         * doc/glibc-headers/a.out.texi: New file.
16394         * doc/glibc-headers/aliases.texi: New file.
16395         * doc/glibc-headers/alloca.texi: New file.
16396         * doc/glibc-headers/ar.texi: New file.
16397         * doc/glibc-headers/argp.texi: New file.
16398         * doc/glibc-headers/argz.texi: New file.
16399         * doc/glibc-headers/byteswap.texi: New file.
16400         * doc/glibc-headers/crypt.texi: New file.
16401         * doc/glibc-headers/endian.texi: New file.
16402         * doc/glibc-headers/envz.texi: New file.
16403         * doc/glibc-headers/err.texi: New file.
16404         * doc/glibc-headers/error.texi: New file.
16405         * doc/glibc-headers/execinfo.texi: New file.
16406         * doc/glibc-headers/fpu_control.texi: New file.
16407         * doc/glibc-headers/fstab.texi: New file.
16408         * doc/glibc-headers/fts.texi: New file.
16409         * doc/glibc-headers/getopt.texi: New file.
16410         * doc/glibc-headers/ieee754.texi: New file.
16411         * doc/glibc-headers/ifaddrs.texi: New file.
16412         * doc/glibc-headers/libintl.texi: New file.
16413         * doc/glibc-headers/mcheck.texi: New file.
16414         * doc/glibc-headers/mntent.texi: New file.
16415         * doc/glibc-headers/obstack.texi: New file.
16416         * doc/glibc-headers/paths.texi: New file.
16417         * doc/glibc-headers/printf.texi: New file.
16418         * doc/glibc-headers/pty.texi: New file.
16419         * doc/glibc-headers/resolv.texi: New file.
16420         * doc/glibc-headers/shadow.texi: New file.
16421         * doc/glibc-headers/sysexits.texi: New file.
16422         * doc/glibc-headers/ttyent.texi: New file.
16423
16424 2008-01-12  Jim Meyering  <meyering@redhat.com>
16425
16426         announce-gen: emit Gnulib's git-based version string.
16427         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
16428         New option --gnulib-version=V, where V is expected to be
16429         the output of running git describe in the gnulib directory.
16430         (get_tool_versions): Request feedback on xdelta.  I suspect it's
16431         not useful, and plan to stop publishing an xdelta file with each
16432         coreutils release.
16433
16434         * build-aux/announce-gen: Also check for lzma-compressed files.
16435
16436 2008-01-11  Bruno Haible  <bruno@clisp.org>
16437
16438         * tests/test-memmem.c (main): Increase maximum allowed time.
16439         * tests/test-strstr.c (main): Likewise.
16440
16441 2008-01-11  Bruno Haible  <bruno@clisp.org>
16442
16443         * doc/functions/memmem.texi: Add more precisions about platforms.
16444         * doc/functions/strstr.texi: Likewise.
16445
16446 2008-01-10  Eric Blake  <ebb9@byu.net>
16447
16448         * m4/strstr.m4: Delete cruft from copy-n-paste.
16449         Reported by Bruno Haible.
16450
16451 2008-01-10  Bruno Haible  <bruno@clisp.org>
16452
16453         Make c-strstr rely on strstr.
16454         * lib/c-strstr.c: Don't include str-kmp.h.
16455         (c_strstr): Define in terms of strstr.
16456         * modules/c-strstr (Files): Remove lib/str-kmp.h.
16457         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
16458
16459 2008-01-10  Bruno Haible  <bruno@clisp.org>
16460
16461         * doc/gnulib.texi (String Functions in C Locale): New section.
16462         * doc/c-ctype.texi: New file.
16463         * doc/c-strcase.texi: New file.
16464         * doc/c-strcaseeq.texi: New file.
16465         * doc/c-strcasestr.texi: New file.
16466         * doc/c-strstr.texi: New file.
16467         * doc/c-strtod.texi: New file.
16468         * doc/c-strtold.texi: New file.
16469
16470 2008-01-10  Eric Blake  <ebb9@byu.net>
16471
16472         * lib/relocatable.h: Fix a comment.
16473
16474 2008-01-10  Eric Blake  <ebb9@byu.net>
16475
16476         Share two-way algorithm.
16477         * lib/str-two-way.h: New file, merged from...
16478         * lib/memmem.c: ...here...
16479         * lib/strstr.c: ...and here.
16480         * modules/memmem (Files): Use it.
16481         * modules/strstr (Files): Likewise.
16482
16483         Avoid quadratic strstr implementations.
16484         * lib/strstr.c: New file.
16485         * m4/strstr.m4: Likewise.
16486         * modules/strstr: Likewise.
16487         * modules/strstr-tests: Likewise.
16488         * tests/test-strstr.c: Likewise.
16489         * lib/string.in.h (rpl_strstr): Declare.
16490         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
16491         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
16492         * modules/string (Makefile.am): Likewise.
16493         * MODULES.html.sh (string handling): Mention new module.
16494         * doc/functions/strstr.texi (strstr): Document the bug.
16495
16496 2008-01-10  Bruno Haible  <bruno@clisp.org>
16497
16498         * lib/relocatable.h (relocate): State whether result is freshly
16499         allocated or not.
16500         * lib/relocatable.c (relocate): Return a freshly allocated string
16501         instead of a pointer to a privately held string.
16502         Reported by Sylvain Beucler <beuc@gnu.org>.
16503
16504 2008-01-10  Colin Watson  <cjwatson@debian.org>
16505
16506         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
16507         s/S_ISNLK/S_ISLNK/.
16508
16509 2008-01-09  Bruno Haible  <bruno@clisp.org>
16510
16511         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
16512         and other files.
16513         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
16514         if it's only a guess.
16515         * modules/memmem: Simplify by depending on memmem-simple.
16516
16517 2008-01-09  Bruno Haible  <bruno@clisp.org>
16518
16519         Work around OpenBSD 4.0 tdelete() bug.
16520         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
16521         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
16522         macros and don't redefine the enum values.
16523         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
16524         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
16525         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
16526
16527 2008-01-09  Bruno Haible  <bruno@clisp.org>
16528
16529         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
16530         (main): Don't perform the tests if setlocale did not install a UTF-8
16531         locale. Needed on OpenBSD 4.0.
16532         * modules/wcwidth-tests (Depends-on): Add localcharset.
16533
16534 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16535
16536         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
16537         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
16538         * NEWS: announce this.
16539         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
16540
16541 2008-01-09  Simon Josefsson  <simon@josefsson.org>
16542         and Eric Blake  <ebb9@byu.net>
16543
16544         Add memmem-simple module.
16545         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
16546         (gl_FUNC_MEMMEM): Separate performance from presence checks.
16547         * modules/memmem-simple: New file.
16548         * modules/memmem (Description): Tweak.
16549         * MODULES.html.sh (string handling): Mention new module.
16550         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
16551         addressed by memmem-simple.
16552         * NEWS: Document the difference.
16553
16554 2008-01-09  Eric Blake  <ebb9@byu.net>
16555
16556         Give gcc some memmem optimization hints.
16557         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
16558         (strcasestr): Declare as pure.
16559         * modules/memmem (Maintainer): Claim my implementation.
16560
16561 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16562
16563         Support AIX 6.1 and higher.
16564         * build-aux/config.libpath: Likewise.
16565         * build-aux/config.rpath: Likewise.
16566
16567 2008-01-08  Jim Meyering  <meyering@redhat.com>
16568             Bruno Haible  <bruno@clisp.org>
16569
16570         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
16571         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
16572         Reported by Peter Fales in
16573         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
16574
16575 2008-01-08  Bruno Haible  <bruno@clisp.org>
16576
16577         * modules/unictype/category-of (Depends-on): Add
16578         unictype/category-none.
16579         * modules/unictype/category-and-tests (Depends-on): Add
16580         unictype/category-{L,N,Lu,Nd}.
16581         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
16582         * modules/unictype/category-or-tests (Depends-on): Add
16583         unictype/category-{L,N}.
16584         * modules/unictype/category-name-tests (Depends-on): Add
16585         unictype/category-{Z,Nl}.
16586         Reported by Simon Josefsson.
16587
16588 2008-01-08  Bruno Haible  <bruno@clisp.org>
16589
16590         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
16591         convention better.
16592         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
16593         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
16594         Reported by Peter Miller <millerp@canb.auug.org.au>.
16595
16596 2008-01-08  Eric Blake  <ebb9@byu.net>
16597
16598         Rewrite memmem to guarantee linear complexity without malloc.
16599         * lib/memmem.c (memmem): Use Two-Way rather than
16600         Knuth-Morris-Pratt, to allow O(1) space usage.
16601         (critical_factorization, two_way_short_needle)
16602         (two_way_long_needle): New functions.
16603         (knuth_morris_pratt): Delete.
16604         * modules/memmem (Depends-on): No longer need malloca or stdbool.
16605         Add stdint.
16606         * tests/test-memmem.c (main): Add tests for periodic needle and
16607         sublinear performance.
16608         * doc/functions/memmem.texi (memmem): Document other deficiencies
16609         in cygwin and older glibc.
16610
16611 2008-01-08  Bruno Haible  <bruno@clisp.org>
16612
16613         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
16614         augmentation.
16615
16616 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
16617
16618         Add a configure time option: --disable-acl.
16619         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
16620         AC_ARG_ENABLE(acl).
16621
16622 2008-01-06  Simon Josefsson  <simon@josefsson.org>
16623
16624         * tests/test-localename.c: Don't include obsolete "setenv.h".
16625
16626         * modules/localename-tests (Depends-on): Need unsetenv.
16627
16628 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16629
16630         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
16631
16632 2008-01-06  Colin Watson  <cjwatson@debian.org>
16633
16634         * users.txt: Add man-db.
16635
16636 2008-01-07  Bruno Haible  <bruno@clisp.org>
16637
16638         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
16639         previous section name.
16640
16641 2008-01-07  Bruno Haible  <bruno@clisp.org>
16642
16643         * lib/progname.c (set_program_name): Don't strip off a leading
16644         "lt-" prefix outside a .libs directory.
16645         Suggested by Paul Eggert.
16646
16647 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
16648             Bruno Haible  <bruno@clisp.org>
16649
16650         Improve memory cleanup in 'relocatable' module.
16651         * lib/relocatable.h (compute_curr_prefix): Change return type to
16652         'char *'.
16653         * lib/relocatable.c (compute_curr_prefix): Change return type to
16654         'char *'. Free curr_installdir after use.
16655         (relocate): Free curr_prefix_better after use.
16656         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
16657
16658 2008-01-01  Bruno Haible  <bruno@clisp.org>
16659
16660         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
16661         failure on older glibc systems.
16662         Reported by Peter Fales <psfales@alcatel-lucent.com>.
16663
16664 2008-01-05  Eric Blake  <ebb9@byu.net>
16665
16666         Avoid quadratic system memmem.
16667         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
16668         Reported by Ralf Wildenhues.
16669
16670         Fix memmem test for mingw.
16671         * modules/memmem-tests (configure.ac): Check for alarm.
16672         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
16673         it.
16674         * doc/functions/memmem.texi: New file.
16675         * doc/gnulib.texi (Function Substitutes): Add memmem.
16676         Reported by Bruno Haible.
16677
16678 2008-01-04  Bruno Haible  <bruno@clisp.org>
16679
16680         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
16681         Require gl_HEADER_STRINGS_H_DEFAULTS, not
16682         gl_HEADER_STRING_H_DEFAULTS.
16683
16684 2008-01-04  Eric Blake  <ebb9@byu.net>
16685
16686         Shorten duration of memmem test.
16687         * tests/test-memmem.c (main): Use alarm to declare failure if test
16688         is taking too long.
16689         Reported by Ralf Wildenhues.
16690
16691 2007-12-21  Simon Josefsson  <simon@josefsson.org>
16692
16693         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
16694         string, needed by strerror.
16695
16696 2008-01-03  Colin Watson  <cjwatson@debian.org>
16697             Bruno Haible  <bruno@clisp.org>
16698
16699         * doc/gnulib-tool.texi (Localization): New section.
16700
16701 2008-01-02  Bruno Haible  <bruno@clisp.org>
16702
16703         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
16704         variables to 'unsigned char *' type.
16705         Reported by Paul Eggert.
16706
16707 2008-01-02  Jim Meyering  <jim@meyering.net>
16708
16709         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
16710
16711 2007-12-31  Jim Meyering  <jim@meyering.net>
16712
16713         Avoid use of private FTS type name.
16714         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
16715
16716 2007-12-30  Karl Berry  <karl@gnu.org>
16717
16718         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
16719         work around defect in Texinfo and/or the standalone Info browser.
16720
16721 2007-12-30  Bruno Haible  <bruno@clisp.org>
16722
16723         Unify 5 copies of the KMP code.
16724         * lib/str-kmp.h: New file.
16725         * lib/c-strcasestr.c: Include str-kmp.h.
16726         (knuth_morris_pratt): Remove function.
16727         (c_strcasestr): Update.
16728         * lib/c-strstr.c: Include str-kmp.h.
16729         (knuth_morris_pratt): Remove function.
16730         (c_strcasestr): Update.
16731         * lib/mbscasestr.c: Include str-kmp.h.
16732         (knuth_morris_pratt_unibyte): Remove function.
16733         * lib/mbsstr.c: Include str-kmp.h.
16734         (knuth_morris_pratt_unibyte): Remove function.
16735         * lib/strcasestr.c: Include str-kmp.h.
16736         (knuth_morris_pratt): Remove function.
16737         (strcasestr): Update.
16738         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
16739         * modules/c-strstr (Files): Likewise.
16740         * modules/mbscasestr (Files): Likewise.
16741         * modules/mbsstr (Files): Likewise.
16742         * modules/strcasestr (Files): Likewise.
16743         Suggested by Paul Eggert.
16744
16745 2007-12-30  Bruno Haible  <bruno@clisp.org>
16746
16747         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
16748         defined.
16749
16750 2007-12-30  Bruno Haible  <bruno@clisp.org>
16751
16752         * lib/xmalloca.h: Include xalloc.h.
16753         (xnmalloca): New macro.
16754
16755 2007-12-30  Bruno Haible  <bruno@clisp.org>
16756
16757         * lib/malloca.h (nmalloca): New macro.
16758         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
16759         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
16760         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
16761         knuth_morris_pratt_multibyte): Likewise.
16762         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
16763         knuth_morris_pratt_multibyte): Likewise.
16764         * lib/memmem.c (knuth_morris_pratt): Likewise.
16765         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
16766
16767 2007-12-25  Bruno Haible  <bruno@clisp.org>
16768
16769         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
16770         * lib/glob.c: Don't include openat.h.
16771         (link_exists2_p): Add back the code that deals with the
16772         !GLOB_ALTDIRFUNC case.
16773         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
16774         let it do the filename concatenation.
16775         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
16776         * modules/glob (Depends-on): Remove openat.
16777
16778 2007-12-31  Bruno Haible  <bruno@clisp.org>
16779
16780         * modules/dirfd (License): Change to LGPLv2+.
16781         Approved by Jim Meyering.
16782
16783 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
16784
16785         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
16786         when multiplying M by sizeof (size_t).
16787
16788 2007-12-10  Martin Lambers  <marlam@marlam.de>
16789
16790         Override getpagesize on mingw.
16791         * lib/getpagesize.c: New file.
16792         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
16793         * modules/getpagesize (Files): Add lib/getpagesize.c.
16794         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
16795         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
16796         REPLACE_GETPAGESIZE.
16797         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
16798
16799 2007-12-25  Bruno Haible  <bruno@clisp.org>
16800
16801         * modules/localcharset (Notice): New field.
16802         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
16803         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
16804
16805 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
16806             Bruno Haible  <bruno@clisp.org>
16807
16808         Avoid using the syntax symbol() in formatted documentation.
16809         * MODULES.html.sh (func_module): When replacing symbol() with a
16810         hyperlink, remove the parentheses. Show an error if some remain.
16811         Recognize and render the '...' syntax.
16812         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
16813         Rework. Add paragraph about GCC's inlining.
16814         * doc/alloca.texi: Likewise.
16815         * doc/error.texi: Remove parentheses from symbol reference.
16816         * doc/gnulib-intro.texi: Likewise.
16817         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
16818         * modules/fnmatch (Description): Reword to say "the ... function".
16819         * modules/full-read (Description): Likewise.
16820         * modules/full-write (Description): Likewise.
16821         * modules/safe-read (Description): Likewise.
16822         * modules/safe-write (Description): Likewise.
16823         * modules/strchrnul (Description): Likewise.
16824         * modules/trim (Description): Likewise.
16825         * modules/error (Description): Remove parentheses from symbol
16826         references.
16827         * modules/verror (Description): Likewise.
16828         Reported by Karl Berry.
16829
16830 2007-12-25  Bruno Haible  <bruno@clisp.org>
16831
16832         Fixup after 2007-10-16 commit.
16833         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
16834
16835 2007-12-24  Bruno Haible  <bruno@clisp.org>
16836
16837         Make --enable-relocatable work with DESTDIR.
16838         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
16839         to compute installdir from destprog.
16840         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
16841         also set the RELOC_DESTDIR variable.
16842         Reported by Левашев Иван <octagram@bluebottle.com>.
16843
16844 2007-12-24  Bruno Haible  <bruno@clisp.org>
16845
16846         Fix link error due to xalloc_die().
16847         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
16848         of xreadlink.
16849         * lib/relocwrapper.c: Update comments.
16850         * build-aux/install-reloc: Remove xreadlink.c from file list.
16851         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
16852         xreadlink.c.
16853         Reported by Левашев Иван <octagram@bluebottle.com>.
16854
16855 2007-12-24  Bruno Haible  <bruno@clisp.org>
16856
16857         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
16858         * lib/setenv.h: Remove file.
16859         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
16860         lib/setenv.h.
16861         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
16862         (Depends-on): Add stdlib.
16863         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
16864         gl_FUNC_UNSETENV.
16865         (Include): Replace setenv.h with <stdlib.h>.
16866         * modules/unsetenv: New file.
16867         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
16868         * lib/unsetenv.c: Include <stdlib.h> first.
16869         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
16870         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
16871         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
16872         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
16873         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
16874         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
16875         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
16876         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
16877         * doc/functions/unsetenv.texi: Update.
16878         * modules/xsetenv (Depends-on): Add unsetenv.
16879         * modules/getdate (Depends-on): Likewise.
16880         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
16881         * lib/xsetenv.c: Don't include setenv.h.
16882         * lib/getdate.y: Likewise.
16883         * lib/relocwrapper.c: Likewise.
16884         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
16885         (Depends-on): Add stdlib.
16886         * NEWS: Mention the changes.
16887         Reported by Левашев Иван <octagram@bluebottle.com>.
16888
16889 2007-12-23  Bruno Haible  <bruno@clisp.org>
16890
16891         * lib/memmem.c (memmem): Use lowercase variable names. Tab
16892         indentation.
16893
16894 2007-12-23  Bruno Haible  <bruno@clisp.org>
16895
16896         * lib/c-strcasestr.c: Add more comments.
16897         * lib/c-strstr.c: Likewise.
16898         * lib/mbscasestr.c: Likewise.
16899         * lib/mbsstr.c: Likewise.
16900         * lib/strcasestr.c: Likewise.
16901         * lib/memmem.c: Likewise.
16902
16903 2007-12-23  Bruno Haible  <bruno@clisp.org>
16904
16905         * tests/test-memmem.c: Include <string.h> first.
16906
16907 2007-12-22  Bruno Haible  <bruno@clisp.org>
16908
16909         * gnulib-tool (func_create_testdir): Change $auxdir while generating
16910         the contents of $testsbase.
16911         Reported by Ralf Wildenhues.
16912
16913 2007-12-22  Bruno Haible  <bruno@clisp.org>
16914
16915         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
16916         two variables local_ldadd_before, local_ldadd_last.
16917
16918 2007-12-20  Eric Blake  <ebb9@byu.net>
16919
16920         Work around circular library issue when cross-compiling.
16921         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
16922         that progname.o does not need to pull in rpl_memcmp.
16923
16924 2007-12-19  Eric Blake  <ebb9@byu.net>
16925
16926         Fix memmem to avoid O(n^2) worst-case complexity.
16927         * lib/memmem.c (knuth_morris_pratt): New function.
16928         (memmem): Use it if first few naive iterations fail.
16929         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
16930         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
16931         * modules/memchr (License): Likewise.
16932         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
16933         malloca.
16934         * tests/test-memmem.c: Rewrite, borrowing ideas from
16935         test-mbsstr1.c; the old version wouldn't even compile!
16936         * modules/memmem-tests: New file.
16937         * lib/string.in.h (rpl_memmem): Add declaration.
16938         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
16939         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
16940         REPLACE_MEMMEM.
16941
16942 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
16943
16944         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
16945         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
16946         before any system include files, and undef after them all.  This
16947         should fix a problem on VMS reported by John E. Malmberg in
16948         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
16949
16950 2007-12-17  Eric Blake  <ebb9@byu.net>
16951
16952         Revert addition of verify, for BSD/OS.
16953         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
16954         can't handle large files, for the sake of obsolete platforms.
16955         * modules/fseeko (Depends-on): Remove verify.
16956         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
16957         * doc/functions/ftello.texi (ftello): Likewise.
16958         * doc/functions/fgetpos.texi (fgetpos): Likewise.
16959         Reported by Larry Jones.
16960
16961 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
16962
16963         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
16964         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
16965
16966 2007-12-17  Jim Meyering  <meyering@redhat.com>
16967
16968         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
16969         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
16970         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
16971         * modules/getcwd (Depends-on): Add openat.
16972         Reported by Petr Salinger.
16973
16974 2007-12-17  Bruno Haible  <bruno@clisp.org>
16975
16976         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
16977         avoid a segmentation fault of the configure test on x86_64 systems.
16978
16979 2007-12-15  Jim Meyering  <meyering@redhat.com>
16980
16981         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
16982
16983 2007-12-13  Eric Blake  <ebb9@byu.net>
16984
16985         Another fseek test.
16986         * tests/test-fseek.c (main): Also test ungetc handling.
16987         * tests/test-fseeko.c (main): Likewise.
16988         * modules/fseeko (Depends-on): Add verify.
16989         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
16990         large.
16991         Reported by Larry Jones.
16992
16993         Fix fseeko on mingw.
16994         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
16995         seek.
16996
16997         Beef up fseek tests.
16998         * tests/test-fseek.c (main): Also test eof handling.
16999         * tests/test-fseeko.c (main): Likewise.
17000         Reported by Larry Jones.
17001
17002 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
17003
17004         Fix fseeko on BSD-based platforms.
17005         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
17006         successful seek.
17007
17008 2007-12-12  Eric Blake  <ebb9@byu.net>
17009
17010         Allow circular dependency of separate libtests.a
17011         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
17012         when use_libtests.
17013
17014 2007-12-11  Eric Blake  <ebb9@byu.net>
17015
17016         Fix bug with -0.0L in previous patch.
17017         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
17018         * tests/test-isnan.c (main): Also test on zeroes.
17019         * tests/test-isnanf.c (main): Likewise.
17020         * tests/test-isnanl.h (main): Likewise.
17021
17022         Detect pseudo-denormals on x86 even when cross-compiling.
17023         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
17024         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
17025         invalid bit patterns that happen to satisfy ==.
17026
17027         Avoid link failures with separate libtests.a.
17028         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
17029         last, to satisfy circular dependencies.
17030
17031 2007-12-11  Eric Blake  <ebb9@byu.net>
17032         and Bruno Haible  <bruno@clisp.org>
17033
17034         Fix OpenBSD 4.0 <float.h> handling of long double.
17035         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
17036         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
17037         * doc/headers/float.texi (float.h): Document OpenBSD bug.
17038
17039 2007-12-11  Jim Meyering  <meyering@redhat.com>
17040
17041         * users.txt: Add libvirt.
17042
17043         Support versions of autoconf prior to 2.59c.
17044         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
17045         if it is not already defined.
17046
17047 2007-12-09  Bruno Haible  <bruno@clisp.org>
17048
17049         Let 'gnulib-tool --import' collect sources needed for the tests in
17050         tests/ rather than in lib/.
17051         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
17052         argument. If true, add rules to generate libtests.a, and put libtests.a
17053         into $(LDADD). Consider source files in subdirectories and set
17054         uses_subdirs.
17055         (func_emit_initmacro_start, func_emit_initmacro_end,
17056         func_emit_initmacro_done): Pass all arguments explicitly.
17057         (func_import): Determine two module lists main_modules,
17058         testsrelated_modules. Determine use_libtests. Determine two variables
17059         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
17060         instead of just sed_transform_lib_file. Determine two variables
17061         main_files and testsrelated_files. Compute 'files' as the union of
17062         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
17063         func_add_or_update. In the generated gnulib-comp.m4, collect the
17064         object files for tests/ in different variables than those for lib/.
17065         Substitute LIBTESTS_LIBDEPS.
17066         (func_create_testdir): Combine the uses_subdirs results from
17067         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
17068
17069 2007-12-09  Bruno Haible  <bruno@clisp.org>
17070
17071         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
17072         the build-aux directory.
17073
17074 2007-12-09  Bruno Haible  <bruno@clisp.org>
17075
17076         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
17077         introduced on 2006-09-09.
17078
17079 2007-12-07  Jim Meyering  <meyering@redhat.com>
17080
17081         Let these macros work also with autoconf-2.59.
17082         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
17083         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
17084         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
17085
17086 2007-12-06  Jim Meyering  <meyering@redhat.com>
17087
17088         Avoid a configure-time syntax error in gl_FUNC_ACL.
17089         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
17090         function in each branch, before testing the cache variable.
17091
17092 2007-12-04  Eric Blake  <ebb9@byu.net>
17093
17094         Make scripts executable.
17095         * build-aux/config.guess: Add execute permissions.
17096         * build-aux/config.sub: Likewise.
17097         * build-aux/gendocs.sh: Likewise.
17098
17099         Fix frexp on mingw.
17100         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
17101         cross-compiling.
17102         * doc/functions/frexp.texi (frexp): Document the bug.
17103
17104         Make cygwin fseeko check more reliable.
17105         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
17106         version numbers, rather than unrelated feature check.
17107         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
17108         * doc/functions/ftello.texi (ftello): Likewise.
17109         Reported by Bruno Haible.
17110
17111         * m4/strerror.m4: Bump version number.
17112
17113 2007-12-03  Bruno Haible  <bruno@clisp.org>
17114
17115         * doc/functions/mprotect.texi: Mention the mingw problem.
17116
17117 2007-12-03  Eric Blake  <ebb9@byu.net>
17118
17119         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
17120         REPLACE_STRERROR is initialized before this macro.
17121
17122 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
17123
17124         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
17125         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
17126         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
17127         put -lsec in even for programs other than 'ls'.  This fixes a problem
17128         for gettext reported by Bruno Haible in
17129         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
17130         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
17131         Add support for Solaris 10.  This isn't efficient, but should get the
17132         job done for now.
17133
17134 2007-12-03  James Youngman  <jay@gnu.org>
17135
17136         * doc/regexprops-generic.texi: change "an close-group" to "a
17137         close-group" and "illegal" to "not allowed".
17138
17139 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17140
17141         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
17142         pr_byname.h. Needed for the rare case when the maintainer has done
17143         "make maintainer-clean" in the source directory and then attempts a
17144         build outside the source directory.
17145         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
17146         scripts_byname.h.
17147
17148 2007-12-02  Martin Lambers <marlam@marlam.de>
17149             Bruno Haible  <bruno@clisp.org>
17150
17151         * lib/getpagesize.h: Remove file.
17152         * lib/unistd.in.h: Include declaration of getpagesize here.
17153         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
17154         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
17155         HAVE_SYS_PARAM_H.
17156         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
17157         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
17158         * modules/getpagesize (Files): Remove lib/getpagesize.h.
17159         (Depends-on): Add unistd.
17160         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17161         (Include): Use <unistd.h> instead of getpagesize.h.
17162         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
17163         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
17164         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
17165         gl_GETPAGESIZE invocation, already handled by module dependency.
17166         * lib/pagealign_alloc.c: Don't include getpagesize.h.
17167
17168 2007-12-02  Bruno Haible  <bruno@clisp.org>
17169
17170         * modules/strings-tests: New file.
17171         * tests/test-strings.c: New file.
17172
17173         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
17174         * lib/strings.in.h: New file.
17175         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
17176         * m4/strings_h.m4: New file.
17177         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
17178         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
17179         * modules/strings: New file.
17180         * modules/string (Makefile.am): Update.
17181         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
17182         Reported by Karl Berry.
17183
17184 2007-12-01  Eric Blake  <ebb9@byu.net>
17185
17186         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
17187         accomodate fix in cygwin 1.5.25.
17188
17189 2007-12-01  Jim Meyering  <meyering@redhat.com>
17190
17191         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
17192         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
17193         that would inhibit utf8-optimization of a regexp containing line-
17194         or buffer-anchors, e.g., `^', `$'.
17195
17196 2007-11-30  Bruno Haible  <bruno@clisp.org>
17197
17198         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
17199         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
17200         glthread_recursive_lock_init.
17201         * lib/lock.c (glthread_recursive_lock_init)
17202         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
17203         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17204
17205 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
17206
17207         New function qset_acl, like set_acl but with syscall semantics.
17208         * lib/acl.h (qset_acl): New decl.
17209         * lib/acl.c (qset_acl): New function.
17210         (set_acl): Use new function.  Use more-consistent diagnostics.
17211
17212 2007-11-28  Jim Meyering  <meyering@redhat.com>
17213
17214         * modules/physmem (License): Change from GPL to LGPLv2+.
17215
17216 2007-11-26  Bruno Haible  <bruno@clisp.org>
17217
17218         * lib/vasnprintf.c (decode_long_double): Don't abort if the
17219         'long double' type has excess precision.
17220         Reported by Jim Meyering in
17221         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
17222
17223 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17224
17225         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
17226         Sync from <http://gnu.org/licenses>.
17227         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
17228         with license text from same location.
17229         * doc/maintain.texi, doc/standards.texi:  Sync from
17230         <http://savannah.gnu.org/projects/gnustandards>.
17231
17232 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
17233         and Jim Meyering  <meyering@redhat.com>
17234
17235         Adjust getdate' grammar to accept a slightly more regular language.
17236         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
17237         Before, the former was rejected.
17238         * lib/getdate.y (digits_to_date_time): New function, factored
17239         out of ...
17240         (number): ...here.  Just call digits_to_date_time.
17241         (hybrid): New non-terminal to handle an <unsigned number,
17242         signed relative offset> sequence consistently.
17243
17244 2007-11-18  Jim Meyering  <meyering@redhat.com>
17245
17246         Pull my changes from coreutils:
17247         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
17248         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
17249         use of $gnulib_tool_option_extras, so that it's separated from the
17250         preceding argument.
17251
17252         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
17253         * build-aux/bootstrap (cp_mark_as_generated): Create any required
17254         parent destination directories before copying a file into place.
17255
17256 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
17257
17258         bootstrap: work also with 4-argument variant of AC_INIT
17259         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
17260
17261 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
17262
17263         Port test-getaddrinfo to Solaris.
17264         Problem reported by Bruno Haible in
17265         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
17266         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
17267         explanation of setting 'hints'.
17268         Don't reject an implementation merely because it returns EAI_SERVICE.
17269         (EAI_SERVICE): Define to 0 if not defined.
17270
17271 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
17272
17273         The license of gnu-make and posix-shell is now "GPLed build tool".
17274         * modules/gnu-make (License): Likewise.
17275         * modules/posix-shell (License): Likewise.
17276
17277         New module posix-shell, for determining a POSIX shell
17278         or perhaps something that is close enough to a POSIX shell.
17279         * m4/posix-shell.m4: New file.
17280         * modules/posix-shell: New file.
17281
17282         * MODULES.html.sh: Mention new module.
17283
17284         New module gnu-make, for determining whether we're using GNU Make.
17285         * m4/gnu-make.m4: New file.
17286         * modules/gnu-make: New file.
17287         * MODULES.html.sh: Mention new module.
17288
17289 2007-11-14  Jim Meyering  <meyering@redhat.com>
17290
17291         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
17292         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
17293         use this macro to create a function _definition_.
17294         Remove useless "#undef ARGMATCH_DIE".
17295
17296 2007-11-14  Bruno Haible  <bruno@clisp.org>
17297
17298         * lib/config.charset: Update for OpenBSD 4.1.
17299         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
17300
17301 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
17302
17303         Document 64-bit #if problems in stdint.texi.
17304         * doc/headers/stdint.texi (stdint.h): Mention problems with
17305         64-bit-#if, and how to work around them.
17306
17307         Don't insist on 'long long int' support in the preprocessor.  It
17308         breaks too many things.  For example, PRIdMAX still uses a 'long
17309         long int' format with the latest Sun compiler, even though
17310         HAVE_LONG_LONG_INT isn't defined due to that compiler's
17311         preprocessor problem.  This causes the latest coreutils to dump
17312         core on Solaris 10 sparc with the Sun C compiler.
17313         Instead, fix the 2007-10-16 problem in a different way, by evaluating
17314         the troublesome expressions at configure-time, not at #if-time.
17315         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
17316         preprocessor.
17317         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
17318         compile-time C checks, done at 'configure'-time.
17319         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
17320         * modules/inttypes (Makefile): Substitute the new symbols that
17321         gl_INTTYPES_H now generates.
17322         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
17323
17324 2007-11-12  Bruno Haible  <bruno@clisp.org>
17325
17326         Tests for Unicode character classification functions.
17327
17328         * modules/unictype/bidicategory-byname-tests: New file.
17329         * modules/unictype/bidicategory-name-tests: New file.
17330         * modules/unictype/bidicategory-of-tests: New file.
17331         * modules/unictype/bidicategory-test-tests: New file.
17332         * modules/unictype/block-list-tests: New file.
17333         * modules/unictype/block-of-tests: New file.
17334         * modules/unictype/block-test-tests: New file.
17335         * modules/unictype/category-C-tests: New file.
17336         * modules/unictype/category-Cc-tests: New file.
17337         * modules/unictype/category-Cf-tests: New file.
17338         * modules/unictype/category-Cn-tests: New file.
17339         * modules/unictype/category-Co-tests: New file.
17340         * modules/unictype/category-Cs-tests: New file.
17341         * modules/unictype/category-L-tests: New file.
17342         * modules/unictype/category-Ll-tests: New file.
17343         * modules/unictype/category-Lm-tests: New file.
17344         * modules/unictype/category-Lo-tests: New file.
17345         * modules/unictype/category-Lt-tests: New file.
17346         * modules/unictype/category-Lu-tests: New file.
17347         * modules/unictype/category-M-tests: New file.
17348         * modules/unictype/category-Mc-tests: New file.
17349         * modules/unictype/category-Me-tests: New file.
17350         * modules/unictype/category-Mn-tests: New file.
17351         * modules/unictype/category-N-tests: New file.
17352         * modules/unictype/category-Nd-tests: New file.
17353         * modules/unictype/category-Nl-tests: New file.
17354         * modules/unictype/category-No-tests: New file.
17355         * modules/unictype/category-P-tests: New file.
17356         * modules/unictype/category-Pc-tests: New file.
17357         * modules/unictype/category-Pd-tests: New file.
17358         * modules/unictype/category-Pe-tests: New file.
17359         * modules/unictype/category-Pf-tests: New file.
17360         * modules/unictype/category-Pi-tests: New file.
17361         * modules/unictype/category-Po-tests: New file.
17362         * modules/unictype/category-Ps-tests: New file.
17363         * modules/unictype/category-S-tests: New file.
17364         * modules/unictype/category-Sc-tests: New file.
17365         * modules/unictype/category-Sk-tests: New file.
17366         * modules/unictype/category-Sm-tests: New file.
17367         * modules/unictype/category-So-tests: New file.
17368         * modules/unictype/category-Z-tests: New file.
17369         * modules/unictype/category-Zl-tests: New file.
17370         * modules/unictype/category-Zp-tests: New file.
17371         * modules/unictype/category-Zs-tests: New file.
17372         * modules/unictype/category-and-not-tests: New file.
17373         * modules/unictype/category-and-tests: New file.
17374         * modules/unictype/category-byname-tests: New file.
17375         * modules/unictype/category-name-tests: New file.
17376         * modules/unictype/category-none-tests: New file.
17377         * modules/unictype/category-of-tests: New file.
17378         * modules/unictype/category-or-tests: New file.
17379         * modules/unictype/category-test-withtable-tests: New file.
17380         * modules/unictype/combining-class-tests: New file.
17381         * modules/unictype/ctype-alnum-tests: New file.
17382         * modules/unictype/ctype-alpha-tests: New file.
17383         * modules/unictype/ctype-blank-tests: New file.
17384         * modules/unictype/ctype-cntrl-tests: New file.
17385         * modules/unictype/ctype-digit-tests: New file.
17386         * modules/unictype/ctype-graph-tests: New file.
17387         * modules/unictype/ctype-lower-tests: New file.
17388         * modules/unictype/ctype-print-tests: New file.
17389         * modules/unictype/ctype-punct-tests: New file.
17390         * modules/unictype/ctype-space-tests: New file.
17391         * modules/unictype/ctype-upper-tests: New file.
17392         * modules/unictype/ctype-xdigit-tests: New file.
17393         * modules/unictype/decimal-digit-tests: New file.
17394         * modules/unictype/digit-tests: New file.
17395         * modules/unictype/mirror-tests: New file.
17396         * modules/unictype/numeric-tests: New file.
17397         * modules/unictype/property-alphabetic-tests: New file.
17398         * modules/unictype/property-ascii-hex-digit-tests: New file.
17399         * modules/unictype/property-bidi-arabic-digit-tests: New file.
17400         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
17401         * modules/unictype/property-bidi-block-separator-tests: New file.
17402         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
17403         * modules/unictype/property-bidi-common-separator-tests: New file.
17404         * modules/unictype/property-bidi-control-tests: New file.
17405         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
17406         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
17407         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
17408         * modules/unictype/property-bidi-european-digit-tests: New file.
17409         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
17410         * modules/unictype/property-bidi-left-to-right-tests: New file.
17411         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
17412         * modules/unictype/property-bidi-other-neutral-tests: New file.
17413         * modules/unictype/property-bidi-pdf-tests: New file.
17414         * modules/unictype/property-bidi-segment-separator-tests: New file.
17415         * modules/unictype/property-bidi-whitespace-tests: New file.
17416         * modules/unictype/property-byname-tests: New file.
17417         * modules/unictype/property-combining-tests: New file.
17418         * modules/unictype/property-composite-tests: New file.
17419         * modules/unictype/property-currency-symbol-tests: New file.
17420         * modules/unictype/property-dash-tests: New file.
17421         * modules/unictype/property-decimal-digit-tests: New file.
17422         * modules/unictype/property-default-ignorable-code-point-tests: New file.
17423         * modules/unictype/property-deprecated-tests: New file.
17424         * modules/unictype/property-diacritic-tests: New file.
17425         * modules/unictype/property-extender-tests: New file.
17426         * modules/unictype/property-format-control-tests: New file.
17427         * modules/unictype/property-grapheme-base-tests: New file.
17428         * modules/unictype/property-grapheme-extend-tests: New file.
17429         * modules/unictype/property-grapheme-link-tests: New file.
17430         * modules/unictype/property-hex-digit-tests: New file.
17431         * modules/unictype/property-hyphen-tests: New file.
17432         * modules/unictype/property-id-continue-tests: New file.
17433         * modules/unictype/property-id-start-tests: New file.
17434         * modules/unictype/property-ideographic-tests: New file.
17435         * modules/unictype/property-ids-binary-operator-tests: New file.
17436         * modules/unictype/property-ids-trinary-operator-tests: New file.
17437         * modules/unictype/property-ignorable-control-tests: New file.
17438         * modules/unictype/property-iso-control-tests: New file.
17439         * modules/unictype/property-join-control-tests: New file.
17440         * modules/unictype/property-left-of-pair-tests: New file.
17441         * modules/unictype/property-line-separator-tests: New file.
17442         * modules/unictype/property-logical-order-exception-tests: New file.
17443         * modules/unictype/property-lowercase-tests: New file.
17444         * modules/unictype/property-math-tests: New file.
17445         * modules/unictype/property-non-break-tests: New file.
17446         * modules/unictype/property-not-a-character-tests: New file.
17447         * modules/unictype/property-numeric-tests: New file.
17448         * modules/unictype/property-other-alphabetic-tests: New file.
17449         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
17450         * modules/unictype/property-other-grapheme-extend-tests: New file.
17451         * modules/unictype/property-other-id-continue-tests: New file.
17452         * modules/unictype/property-other-id-start-tests: New file.
17453         * modules/unictype/property-other-lowercase-tests: New file.
17454         * modules/unictype/property-other-math-tests: New file.
17455         * modules/unictype/property-other-uppercase-tests: New file.
17456         * modules/unictype/property-paired-punctuation-tests: New file.
17457         * modules/unictype/property-paragraph-separator-tests: New file.
17458         * modules/unictype/property-pattern-syntax-tests: New file.
17459         * modules/unictype/property-pattern-white-space-tests: New file.
17460         * modules/unictype/property-private-use-tests: New file.
17461         * modules/unictype/property-punctuation-tests: New file.
17462         * modules/unictype/property-quotation-mark-tests: New file.
17463         * modules/unictype/property-radical-tests: New file.
17464         * modules/unictype/property-sentence-terminal-tests: New file.
17465         * modules/unictype/property-soft-dotted-tests: New file.
17466         * modules/unictype/property-space-tests: New file.
17467         * modules/unictype/property-terminal-punctuation-tests: New file.
17468         * modules/unictype/property-test-tests: New file.
17469         * modules/unictype/property-titlecase-tests: New file.
17470         * modules/unictype/property-unassigned-code-value-tests: New file.
17471         * modules/unictype/property-unified-ideograph-tests: New file.
17472         * modules/unictype/property-uppercase-tests: New file.
17473         * modules/unictype/property-variation-selector-tests: New file.
17474         * modules/unictype/property-white-space-tests: New file.
17475         * modules/unictype/property-xid-continue-tests: New file.
17476         * modules/unictype/property-xid-start-tests: New file.
17477         * modules/unictype/property-zero-width-tests: New file.
17478         * modules/unictype/scripts-tests: New file.
17479         * modules/unictype/syntax-c-ident-tests: New file.
17480         * modules/unictype/syntax-c-whitespace-tests: New file.
17481         * modules/unictype/syntax-java-ident-tests: New file.
17482         * modules/unictype/syntax-java-whitespace-tests: New file.
17483         * tests/unictype/test-bidi_byname.c: New file.
17484         * tests/unictype/test-bidi_name.c: New file.
17485         * tests/unictype/test-bidi_of.c: New file.
17486         * tests/unictype/test-bidi_test.c: New file.
17487         * tests/unictype/test-block_list.c: New file.
17488         * tests/unictype/test-block_of.c: New file.
17489         * tests/unictype/test-block_test.c: New file.
17490         * tests/unictype/test-categ_and.c: New file.
17491         * tests/unictype/test-categ_and_not.c: New file.
17492         * tests/unictype/test-categ_byname.c: New file.
17493         * tests/unictype/test-categ_name.c: New file.
17494         * tests/unictype/test-categ_none.c: New file.
17495         * tests/unictype/test-categ_of.c: New file.
17496         * tests/unictype/test-categ_or.c: New file.
17497         * tests/unictype/test-categ_test_withtable.c: New file.
17498         * tests/unictype/test-combining.c: New file.
17499         * tests/unictype/test-decdigit.c: New file.
17500         * tests/unictype/test-digit.c: New file.
17501         * tests/unictype/test-mirror.c: New file.
17502         * tests/unictype/test-numeric.c: New file.
17503         * tests/unictype/test-pr_byname.c: New file.
17504         * tests/unictype/test-pr_test.c: New file.
17505         * tests/unictype/test-predicate-part1.h: New file.
17506         * tests/unictype/test-predicate-part2.h: New file.
17507         * tests/unictype/test-scripts.c: New file.
17508         * tests/unictype/test-sy_c_ident.c: New file.
17509         * tests/unictype/test-sy_java_ident.c: New file.
17510
17511         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
17512         for Unicode 5.0.0.
17513         * tests/unictype/test-categ_Cc.c: Likewise.
17514         * tests/unictype/test-categ_Cf.c: Likewise.
17515         * tests/unictype/test-categ_Cn.c: Likewise.
17516         * tests/unictype/test-categ_Co.c: Likewise.
17517         * tests/unictype/test-categ_Cs.c: Likewise.
17518         * tests/unictype/test-categ_L.c: Likewise.
17519         * tests/unictype/test-categ_Ll.c: Likewise.
17520         * tests/unictype/test-categ_Lm.c: Likewise.
17521         * tests/unictype/test-categ_Lo.c: Likewise.
17522         * tests/unictype/test-categ_Lt.c: Likewise.
17523         * tests/unictype/test-categ_Lu.c: Likewise.
17524         * tests/unictype/test-categ_M.c: Likewise.
17525         * tests/unictype/test-categ_Mc.c: Likewise.
17526         * tests/unictype/test-categ_Me.c: Likewise.
17527         * tests/unictype/test-categ_Mn.c: Likewise.
17528         * tests/unictype/test-categ_N.c: Likewise.
17529         * tests/unictype/test-categ_Nd.c: Likewise.
17530         * tests/unictype/test-categ_Nl.c: Likewise.
17531         * tests/unictype/test-categ_No.c: Likewise.
17532         * tests/unictype/test-categ_P.c: Likewise.
17533         * tests/unictype/test-categ_Pc.c: Likewise.
17534         * tests/unictype/test-categ_Pd.c: Likewise.
17535         * tests/unictype/test-categ_Pe.c: Likewise.
17536         * tests/unictype/test-categ_Pf.c: Likewise.
17537         * tests/unictype/test-categ_Pi.c: Likewise.
17538         * tests/unictype/test-categ_Po.c: Likewise.
17539         * tests/unictype/test-categ_Ps.c: Likewise.
17540         * tests/unictype/test-categ_S.c: Likewise.
17541         * tests/unictype/test-categ_Sc.c: Likewise.
17542         * tests/unictype/test-categ_Sk.c: Likewise.
17543         * tests/unictype/test-categ_Sm.c: Likewise.
17544         * tests/unictype/test-categ_So.c: Likewise.
17545         * tests/unictype/test-categ_Z.c: Likewise.
17546         * tests/unictype/test-categ_Zl.c: Likewise.
17547         * tests/unictype/test-categ_Zp.c: Likewise.
17548         * tests/unictype/test-categ_Zs.c: Likewise.
17549         * tests/unictype/test-ctype_alnum.c: Likewise.
17550         * tests/unictype/test-ctype_alpha.c: Likewise.
17551         * tests/unictype/test-ctype_blank.c: Likewise.
17552         * tests/unictype/test-ctype_cntrl.c: Likewise.
17553         * tests/unictype/test-ctype_digit.c: Likewise.
17554         * tests/unictype/test-ctype_graph.c: Likewise.
17555         * tests/unictype/test-ctype_lower.c: Likewise.
17556         * tests/unictype/test-ctype_print.c: Likewise.
17557         * tests/unictype/test-ctype_punct.c: Likewise.
17558         * tests/unictype/test-ctype_space.c: Likewise.
17559         * tests/unictype/test-ctype_upper.c: Likewise.
17560         * tests/unictype/test-ctype_xdigit.c: Likewise.
17561         * tests/unictype/test-decdigit.h: Likewise.
17562         * tests/unictype/test-digit.h: Likewise.
17563         * tests/unictype/test-numeric.h: Likewise.
17564         * tests/unictype/test-pr_alphabetic.c: Likewise.
17565         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
17566         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
17567         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
17568         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
17569         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
17570         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
17571         * tests/unictype/test-pr_bidi_control.c: Likewise.
17572         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
17573         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
17574         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
17575         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
17576         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
17577         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
17578         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
17579         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
17580         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
17581         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
17582         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
17583         * tests/unictype/test-pr_combining.c: Likewise.
17584         * tests/unictype/test-pr_composite.c: Likewise.
17585         * tests/unictype/test-pr_currency_symbol.c: Likewise.
17586         * tests/unictype/test-pr_dash.c: Likewise.
17587         * tests/unictype/test-pr_decimal_digit.c: Likewise.
17588         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
17589         * tests/unictype/test-pr_deprecated.c: Likewise.
17590         * tests/unictype/test-pr_diacritic.c: Likewise.
17591         * tests/unictype/test-pr_extender.c: Likewise.
17592         * tests/unictype/test-pr_format_control.c: Likewise.
17593         * tests/unictype/test-pr_grapheme_base.c: Likewise.
17594         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
17595         * tests/unictype/test-pr_grapheme_link.c: Likewise.
17596         * tests/unictype/test-pr_hex_digit.c: Likewise.
17597         * tests/unictype/test-pr_hyphen.c: Likewise.
17598         * tests/unictype/test-pr_id_continue.c: Likewise.
17599         * tests/unictype/test-pr_id_start.c: Likewise.
17600         * tests/unictype/test-pr_ideographic.c: Likewise.
17601         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
17602         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
17603         * tests/unictype/test-pr_ignorable_control.c: Likewise.
17604         * tests/unictype/test-pr_iso_control.c: Likewise.
17605         * tests/unictype/test-pr_join_control.c: Likewise.
17606         * tests/unictype/test-pr_left_of_pair.c: Likewise.
17607         * tests/unictype/test-pr_line_separator.c: Likewise.
17608         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
17609         * tests/unictype/test-pr_lowercase.c: Likewise.
17610         * tests/unictype/test-pr_math.c: Likewise.
17611         * tests/unictype/test-pr_non_break.c: Likewise.
17612         * tests/unictype/test-pr_not_a_character.c: Likewise.
17613         * tests/unictype/test-pr_numeric.c: Likewise.
17614         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
17615         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
17616         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
17617         * tests/unictype/test-pr_other_id_continue.c: Likewise.
17618         * tests/unictype/test-pr_other_id_start.c: Likewise.
17619         * tests/unictype/test-pr_other_lowercase.c: Likewise.
17620         * tests/unictype/test-pr_other_math.c: Likewise.
17621         * tests/unictype/test-pr_other_uppercase.c: Likewise.
17622         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
17623         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
17624         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
17625         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
17626         * tests/unictype/test-pr_private_use.c: Likewise.
17627         * tests/unictype/test-pr_punctuation.c: Likewise.
17628         * tests/unictype/test-pr_quotation_mark.c: Likewise.
17629         * tests/unictype/test-pr_radical.c: Likewise.
17630         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
17631         * tests/unictype/test-pr_soft_dotted.c: Likewise.
17632         * tests/unictype/test-pr_space.c: Likewise.
17633         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
17634         * tests/unictype/test-pr_titlecase.c: Likewise.
17635         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
17636         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
17637         * tests/unictype/test-pr_uppercase.c: Likewise.
17638         * tests/unictype/test-pr_variation_selector.c: Likewise.
17639         * tests/unictype/test-pr_white_space.c: Likewise.
17640         * tests/unictype/test-pr_xid_continue.c: Likewise.
17641         * tests/unictype/test-pr_xid_start.c: Likewise.
17642         * tests/unictype/test-pr_zero_width.c: Likewise.
17643         * tests/unictype/test-sy_c_whitespace.c: Likewise.
17644         * tests/unictype/test-sy_java_whitespace.c: Likewise.
17645
17646 2007-11-12  Bruno Haible  <bruno@clisp.org>
17647
17648         Unicode character classification functions.
17649         * lib/unictype.h: New file.
17650         * modules/unictype/base: New file.
17651         * modules/unictype/category-L: New file.
17652         * modules/unictype/category-Lu: New file.
17653         * modules/unictype/category-Ll: New file.
17654         * modules/unictype/category-Lt: New file.
17655         * modules/unictype/category-Lm: New file.
17656         * modules/unictype/category-Lo: New file.
17657         * modules/unictype/category-M: New file.
17658         * modules/unictype/category-Mn: New file.
17659         * modules/unictype/category-Mc: New file.
17660         * modules/unictype/category-Me: New file.
17661         * modules/unictype/category-N: New file.
17662         * modules/unictype/category-Nd: New file.
17663         * modules/unictype/category-Nl: New file.
17664         * modules/unictype/category-No: New file.
17665         * modules/unictype/category-P: New file.
17666         * modules/unictype/category-Pc: New file.
17667         * modules/unictype/category-Pd: New file.
17668         * modules/unictype/category-Ps: New file.
17669         * modules/unictype/category-Pe: New file.
17670         * modules/unictype/category-Pi: New file.
17671         * modules/unictype/category-Pf: New file.
17672         * modules/unictype/category-Po: New file.
17673         * modules/unictype/category-S: New file.
17674         * modules/unictype/category-Sm: New file.
17675         * modules/unictype/category-Sc: New file.
17676         * modules/unictype/category-Sk: New file.
17677         * modules/unictype/category-So: New file.
17678         * modules/unictype/category-Z: New file.
17679         * modules/unictype/category-Zs: New file.
17680         * modules/unictype/category-Zl: New file.
17681         * modules/unictype/category-Zp: New file.
17682         * modules/unictype/category-C: New file.
17683         * modules/unictype/category-Cc: New file.
17684         * modules/unictype/category-Cf: New file.
17685         * modules/unictype/category-Cs: New file.
17686         * modules/unictype/category-Co: New file.
17687         * modules/unictype/category-Cn: New file.
17688         * modules/unictype/category-or: New file.
17689         * modules/unictype/category-of: New file.
17690         * modules/unictype/category-test: New file.
17691         * modules/unictype/category-test-withtable: New file.
17692         * modules/unictype/category-byname: New file.
17693         * modules/unictype/category-none: New file.
17694         * modules/unictype/category-and: New file.
17695         * modules/unictype/category-and-not: New file.
17696         * modules/unictype/category-name: New file.
17697         * modules/unictype/combining-class: New file.
17698         * modules/unictype/category-all: New file.
17699         * modules/unictype/bidicategory-all: New file.
17700         * modules/unictype/bidicategory-byname: New file.
17701         * modules/unictype/bidicategory-name: New file.
17702         * modules/unictype/bidicategory-of: New file.
17703         * modules/unictype/bidicategory-test: New file.
17704         * modules/unictype/decimal-digit: New file.
17705         * modules/unictype/digit: New file.
17706         * modules/unictype/numeric: New file.
17707         * modules/unictype/mirror: New file.
17708         * modules/unictype/property-white-space: New file.
17709         * modules/unictype/property-alphabetic: New file.
17710         * modules/unictype/property-other-alphabetic: New file.
17711         * modules/unictype/property-not-a-character: New file.
17712         * modules/unictype/property-default-ignorable-code-point: New file.
17713         * modules/unictype/property-other-default-ignorable-code-point: New
17714         file.
17715         * modules/unictype/property-deprecated: New file.
17716         * modules/unictype/property-logical-order-exception: New file.
17717         * modules/unictype/property-variation-selector: New file.
17718         * modules/unictype/property-private-use: New file.
17719         * modules/unictype/property-unassigned-code-value: New file.
17720         * modules/unictype/property-uppercase: New file.
17721         * modules/unictype/property-other-uppercase: New file.
17722         * modules/unictype/property-lowercase: New file.
17723         * modules/unictype/property-other-lowercase: New file.
17724         * modules/unictype/property-titlecase: New file.
17725         * modules/unictype/property-soft-dotted: New file.
17726         * modules/unictype/property-id-start: New file.
17727         * modules/unictype/property-other-id-start: New file.
17728         * modules/unictype/property-id-continue: New file.
17729         * modules/unictype/property-other-id-continue: New file.
17730         * modules/unictype/property-xid-start: New file.
17731         * modules/unictype/property-xid-continue: New file.
17732         * modules/unictype/property-pattern-white-space: New file.
17733         * modules/unictype/property-pattern-syntax: New file.
17734         * modules/unictype/property-join-control: New file.
17735         * modules/unictype/property-grapheme-base: New file.
17736         * modules/unictype/property-grapheme-extend: New file.
17737         * modules/unictype/property-other-grapheme-extend: New file.
17738         * modules/unictype/property-grapheme-link: New file.
17739         * modules/unictype/property-bidi-control: New file.
17740         * modules/unictype/property-bidi-left-to-right: New file.
17741         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
17742         * modules/unictype/property-bidi-arabic-right-to-left: New file.
17743         * modules/unictype/property-bidi-european-digit: New file.
17744         * modules/unictype/property-bidi-eur-num-separator: New file.
17745         * modules/unictype/property-bidi-eur-num-terminator: New file.
17746         * modules/unictype/property-bidi-arabic-digit: New file.
17747         * modules/unictype/property-bidi-common-separator: New file.
17748         * modules/unictype/property-bidi-block-separator: New file.
17749         * modules/unictype/property-bidi-segment-separator: New file.
17750         * modules/unictype/property-bidi-whitespace: New file.
17751         * modules/unictype/property-bidi-non-spacing-mark: New file.
17752         * modules/unictype/property-bidi-boundary-neutral: New file.
17753         * modules/unictype/property-bidi-pdf: New file.
17754         * modules/unictype/property-bidi-embedding-or-override: New file.
17755         * modules/unictype/property-bidi-other-neutral: New file.
17756         * modules/unictype/property-hex-digit: New file.
17757         * modules/unictype/property-ascii-hex-digit: New file.
17758         * modules/unictype/property-ideographic: New file.
17759         * modules/unictype/property-unified-ideograph: New file.
17760         * modules/unictype/property-radical: New file.
17761         * modules/unictype/property-ids-binary-operator: New file.
17762         * modules/unictype/property-ids-trinary-operator: New file.
17763         * modules/unictype/property-zero-width: New file.
17764         * modules/unictype/property-space: New file.
17765         * modules/unictype/property-non-break: New file.
17766         * modules/unictype/property-iso-control: New file.
17767         * modules/unictype/property-format-control: New file.
17768         * modules/unictype/property-dash: New file.
17769         * modules/unictype/property-hyphen: New file.
17770         * modules/unictype/property-punctuation: New file.
17771         * modules/unictype/property-line-separator: New file.
17772         * modules/unictype/property-paragraph-separator: New file.
17773         * modules/unictype/property-quotation-mark: New file.
17774         * modules/unictype/property-sentence-terminal: New file.
17775         * modules/unictype/property-terminal-punctuation: New file.
17776         * modules/unictype/property-currency-symbol: New file.
17777         * modules/unictype/property-math: New file.
17778         * modules/unictype/property-other-math: New file.
17779         * modules/unictype/property-paired-punctuation: New file.
17780         * modules/unictype/property-left-of-pair: New file.
17781         * modules/unictype/property-combining: New file.
17782         * modules/unictype/property-composite: New file.
17783         * modules/unictype/property-decimal-digit: New file.
17784         * modules/unictype/property-numeric: New file.
17785         * modules/unictype/property-diacritic: New file.
17786         * modules/unictype/property-extender: New file.
17787         * modules/unictype/property-ignorable-control: New file.
17788         * modules/unictype/property-test: New file.
17789         * modules/unictype/property-byname: New file.
17790         * modules/unictype/property-all: New file.
17791         * modules/unictype/scripts: New file.
17792         * modules/unictype/scripts-all: New file.
17793         * modules/unictype/block-of: New file.
17794         * modules/unictype/block-test: New file.
17795         * modules/unictype/block-list: New file.
17796         * modules/unictype/block-all: New file.
17797         * modules/unictype/syntax-c-whitespace: New file.
17798         * modules/unictype/syntax-java-whitespace: New file.
17799         * modules/unictype/syntax-c-ident: New file.
17800         * modules/unictype/syntax-java-ident: New file.
17801         * modules/unictype/ctype-alnum: New file.
17802         * modules/unictype/ctype-alpha: New file.
17803         * modules/unictype/ctype-cntrl: New file.
17804         * modules/unictype/ctype-digit: New file.
17805         * modules/unictype/ctype-graph: New file.
17806         * modules/unictype/ctype-lower: New file.
17807         * modules/unictype/ctype-print: New file.
17808         * modules/unictype/ctype-punct: New file.
17809         * modules/unictype/ctype-space: New file.
17810         * modules/unictype/ctype-upper: New file.
17811         * modules/unictype/ctype-xdigit: New file.
17812         * modules/unictype/ctype-blank: New file.
17813         * lib/unictype/bidi_byname.c: New file.
17814         * lib/unictype/bidi_name.c: New file.
17815         * lib/unictype/bidi_of.c: New file.
17816         * lib/unictype/bidi_test.c: New file.
17817         * lib/unictype/bitmap.h: New file.
17818         * lib/unictype/block_test.c: New file.
17819         * lib/unictype/blocks.c: New file.
17820         * lib/unictype/categ_C.c: New file.
17821         * lib/unictype/categ_Cc.c: New file.
17822         * lib/unictype/categ_Cf.c: New file.
17823         * lib/unictype/categ_Cn.c: New file.
17824         * lib/unictype/categ_Co.c: New file.
17825         * lib/unictype/categ_Cs.c: New file.
17826         * lib/unictype/categ_L.c: New file.
17827         * lib/unictype/categ_Ll.c: New file.
17828         * lib/unictype/categ_Lm.c: New file.
17829         * lib/unictype/categ_Lo.c: New file.
17830         * lib/unictype/categ_Lt.c: New file.
17831         * lib/unictype/categ_Lu.c: New file.
17832         * lib/unictype/categ_M.c: New file.
17833         * lib/unictype/categ_Mc.c: New file.
17834         * lib/unictype/categ_Me.c: New file.
17835         * lib/unictype/categ_Mn.c: New file.
17836         * lib/unictype/categ_N.c: New file.
17837         * lib/unictype/categ_Nd.c: New file.
17838         * lib/unictype/categ_Nl.c: New file.
17839         * lib/unictype/categ_No.c: New file.
17840         * lib/unictype/categ_P.c: New file.
17841         * lib/unictype/categ_Pc.c: New file.
17842         * lib/unictype/categ_Pd.c: New file.
17843         * lib/unictype/categ_Pe.c: New file.
17844         * lib/unictype/categ_Pf.c: New file.
17845         * lib/unictype/categ_Pi.c: New file.
17846         * lib/unictype/categ_Po.c: New file.
17847         * lib/unictype/categ_Ps.c: New file.
17848         * lib/unictype/categ_S.c: New file.
17849         * lib/unictype/categ_Sc.c: New file.
17850         * lib/unictype/categ_Sk.c: New file.
17851         * lib/unictype/categ_Sm.c: New file.
17852         * lib/unictype/categ_So.c: New file.
17853         * lib/unictype/categ_Z.c: New file.
17854         * lib/unictype/categ_Zl.c: New file.
17855         * lib/unictype/categ_Zp.c: New file.
17856         * lib/unictype/categ_Zs.c: New file.
17857         * lib/unictype/categ_and.c: New file.
17858         * lib/unictype/categ_and_not.c: New file.
17859         * lib/unictype/categ_byname.c: New file.
17860         * lib/unictype/categ_name.c: New file.
17861         * lib/unictype/categ_none.c: New file.
17862         * lib/unictype/categ_of.c: New file.
17863         * lib/unictype/categ_or.c: New file.
17864         * lib/unictype/categ_test.c: New file.
17865         * lib/unictype/combining.c: New file.
17866         * lib/unictype/ctype_alnum.c: New file.
17867         * lib/unictype/ctype_alpha.c: New file.
17868         * lib/unictype/ctype_blank.c: New file.
17869         * lib/unictype/ctype_cntrl.c: New file.
17870         * lib/unictype/ctype_digit.c: New file.
17871         * lib/unictype/ctype_graph.c: New file.
17872         * lib/unictype/ctype_lower.c: New file.
17873         * lib/unictype/ctype_print.c: New file.
17874         * lib/unictype/ctype_punct.c: New file.
17875         * lib/unictype/ctype_space.c: New file.
17876         * lib/unictype/ctype_upper.c: New file.
17877         * lib/unictype/ctype_xdigit.c: New file.
17878         * lib/unictype/decdigit.c: New file.
17879         * lib/unictype/digit.c: New file.
17880         * lib/unictype/identsyntaxmap.h: New file.
17881         * lib/unictype/mirror.c: New file.
17882         * lib/unictype/numeric.c: New file.
17883         * lib/unictype/pr_alphabetic.c: New file.
17884         * lib/unictype/pr_ascii_hex_digit.c: New file.
17885         * lib/unictype/pr_bidi_arabic_digit.c: New file.
17886         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
17887         * lib/unictype/pr_bidi_block_separator.c: New file.
17888         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
17889         * lib/unictype/pr_bidi_common_separator.c: New file.
17890         * lib/unictype/pr_bidi_control.c: New file.
17891         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
17892         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
17893         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
17894         * lib/unictype/pr_bidi_european_digit.c: New file.
17895         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
17896         * lib/unictype/pr_bidi_left_to_right.c: New file.
17897         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
17898         * lib/unictype/pr_bidi_other_neutral.c: New file.
17899         * lib/unictype/pr_bidi_pdf.c: New file.
17900         * lib/unictype/pr_bidi_segment_separator.c: New file.
17901         * lib/unictype/pr_bidi_whitespace.c: New file.
17902         * lib/unictype/pr_byname.c: New file.
17903         * lib/unictype/pr_byname.gperf: New file.
17904         * lib/unictype/pr_combining.c: New file.
17905         * lib/unictype/pr_composite.c: New file.
17906         * lib/unictype/pr_currency_symbol.c: New file.
17907         * lib/unictype/pr_dash.c: New file.
17908         * lib/unictype/pr_decimal_digit.c: New file.
17909         * lib/unictype/pr_default_ignorable_code_point.c: New file.
17910         * lib/unictype/pr_deprecated.c: New file.
17911         * lib/unictype/pr_diacritic.c: New file.
17912         * lib/unictype/pr_extender.c: New file.
17913         * lib/unictype/pr_format_control.c: New file.
17914         * lib/unictype/pr_grapheme_base.c: New file.
17915         * lib/unictype/pr_grapheme_extend.c: New file.
17916         * lib/unictype/pr_grapheme_link.c: New file.
17917         * lib/unictype/pr_hex_digit.c: New file.
17918         * lib/unictype/pr_hyphen.c: New file.
17919         * lib/unictype/pr_id_continue.c: New file.
17920         * lib/unictype/pr_id_start.c: New file.
17921         * lib/unictype/pr_ideographic.c: New file.
17922         * lib/unictype/pr_ids_binary_operator.c: New file.
17923         * lib/unictype/pr_ids_trinary_operator.c: New file.
17924         * lib/unictype/pr_ignorable_control.c: New file.
17925         * lib/unictype/pr_iso_control.c: New file.
17926         * lib/unictype/pr_join_control.c: New file.
17927         * lib/unictype/pr_left_of_pair.c: New file.
17928         * lib/unictype/pr_line_separator.c: New file.
17929         * lib/unictype/pr_logical_order_exception.c: New file.
17930         * lib/unictype/pr_lowercase.c: New file.
17931         * lib/unictype/pr_math.c: New file.
17932         * lib/unictype/pr_non_break.c: New file.
17933         * lib/unictype/pr_not_a_character.c: New file.
17934         * lib/unictype/pr_numeric.c: New file.
17935         * lib/unictype/pr_other_alphabetic.c: New file.
17936         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
17937         * lib/unictype/pr_other_grapheme_extend.c: New file.
17938         * lib/unictype/pr_other_id_continue.c: New file.
17939         * lib/unictype/pr_other_id_start.c: New file.
17940         * lib/unictype/pr_other_lowercase.c: New file.
17941         * lib/unictype/pr_other_math.c: New file.
17942         * lib/unictype/pr_other_uppercase.c: New file.
17943         * lib/unictype/pr_paired_punctuation.c: New file.
17944         * lib/unictype/pr_paragraph_separator.c: New file.
17945         * lib/unictype/pr_pattern_syntax.c: New file.
17946         * lib/unictype/pr_pattern_white_space.c: New file.
17947         * lib/unictype/pr_private_use.c: New file.
17948         * lib/unictype/pr_punctuation.c: New file.
17949         * lib/unictype/pr_quotation_mark.c: New file.
17950         * lib/unictype/pr_radical.c: New file.
17951         * lib/unictype/pr_sentence_terminal.c: New file.
17952         * lib/unictype/pr_soft_dotted.c: New file.
17953         * lib/unictype/pr_space.c: New file.
17954         * lib/unictype/pr_terminal_punctuation.c: New file.
17955         * lib/unictype/pr_test.c: New file.
17956         * lib/unictype/pr_titlecase.c: New file.
17957         * lib/unictype/pr_unassigned_code_value.c: New file.
17958         * lib/unictype/pr_unified_ideograph.c: New file.
17959         * lib/unictype/pr_uppercase.c: New file.
17960         * lib/unictype/pr_variation_selector.c: New file.
17961         * lib/unictype/pr_white_space.c: New file.
17962         * lib/unictype/pr_xid_continue.c: New file.
17963         * lib/unictype/pr_xid_start.c: New file.
17964         * lib/unictype/pr_zero_width.c: New file.
17965         * lib/unictype/scripts.c: New file.
17966         * lib/unictype/sy_c_ident.c: New file.
17967         * lib/unictype/sy_c_whitespace.c: New file.
17968         * lib/unictype/sy_java_ident.c: New file.
17969         * lib/unictype/sy_java_whitespace.c: New file.
17970
17971         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
17972         Unicode 5.0.0.
17973         * lib/unictype/blocks.h: Likewise.
17974         * lib/unictype/categ_C.h: Likewise.
17975         * lib/unictype/categ_Cc.h: Likewise.
17976         * lib/unictype/categ_Cf.h: Likewise.
17977         * lib/unictype/categ_Cn.h: Likewise.
17978         * lib/unictype/categ_Co.h: Likewise.
17979         * lib/unictype/categ_Cs.h: Likewise.
17980         * lib/unictype/categ_L.h: Likewise.
17981         * lib/unictype/categ_Ll.h: Likewise.
17982         * lib/unictype/categ_Lm.h: Likewise.
17983         * lib/unictype/categ_Lo.h: Likewise.
17984         * lib/unictype/categ_Lt.h: Likewise.
17985         * lib/unictype/categ_Lu.h: Likewise.
17986         * lib/unictype/categ_M.h: Likewise.
17987         * lib/unictype/categ_Mc.h: Likewise.
17988         * lib/unictype/categ_Me.h: Likewise.
17989         * lib/unictype/categ_Mn.h: Likewise.
17990         * lib/unictype/categ_N.h: Likewise.
17991         * lib/unictype/categ_Nd.h: Likewise.
17992         * lib/unictype/categ_Nl.h: Likewise.
17993         * lib/unictype/categ_No.h: Likewise.
17994         * lib/unictype/categ_P.h: Likewise.
17995         * lib/unictype/categ_Pc.h: Likewise.
17996         * lib/unictype/categ_Pd.h: Likewise.
17997         * lib/unictype/categ_Pe.h: Likewise.
17998         * lib/unictype/categ_Pf.h: Likewise.
17999         * lib/unictype/categ_Pi.h: Likewise.
18000         * lib/unictype/categ_Po.h: Likewise.
18001         * lib/unictype/categ_Ps.h: Likewise.
18002         * lib/unictype/categ_S.h: Likewise.
18003         * lib/unictype/categ_Sc.h: Likewise.
18004         * lib/unictype/categ_Sk.h: Likewise.
18005         * lib/unictype/categ_Sm.h: Likewise.
18006         * lib/unictype/categ_So.h: Likewise.
18007         * lib/unictype/categ_Z.h: Likewise.
18008         * lib/unictype/categ_Zl.h: Likewise.
18009         * lib/unictype/categ_Zp.h: Likewise.
18010         * lib/unictype/categ_Zs.h: Likewise.
18011         * lib/unictype/categ_of.h: Likewise.
18012         * lib/unictype/combining.h: Likewise.
18013         * lib/unictype/ctype_alnum.h: Likewise.
18014         * lib/unictype/ctype_alpha.h: Likewise.
18015         * lib/unictype/ctype_blank.h: Likewise.
18016         * lib/unictype/ctype_cntrl.h: Likewise.
18017         * lib/unictype/ctype_digit.h: Likewise.
18018         * lib/unictype/ctype_graph.h: Likewise.
18019         * lib/unictype/ctype_lower.h: Likewise.
18020         * lib/unictype/ctype_print.h: Likewise.
18021         * lib/unictype/ctype_punct.h: Likewise.
18022         * lib/unictype/ctype_space.h: Likewise.
18023         * lib/unictype/ctype_upper.h: Likewise.
18024         * lib/unictype/ctype_xdigit.h: Likewise.
18025         * lib/unictype/decdigit.h: Likewise.
18026         * lib/unictype/digit.h: Likewise.
18027         * lib/unictype/mirror.h: Likewise.
18028         * lib/unictype/numeric.h: Likewise.
18029         * lib/unictype/pr_alphabetic.h: Likewise.
18030         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
18031         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
18032         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
18033         * lib/unictype/pr_bidi_block_separator.h: Likewise.
18034         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
18035         * lib/unictype/pr_bidi_common_separator.h: Likewise.
18036         * lib/unictype/pr_bidi_control.h: Likewise.
18037         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
18038         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
18039         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
18040         * lib/unictype/pr_bidi_european_digit.h: Likewise.
18041         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
18042         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
18043         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
18044         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
18045         * lib/unictype/pr_bidi_pdf.h: Likewise.
18046         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
18047         * lib/unictype/pr_bidi_whitespace.h: Likewise.
18048         * lib/unictype/pr_combining.h: Likewise.
18049         * lib/unictype/pr_composite.h: Likewise.
18050         * lib/unictype/pr_currency_symbol.h: Likewise.
18051         * lib/unictype/pr_dash.h: Likewise.
18052         * lib/unictype/pr_decimal_digit.h: Likewise.
18053         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
18054         * lib/unictype/pr_deprecated.h: Likewise.
18055         * lib/unictype/pr_diacritic.h: Likewise.
18056         * lib/unictype/pr_extender.h: Likewise.
18057         * lib/unictype/pr_format_control.h: Likewise.
18058         * lib/unictype/pr_grapheme_base.h: Likewise.
18059         * lib/unictype/pr_grapheme_extend.h: Likewise.
18060         * lib/unictype/pr_grapheme_link.h: Likewise.
18061         * lib/unictype/pr_hex_digit.h: Likewise.
18062         * lib/unictype/pr_hyphen.h: Likewise.
18063         * lib/unictype/pr_id_continue.h: Likewise.
18064         * lib/unictype/pr_id_start.h: Likewise.
18065         * lib/unictype/pr_ideographic.h: Likewise.
18066         * lib/unictype/pr_ids_binary_operator.h: Likewise.
18067         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
18068         * lib/unictype/pr_ignorable_control.h: Likewise.
18069         * lib/unictype/pr_iso_control.h: Likewise.
18070         * lib/unictype/pr_join_control.h: Likewise.
18071         * lib/unictype/pr_left_of_pair.h: Likewise.
18072         * lib/unictype/pr_line_separator.h: Likewise.
18073         * lib/unictype/pr_logical_order_exception.h: Likewise.
18074         * lib/unictype/pr_lowercase.h: Likewise.
18075         * lib/unictype/pr_math.h: Likewise.
18076         * lib/unictype/pr_non_break.h: Likewise.
18077         * lib/unictype/pr_not_a_character.h: Likewise.
18078         * lib/unictype/pr_numeric.h: Likewise.
18079         * lib/unictype/pr_other_alphabetic.h: Likewise.
18080         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
18081         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
18082         * lib/unictype/pr_other_id_continue.h: Likewise.
18083         * lib/unictype/pr_other_id_start.h: Likewise.
18084         * lib/unictype/pr_other_lowercase.h: Likewise.
18085         * lib/unictype/pr_other_math.h: Likewise.
18086         * lib/unictype/pr_other_uppercase.h: Likewise.
18087         * lib/unictype/pr_paired_punctuation.h: Likewise.
18088         * lib/unictype/pr_paragraph_separator.h: Likewise.
18089         * lib/unictype/pr_pattern_syntax.h: Likewise.
18090         * lib/unictype/pr_pattern_white_space.h: Likewise.
18091         * lib/unictype/pr_private_use.h: Likewise.
18092         * lib/unictype/pr_punctuation.h: Likewise.
18093         * lib/unictype/pr_quotation_mark.h: Likewise.
18094         * lib/unictype/pr_radical.h: Likewise.
18095         * lib/unictype/pr_sentence_terminal.h: Likewise.
18096         * lib/unictype/pr_soft_dotted.h: Likewise.
18097         * lib/unictype/pr_space.h: Likewise.
18098         * lib/unictype/pr_terminal_punctuation.h: Likewise.
18099         * lib/unictype/pr_titlecase.h: Likewise.
18100         * lib/unictype/pr_unassigned_code_value.h: Likewise.
18101         * lib/unictype/pr_unified_ideograph.h: Likewise.
18102         * lib/unictype/pr_uppercase.h: Likewise.
18103         * lib/unictype/pr_variation_selector.h: Likewise.
18104         * lib/unictype/pr_white_space.h: Likewise.
18105         * lib/unictype/pr_xid_continue.h: Likewise.
18106         * lib/unictype/pr_xid_start.h: Likewise.
18107         * lib/unictype/pr_zero_width.h: Likewise.
18108         * lib/unictype/scripts.h: Likewise.
18109         * lib/unictype/scripts_byname.gperf: Likewise.
18110         * lib/unictype/sy_c_ident.h: Likewise.
18111         * lib/unictype/sy_c_whitespace.h: Likewise.
18112         * lib/unictype/sy_java_ident.h: Likewise.
18113         * lib/unictype/sy_java_whitespace.h: Likewise.
18114
18115         * lib/unictype/Makefile: New file.
18116         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
18117         glibc.
18118         * lib/unictype/3level.h: New file, copied from glibc.
18119         * lib/unictype/3levelbit.h: New file.
18120
18121 2007-11-11  Bruno Haible  <bruno@clisp.org>
18122
18123         * modules/gperf: New file.
18124         * modules/iconv_open (Depends-on): Add it.
18125         (Makefile.am): Remove the GPERF definition.
18126
18127 2007-11-11  Bruno Haible  <bruno@clisp.org>
18128
18129         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
18130         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
18131
18132 2007-11-11  Bruno Haible  <bruno@clisp.org>
18133
18134         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
18135         (usage): Remove function.
18136
18137 2007-11-11  Bruno Haible  <bruno@clisp.org>
18138
18139         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
18140         gl_FUNC_CEILF_LIBS.
18141         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
18142         gl_FUNC_CEIL_LIBS.
18143         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
18144         gl_FUNC_CEILL_LIBS.
18145         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
18146         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
18147         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
18148
18149 2007-11-11  Bruno Haible  <bruno@clisp.org>
18150
18151         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
18152         roundf were declared but do not exist on functions.
18153         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
18154         roundl were declared but do not exist on functions.
18155         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
18156         HAVE_FLOORL_AND_CEILL, respectively.
18157         Needed for Sun C on Solaris 10.
18158
18159 2007-11-11  Bruno Haible  <bruno@clisp.org>
18160
18161         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
18162         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
18163         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
18164         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
18165         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
18166         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
18167         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
18168         HAVE_DECL_ROUNDF.
18169         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
18170         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
18171         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
18172         of HAVE_DECL_ROUND*.
18173         * modules/math (Makefile.am): Update.
18174
18175 2007-11-10  Bruno Haible  <bruno@clisp.org>
18176
18177         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
18178         ptrdiff_t as m4/intl.m4.
18179
18180 2007-11-10  Jim Meyering  <meyering@redhat.com>
18181
18182         Avoid link failure for the argmatch test.
18183         * tests/test-argmatch.c (usage): Define function to avoid a link
18184         failure: argmatch_die requires a usage function.
18185
18186 2007-11-09  Bruno Haible  <bruno@clisp.org>
18187
18188         * doc/functions/snprintf.texi: Mention BeOS deficiency.
18189         * doc/functions/vsnprintf.texi: Likewise.
18190         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
18191         with a size argument < 2.
18192
18193 2007-11-09  Bruno Haible  <bruno@clisp.org>
18194
18195         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
18196         buffer. Fixes an inefficiency introduced on 2007-11-03.
18197
18198 2007-11-09  Bruno Haible  <bruno@clisp.org>
18199
18200         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
18201         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
18202
18203 2007-11-08  Jim Meyering  <meyering@redhat.com>
18204
18205         Change cache variable name prefix "jm_" to "gl_" everywhere.
18206         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
18207         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
18208         * m4/uptime.m4: s/gl_/jm_/
18209
18210 2007-11-07  Bruno Haible  <bruno@clisp.org>
18211
18212         Update to GNU gettext 0.17.
18213         * m4/intl.m4: Update to GNU gettext 0.17.
18214         * m4/po.m4: Likewise.
18215         * modules/gettext (Files): Remove m4/ulonglong.m4.
18216         (configure.ac): Require gettext infrastructure from version 0.17.
18217
18218 2007-11-06  Bruno Haible  <bruno@clisp.org>
18219
18220         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
18221         symbolic values are not defined in a public header.
18222         * lib/freadable.c (freadable) [QNX]: Likewise.
18223         * lib/freadahead.c (freadahead) [QNX]: Likewise.
18224         * lib/freading.c (freading) [QNX]: Likewise.
18225         * lib/fseterr.c (fseterr) [QNX]: Likewise.
18226         * lib/fwritable.c (fwritable) [QNX]: Likewise.
18227         * lib/fwriting.c (fwriting) [QNX]: Likewise.
18228         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
18229         Reported by Alain Magloire.
18230
18231         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
18232
18233 2007-11-05  Bruno Haible  <bruno@clisp.org>
18234
18235         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
18236         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
18237         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
18238         Reported by Eric Blake.
18239
18240 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18241             Bruno Haible  <bruno@clisp.org>
18242
18243         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
18244         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
18245         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
18246         (malloc): Undefine also before including <stdlib.h>.
18247         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
18248         Needed on OSF/1 4.0.
18249
18250 2007-11-05  Jim Meyering  <meyering@redhat.com>
18251
18252         git-version-gen: sync from coreutils.
18253         * build-aux/git-version-gen: Add comments.
18254         Change the first '-' to '.' in the snapshot version string,
18255         e.g., 6.9-377-08144 -> 6.9.377-08144
18256         Remove first parameter.
18257         Don't declare a version "-dirty" merely because a time
18258         stamp has changed.
18259
18260 2007-11-04  Bruno Haible  <bruno@clisp.org>
18261
18262         * lib/lock.h: Protect all macro definitions containing an 'if'
18263         statement through a "do { ... } while (0)".
18264         * lib/tls.h: Likewise.
18265
18266 2007-11-04  Bruno Haible  <bruno@clisp.org>
18267
18268         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
18269
18270 2007-11-04  Bruno Haible  <bruno@clisp.org>
18271
18272         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
18273         * modules/fprintf-posix (Depends-on): Add nocrash.
18274         * modules/snprintf-posix (Depends-on): Likewise.
18275         * modules/sprintf-posix (Depends-on): Likewise.
18276         * modules/vasnprintf-posix (Depends-on): Likewise.
18277         * modules/vasprintf-posix (Depends-on): Likewise.
18278         * modules/vfprintf-posix (Depends-on): Likewise.
18279         * modules/vsnprintf-posix (Depends-on): Likewise.
18280         * modules/vsprintf-posix (Depends-on): Likewise.
18281         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18282         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18283         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18284         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18285         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18286         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18287         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18288
18289 2007-11-04  Bruno Haible  <bruno@clisp.org>
18290
18291         * modules/nocrash: New file.
18292         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
18293         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
18294
18295 2007-11-04  Bruno Haible  <bruno@clisp.org>
18296
18297         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
18298         precision handling.
18299         * tests/test-vasprintf-posix.c (test_function): Likewise.
18300         * tests/test-snprintf-posix.h (test_function): Likewise.
18301         * tests/test-sprintf-posix.h (test_function): Likewise.
18302
18303         Fix *printf behaviour for large precisions on mingw and BeOS.
18304         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
18305         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
18306         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
18307         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
18308         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
18309         gl_PRINTF_PRECISION and test its result. Invoke
18310         gl_PREREQ_VASNPRINTF_PRECISION.
18311         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
18312         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18313         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18314         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18315         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18316         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18317         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18318         * doc/functions/fprintf.texi: Update.
18319         * doc/functions/printf.texi: Update.
18320         * doc/functions/snprintf.texi: Update.
18321         * doc/functions/sprintf.texi: Update.
18322         * doc/functions/vfprintf.texi: Update.
18323         * doc/functions/vprintf.texi: Update.
18324         * doc/functions/vsnprintf.texi: Update.
18325         * doc/functions/vsprintf.texi: Update.
18326
18327 2007-11-04  Bruno Haible  <bruno@clisp.org>
18328
18329         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
18330
18331 2007-11-04  Bruno Haible  <bruno@clisp.org>
18332
18333         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
18334         Reported by Sylvain Beucler <beuc@gnu.org>.
18335
18336 2007-11-03  Bruno Haible  <bruno@clisp.org>
18337
18338         * tests/test-fprintf-posix2.sh: New file.
18339         * tests/test-fprintf-posix2.c: New file.
18340         * modules/fprintf-posix-tests (Files): Add them.
18341         (TESTS): Add test-fprintf-posix2.sh.
18342         (configure.ac): Check for getrlimit and setrlimit.
18343         (check_PROGRAMS): Add test-fprintf-posix2.
18344
18345         * tests/test-printf-posix2.sh: New file.
18346         * tests/test-printf-posix2.c: New file.
18347         * modules/printf-posix-tests (Files): Add them.
18348         (TESTS): Add test-printf-posix2.sh.
18349         (configure.ac): Check for getrlimit and setrlimit.
18350         (check_PROGRAMS): Add test-printf-posix2.
18351
18352         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
18353         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
18354         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
18355         (decode_double): New function, copied from decode_long_double.
18356         (scale10_round_decimal_decoded): New function, extracted from
18357         scale10_round_decimal_long_double.
18358         (scale10_round_decimal_long_double): Use it.
18359         (scale10_round_decimal_double): New function.
18360         (floorlog10): New function.
18361         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
18362         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
18363         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
18364         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
18365         gl_PRINTF_ENOMEM and test its result. Invoke
18366         gl_PREREQ_VASNPRINTF_ENOMEM.
18367         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
18368         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
18369         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
18370         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
18371         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
18372         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
18373         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
18374         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
18375         * modules/snprintf-posix (Depends-on): Likewise.
18376         * modules/sprintf-posix (Depends-on): Likewise.
18377         * modules/vasnprintf-posix (Depends-on): Likewise.
18378         * modules/vasprintf-posix (Depends-on): Likewise.
18379         * modules/vfprintf-posix (Depends-on): Likewise.
18380         * modules/vsnprintf-posix (Depends-on): Likewise.
18381         * modules/vsprintf-posix (Depends-on): Likewise.
18382         * doc/functions/fprintf.texi: Update.
18383         * doc/functions/printf.texi: Update.
18384         * doc/functions/snprintf.texi: Update.
18385         * doc/functions/sprintf.texi: Update.
18386         * doc/functions/vfprintf.texi: Update.
18387         * doc/functions/vprintf.texi: Update.
18388         * doc/functions/vsnprintf.texi: Update.
18389         * doc/functions/vsprintf.texi: Update.
18390
18391 2007-11-03  Bruno Haible  <bruno@clisp.org>
18392
18393         * modules/frexp-nolibm-tests: New file.
18394
18395         * modules/frexp-nolibm: New file.
18396         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
18397
18398 2007-11-03  Bruno Haible  <bruno@clisp.org>
18399
18400         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
18401         value is C99 compliant.
18402         Needed for OSF/1 5.1.
18403
18404 2007-11-03  Bruno Haible  <bruno@clisp.org>
18405
18406         Fix out-of-memory handling of vasnprintf.
18407         * lib/printf-parse.c: Include <errno.h>.
18408         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
18409         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
18410         is already set.
18411
18412 2007-11-02  Eric Blake  <ebb9@byu.net>
18413
18414         Fix tests on cygwin.
18415         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
18416
18417 2007-11-01  Bruno Haible  <bruno@clisp.org>
18418
18419         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
18420         warning.
18421         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
18422         needed for POSIX compatibility.
18423
18424 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18425
18426         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
18427         for compatibility with GNU.
18428
18429 2007-11-01  Bruno Haible  <bruno@clisp.org>
18430
18431         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
18432         (putenv): Renamed from rpl_putenv. Change argument type from
18433         'const char *' to 'char *'.
18434         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
18435         of defining putenv in config.h, just set REPLACE_PUTENV.
18436         * modules/putenv (Depends-on): Add stdlib.
18437         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18438         (Include): Use <stdlib.h>.
18439         * lib/stdlib.in.h (putenv): New declaration.
18440         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
18441         REPLACE_PUTENV.
18442         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
18443         REPLACE_PUTENV.
18444         Needed for MacOS X 10.5.0.
18445         Reported by Peter O'Gorman <peter@pogma.com>.
18446
18447 2007-11-01  Jim Meyering  <meyering@redhat.com>
18448
18449         Treat an empty date string exactly like "0".
18450         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
18451         if the remaining date string (to be parsed) is empty, use "0".
18452         Reported by Mischa Molhoek and discussed in this thread:
18453         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
18454
18455 2007-10-31  Bruno Haible  <bruno@clisp.org>
18456
18457         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
18458         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
18459         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
18460         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
18461         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
18462         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
18463
18464 2007-10-31  Bruno Haible  <bruno@clisp.org>
18465
18466         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
18467         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
18468         (AC_TYPE_LONG_LONG_INT): Use it.
18469         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
18470         it as well.
18471         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
18472         to m4/longlong.m4.
18473         * modules/stdint (Files): Remove m4/ulonglong.m4.
18474         * modules/strtoull (Files): Use m4/longlong.m4 instead of
18475         m4/ulonglong.m4.
18476         * modules/strtoumax (Files): Likewise.
18477
18478 2007-10-30  Bruno Haible  <bruno@clisp.org>
18479
18480         * modules/xvasprintf-posix: New file.
18481         Suggested by Eric Blake.
18482
18483 2007-10-30  Bruno Haible  <bruno@clisp.org>
18484
18485         * modules/xprintf-posix-tests: New file.
18486         * tests/test-xprintf-posix.sh: New file.
18487         * tests/test-xprintf-posix.c: New file.
18488         * tests/test-xfprintf-posix.c: New file.
18489
18490         * modules/xprintf-posix: New file.
18491
18492 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18493
18494         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
18495         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
18496         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
18497
18498 2007-10-29  Bruno Haible  <bruno@clisp.org>
18499
18500         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
18501         contain the special marker '_cv_'.
18502         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
18503         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
18504         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
18505         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
18506         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
18507         Reported by Ralf Wildenhues.
18508
18509 2007-10-29  Bruno Haible  <bruno@clisp.org>
18510
18511         * gnulib-tool (func_import): When --lgpl is not specified, set
18512         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
18513         GPLv3.
18514         Reported by Simon Josefsson.
18515
18516 2007-10-28  Bruno Haible  <bruno@clisp.org>
18517
18518         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
18519         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
18520         HAVE_DECL_ISFINITE.
18521         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
18522         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
18523         HAVE_DECL_ISFINITE.
18524
18525 2007-10-28  Bruno Haible  <bruno@clisp.org>
18526
18527         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
18528         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
18529
18530 2007-10-28  Bruno Haible  <bruno@clisp.org>
18531
18532         Fix link errors with Sun C 5.0 on Solaris 10.
18533         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
18534         function is declared but not present in the compiler's libm.
18535         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
18536         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
18537         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
18538         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
18539         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
18540         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
18541         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
18542         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
18543         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
18544         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
18545         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
18546         HAVE_DECL_FLOORL.
18547
18548 2007-10-28  Bruno Haible  <bruno@clisp.org>
18549
18550         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
18551         gl_FUNC_FLOORL. Cache the result.
18552         (gl_FUNC_FLOORL): Use it.
18553         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
18554         gl_FUNC_CEILL. Cache the result.
18555         (gl_FUNC_CEILL): Use it.
18556
18557         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
18558         gl_FUNC_FLOOR. Cache the result.
18559         (gl_FUNC_FLOOR): Use it.
18560         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
18561         gl_FUNC_CEIL. Cache the result.
18562         (gl_FUNC_CEIL): Use it.
18563
18564         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
18565         gl_FUNC_FLOORF. Cache the result.
18566         (gl_FUNC_FLOORF): Use it.
18567         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
18568         gl_FUNC_CEILF. Cache the result.
18569         (gl_FUNC_CEILF): Use it.
18570
18571 2007-10-28  Bruno Haible  <bruno@clisp.org>
18572
18573         * gnulib-tool: Allow specifying the LGPL version number through
18574         --lgpl=2 or --lgpl=3.
18575         (func_usage): Document --lgpl with argument.
18576         Handle --lgpl=... arguments.
18577         (func_import): Recognize also gl_LGPL calls with an argument. When
18578         --lgpl=2 is used and the module's license is just LGPL, report an
18579         error. Set sed_transform_lib_file according to the lgpl variable. In
18580         the generated files, use --lgpl or gl_LGPL invocations with argument,
18581         if necessary.
18582         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
18583         an LGPv2+ license.
18584         * doc/gnulib-tool.texi (Modified imports): Update explanation of
18585         gl_LGPL macro.
18586
18587 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18588             Bruno Haible  <bruno@clisp.org>
18589
18590         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
18591         (u16_uctomb_aux): Likewise.
18592         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
18593         !HAVE_INLINE.
18594         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
18595
18596 2007-10-28  Bruno Haible  <bruno@clisp.org>
18597
18598         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
18599         Invoke AM_GETTEXT_OPTION if it exists.
18600         * modules/vasprintf: Likewise.
18601         * modules/verror: Likewise.
18602         * modules/xprintf: Likewise.
18603         * modules/xvasprintf: Likewise.
18604
18605 2007-10-27  Ben Pfaff  <blp@gnu.org>
18606
18607         * lib/math.in.h: Define isfinite macro and prototypes for
18608         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
18609         implementations.
18610         * m4/math_h.m4: New substitutions for isfinite module.
18611         * lib/isfinite.c: New file.
18612         * m4/isfinite.m4: New file.
18613         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
18614         * modules/isfinite: New file.
18615         * modules/isfinite-tests: New file.
18616         * tests/tests-isfinite.c: New file.
18617         * doc/functions/isfinite.texi: Mention isfinite module.
18618         * MODULES.html.sh: Mention new module.
18619
18620 2007-10-27  Ben Pfaff  <blp@gnu.org>
18621
18622         Ralf Wildenhues reported that Tru64 4.0D declares the round
18623         functions but does not have definitions.
18624         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
18625         cannot be found in any library, set the output variable to
18626         "missing" instead of "".
18627         * m4/round.m4: Also use our substitute if we cannot find round in
18628         any library, even if it is declared.
18629         * m4/roundf.m4: Likewise for roundf.
18630         * m4/roundl.m4: Likewise for roundl.
18631         * lib/math.in.h: Undefine roundf, round, roundl before defining
18632         their replacements, to allow for hypothetical systems where these
18633         may be defined as macros but not available in libraries.
18634
18635 2007-10-27  Bruno Haible  <bruno@clisp.org>
18636
18637         * doc/gnulib.texi: Invoke @firstparagraphindent.
18638         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
18639         changes in gnulib.
18640         (Source changes): New section.
18641
18642 2007-10-26  Bruno Haible  <bruno@clisp.org>
18643
18644         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
18645         borrowed from autoconf.
18646
18647 2007-10-26  Bruno Haible  <bruno@clisp.org>
18648
18649         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
18650         strerror returned the empty string. Needed on HP-UX 11.00.
18651
18652 2007-10-24  Micah Cowan  <micah@cowan.name>
18653
18654         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
18655         * build-aux/bootstrap: Remove support for now-unnecessary option,
18656         --cvs-user, and envvars CVS_USER, CVS_RSH.
18657
18658 2007-10-24  Jim Meyering  <meyering@redhat.com>
18659
18660         Avoid diagnostics from sha1sum when there is no cached checksum.
18661         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
18662         if the po.s1 file hasn't been created yet.
18663
18664         * build-aux/bootstrap: Sync from coreutils:
18665         2007-10-24  Jim Meyering  <meyering@redhat.com>
18666         Get gnulib from the git repository, not from an obsolete cvs one.
18667         * build-aux/bootstrap: Suggestion from Micah Cowan.
18668         2007-10-04  Jim Meyering  <jim@meyering.net>
18669         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
18670         (update_po_files): Work also when there are no .po files in po/.
18671
18672 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18673
18674         * README: Append ".git" to git and cg examples.
18675         Problem reported by Benoit Sigoure.
18676
18677 2007-10-23  Micah Cowan  <micah@cowan.name>
18678
18679         * users.txt: Add wget.
18680
18681 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18682
18683         Fix linking of some unistdio tests on FreeBSD.
18684         * modules/unistdio/u16-vsnprintf-tests
18685         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
18686         * modules/unistdio/u16-vsprintf-tests
18687         (test_u16_vsnprintf1_LDADD): Likewise.
18688         * modules/unistdio/u32-vsnprintf-tests
18689         (test_u32_vsnprintf1_LDADD): Likewise.
18690         * modules/unistdio/u32-vsprintf-tests
18691         (test_u32_vsprintf1_LDADD): Likewise.
18692         * modules/unistdio/u8-vsnprintf-tests
18693         (test_u8_vsnprintf1_LDADD): Likewise.
18694         * modules/unistdio/u8-vsprintf-tests
18695         (test_u8_vsprintf1_LDADD): Likewise.
18696         * modules/unistdio/ulc-vsnprintf-tests
18697         (test_ulc_vsnprintf1_LDADD): Likewise.
18698         * modules/unistdio/ulc-vsprintf-tests
18699         (test_ulc_vsprintf1_LDADD): Likewise.
18700
18701         Fix linking of some uniconv tests on FreeBSD.
18702         * modules/uniconv/u16-conv-from-enc-tests
18703         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
18704         * modules/uniconv/u16-conv-to-enc-tests
18705         (test_u16_conv_to_enc_LDADD): Likewise.
18706         * modules/uniconv/u16-strconv-from-enc-tests
18707         (test_u16_strconv_from_enc_LDADD): Likewise.
18708         * modules/uniconv/u16-strconv-to-enc-tests
18709         (test_u16_strconv_to_enc_LDADD): Likewise.
18710         * modules/uniconv/u32-conv-from-enc-tests
18711         (test_u32_conv_from_enc_LDADD): Likewise.
18712         * modules/uniconv/u32-conv-to-enc-tests
18713         (test_u32_conv_to_enc_LDADD): Likewise.
18714         * modules/uniconv/u32-strconv-from-enc-tests
18715         (test_u32_strconv_from_enc_LDADD): Likewise.
18716         * modules/uniconv/u32-strconv-to-enc-tests
18717         (test_u32_strconv_to_enc_LDADD): Likewise.
18718         * modules/uniconv/u8-conv-from-enc-tests
18719         (test_u8_conv_from_enc_LDADD): Likewise.
18720         * modules/uniconv/u8-conv-to-enc-tests
18721         (test_u8_conv_to_enc_LDADD): Likewise.
18722         * modules/uniconv/u8-strconv-from-enc-tests
18723         (test_u8_strconv_from_enc_LDADD): Likewise.
18724         * modules/uniconv/u8-strconv-to-enc-tests
18725         (test_u8_strconv_to_enc_LDADD): Likewise.
18726
18727 2007-10-22  Bruno Haible  <bruno@clisp.org>
18728
18729         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
18730         size.
18731
18732 2007-10-22  Eric Blake  <ebb9@byu.net>
18733
18734         Tweak x*printf documentation.
18735         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
18736         variable name and comments.
18737         Suggested by Bruno Haible.
18738
18739 2007-10-22  Bruno Haible  <bruno@clisp.org>
18740
18741         * lib/acl.c (copy_acl): Fix file name in comment.
18742
18743 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18744
18745         Fix Tru64 problem with stdbool.h.
18746         * lib/stdbool.in.h (false, true):
18747         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
18748         Don't declare as an enum in this situation; it runs afoul of Tru64.
18749         Problem reported by Steven M. Schweda in
18750         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
18751
18752 2007-10-22  Eric Blake  <ebb9@byu.net>
18753
18754         Also wrap vf?printf.
18755         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
18756         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
18757         (xvprintf, xvfprintf): New functions.
18758
18759 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18760
18761         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
18762         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
18763
18764         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
18765         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
18766
18767 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18768
18769         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
18770         by Bruno Haible.
18771
18772 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18773
18774         * lib/getloadavg.c
18775         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
18776         Undef `sys' after including sys/table.h, for Tru64 4.0D.
18777
18778         * tests/test-i-ring.c: Work for C89.
18779
18780 2007-10-22  Bruno Haible  <bruno@clisp.org>
18781
18782         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
18783         -1u, in preprocessor expression, so that we don't test for the bug
18784         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
18785         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
18786
18787 2007-10-22  Eric Blake  <ebb9@byu.net>
18788
18789         * tests/test-yesno.sh: Silence stderr during test.
18790
18791 2007-10-22  Simon Josefsson  <simon@josefsson.org>
18792
18793         * modules/crypto/gc-camellia: New file.
18794
18795         * m4/gc-camellia.m4: New file.
18796
18797         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
18798
18799         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
18800
18801 2007-10-22  Simon Josefsson  <simon@josefsson.org>
18802
18803         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
18804         --help to stdout.  Reported by sms@antinode.org (Steven
18805         M. Schweda).
18806
18807 2007-10-22  Simon Josefsson  <simon@josefsson.org>
18808
18809         * users.txt: Fix link to libksba.
18810
18811 2007-10-21  Ben Pfaff  <blp@gnu.org>
18812
18813         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
18814         round.c roundf implementation that depends on floorf and ceilf to
18815         be tested unconditionally.
18816
18817 2007-10-21  Ben Pfaff  <blp@gnu.org>
18818
18819         * m4/check-libm-func.m4: Removed.
18820         * m4/check-math-lib.m4: New file.
18821         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
18822         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
18823         definition and lack of AC_LIBOBJ([roundf]).
18824         * m4/roundl.m4: Ditto, and similarly for roundl.
18825         * modules/round: Reference new m4 file.
18826         * modules/roundf: Ditto.
18827         * modules/roundl: Ditto.
18828         * tests/test-round2.c (main): Use ROUND instead of round.
18829         Bug report from Bruno Haible.
18830
18831 2007-10-21  Bruno Haible  <bruno@clisp.org>
18832
18833         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
18834         context.
18835
18836 2007-10-21  Bruno Haible  <bruno@clisp.org>
18837
18838         * tests/test-wcwidth.c (main): Allow negative result for some control
18839         characters.
18840
18841         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
18842         Needed on OSF/1 5.1.
18843
18844 2007-10-21  Bruno Haible  <bruno@clisp.org>
18845
18846         * tests/test-floorf1.c: Include isnanf.h.
18847         (main): Use isnanf() instead of isnan().
18848         * tests/test-ceilf1.c: Include isnanf.h.
18849         (main): Use isnanf() instead of isnan().
18850         * tests/test-truncf1.c: Include isnanf.h.
18851         (main): Use isnanf() instead of isnan().
18852         * tests/test-roundf1.c: Include isnanf.h.
18853         (main): Use isnanf() instead of isnan().
18854
18855 2007-10-21  Eric Blake  <ebb9@byu.net>
18856
18857         * users.txt: Update URL for m4.
18858
18859 2007-10-21  Bruno Haible  <bruno@clisp.org>
18860
18861         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
18862
18863 2007-10-21  Bruno Haible  <bruno@clisp.org>
18864
18865         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
18866         Git's management files if the CVS files are not present.
18867
18868 2007-10-20  Bruno Haible  <bruno@clisp.org>
18869
18870         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
18871         gcc-3.4.x.
18872
18873 2007-10-20  Ben Pfaff  <blp@gnu.org>
18874
18875         * lib/math.in.h: Declare round, roundf, roundl if we are providing
18876         implementations.
18877         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
18878         * lib/round.c: New file.
18879         * lib/roundf.c: New file.
18880         * lib/roundl.c: New file.
18881         * m4/round.m4: New file.
18882         * m4/roundf.m4: New file.
18883         * m4/roundl.m4: New file.
18884         * m4/check-libm-func-m4: New file.
18885         * modules/math: Replace round, roundf, roundl related @VARS@ in
18886         math.in.h.
18887         * modules/round: New file.
18888         * modules/round-tests: New file.
18889         * modules/roundf: New file.
18890         * modules/roundf-tests: New file.
18891         * modules/roundl: New file.
18892         * modules/roundl-tests: New file.
18893         * tests/test-round1.c: New file.
18894         * tests/test-round2.c: New file.
18895         * tests/test-roundf1.c: New file.
18896         * tests/test-roundf2.c: New file.
18897         * tests/test-roundl.c: New file.
18898         * doc/functions/round.texi: Mention round module.
18899         * doc/functions/roundf.texi: Mention roundf module.
18900         * doc/functions/roundl.texi: Mention roundl module.
18901         * MODULES.html.sh: Mention new modules.
18902         Thanks to Bruno Haible for suggestions.
18903
18904 2007-10-20  Jim Meyering  <meyering@redhat.com>
18905
18906         * lib/xprintf.c: Include <config.h> unconditionally.
18907
18908         Change xprintf's license to GPL.
18909         * modules/xprintf (License): s/LGPL/GPL/, since this module
18910         depends on modules (exit and exitfail) which are GPL.
18911         Suggestion from Bruno Haible.
18912
18913         xprintf fixes.
18914         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
18915         Use a clearer diagnostic.
18916         Patch from Bruno Haible.
18917
18918 2007-10-20  Bruno Haible  <bruno@clisp.org>
18919
18920         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
18921         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
18922         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18923
18924 2007-10-20  Bruno Haible  <bruno@clisp.org>
18925
18926         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
18927         precision in the comparison result > x - 1 or similar.
18928         * tests/test-ceilf2.c (correct_result_p): Likewise.
18929         * tests/test-truncf2.c (correct_result_p): Likewise.
18930         * tests/test-trunc2.c (correct_result_p): Likewise.
18931         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18932
18933 2007-10-20  Bruno Haible  <bruno@clisp.org>
18934
18935         * modules/ceil: New file.
18936         * m4/ceil.m4: New file.
18937         * doc/functions/ceil.texi: Mention the 'ceil' module.
18938
18939 2007-10-20  Bruno Haible  <bruno@clisp.org>
18940
18941         * modules/floor: New file.
18942         * m4/floor.m4: New file.
18943         * doc/functions/floor.texi: Mention the 'floor' module.
18944
18945 2007-10-20  Bruno Haible  <bruno@clisp.org>
18946
18947         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
18948         of %a.
18949         * modules/floorf-tests (Depends-on): Likewise.
18950         * modules/truncf-tests (Depends-on): Likewise.
18951         * modules/trunc-tests (Depends-on): Likewise.
18952         Reported by Ben Pfaff.
18953
18954 2007-10-19  Jim Meyering  <meyering@redhat.com>
18955
18956         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
18957         Don't bother testing specific errno values.  Just test ferror.
18958
18959         New module: xprintf
18960         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
18961
18962 2007-10-19  Bruno Haible  <bruno@clisp.org>
18963
18964         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
18965         syntax.
18966         * modules/javaexec (Makefile.am): Likewise.
18967         * modules/relocatable-prog (Makefile.am): Likewise.
18968         Suggested by Jim Meyering.
18969
18970 2007-10-18  Bruno Haible  <bruno@clisp.org>
18971
18972         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
18973         Reported by Jim Meyering.
18974
18975 2007-10-18  Eric Blake  <ebb9@byu.net>
18976
18977         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
18978
18979 2007-10-18  Bruno Haible  <bruno@clisp.org>
18980
18981         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
18982         the format string into writable memory. Needed in Fortify conditions.
18983
18984 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
18985             Bruno Haible  <bruno@clisp.org>
18986
18987         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
18988         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
18989         * modules/trim (Depends-on): Add mbchar.
18990         (configure.ac): Add gl_FUNC_MBRTOWC.
18991         (Makefile.am): Augment lib_SOURCES.
18992
18993 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18994
18995         Modify glob.c to use fstatat and dirfd, to simplify it.
18996         Suggested by Eric Blake.
18997         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
18998         Don't include <stdbool.h>; not used.
18999         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
19000         (link_exists_p): Simplify implementation, since we can now assume
19001         dirfd and fstatat.
19002         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
19003
19004 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19005
19006         * gnulib-tool (func_get_dependencies): Fix sed script to
19007         match only tests.
19008
19009 2007-10-17  Bruno Haible  <bruno@clisp.org>
19010
19011         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
19012         allow locale names without encoding suffix.
19013         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
19014         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
19015
19016 2007-10-16  Bruno Haible  <bruno@clisp.org>
19017
19018         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
19019         * lib/getgroups.c (getgroups): Likewise.
19020         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
19021
19022 2007-10-16  Bruno Haible  <bruno@clisp.org>
19023
19024         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
19025         * modules/malloc-posix (License): Likewise.
19026         * modules/realloc-posix (License): Likewise.
19027         * modules/calloc-posix (License): Likewise.
19028         * modules/intprops (License): Change from GPL to LGPL, with
19029         Paul Eggert's approval.
19030
19031 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
19032
19033         Merge glibc changes into lib/glob.c.
19034
19035         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
19036         2007-10-15 04:59:03 UTC.  Here are the changes:
19037
19038         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
19039
19040         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
19041
19042         * lib/glob.c: Add some branch prediction throughout.
19043
19044         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
19045
19046         [BZ #5103]
19047         * lib/glob.c (glob): Recognize patterns starting \/.
19048
19049         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
19050
19051         [BZ #3996]
19052         * lib/glob.c (attribute_hidden): Define if not defined.
19053         (glob): Unescape dirname, filename or username when needed and not
19054         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
19055         is NULL.  Handle unescaped [ in pattern without closing ].
19056         Don't pass GLOB_CHECK down to recursive glob for directories.
19057         (__glob_pattern_type): New function.
19058         (__glob_pattern_p): Implement using __glob_pattern_type.
19059         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
19060         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
19061         Remove unreachable code.
19062
19063         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
19064
19065         * lib/glob.c (glob_in_dir): Add some comments and asserts to
19066         explain why there are no leaks.
19067
19068         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
19069
19070         [BZ #3253]
19071         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
19072         time, rather allocate increasingly bigger arrays of pointers, if
19073         possible with alloca, if too large with malloc.
19074
19075 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
19076
19077         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
19078         Problem reported by H.Merijn Brand in
19079         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
19080         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
19081         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
19082
19083 2007-10-15  Bruno Haible  <bruno@clisp.org>
19084
19085         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
19086         with explicit rpl_ prefix.
19087         * lib/fopen.c (fopen): Likewise.
19088         * lib/freopen.c (freopen): Likewise.
19089         * lib/iconv.c (iconv): Likewise.
19090         * lib/iconv_close.c (iconv_close): Likewise.
19091
19092 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19093
19094         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
19095
19096 2007-10-15  Bruno Haible  <bruno@clisp.org>
19097
19098         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
19099         <stddef.h> instead of <stdlib.h> since we only need NULL.
19100         Reported by Ben Pfaff <blp@cs.stanford.edu>.
19101
19102 2007-10-15  Bruno Haible  <bruno@clisp.org>
19103
19104         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
19105         Replace paragraph talking about LIBOBJS.
19106         Reported by Colin Watson <cjwatson@debian.org>.
19107
19108 2007-10-15  Bruno Haible  <bruno@clisp.org>
19109
19110         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
19111         <stdlib.h> before using NULL.
19112
19113 2007-10-15  Simon Josefsson  <simon@josefsson.org>
19114
19115         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
19116         Reported by Albert Chin <china@thewrittenword.com>.
19117
19118 2007-10-14  Bruno Haible  <bruno@clisp.org>
19119
19120         * modules/iconv_open-utf-tests: New file.
19121         * tests/test-iconv-utf.c: New file.
19122
19123         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
19124         * modules/iconv_open-utf: New file.
19125         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
19126         (iconv, iconv_close): New declarations.
19127         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
19128         be defined.
19129         (iconv_open): Add special handling of conversion between UTF-8 and
19130         UTF-{16,32}{BE,LE}.
19131         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
19132         * lib/iconv_close.c: New file.
19133         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
19134         gl_FUNC_ICONV_OPEN.
19135         (gl_FUNC_ICONV_OPEN): Use it.
19136         (gl_FUNC_ICONV_OPEN_UTF): New macro.
19137         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
19138         and REPLACE_ICONV_UTF.
19139         * modules/iconv_open (Depends-on): Add c-strcase.
19140         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
19141         ICONV_CONST.
19142         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
19143
19144 2007-10-13  Albert Chin  <china@thewrittenword.com>
19145             Bruno Haible  <bruno@clisp.org>
19146
19147         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
19148         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
19149
19150 2007-10-13  Bruno Haible  <bruno@clisp.org>
19151
19152         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
19153         defined, use the ISO C99 inline semantics.
19154         * lib/argp.h (ARGP_EI): Likewise.
19155
19156 2007-10-13  Bruno Haible  <bruno@clisp.org>
19157
19158         Handle 'inline' change in gcc 4.3.0.
19159         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
19160         argp_fmtstream_write, argp_fmtstream_set_lmargin,
19161         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
19162         argp_fmtstream_point): Disable 'extern' declaration if the function
19163         definition is going to be provided inline.
19164         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
19165         semantics, not the ISO C99 inline semantics.
19166         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
19167         'extern' declaration if the function definition is going to be provided
19168         inline.
19169         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
19170         the GNU C inline semantics, not the ISO C99 inline semantics. With
19171         GCC 4.2, avoid a warning.
19172
19173 2007-10-13  Bruno Haible  <bruno@clisp.org>
19174
19175         * lib/freading.h (freading): Enable the use of __freading for
19176         glibc >= 2.7.
19177         * lib/freading.c (freading): Likewise.
19178
19179 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
19180
19181         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
19182         "warning: C99 inline functions are not supported; using GNU89".
19183
19184 2007-10-12  Bruno Haible  <bruno@clisp.org>
19185
19186         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
19187         of 2.
19188         * tests/test-ceilf2.c: New file.
19189         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
19190
19191         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
19192         * modules/ceilf-tests: Update.
19193
19194 2007-10-12  Bruno Haible  <bruno@clisp.org>
19195
19196         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
19197         of 2.
19198         * tests/test-floorf2.c: New file.
19199         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
19200
19201         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
19202         * modules/floorf-tests: Update.
19203
19204 2007-10-12  Bruno Haible  <bruno@clisp.org>
19205
19206         * tests/test-trunc2.c: New file.
19207         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
19208
19209         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
19210         * modules/trunc-tests: Update.
19211
19212 2007-10-12  Bruno Haible  <bruno@clisp.org>
19213
19214         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
19215         of 2.
19216         * tests/test-truncf2.c: New file.
19217         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
19218
19219         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
19220         * modules/truncf-tests: Update.
19221
19222 2007-10-11  Eric Blake  <ebb9@byu.net>
19223
19224         Don't claim strerror is broken on Interix.
19225         * doc/functions/strerror.texi (strerror): Known broken systems are
19226         now Solaris 8, and not Interix.
19227         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
19228         Interix on cross-compile.
19229         Reported by Martin Koeppe in
19230         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
19231
19232 2007-10-11  Bruno Haible  <bruno@clisp.org>
19233
19234         * modules/i-ring-tests: New file.
19235         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
19236         instead of assert.
19237
19238 2007-10-11  Bruno Haible  <bruno@clisp.org>
19239
19240         * modules/filenamecat-tests: New file.
19241         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
19242         * lib/filenamecat.c: Remove test code.
19243
19244 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
19245
19246         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
19247
19248         * lib/strerror.c: Include <string.h> always, to test interface,
19249         and to remove the need for the dummy.
19250         Include intprops.h to compute width instead of doing it ourselves
19251         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
19252         (strerror): Define it to return NULL if there's no system strerror.
19253         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
19254         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
19255         ancient pre-strerror Unix systems well any more.  Saying "unknown
19256         system error" is enough.
19257         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
19258         simpler strerror.c implementation.
19259         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
19260         Simplify the tests to reflect the simpler strerror implementation.
19261         * modules/strerror (Depends-on): Add intprops.
19262
19263 2007-10-09  Eric Blake  <ebb9@byu.net>
19264
19265         Silence test-fpending.
19266         * modules/fpending-tests (Files): Add wrapper script.
19267         * tests/test-fpending.sh: New file.
19268
19269 2007-10-09  Bruno Haible  <bruno@clisp.org>
19270
19271         * MODULES.html.sh (func_module): Don't create a hyperlink for
19272         function names like 'printf_frexp'.
19273         (Misc): Add crc, memxor.
19274         (Characteristics of floating types): New section.
19275         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
19276         isnanf-nolibm, signbit, trunc, truncf, truncl.
19277         (Enhancements for ISO C 99 functions): New subsection Input/output.
19278         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
19279         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
19280         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
19281         (Compatibility checks for POSIX:2001 functions): Add clock-time.
19282         (Enhancements for POSIX:2001 functions): Add chdir-long.
19283         (File system functions): Add areadlink, chdir-safer, read-file.
19284         Remove cycle-check.
19285         (File system as inode set): New section.
19286         (Date and time): Add gethrxtime.
19287         (Multithreading): Add openmp.
19288         (Internationalization functions): Add localename.
19289         (Unicode string functions): Add unistr/u*-mbsnlen.
19290         (Support for maintaining and releasing projects): Add git-version-gen.
19291         (Lone files): Remove directories.
19292
19293 2007-10-08  Ben Pfaff  <blp@gnu.org>
19294
19295         * lib/xmalloca.h: Fix typo in comment.
19296
19297 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
19298
19299         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
19300         when avoiding problems with integer overflow.  Use a portable test
19301         instead.
19302
19303 2007-10-08  Simon Josefsson  <simon@josefsson.org>
19304
19305         * modules/dummy (License): Change to LGPLv2+.
19306         * modules/float (License): Likewise
19307         * modules/realloc (License): Likewise
19308         * modules/stdlib (License): Likewise
19309
19310 2007-10-07  Bruno Haible  <bruno@clisp.org>
19311
19312         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
19313         * floor.c (TWO_MANT_DIG): Likewise.
19314         * ceil.c (TWO_MANT_DIG): Likewise.
19315         Reported by Ben Pfaff.
19316
19317 2007-10-07  Bruno Haible  <bruno@clisp.org>
19318
19319         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
19320         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
19321         * lib/frexp.c (FUNC): Likewise.
19322         * lib/printf-frexp.h (printf_frexp): Likewise.
19323         * lib/printf-frexpl.h (printf_frexpl): Likewise.
19324         * lib/printf-frexp.c (FUNC): Likewise.
19325         Suggested by Jim Meyering.
19326
19327 2007-10-07  Jim Meyering  <meyering@redhat.com>
19328
19329         Make xnanosleep's integer overflow test more robust.
19330         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
19331         so that gcc-4.3.0 doesn't optimize away this test for overflow.
19332
19333 2007-10-07  Bruno Haible  <bruno@clisp.org>
19334
19335         * NEWS: Mention the license change.
19336
19337         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
19338         abbreviations in the modules files.
19339
19340         Change copyright notice from GPLv2+ to GPLv3+.
19341         * README: Change copyright notice.
19342         * MODULES.html.sh: Likewise.
19343         * build-aux/bootstrap.conf: Likewise.
19344         * build-aux/config.libpath: Likewise.
19345         * build-aux/csharpcomp.sh.in: Likewise.
19346         * build-aux/csharpexec.sh.in: Likewise.
19347         * build-aux/install-reloc: Likewise.
19348         * build-aux/javacomp.sh.in: Likewise.
19349         * build-aux/javaexec.sh.in: Likewise.
19350         * build-aux/ldd.sh.in: Likewise.
19351         * build-aux/reloc-ldflags: Likewise.
19352         * build-aux/relocatable.sh.in: Likewise.
19353         * build-aux/x-to-1.in: Likewise.
19354         * check-module: Likewise.
19355         * config/srclistvars.sh: Likewise.
19356         * gnulib-tool: Likewise.
19357         * lib/acl-internal.h: Likewise.
19358         * lib/acl.c: Likewise.
19359         * lib/acl.h: Likewise.
19360         * lib/acl_entries.c: Likewise.
19361         * lib/areadlink-with-size.c: Likewise.
19362         * lib/areadlink.c: Likewise.
19363         * lib/areadlink.h: Likewise.
19364         * lib/argmatch.c: Likewise.
19365         * lib/argmatch.h: Likewise.
19366         * lib/argp-ba.c: Likewise.
19367         * lib/argp-eexst.c: Likewise.
19368         * lib/argp-fmtstream.c: Likewise.
19369         * lib/argp-fmtstream.h: Likewise.
19370         * lib/argp-fs-xinl.c: Likewise.
19371         * lib/argp-help.c: Likewise.
19372         * lib/argp-namefrob.h: Likewise.
19373         * lib/argp-parse.c: Likewise.
19374         * lib/argp-pin.c: Likewise.
19375         * lib/argp-pv.c: Likewise.
19376         * lib/argp-pvh.c: Likewise.
19377         * lib/argp-xinl.c: Likewise.
19378         * lib/argp.h: Likewise.
19379         * lib/at-func.c: Likewise.
19380         * lib/atanl.c: Likewise.
19381         * lib/backupfile.c: Likewise.
19382         * lib/backupfile.h: Likewise.
19383         * lib/basename.c: Likewise.
19384         * lib/binary-io.h: Likewise.
19385         * lib/byteswap.in.h: Likewise.
19386         * lib/c-stack.c: Likewise.
19387         * lib/c-stack.h: Likewise.
19388         * lib/c-strcasestr.c: Likewise.
19389         * lib/c-strcasestr.h: Likewise.
19390         * lib/c-strstr.c: Likewise.
19391         * lib/c-strstr.h: Likewise.
19392         * lib/c-strtod.c: Likewise.
19393         * lib/calloc.c: Likewise.
19394         * lib/canon-host.c: Likewise.
19395         * lib/canon-host.h: Likewise.
19396         * lib/canonicalize-lgpl.c: Likewise.
19397         * lib/canonicalize.c: Likewise.
19398         * lib/canonicalize.h: Likewise.
19399         * lib/ceil.c: Likewise.
19400         * lib/ceilf.c: Likewise.
19401         * lib/ceill.c: Likewise.
19402         * lib/chdir-long.c: Likewise.
19403         * lib/chdir-long.h: Likewise.
19404         * lib/chdir-safer.c: Likewise.
19405         * lib/chdir-safer.h: Likewise.
19406         * lib/chown.c: Likewise.
19407         * lib/classpath.c: Likewise.
19408         * lib/classpath.h: Likewise.
19409         * lib/clean-temp.c: Likewise.
19410         * lib/clean-temp.h: Likewise.
19411         * lib/cloexec.c: Likewise.
19412         * lib/close-stream.c: Likewise.
19413         * lib/closein.c: Likewise.
19414         * lib/closein.h: Likewise.
19415         * lib/closeout.c: Likewise.
19416         * lib/closeout.h: Likewise.
19417         * lib/concat-filename.c: Likewise.
19418         * lib/copy-file.c: Likewise.
19419         * lib/copy-file.h: Likewise.
19420         * lib/count-one-bits.h: Likewise.
19421         * lib/crc.c: Likewise.
19422         * lib/crc.h: Likewise.
19423         * lib/creat-safer.c: Likewise.
19424         * lib/csharpcomp.c: Likewise.
19425         * lib/csharpcomp.h: Likewise.
19426         * lib/csharpexec.c: Likewise.
19427         * lib/csharpexec.h: Likewise.
19428         * lib/cycle-check.c: Likewise.
19429         * lib/cycle-check.h: Likewise.
19430         * lib/diacrit.c: Likewise.
19431         * lib/diacrit.h: Likewise.
19432         * lib/diffseq.h: Likewise.
19433         * lib/dirchownmod.c: Likewise.
19434         * lib/dirent.in.h: Likewise.
19435         * lib/dirfd.c: Likewise.
19436         * lib/dirfd.h: Likewise.
19437         * lib/dirname.c: Likewise.
19438         * lib/dirname.h: Likewise.
19439         * lib/dummy.c: Likewise.
19440         * lib/dup-safer.c: Likewise.
19441         * lib/dup2.c: Likewise.
19442         * lib/eealloc.h: Likewise.
19443         * lib/error.c: Likewise.
19444         * lib/error.h: Likewise.
19445         * lib/euidaccess.c: Likewise.
19446         * lib/exclude.c: Likewise.
19447         * lib/exclude.h: Likewise.
19448         * lib/execute.c: Likewise.
19449         * lib/execute.h: Likewise.
19450         * lib/exitfail.c: Likewise.
19451         * lib/exitfail.h: Likewise.
19452         * lib/expl.c: Likewise.
19453         * lib/fatal-signal.c: Likewise.
19454         * lib/fatal-signal.h: Likewise.
19455         * lib/fbufmode.c: Likewise.
19456         * lib/fbufmode.h: Likewise.
19457         * lib/fchdir.c: Likewise.
19458         * lib/fchmodat.c: Likewise.
19459         * lib/fchownat.c: Likewise.
19460         * lib/fcntl--.h: Likewise.
19461         * lib/fcntl-safer.h: Likewise.
19462         * lib/fcntl.in.h: Likewise.
19463         * lib/fd-safer.c: Likewise.
19464         * lib/fflush.c: Likewise.
19465         * lib/file-has-acl.c: Likewise.
19466         * lib/file-set.c: Likewise.
19467         * lib/file-type.c: Likewise.
19468         * lib/file-type.h: Likewise.
19469         * lib/fileblocks.c: Likewise.
19470         * lib/filemode.c: Likewise.
19471         * lib/filemode.h: Likewise.
19472         * lib/filename.h: Likewise.
19473         * lib/filenamecat.c: Likewise.
19474         * lib/filenamecat.h: Likewise.
19475         * lib/findprog.c: Likewise.
19476         * lib/findprog.h: Likewise.
19477         * lib/float.in.h: Likewise.
19478         * lib/floor.c: Likewise.
19479         * lib/floorf.c: Likewise.
19480         * lib/floorl.c: Likewise.
19481         * lib/fopen-safer.c: Likewise.
19482         * lib/fopen.c: Likewise.
19483         * lib/fpending.c: Likewise.
19484         * lib/fpending.h: Likewise.
19485         * lib/fprintf.c: Likewise.
19486         * lib/fprintftime.h: Likewise.
19487         * lib/fpucw.h: Likewise.
19488         * lib/fpurge.c: Likewise.
19489         * lib/fpurge.h: Likewise.
19490         * lib/freadable.c: Likewise.
19491         * lib/freadable.h: Likewise.
19492         * lib/freadahead.c: Likewise.
19493         * lib/freadahead.h: Likewise.
19494         * lib/freading.c: Likewise.
19495         * lib/freading.h: Likewise.
19496         * lib/free.c: Likewise.
19497         * lib/freopen.c: Likewise.
19498         * lib/frexp.c: Likewise.
19499         * lib/frexpl.c: Likewise.
19500         * lib/fseek.c: Likewise.
19501         * lib/fseterr.c: Likewise.
19502         * lib/fseterr.h: Likewise.
19503         * lib/fstatat.c: Likewise.
19504         * lib/fstrcmp.c: Likewise.
19505         * lib/fstrcmp.h: Likewise.
19506         * lib/fsusage.c: Likewise.
19507         * lib/fsusage.h: Likewise.
19508         * lib/ftell.c: Likewise.
19509         * lib/ftello.c: Likewise.
19510         * lib/fts-cycle.c: Likewise.
19511         * lib/fts.c: Likewise.
19512         * lib/fts_.h: Likewise.
19513         * lib/full-read.c: Likewise.
19514         * lib/full-read.h: Likewise.
19515         * lib/full-write.c: Likewise.
19516         * lib/full-write.h: Likewise.
19517         * lib/fwritable.c: Likewise.
19518         * lib/fwritable.h: Likewise.
19519         * lib/fwriteerror.c: Likewise.
19520         * lib/fwriteerror.h: Likewise.
19521         * lib/fwriting.c: Likewise.
19522         * lib/fwriting.h: Likewise.
19523         * lib/gcd.c: Likewise.
19524         * lib/gcd.h: Likewise.
19525         * lib/getcwd.c: Likewise.
19526         * lib/getdate.h: Likewise.
19527         * lib/getdate.y: Likewise.
19528         * lib/getdomainname.c: Likewise.
19529         * lib/getdomainname.h: Likewise.
19530         * lib/getgroups.c: Likewise.
19531         * lib/gethostname.c: Likewise.
19532         * lib/gethrxtime.c: Likewise.
19533         * lib/gethrxtime.h: Likewise.
19534         * lib/getloadavg.c: Likewise.
19535         * lib/getndelim2.c: Likewise.
19536         * lib/getndelim2.h: Likewise.
19537         * lib/getnline.c: Likewise.
19538         * lib/getnline.h: Likewise.
19539         * lib/getopt.c: Likewise.
19540         * lib/getopt.in.h: Likewise.
19541         * lib/getopt1.c: Likewise.
19542         * lib/getopt_int.h: Likewise.
19543         * lib/getpagesize.h: Likewise.
19544         * lib/getsubopt.c: Likewise.
19545         * lib/gettime.c: Likewise.
19546         * lib/getugroups.c: Likewise.
19547         * lib/getugroups.h: Likewise.
19548         * lib/getusershell.c: Likewise.
19549         * lib/gl_anyavltree_list1.h: Likewise.
19550         * lib/gl_anyavltree_list2.h: Likewise.
19551         * lib/gl_anyhash_list1.h: Likewise.
19552         * lib/gl_anyhash_list2.h: Likewise.
19553         * lib/gl_anylinked_list1.h: Likewise.
19554         * lib/gl_anylinked_list2.h: Likewise.
19555         * lib/gl_anyrbtree_list1.h: Likewise.
19556         * lib/gl_anyrbtree_list2.h: Likewise.
19557         * lib/gl_anytree_list1.h: Likewise.
19558         * lib/gl_anytree_list2.h: Likewise.
19559         * lib/gl_anytree_oset.h: Likewise.
19560         * lib/gl_anytreehash_list1.h: Likewise.
19561         * lib/gl_anytreehash_list2.h: Likewise.
19562         * lib/gl_array_list.c: Likewise.
19563         * lib/gl_array_list.h: Likewise.
19564         * lib/gl_array_oset.c: Likewise.
19565         * lib/gl_array_oset.h: Likewise.
19566         * lib/gl_avltree_list.c: Likewise.
19567         * lib/gl_avltree_list.h: Likewise.
19568         * lib/gl_avltree_oset.c: Likewise.
19569         * lib/gl_avltree_oset.h: Likewise.
19570         * lib/gl_avltreehash_list.c: Likewise.
19571         * lib/gl_avltreehash_list.h: Likewise.
19572         * lib/gl_carray_list.c: Likewise.
19573         * lib/gl_carray_list.h: Likewise.
19574         * lib/gl_linked_list.c: Likewise.
19575         * lib/gl_linked_list.h: Likewise.
19576         * lib/gl_linkedhash_list.c: Likewise.
19577         * lib/gl_linkedhash_list.h: Likewise.
19578         * lib/gl_list.c: Likewise.
19579         * lib/gl_list.h: Likewise.
19580         * lib/gl_oset.c: Likewise.
19581         * lib/gl_oset.h: Likewise.
19582         * lib/gl_rbtree_list.c: Likewise.
19583         * lib/gl_rbtree_list.h: Likewise.
19584         * lib/gl_rbtree_oset.c: Likewise.
19585         * lib/gl_rbtree_oset.h: Likewise.
19586         * lib/gl_rbtreehash_list.c: Likewise.
19587         * lib/gl_rbtreehash_list.h: Likewise.
19588         * lib/gl_sublist.c: Likewise.
19589         * lib/gl_sublist.h: Likewise.
19590         * lib/group-member.c: Likewise.
19591         * lib/group-member.h: Likewise.
19592         * lib/hard-locale.c: Likewise.
19593         * lib/hard-locale.h: Likewise.
19594         * lib/hash-pjw.c: Likewise.
19595         * lib/hash-pjw.h: Likewise.
19596         * lib/hash-triple.c: Likewise.
19597         * lib/hash.c: Likewise.
19598         * lib/hash.h: Likewise.
19599         * lib/human.c: Likewise.
19600         * lib/human.h: Likewise.
19601         * lib/i-ring.c: Likewise.
19602         * lib/i-ring.h: Likewise.
19603         * lib/idcache.c: Likewise.
19604         * lib/imaxabs.c: Likewise.
19605         * lib/imaxdiv.c: Likewise.
19606         * lib/inet_pton.c: Likewise.
19607         * lib/inet_pton.h: Likewise.
19608         * lib/intprops.h: Likewise.
19609         * lib/inttostr.c: Likewise.
19610         * lib/inttostr.h: Likewise.
19611         * lib/inttypes.in.h: Likewise.
19612         * lib/isapipe.c: Likewise.
19613         * lib/isdir.c: Likewise.
19614         * lib/isnan.c: Likewise.
19615         * lib/isnan.h: Likewise.
19616         * lib/isnanf.c: Likewise.
19617         * lib/isnanf.h: Likewise.
19618         * lib/isnanl-nolibm.h: Likewise.
19619         * lib/isnanl.c: Likewise.
19620         * lib/isnanl.h: Likewise.
19621         * lib/javacomp.c: Likewise.
19622         * lib/javacomp.h: Likewise.
19623         * lib/javaexec.c: Likewise.
19624         * lib/javaexec.h: Likewise.
19625         * lib/javaversion.c: Likewise.
19626         * lib/javaversion.h: Likewise.
19627         * lib/javaversion.java: Likewise.
19628         * lib/lbrkprop.h: Likewise.
19629         * lib/lchmod.h: Likewise.
19630         * lib/lchown.c: Likewise.
19631         * lib/ldexpl.c: Likewise.
19632         * lib/linebreak.c: Likewise.
19633         * lib/linebreak.h: Likewise.
19634         * lib/linebuffer.c: Likewise.
19635         * lib/linebuffer.h: Likewise.
19636         * lib/locale.in.h: Likewise.
19637         * lib/logl.c: Likewise.
19638         * lib/long-options.c: Likewise.
19639         * lib/long-options.h: Likewise.
19640         * lib/lstat.c: Likewise.
19641         * lib/lstat.h: Likewise.
19642         * lib/math.in.h: Likewise.
19643         * lib/mbchar.c: Likewise.
19644         * lib/mbchar.h: Likewise.
19645         * lib/mbfile.h: Likewise.
19646         * lib/mbiter.h: Likewise.
19647         * lib/mbscasecmp.c: Likewise.
19648         * lib/mbscasestr.c: Likewise.
19649         * lib/mbschr.c: Likewise.
19650         * lib/mbscspn.c: Likewise.
19651         * lib/mbslen.c: Likewise.
19652         * lib/mbsncasecmp.c: Likewise.
19653         * lib/mbsnlen.c: Likewise.
19654         * lib/mbspbrk.c: Likewise.
19655         * lib/mbspcasecmp.c: Likewise.
19656         * lib/mbsrchr.c: Likewise.
19657         * lib/mbssep.c: Likewise.
19658         * lib/mbsspn.c: Likewise.
19659         * lib/mbsstr.c: Likewise.
19660         * lib/mbstok_r.c: Likewise.
19661         * lib/mbswidth.c: Likewise.
19662         * lib/mbswidth.h: Likewise.
19663         * lib/mbuiter.h: Likewise.
19664         * lib/memcasecmp.c: Likewise.
19665         * lib/memcasecmp.h: Likewise.
19666         * lib/memchr.c: Likewise.
19667         * lib/memcmp.c: Likewise.
19668         * lib/memcoll.c: Likewise.
19669         * lib/memcoll.h: Likewise.
19670         * lib/memcpy.c: Likewise.
19671         * lib/memrchr.c: Likewise.
19672         * lib/mkancesdirs.c: Likewise.
19673         * lib/mkdir-p.c: Likewise.
19674         * lib/mkdir-p.h: Likewise.
19675         * lib/mkdir.c: Likewise.
19676         * lib/mkdirat.c: Likewise.
19677         * lib/mkdtemp.c: Likewise.
19678         * lib/mkstemp-safer.c: Likewise.
19679         * lib/mkstemp.c: Likewise.
19680         * lib/modechange.c: Likewise.
19681         * lib/modechange.h: Likewise.
19682         * lib/mountlist.c: Likewise.
19683         * lib/mountlist.h: Likewise.
19684         * lib/mpsort.c: Likewise.
19685         * lib/nanosleep.c: Likewise.
19686         * lib/obstack.c: Likewise.
19687         * lib/obstack.h: Likewise.
19688         * lib/open-safer.c: Likewise.
19689         * lib/open.c: Likewise.
19690         * lib/openat-die.c: Likewise.
19691         * lib/openat-priv.h: Likewise.
19692         * lib/openat-proc.c: Likewise.
19693         * lib/openat.c: Likewise.
19694         * lib/openat.h: Likewise.
19695         * lib/pagealign_alloc.c: Likewise.
19696         * lib/pagealign_alloc.h: Likewise.
19697         * lib/physmem.c: Likewise.
19698         * lib/physmem.h: Likewise.
19699         * lib/pipe-safer.c: Likewise.
19700         * lib/pipe.c: Likewise.
19701         * lib/pipe.h: Likewise.
19702         * lib/posixtm.c: Likewise.
19703         * lib/posixtm.h: Likewise.
19704         * lib/posixver.c: Likewise.
19705         * lib/printf-frexp.c: Likewise.
19706         * lib/printf-frexp.h: Likewise.
19707         * lib/printf-frexpl.c: Likewise.
19708         * lib/printf-frexpl.h: Likewise.
19709         * lib/printf.c: Likewise.
19710         * lib/progname.c: Likewise.
19711         * lib/progname.h: Likewise.
19712         * lib/progreloc.c: Likewise.
19713         * lib/putenv.c: Likewise.
19714         * lib/quote.c: Likewise.
19715         * lib/quote.h: Likewise.
19716         * lib/quotearg.c: Likewise.
19717         * lib/quotearg.h: Likewise.
19718         * lib/raise.c: Likewise.
19719         * lib/readline.c: Likewise.
19720         * lib/readline.h: Likewise.
19721         * lib/readlink.c: Likewise.
19722         * lib/readtokens.c: Likewise.
19723         * lib/readtokens.h: Likewise.
19724         * lib/readtokens0.c: Likewise.
19725         * lib/readtokens0.h: Likewise.
19726         * lib/readutmp.c: Likewise.
19727         * lib/readutmp.h: Likewise.
19728         * lib/realloc.c: Likewise.
19729         * lib/relocwrapper.c: Likewise.
19730         * lib/rename-dest-slash.c: Likewise.
19731         * lib/rename.c: Likewise.
19732         * lib/rmdir.c: Likewise.
19733         * lib/rpmatch.c: Likewise.
19734         * lib/safe-read.c: Likewise.
19735         * lib/safe-read.h: Likewise.
19736         * lib/safe-write.c: Likewise.
19737         * lib/safe-write.h: Likewise.
19738         * lib/same-inode.h: Likewise.
19739         * lib/same.c: Likewise.
19740         * lib/same.h: Likewise.
19741         * lib/save-cwd.c: Likewise.
19742         * lib/save-cwd.h: Likewise.
19743         * lib/savedir.c: Likewise.
19744         * lib/savedir.h: Likewise.
19745         * lib/savewd.c: Likewise.
19746         * lib/savewd.h: Likewise.
19747         * lib/search.in.h: Likewise.
19748         * lib/setenv.c: Likewise.
19749         * lib/setenv.h: Likewise.
19750         * lib/settime.c: Likewise.
19751         * lib/sh-quote.c: Likewise.
19752         * lib/sh-quote.h: Likewise.
19753         * lib/sig2str.c: Likewise.
19754         * lib/sig2str.h: Likewise.
19755         * lib/signal.in.h: Likewise.
19756         * lib/signbitd.c: Likewise.
19757         * lib/signbitf.c: Likewise.
19758         * lib/signbitl.c: Likewise.
19759         * lib/sigprocmask.c: Likewise.
19760         * lib/sincosl.c: Likewise.
19761         * lib/sleep.c: Likewise.
19762         * lib/sprintf.c: Likewise.
19763         * lib/sqrtl.c: Likewise.
19764         * lib/stat-time.h: Likewise.
19765         * lib/stdio--.h: Likewise.
19766         * lib/stdio-safer.h: Likewise.
19767         * lib/stdlib--.h: Likewise.
19768         * lib/stdlib-safer.h: Likewise.
19769         * lib/stdlib.in.h: Likewise.
19770         * lib/stpcpy.c: Likewise.
19771         * lib/stpncpy.c: Likewise.
19772         * lib/strchrnul.c: Likewise.
19773         * lib/strcspn.c: Likewise.
19774         * lib/strerror.c: Likewise.
19775         * lib/strftime.c: Likewise.
19776         * lib/strftime.h: Likewise.
19777         * lib/striconveh.c: Likewise.
19778         * lib/striconveh.h: Likewise.
19779         * lib/striconveha.c: Likewise.
19780         * lib/striconveha.h: Likewise.
19781         * lib/stripslash.c: Likewise.
19782         * lib/strnlen1.c: Likewise.
19783         * lib/strnlen1.h: Likewise.
19784         * lib/strtod.c: Likewise.
19785         * lib/strtoimax.c: Likewise.
19786         * lib/strtok_r.c: Likewise.
19787         * lib/strtol.c: Likewise.
19788         * lib/strtoll.c: Likewise.
19789         * lib/strtoul.c: Likewise.
19790         * lib/strtoull.c: Likewise.
19791         * lib/sysexits.in.h: Likewise.
19792         * lib/tempname.c: Likewise.
19793         * lib/tempname.h: Likewise.
19794         * lib/timespec.h: Likewise.
19795         * lib/tls.c: Likewise.
19796         * lib/tls.h: Likewise.
19797         * lib/tmpdir.c: Likewise.
19798         * lib/tmpdir.h: Likewise.
19799         * lib/tmpfile-safer.c: Likewise.
19800         * lib/tmpfile.c: Likewise.
19801         * lib/trigl.c: Likewise.
19802         * lib/trigl.h: Likewise.
19803         * lib/trim.c: Likewise.
19804         * lib/trim.h: Likewise.
19805         * lib/trunc.c: Likewise.
19806         * lib/truncf.c: Likewise.
19807         * lib/truncl.c: Likewise.
19808         * lib/tsearch.c: Likewise.
19809         * lib/unicodeio.c: Likewise.
19810         * lib/unicodeio.h: Likewise.
19811         * lib/unistd--.h: Likewise.
19812         * lib/unistd-safer.h: Likewise.
19813         * lib/unistdio/ulc-fprintf.c: Likewise.
19814         * lib/unistdio/ulc-vfprintf.c: Likewise.
19815         * lib/unlinkdir.c: Likewise.
19816         * lib/unlinkdir.h: Likewise.
19817         * lib/unlocked-io.h: Likewise.
19818         * lib/unsetenv.c: Likewise.
19819         * lib/userspec.c: Likewise.
19820         * lib/utime.c: Likewise.
19821         * lib/utimecmp.c: Likewise.
19822         * lib/utimecmp.h: Likewise.
19823         * lib/utimens.c: Likewise.
19824         * lib/verify.h: Likewise.
19825         * lib/verror.c: Likewise.
19826         * lib/verror.h: Likewise.
19827         * lib/version-etc-fsf.c: Likewise.
19828         * lib/version-etc.c: Likewise.
19829         * lib/version-etc.h: Likewise.
19830         * lib/vfprintf.c: Likewise.
19831         * lib/vprintf.c: Likewise.
19832         * lib/vsprintf.c: Likewise.
19833         * lib/w32spawn.h: Likewise.
19834         * lib/wait-process.c: Likewise.
19835         * lib/wait-process.h: Likewise.
19836         * lib/wcwidth.c: Likewise.
19837         * lib/write-any-file.c: Likewise.
19838         * lib/xalloc-die.c: Likewise.
19839         * lib/xalloc.h: Likewise.
19840         * lib/xasprintf.c: Likewise.
19841         * lib/xgetcwd.c: Likewise.
19842         * lib/xgetcwd.h: Likewise.
19843         * lib/xgetdomainname.c: Likewise.
19844         * lib/xgetdomainname.h: Likewise.
19845         * lib/xgethostname.c: Likewise.
19846         * lib/xmalloc.c: Likewise.
19847         * lib/xmalloca.c: Likewise.
19848         * lib/xmalloca.h: Likewise.
19849         * lib/xmemcoll.c: Likewise.
19850         * lib/xnanosleep.c: Likewise.
19851         * lib/xreadlink.c: Likewise.
19852         * lib/xreadlink.h: Likewise.
19853         * lib/xsetenv.c: Likewise.
19854         * lib/xsetenv.h: Likewise.
19855         * lib/xstriconv.c: Likewise.
19856         * lib/xstriconv.h: Likewise.
19857         * lib/xstrndup.c: Likewise.
19858         * lib/xstrndup.h: Likewise.
19859         * lib/xstrtod.c: Likewise.
19860         * lib/xstrtod.h: Likewise.
19861         * lib/xstrtol-error.c: Likewise.
19862         * lib/xstrtol.c: Likewise.
19863         * lib/xstrtol.h: Likewise.
19864         * lib/xtime.h: Likewise.
19865         * lib/xvasprintf.c: Likewise.
19866         * lib/xvasprintf.h: Likewise.
19867         * lib/yesno.c: Likewise.
19868         * lib/yesno.h: Likewise.
19869         * posix-modules: Likewise.
19870         * tests/test-alloca-opt.c: Likewise.
19871         * tests/test-arcfour.c: Likewise.
19872         * tests/test-arctwo.c: Likewise.
19873         * tests/test-argmatch.c: Likewise.
19874         * tests/test-argp-2.sh: Likewise.
19875         * tests/test-argp.c: Likewise.
19876         * tests/test-arpa_inet.c: Likewise.
19877         * tests/test-array_list.c: Likewise.
19878         * tests/test-array_oset.c: Likewise.
19879         * tests/test-atexit.c: Likewise.
19880         * tests/test-avltree_list.c: Likewise.
19881         * tests/test-avltree_oset.c: Likewise.
19882         * tests/test-avltreehash_list.c: Likewise.
19883         * tests/test-base64.c: Likewise.
19884         * tests/test-binary-io.c: Likewise.
19885         * tests/test-byteswap.c: Likewise.
19886         * tests/test-c-ctype.c: Likewise.
19887         * tests/test-c-strcasecmp.c: Likewise.
19888         * tests/test-c-strcasestr.c: Likewise.
19889         * tests/test-c-strncasecmp.c: Likewise.
19890         * tests/test-c-strstr.c: Likewise.
19891         * tests/test-canonicalize-lgpl.c: Likewise.
19892         * tests/test-canonicalize.c: Likewise.
19893         * tests/test-carray_list.c: Likewise.
19894         * tests/test-ceilf.c: Likewise.
19895         * tests/test-ceill.c: Likewise.
19896         * tests/test-count-one-bits.c: Likewise.
19897         * tests/test-crc.c: Likewise.
19898         * tests/test-dirname.c: Likewise.
19899         * tests/test-fbufmode.c: Likewise.
19900         * tests/test-fcntl.c: Likewise.
19901         * tests/test-fflush.c: Likewise.
19902         * tests/test-floorf.c: Likewise.
19903         * tests/test-floorl.c: Likewise.
19904         * tests/test-fopen.c: Likewise.
19905         * tests/test-fprintf-posix.c: Likewise.
19906         * tests/test-fprintf-posix.h: Likewise.
19907         * tests/test-fpurge.c: Likewise.
19908         * tests/test-freadable.c: Likewise.
19909         * tests/test-freadahead.c: Likewise.
19910         * tests/test-freading.c: Likewise.
19911         * tests/test-freopen.c: Likewise.
19912         * tests/test-frexp.c: Likewise.
19913         * tests/test-frexpl.c: Likewise.
19914         * tests/test-fseek.c: Likewise.
19915         * tests/test-fseeko.c: Likewise.
19916         * tests/test-fseterr.c: Likewise.
19917         * tests/test-fstrcmp.c: Likewise.
19918         * tests/test-ftell.c: Likewise.
19919         * tests/test-ftello.c: Likewise.
19920         * tests/test-fwritable.c: Likewise.
19921         * tests/test-fwriting.c: Likewise.
19922         * tests/test-getaddrinfo.c: Likewise.
19923         * tests/test-getpass.c: Likewise.
19924         * tests/test-gettimeofday.c: Likewise.
19925         * tests/test-hmac-md5.c: Likewise.
19926         * tests/test-hmac-sha1.c: Likewise.
19927         * tests/test-iconv.c: Likewise.
19928         * tests/test-iconvme.c: Likewise.
19929         * tests/test-inttypes.c: Likewise.
19930         * tests/test-isnan.c: Likewise.
19931         * tests/test-isnanf.c: Likewise.
19932         * tests/test-isnanl-nolibm.c: Likewise.
19933         * tests/test-isnanl.c: Likewise.
19934         * tests/test-isnanl.h: Likewise.
19935         * tests/test-ldexpl.c: Likewise.
19936         * tests/test-linked_list.c: Likewise.
19937         * tests/test-linkedhash_list.c: Likewise.
19938         * tests/test-locale.c: Likewise.
19939         * tests/test-localename.c: Likewise.
19940         * tests/test-lock.c: Likewise.
19941         * tests/test-lseek.c: Likewise.
19942         * tests/test-malloca.c: Likewise.
19943         * tests/test-math.c: Likewise.
19944         * tests/test-mbscasecmp.c: Likewise.
19945         * tests/test-mbscasestr1.c: Likewise.
19946         * tests/test-mbscasestr2.c: Likewise.
19947         * tests/test-mbscasestr3.c: Likewise.
19948         * tests/test-mbscasestr4.c: Likewise.
19949         * tests/test-mbschr.c: Likewise.
19950         * tests/test-mbscspn.c: Likewise.
19951         * tests/test-mbsncasecmp.c: Likewise.
19952         * tests/test-mbspbrk.c: Likewise.
19953         * tests/test-mbspcasecmp.c: Likewise.
19954         * tests/test-mbsrchr.c: Likewise.
19955         * tests/test-mbsspn.c: Likewise.
19956         * tests/test-mbsstr1.c: Likewise.
19957         * tests/test-mbsstr2.c: Likewise.
19958         * tests/test-mbsstr3.c: Likewise.
19959         * tests/test-md5.c: Likewise.
19960         * tests/test-memmem.c: Likewise.
19961         * tests/test-netinet_in.c: Likewise.
19962         * tests/test-open.c: Likewise.
19963         * tests/test-printf-frexp.c: Likewise.
19964         * tests/test-printf-frexpl.c: Likewise.
19965         * tests/test-printf-posix.c: Likewise.
19966         * tests/test-printf-posix.h: Likewise.
19967         * tests/test-rbtree_list.c: Likewise.
19968         * tests/test-rbtree_oset.c: Likewise.
19969         * tests/test-rbtreehash_list.c: Likewise.
19970         * tests/test-read-file.c: Likewise.
19971         * tests/test-rijndael.c: Likewise.
19972         * tests/test-search.c: Likewise.
19973         * tests/test-signbit.c: Likewise.
19974         * tests/test-sleep.c: Likewise.
19975         * tests/test-snprintf-posix.c: Likewise.
19976         * tests/test-snprintf-posix.h: Likewise.
19977         * tests/test-snprintf.c: Likewise.
19978         * tests/test-sprintf-posix.c: Likewise.
19979         * tests/test-sprintf-posix.h: Likewise.
19980         * tests/test-stat-time.c: Likewise.
19981         * tests/test-stdbool.c: Likewise.
19982         * tests/test-stdint.c: Likewise.
19983         * tests/test-stdio.c: Likewise.
19984         * tests/test-stdlib.c: Likewise.
19985         * tests/test-stpncpy.c: Likewise.
19986         * tests/test-strcasestr.c: Likewise.
19987         * tests/test-striconv.c: Likewise.
19988         * tests/test-striconveh.c: Likewise.
19989         * tests/test-striconveha.c: Likewise.
19990         * tests/test-string.c: Likewise.
19991         * tests/test-sys_select.c: Likewise.
19992         * tests/test-sys_socket.c: Likewise.
19993         * tests/test-sys_stat.c: Likewise.
19994         * tests/test-sys_time.c: Likewise.
19995         * tests/test-sysexits.c: Likewise.
19996         * tests/test-time.c: Likewise.
19997         * tests/test-tls.c: Likewise.
19998         * tests/test-trunc.c: Likewise.
19999         * tests/test-truncf.c: Likewise.
20000         * tests/test-truncl.c: Likewise.
20001         * tests/test-unistd.c: Likewise.
20002         * tests/test-vasnprintf-posix.c: Likewise.
20003         * tests/test-vasnprintf-posix2.c: Likewise.
20004         * tests/test-vasnprintf.c: Likewise.
20005         * tests/test-vasprintf-posix.c: Likewise.
20006         * tests/test-vasprintf.c: Likewise.
20007         * tests/test-verify.c: Likewise.
20008         * tests/test-vfprintf-posix.c: Likewise.
20009         * tests/test-vprintf-posix.c: Likewise.
20010         * tests/test-vsnprintf-posix.c: Likewise.
20011         * tests/test-vsnprintf.c: Likewise.
20012         * tests/test-vsprintf-posix.c: Likewise.
20013         * tests/test-wchar.c: Likewise.
20014         * tests/test-wctype.c: Likewise.
20015         * tests/test-wcwidth.c: Likewise.
20016         * tests/test-xstrtol.c: Likewise.
20017         * tests/test-xvasprintf.c: Likewise.
20018         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
20019         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
20020         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
20021         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
20022         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
20023         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
20024         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
20025         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
20026         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
20027         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
20028         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
20029         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
20030         * tests/uniname/test-uninames.c: Likewise.
20031         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
20032         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
20033         * tests/unistdio/test-u16-printf1.h: Likewise.
20034         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
20035         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
20036         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
20037         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
20038         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
20039         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
20040         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
20041         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
20042         * tests/unistdio/test-u32-printf1.h: Likewise.
20043         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
20044         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
20045         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
20046         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
20047         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
20048         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
20049         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
20050         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
20051         * tests/unistdio/test-u8-printf1.h: Likewise.
20052         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
20053         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
20054         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
20055         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
20056         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
20057         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
20058         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
20059         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
20060         * tests/unistdio/test-ulc-printf1.h: Likewise.
20061         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
20062         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
20063         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
20064         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
20065         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
20066         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
20067         * tests/uniwidth/test-u16-strwidth.c: Likewise.
20068         * tests/uniwidth/test-u16-width.c: Likewise.
20069         * tests/uniwidth/test-u32-strwidth.c: Likewise.
20070         * tests/uniwidth/test-u32-width.c: Likewise.
20071         * tests/uniwidth/test-u8-strwidth.c: Likewise.
20072         * tests/uniwidth/test-u8-width.c: Likewise.
20073         * tests/uniwidth/test-uc_width.c: Likewise.
20074         * config/srclist-update: Likewise.
20075         (fixlicense): Update to GPLv3+.
20076
20077         Change copyright notice from LGPLv2.1+ to LGPLv3+.
20078         * tests/test-tsearch.c: Change copyright notice.
20079
20080         Change copyright notice from LGPLv2.0+ to LGPLv3+.
20081         * lib/c-strcaseeq.h: Change copyright notice.
20082         * lib/streq.h: Likewise.
20083         * lib/uniconv.h: Likewise.
20084         * lib/uniconv/u-conv-from-enc.h: Likewise.
20085         * lib/uniconv/u-conv-to-enc.h: Likewise.
20086         * lib/uniconv/u-strconv-from-enc.h: Likewise.
20087         * lib/uniconv/u-strconv-to-enc.h: Likewise.
20088         * lib/uniconv/u16-conv-from-enc.c: Likewise.
20089         * lib/uniconv/u16-conv-to-enc.c: Likewise.
20090         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
20091         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
20092         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
20093         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
20094         * lib/uniconv/u32-conv-from-enc.c: Likewise.
20095         * lib/uniconv/u32-conv-to-enc.c: Likewise.
20096         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
20097         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
20098         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
20099         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
20100         * lib/uniconv/u8-conv-from-enc.c: Likewise.
20101         * lib/uniconv/u8-conv-to-enc.c: Likewise.
20102         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
20103         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
20104         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
20105         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
20106         * lib/uniname.h: Likewise.
20107         * lib/uniname/uniname.c: Likewise.
20108         * lib/unistdio.h: Likewise.
20109         * lib/unistdio/u-asnprintf.h: Likewise.
20110         * lib/unistdio/u-asprintf.h: Likewise.
20111         * lib/unistdio/u-printf-args.c: Likewise.
20112         * lib/unistdio/u-printf-args.h: Likewise.
20113         * lib/unistdio/u-printf-parse.h: Likewise.
20114         * lib/unistdio/u-snprintf.h: Likewise.
20115         * lib/unistdio/u-sprintf.h: Likewise.
20116         * lib/unistdio/u-vasprintf.h: Likewise.
20117         * lib/unistdio/u-vsnprintf.h: Likewise.
20118         * lib/unistdio/u-vsprintf.h: Likewise.
20119         * lib/unistdio/u16-asnprintf.c: Likewise.
20120         * lib/unistdio/u16-asprintf.c: Likewise.
20121         * lib/unistdio/u16-printf-parse.c: Likewise.
20122         * lib/unistdio/u16-snprintf.c: Likewise.
20123         * lib/unistdio/u16-sprintf.c: Likewise.
20124         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
20125         * lib/unistdio/u16-u16-asprintf.c: Likewise.
20126         * lib/unistdio/u16-u16-snprintf.c: Likewise.
20127         * lib/unistdio/u16-u16-sprintf.c: Likewise.
20128         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
20129         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
20130         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
20131         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
20132         * lib/unistdio/u16-vasnprintf.c: Likewise.
20133         * lib/unistdio/u16-vasprintf.c: Likewise.
20134         * lib/unistdio/u16-vsnprintf.c: Likewise.
20135         * lib/unistdio/u16-vsprintf.c: Likewise.
20136         * lib/unistdio/u32-asnprintf.c: Likewise.
20137         * lib/unistdio/u32-asprintf.c: Likewise.
20138         * lib/unistdio/u32-printf-parse.c: Likewise.
20139         * lib/unistdio/u32-snprintf.c: Likewise.
20140         * lib/unistdio/u32-sprintf.c: Likewise.
20141         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
20142         * lib/unistdio/u32-u32-asprintf.c: Likewise.
20143         * lib/unistdio/u32-u32-snprintf.c: Likewise.
20144         * lib/unistdio/u32-u32-sprintf.c: Likewise.
20145         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
20146         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
20147         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
20148         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
20149         * lib/unistdio/u32-vasnprintf.c: Likewise.
20150         * lib/unistdio/u32-vasprintf.c: Likewise.
20151         * lib/unistdio/u32-vsnprintf.c: Likewise.
20152         * lib/unistdio/u32-vsprintf.c: Likewise.
20153         * lib/unistdio/u8-asnprintf.c: Likewise.
20154         * lib/unistdio/u8-asprintf.c: Likewise.
20155         * lib/unistdio/u8-printf-parse.c: Likewise.
20156         * lib/unistdio/u8-snprintf.c: Likewise.
20157         * lib/unistdio/u8-sprintf.c: Likewise.
20158         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
20159         * lib/unistdio/u8-u8-asprintf.c: Likewise.
20160         * lib/unistdio/u8-u8-snprintf.c: Likewise.
20161         * lib/unistdio/u8-u8-sprintf.c: Likewise.
20162         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
20163         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
20164         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
20165         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
20166         * lib/unistdio/u8-vasnprintf.c: Likewise.
20167         * lib/unistdio/u8-vasprintf.c: Likewise.
20168         * lib/unistdio/u8-vsnprintf.c: Likewise.
20169         * lib/unistdio/u8-vsprintf.c: Likewise.
20170         * lib/unistdio/ulc-asnprintf.c: Likewise.
20171         * lib/unistdio/ulc-asprintf.c: Likewise.
20172         * lib/unistdio/ulc-printf-parse.c: Likewise.
20173         * lib/unistdio/ulc-snprintf.c: Likewise.
20174         * lib/unistdio/ulc-sprintf.c: Likewise.
20175         * lib/unistdio/ulc-vasnprintf.c: Likewise.
20176         * lib/unistdio/ulc-vasprintf.c: Likewise.
20177         * lib/unistdio/ulc-vsnprintf.c: Likewise.
20178         * lib/unistdio/ulc-vsprintf.c: Likewise.
20179         * lib/unistr.h: Likewise.
20180         * lib/unistr/u-cpy-alloc.h: Likewise.
20181         * lib/unistr/u-cpy.h: Likewise.
20182         * lib/unistr/u-endswith.h: Likewise.
20183         * lib/unistr/u-move.h: Likewise.
20184         * lib/unistr/u-set.h: Likewise.
20185         * lib/unistr/u-startswith.h: Likewise.
20186         * lib/unistr/u-stpcpy.h: Likewise.
20187         * lib/unistr/u-stpncpy.h: Likewise.
20188         * lib/unistr/u-strcat.h: Likewise.
20189         * lib/unistr/u-strcpy.h: Likewise.
20190         * lib/unistr/u-strcspn.h: Likewise.
20191         * lib/unistr/u-strdup.h: Likewise.
20192         * lib/unistr/u-strlen.h: Likewise.
20193         * lib/unistr/u-strncat.h: Likewise.
20194         * lib/unistr/u-strncpy.h: Likewise.
20195         * lib/unistr/u-strnlen.h: Likewise.
20196         * lib/unistr/u-strpbrk.h: Likewise.
20197         * lib/unistr/u-strspn.h: Likewise.
20198         * lib/unistr/u-strstr.h: Likewise.
20199         * lib/unistr/u-strtok.h: Likewise.
20200         * lib/unistr/u16-check.c: Likewise.
20201         * lib/unistr/u16-chr.c: Likewise.
20202         * lib/unistr/u16-cmp.c: Likewise.
20203         * lib/unistr/u16-cpy-alloc.c: Likewise.
20204         * lib/unistr/u16-cpy.c: Likewise.
20205         * lib/unistr/u16-endswith.c: Likewise.
20206         * lib/unistr/u16-mblen.c: Likewise.
20207         * lib/unistr/u16-mbsnlen.c: Likewise.
20208         * lib/unistr/u16-mbtouc-aux.c: Likewise.
20209         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
20210         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
20211         * lib/unistr/u16-mbtouc.c: Likewise.
20212         * lib/unistr/u16-mbtoucr.c: Likewise.
20213         * lib/unistr/u16-move.c: Likewise.
20214         * lib/unistr/u16-next.c: Likewise.
20215         * lib/unistr/u16-prev.c: Likewise.
20216         * lib/unistr/u16-set.c: Likewise.
20217         * lib/unistr/u16-startswith.c: Likewise.
20218         * lib/unistr/u16-stpcpy.c: Likewise.
20219         * lib/unistr/u16-stpncpy.c: Likewise.
20220         * lib/unistr/u16-strcat.c: Likewise.
20221         * lib/unistr/u16-strchr.c: Likewise.
20222         * lib/unistr/u16-strcmp.c: Likewise.
20223         * lib/unistr/u16-strcpy.c: Likewise.
20224         * lib/unistr/u16-strcspn.c: Likewise.
20225         * lib/unistr/u16-strdup.c: Likewise.
20226         * lib/unistr/u16-strlen.c: Likewise.
20227         * lib/unistr/u16-strmblen.c: Likewise.
20228         * lib/unistr/u16-strmbtouc.c: Likewise.
20229         * lib/unistr/u16-strncat.c: Likewise.
20230         * lib/unistr/u16-strncmp.c: Likewise.
20231         * lib/unistr/u16-strncpy.c: Likewise.
20232         * lib/unistr/u16-strnlen.c: Likewise.
20233         * lib/unistr/u16-strpbrk.c: Likewise.
20234         * lib/unistr/u16-strrchr.c: Likewise.
20235         * lib/unistr/u16-strspn.c: Likewise.
20236         * lib/unistr/u16-strstr.c: Likewise.
20237         * lib/unistr/u16-strtok.c: Likewise.
20238         * lib/unistr/u16-to-u32.c: Likewise.
20239         * lib/unistr/u16-to-u8.c: Likewise.
20240         * lib/unistr/u16-uctomb-aux.c: Likewise.
20241         * lib/unistr/u16-uctomb.c: Likewise.
20242         * lib/unistr/u32-check.c: Likewise.
20243         * lib/unistr/u32-chr.c: Likewise.
20244         * lib/unistr/u32-cmp.c: Likewise.
20245         * lib/unistr/u32-cpy-alloc.c: Likewise.
20246         * lib/unistr/u32-cpy.c: Likewise.
20247         * lib/unistr/u32-endswith.c: Likewise.
20248         * lib/unistr/u32-mblen.c: Likewise.
20249         * lib/unistr/u32-mbsnlen.c: Likewise.
20250         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
20251         * lib/unistr/u32-mbtouc.c: Likewise.
20252         * lib/unistr/u32-mbtoucr.c: Likewise.
20253         * lib/unistr/u32-move.c: Likewise.
20254         * lib/unistr/u32-next.c: Likewise.
20255         * lib/unistr/u32-prev.c: Likewise.
20256         * lib/unistr/u32-set.c: Likewise.
20257         * lib/unistr/u32-startswith.c: Likewise.
20258         * lib/unistr/u32-stpcpy.c: Likewise.
20259         * lib/unistr/u32-stpncpy.c: Likewise.
20260         * lib/unistr/u32-strcat.c: Likewise.
20261         * lib/unistr/u32-strchr.c: Likewise.
20262         * lib/unistr/u32-strcmp.c: Likewise.
20263         * lib/unistr/u32-strcpy.c: Likewise.
20264         * lib/unistr/u32-strcspn.c: Likewise.
20265         * lib/unistr/u32-strdup.c: Likewise.
20266         * lib/unistr/u32-strlen.c: Likewise.
20267         * lib/unistr/u32-strmblen.c: Likewise.
20268         * lib/unistr/u32-strmbtouc.c: Likewise.
20269         * lib/unistr/u32-strncat.c: Likewise.
20270         * lib/unistr/u32-strncmp.c: Likewise.
20271         * lib/unistr/u32-strncpy.c: Likewise.
20272         * lib/unistr/u32-strnlen.c: Likewise.
20273         * lib/unistr/u32-strpbrk.c: Likewise.
20274         * lib/unistr/u32-strrchr.c: Likewise.
20275         * lib/unistr/u32-strspn.c: Likewise.
20276         * lib/unistr/u32-strstr.c: Likewise.
20277         * lib/unistr/u32-strtok.c: Likewise.
20278         * lib/unistr/u32-to-u16.c: Likewise.
20279         * lib/unistr/u32-to-u8.c: Likewise.
20280         * lib/unistr/u32-uctomb.c: Likewise.
20281         * lib/unistr/u8-check.c: Likewise.
20282         * lib/unistr/u8-chr.c: Likewise.
20283         * lib/unistr/u8-cmp.c: Likewise.
20284         * lib/unistr/u8-cpy-alloc.c: Likewise.
20285         * lib/unistr/u8-cpy.c: Likewise.
20286         * lib/unistr/u8-endswith.c: Likewise.
20287         * lib/unistr/u8-mblen.c: Likewise.
20288         * lib/unistr/u8-mbsnlen.c: Likewise.
20289         * lib/unistr/u8-mbtouc-aux.c: Likewise.
20290         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
20291         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
20292         * lib/unistr/u8-mbtouc.c: Likewise.
20293         * lib/unistr/u8-mbtoucr.c: Likewise.
20294         * lib/unistr/u8-move.c: Likewise.
20295         * lib/unistr/u8-next.c: Likewise.
20296         * lib/unistr/u8-prev.c: Likewise.
20297         * lib/unistr/u8-set.c: Likewise.
20298         * lib/unistr/u8-startswith.c: Likewise.
20299         * lib/unistr/u8-stpcpy.c: Likewise.
20300         * lib/unistr/u8-stpncpy.c: Likewise.
20301         * lib/unistr/u8-strcat.c: Likewise.
20302         * lib/unistr/u8-strchr.c: Likewise.
20303         * lib/unistr/u8-strcmp.c: Likewise.
20304         * lib/unistr/u8-strcpy.c: Likewise.
20305         * lib/unistr/u8-strcspn.c: Likewise.
20306         * lib/unistr/u8-strdup.c: Likewise.
20307         * lib/unistr/u8-strlen.c: Likewise.
20308         * lib/unistr/u8-strmblen.c: Likewise.
20309         * lib/unistr/u8-strmbtouc.c: Likewise.
20310         * lib/unistr/u8-strncat.c: Likewise.
20311         * lib/unistr/u8-strncmp.c: Likewise.
20312         * lib/unistr/u8-strncpy.c: Likewise.
20313         * lib/unistr/u8-strnlen.c: Likewise.
20314         * lib/unistr/u8-strpbrk.c: Likewise.
20315         * lib/unistr/u8-strrchr.c: Likewise.
20316         * lib/unistr/u8-strspn.c: Likewise.
20317         * lib/unistr/u8-strstr.c: Likewise.
20318         * lib/unistr/u8-strtok.c: Likewise.
20319         * lib/unistr/u8-to-u16.c: Likewise.
20320         * lib/unistr/u8-to-u32.c: Likewise.
20321         * lib/unistr/u8-uctomb-aux.c: Likewise.
20322         * lib/unistr/u8-uctomb.c: Likewise.
20323         * lib/unitypes.h: Likewise.
20324         * lib/uniwidth.h: Likewise.
20325         * lib/uniwidth/cjk.h: Likewise.
20326         * lib/uniwidth/u16-strwidth.c: Likewise.
20327         * lib/uniwidth/u16-width.c: Likewise.
20328         * lib/uniwidth/u32-strwidth.c: Likewise.
20329         * lib/uniwidth/u32-width.c: Likewise.
20330         * lib/uniwidth/u8-strwidth.c: Likewise.
20331         * lib/uniwidth/u8-width.c: Likewise.
20332         * lib/uniwidth/width.c: Likewise.
20333
20334 2007-10-07  Bruno Haible  <bruno@clisp.org>
20335
20336         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
20337         The file is still under LGPL (see modules/inttypes).
20338
20339 2007-10-06  Bruno Haible  <bruno@clisp.org>
20340
20341         * modules/trunc (Dependencies): Add 'extensions'.
20342         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
20343         Reported by Ben Pfaff <blp@gnu.org>.
20344
20345 2007-10-06  Bruno Haible  <bruno@clisp.org>
20346
20347         * modules/freopen-tests: New file.
20348         * tests/test-freopen.c: New file.
20349
20350         * modules/fopen-tests: New file.
20351         * tests/test-fopen.c: New file.
20352
20353         * modules/fopen: New file.
20354         * lib/fopen.c: New file.
20355         * m4/fopen.m4: New file.
20356         * modules/freopen: New file.
20357         * lib/freopen.c: New file.
20358         * m4/freopen.m4: New file.
20359         * lib/stdio.in.h (fopen, freopen): New declarations.
20360         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
20361         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
20362         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
20363         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
20364         * doc/functions/fopen.texi: Mention the 'fopen' module.
20365         * doc/functions/freopen.texi: Mention the 'freopen' module.
20366
20367 2007-10-06  Bruno Haible  <bruno@clisp.org>
20368
20369         * modules/open-tests: New file.
20370         * tests/test-open.c: New file.
20371
20372         * modules/open: New file.
20373         * lib/open.c: New file.
20374         * m4/open.m4: New file.
20375         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
20376         lib/open.c does.
20377         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
20378         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
20379         macros.
20380         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
20381         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
20382         REPLACE_OPEN.
20383         * doc/functions/open.texi: Mention the 'open' module.
20384
20385 2007-10-04  Bruno Haible  <bruno@clisp.org>
20386
20387         * modules/ceill-tests: New file.
20388         * tests/test-ceill.c: New file.
20389
20390         * modules/ceill: New file.
20391         * lib/ceill.c: Replace entire file.
20392         * m4/ceill.m4: New file.
20393         * lib/math.in.h (ceill): Replace declaration.
20394         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
20395         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
20396         * doc/functions/ceill.texi: Mention the 'ceill' module.
20397         * modules/mathl (Files): Remove lib/ceill.c.
20398         (Depends-on): Add ceill.
20399
20400 2007-10-04  Bruno Haible  <bruno@clisp.org>
20401
20402         * modules/ceilf-tests: New file.
20403         * tests/test-ceilf.c: New file.
20404
20405         * modules/ceilf: New file.
20406         * lib/ceil.c: New file.
20407         * lib/ceilf.c: New file.
20408         * m4/ceilf.m4: New file.
20409         * lib/math.in.h (ceilf): New declaration.
20410         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
20411         HAVE_DECL_CEILF.
20412         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
20413         HAVE_DECL_CEILF.
20414         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
20415
20416 2007-10-04  Bruno Haible  <bruno@clisp.org>
20417
20418         * modules/floorl-tests: New file.
20419         * tests/test-floorl.c: New file.
20420
20421         * modules/floorl: New file.
20422         * lib/floorl.c: Replace entire file.
20423         * m4/floorl.m4: New file.
20424         * lib/math.in.h (floorl): Replace declaration.
20425         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
20426         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
20427         * doc/functions/floorl.texi: Mention the 'floorl' module.
20428         * modules/mathl (Files): Remove lib/floorl.c.
20429         (Depends-on): Add floorl.
20430
20431 2007-10-04  Bruno Haible  <bruno@clisp.org>
20432
20433         * modules/floorf-tests: New file.
20434         * tests/test-floorf.c: New file.
20435
20436         * modules/floorf: New file.
20437         * lib/floor.c: New file.
20438         * lib/floorf.c: New file.
20439         * m4/floorf.m4: New file.
20440         * lib/math.in.h (floorf): New declaration.
20441         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
20442         HAVE_DECL_FLOORF.
20443         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
20444         HAVE_DECL_FLOORF.
20445         * doc/functions/floorf.texi: Mention the 'floorf' module.
20446
20447 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
20448             Bruno Haible  <bruno@clisp.org>
20449
20450         Advertise for the Git server instead of the CVS server.
20451         * doc/gnulib-intro.texi (Steady Development): Mention the Git
20452         repository instead of the CVS one.
20453         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
20454         about all VCS systems generically.
20455         * doc/gnulib.texi (Introduction): Capitalize `Git'.
20456
20457 2007-10-04  Bruno Haible  <bruno@clisp.org>
20458
20459         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
20460         means.
20461         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
20462
20463 2007-10-04  Bruno Haible  <bruno@clisp.org>
20464
20465         * modules/truncl-tests: New file.
20466         * tests/test-truncl.c: New file.
20467
20468         * modules/truncl: New file.
20469         * lib/truncl.c: New file.
20470         * m4/truncl.m4: New file.
20471         * lib/math.in.h (truncl): New declaration.
20472         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
20473         HAVE_DECL_TRUNCL.
20474         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
20475         HAVE_DECL_TRUNCL.
20476         * doc/functions/truncl.texi: Mention the 'truncl' module.
20477
20478 2007-10-04  Bruno Haible  <bruno@clisp.org>
20479
20480         * modules/truncf-tests: New file.
20481         * tests/test-truncf.c: New file.
20482
20483         * modules/truncf: New file.
20484         * lib/trunc.c: Make paramerizable through USE_* macros.
20485         * lib/truncf.c: New file.
20486         * m4/truncf.m4: New file.
20487         * lib/math.in.h (truncf): New declaration.
20488         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
20489         HAVE_DECL_TRUNCF.
20490         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
20491         HAVE_DECL_TRUNCF.
20492         * doc/functions/truncf.texi: Mention the 'truncf' module.
20493
20494 2007-10-03  Bruno Haible  <bruno@clisp.org>
20495
20496         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
20497         augmentation also for tests modules.
20498         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
20499         * modules/atexit-tests (Makefile.am): Likewise.
20500         * modules/binary-io-tests (Makefile.am): Likewise.
20501         * modules/c-strcase-tests (Makefile.am): Likewise.
20502         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
20503         * modules/canonicalize-tests (Makefile.am): Likewise.
20504         * modules/closein-tests (Makefile.am): Likewise.
20505         * modules/fprintf-posix-tests (Makefile.am): Likewise.
20506         * modules/freadahead-tests (Makefile.am): Likewise.
20507         * modules/fseek-tests (Makefile.am): Likewise.
20508         * modules/fseeko-tests (Makefile.am): Likewise.
20509         * modules/ftell-tests (Makefile.am): Likewise.
20510         * modules/ftello-tests (Makefile.am): Likewise.
20511         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
20512         * modules/isnanl-tests (Makefile.am): Likewise.
20513         * modules/lseek-tests (Makefile.am): Likewise.
20514         * modules/mbscasecmp-tests (Makefile.am): Likewise.
20515         * modules/mbscasestr-tests (Makefile.am): Likewise.
20516         * modules/mbschr-tests (Makefile.am): Likewise.
20517         * modules/mbscspn-tests (Makefile.am): Likewise.
20518         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
20519         * modules/mbspbrk-tests (Makefile.am): Likewise.
20520         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
20521         * modules/mbsrchr-tests (Makefile.am): Likewise.
20522         * modules/mbsspn-tests (Makefile.am): Likewise.
20523         * modules/mbsstr-tests (Makefile.am): Likewise.
20524         * modules/printf-posix-tests (Makefile.am): Likewise.
20525         * modules/snprintf-posix-tests (Makefile.am): Likewise.
20526         * modules/sprintf-posix-tests (Makefile.am): Likewise.
20527         * modules/tsearch-tests (Makefile.am): Likewise.
20528         * modules/uniname/uniname-tests (Makefile.am): Likewise.
20529         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
20530         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
20531         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
20532         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
20533         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
20534         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
20535         * modules/vprintf-posix-tests (Makefile.am): Likewise.
20536         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
20537         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
20538         * modules/xstrtoimax-tests (Makefile.am): Likewise.
20539         * modules/xstrtol-tests (Makefile.am): Likewise.
20540         * modules/xstrtoumax-tests (Makefile.am): Likewise.
20541         * modules/yesno-tests (Makefile.am): Likewise.
20542
20543 2007-10-03  Bruno Haible  <bruno@clisp.org>
20544
20545         * modules/trunc-tests: New file.
20546         * tests/test-trunc.c: New file.
20547
20548         * modules/trunc: New file.
20549         * lib/trunc.c: New file.
20550         * m4/trunc.m4: New file.
20551         * lib/math.in.h (trunc): New declaration.
20552         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
20553         HAVE_DECL_TRUNC.
20554         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
20555         HAVE_DECL_TRUNC.
20556         * doc/functions/trunc.texi: Mention the 'trunc' module.
20557
20558 2007-10-03  Bruno Haible  <bruno@clisp.org>
20559
20560         * tests/test-fpending.c: New file, mostly copied
20561         from coreutils/lib/t-fpending.c.
20562         * modules/fpending-tests: New file.
20563
20564 2007-10-03  Bruno Haible  <bruno@clisp.org>
20565
20566         Port the stdio extensions to QNX (untested).
20567         * lib/fseterr.c (fseterr): Add support for QNX.
20568         * lib/fbufmode.c (fbufmode): Likewise.
20569         * lib/freadable.c (freadable): Likewise.
20570         * lib/fwritable.c (fwritable): Likewise.
20571         * lib/freading.c (freading): Likewise.
20572         * lib/fwriting.c (fwriting): Likewise.
20573         * lib/freadahead.c (freadahed): Likewise.
20574         * lib/fpurge.c (fpurge): Likewise.
20575         * lib/fseeko.c (rpl_fseeko): Likewise.
20576
20577 2007-10-03  Bruno Haible  <bruno@clisp.org>
20578             Jim Meyering  <jim@meyering.net>
20579             Eric Blake  <ebb9@byu.net>
20580
20581         * doc/relocatable.texi: Use @command instead of @program.
20582
20583 2007-10-02  Jim Meyering  <jim@meyering.net>
20584
20585         Perform one more "_.h" -> ".in.h" substitution.
20586         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
20587         instead of unistd_.h here, too.
20588
20589 2007-10-01  Bruno Haible  <bruno@clisp.org>
20590
20591         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
20592         Needed for the alloca-opt module.
20593
20594 2007-09-30  Bruno Haible  <bruno@clisp.org>
20595
20596         * lib/alloca.in.h: Renamed from lib/alloca_.h.
20597         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
20598         alloca_.h.
20599         * lib/argz.in.h: Renamed from lib/argz_.h.
20600         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
20601         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
20602         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
20603         byteswap_.h.
20604         * lib/dirent.in.h: Renamed from lib/dirent_.h.
20605         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
20606         dirent_.h.
20607         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
20608         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
20609         fcntl_.h.
20610         * lib/float.in.h: Renamed from lib/float_.h.
20611         * modules/float (Files, Makefile.am): Use float.in.h instead of
20612         float_.h.
20613         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
20614         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
20615         fnmatch_.h.
20616         * lib/getopt.in.h: Renamed from lib/getopt_.h.
20617         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
20618         getopt_.h.
20619         * lib/glob.in.h: Renamed from lib/glob_.h.
20620         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
20621         * lib/iconv.in.h: Renamed from lib/iconv_.h.
20622         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
20623         iconv_.h.
20624         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
20625         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
20626         inttypes_.h.
20627         * lib/locale.in.h: Renamed from lib/locale_.h.
20628         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
20629         locale_.h.
20630         * lib/math.in.h: Renamed from lib/math_.h.
20631         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
20632         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
20633         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
20634         of netinet_in_.h. Add dependency.
20635         * lib/poll.in.h: Renamed from lib/poll_.h.
20636         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
20637         * lib/search.in.h: Renamed from lib/search_.h.
20638         * modules/search (Files, Makefile.am): Use search.in.h instead of
20639         search_.h.
20640         * lib/signal.in.h: Renamed from lib/signal_.h.
20641         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
20642         _signal.h.
20643         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
20644         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
20645         stdbool_.h.
20646         * lib/stdint.in.h: Renamed from lib/stdint_.h.
20647         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
20648         stdint_.h.
20649         * lib/stdio.in.h: Renamed from lib/stdio_.h.
20650         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
20651         stdio_.h.
20652         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
20653         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
20654         stdlib_.h.
20655         * lib/string.in.h: Renamed from lib/string_.h.
20656         * modules/string (Files, Makefile.am): Use string.in.h instead of
20657         string_.h.
20658         * doc/gnulib-tool.texi (Initial import): Update.
20659         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
20660         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
20661         of sys_select_.h. Add dependency.
20662         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
20663         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
20664         of sys_socket_.h.
20665         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
20666         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
20667         sys_stat_.h.
20668         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
20669         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
20670         sys_time_.h.
20671         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
20672         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
20673         sysexits_.h.
20674         * lib/time.in.h: Renamed from lib/time_.h.
20675         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
20676         * lib/unistd.in.h: Renamed from lib/unistd_.h.
20677         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
20678         unistd_.h.
20679         * lib/wchar.in.h: Renamed from lib/wchar_.h.
20680         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
20681         wchar_.h.
20682         * lib/wctype.in.h: Renamed from lib/wctype_.h.
20683         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
20684         wctype_.h.
20685         * build-aux/bootstrap (slurp): Update.
20686         * lib/.cppi-disable: Update.
20687
20688 2007-09-30  Bruno Haible  <bruno@clisp.org>
20689
20690         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
20691         Needed on BeOS.
20692
20693 2007-09-30  Bruno Haible  <bruno@clisp.org>
20694
20695         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
20696
20697 2007-09-29  Bruno Haible  <bruno@clisp.org>
20698
20699         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
20700
20701 2007-09-29  Bruno Haible  <bruno@clisp.org>
20702
20703         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
20704         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
20705         * build-aux/install-reloc: Compile also areadlink.c.
20706         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
20707
20708 2007-09-29  Bruno Haible  <bruno@clisp.org>
20709
20710         * gnulib-tool (func_emit_initmacro_done): Indentation.
20711
20712 2007-09-29  Bruno Haible  <bruno@clisp.org>
20713
20714         * README: Add CVS checkout update instructions.
20715         Info from Bob Proulx <bob@proulx.com>.
20716
20717 2007-09-28  Eric Blake  <ebb9@byu.net>
20718
20719         Provide move-if-change.
20720         * build-aux/move-if-change: New file, based on best practice
20721         rather than any canonical upstream location.
20722
20723 2007-09-28  Jim Meyering  <jim@meyering.net>
20724
20725         Fix canonicalize loop-detection corner case.
20726         Do not attempt to stat the symlink values stored via seen_triple.
20727         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
20728         on linux-2.6.18, (but not 2.6.22).
20729         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
20730         triple_compare.  The former compares dev,ino,filename, while the latter
20731         would actually stat dirname(filename) when dev and ino were equal.
20732         * lib/hash-triple.c: Install <string.h>.
20733         (STREQ): Define.
20734         (triple_compare_ino_str): New function.
20735         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
20736
20737 2007-09-28  Eric Blake  <ebb9@byu.net>
20738
20739         Enforce that AC_REPLACE_FUNCS files exist.
20740         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
20741         override check for typos.
20742
20743         Fix test-closein on Solaris 10.
20744         * tests/test-closein.c (main): Don't assume stdin can be inherited
20745         closed on all systems.
20746         * tests/test-closein.sh: Likewise.
20747         Reported by Piotr Tarnowski.
20748
20749 2007-09-28  Jim Meyering  <jim@meyering.net>
20750
20751         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
20752
20753 2007-09-27  Jim Meyering  <jim@meyering.net>
20754
20755         canonicalize: Avoid a false-positive cycle failure.
20756         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
20757         Sort.  Remove cycle-check.
20758         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
20759         not cycle-check.h.
20760         (seen_triple): New function.
20761         (canonicalize_filename_mode): Use it instead of cycle-check.
20762         * tests/test-canonicalize.c: Add a test for this bug.
20763         * tests/test-canonicalize.sh: Set up and run the test.
20764
20765         New module, file-set, from coreutils.
20766         * modules/file-set: Define it.
20767         * lib/file-set.c, lib/file-set.h: Implement.
20768
20769         New module, hash-triple, from coreutils.
20770         * modules/hash-triple: Define it.
20771         * lib/hash-triple.c, lib/hash-triple.h: Implement.
20772
20773 2007-09-25  Eric Blake  <ebb9@byu.net>
20774
20775         Fix strerror on Interix.
20776         * lib/string_.h (strerror): Declare replacement.
20777         * doc/functions/strerror.texi (strerror): Document the Interix
20778         shortcoming.
20779         * modules/string (Makefile.am): Support new hooks.
20780         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
20781         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
20782         gl_FUNC_STRERROR_SEPARATE.
20783         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
20784         * lib/strerror.c (rpl_strerror): Provide replacement.
20785         * modules/strerror (Depends-on): Add string.
20786         (configure.ac): Detect use of module.
20787         * tests/test-strerror.c: New file.
20788         * modules/strerror-tests: New test module.
20789         * modules/argp (Depends-on): Add strerror.
20790         * modules/error (Depends-on): Likewise.
20791         Reported by Martin Koeppe.
20792
20793 2007-09-24  Bruno Haible  <bruno@clisp.org>
20794
20795         * README: Update git instructions.
20796
20797 2007-09-24  Eric Blake  <ebb9@byu.net>
20798
20799         Revert fpending breakage from 2007-09-08.
20800         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
20801         __fpending.c.
20802
20803 2007-09-24  Jim Meyering  <jim@meyering.net>
20804
20805         filenamecat.c: Add a test.
20806         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
20807         showing how the function works when DIR is the empty string.
20808
20809 2007-09-21  Simon Josefsson  <simon@josefsson.org>
20810
20811         * tests/test-canonicalize.sh: Turn on executable bit.
20812
20813 2007-09-19  Eric Blake  <ebb9@byu.net>
20814
20815         * README: Update CVS instructions.
20816
20817 2007-09-18  Bruno Haible  <bruno@clisp.org>
20818
20819         * modules/areadlink: New file.
20820         * lib/areadlink.h (areadlink): New declaration.
20821         * lib/areadlink.c: New file, based on lib/xreadlink.c.
20822
20823 2007-09-17  Jim Meyering  <jim@meyering.net>
20824
20825         * lib/savewd.c (ESTALE) [!defined]: Define.
20826         Reported to be required on Interix by Martin Koeppe.
20827
20828 2007-09-17  Bruno Haible  <bruno@clisp.org>
20829
20830         * gnulib-tool (func_version): Use $version.
20831
20832 2007-09-16  Bruno Haible  <bruno@clisp.org>
20833
20834         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
20835         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
20836         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
20837         Reported by Greg Schafer <gschafer@zip.com.au>.
20838
20839 2007-09-15  Bruno Haible  <bruno@clisp.org>
20840
20841         * gnulib-tool (sed): Try a little harder to make bash understand the
20842         alias.
20843         Reported by Bruce Korb <bruce.korb@gmail.com>.
20844
20845 2007-09-13  Eric Blake  <ebb9@byu.net>
20846
20847         * ChangeLog: Remove conflict markers.
20848
20849 2007-09-13  Simon Josefsson  <simon@josefsson.org>
20850
20851         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
20852         Reported by Bruno Haible <bruno@clisp.org>.
20853
20854 2007-09-12  Bruno Haible  <bruno@clisp.org>
20855
20856         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
20857         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
20858         is not defined.
20859
20860 2007-09-12  Eric Blake  <ebb9@byu.net>
20861
20862         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
20863         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
20864         Autoconf definition.
20865         * modules/euidaccess (Depends-on): Add extensions, for
20866         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
20867         * modules/fnmatch (Depends-on): Likewise.
20868         * modules/getaddrinfo (Depends-on): Likewise.
20869         * modules/getdelim (Depends-on): Likewise.
20870         * modules/getline (Depends-on): Likewise.
20871         * modules/getsubopt (Depends-on): Likewise.
20872         * modules/gettext (Depends-on): Likewise.
20873         * modules/group-member (Depends-on): Likewise.
20874         * modules/mbchar (Depends-on): Likewise.
20875         * modules/memmem (Depends-on): Likewise.
20876         * modules/mempcpy (Depends-on): Likewise.
20877         * modules/memrchr (Depends-on): Likewise.
20878         * modules/pagealign_alloc (Depends-on): Likewise.
20879         * modules/readutmp (Depends-on): Likewise.
20880         * modules/stpcpy (Depends-on): Likewise.
20881         * modules/stpncpy (Depends-on): Likewise.
20882         * modules/strchrnul (Depends-on): Likewise.
20883         * modules/strndup (Depends-on): Likewise.
20884         * modules/strsep (Depends-on): Likewise.
20885         * modules/strverscmp (Depends-on): Likewise.
20886         * modules/vasprintf (Depends-on): Likewise.
20887         * modules/wcwidth (Depends-on): Likewise.
20888         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
20889         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
20890         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
20891         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
20892         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
20893         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
20894         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
20895         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
20896         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
20897         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
20898         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
20899         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
20900         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
20901         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
20902         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
20903         * m4/readutmp.m4 (gl_READUTMP): Likewise.
20904         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
20905         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
20906         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
20907         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
20908         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
20909         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
20910         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
20911         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
20912         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
20913         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
20914         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
20915         so that lock.m4 can be used in gettext without extensions module.
20916
20917 2007-09-11  Bruno Haible  <bruno@clisp.org>
20918
20919         * m4/isc-posix.m4: Remove file.
20920         Suggested by Eric Blake.
20921
20922 2007-09-11  Eric Blake  <ebb9@byu.net>
20923
20924         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
20925
20926 2007-09-10  Bruno Haible  <bruno@clisp.org>
20927
20928         * posix-modules: Fix typo in error message.
20929         Reported by Matt <mkraai@beckman.com>.
20930
20931 2007-09-09  Bruno Haible  <bruno@clisp.org>
20932
20933         * doc/functions/getdelim.texi: Update list of platforms lacking the
20934         function.
20935         * doc/functions/getline.texi: Likewise.
20936
20937 2007-09-09  Jim Meyering  <jim@meyering.net>
20938
20939         * lib/hash.c (hash_initialize): Detect calloc failure.
20940         Reported by Bruno Haible.
20941
20942 2007-09-09  Bruno Haible  <bruno@clisp.org>
20943
20944         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
20945         malloc or realloc fails.
20946
20947 2007-09-09  Bruno Haible  <bruno@clisp.org>
20948
20949         * modules/getcwd (Depends-on): Add malloc-posix.
20950         * modules/glob (Depends-on): Likewise.
20951         * modules/putenv (Depends-on): Likewise.
20952         * modules/strdup (Depends-on): Likewise.
20953         * modules/getdelim (Depends-on): Add realloc-posix.
20954         * modules/read-file (Depends-on): Likewise.
20955
20956 2007-09-09  Bruno Haible  <bruno@clisp.org>
20957
20958         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
20959         (gl_FUNC_MALLOC_POSIX): Require it.
20960         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
20961         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
20962         * modules/realloc (Files): Add m4/malloc.m4.
20963         * modules/calloc (Files): Likewise.
20964
20965 2007-09-09  Bruno Haible  <bruno@clisp.org>
20966
20967         * modules/malloc-posix: New file.
20968         * modules/malloc (Depends-on): Add malloc-posix.
20969         * lib/malloc.c: Include errno.h.
20970         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
20971         and a POSIX-compatible malloc into a single function. Set ENOMEM
20972         when returning NULL.
20973         * m4/malloc.m4: New file.
20974         * doc/functions/malloc.texi: Mention the malloc-posix module.
20975         * lib/stdlib_.h (malloc): New declaration.
20976         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
20977         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
20978         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
20979         and HAVE_MALLOC_POSIX.
20980
20981 2007-09-09  Bruno Haible  <bruno@clisp.org>
20982
20983         * modules/realloc-posix: New file.
20984         * modules/realloc (Depends-on): Add realloc-posix.
20985         * lib/realloc.c: Include errno.h.
20986         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
20987         and a POSIX-compatible realloc into a single function. Set ENOMEM
20988         when returning NULL.
20989         * m4/realloc.m4: New file.
20990         * doc/functions/realloc.texi: Mention the realloc-posix module.
20991         * lib/stdlib_.h (realloc): New declaration.
20992         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
20993         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
20994         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
20995         and HAVE_REALLOC_POSIX.
20996
20997 2007-09-09  Bruno Haible  <bruno@clisp.org>
20998
20999         * modules/calloc-posix: New file.
21000         * modules/calloc (Depends-on): Add calloc-posix.
21001         * lib/calloc.c: Include errno.h.
21002         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
21003         and a POSIX-compatible calloc into a single function. Set ENOMEM
21004         when returning NULL.
21005         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
21006         * doc/functions/calloc.texi: Mention the calloc-posix module.
21007         * lib/stdlib_.h (calloc): New declaration.
21008         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
21009         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
21010         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
21011         and HAVE_CALLOC_POSIX.
21012
21013 2007-09-09  Bruno Haible  <bruno@clisp.org>
21014
21015         Allow for modules to show an arbitrary notice.
21016         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
21017         * gnulib-tool: New option --extract-notice.
21018         (func_usage): Document it.
21019         (sed_extract_prog): Update.
21020         (func_get_notice): New function.
21021         (func_modules_notice): New function.
21022         (func_import, func_create_testdir): Invoke it.
21023         Suggested by Jim Meyering.
21024
21025 2007-09-09  Bruno Haible  <bruno@clisp.org>
21026
21027         * gnulib-tool: New options --verbose, --quiet.
21028         (func_usage): Document them.
21029         (verbose): New variable.
21030         (func_execute_command): New function.
21031         (func_import): Don't show the module list and the file list if
21032         $verbose < 0.
21033         (func_create_testdir): Likewise. Use func_execute_command.
21034         (func_create_megatestdir): Use func_execute_command.
21035
21036 2007-09-08  Bruno Haible  <bruno@clisp.org>
21037
21038         * gnulib-tool (func_import): Prefer rsync over wget when available,
21039         for fetching the PO files.
21040
21041 2007-09-08  Bruno Haible  <bruno@clisp.org>
21042
21043         * posix-modules: New file. Portions copied from gnulib-tool.
21044         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
21045
21046 2007-09-08  Jim Meyering  <jim@meyering.net>
21047
21048         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
21049         * lib/fpending.h: Rename from __fpending.h.
21050         * lib/fpending.c: Rename from __fpending.c.
21051         Include "fpending.h", not "__fpending.h".
21052         * lib/__fpending.h, lib/__fpending.c: Remove files.
21053         * modules/fpending (Files): Reflect new file names.
21054         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
21055
21056 2007-09-08  Bruno Haible  <bruno@clisp.org>
21057
21058         * m4/inttypes-h.m4: Remove stub file.
21059
21060 2007-09-07  Simon Josefsson  <simon@josefsson.org>
21061
21062         * doc/headers/stdint.texi: Discuss #include_next issue.
21063
21064 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
21065
21066         * build-aux/bootstrap: Remove obsolete comment about wget --help.
21067
21068 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21069
21070         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
21071         in variable name.
21072
21073 2007-09-03  Jim Meyering  <jim@meyering.net>
21074
21075         New module: git-version-gen.
21076         * modules/git-version-gen: New file.
21077
21078         Import changes from coreutils for bootstrap script.
21079
21080         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
21081
21082         bootstrap: uses rsync to download the .po files
21083         * build-aux/bootstrap (po_download_command_format): New global.
21084         (download_po_files): Use rsync.
21085         (update_po_files): Don't remove .po files after download,
21086         so future rsync runs can take advantage of the copies.
21087
21088         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
21089
21090         Solve the unnecessary-.po-file-regeneration problem once and for all.
21091         * build-aux/bootstrap (download_po_files): New function, renamed from
21092         get_translations.  Now, downloads, but doesn't update LINGUAS.
21093         (update_po_files): New function.
21094
21095         bootstrap: Ignore more.
21096         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
21097         uniwidth to e.g., lib/.gitignore.
21098         (slurp): Handle the sys_stat_.h -> sys mapping, too.
21099
21100         * build-aux/bootstrap: New setting: vc_ignore.
21101         (insert_sorted_if_absent): Create $file if absent.
21102         Adapt to new, possibly empty, list: $vc_ignore.
21103
21104         bootstrap: generate more ignorable names
21105         * build-aux/bootstrap (slurp): When generating ignorable names,
21106         also map .sin to .sed, .gperf to .c, and .y to .c.
21107
21108 2007-09-03  Jim Meyering  <jim@meyering.net>
21109
21110         * build-aux/git-version-gen: New file, from coreutils.  For details, see
21111         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
21112
21113 2007-09-02  Bruno Haible  <bruno@clisp.org>
21114
21115         Fix mis-recognition of 'mcs' on QNX 6.
21116         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
21117         output contains the string "Mono".
21118         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
21119         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
21120
21121 2007-09-01  Bruno Haible  <bruno@clisp.org>
21122
21123         Fix collision between uniwidth/* and linebreak modules.
21124         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
21125         u32_width): Remove declarations.
21126         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
21127         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
21128         streq3, streq2, streq1, streq0): Remove functions.
21129         (STREQ): Remove macro.
21130         (is_cjk_encoding): Remove function.
21131         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
21132         (uc_width, u8_width, u16_width, u32_width): Remove functions.
21133         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
21134         * NEWS: Document the change.
21135
21136 2007-09-01  Bruno Haible  <bruno@clisp.org>
21137
21138         * lib/streq.h: Add double-inclusion guard.
21139
21140 2007-09-01  Karl Berry  <karl@gnu.org>
21141
21142         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
21143
21144 2007-08-28  Jim Meyering  <jim@meyering.net>
21145
21146         Rename mreadlink_with_size to areadlink_with_size.
21147         * NEWS: Document the change.
21148         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
21149         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
21150         * lib/mreadlink.h: Rename this to...
21151         * lib/areadlink.h: ...this.
21152         * modules/mreadlink-with-size: Rename this to...
21153         * modules/areadlink-with-size: ...this.
21154         * lib/canonicalize.c: Reflect the renaming.
21155         * modules/canonicalize: Likewise.
21156
21157 2007-08-26  Bruno Haible  <bruno@clisp.org>
21158
21159         * gnulib-tool (func_import): When deciding which files to remove,
21160         consider also dangling symbolic links.
21161         Reported by Eric Blake.
21162
21163 2007-08-26  Bruno Haible  <bruno@clisp.org>
21164
21165         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
21166
21167 2007-08-23  Simon Josefsson  <simon@josefsson.org>
21168
21169         * lib/readline.c: Don't include getline.h, the prototype is now
21170         found in stdio.h.
21171
21172 2007-08-23  Jim Meyering  <jim@meyering.net>
21173
21174         Getdelim touchup.
21175         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
21176         around the funlockfile call, since funlockfile never sets errno.
21177         Don't set errno upon failed realloc.
21178
21179 2007-08-22  Eric Blake  <ebb9@byu.net>
21180
21181         Getline touchups.
21182         * lib/getdelim.c (getdelim): Revert regression that required *n to
21183         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
21184         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
21185         getdelim, rather than whether implementation is missing.
21186         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
21187         * lib/stdio_.h (getline): Also declare if replacement is
21188         required.
21189         * doc/functions/getdelim.texi: New file.
21190         * doc/functions/getline.texi: Likewise.
21191         * doc/gnulib.texi (Function Substitutes): Add new files.
21192         Reported by Bruno Haible.
21193
21194 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
21195
21196         * users.txt: Add Guile.
21197
21198 2007-08-22  Eric Blake  <ebb9@byu.net>
21199
21200         * tests/test-getdelim.c (main): Use remove, not unlink.
21201         * tests/test-getline.c (main): Likewise.
21202
21203         Move getline and getdelim into stdio.h, per POSIX 200x.
21204         * modules/getline (Files): Remove getline.h.
21205         (Depends-on): Add stdio.
21206         (configure.ac): Add module indicator.
21207         * modules/getdelim (Files): Remove getdelim.h.
21208         (Depends-on): Add stdio.
21209         (configure.ac): Add module indicator.
21210         * modules/stdio (Makefile.am): Work with new indicators.
21211         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
21212         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
21213         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
21214         * lib/getdelim.h: Delete.
21215         * lib/getline.h: Delete.
21216         * lib/stdio_.h (getdelim, getline): Declare.
21217         * modules/getdelim-tests: New module.
21218         * modules/getline-tests: Likewise.
21219         * tests/test-getdelim.c: New file.
21220         * tests/test-getline.c: Likewise.
21221         * NEWS: Document the change.
21222         * lib/getline.c: Update choice of header.
21223         * lib/csharpcomp.c: Likewise.
21224         * lib/getpass.c: Likewise.
21225         * lib/javacomp.c: Likewise.
21226         * lib/javaversion.c: Likewise.
21227         * lib/yesno.c: Likewise.
21228         * lib/getdelim.c: Likewise.
21229         (getdelim): Set errno on failure, and avoid memory leak.
21230
21231 2007-08-19  Bruno Haible  <bruno@clisp.org>
21232
21233         * modules/closein (Depends-on): Add freadahead.
21234         * lib/closein.c: Include freadahead.h.
21235         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
21236         is zero.
21237
21238 2007-08-19  Bruno Haible  <bruno@clisp.org>
21239
21240         * modules/freadahead-tests: New file.
21241         * tests/test-freadahead.sh: New file.
21242         * tests/test-freadahead.c: New file.
21243
21244         * modules/freadahead: New file.
21245         * lib/freadahead.h: New file.
21246         * lib/freadahead.c: New file.
21247         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
21248         fbufmode, fpurge, freadable, fwritable.
21249
21250 2007-08-19  Eric Blake  <ebb9@byu.net>
21251
21252         Test yesno in combination with closein.
21253         * lib/yesno.c (yesno): Document use of stdin.
21254         * modules/yesno-tests (Files): New module.
21255         * tests/test-yesno.c (main): New file.
21256         * tests/test-yesno.sh: Likewise.
21257
21258 2007-08-19  Bruno Haible  <bruno@clisp.org>
21259
21260         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
21261         * lib/fseeko.c (rpl_fseeko): Likewise.
21262         * lib/fseterr.c (fseterr): Likewise.
21263
21264 2007-08-19  Bruno Haible  <bruno@clisp.org>
21265
21266         * tests/test-lseek.c (main): Disable a test for BeOS.
21267         * doc/functions/lseek.texi: Document the BeOS bug.
21268
21269 2007-08-19  Bruno Haible  <bruno@clisp.org>
21270             Eric Blake  <ebb9@byu.net>
21271
21272         * lib/lseek.c: Include <sys/stat.h>.
21273         (rpl_lseek): Add workaround code also for Unix platforms.
21274         Needed for BeOS.
21275         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
21276         * doc/functions/lseek.texi: Document BeOS definiency.
21277
21278 2007-08-18  Bruno Haible  <bruno@clisp.org>
21279
21280         * modules/fstrcmp-tests: New file.
21281         * tests/test-fstrcmp.c: New file.
21282
21283 2007-08-18  Bruno Haible  <bruno@clisp.org>
21284
21285         * modules/fstrcmp: New file, from GNU gettext with modifications.
21286         * lib/fstrcmp.h: New file, from GNU gettext.
21287         * lib/fstrcmp.c: New file, from GNU gettext.
21288         * MODULES.html.sh (String handling): Add fstrcmp.
21289
21290 2007-08-18  Bruno Haible  <bruno@clisp.org>
21291
21292         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
21293         'bool'.
21294         (diag, compareseq): Remove const from the ctxt argument.
21295         (USE_HEURISTIC): Undefine at the end.
21296
21297 2007-08-18  Jim Meyering  <jim@meyering.net>
21298
21299         New file: lib/idcache.h
21300         * NEWS: Mention the addition.
21301         * modules/idcache (Files): Add lib/idcache.h
21302         * lib/idcache.c: Include "idcache.h".
21303         Don't include <sys/types.h>.
21304         Add a FIXME comment.
21305         Move file-scoped "static" declarations to the top.
21306         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
21307
21308 2007-08-17  Bruno Haible  <bruno@clisp.org>
21309         and Paul Eggert  <eggert@cs.ucla.edu>
21310
21311         * MODULES.html.sh: Add diffseq.
21312         * modules/diffseq: New file.
21313         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
21314         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
21315
21316 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
21317
21318         Import changes from coreutils for bootstrap script.
21319
21320         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
21321
21322         * build-aux/bootstrap (slurp): Work even in environments where
21323         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
21324         current code does not slurp files whose names start with ".", and
21325         this looks like it might be a troublesome area.
21326
21327         2007-07-11  Jim Meyering  <jim@meyering.net>
21328
21329         If there's a GPL vN copyright comment, require that N == 3.
21330
21331         2007-07-08  Jim Meyering  <jim@meyering.net>
21332
21333         Run the coreutils-specific code only if tests/Makefile.am.in exists.
21334         * build-aux/bootstrap (mam_template): Move definition out of loop.
21335
21336         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
21337
21338         * build-aux/bootstrap (symlink_to_dir): Rename function from
21339         symlink_to_gnulib.  Add a directory parameter.  Update all
21340         callers.
21341         (cp_mark_as_generated): Also check for -- and link to -- files in
21342         gl/.
21343
21344         2007-07-08  Jim Meyering  <jim@meyering.net>
21345
21346         Adapt to deeper hierarchy in gnulib.
21347         * build-aux/bootstrap (symlink_to_dir): If the destination
21348         directory doesn't exist, create it. This is required at least for
21349         "lib/uniwidth/cjk.h".
21350
21351         2007-05-15  Jim Meyering  <jim@meyering.net>
21352
21353         * build-aux/bootstrap: Now that generated Makefile.am files
21354         are no longer under version control, they must be created at
21355         bootstrap time.
21356
21357 2007-08-14  Ben Pfaff  <blp@gnu.org>
21358
21359         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
21360
21361 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
21362
21363         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
21364         given the changes below.
21365         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
21366         even on hosts that have padding bits beyond the supported 64.
21367
21368 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
21369
21370         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
21371         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
21372         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
21373         depends on it.
21374         (xstrtol_error): Remove.
21375         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
21376         but with a different signature.
21377         (ATTRIBUTE_NORETURN, __attribute__): New macros.
21378         * lib/xstrtol-error.c: Include exitfail.h.
21379         (xstrtol_fatal): New function, with a different signature from the
21380         old xstrtol_error, so that the caller need not worry about passing
21381         in an exit status, or about storage management of the option argument.
21382         (xstrtol_error): Now a static function.  Redo signature to
21383         implement xstrtol_fatal.  Output the correct number of hyphens in
21384         front of the option so that the caller need not worry about
21385         storage management.
21386         (N_): New macro.
21387         (_): Remove; not used now.
21388         * modules/xstrtol: Depend on getopt.
21389         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
21390         of old STRTOL_FATAL_ERROR macro.
21391         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
21392         of test program.
21393         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
21394         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
21395
21396 2007-08-08  Eric Blake  <ebb9@byu.net>
21397
21398         * lib/xstrtol-error.c: Add missing include.
21399
21400         Move xstrtol messages into gnulib domain, when --pobase is used.
21401         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
21402         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
21403         * modules/xstrtol (Files): Distribute new file.
21404         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
21405         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
21406         * tests/test-xstrtol.c: ...into new file.
21407         * tests/test-xstrtoul.c: Also test xstrtoul.
21408         * tests/test-xstrtoimax.c: Also test xstrtoimax.
21409         * tests/test-xstrtoumax.c: Also test xstrtoumax.
21410         * tests/test-xstrtol.sh: Drive the tests.
21411         * tests/test-xstrtoimax.sh: Likewise.
21412         * tests/test-xstrtoumax.sh: Likewise.
21413         * modules/xstrtol-tests: New module.
21414         * modules/xstrtoimax-tests: Likewise.
21415         * modules/xstrtoumax-tests: Likewise.
21416
21417 2007-08-08  Jim Meyering  <jim@meyering.net>
21418
21419         New function: mfile_name_concat.
21420         * lib/filenamecat.c (mfile_name_concat): New function, just like
21421         file_name_concat, but return NULL upon failure rather than exiting
21422         with a diagnostic.
21423         * lib/filenamecat.h: Declare it.
21424
21425 2007-08-07  Bruno Haible  <bruno@clisp.org>
21426
21427         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
21428         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
21429         warning from gcc.
21430         Reported by Eric Blake.
21431
21432 2007-08-07  Simon Josefsson  <simon@josefsson.org>
21433
21434         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
21435         * modules/crypto/arcfour (License): Likewise.
21436         * modules/crypto/des-tests (License): Likewise.
21437         * modules/crypto/gc-arctwo-tests (License): Likewise.
21438         * modules/crypto/gc-des-tests (License): Likewise.
21439         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
21440         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
21441         * modules/crypto/gc-md2-tests (License): Likewise.
21442         * modules/crypto/gc-md4-tests (License): Likewise.
21443         * modules/crypto/gc-md5-tests (License): Likewise.
21444         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
21445         * modules/crypto/gc-rijndael-tests (License): Likewise.
21446         * modules/crypto/gc-sha1-tests (License): Likewise.
21447         * modules/crypto/gc-tests (License): Likewise.
21448         * modules/crypto/hmac-md5 (License): Likewise.
21449         * modules/crypto/hmac-sha1 (License): Likewise.
21450         * modules/crypto/md2-tests (License): Likewise.
21451         * modules/crypto/md4-tests (License): Likewise.
21452         * modules/crypto/md5 (License): Likewise.
21453         * modules/crypto/rijndael (License): Likewise.
21454         * modules/crypto/sha1 (License): Likewise.
21455         * modules/memxor (License): Likewise.
21456
21457 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21458         and Bruno Haible  <bruno@clisp.org>
21459
21460         * NEWS: Describe interface changes to human, xstrtol.
21461         * lib/human.h: Include <xstrtol.h>.
21462         (human_options): Return enum strtol_error, not int.  Remove
21463         bool arg; take int * instead.
21464         * lib/human.c: Don't include "gettext.h".
21465         (_): Remove; no longer used.
21466         Don't include <xstrtol.h>, since human.h does it.
21467         (human_options): Adjust to abovementioned interface changes.
21468         Do not report error to stderr; that's now the caller's
21469         responsibility.
21470         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
21471         interface change.
21472         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
21473         Str, Argument_type_string.  All uses changed.  Put " argument"
21474         in diagnostics to make them clearer.  Change wording of suffix
21475         message for clarity.
21476         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
21477         Argument_type_string.
21478         (STRTOL_FATAL_WARN): Remove; no longer used.
21479         * modules/human (Depends-on): Remove gettext-h.
21480
21481 2007-08-06  Simon Josefsson  <simon@josefsson.org>
21482
21483         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
21484
21485 2007-07-31  Bruno Haible  <bruno@clisp.org>
21486
21487         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
21488         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
21489         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
21490
21491 2007-07-31  Bruno Haible  <bruno@clisp.org>
21492
21493         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
21494         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
21495
21496 2007-07-30  Bruno Haible  <bruno@clisp.org>
21497
21498         * modules/base64 (License): Use the synonymous term "LGPLv2+".
21499         * modules/c-ctype (License): Likewise.
21500         * modules/c-strcase (License): Likewise.
21501         * modules/check-version (License): Likewise.
21502         * modules/iconv (License): Likewise.
21503         * modules/iconv_open (License): Likewise.
21504         * modules/read-file (License): Likewise.
21505         * modules/striconv (License): Likewise.
21506         * modules/strverscmp (License): Likewise.
21507         * modules/vasprintf (License): Likewise.
21508         * modules/crypto/des (License): Likewise.
21509         * modules/crypto/gc (License): Likewise.
21510         * modules/crypto/gc-arcfour (License): Likewise.
21511         * modules/crypto/gc-arctwo (License): Likewise.
21512         * modules/crypto/gc-des (License): Likewise.
21513         * modules/crypto/gc-hmac-md5 (License): Likewise.
21514         * modules/crypto/gc-hmac-sha1 (License): Likewise.
21515         * modules/crypto/gc-md2 (License): Likewise.
21516         * modules/crypto/gc-md4 (License): Likewise.
21517         * modules/crypto/gc-md5 (License): Likewise.
21518         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
21519         * modules/crypto/gc-random (License): Likewise.
21520         * modules/crypto/gc-rijndael (License): Likewise.
21521         * modules/crypto/gc-sha1 (License): Likewise.
21522         * modules/crypto/md2 (License): Likewise.
21523         * modules/crypto/md4 (License): Likewise.
21524
21525 2007-07-30  Jim Meyering  <jim@meyering.net>
21526
21527         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
21528         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
21529         it has valid stat data.  This bug would cause du not to count the
21530         sizes of inaccessible directories.
21531         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
21532         in <http://bugzilla.redhat.com/250077>.
21533
21534 2007-07-25  Peter O'Gorman  <peter@pogma.com>
21535             Bruno Haible  <bruno@clisp.org>
21536
21537         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
21538         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
21539         #include_next, gives a diagnostic about it, but reports no error in
21540         the exit code.
21541         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
21542
21543 2007-07-24  Ben Pfaff  <blp@gnu.org>
21544
21545         Improve name: "count-one-bits" is better than "popcount".
21546         * MODULES.html.sh: Update name.
21547         * lib/popcount.h: Renamed lib/count-one-bits.h.
21548         (popcount): Renamed count_one_bits.
21549         (popcountl): Renamed count_one_bits_l.
21550         (popcountll): Renamed count_one_bits_ll.
21551         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
21552         * modules/popcount: Renamed module/count-one-bits.
21553         * modules/popcount-tests: Renamed module/count-one-bits-tests.
21554         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
21555
21556 2007-07-23  Ben Pfaff  <blp@gnu.org>
21557
21558         * lib/popcount.h (popcount32): Reduce size of constants, to allow
21559         better code generation, and add U to large constants to avoid
21560         warnings, in non-GCC case.
21561         Suggested by Bruno Haible.
21562
21563 2007-07-23  Ben Pfaff  <blp@gnu.org>
21564
21565         * lib/popcount.h: Use verify_true instead of if...abort.
21566         * modules/popcount: Depend on verify module.
21567         Suggested by Jim Meyering.
21568
21569 2007-07-23  Bruno Haible  <bruno@clisp.org>
21570
21571         * gnulib-tool (func_import): Create a .cvsignore file also when the
21572         directory is not yet in CVS but the toplevel directory is. When
21573         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
21574         Reported by Karl Berry.
21575
21576 2007-07-22  Ben Pfaff  <blp@gnu.org>
21577
21578         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
21579         case.
21580         Suggested by Eric Blake.
21581
21582 2007-07-22  Ben Pfaff  <blp@gnu.org>
21583
21584         New module: popcount.
21585         * MODULES.html.sh: Add popcount.
21586         * modules/popcount: New file.
21587         * modules/popcount-tests: New file.
21588         * tests/test-popcount.c: New file.
21589         * lib/popcount.h: New file.
21590         * m4/popcount.m4: New file.
21591
21592 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
21593
21594         * build-aux/announce-gen: Update to GPLv3.
21595
21596         * build-aux/config.guess: Update from config.
21597
21598 2007-07-21  Bruno Haible  <bruno@clisp.org>
21599
21600         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
21601         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
21602
21603 2007-07-20  Jim Meyering  <jim@meyering.net>
21604
21605         * check-module: Diagnose a self-dependency.
21606
21607 2007-07-19  Bruno Haible  <bruno@clisp.org>
21608
21609         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
21610         empty.
21611         Reported by Eric Blake.
21612
21613 2007-07-18  Bruno Haible  <bruno@clisp.org>
21614
21615         * gnulib-tool: New options --po-base, --po-domain.
21616         (func_usage): Document them.
21617         (pobase, po_domain): New variables.
21618         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
21619         DEFAULT_TEXT_DOMAIN.
21620         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
21621         (func_import): Consider pobase and po_domain. Create a po/ directory.
21622         (func_create_testdir): Set pobase and po_domain to empty.
21623         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
21624         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
21625
21626 2007-07-18  Bruno Haible  <bruno@clisp.org>
21627
21628         * gnulib-tool (func_get_automake_snippet): Synthesize also an
21629         EXTRA_DIST augmentation for files in build-aux/.
21630
21631 2007-07-16  Bruno Haible  <bruno@clisp.org>
21632
21633         * modules/lseek (License): Use the synonymous term "LGPLv2+".
21634         * modules/getdelim (License): Likewise.
21635
21636 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21637
21638         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
21639         * modules/d-type (License): Likewise.
21640         * modules/extensions (License): Likewise.
21641         * modules/fnmatch (License): Likewise.
21642         * modules/fseeko (License): Likewise.
21643         * modules/getaddrinfo (License): Likewise.
21644         * modules/getline (License): Likewise.
21645         * modules/getlogin_r (License): Likewise.
21646         * modules/getpass (License): Likewise.
21647         * modules/gettimeofday (License): Likewise.
21648         * modules/glob (License): Likewise.
21649         * modules/inet_ntop (License): Likewise.
21650         * modules/malloc (License): Likewise.
21651         * modules/malloca (License): Likewise.
21652         * modules/memmem (License): Likewise.
21653         * modules/mempcpy (License): Likewise.
21654         * modules/memset (License): Likewise.
21655         * modules/minmax (License): Likewise.
21656         * modules/mktime (License): Likewise.
21657         * modules/netinet_in (License): Likewise.
21658         * modules/pathmax (License): Likewise.
21659         * modules/poll (License): Likewise.
21660         * modules/regex (License): Likewise.
21661         * modules/snprintf (License): Likewise.
21662         * modules/stdbool (License): Likewise.
21663         * modules/stdint (License): Likewise.
21664         * modules/stdio (License): Likewise.
21665         * modules/strcase (License): Likewise.
21666         * modules/strcasestr (License): Likewise.
21667         * modules/strdup (License): Likewise.
21668         * modules/string (License): Likewise.
21669         * modules/strndup (License): Likewise.
21670         * modules/strnlen (License): Likewise.
21671         * modules/strpbrk (License): Likewise.
21672         * modules/strptime (License): Likewise.
21673         * modules/strsep (License): Likewise.
21674         * modules/sys_select (License): Likewise.
21675         * modules/sys_socket (License): Likewise.
21676         * modules/sys_stat (License): Likewise.
21677         * modules/sys_time (License): Likewise.
21678         * modules/time (License): Likewise.
21679         * modules/time_r (License): Likewise.
21680         * modules/timegm (License): Likewise.
21681         * modules/unistd (License): Likewise.
21682         * modules/vsnprintf (License): Likewise.
21683         * modules/wctype (License): Likewise.
21684
21685 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21686
21687         * modules/argz (License): LGPLv2+.
21688
21689 2007-07-15  Karl Berry  <karl@gnu.org>
21690
21691         * doc/gnulib.texi: revise node structure per new fdl.texi.
21692
21693 2007-07-14  Bruno Haible  <bruno@clisp.org>
21694
21695         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
21696         the output file.
21697         * lib/uniname/uninames.h: Regenerated.
21698
21699 2007-07-14  Karl Berry  <karl@gnu.org>
21700
21701         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
21702         omitting sectioning and index commands.
21703
21704 2007-07-13  Bruno Haible  <bruno@clisp.org>
21705
21706         New gnulib-tool option --more-symlinks.
21707         * gnulib-tool (func_usage): Document --more-symlinks.
21708         (do_copyrights): New variable.
21709         Recognize option --more-symlinks.
21710         (func_import): Don't add a copyright notice transform to
21711         sed_transform_lib_file if do_copyrights is empty.
21712
21713 2007-07-13  Bruno Haible  <bruno@clisp.org>
21714
21715         * lib/vasnprintf.c (decimal_point_char): Define also if
21716         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
21717         && !NEED_PRINTF_DIRECTIVE_A.
21718         Reported by Clemens Koller <clemens.koller@anagramm.de> via
21719         Gary V. Vaughan <gary@gnu.org>.
21720
21721 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
21722
21723         * lib/inttypes_.h: Undo previous change, since it was fixed
21724         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
21725
21726 2007-07-13  Bruno Haible  <bruno@clisp.org>
21727
21728         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
21729         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
21730
21731 2007-07-13  Jim Meyering  <jim@meyering.net>
21732
21733         df: Don't fail for Tru64's "file-on-file mount".
21734         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
21735         so we fall through and use statfs instead.  Details here:
21736         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
21737         Reported by Albert Chin.
21738
21739 2007-07-13  Bruno Haible  <bruno@clisp.org>
21740
21741         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
21742         * modules/configmake (License): Likewise.
21743         * modules/gettext (License): Likewise.
21744         * modules/gettext-h (License): Likewise.
21745         * modules/include_next (License): Likewise.
21746         * modules/link-warning (License): Likewise.
21747         * modules/localcharset (License): Likewise.
21748         * modules/localename (License): Likewise.
21749         * modules/lock (License): Likewise.
21750         * modules/relocatable-lib-lgpl (License): Likewise.
21751         * modules/size_max (License): Likewise.
21752         * modules/vasnprintf (License): Likewise.
21753         * modules/wchar (License): Likewise.
21754         * modules/xsize (License): Likewise.
21755
21756 2007-07-13  Bruno Haible  <bruno@clisp.org>
21757
21758         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
21759         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
21760
21761 2007-07-12  Bruno Haible  <bruno@clisp.org>
21762
21763         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
21764         in the modules files.
21765
21766 2007-07-11  Karl Berry  <karl@gnu.org>
21767
21768         * MODULES.html.sh (func_module): use
21769          sed -e '\|^'"${includefile}"'$|d'
21770          instead of /.../d, to avoid errors on $includefile's containing /.
21771
21772 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
21773
21774         * gnulib-tool (func_import): Avoid duplication of --avoid
21775         statements
21776         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
21777         names to `_' in variable names.
21778
21779 2007-07-10  Eric Blake  <ebb9@byu.net>
21780
21781         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
21782         * NEWS: Document this change.
21783
21784 2007-07-08  Bruno Haible  <bruno@clisp.org>
21785
21786         Update to Unicode 5.0.
21787         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
21788         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
21789         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
21790         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
21791         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
21792         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
21793         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
21794         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
21795         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
21796         U+10A3F, U+1D242..U+1D244.
21797         (nonspacing_table_ind): Update.
21798         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
21799         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
21800
21801 2007-07-08  Bruno Haible  <bruno@clisp.org>
21802
21803         Update to Unicode 5.0.
21804         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
21805         code transform. Extend the name index field of unicode_name_to_code and
21806         unicode_code_to_name from 16 to 24 bits.
21807         * lib/uniname/uniname.c (unicode_character_name,
21808         unicode_name_character): Add the range 0x12xxx to the code transform.
21809         * lib/uniname/uninames.h: Regenerated.
21810         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
21811
21812 2007-07-07  Bruno Haible  <bruno@clisp.org>
21813
21814         * modules/wcwidth-tests: New file.
21815         * tests/test-wcwidth.c: New file.
21816
21817         Work around MacOS X wcwidth() bug.
21818         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
21819         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
21820         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
21821         original wcwidth in non-UTF-8 locales.
21822         * modules/wcwidth (Depends-on): Add localcharset, streq,
21823         uniwidth/width.
21824         * doc/functions/wcwidth.texi: Update.
21825
21826 2007-07-07  Bruno Haible  <bruno@clisp.org>
21827
21828         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
21829         (wcwidth): New declaration.
21830         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
21831         macros.
21832         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
21833         here. Prepare for creating <wchar.h> unconditionally.
21834         * modules/wchar (Depends-on): Add link-warning.
21835         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
21836         REPLACE_WCWIDTH, and GL_LINK_WARNING.
21837         * lib/wcwidth.h: Remove file.
21838         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
21839         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
21840         * modules/wcwidth (Files): Remove lib/wcwidth.h.
21841         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
21842         (Include): Replace wcwidth.h with <wchar.h>.
21843         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
21844         * lib/mbchar.h: Don't include wcwidth.h.
21845         * lib/mbswidth.c: Likewise.
21846         * NEWS: Mention the change.
21847
21848 2007-07-07  Bruno Haible  <bruno@clisp.org>
21849
21850         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
21851         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
21852         definition with an external declaration.
21853         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
21854         defined as a function. Remove AC_C_INLINE requirement.
21855         * modules/wcwidth (Files): Add lib/wcwidth.c.
21856         (Makefile.am): Remove redundant statement.
21857
21858 2007-07-07  Bruno Haible  <bruno@clisp.org>
21859
21860         * MODULES.html.sh (Unicode string functions): Add the new modules.
21861
21862         * tests/uniwidth/test-u32-strwidth.c: New file.
21863         * modules/uniwidth/u32-strwidth-tests: New file.
21864
21865         * lib/uniwidth/u32-strwidth.c: New file.
21866         * modules/uniwidth/u32-strwidth: New file.
21867
21868         * tests/uniwidth/test-u16-strwidth.c: New file.
21869         * modules/uniwidth/u16-strwidth-tests: New file.
21870
21871         * lib/uniwidth/u16-strwidth.c: New file.
21872         * modules/uniwidth/u16-strwidth: New file.
21873
21874         * tests/uniwidth/test-u8-strwidth.c: New file.
21875         * modules/uniwidth/u8-strwidth-tests: New file.
21876
21877         * lib/uniwidth/u8-strwidth.c: New file.
21878         * modules/uniwidth/u8-strwidth: New file.
21879
21880         * tests/uniwidth/test-u32-width.c: New file.
21881         * modules/uniwidth/u32-width-tests: New file.
21882
21883         * lib/uniwidth/u32-width.c: New file.
21884         * modules/uniwidth/u32-width: New file.
21885
21886         * tests/uniwidth/test-u16-width.c: New file.
21887         * modules/uniwidth/u16-width-tests: New file.
21888
21889         * lib/uniwidth/u16-width.c: New file.
21890         * modules/uniwidth/u16-width: New file.
21891
21892         * tests/uniwidth/test-u8-width.c: New file.
21893         * modules/uniwidth/u8-width-tests: New file.
21894
21895         * lib/uniwidth/u8-width.c: New file.
21896         * modules/uniwidth/u8-width: New file.
21897
21898         * tests/uniwidth/test-uc_width.c: New file.
21899         * modules/uniwidth/width-tests: New file.
21900
21901         * lib/uniwidth/width.c: New file, from GNU libiconv.
21902         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
21903         * modules/uniwidth/width: New file.
21904
21905         * lib/uniwidth.h: New file, from GNU libiconv.
21906         * modules/uniwidth/base: New file.
21907
21908 2007-07-07  Bruno Haible  <bruno@clisp.org>
21909
21910         * lib/uniname.h: New file, from GNU gettext.
21911         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
21912         * lib/uniname/uninames.h: New file, from GNU gettext.
21913         * lib/uniname/uniname.c: New file, from GNU gettext.
21914         * tests/uniname/test-uninames.sh: New file.
21915         * tests/uniname/test-uninames.c: New file, from GNU gettext.
21916         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
21917         * modules/uniname/base: New file.
21918         * modules/uniname/uniname: New file.
21919         * modules/uniname/uniname-tests: New file.
21920         * MODULES.html.sh (Unicode string functions): Add the new modules.
21921
21922 2007-07-06  Bruno Haible  <bruno@clisp.org>
21923
21924         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
21925
21926 2007-07-06  Bruno Haible  <bruno@clisp.org>
21927
21928         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
21929         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
21930         includes <cygwin/sys_time.h> which includes <sys/select.h> which
21931         include <sys/time.h>.
21932         Reported by Eric Blake.
21933
21934 2007-07-06  Eric Blake  <ebb9@byu.net>
21935
21936         Fix testing canonicalize on cygwin.
21937         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
21938         Revert patch from 2007-06-19.
21939         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
21940         canonicalize module is also in use.
21941         * tests/test-canonicalize.c: New file.
21942         * tests/test-canonicalize.sh: Likewise.
21943         * modules/canonicalize-tests: Likewise.
21944
21945 2007-07-06  Jim Meyering  <jim@meyering.net>
21946
21947         * lib/getugroups.c (getugroups): Detect getgrent failure.
21948         Adjust comment to reflect reality: this function may return -1.
21949
21950 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
21951
21952         * build-aux/bootstrap (TP_URL,get_translations): Update to use
21953         the new TP address.
21954         (usage): Fix typo
21955         (gnulib_mk): New variable.
21956
21957 2007-07-05  Jim Meyering  <jim@meyering.net>
21958
21959         Don't let endgrent clobber errno, no matter how improbable.
21960         * lib/getugroups.c (getugroups): Save and restore errno around
21961         endgrent call.
21962
21963         Close the group DB even when failing with 2^31 or more members.
21964         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
21965
21966 2007-07-04  Jim Meyering  <jim@meyering.net>
21967
21968         * lib/getugroups.h: New file.
21969         * lib/getugroups.c: Include "getugroups.h".
21970         Remove uses of "register" keyword.
21971         Move local variable, "cp", down into scope where used.
21972         Give "username" parameter the "const" attribute.
21973         * modules/getugroups (Files): Add lib/getugroups.h
21974
21975 2007-07-04  Karl Berry  <karl@gnu.org>
21976
21977         * MODULES.html.sh (func_all_modules): Complete rename of
21978         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
21979
21980 2007-07-02  Bruno Haible  <bruno@clisp.org>
21981
21982         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
21983         mode, when inttypes.h comes from gnulib.
21984         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
21985
21986 2007-07-02  Simon Josefsson  <simon@josefsson.org>
21987
21988         * NEWS: Mention lgpl module name change.
21989
21990         * modules/lgpl-2.1: Renamed from lgpl.
21991
21992         * NEWS: Mention gpl module name change.
21993
21994         * modules/gpl-3.0: New file, based on gpl-2.0.
21995
21996         * modules/gpl-2.0: Renamed from gpl.
21997
21998         * modules/gpl: Fix filename, doc/gpl.texi is now found at
21999         doc/gpl-2.0.texi.
22000
22001 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
22002
22003         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
22004         #define __STDC_LIMIT_MACROS temporarily while including
22005         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
22006         Problem reported by Joel E. Denny in
22007         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
22008
22009 2007-07-01  Bruno Haible  <bruno@clisp.org>
22010
22011         * lib/unistdio.h: New file.
22012         * lib/unistdio/u-asnprintf.h: New file.
22013         * lib/unistdio/u-asprintf.h: New file.
22014         * lib/unistdio/u-printf-args.c: New file.
22015         * lib/unistdio/u-printf-args.h: New file.
22016         * lib/unistdio/u-printf-parse.h: New file.
22017         * lib/unistdio/u-snprintf.h: New file.
22018         * lib/unistdio/u-sprintf.h: New file.
22019         * lib/unistdio/u-vasprintf.h: New file.
22020         * lib/unistdio/u-vsnprintf.h: New file.
22021         * lib/unistdio/u-vsprintf.h: New file.
22022         * lib/unistdio/ulc-asnprintf.c: New file.
22023         * lib/unistdio/ulc-asprintf.c: New file.
22024         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
22025         * lib/unistdio/ulc-printf-parse.c: New file.
22026         * lib/unistdio/ulc-snprintf.c: New file.
22027         * lib/unistdio/ulc-sprintf.c: New file.
22028         * lib/unistdio/ulc-vasnprintf.c: New file.
22029         * lib/unistdio/ulc-vasprintf.c: New file.
22030         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
22031         * lib/unistdio/ulc-vsnprintf.c: New file.
22032         * lib/unistdio/ulc-vsprintf.c: New file.
22033         * lib/unistdio/u8-asnprintf.c: New file.
22034         * lib/unistdio/u8-asprintf.c: New file.
22035         * lib/unistdio/u8-printf-parse.c: New file.
22036         * lib/unistdio/u8-snprintf.c: New file.
22037         * lib/unistdio/u8-sprintf.c: New file.
22038         * lib/unistdio/u8-vasnprintf.c: New file.
22039         * lib/unistdio/u8-vasprintf.c: New file.
22040         * lib/unistdio/u8-vsnprintf.c: New file.
22041         * lib/unistdio/u8-vsprintf.c: New file.
22042         * lib/unistdio/u8-u8-asnprintf.c: New file.
22043         * lib/unistdio/u8-u8-asprintf.c: New file.
22044         * lib/unistdio/u8-u8-snprintf.c: New file.
22045         * lib/unistdio/u8-u8-sprintf.c: New file.
22046         * lib/unistdio/u8-u8-vasnprintf.c: New file.
22047         * lib/unistdio/u8-u8-vasprintf.c: New file.
22048         * lib/unistdio/u8-u8-vsnprintf.c: New file.
22049         * lib/unistdio/u8-u8-vsprintf.c: New file.
22050         * lib/unistdio/u16-asnprintf.c: New file.
22051         * lib/unistdio/u16-asprintf.c: New file.
22052         * lib/unistdio/u16-printf-parse.c: New file.
22053         * lib/unistdio/u16-snprintf.c: New file.
22054         * lib/unistdio/u16-sprintf.c: New file.
22055         * lib/unistdio/u16-vasnprintf.c: New file.
22056         * lib/unistdio/u16-vasprintf.c: New file.
22057         * lib/unistdio/u16-vsnprintf.c: New file.
22058         * lib/unistdio/u16-vsprintf.c: New file.
22059         * lib/unistdio/u16-u16-asnprintf.c: New file.
22060         * lib/unistdio/u16-u16-asprintf.c: New file.
22061         * lib/unistdio/u16-u16-snprintf.c: New file.
22062         * lib/unistdio/u16-u16-sprintf.c: New file.
22063         * lib/unistdio/u16-u16-vasnprintf.c: New file.
22064         * lib/unistdio/u16-u16-vasprintf.c: New file.
22065         * lib/unistdio/u16-u16-vsnprintf.c: New file.
22066         * lib/unistdio/u16-u16-vsprintf.c: New file.
22067         * lib/unistdio/u32-asnprintf.c: New file.
22068         * lib/unistdio/u32-asprintf.c: New file.
22069         * lib/unistdio/u32-printf-parse.c: New file.
22070         * lib/unistdio/u32-snprintf.c: New file.
22071         * lib/unistdio/u32-sprintf.c: New file.
22072         * lib/unistdio/u32-vasnprintf.c: New file.
22073         * lib/unistdio/u32-vasprintf.c: New file.
22074         * lib/unistdio/u32-vsnprintf.c: New file.
22075         * lib/unistdio/u32-vsprintf.c: New file.
22076         * lib/unistdio/u32-u32-asnprintf.c: New file.
22077         * lib/unistdio/u32-u32-asprintf.c: New file.
22078         * lib/unistdio/u32-u32-snprintf.c: New file.
22079         * lib/unistdio/u32-u32-sprintf.c: New file.
22080         * lib/unistdio/u32-u32-vasnprintf.c: New file.
22081         * lib/unistdio/u32-u32-vasprintf.c: New file.
22082         * lib/unistdio/u32-u32-vsnprintf.c: New file.
22083         * lib/unistdio/u32-u32-vsprintf.c: New file.
22084         * tests/unistdio/test-ulc-asnprintf1.c: New file.
22085         * tests/unistdio/test-ulc-asnprintf1.h: New file.
22086         * tests/unistdio/test-ulc-printf1.h: New file.
22087         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
22088         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
22089         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
22090         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
22091         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
22092         * tests/unistdio/test-ulc-vasprintf1.c: New file.
22093         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
22094         * tests/unistdio/test-ulc-vsprintf1.c: New file.
22095         * tests/unistdio/test-u8-asnprintf1.c: New file.
22096         * tests/unistdio/test-u8-asnprintf1.h: New file.
22097         * tests/unistdio/test-u8-printf1.h: New file.
22098         * tests/unistdio/test-u8-vasnprintf1.c: New file.
22099         * tests/unistdio/test-u8-vasnprintf2.c: New file.
22100         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
22101         * tests/unistdio/test-u8-vasnprintf3.c: New file.
22102         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
22103         * tests/unistdio/test-u8-vasprintf1.c: New file.
22104         * tests/unistdio/test-u8-vsnprintf1.c: New file.
22105         * tests/unistdio/test-u8-vsprintf1.c: New file.
22106         * tests/unistdio/test-u16-asnprintf1.c: New file.
22107         * tests/unistdio/test-u16-asnprintf1.h: New file.
22108         * tests/unistdio/test-u16-printf1.h: New file.
22109         * tests/unistdio/test-u16-vasnprintf1.c: New file.
22110         * tests/unistdio/test-u16-vasnprintf2.c: New file.
22111         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
22112         * tests/unistdio/test-u16-vasnprintf3.c: New file.
22113         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
22114         * tests/unistdio/test-u16-vasprintf1.c: New file.
22115         * tests/unistdio/test-u16-vsnprintf1.c: New file.
22116         * tests/unistdio/test-u16-vsprintf1.c: New file.
22117         * tests/unistdio/test-u32-asnprintf1.c: New file.
22118         * tests/unistdio/test-u32-asnprintf1.h: New file.
22119         * tests/unistdio/test-u32-printf1.h: New file.
22120         * tests/unistdio/test-u32-vasnprintf1.c: New file.
22121         * tests/unistdio/test-u32-vasnprintf2.c: New file.
22122         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
22123         * tests/unistdio/test-u32-vasnprintf3.c: New file.
22124         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
22125         * tests/unistdio/test-u32-vasprintf1.c: New file.
22126         * tests/unistdio/test-u32-vsnprintf1.c: New file.
22127         * tests/unistdio/test-u32-vsprintf1.c: New file.
22128         * modules/unistdio/base: New file.
22129         * modules/unistdio/u-printf-args: New file.
22130         * modules/unistdio/ulc-asnprintf: New file.
22131         * modules/unistdio/ulc-asprintf: New file.
22132         * modules/unistdio/ulc-fprintf: New file.
22133         * modules/unistdio/ulc-printf-parse: New file.
22134         * modules/unistdio/ulc-snprintf: New file.
22135         * modules/unistdio/ulc-sprintf: New file.
22136         * modules/unistdio/ulc-vasnprintf: New file.
22137         * modules/unistdio/ulc-vasprintf: New file.
22138         * modules/unistdio/ulc-vfprintf: New file.
22139         * modules/unistdio/ulc-vsnprintf: New file.
22140         * modules/unistdio/ulc-vsprintf: New file.
22141         * modules/unistdio/u8-asnprintf: New file.
22142         * modules/unistdio/u8-asprintf: New file.
22143         * modules/unistdio/u8-printf-parse: New file.
22144         * modules/unistdio/u8-snprintf: New file.
22145         * modules/unistdio/u8-sprintf: New file.
22146         * modules/unistdio/u8-vasnprintf: New file.
22147         * modules/unistdio/u8-vasprintf: New file.
22148         * modules/unistdio/u8-vsnprintf: New file.
22149         * modules/unistdio/u8-vsprintf: New file.
22150         * modules/unistdio/u8-u8-asnprintf: New file.
22151         * modules/unistdio/u8-u8-asprintf: New file.
22152         * modules/unistdio/u8-u8-snprintf: New file.
22153         * modules/unistdio/u8-u8-sprintf: New file.
22154         * modules/unistdio/u8-u8-vasnprintf: New file.
22155         * modules/unistdio/u8-u8-vasprintf: New file.
22156         * modules/unistdio/u8-u8-vsnprintf: New file.
22157         * modules/unistdio/u8-u8-vsprintf: New file.
22158         * modules/unistdio/u16-asnprintf: New file.
22159         * modules/unistdio/u16-asprintf: New file.
22160         * modules/unistdio/u16-printf-parse: New file.
22161         * modules/unistdio/u16-snprintf: New file.
22162         * modules/unistdio/u16-sprintf: New file.
22163         * modules/unistdio/u16-vasnprintf: New file.
22164         * modules/unistdio/u16-vasprintf: New file.
22165         * modules/unistdio/u16-vsnprintf: New file.
22166         * modules/unistdio/u16-vsprintf: New file.
22167         * modules/unistdio/u16-u16-asnprintf: New file.
22168         * modules/unistdio/u16-u16-asprintf: New file.
22169         * modules/unistdio/u16-u16-snprintf: New file.
22170         * modules/unistdio/u16-u16-sprintf: New file.
22171         * modules/unistdio/u16-u16-vasnprintf: New file.
22172         * modules/unistdio/u16-u16-vasprintf: New file.
22173         * modules/unistdio/u16-u16-vsnprintf: New file.
22174         * modules/unistdio/u16-u16-vsprintf: New file.
22175         * modules/unistdio/u32-asnprintf: New file.
22176         * modules/unistdio/u32-asprintf: New file.
22177         * modules/unistdio/u32-printf-parse: New file.
22178         * modules/unistdio/u32-snprintf: New file.
22179         * modules/unistdio/u32-sprintf: New file.
22180         * modules/unistdio/u32-vasnprintf: New file.
22181         * modules/unistdio/u32-vasprintf: New file.
22182         * modules/unistdio/u32-vsnprintf: New file.
22183         * modules/unistdio/u32-vsprintf: New file.
22184         * modules/unistdio/u32-u32-asnprintf: New file.
22185         * modules/unistdio/u32-u32-asprintf: New file.
22186         * modules/unistdio/u32-u32-snprintf: New file.
22187         * modules/unistdio/u32-u32-sprintf: New file.
22188         * modules/unistdio/u32-u32-vasnprintf: New file.
22189         * modules/unistdio/u32-u32-vasprintf: New file.
22190         * modules/unistdio/u32-u32-vsnprintf: New file.
22191         * modules/unistdio/u32-u32-vsprintf: New file.
22192         * modules/unistdio/ulc-asnprintf-tests: New file.
22193         * modules/unistdio/ulc-vasnprintf-tests: New file.
22194         * modules/unistdio/ulc-vasprintf-tests: New file.
22195         * modules/unistdio/ulc-vsnprintf-tests: New file.
22196         * modules/unistdio/ulc-vsprintf-tests: New file.
22197         * modules/unistdio/u8-asnprintf-tests: New file.
22198         * modules/unistdio/u8-vasnprintf-tests: New file.
22199         * modules/unistdio/u8-vasprintf-tests: New file.
22200         * modules/unistdio/u8-vsnprintf-tests: New file.
22201         * modules/unistdio/u8-vsprintf-tests: New file.
22202         * modules/unistdio/u16-asnprintf-tests: New file.
22203         * modules/unistdio/u16-vasnprintf-tests: New file.
22204         * modules/unistdio/u16-vasprintf-tests: New file.
22205         * modules/unistdio/u16-vsnprintf-tests: New file.
22206         * modules/unistdio/u16-vsprintf-tests: New file.
22207         * modules/unistdio/u32-asnprintf-tests: New file.
22208         * modules/unistdio/u32-vasnprintf-tests: New file.
22209         * modules/unistdio/u32-vasprintf-tests: New file.
22210         * modules/unistdio/u32-vsnprintf-tests: New file.
22211         * modules/unistdio/u32-vsprintf-tests: New file.
22212         * MODULES.html.sh (Unicode string functions): Add the new modules.
22213
22214 2007-07-01  Bruno Haible  <bruno@clisp.org>
22215
22216         * lib/sprintf.c (sprintf): Limit the available length estimation,
22217         to avoid address wraparound.
22218         * lib/vsprintf.c (vsprintf): Likewise.
22219         * modules/sprintf-posix (Dependencies): Add stdint.
22220         * modules/vsprintf-posix (Dependencies): Likewise.
22221
22222 2007-07-01  Bruno Haible  <bruno@clisp.org>
22223
22224         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
22225         Windows PATH as well. Conservative double-quoting. Comments.
22226
22227 2007-07-01  Bruno Haible  <bruno@clisp.org>
22228             Eric Blake  <ebb9@byu.net>
22229             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22230
22231         * gnulib-tool (self_abspathname): Fix algorithm to cope with
22232         empty components in $PATH, denoting '.'.
22233
22234 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22235
22236         * gnulib-tool: Fix indentation.
22237         (func_create_megatestdir): Likewise.
22238         Report by Bruno Haible.
22239
22240 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22241
22242         Sync from Automake.
22243         * build-aux/gnupload: Fix shell portability issues with for loops.
22244         Report by Karl Berry.
22245
22246 2007-06-29  Simon Josefsson  <simon@josefsson.org>
22247
22248         * build-aux/maint.mk (POURL): Use translationproject.org.
22249
22250 2007-06-27  Simon Josefsson  <simon@josefsson.org>
22251             Bruno Haible  <bruno@clisp.org>
22252
22253         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
22254         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
22255         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
22256         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
22257         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
22258
22259 2007-06-27  Bruno Haible  <bruno@clisp.org>
22260
22261         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
22262         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
22263
22264 2007-06-26  Karl Berry  <karl@gnu.org>
22265
22266         * MODULES.html.sh: remove xreadlink-with-size.
22267
22268 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
22269
22270         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
22271         method that I hope also handles the double-include problem noted
22272         by Bruno Haible in
22273         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
22274
22275 2007-06-23  Bruno Haible  <bruno@clisp.org>
22276
22277         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22278         Don't let the 'mostlyclean' target fail if the last subdirectory could
22279         not be removed.
22280         Reported by Karl Berry.
22281
22282 2007-06-23  Bruno Haible  <bruno@clisp.org>
22283
22284         * gnulib-tool (echo): Add a speedier workaround for ksh.
22285         * tests/test-echo.sh: Likewise.
22286
22287 2007-06-23  Bruno Haible  <bruno@clisp.org>
22288
22289         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
22290         * tests/test-echo.sh: Likewise.
22291
22292 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22293
22294         * gnulib-tool (IFS): Initialize early, so we don't set it to
22295         empty later.
22296         (self_abspathname): Rewrite algorithm to set it, reindent.
22297         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
22298         (func_create_megatestdir): Merge some sed scripts.
22299
22300 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
22301
22302         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
22303         exposed by Sun Studio 11 cc on Solaris 8.
22304
22305 2007-06-22  Bruno Haible  <bruno@clisp.org>
22306
22307         * gnulib-tool (echo): Ensure the echo primitive does not interpret
22308         backslashes.
22309         * tests/test-echo.sh: New file.
22310
22311 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22312
22313         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
22314         simplify `sed_replace_build_aux' scripts, they are portable but
22315         echoing them with `echo' is not.
22316         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
22317
22318 2007-06-21  Karl Berry  <karl@gnu.org>
22319
22320         * config/srclist.txt: guess we can't handle the licenses via
22321         srclist at the moment.
22322
22323 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
22324
22325         * MODULES.html.sh: Add include_next.
22326         * modules/include_next: New file.
22327
22328 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
22329
22330         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
22331         INCLUDE_NEXT.
22332         (gl_CHECK_NEXT_HEADERS): New macro.
22333         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
22334         the obsolescent gl_ABSOLUTE_HEADER.
22335         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
22336         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
22337         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
22338         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
22339         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
22340         * m4/math_h.m4 (gl_MATH_H): Likewise.
22341         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
22342         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
22343         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
22344         * m4/stdint.m4 (gl_STDINT_H): Likewise.
22345         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
22346         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
22347         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
22348         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
22349         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
22350         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
22351         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
22352         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
22353         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
22354         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
22355         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
22356         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
22357         * m4/inttypes.m4 (gl_INTTYPES_H): Define
22358         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
22359         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
22360         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
22361         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
22362         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
22363         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
22364         * lib/float_.h: Likewise.
22365         * lib/inttypes_.h: Likewise.
22366         * lib/math_.h: Likewise.
22367         * lib/search_.h: Likewise.
22368         * lib/signal_.h: Likewise.
22369         * lib/stdint_.h: Likewise.
22370         * lib/stdio_.h: Likewise.
22371         * lib/stdlib_.h: Likewise.
22372         * lib/string_.h: Likewise.
22373         * lib/sys_stat_.h: Likewise.
22374         * lib/sys_time_.h: Likewise.
22375         * lib/time_.h: Likewise.
22376         * lib/unistd_.h: Likewise.
22377         * lib/wchar_.h: Likewise.
22378         * lib/wctype_.h: Likewise.
22379         * lib/dirent_.h: Likewise.
22380         * lib/iconv_.h: Likewise.
22381         * lib/locale_.h: Likewise.
22382         * lib/netinet_in_.h: Likewise.
22383         * lib/sys_select_.h: Likewise.
22384         * lib/sys_socket_.h: Likewise.
22385         * lib/sysexits_.h: Likewise.
22386         * modules/fcntl (Depends-on): Depend on include_next, not
22387         absolute_header.
22388         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
22389         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
22390         * modules/fchdir: Likewise.
22391         * modules/float: Likewise.
22392         * modules/iconv_open: Likewise.
22393         * modules/inttypes: Likewise.
22394         * modules/locale: Likewise.
22395         * modules/math: Likewise.
22396         * modules/netinet_in: Likewise.
22397         * modules/search: Likewise.
22398         * modules/signal: Likewise.
22399         * modules/stdint: Likewise.
22400         * modules/stdio: Likewise.
22401         * modules/stdlib: Likewise.
22402         * modules/string: Likewise.
22403         * modules/sys_select: Likewise.
22404         * modules/sys_socket: Likewise.
22405         * modules/sys_stat: Likewise.
22406         * modules/sys_time: Likewise.
22407         * modules/sysexits: Likewise.
22408         * modules/time: Likewise.
22409         * modules/unistd: Likewise.
22410         * modules/wchar: Likewise.
22411         * modules/wctype: Likewise.
22412         * modules/sys_stat: Change maintainer to "all".
22413         * modules/unistd: Likewise.
22414
22415 2007-06-20  Karl Berry  <karl@gnu.org>
22416
22417         * config/srclist.txt: track www changes in license files.
22418
22419 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
22420
22421         * build-aux/bootstrap: Remove stray dot.
22422         Make sure build_aux settings are honored when linking
22423         gnulib_extra_files.
22424
22425 2007-06-19  Eric Blake  <ebb9@byu.net>
22426
22427         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
22428         Allow compilation on cygwin.
22429
22430 2007-06-19  Jim Meyering  <jim@meyering.net>
22431
22432         xreadlink-with-size: Remove module.  No longer used.
22433         Ex-callers now use xreadlink or mreadlink-with-size.
22434         * modules/xreadlink-with-size: Remove module.
22435         * lib/xreadlink-with-size.c: Remove file.
22436         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
22437         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
22438         just before the function definition *is* accurate.
22439
22440         Eliminate one way canonicalize_filename_mode could exit.
22441         * lib/canonicalize.c (canonicalize_filename_mode):
22442         Use mreadlink_with_size, not xreadlink_with_size.
22443
22444 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
22445
22446         Detect porting problems to FreeBSD/arm, which has time_t wider than
22447         long int.  Original problem reported for GNU diff by Xin Li in
22448         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
22449         * modules/getdate (Depends-on): Add intprops, verify.
22450         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
22451         is an integer type no wider than long int.
22452
22453 2007-06-18  Jim Meyering  <jim@meyering.net>
22454
22455         New module: mreadlink-with-size.
22456         * MODULES.html.sh: Add mreadlink-with-size.
22457         * modules/mreadlink-with-size: New module
22458         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
22459         not xreadlink-with-size.
22460         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
22461
22462 2007-06-16  Bruno Haible  <bruno@clisp.org>
22463
22464         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
22465         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
22466         Reported by Gary V. Vaughan <gary@gnu.org>.
22467
22468 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
22469
22470         Revamp lchown so that it lives in unistd.h where it belongs.
22471         * lib/lchown.h: Remove.
22472         * lib/dirchownmod.c: Don't include lib/lchown.h.
22473         * lib/fchownat.c: Likewise.
22474         * lib/openat.c: Likewise.
22475         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
22476         does not follow symlinks.
22477         (EOPNOTSUPP): Define if not defined.
22478         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
22479         is defined to 0.
22480         (lchown): New decl.
22481         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
22482         Do not check for lchown decl.
22483         Set REPLACE_LCHOWN.
22484         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
22485         REPLACE_LCHOWN.
22486         * modules/chown: Make it clear it follows symlinks.
22487         * modules/lchown: Make it clear it doesn't follow symlinks.
22488         (Files): Remove lib/lchown.h
22489         (Depends-on): Add unistd.
22490         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
22491         (Include): Include <unistd.h>, not "lchown.h".
22492         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
22493         REPLACE_LCHOWN.
22494
22495 2007-06-15  Jim Meyering  <jim@meyering.net>
22496
22497         Change license (GPL to LGPL) of fsusage and dependents.
22498         * modules/fsusage (License): Change to LGPL.
22499         * modules/full-read (License): Likewise.
22500         * modules/full-write (License): Likewise.
22501         * modules/safe-read (License): Likewise.
22502         * modules/safe-write (License): Likewise.
22503
22504 2007-06-14  Ben Pfaff  <blp@gnu.org>
22505
22506         Missing part of allocsa -> malloca transition.
22507         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
22508         gl_MALLOCA.
22509
22510 2007-06-12  Bruno Haible  <bruno@clisp.org>
22511
22512         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
22513         to ia64, x86_64, i386.
22514         Reported by Eric Blake.
22515
22516 2007-06-12  Bruno Haible  <bruno@clisp.org>
22517
22518         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
22519         cross-compiling to x86_64.
22520
22521 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
22522
22523         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
22524         glitch reported by Ralf Wildenhues in
22525         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
22526
22527         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
22528         Vin Shelton.
22529
22530 2007-06-11  Bruno Haible  <bruno@clisp.org>
22531
22532         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
22533         replacement string.
22534         Reported by Eric Blake.
22535
22536 2007-06-10  Bruno Haible  <bruno@clisp.org>
22537
22538         Prepare vasnprintf code for use with Unicode strings.
22539         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
22540         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
22541         TYPE_U32_STRING.
22542         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
22543         a_u32_string variants.
22544         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
22545         * lib/printf-args.c: Don't include config.h and the specification
22546         header if PRINTF_FETCHARGS is already defined.
22547         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
22548         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
22549         TYPE_U16_STRING, TYPE_U32_STRING.
22550         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
22551         u16_directive, u16_directives, u32_directive, u32_directives): New
22552         types.
22553         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
22554         New declarations.
22555         * lib/printf-parse.c: Don't include config.h and the specification
22556         header if PRINTF_PARSE is already defined. Eliminate the set of
22557         parameters for WIDE_CHAR_VERSION; the user of this file must provide
22558         them now. Include c-ctype.h.
22559         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
22560         directive and CHAR_T_ONLY_ASCII.
22561         * lib/vasnprintf.c: Don't include config.h and the specification header
22562         if VASNPRINTF is already defined.
22563         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
22564         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
22565         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
22566         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
22567         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
22568         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
22569         code accordingly.
22570         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
22571         pad_ourselves also in this case, with the 'c' and 's' directives, and
22572         with a different notion of "width".
22573         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
22574
22575 2007-06-10  Bruno Haible  <bruno@clisp.org>
22576
22577         * modules/unistr/u32-mbsnlen: New file.
22578         * lib/unistr/u32-mbsnlen.c: New file.
22579
22580         * modules/unistr/u16-mbsnlen: New file.
22581         * lib/unistr/u16-mbsnlen.c: New file.
22582
22583         * modules/unistr/u8-mbsnlen: New file.
22584         * lib/unistr/u8-mbsnlen.c: New file.
22585
22586         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
22587         declarations.
22588
22589 2007-06-10  Bruno Haible  <bruno@clisp.org>
22590
22591         * lib/string_.h (mbsnlen): New declaration.
22592         * lib/mbsnlen.c: New file.
22593         * m4/mbsnlen.m4: New file.
22594         * modules/mbsnlen: New file.
22595         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
22596         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
22597         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
22598
22599 2007-06-10  Bruno Haible  <bruno@clisp.org>
22600
22601         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
22602
22603 2007-06-10  Bruno Haible  <bruno@clisp.org>
22604
22605         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
22606         * lib/mbuiter.h: Likewise.
22607
22608 2007-06-10  Bruno Haible  <bruno@clisp.org>
22609
22610         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
22611         declaration.
22612
22613 2007-06-10  Karl Berry  <karl@gnu.org>
22614
22615         * config/srclist.txt: remove gettext entries, Bruno prefers
22616         to update individually.
22617
22618 2007-06-10  Bruno Haible  <bruno@clisp.org>
22619
22620         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
22621         'maxlen'. Ensure only length + width bytes are allocated, not
22622         length + 1 + width.
22623
22624 2007-06-09  Bruno Haible  <bruno@clisp.org>
22625
22626         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
22627         (CHAR_T): Remove macro.
22628         (VASNPRINTF): Update.
22629
22630 2007-06-09  Bruno Haible  <bruno@clisp.org>
22631
22632         * MODULES.html.sh (Unicode string functions): Add the new modules.
22633
22634         * modules/uniconv/u32-conv-to-enc: New file.
22635         * lib/uniconv/u32-conv-to-enc.c: New file.
22636         * modules/uniconv/u32-conv-to-enc-tests: New file.
22637         * tests/uniconv/test-u32-conv-to-enc.c: New file.
22638
22639         * modules/uniconv/u16-conv-to-enc: New file.
22640         * lib/uniconv/u16-conv-to-enc.c: New file.
22641         * lib/uniconv/u-conv-to-enc.h: New file.
22642         * modules/uniconv/u16-conv-to-enc-tests: New file.
22643         * tests/uniconv/test-u16-conv-to-enc.c: New file.
22644
22645         * modules/uniconv/u8-conv-to-enc: New file.
22646         * lib/uniconv/u8-conv-to-enc.c: New file.
22647         * modules/uniconv/u8-conv-to-enc-tests: New file.
22648         * tests/uniconv/test-u8-conv-to-enc.c: New file.
22649
22650         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
22651         u32_conv_to_encoding): New declarations.
22652
22653 2007-06-09  Bruno Haible  <bruno@clisp.org>
22654
22655         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
22656
22657 2007-06-09  Bruno Haible  <bruno@clisp.org>
22658
22659         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
22660         * modules/malloca: Renamed from modules/allocsa, updated.
22661         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
22662         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
22663         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
22664         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
22665         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
22666         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
22667         * modules/xmalloca: Renamed from modules/xallocsa, updated.
22668         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
22669         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
22670         * modules/c-strcasestr (Depends-on): Update.
22671         * lib/c-strcasestr.c: Update.
22672         * modules/c-strstr (Depends-on): Update.
22673         * lib/c-strstr.c: Update.
22674         * modules/canonicalize-lgpl (Depends-on): Update.
22675         * lib/canonicalize-lgpl.c: Update.
22676         * modules/clean-temp (Depends-on): Update.
22677         * lib/clean-temp.c: Update.
22678         * modules/csharpcomp (Depends-on): Update.
22679         * lib/csharpcomp.c: Update.
22680         * modules/csharpexec (Depends-on): Update.
22681         * lib/csharpexec.c: Update.
22682         * modules/javacomp (Depends-on): Update.
22683         * lib/javacomp.c: Update.
22684         * modules/javaexec (Depends-on): Update.
22685         * lib/javaexec.c: Update.
22686         * modules/mbscasestr (Depends-on): Update.
22687         * lib/mbscasestr.c: Update.
22688         * modules/mbsstr (Depends-on): Update.
22689         * lib/mbsstr.c: Update.
22690         * modules/setenv (Depends-on): Update.
22691         * lib/setenv.c: Update.
22692         * modules/strcasestr (Depends-on): Update.
22693         * lib/strcasestr.c: Update.
22694         * modules/striconveha (Depends-on): Update.
22695         * lib/striconveha.c: Update.
22696         * modules/relocatable-prog-wrapper (Files): Update.
22697         * lib/relocwrapper.c: Update.
22698         * build-aux/install-reloc: Update.
22699         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
22700
22701 2007-06-08  Bruno Haible  <bruno@clisp.org>
22702
22703         Port to uClibc.
22704         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
22705         * lib/fpurge.c (fpurge): Likewise.
22706         * lib/freading.c (freading): Likewise.
22707         * lib/fseeko.c (rpl_fseeko): Likewise.
22708         * lib/fseterr.c (fseterr): Likewise.
22709         * lib/fwriting.c (fwriting): Likewise.
22710         * tests/test-fflush.c (main): Avoid a failure on uClibc.
22711
22712 2007-06-08  Bruno Haible  <bruno@clisp.org>
22713
22714         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
22715         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
22716         * modules/gettext (Files): Add m4/intlmacosx.m4.
22717
22718 2007-06-07  Bruno Haible  <bruno@clisp.org>
22719
22720         * modules/localename-tests: New file.
22721         * tests/test-localename.c: New file.
22722
22723         New module 'localename'.
22724         * lib/localename.h: New file.
22725         * lib/localename.c: New file, from GNU gettext.
22726         * m4/localename.m4: New file.
22727         * modules/localename: New file.
22728
22729 2007-06-07  Bruno Haible  <bruno@clisp.org>
22730
22731         Work around the lack of <wchar.h> on some builds of uClibc.
22732         * doc/headers/wchar.texi: Update.
22733         * lib/wchar_.h: Include <wchar.h> only if it exists.
22734         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
22735         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
22736         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
22737         doesn't exist.
22738         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
22739         * modules/mbfile (Depends-on): Add wchar.
22740         * modules/mbiter (Depends-on): Likewise.
22741         * modules/mbuiter (Depends-on): Likewise.
22742         Reported by Simon Josefsson.
22743
22744 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22745
22746         Work around problem reported by Steven M. Schweda in
22747         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
22748         Tru64 5.1B with the Compaq compiler environment installed declares
22749         an 'isblank' function but does not define it in the C library.
22750         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
22751         * lib/regex_internal.h (isblank): Likewise.
22752         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
22753         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
22754
22755 2007-06-05  Bruno Haible  <bruno@clisp.org>
22756
22757         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
22758         ia64.
22759         * modules/printf-safe: New file.
22760         * modules/fprintf-posix (Depends-on): Add printf-safe.
22761         * modules/printf-posix (Depends-on): Likewise.
22762         * modules/snprintf-posix (Depends-on): Likewise.
22763         * modules/sprintf-posix (Depends-on): Likewise.
22764         * modules/vasnprintf-posix (Depends-on): Likewise.
22765         * modules/vasprintf-posix (Depends-on): Likewise.
22766         * modules/vfprintf-posix (Depends-on): Likewise.
22767         * modules/vprintf-posix (Depends-on): Likewise.
22768         * modules/vsnprintf-posix (Depends-on): Likewise.
22769         * modules/vsprintf-posix (Depends-on): Likewise.
22770         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
22771         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
22772         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
22773         "no" on i386, x86_64, ia64.
22774         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
22775         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
22776         on i386, x86_64, ia64.
22777         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
22778         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
22779         on i386, x86_64, ia64.
22780         * tests/test-vasnprintf-posix.c: Include float.h.
22781         (LDBL80_WORDS): New macro.
22782         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
22783         on i386, x86_64, ia64.
22784         * tests/test-vasprintf-posix.c: Include float.h.
22785         (LDBL80_WORDS): New macro.
22786         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
22787         on i386, x86_64, ia64.
22788         * tests/test-snprintf-posix.c: Include float.h.
22789         * tests/test-sprintf-posix.c: Likewise.
22790         * tests/test-vsnprintf-posix.c: Likewise.
22791         * tests/test-vsprintf-posix.c: Likewise.
22792
22793 2007-06-05  Bruno Haible  <bruno@clisp.org>
22794
22795         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
22796         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
22797         non-IEEE numbers on i386, x86_64, ia64.
22798         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
22799         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
22800         * tests/test-isnanl.h: Include float.h.
22801         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
22802
22803 2007-06-05  Bruno Haible  <bruno@clisp.org>
22804
22805         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
22806         also the %a / %A. Handle the %a / %A code before this extra handling.
22807
22808 2007-06-05  Bruno Haible  <bruno@clisp.org>
22809
22810         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
22811         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
22812
22813 2007-06-05  Bruno Haible  <bruno@clisp.org>
22814
22815         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
22816         typo in variable name.
22817
22818 2007-06-05  Eric Blake  <ebb9@byu.net>
22819
22820         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
22821         Reported by Simon Josefsson.
22822
22823 2007-06-04  Bruno Haible  <bruno@clisp.org>
22824
22825         Avoid test failures on some PowerPC platforms.
22826         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
22827         Define differently for PowerPC.
22828         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
22829         Reported by Gary V. Vaughan <gary@gnu.org>.
22830
22831 2007-06-02  Bruno Haible  <bruno@clisp.org>
22832
22833         Fix test-stdint failure on FreeBSD/ia64.
22834         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
22835         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
22836         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
22837         * doc/headers/stdint.texi: Update.
22838
22839 2007-06-01  Bruno Haible  <bruno@clisp.org>
22840
22841         * tests/test-binary-io.c (main): Pass a third argument to open().
22842         Reported by Gary V. Vaughan <gary@gnu.org>.
22843
22844 2007-06-01  Bruno Haible  <bruno@clisp.org>
22845
22846         * doc/functions/frexpl.texi: Update for mingw.
22847
22848 2007-06-01  Bruno Haible  <bruno@clisp.org>
22849
22850         * tests/test-lseek.c (main): Disable test of errno for invalid third
22851         argument.
22852         * doc/functions/lseek.texi: Update.
22853         Reported by Gary V. Vaughan <gary@gnu.org>.
22854
22855 2007-05-28  Bruno Haible  <bruno@clisp.org>
22856
22857         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
22858
22859 2007-05-31  Eric Blake  <ebb9@byu.net>
22860
22861         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
22862         cross compiling.
22863
22864 2007-05-30  Eric Blake  <ebb9@byu.net>
22865         and Bruno Haible  <bruno@clisp.org>
22866
22867         Work around mingw test failures exposed by m4-1.4.9b.
22868         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
22869         * tests/test-unistd.c: Disable uid_t and git_t tests for the
22870         moment.
22871
22872 2007-05-30  Bruno Haible  <bruno@clisp.org>
22873
22874         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
22875         assuming that they are closed. Needed on HP-UX 11.
22876
22877 2007-05-29  Bruno Haible  <bruno@clisp.org>
22878
22879         Fix a problem with #include_next.
22880         * lib/dirent_.h: Split the double-inclusion guard.
22881         * lib/fcntl_.h: Likewise.
22882         * lib/float_.h: Likewise.
22883         * lib/iconv_.h: Likewise.
22884         * lib/inttypes_.h: Likewise.
22885         * lib/locale_.h: Likewise.
22886         * lib/math_.h: Likewise.
22887         * lib/netinet_in_.h: Likewise.
22888         * lib/search_.h: Likewise.
22889         * lib/signal_.h: Likewise.
22890         * lib/stdint_.h: Likewise.
22891         * lib/stdio_.h: Likewise.
22892         * lib/stdlib_.h: Likewise.
22893         * lib/string_.h: Likewise.
22894         * lib/sys_select_.h: Likewise.
22895         * lib/sys_socket_.h: Likewise.
22896         * lib/sys_stat_.h: Likewise.
22897         * lib/sys_time_.h: Likewise.
22898         * lib/sysexits_.h: Likewise.
22899         * lib/time_.h: Likewise.
22900         * lib/unistd_.h: Likewise.
22901         * lib/wchar_.h: Likewise.
22902         * lib/wctype_.h: Likewise.
22903
22904 2007-05-29  Bruno Haible  <bruno@clisp.org>
22905
22906         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
22907         for the moment.
22908
22909 2007-05-29  Bruno Haible  <bruno@clisp.org>
22910
22911         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
22912         invocation.
22913         Reported by Eric Blake.
22914
22915 2007-05-29  Bruno Haible  <bruno@clisp.org>
22916
22917         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
22918         compiling case.
22919
22920 2007-05-29  Eric Blake  <ebb9@byu.net>
22921             Bruno Haible  <bruno@clisp.org>
22922
22923         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
22924         cross compiles.
22925
22926 2007-05-28  Eric Blake  <ebb9@byu.net>
22927
22928         * modules/closein-tests (test_closein_LDADD): Support test on
22929         cygwin with libtool.
22930
22931 2007-05-28  Bruno Haible  <bruno@clisp.org>
22932
22933         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
22934         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
22935         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
22936         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
22937         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
22938         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
22939         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
22940         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
22941         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
22942
22943 2007-05-28  Eric Blake  <ebb9@byu.net>
22944
22945         Unconditionally include <config.h> in unit tests.
22946         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
22947         * tests/test-allocsa.c, tests/test-arcfour.c,
22948         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
22949         tests/test-array_list.c, tests/test-array_oset.c,
22950         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
22951         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
22952         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
22953         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
22954         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
22955         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
22956         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
22957         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
22958         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
22959         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
22960         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
22961         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
22962         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
22963         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
22964         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
22965         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
22966         test-md5.c, test-memmem.c, test-printf-posix.c,
22967         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
22968         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
22969         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
22970         test-strcasestr.c, test-striconv.c, test-striconveh.c,
22971         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
22972         test-vasnprintf-posix2.c, test-vasnprintf.c,
22973         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
22974         test-vfprintf-posix.c, test-vprintf-posix.c,
22975         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
22976         test-xvasprintf.c: Likewise.
22977
22978 2007-05-28  Bruno Haible  <bruno@clisp.org>
22979
22980         * gnulib-tool (func_import): Remember the --with-tests command-line
22981         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
22982         Reported by Eric Blake.
22983
22984 2007-05-28  Bruno Haible  <bruno@clisp.org>
22985
22986         * modules/ftell-tests: New file.
22987         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
22988         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
22989
22990         * lib/ftell.c: New file.
22991         * modules/ftell: New file.
22992         * m4/ftell.m4: New file.
22993         * doc/functions/ftell.texi: Update.
22994         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
22995         REPLACE_FTELL.
22996         * lib/stdio_.h (rpl_ftell): New declaration.
22997         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
22998         REPLACE_FTELL.
22999
23000 2007-05-28  Eric Blake  <ebb9@byu.net>
23001
23002         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
23003
23004 2007-05-28  Bruno Haible  <bruno@clisp.org>
23005
23006         * modules/fseek-tests: New file.
23007         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
23008         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
23009
23010         * lib/fseek.c: New file.
23011         * modules/fseek: New file.
23012         * m4/fseek.m4: New file.
23013         * doc/functions/fseek.texi: Update.
23014         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
23015         REPLACE_FSEEK.
23016         * lib/stdio_.h (rpl_fseek): New declaration.
23017         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
23018         REPLACE_FSEEK.
23019
23020 2007-05-28  Bruno Haible  <bruno@clisp.org>
23021
23022         * lib/stdio_.h (fflush): More comments.
23023
23024 2007-05-28  Bruno Haible  <bruno@clisp.org>
23025
23026         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
23027         runtime test.
23028
23029 2007-05-28  Eric Blake  <ebb9@byu.net>
23030
23031         Improve lseek module.
23032         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
23033         * lib/unistd_.h (lseek): Scale back link warning message.
23034         * tests/test-lseek.c: Beef up test.
23035         * tests/test-lseek.sh: Exercise more facets of lseek.
23036         Reported by Bruno Haible.
23037
23038 2007-05-28  Bruno Haible  <bruno@clisp.org>
23039
23040         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
23041         to define.
23042
23043 2007-05-27  Bruno Haible  <bruno@clisp.org>
23044
23045         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
23046
23047 2007-05-27  Bruno Haible  <bruno@clisp.org>
23048
23049         * modules/openmp: New file.
23050         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
23051         Noah Misch.
23052
23053 2007-05-26  Bruno Haible  <bruno@clisp.org>
23054
23055         * modules/chdir-long (Depends-on): Add fchdir.
23056         * modules/chdir-safer (Depends-on): Likewise.
23057         * modules/fts (Depends-on): Likewise.
23058         * modules/fts-lgpl (Depends-on): Likewise.
23059         * modules/openat (Depends-on): Likewise.
23060         * modules/savewd (Depends-on): Likewise.
23061
23062 2007-05-24  Eric Blake  <ebb9@byu.net>
23063
23064         Fix lseek on mingw.
23065         * modules/lseek: New module.
23066         * m4/lseek.m4: New file.
23067         * lib/lseek.c: New file.
23068         * modules/lseek-tests: New file.
23069         * tests/test-lseek.c: New file.
23070         * tests/test-lseek.sh: New file.
23071         * MODULES.html.sh: Document lseek module.
23072         * modules/fflush (Depends-on): Add lseek, fseeko.
23073         * modules/fseeko (Depends-on): Likewise.
23074         * modules/ftello (Depends-on): Likewise.
23075         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
23076         broken.
23077         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
23078         broken.
23079         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
23080         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
23081         * lib/ftello.c (rpl_ftello): Likewise.
23082         * tests/test-fseeko.c (main): Test this.
23083         * tests/test-fseeko.sh: Likewise.
23084         * tests/test-ftello.c (main): Likewise.
23085         * tests/test-ftello.sh: Likewise.
23086         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
23087         implies replacing fseek.
23088         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
23089         HAVE_FTELLO.
23090         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
23091         * modules/unistd (Makefile.am): Likewise.
23092         * lib/unistd_.h (lseek): Declare a replacement.
23093         * doc/functions/lseek.texi (lseek): Document this fix.
23094         * doc/functions/fseek.texi (fseek): Likewise.
23095         * doc/functions/ftell.texi (ftell): Likewise.
23096
23097 2007-05-24  Bruno Haible  <bruno@clisp.org>
23098
23099         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
23100         in the printed representation of a NaN.
23101         * tests/test-vasprintf-posix.c (test_function): Likewise.
23102         * tests/test-snprintf-posix.h (test_function): Likewise.
23103         * tests/test-sprintf-posix.h (test_function): Likewise.
23104         Reported by Eric Blake.
23105
23106 2007-05-23  Eric Blake  <ebb9@byu.net>
23107
23108         Fix fseeko/ftello on cygwin 1.5.24.
23109         * doc/functions/fseeko.texi (fseeko): Document the fix.
23110         * doc/functions/ftello.texi (ftello): Document the fix.
23111         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
23112         * doc/functions/stdout.text (stdout): New file.
23113         * doc/functions/stderr.text (stderr): New file.
23114         * doc/gnulib.texi (Function Substitutes): Use new files.
23115         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
23116         prior to 1.7.0.
23117         * tests/test-ftello.c (main): Likewise for ftello.
23118         * tests/test-fseeko.sh: New file.
23119         * tests/test-ftello.sh: New file.
23120         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
23121         with seekable stdin.
23122         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
23123         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
23124         (gl_REPLACE_FSEEKO): New macro.
23125         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
23126         * modules/fseeko (Files): Distribute fseeko.c.
23127         * modules/ftello (Files): Distribute ftello.c.
23128         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
23129         mode.
23130         * lib/ftello.c (rpl_ftello): New file.
23131         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
23132         fseeko, ftello.
23133         (gl_STDIN_LARGE_OFFSET): New macro.
23134         * modules/stdio (Makefile.am): Perform the replacement.
23135         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
23136
23137 2007-05-23  Bruno Haible  <bruno@clisp.org>
23138
23139         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
23140         GNULIB_POSIXCHECK is defined.
23141
23142 2007-05-21  Bruno Haible  <bruno@clisp.org>
23143
23144         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
23145         Check also the output for NaN arguments. When cross-compiling, guess
23146         no on IRIX.
23147         * lib/vasnprintf.c: Update comments.
23148         * tests/test-vasnprintf-posix.c (strisnan): New function.
23149         (test_function): Use it.
23150         * tests/test-vasprintf-posix.c (strisnan): New function.
23151         (test_function): Use it.
23152         * tests/test-snprintf-posix.h (strisnan): New function.
23153         (test_function): Use it.
23154         * tests/test-sprintf-posix.h (strisnan): New function.
23155         (test_function): Use it.
23156         Reported by Eric Blake.
23157
23158 2007-05-20  Bruno Haible  <bruno@clisp.org>
23159
23160         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
23161         numbers that fails on BeOS.
23162         * doc/functions/frexpl.texi: Update.
23163
23164 2007-05-20  Jim Meyering  <jim@meyering.net>
23165
23166         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
23167         forced upon us by glibc-2.6.
23168
23169 2007-05-20  Bruno Haible  <bruno@clisp.org>
23170
23171         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
23172         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
23173         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
23174         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
23175         NEED_PRINTF_INFINITE.
23176         (is_infinitel): New function.
23177         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
23178         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
23179         gl_PREREQ_VASNPRINTF_INFINITE.
23180         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
23181         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
23182         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
23183         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
23184         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
23185         gl_PREREQ_VASNPRINTF_INFINITE.
23186         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
23187         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23188         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23189         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23190         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23191         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23192         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23193         * doc/functions/fprintf.texi: Update.
23194         * doc/functions/printf.texi: Update.
23195         * doc/functions/snprintf.texi: Update.
23196         * doc/functions/sprintf.texi: Update.
23197         * doc/functions/vfprintf.texi: Update.
23198         * doc/functions/vprintf.texi: Update.
23199         * doc/functions/vsnprintf.texi: Update.
23200         * doc/functions/vsprintf.texi: Update.
23201
23202 2007-05-20  Bruno Haible  <bruno@clisp.org>
23203
23204         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
23205         was not found in libc.
23206         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
23207
23208 2007-05-20  Bruno Haible  <bruno@clisp.org>
23209
23210         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
23211         printed as "-nan" instead of "nan".
23212         * tests/test-vasprintf-posix.c (test_function): Likewise.
23213         * tests/test-snprintf-posix.h (test_function): Likewise.
23214         * tests/test-sprintf-posix.h (test_function): Likewise.
23215         Needed for HP-UX 11.
23216
23217 2007-05-20  Jim Meyering  <jim@meyering.net>
23218
23219         Fix buggy test for the fchownat-deref bug.
23220         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
23221         symlink required for the run-test.  Without it, this test would
23222         always declare that fchownat doesn't work, and client code would
23223         unnecessarily use the replacement function with fixed libc.
23224         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
23225         Reported by Greg Schafer.
23226
23227 2007-05-19  Bruno Haible  <bruno@clisp.org>
23228
23229         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
23230         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
23231         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
23232         Needed for IRIX 6.5 and Solaris 2.5.1.
23233
23234 2007-05-19  Bruno Haible  <bruno@clisp.org>
23235
23236         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
23237         (test_function): Skip tests involving -0.0 on platforms where
23238         -0.0 = 0.0.
23239         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
23240         (test_function): Skip tests involving -0.0 on platforms where
23241         -0.0 = 0.0.
23242         * tests/test-snprintf-posix.h (have_minus_zero): New function.
23243         (test_function): Skip tests involving -0.0 on platforms where
23244         -0.0 = 0.0.
23245         * tests/test-sprintf-posix.h (have_minus_zero): New function.
23246         (test_function): Skip tests involving -0.0 on platforms where
23247         -0.0 = 0.0.
23248         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
23249         tests.
23250         * tests/test-printf-posix.h (test_function): Likewise.
23251         * tests/test-printf-posix.output: Remove all -0.0 related results.
23252         Needed for IRIX 6.5.
23253
23254 2007-05-19  Bruno Haible  <bruno@clisp.org>
23255
23256         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
23257         printed as "nan0x7fffffff" instead of "nan".
23258         * tests/test-vasprintf-posix.c (test_function): Likewise.
23259         * tests/test-snprintf-posix.h (test_function): Likewise.
23260         * tests/test-sprintf-posix.h (test_function): Likewise.
23261         * tests/test-fprintf-posix.h (NaN): Remove macro.
23262         (test_function): Remove all NaN related tests.
23263         * tests/test-printf-posix.h (NaN): Remove macro.
23264         (test_function): Remove all NaN related tests.
23265         * tests/test-printf-posix.output: Remove all NaN related results.
23266         Needed for IRIX 6.5.
23267
23268 2007-05-19  Bruno Haible  <bruno@clisp.org>
23269
23270         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
23271         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
23272
23273 2007-05-19  Bruno Haible  <bruno@clisp.org>
23274
23275         * lib/float_.h: New file.
23276         * m4/float_h.m4: New file.
23277         * modules/float: New file.
23278         * modules/isnanl (Dependencies): Add float.
23279         * modules/isnanl-nolibm (Dependencies): Likewise.
23280         * modules/mathl (Dependencies): Likewise.
23281         * modules/printf-frexpl (Dependencies): Likewise.
23282         * modules/signbit (Dependencies): Likewise.
23283         * modules/vasnprintf (Dependencies): Likewise.
23284         * doc/headers/float.texi: Update.
23285
23286 2007-05-19  Jim Meyering  <jim@meyering.net>
23287
23288         * lib/utimens.c (gl_futimens): Rename from futimens,
23289         now that glibc-2.6 declares futimens.
23290         * lib/utimens.h: Likewise.
23291
23292 2007-05-19  Bruno Haible  <bruno@clisp.org>
23293
23294         Avoid test failures on mingw.
23295         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
23296         * tests/test-printf-posix.sh: Likewise.
23297         * tests/test-vfprintf-posix.sh: Likewise.
23298         * tests/test-vprintf-posix.sh: Likewise.
23299
23300 2007-05-19  Bruno Haible  <bruno@clisp.org>
23301
23302         Fix *printf result for NaN, Inf, -0.0 on mingw.
23303         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
23304         * lib/vasnprintf.c: Include math.h and isnan.h.
23305         (is_infinite_or_zero): New function.
23306         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
23307         values in the %f, %F, %e, %E, %g, %G directives.
23308         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
23309         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
23310         gl_PRINTF_INFINITE and test its result. Invoke
23311         gl_PREREQ_VASNPRINTF_INFINITE.
23312         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
23313         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23314         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23315         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23316         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23317         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23318         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23319         * doc/functions/fprintf.texi: Update.
23320         * doc/functions/printf.texi: Update.
23321         * doc/functions/snprintf.texi: Update.
23322         * doc/functions/sprintf.texi: Update.
23323         * doc/functions/vfprintf.texi: Update.
23324         * doc/functions/vprintf.texi: Update.
23325         * doc/functions/vsnprintf.texi: Update.
23326         * doc/functions/vsprintf.texi: Update.
23327
23328 2007-05-19  Bruno Haible  <bruno@clisp.org>
23329
23330         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
23331         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
23332         Instead of multiplying with 10^k, set extra_zeroes to k.
23333         (scale10_round_long_double): Remove function.
23334
23335 2007-05-18  Bruno Haible  <bruno@clisp.org>
23336
23337         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
23338         introduced on 2007-05-06.
23339
23340 2007-05-18  Bruno Haible  <bruno@clisp.org>
23341
23342         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
23343         %g directives.
23344         * tests/test-vasprintf-posix.c (test_function): Likewise.
23345         * tests/test-snprintf-posix.h (test_function): Likewise.
23346         * tests/test-sprintf-posix.h (test_function): Likewise.
23347
23348 2007-05-18  Bruno Haible  <bruno@clisp.org>
23349
23350         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
23351         (strmatch): New function.
23352         (test_function): Test the %f directive on numbers of various exponents.
23353         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
23354         (strmatch): New function.
23355         (test_function): Test the %f directive on numbers of various exponents.
23356         * tests/test-snprintf-posix.h (strmatch): New function.
23357         (test_function): Test the %f directive on numbers of various exponents.
23358         * tests/test-sprintf-posix.h (strmatch): New function.
23359         (test_function): Test the %f directive on numbers of various exponents.
23360         * tests/test-snprintf-posix.c (SIZEOF): New macro.
23361         * tests/test-sprintf-posix.c (SIZEOF): New macro.
23362         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
23363         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
23364
23365 2007-05-18  Bruno Haible  <bruno@clisp.org>
23366
23367         Add support for 'long double' number output.
23368         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
23369         * lib/vasnprintf.c: Include math.h and float+.h.
23370         (mp_limb_t): New type.
23371         (GMP_LIMB_BITS): New macro.
23372         (mp_twolimb_t): New type.
23373         (GMP_TWOLIMB_BITS): New macro.
23374         (mpn_t): New type.
23375         (multiply, divide, convert_to_decimal, decode_long_double,
23376         scale10_round_long_double, scale10_round_decimal_long_double,
23377         floorlog10l): New functions.
23378         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
23379         for the %f, %F, %e, %E, %g, %G directives.
23380         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
23381         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
23382         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
23383         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
23384         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
23385         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23386         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23387         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23388         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23389         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23390         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23391         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
23392         * modules/snprintf-posix (Depends-on): Likewise.
23393         * modules/sprintf-posix (Depends-on): Likewise.
23394         * modules/vasnprintf-posix (Depends-on): Likewise.
23395         * modules/vasprintf-posix (Depends-on): Likewise.
23396         * modules/vfprintf-posix (Depends-on): Likewise.
23397         * modules/vsnprintf-posix (Depends-on): Likewise.
23398         * modules/vsprintf-posix (Depends-on): Likewise.
23399         * modules/vasnprintf (Files): Add lib/float+.h.
23400         * doc/functions/fprintf.texi: Update.
23401         * doc/functions/printf.texi: Update.
23402         * doc/functions/snprintf.texi: Update.
23403         * doc/functions/sprintf.texi: Update.
23404         * doc/functions/vfprintf.texi: Update.
23405         * doc/functions/vprintf.texi: Update.
23406         * doc/functions/vsnprintf.texi: Update.
23407         * doc/functions/vsprintf.texi: Update.
23408
23409 2007-05-18  Bruno Haible  <bruno@clisp.org>
23410
23411         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
23412
23413 2007-05-18  Bruno Haible  <bruno@clisp.org>
23414
23415         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
23416         for printing 64-bit integers. Needed for mingw.
23417
23418 2007-05-18  Bruno Haible  <bruno@clisp.org>
23419
23420         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
23421         gl_FUNC_FREXPL_WORKS.
23422         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
23423
23424 2007-05-18  Bruno Haible  <bruno@clisp.org>
23425
23426         * modules/frexpl-nolibm-tests: New file.
23427
23428         * modules/frexpl-nolibm: New file.
23429         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
23430
23431 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23432
23433         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
23434         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
23435         GCC 4.2, which otherwise issues a lot of warnings.
23436         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
23437         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
23438         Likewise.
23439         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
23440         * modules/iconv_open (iconv.h): Likewise.
23441         * modules/locale (locale.h): Likewise.
23442         * modules/netinet_in (netinet/in.h): Likewise.
23443         * modules/sys_select (sys_select.h): Likewise.
23444         * modules/sys_socket (sys/socket.h): Likewise.
23445         * modules/sys_stat (sys/stat.h): Likewise.
23446         * modules/sysexits (sysexits.h): Likewise.
23447         * modules/unistd (unistd.h): Likewise.
23448
23449 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23450
23451         * modules/closein-tests (Makefile.am): Distribute
23452         `test-closein.sh'.
23453
23454 2007-05-17  Bruno Haible  <bruno@clisp.org>
23455
23456         * tests/test-printf-posix.output: Renamed from
23457         tests/test-fprintf-posix.out.
23458         * modules/fprintf-posix-tests: Update.
23459         * modules/printf-posix-tests: Update.
23460         * modules/vfprintf-posix-tests: Update.
23461         * modules/vprintf-posix-tests: Update.
23462         * tests/test-fprintf-posix.sh: Update.
23463         * tests/test-printf-posix.sh: Update.
23464         * tests/test-vfprintf-posix.sh: Update.
23465         * tests/test-vprintf-posix.sh: Update.
23466         Reported by Ralf Wildenhues.
23467
23468 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23469
23470         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
23471         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
23472         GCC 4.2, which otherwise issues a lot of warnings.
23473         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
23474         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
23475         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
23476         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
23477         it should no longer be needed.
23478         * lib/string_.h: Likewise.
23479         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
23480         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
23481         * modules/inttypes (inttypes.h): Likewise.
23482         * modules/math (math.h): Likewise.
23483         * modules/search (search.h): Likewise.
23484         * modules/signal (signal.h): Likewise.
23485         * modules/stdint (stdint.h): Likewise.
23486         * modules/stdio (stdio.h): Likewise.
23487         * modules/stdlib (stdlib.h): Likewise.
23488         * modules/string (string.h): Likewise.
23489         * modules/sys_time (sys/time.h): Likewise.
23490         * modules/time (time.h): Likewise.
23491         * modules/wchar (wchar.h): Likewise.
23492         * modules/wctype (wtype.h): Likewise.
23493
23494 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
23495
23496         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
23497
23498 2007-05-13  Bruno Haible  <bruno@clisp.org>
23499
23500         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
23501         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
23502         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
23503         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
23504         (gl_PREREQ_STRTOK_R): Don't require it here.
23505
23506 2007-05-13  Bruno Haible  <bruno@clisp.org>
23507
23508         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
23509         when used in C++ mode.
23510
23511 2007-05-12  Bruno Haible  <bruno@clisp.org>
23512
23513         * lib/linebuffer.h: Tweak doc.
23514         * lib/linebuffer.c: Likewise.
23515
23516 2007-05-12  James Youngman  <jay@gnu.org>
23517
23518         * lib/linebuffer.c (readlinebuffer_delim): New function,
23519         like readlinebuffer, but use a caller-specified delimiter.
23520         (readlinebuffer): Just call readlinebuffer_delim with '\n'
23521         as the delimiter.
23522         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
23523
23524 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
23525
23526         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
23527         * modules/openat (Files): Remove openat-die.c.
23528         (Depends-on): Add openat-die.
23529         * modules/openat-die: New module.
23530
23531 2007-05-06  Bruno Haible  <bruno@clisp.org>
23532
23533         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
23534         Update with info about Cygwin.
23535         * doc/functions/fprintf.texi: Update.
23536         * doc/functions/printf.texi: Update.
23537         * doc/functions/snprintf.texi: Update.
23538         * doc/functions/sprintf.texi: Update.
23539         * doc/functions/vfprintf.texi: Update.
23540         * doc/functions/vprintf.texi: Update.
23541         * doc/functions/vsnprintf.texi: Update.
23542         * doc/functions/vsprintf.texi: Update.
23543         Reported by Eric Blake.
23544
23545 2007-05-06  Bruno Haible  <bruno@clisp.org>
23546
23547         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
23548         padding ourselves for the floating-point directives.
23549         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
23550         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
23551         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
23552         gl_PRINTF_FLAG_ZERO and test its result. Invoke
23553         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
23554         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23555         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
23556         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23557         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23558         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23559         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23560         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23561         * tests/test-snprintf-posix.h (test_function): Also check the width
23562         and some flags in the %f directive.
23563         * tests/test-sprintf-posix.h (test_function): Likewise.
23564         * tests/test-vasnprintf-posix.c (test_function): Likewise.
23565         * tests/test-vasprintf-posix.c (test_function): Likewise.
23566         * doc/functions/fprintf.texi: Update.
23567         * doc/functions/printf.texi: Update.
23568         * doc/functions/snprintf.texi: Update.
23569         * doc/functions/sprintf.texi: Update.
23570         * doc/functions/vfprintf.texi: Update.
23571         * doc/functions/vprintf.texi: Update.
23572         * doc/functions/vsnprintf.texi: Update.
23573         * doc/functions/vsprintf.texi: Update.
23574
23575 2007-05-06  Bruno Haible  <bruno@clisp.org>
23576
23577         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
23578         pass the ' flag character to sprintf or snprintf.
23579         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
23580         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
23581         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
23582         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
23583         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
23584         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23585         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
23586         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23587         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23588         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23589         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23590         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23591         * tests/test-snprintf-posix.h (test_function): Also check the grouping
23592         flag.
23593         * tests/test-sprintf-posix.h (test_function): Likewise.
23594         * tests/test-vasnprintf-posix.c (test_function): Likewise.
23595         * tests/test-vasprintf-posix.c (test_function): Likewise.
23596         * doc/functions/fprintf.texi: Update.
23597         * doc/functions/printf.texi: Update.
23598         * doc/functions/snprintf.texi: Update.
23599         * doc/functions/sprintf.texi: Update.
23600         * doc/functions/vfprintf.texi: Update.
23601         * doc/functions/vprintf.texi: Update.
23602         * doc/functions/vsnprintf.texi: Update.
23603         * doc/functions/vsprintf.texi: Update.
23604
23605 2007-05-01  Bruno Haible  <bruno@clisp.org>
23606
23607         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
23608
23609 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
23610
23611         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
23612         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
23613
23614 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
23615
23616         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
23617         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
23618         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
23619
23620 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
23621
23622         * lib/argp-help.c (struct hol_entry): New member `ord'.
23623         (HOL_ENTRY_PTRCMP): Use ord for comparison
23624         (hol_sort): Initialize ord.
23625
23626 2007-05-01  Bruno Haible  <bruno@clisp.org>
23627
23628         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
23629         Reported by Eric Blake.
23630         * doc/gnulib.texi (Function Substitutes): Update.
23631
23632 2007-05-01  Bruno Haible  <bruno@clisp.org>
23633
23634         * doc/functions.texi: Remove file, now redundant through
23635         doc/functions/*.texi.
23636
23637 2007-05-01  Bruno Haible  <bruno@clisp.org>
23638
23639         * modules/argp (Depends-on): Add sleep.
23640
23641 2007-05-01  Bruno Haible  <bruno@clisp.org>
23642
23643         * modules/sleep-tests: New file.
23644         * tests/test-sleep.c: New file.
23645
23646         * modules/sleep: New file.
23647         * lib/sleep.c: New file.
23648         * m4/sleep.m4: New file.
23649         * lib/unistd_.h (sleep): New declaration.
23650         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
23651         HAVE_SLEEP.
23652         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
23653         * doc/functions/sleep.texi: Document the sleep module.
23654
23655 2007-05-01  Bruno Haible  <bruno@clisp.org>
23656
23657         * lib/sigprocmask.h: Remove file.
23658         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
23659         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
23660         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
23661         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
23662         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
23663         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
23664         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
23665         HAVE_SIGSET_T as a shell variable.
23666         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
23667         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
23668         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
23669         (Depends-on): Add signal. Remove verify.
23670         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
23671         (Include): Mention <signal.h> instead of sigprocmask.h.
23672         * NEWS: Mention the change.
23673         * lib/fatal-signal.c: Don't include sigprocmask.h.
23674
23675 2007-05-01  Bruno Haible  <bruno@clisp.org>
23676
23677         * modules/signal: New file.
23678         * lib/signal_.h: New file.
23679         * m4/signal_h.m4: New file.
23680
23681 2007-05-01  Bruno Haible  <bruno@clisp.org>
23682
23683         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
23684         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
23685         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
23686         HAVE_WCTYPE_CTMP_BUG into wctype.h.
23687
23688 2007-05-01  Bruno Haible  <bruno@clisp.org>
23689
23690         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
23691         configure time.
23692         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
23693         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
23694         * modules/sys_stat (Makefile.am): Substitute their values into
23695         sys/stat.h.
23696
23697 2007-05-01  Bruno Haible  <bruno@clisp.org>
23698
23699         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
23700         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
23701         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
23702
23703 2007-05-01  Bruno Haible  <bruno@clisp.org>
23704
23705         * doc/header/assert.texi: Undo last change: don't mention the gnulib
23706         'assert' module here.
23707
23708 2007-05-01  Bruno Haible  <bruno@clisp.org>
23709
23710         * doc/functions/*.texi: New files.
23711         * doc/functions/google-ranking.txt: New file.
23712         * doc/gnulib.texi (Function Substitutes): New chapter.
23713         (ctime, inet_ntoa): Remove sections.
23714         * doc/ctime.texi: Remove file.
23715         * doc/inet_ntoa.texi: Remove file.
23716         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
23717         dependencies.
23718         (%.info): New rule, specifying a --reference-limit.
23719
23720 2007-05-01  Bruno Haible  <bruno@clisp.org>
23721
23722         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
23723
23724 2007-05-01  Bruno Haible  <bruno@clisp.org>
23725
23726         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
23727         the portability of 'mkdir' to mingw systems.
23728
23729 2007-05-01  Bruno Haible  <bruno@clisp.org>
23730
23731         * doc/headers/google-ranking.txt: New file.
23732
23733 2007-04-30  Eric Blake  <ebb9@byu.net>
23734
23735         Prefer fseeko to fseek.
23736         * modules/getpass (Depends-on): Add fseeko.
23737         * lib/getpass.c (getpass): Use fseeko, not fseek.
23738
23739 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
23740
23741         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
23742         assumes the sorting is stable, while most qsort implementations
23743         are not.  Use argument addresses to ensure they never compare as
23744         equal.
23745
23746         * tests/test-argp-2.sh (usage-indent test): Fix output
23747         (func_compare): Restore diff options
23748         * tests/test-argp.c: Restore #include "progname.h"
23749
23750 2007-04-29  Bruno Haible  <bruno@clisp.org>
23751
23752         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
23753         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
23754         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
23755         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23756         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
23757         (configure.ac): Define CHECK_SNPRINTF_POSIX.
23758         (TESTS, check_PROGRAMS): Add test-snprintf.
23759         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
23760         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
23761         (TESTS, check_PROGRAMS): Add test-vsnprintf.
23762         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
23763         assertions that fail on HP-UX, OSF/1, or IRIX.
23764         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
23765
23766 2007-04-29  Bruno Haible  <bruno@clisp.org>
23767
23768         * MODULES.html.sh (posix_functions): Remove 'contents'.
23769
23770 2007-04-29  Karl Berry  <karl@gnu.org>
23771
23772         * config/srclist.txt (gendocs_template_min): new entry.
23773
23774 2007-04-29  Bruno Haible  <bruno@clisp.org>
23775
23776         Work around fpurge bug on BSD systems.
23777         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
23778         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
23779         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
23780         fpurge to rpl_fpurge if the system already has this function.
23781         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
23782         the case where the system already has this function. Correct invariants
23783         on BSD systems.
23784         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
23785         BSD systems.
23786
23787 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
23788
23789         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
23790         proposed by Sven Verdoolaege.
23791
23792         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
23793         options.
23794         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
23795         (usage and help tests): Update
23796
23797 2007-04-29  Bruno Haible  <bruno@clisp.org>
23798
23799         * tests/test-fflush.c (main): Use a file of size 17, not 10.
23800         Print more information in case of failure. Disable a test on BeOS.
23801
23802 2007-04-29  Bruno Haible  <bruno@clisp.org>
23803
23804         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
23805         This helps debugging on systems on which no gdb is available.
23806
23807 2007-04-29  Bruno Haible  <bruno@clisp.org>
23808
23809         * lib/freading.h: Improve comments.
23810         * lib/fwriting.h: Likewise.
23811         * tests/test-freading.c (main): Don't check freading immediately after
23812         repositioning. Needed for glibc.
23813
23814 2007-04-29  Bruno Haible  <bruno@clisp.org>
23815
23816         * lib/freading.c (freading): Trivial simplification.
23817
23818 2007-04-28  Bruno Haible  <bruno@clisp.org>
23819
23820         * tests/test-fwriting.c (main): Also test the interaction between
23821         fflush and fwriting.
23822         * modules/fwriting-tests (Depends-on): Add fflush.
23823
23824         * tests/test-freading.c (main): Also test the interaction between
23825         fflush and freading.
23826         * modules/freading-tests (Depends-on): Add fflush.
23827
23828 2007-04-28  Bruno Haible  <bruno@clisp.org>
23829
23830         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
23831         fseeko and ftello.
23832         Suggested by Eric Blake.
23833
23834 2007-04-28  Jim Meyering  <jim@meyering.net>
23835
23836         Avoid false-negative in gl_STDINT_H's C99 conformance test.
23837         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
23838         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
23839
23840 2007-04-27  Eric Blake  <ebb9@byu.net>
23841
23842         * doc/headers/assert.texi (assert.h): Document assert module use.
23843
23844 2007-04-27  Bruno Haible  <bruno@clisp.org>
23845
23846         * doc/headers/*.texi: New files.
23847         * doc/gnulib.texi (Header File Substitutes): New chapter.
23848         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
23849         dependencies.
23850         (standards.info ,standards.html, standards.dvi): Update dependencies.
23851         (mostlyclean, clean): New targets.
23852
23853 2007-04-27  Bruno Haible  <bruno@clisp.org>
23854
23855         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
23856         * modules/sysexits (Files, Makefile.am): Update.
23857
23858         * lib/sys_socket_.h: Renamed from lib/socket_.h.
23859         * modules/sys_socket (Files, Makefile.am): Update.
23860
23861         * lib/sys_stat_.h: Renamed from lib/stat_.h.
23862         * modules/sys_stat (Files, Makefile.am): Update.
23863
23864 2007-04-27  Eric Blake  <ebb9@byu.net>
23865
23866         * lib/freading.h: Improve comments.
23867         * lib/fwriting.h: Likewise.
23868         * lib/fflush.c: Likewise.
23869
23870         Fix closein for mingw.
23871         * modules/closein-tests: Add tests for closein.
23872         * tests/test-closein.c: New file.
23873         * tests/test-closein.sh: Likewise.
23874         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
23875         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
23876
23877 2007-04-27  Bruno Haible  <bruno@clisp.org>
23878
23879         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
23880         version is < 6.
23881         * lib/math_.h [__DECC]: Likewise.
23882         * lib/stdio_.h [__DECC]: Likewise.
23883         * lib/stdlib_.h [__DECC]: Likewise.
23884         * lib/string_.h [__DECC]: Likewise.
23885         * lib/time_.h [__DECC]: Likewise.
23886         * lib/wchar_.h [__DECC]: Likewise.
23887         * lib/wctype_.h [__DECC]: Likewise.
23888
23889 2007-04-27  Bruno Haible  <bruno@clisp.org>
23890
23891         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
23892
23893 2007-04-27  Bruno Haible  <bruno@clisp.org>
23894
23895         * lib/fflush.c: Add comments.
23896         * modules/fpurge-tests (Depends-on): Add fflush.
23897         * modules/freadable-tests (Depends-on): Likewise.
23898         * modules/fwritable-tests (Depends-on): Likewise.
23899
23900 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
23901
23902         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
23903         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
23904         Report by Bruno Haible <bruno@clisp.org>.
23905
23906 2007-04-26  Eric Blake  <ebb9@byu.net>
23907
23908         Fix fflush on mingw.
23909         * modules/fflush (Depends-on): Add freading.
23910         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
23911         but unread data.
23912
23913 2007-04-26  Eric Blake  <ebb9@byu.net>
23914         and Bruno Haible  <bruno@clisp.org>
23915
23916         Implement freading and fwriting.
23917         * lib/freading.c: New file.
23918         * lib/freading.h: Likewise.
23919         * m4/freading.m4: Likewise.
23920         * modules/freading: Likewise.
23921         * modules/freading-tests: Likewise.
23922         * tests/test-freading.c: Likewise.
23923         * lib/fwriting.c: New file.
23924         * lib/fwriting.h: Likewise.
23925         * m4/fwriting.m4: Likewise.
23926         * modules/fwriting: Likewise.
23927         * modules/fwriting-tests: Likewise.
23928         * tests/test-fwriting.c: Likewise.
23929         * MODULES.html.sh (File stream based Input/Output): Mention them.
23930
23931 2007-04-26  Bruno Haible  <bruno@clisp.org>
23932
23933         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
23934         'long' when we assume it.
23935         Suggested by Eric Blake.
23936
23937 2007-04-26  Bruno Haible  <bruno@clisp.org>
23938
23939         Ensure fseeko, ftello are declared on glibc systems.
23940         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
23941         * modules/fseeko (configure.ac-early): Likewise.
23942         * modules/ftello (configure.ac-early): Likewise.
23943         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
23944         AC_FUNC_FSEEKO for this.
23945         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
23946         (gl_CHECK_FSEEKO): Remove macro.
23947
23948 2007-04-26  Bruno Haible  <bruno@clisp.org>
23949
23950         * tests/test-fflush.c (main): Also check the ftell result after
23951         fflush and fseek/fseeko.
23952         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
23953         file descriptor position cache in the stream.
23954         * lib/fseeko.c (rpl_fseeko): Likewise.
23955
23956 2007-04-26  Bruno Haible  <bruno@clisp.org>
23957
23958         * modules/fflush-tests (Depends-on): Add fseeko.
23959
23960 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
23961             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23962
23963         * lib/argz_.h: ensure error_t definition is obtained in same
23964         mechanism system argz.h would have.
23965         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
23966         argz facilities are known bad.  Err on the side of caution if
23967         cross-compiling.
23968
23969 2007-04-25  Eric Blake  <ebb9@byu.net>
23970
23971         * lib/fpurge.c (includes): Use stdlib.h for free.
23972         * tests/test-fflush.c (main): Also test fflush-fseeko.
23973
23974 2007-04-25  Bruno Haible  <bruno@clisp.org>
23975
23976         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
23977         * lib/fseeko.c: New file.
23978         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
23979         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
23980         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
23981         gl_FUNC_FSEEKO.
23982         (gl_FUNC_FSEEKO): Invoke it.
23983         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
23984         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
23985         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
23986
23987 2007-04-25  Bruno Haible  <bruno@clisp.org>
23988
23989         * modules/fflush (Depends-on): Add ftello.
23990
23991 2007-04-25  Bruno Haible  <bruno@clisp.org>
23992
23993         * modules/ftello-tests: New file.
23994         * tests/test-ftello.c: New file.
23995
23996         * modules/ftello: New file.
23997         * m4/ftello.m4: New file.
23998         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
23999         HAVE_FTELLO.
24000         * lib/stdio_.h (ftello): New declaration.
24001         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
24002         HAVE_FTELLO.
24003
24004 2007-04-25  Bruno Haible  <bruno@clisp.org>
24005
24006         * modules/fseeko-tests: New file.
24007         * tests/test-fseeko.c: New file.
24008
24009         * modules/fseeko: New file.
24010         * m4/fseeko.m4: New file.
24011         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
24012         HAVE_FSEEKO.
24013         * lib/stdio_.h (fseeko): New declaration.
24014         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
24015         HAVE_FSEEKO.
24016
24017 2007-04-25  Bruno Haible  <bruno@clisp.org>
24018
24019         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
24020
24021 2007-04-25  Bruno Haible  <bruno@clisp.org>
24022
24023         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
24024         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
24025         * tests/test-unistd.c: Likewise.
24026         * tests/test-fcntl.c: Likewise.
24027
24028 2007-04-23  Eric Blake  <ebb9@byu.net>
24029
24030         * lib/fflush.c: Fix missing include.
24031         Reported by Bruno Haible.
24032
24033 2007-04-23  Bruno Haible  <bruno@clisp.org>
24034
24035         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
24036         Reported by Eric Blake.
24037
24038 2007-04-23  Bruno Haible  <bruno@clisp.org>
24039
24040         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
24041
24042 2007-04-23  Bruno Haible  <bruno@clisp.org>
24043
24044         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
24045
24046 2007-04-23  Bruno Haible  <bruno@clisp.org>
24047
24048         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
24049         Needed on HP-UX 11.
24050
24051 2007-04-16  Eric Blake  <ebb9@byu.net>
24052
24053         Make fflush rely on fpurge.
24054         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
24055         open coding all variants.
24056         * modules/fflush (Depends-on): Add fpurge and unistd.
24057         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
24058         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
24059
24060         Fix --with-tests compilation on cygwin.
24061         * modules/argmatch-tests (Makefile.am): List gnulib library first
24062         in LDADD.
24063         * modules/argp-tests (Makefile.am): Likewise.
24064         * modules/array-list-tests (Makefile.am): Likewise.
24065         * modules/array-oset-tests (Makefile.am): Likewise.
24066         * modules/avltree-list-tests (Makefile.am): Likewise.
24067         * modules/avltree-oset-tests (Makefile.am): Likewise.
24068         * modules/avltreehash-list-tests (Makefile.am): Likewise.
24069         * modules/carray-list-tests (Makefile.am): Likewise.
24070         * modules/dirname-tests (Makefile.am): Likewise.
24071         * modules/frexp-tests (Makefile.am): Likewise.
24072         * modules/isnanl-tests (Makefile.am): Likewise.
24073         * modules/linked-list-tests (Makefile.am): Likewise.
24074         * modules/linkedhash-list-tests (Makefile.am): Likewise.
24075         * modules/lock-tests (Makefile.am): Likewise.
24076         * modules/rbtree-list-tests (Makefile.am): Likewise.
24077         * modules/rbtree-oset-tests (Makefile.am): Likewise.
24078         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
24079         * modules/tls-tests (Makefile.am): Likewise.
24080         * modules/tsearch-tests (Makefile.am): Likewise.
24081         * modules/xvasprintf-tests (Makefile.am): Likewise.
24082
24083         Fix fpurge for cygwin.
24084         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
24085         value.
24086         * modules/fpurge-tests (Depends-on): Clean up trash.
24087
24088 2007-04-16  Simon Josefsson  <simon@josefsson.org>
24089
24090         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
24091
24092         * m4/autobuild.m4: Re-indent.
24093
24094 2007-04-13  Bruno Haible  <bruno@clisp.org>
24095
24096         * modules/fpurge-tests: New file.
24097         * tests/test-fpurge.c: New file.
24098
24099         * modules/fpurge: New file.
24100         * lib/fpurge.h: New file.
24101         * lib/fpurge.c: New file.
24102         * m4/fpurge.m4: New file.
24103
24104 2007-04-13  Bruno Haible  <bruno@clisp.org>
24105
24106         * modules/fbufmode-tests: New file.
24107         * tests/test-fbufmode.c: New file.
24108
24109         * modules/fbufmode: New file.
24110         * lib/fbufmode.h: New file.
24111         * lib/fbufmode.c: New file.
24112         * m4/fbufmode.m4: New file.
24113
24114 2007-04-13  Bruno Haible  <bruno@clisp.org>
24115
24116         * modules/fwritable-tests: New file.
24117         * tests/test-fwritable.c: New file.
24118
24119         * modules/fwritable: New file.
24120         * lib/fwritable.h: New file.
24121         * lib/fwritable.c: New file.
24122         * m4/fwritable.m4: New file.
24123
24124 2007-04-13  Bruno Haible  <bruno@clisp.org>
24125
24126         * modules/freadable-tests: New file.
24127         * tests/test-freadable.c: New file.
24128
24129         * modules/freadable: New file.
24130         * lib/freadable.h: New file.
24131         * lib/freadable.c: New file.
24132         * m4/freadable.m4: New file.
24133
24134 2007-04-13  Bruno Haible  <bruno@clisp.org>
24135
24136         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
24137         MOSTLYCLEANFILES.
24138
24139 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
24140
24141         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
24142         gzip bootstrap.conf to avoid dragging in i18n machinery.
24143         (gnulib_tool_option): Use it.
24144
24145 2007-04-13  Bruno Haible  <bruno@clisp.org>
24146
24147         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
24148         %F directives.
24149         * tests/test-vasprintf-posix.c (test_function): Likewise.
24150         * tests/test-snprintf-posix.h (test_function): Likewise.
24151         * tests/test-sprintf-posix.h (test_function): Likewise.
24152         * tests/test-fprintf-posix.h (test_function): Likewise.
24153         * tests/test-printf-posix.h (test_function): Likewise.
24154         * tests/test-fprintf-posix.out: Likewise.
24155
24156 2007-04-13  Bruno Haible  <bruno@clisp.org>
24157
24158         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
24159         * modules/tls-tests (configure.ac): Likewise.
24160         Reported by Arto C. Nirkko <anirkko@insel.ch>.
24161
24162 2007-04-13  Bruno Haible  <bruno@clisp.org>
24163
24164         * lib/tls.c (glthread_tls_get): Fix return type.
24165         Patch by Arto C. Nirkko <anirkko@insel.ch>.
24166
24167 2007-04-12  Eric Blake  <ebb9@byu.net>
24168
24169         * modules/gettime (Depends-on): Remove gettime.
24170         Reported by Dmitry V. Levin.
24171
24172 2007-04-12  Bruno Haible  <bruno@clisp.org>
24173
24174         * modules/fflush (Include): Mention <stdio.h>.
24175         * modules/strtoimax (Include): Mention <inttypes.h>.
24176         * modules/strtoumax (Include): Likewise.
24177
24178 2007-04-12  Eric Blake  <ebb9@byu.net>
24179
24180         * .cvsignore: New file.
24181         * .gitignore: Likewise.
24182
24183 2007-04-12  Bruno Haible  <bruno@clisp.org>
24184
24185         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
24186         not before, since $(LDADD) often contains libgnu.a.
24187         * modules/striconv-tests (test_striconv_LDADD): Likewise.
24188         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
24189         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
24190         Needed on Cygwin.
24191
24192 2007-04-12  Eric Blake  <ebb9@byu.net>
24193
24194         Work around glibc's failure to flush stdin on fclose.
24195         * lib/closein.c (close_stdin): Flush stdin before closing.
24196
24197         Work around glibc's failure to reset seekable stdin on exit.
24198         * modules/closein: New module.
24199         * lib/closein.c: New file.
24200         * lib/closein.h: Likewise.
24201         * m4/closein.m4: Likewise.
24202         * MODULES.html.sh (File stream based Input/Output): Document it.
24203
24204 2007-04-12  Simon Josefsson  <simon@josefsson.org>
24205
24206         * gnulib-tool: Rename generated 'autobuild' script to
24207         'do-autobuild' in --create-megatestdir output.
24208
24209         * doc/gnulib.texi (Build robot for gnulib): Fix.
24210
24211 2007-04-12  Simon Josefsson  <simon@josefsson.org>
24212
24213         * modules/sysexits (Depends-on): Add absolute-header.
24214
24215 2007-04-12  Eric Blake  <ebb9@byu.net>
24216
24217         No need to preserve errno on success.
24218         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
24219         Reported by Bruno Haible.
24220
24221 2007-04-12  Simon Josefsson  <simon@josefsson.org>
24222
24223         * MODULES.html.sh (Support for maintaining and releasing
24224         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
24225
24226 2007-04-12  Simon Josefsson  <simon@josefsson.org>
24227
24228         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
24229
24230 2007-04-12  Simon Josefsson  <simon@josefsson.org>
24231
24232         * modules/autobuild: New module.
24233
24234         * m4/autobuild.m4: New file.
24235
24236 2007-04-11  Bruno Haible  <bruno@clisp.org>
24237
24238         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
24239         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
24240         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
24241         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
24242         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
24243         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
24244         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
24245         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
24246         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
24247         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
24248         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
24249         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
24250         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
24251         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
24252         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
24253         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
24254         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
24255         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
24256         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
24257         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
24258         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
24259         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
24260         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
24261         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
24262         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
24263         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
24264         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
24265         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
24266         Reported by Eric Blake.
24267
24268 2007-04-11  Bruno Haible  <bruno@clisp.org>
24269
24270         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
24271
24272 2007-04-10  Bruno Haible  <bruno@clisp.org>
24273
24274         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
24275         for NaN and Infinity. Needed on FreeBSD 6.1.
24276         * tests/test-vasnprintf-posix.c (test_function): Undo last change
24277         regarding results for "%010a" of Infinity and NaN.
24278         * tests/test-vasprintf-posix.c (test_function): Likewise.
24279         * tests/test-snprintf-posix.h (test_function): Likewise.
24280         * tests/test-sprintf-posix.h (test_function): Likewise.
24281         * tests/test-fprintf-posix.h (test_function): Likewise.
24282         * tests/test-printf-posix.h (test_function): Likewise.
24283         * tests/test-fprintf-posix.out: Likewise.
24284
24285 2007-04-10  Bruno Haible  <bruno@clisp.org>
24286
24287         * modules/locale-tests: New file.
24288         * tests/test-locale.c: New file.
24289
24290         * modules/locale: New file.
24291         * lib/locale_.h: New file.
24292         * m4/locale_h.m4: New file.
24293
24294 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
24295             Bruno Haible  <bruno@clisp.org>
24296
24297         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
24298         be determined, test for availability of the copysignf, copysign,
24299         copysignl functions.
24300         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
24301         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
24302         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
24303
24304 2007-04-09  Eric Blake  <ebb9@byu.net>
24305
24306         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
24307         * modules/stdio (Makefile.am): Support fflush.
24308         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
24309         * modules/fflush: New file.
24310         * lib/fflush.c: Likewise.
24311         * m4/fflush.m4: Likewise.
24312         * modules/fflush-tests: New test.
24313         * tests/test-fflush.c: Likewise.
24314         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
24315
24316 2007-04-06  Bruno Haible  <bruno@clisp.org>
24317
24318         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
24319         (VASNPRINTF): Use signbit for faster determination whether to print a
24320         minus sign.
24321         * modules/vasnprintf (Files): Remove lib/float+.h.
24322         * modules/fprintf-posix (Depends-on): Add signbit.
24323         * modules/snprintf-posix (Depends-on): Likewise.
24324         * modules/sprintf-posix (Depends-on): Likewise.
24325         * modules/vasnprintf-posix (Depends-on): Likewise.
24326         * modules/vasprintf-posix (Depends-on): Likewise.
24327         * modules/vfprintf-posix (Depends-on): Likewise.
24328         * modules/vsnprintf-posix (Depends-on): Likewise.
24329         * modules/vsprintf-posix (Depends-on): Likewise.
24330
24331 2007-04-06  Bruno Haible  <bruno@clisp.org>
24332
24333         * tests/test-frexp.c (main): Test also the sign bit of zero results.
24334         * tests/test-frexpl.c (main): Likewise.
24335         * tests/test-ldexpl.c (main): Likewise.
24336         * modules/frexp-tests (Depends-on): Add signbit.
24337         * modules/frexpl-tests (Depdends-on): Likewise.
24338         * modules/ldexpl-tests (Depdends-on): Likewise.
24339
24340 2007-04-06  Bruno Haible  <bruno@clisp.org>
24341
24342         * modules/signbit-tests: New file.
24343         * tests/test-signbit.c: New file.
24344
24345         * modules/signbit: New file.
24346         * lib/signbitf.c: New file.
24347         * lib/signbitd.c: New file.
24348         * lib/signbitl.c: New file.
24349         * m4/signbit.m4: New file.
24350         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
24351         (signbit): New macro.
24352         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
24353         REPLACE_SIGNBIT.
24354         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
24355         REPLACE_FREXPL into math.h.
24356
24357 2007-04-06  Bruno Haible  <bruno@clisp.org>
24358
24359         * modules/isnanf-nolibm-tests: New file.
24360         * tests/test-isnanf.c: New file.
24361
24362         * modules/isnanf-nolibm: New file.
24363         * lib/isnanf.h: New file.
24364         * lib/isnanf.c: New file.
24365         * lib/isnan.c: Consider the USE_FLOAT macro.
24366         * m4/isnanf.m4: New file.
24367
24368 2007-04-06  Bruno Haible  <bruno@clisp.org>
24369
24370         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
24371         (Link): New section.
24372
24373         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
24374
24375 2007-04-06  Bruno Haible  <bruno@clisp.org>
24376
24377         Assume the 'long double' type.
24378         * m4/longdouble.m4: Remove file.
24379         * config/srclist.txt: Don't mention longdouble.m4.
24380         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
24381         * lib/float+.h: Likewise.
24382         * lib/frexp.c: Likewise.
24383         * lib/printf-args.h: Likewise.
24384         * lib/printf-args.c: Likewise.
24385         * lib/printf-frexp.c: Likewise.
24386         * lib/printf-parse.c: Likewise.
24387         * lib/vasnprintf.c: Likewise.
24388         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
24389         * m4/intl.m4: Likewise.
24390         * m4/isnanl.m4: Likewise.
24391         * m4/printf.m4: Likewise.
24392         * m4/printf-frexpl.m4: Likewise.
24393         * m4/vasnprintf.m4: Likewise.
24394         * modules/allocsa (Files): Remove m4/longdouble.m4.
24395         * modules/gettext (Files): Likewise.
24396         * modules/relocatable-prog-wrapper (Files): Likewise.
24397         * modules/vasnprintf (Files): Likewise.
24398         * modules/isnanl (Files): Likewise.
24399         (Include): Simplify.
24400         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
24401         (Include): Simplify.
24402         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
24403         (Include): Simplify.
24404         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
24405         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
24406         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
24407         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
24408         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
24409         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
24410         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
24411         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
24412         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
24413         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
24414         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
24415         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
24416         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
24417         * tests/test-isnanl.c: Likewise.
24418         * tests/test-snprintf-posix.h: Likewise.
24419         * tests/test-sprintf-posix.h: Likewise.
24420         * tests/test-vasnprintf-posix.c: Likewise.
24421         * tests/test-vasnprintf-posix2.c: Likewise.
24422         * tests/test-vasprintf-posix.c: Likewise.
24423
24424 2007-04-06  Bruno Haible  <bruno@clisp.org>
24425
24426         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
24427         * lib/math_.h [__DECC]: Include the overridden include file through
24428         #include_next, outside the double-inclusion guard.
24429         * lib/stdio_.h [__DECC]: Likewise.
24430         * lib/stdlib_.h [__DECC]: Likewise.
24431         * lib/string_.h [__DECC]: Likewise.
24432         * lib/time_.h [__DECC]: Likewise.
24433         * lib/wchar_.h [__DECC]: Likewise.
24434         * lib/wctype_.h [__DECC]: Likewise.
24435         * lib/inttypes_.h [__DECC]: Likewise.
24436         Reported by Albert Chin <china@thewrittenword.com> in
24437         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
24438
24439 2007-04-04  Eric Blake  <ebb9@byu.net>
24440
24441         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
24442         1.5.x.
24443
24444 2007-04-04  Bruno Haible  <bruno@clisp.org>
24445
24446         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
24447         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
24448
24449 2007-04-04  Bruno Haible  <bruno@clisp.org>
24450
24451         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
24452         results for "%010a" of Infinity and NaN.
24453         * tests/test-vasprintf-posix.c (test_function): Likewise.
24454         * tests/test-snprintf-posix.h (test_function): Likewise.
24455         * tests/test-sprintf-posix.h (test_function): Likewise.
24456         * tests/test-fprintf-posix.h (test_function): Remove these tests.
24457         * tests/test-printf-posix.h (test_function): Likewise.
24458         * tests/test-fprintf-posix.out: Update.
24459         Needed for FreeBSD 6.1.
24460
24461 2007-04-04  Bruno Haible  <bruno@clisp.org>
24462
24463         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
24464         directly used by the gnulib modules nor by gnulib-tool.
24465
24466 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
24467
24468         * DEPENDENCIES: Give overall description of version dependency
24469         desirability.  Use more-typical names for apps.
24470         Add shell, coreutils, diffutils, grep, tar, gzip.
24471
24472 2007-04-04  Simon Josefsson  <simon@josefsson.org>
24473
24474         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
24475
24476 2007-04-04  Karl Berry  <karl@gnu.org>
24477
24478         * MODULES.html.sh (func_module): missing '.
24479
24480 2007-04-03  Bruno Haible  <bruno@clisp.org>
24481
24482         * modules/argmatch-tests (Makefile.am): New variable
24483         test_argmatch_LDADD.
24484         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
24485         * modules/array-list-tests (Makefile.am): New variable
24486         test_array_list_LDADD.
24487         * modules/array-oset-tests (Makefile.am): New variable
24488         test_array_oset_LDADD.
24489         * modules/avltree-list-tests (Makefile.am): New variable
24490         test_avltree_list_LDADD.
24491         * modules/avltree-oset-tests (Makefile.am): New variable
24492         test_avltree_oset_LDADD.
24493         * modules/avltreehash-list-tests (Makefile.am): New variable
24494         test_avltreehash_list_LDADD.
24495         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
24496         test_canonicalize_lgpl_LDADD.
24497         * modules/carray-list-tests (Makefile.am): New variable
24498         test_carray_list_LDADD.
24499         * modules/dirname-tests (Makefile.am): New variable
24500         test_dirname_LDADD.
24501         * modules/linked-list-tests (Makefile.am): New variable
24502         test_linked_list_LDADD.
24503         * modules/linkedhash-list-tests (Makefile.am): New variable
24504         test_linkedhash_list_LDADD.
24505         * modules/rbtree-list-tests (Makefile.am): New variable
24506         test_rbtree_list_LDADD.
24507         * modules/rbtree-oset-tests (Makefile.am): New variable
24508         test_rbtree_oset_LDADD.
24509         * modules/rbtreehash-list-tests (Makefile.am): New variable
24510         test_rbtreehash_list_LDADD.
24511         * modules/xvasprintf-tests (Makefile.am): New variable
24512         test_xvasprintf_LDADD.
24513         Reported by Eric Blake.
24514
24515 2007-04-03  Eric Blake  <ebb9@byu.net>
24516
24517         * DEPENDENCIES: Weaken m4 requirements.
24518
24519 2007-04-03  Bruno Haible  <bruno@clisp.org>
24520
24521         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
24522         * modules/isnanl-tests (configure.ac): Likewise.
24523
24524 2007-04-03  Ben Pfaff  <blp@gnu.org>
24525
24526         * modules/iconv_open: Add $(srcdir)/ to source directory
24527         references in Makefile fragments that call gperf, to fix VPATH
24528         builds.
24529
24530 2007-04-03  Bruno Haible  <bruno@clisp.org>
24531
24532         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
24533         * lib/ldexpl.c: Undo last change.
24534
24535 2007-04-03  Bruno Haible  <bruno@clisp.org>
24536
24537         * modules/printf-frexpl (Depends-on): Undo last change.
24538         (Files): Add m4/ldexpl.m4.
24539
24540 2007-04-03  Bruno Haible  <bruno@clisp.org>
24541
24542         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
24543         * modules/isnanl (Link): New section.
24544
24545         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
24546         * modules/frexp (Link): New section.
24547
24548         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
24549         * modules/frexpl (Link): New section.
24550
24551         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
24552         * modules/ldexpl (Link): New section.
24553
24554 2007-04-03  Bruno Haible  <bruno@clisp.org>
24555
24556         * modules/TEMPLATE-EXTENDED: New file.
24557         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
24558
24559 2007-04-03  Bruno Haible  <bruno@clisp.org>
24560
24561         * DEPENDENCIES: New file.
24562         Suggested by Simon Josefsson.
24563
24564 2007-04-03  Bruno Haible  <bruno@clisp.org>
24565
24566         * doc/gnulib.texi: Escape @.
24567
24568 2007-04-03  James Youngman  <jay@gnu.org>
24569         and Paul Eggert  <eggert@cs.ucla.edu>
24570
24571         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
24572         birthtime on all systems that have birthtime, not just those which
24573         use st_birthtimensec rather than st_birthtim.  Putting zero in
24574         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
24575         that the birth time is not available for files on an NFS mount.
24576
24577 2007-04-03  Simon Josefsson  <simon@josefsson.org>
24578
24579         * modules/memxor: Move back from crypto/, suggested by Bruno.
24580         * modules/crypto/hmac-sha1: Fix memxor dependency.
24581
24582         * modules/crypto/gc: Moved from ../.
24583
24584 2007-04-02  Eric Blake  <ebb9@byu.net>
24585
24586         * lib/ldexpl.c (includes): Avoid libm.
24587
24588         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
24589
24590 2007-04-02  Bruno Haible  <bruno@clisp.org>
24591
24592         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
24593         on IRIX.
24594
24595 2007-04-02  Bruno Haible  <bruno@clisp.org>
24596
24597         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
24598         x86 or x86_64 platforms running MacOS X.
24599         Reported by Ryan Schmidt <@ryandesign.com>.
24600
24601 2007-04-02  Bruno Haible  <bruno@clisp.org>
24602
24603         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
24604         i386.
24605
24606 2007-04-01  Simon Josefsson  <simon@josefsson.org>
24607
24608         * modules/crypto/arcfour: Moved from ../.
24609         * modules/crypto/arcfour-tests: Moved from ../.
24610         * modules/crypto/arctwo: Moved from ../.
24611         * modules/crypto/arctwo-tests: Moved from ../.
24612         * modules/crypto/des: Moved from ../.
24613         * modules/crypto/des-tests: Moved from ../.
24614         * modules/crypto/gc-arcfour: Moved from ../.
24615         * modules/crypto/gc-arcfour-tests: Moved from ../.
24616         * modules/crypto/gc-arctwo: Moved from ../.
24617         * modules/crypto/gc-arctwo-tests: Moved from ../.
24618         * modules/crypto/gc-des: Moved from ../.
24619         * modules/crypto/gc-des-tests: Moved from ../.
24620         * modules/crypto/gc-hmac-md5: Moved from ../.
24621         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
24622         * modules/crypto/gc-hmac-sha1: Moved from ../.
24623         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
24624         * modules/crypto/gc-md2: Moved from ../.
24625         * modules/crypto/gc-md2-tests: Moved from ../.
24626         * modules/crypto/gc-md4: Moved from ../.
24627         * modules/crypto/gc-md4-tests: Moved from ../.
24628         * modules/crypto/gc-md5: Moved from ../.
24629         * modules/crypto/gc-md5-tests: Moved from ../.
24630         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
24631         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
24632         * modules/crypto/gc-random: Moved from ../.
24633         * modules/crypto/gc-rijndael: Moved from ../.
24634         * modules/crypto/gc-rijndael-tests: Moved from ../.
24635         * modules/crypto/gc-sha1: Moved from ../.
24636         * modules/crypto/gc-sha1-tests: Moved from ../.
24637         * modules/crypto/gc-tests: Moved from ../.
24638         * modules/crypto/hmac-md5: Moved from ../.
24639         * modules/crypto/hmac-md5-tests: Moved from ../.
24640         * modules/crypto/hmac-sha1: Moved from ../.
24641         * modules/crypto/hmac-sha1-tests: Moved from ../.
24642         * modules/crypto/md2: Moved from ../.
24643         * modules/crypto/md2-tests: Moved from ../.
24644         * modules/crypto/md4: Moved from ../.
24645         * modules/crypto/md4-tests: Moved from ../.
24646         * modules/crypto/md5: Moved from ../.
24647         * modules/crypto/md5-tests: Moved from ../.
24648         * modules/crypto/memxor: Moved from ../.
24649         * modules/crypto/rijndael: Moved from ../.
24650         * modules/crypto/rijndael-tests: Moved from ../.
24651         * modules/crypto/sha1: Moved from ../.
24652
24653 2007-03-30  James Youngman  <jay@gnu.org>
24654
24655         * tests/test-stat-time.c (prepare_test): use chmod() rather than
24656         rename() to change the ctime of a file (because ctime is unaffected
24657         by rename on jfs2 on AIX 5.1).
24658         (main): Start by doing cleanup, in case a previous run failed leaving
24659         test files behind.
24660
24661 2007-03-31  Bruno Haible  <bruno@clisp.org>
24662
24663         Support old proprietary implementations of iconv.
24664         * modules/iconv_open: New file.
24665         * lib/iconv_.h: New file.
24666         * m4/iconv_h.m4: New file.
24667         * lib/iconv_open.c: New file.
24668         * lib/iconv_open-aix.gperf: New file.
24669         * lib/iconv_open-hpux.gperf: New file.
24670         * lib/iconv_open-irix.gperf: New file.
24671         * lib/iconv_open-osf.gperf: New file.
24672         * m4/iconv_open.m4: New file.
24673         * modules/linebreak (Depends-on): Add iconv_open.
24674         * modules/striconv (Depends-on): Likewise.
24675         * modules/striconveh (Depends-on): Likewise.
24676         * modules/unicodeio (Depends-on): Likewise.
24677         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
24678         (iconv_t)(-1).
24679         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
24680         conversion if cd is (iconv_t)(-1).
24681         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
24682         is not possible.
24683
24684 2007-03-31  Bruno Haible  <bruno@clisp.org>
24685
24686         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
24687         work on Solaris either. Protect also second use of "autodetect_jp".
24688
24689 2007-03-31  Bruno Haible  <bruno@clisp.org>
24690
24691         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
24692         the function is not present.
24693
24694 2007-03-31  Bruno Haible  <bruno@clisp.org>
24695
24696         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
24697         the function is not present.
24698
24699 2007-03-31  Bruno Haible  <bruno@clisp.org>
24700
24701         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
24702         a bug in HP-UX iconv_open().
24703
24704 2007-03-31  Bruno Haible  <bruno@clisp.org>
24705
24706         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
24707         (Mathematics <math.h>): New section, add fpieee.
24708         (Input/output <stdio.h>): Add fseterr.
24709         (Mathematics <math.h>): New section, add printf-frexp.
24710         (Container data structures): Add sublist.
24711         (Core language properties): Add fpucw, inline.
24712         (Functions for greatest-width integer types <inttypes.h>): Add
24713         imaxabs, imaxdiv, inttypes.
24714         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
24715         isnanl-nolibm, ldexp.
24716         (Mathematics <math.h>): New section, add printf-frexpl.
24717         (Support for systems lacking POSIX:2001): Add fprintf-posix,
24718         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
24719         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
24720         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
24721         (Unicode string functions): Add unistr/u*-mbtoucr.
24722         (Java): Add javacomp-script, javaexec-script.
24723         (C#): Add csharpcomp-script, csharpexec-script.
24724         (Support for building libraries and executables): Add havelib,
24725         relocatable-*.
24726         (Support for maintaining and releasing projects): Renamed from
24727         'Support for maintaining and release projects'. Add announce-gen.
24728
24729 2007-03-31  Bruno Haible  <bruno@clisp.org>
24730
24731         * README: Talk primarily about git.
24732         (git and CVS): Renamed from CVS.
24733         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
24734         gnulib is available through git.
24735         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
24736
24737 2007-03-30  Bruno Haible  <bruno@clisp.org>
24738
24739         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
24740         * lib/poll_.h: Likewise.
24741         * lib/stat_.h: Likewise.
24742         * lib/sys_time_.h: Likewise.
24743         * lib/sysexit_.h: Likewise.
24744         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
24745         * lib/stdbool_.h: Likewise.
24746         * lib/byteswap_.h: Add double-inclusion guard.
24747
24748 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
24749
24750         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
24751
24752 2007-03-30  Karl Berry  <karl@gnu.org>
24753
24754         * config/srclist-update: double space after USA in the license
24755         substitution, since that's how it's usually (?) written.
24756
24757 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
24758
24759         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
24760         reported by Bruno Haible.
24761
24762 2007-03-29  Bruno Haible  <bruno@clisp.org>
24763
24764         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
24765         a bug in AIX iconv().
24766
24767 2007-03-29  Bruno Haible  <bruno@clisp.org>
24768
24769         * modules/ldexpl-tests: New file.
24770         * tests/test-ldexpl.c: New file.
24771
24772 2007-03-29  Bruno Haible  <bruno@clisp.org>
24773
24774         * lib/ldexpl.c: Include fpucw.h.
24775         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
24776         multiplication.
24777         * modules/ldexpl (Depends-on): Add fpucw.
24778
24779 2007-03-29  Bruno Haible  <bruno@clisp.org>
24780
24781         * modules/ldexpl: New file.
24782         * m4/ldexpl.m4: New file.
24783         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
24784         set.
24785         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
24786         REPLACE_LDEXPL.
24787         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
24788         REPLACE_LDEXPL.
24789         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
24790         gl_FUNC_LDEXPL_WORKS.
24791         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
24792         * modules/mathl (Files): Remove lib/ldexpl.c.
24793         (Depends-on): Add ldexpl.
24794
24795 2007-03-29  Bruno Haible  <bruno@clisp.org>
24796
24797         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
24798
24799 2007-03-29  Bruno Haible  <bruno@clisp.org>
24800
24801         * tests/test-striconveh.c (main): Don't assume that a direct conversion
24802         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
24803         and possibly also HP-UX.
24804         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
24805         work on AIX, IRIX, HP-UX, OSF/1.
24806         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
24807         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
24808         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
24809         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
24810         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
24811         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
24812
24813 2007-03-29  Bruno Haible  <bruno@clisp.org>
24814
24815         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
24816
24817 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
24818
24819         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
24820         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
24821
24822 2007-03-29  Eric Blake  <ebb9@byu.net>
24823
24824         * lib/acl-internal.h: Remove redundant include.
24825         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
24826         Cygwin when a file is locked.
24827
24828 2007-03-29  Bruno Haible  <bruno@clisp.org>
24829
24830         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
24831         file.
24832         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
24833
24834 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
24835
24836         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
24837         try to remove a parent directory if the child couldn't be removed
24838         (except for the first rmdir, which could fail because the child
24839         doesn't exist).  Problem reported by Jeff Blaine in
24840         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
24841
24842 2007-03-28  Bruno Haible  <bruno@clisp.org>
24843
24844         * lib/striconveh.c (utf8conv_carefully): New function.
24845         (mem_cd_iconveh_internal): Invoke it.
24846
24847 2007-03-28  Bruno Haible  <bruno@clisp.org>
24848
24849         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
24850         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
24851         input.
24852         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
24853         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
24854         unistr/u8-uctomb.
24855
24856 2007-03-28  Bruno Haible  <bruno@clisp.org>
24857
24858         * modules/unistr/u8-mbtoucr: New file.
24859         * lib/unistr/u8-mbtoucr.c: New file.
24860         * modules/unistr/u16-mbtoucr: New file.
24861         * lib/unistr/u16-mbtoucr.c: New file.
24862         * modules/unistr/u16-mbtoucr: New file.
24863         * lib/unistr/u16-mbtoucr.c: New file.
24864         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
24865
24866 2007-03-27  Simon Josefsson  <simon@josefsson.org>
24867             Bruno Haible  <bruno@clisp.org>
24868
24869         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
24870         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
24871         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
24872
24873         * m4/stdio_h.m4: Add stubs for vasprintf too.
24874
24875         * modules/stdio: Support vasprintf in sed command.
24876
24877         * modules/vasprintf: Depend on stdio for prototypes.  Remove
24878         vasprintf.h.  Add stdio module indicator.
24879
24880         * lib/stdio_.h: Declare asprintf and vasprintf, based on
24881         vasprintf.h.
24882
24883         * lib/vasprintf.h: File removed.
24884
24885         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
24886         * lib/vasprintf.c: Ditto.
24887         * lib/xvasprintf.c: Ditto.
24888         * tests/test-vasprintf-posix.c: Ditto.
24889         * tests/test-vasprintf.c: Ditto.
24890
24891 2007-03-27  Bruno Haible  <bruno@clisp.org>
24892
24893         Make vasnprintf multithread-safe.
24894         * lib/vasnprintf.c (decimal_point_char): New function.
24895         (VASNPRINTF): Use it.
24896         Suggested by Simon Josefsson.
24897
24898 2007-03-27  Eric Blake  <ebb9@byu.net>
24899
24900         Support sub-second birthtime on cygwin.
24901         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
24902         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
24903         (get_stat_birthtime): Also work with st_birthtim.
24904
24905 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
24906
24907         * lib/stat-time.h (USE_BIRTHTIME): Remove.
24908         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
24909         (get_stat_birthtime_ns): Do not try to use "spare" fields.
24910         (get_stat_birthtime_ns): Simplify compile-time tests.
24911         (get_stat_birthtime): Change the API to look like
24912         get_stat_mtime etc., except return a negative tv_nsec on error.
24913         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
24914         Don't check for "spare" fields.
24915         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
24916         or for struct stat.st_birthtime, as these tests aren't used.
24917         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
24918
24919 2007-03-27  Bruno Haible  <bruno@clisp.org>
24920
24921         * lib/stat-time.h: Include <sys/stat.h>.
24922
24923 2007-03-27  James Youngman  <jay@gnu.org>
24924
24925         * lib/stat-time.h (get_stat_birthtime): New function for
24926           retrieving st_birthtime as provided by UFS2 (hence *BSD).
24927         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
24928           and its variants.
24929         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
24930         * modules/stat-time-test: New file.
24931         * tests/test-stat-time.c: New test, devised by Bruno Haible.
24932
24933 2007-03-26  Bruno Haible  <bruno@clisp.org>
24934
24935         Better support of signalling NaNs.
24936         * lib/atanl.c: Include isnanl.h.
24937         (atanl): Perform test for NaN at the beginning of the function and
24938         through a call to isnanl.
24939         * lib/cosl.c: Include isnanl.h.
24940         (cosl): Perform test for NaN at the beginning of the function and
24941         through a call to isnanl.
24942         * lib/ldexpl.c: Include isnanl.h.
24943         (ldexpl): Perform test for NaN through a call to isnanl.
24944         * lib/logl.c: Include isnanl.h.
24945         (logl): Perform test for NaN at the beginning of the function and
24946         through a call to isnanl.
24947         * lib/sinl.c: Include isnanl.h.
24948         (sinl): Perform test for NaN at the beginning of the function and
24949         through a call to isnanl.
24950         * lib/sqrtl.c: Include isnanl.h.
24951         (sqrtl): Perform test for NaN at the beginning of the function and
24952         through a call to isnanl.
24953         * lib/tanl.c: Include isnanl.h.
24954         (tanl): Perform test for NaN at the beginning of the function and
24955         through a call to isnanl.
24956         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
24957         * modules/mathl (Depends-on): Add isnanl.
24958
24959 2007-03-26  Eric Blake  <ebb9@byu.net>
24960
24961         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
24962         regression in logic sense of previous patch.
24963
24964 2007-03-26  Bruno Haible  <bruno@clisp.org>
24965
24966         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
24967         unportable shell command "if ! ...".
24968         Reported by Ralf Wildenhues.
24969
24970 2007-03-25  Bruno Haible  <bruno@clisp.org>
24971
24972         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
24973         <sysexits.h> file, and only add EX_CONFIG.
24974         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
24975         absolute file name and whether it is sufficient. Substitute also
24976         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
24977         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
24978         ABSOLUTE_SYSEXITS_H into sysexits.h.
24979
24980 2007-03-25  Bruno Haible  <bruno@clisp.org>
24981
24982         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
24983         hints is NULL.
24984
24985 2007-03-25  Bruno Haible  <bruno@clisp.org>
24986
24987         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
24988         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
24989
24990 2007-03-25  Bruno Haible  <bruno@clisp.org>
24991
24992         * lib/vasnprintf.c: Include langinfo.h.
24993         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
24994         multithread-safe.
24995         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
24996         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
24997         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
24998         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
24999         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25000         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25001         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25002         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
25003         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25004         Reported by Simon Josefsson.
25005
25006 2007-03-25  Bruno Haible  <bruno@clisp.org>
25007
25008         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
25009         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
25010         * modules/vasnprintf (Depends-on): Add stdint.
25011
25012 2007-03-25  Bruno Haible  <bruno@clisp.org>
25013
25014         * modules/fpieee: New file.
25015         * m4/fpieee.m4: New file.
25016         * modules/isnan-nolibm (Depends-on): Add fpieee.
25017         * modules/isnanl-nolibm (Depends-on): Add fpieee.
25018         * modules/isnanl (Depends-on): Add fpieee.
25019
25020 2007-03-25  Bruno Haible  <bruno@clisp.org>
25021
25022         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
25023
25024 2007-03-25  Bruno Haible  <bruno@clisp.org>
25025
25026         Avoid test failures on IRIX 6.5.
25027         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
25028         (main): Use it.
25029         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
25030         macros.
25031         (main): Use them.
25032
25033 2007-03-25  Bruno Haible  <bruno@clisp.org>
25034
25035         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
25036         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
25037         exists but doesn't work.
25038         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
25039         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
25040         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
25041         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
25042
25043 2007-03-25  Bruno Haible  <bruno@clisp.org>
25044
25045         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
25046         returns inf. Needed on IRIX 6.5.
25047
25048 2007-03-25  Bruno Haible  <bruno@clisp.org>
25049
25050         * tests/test-frexpl.c: Include isnanl-nolibm.h.
25051         (main): Use isnanl instead of x != x idiom.
25052         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
25053
25054         * tests/test-frexp.c: Include isnan.h.
25055         (main): Use isnan instead of x != x idiom.
25056         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
25057
25058 2007-03-25  Bruno Haible  <bruno@clisp.org>
25059
25060         * tests/test-frexp.c (NaN): New function/macro.
25061         (main): Use it instead of 0.0 / 0.0.
25062         * tests/test-isnan.c (NaN): New function/macro.
25063         (main): Use it instead of 0.0 / 0.0.
25064         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
25065         (test_function): Use it instead of 0.0 / 0.0.
25066         * tests/test-vasprintf-posix.c (NaN): New function/macro.
25067         (test_function): Use it instead of 0.0 / 0.0.
25068         * tests/test-snprintf-posix.h (NaN): New function/macro.
25069         (test_function): Use it instead of 0.0 / 0.0.
25070         * tests/test-sprintf-posix.h (NaN): New function/macro.
25071         (test_function): Use it instead of 0.0 / 0.0.
25072         * tests/test-fprintf-posix.h (NaN): New function/macro.
25073         (test_function): Use it instead of 0.0 / 0.0.
25074         * tests/test-printf-posix.h (NaN): New function/macro.
25075         (test_function): Use it instead of 0.0 / 0.0.
25076
25077         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
25078
25079 2007-03-25  Bruno Haible  <bruno@clisp.org>
25080
25081         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
25082
25083 2007-03-25  Bruno Haible  <bruno@clisp.org>
25084
25085         * lib/regexec.c (merge_state_with_log): Make static.
25086
25087 2007-03-25  Bruno Haible  <bruno@clisp.org>
25088
25089         * lib/trigl.c (kernel_rem_pio2): Make static.
25090
25091 2007-03-25  Bruno Haible  <bruno@clisp.org>
25092
25093         * lib/sincosl.c (sincosl_table): Make static.
25094
25095 2007-03-25  Bruno Haible  <bruno@clisp.org>
25096
25097         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
25098         if the compiler does not support C99.
25099
25100 2007-03-25  Bruno Haible  <bruno@clisp.org>
25101
25102         * modules/time (Makefile.am): Ensure all rule action lines start with a
25103         tab.
25104
25105 2007-03-24  Bruno Haible  <bruno@clisp.org>
25106
25107         * modules/tsearch-tests: New file.
25108         * tests/test-tsearch.sh: New file.
25109         * tests/test-tsearch.c: New file, mostly copied from glibc.
25110
25111         * modules/search-tests: New file.
25112         * tests/test-search.c: New file.
25113
25114         * modules/search: New file.
25115         * lib/search_.h: New file, incorporating lib/tsearch.h.
25116         * m4/search_h.m4: New file.
25117         * lib/tsearch.h: Remove file.
25118         * lib/tsearch.c: Include search.h instead of tsearch.h.
25119         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
25120         HAVE_TSEARCH.
25121         * modules/tsearch (Files): Remove lib/tsearch.h.
25122         (Depends-on): Add search.
25123         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
25124         (Include): Change tsearch.h into search.h.
25125
25126 2007-03-24  Bruno Haible  <bruno@clisp.org>
25127
25128         * modules/fpucw: New file.
25129         * lib/fpucw.h: New file.
25130         * lib/frexp.c: Include fpucw.h.
25131         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
25132         (FUNC): Use them.
25133         * lib/printf-frexp.c: Include fpucw.h.
25134         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
25135         (FUNC): Use them.
25136         * lib/vasnprintf.c: Include fpucw.h.
25137         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
25138         'long double' calculations.
25139         * tests/test-frexpl.c: Include fpucw.h.
25140         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
25141         * tests/test-printf-frexpl.c: Include fpucw.h.
25142         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
25143         * modules/frexpl (Depends-on): Add fpucw.
25144         * modules/printf-frexpl (Depends-on): Likewise.
25145         * modules/fprintf-posix (Depends-on): Likewise.
25146         * modules/snprintf-posix (Depends-on): Likewise.
25147         * modules/sprintf-posix (Depends-on): Likewise.
25148         * modules/vasnprintf-posix (Depends-on): Likewise.
25149         * modules/vasprintf-posix (Depends-on): Likewise.
25150         * modules/vfprintf-posix (Depends-on): Likewise.
25151         * modules/vsnprintf-posix (Depends-on): Likewise.
25152         * modules/vsprintf-posix (Depends-on): Likewise.
25153         * modules/frexpl-tests (Depends-on): Likewise.
25154         * modules/printf-frexpl-tests (Depends-on): Likewise.
25155
25156 2007-03-24  Bruno Haible  <bruno@clisp.org>
25157
25158         * lib/float+.h: New file.
25159         * lib/isnan.c: Include float+.h.
25160         (SIZE): New macro.
25161         (FUNC): Compare only SIZE bytes of the value.
25162         * lib/vasnprintf.c: Include float+.h.
25163         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
25164         SIZEOF_LDBL or SIZEOF_DBL bytes.
25165         * modules/isnan-nolibm (Files): Add lib/float+.h.
25166         * modules/isnanl-nolibm (Files): Add lib/float+.h.
25167         * modules/isnanl (Files): Add lib/float+.h.
25168         * modules/vasnprintf (Files): Add lib/float+.h.
25169
25170 2007-03-24  Bruno Haible  <bruno@clisp.org>
25171
25172         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
25173         include isnanl-nolibm.h.
25174
25175 2007-03-24  Bruno Haible  <bruno@clisp.org>
25176
25177         * tests/test-read-file.c (main): Don't produce spurious output for
25178         expected situations. Make the test fail if it encountered unexpected
25179         results.
25180
25181 2007-03-24  Bruno Haible  <bruno@clisp.org>
25182
25183         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
25184         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
25185
25186 2007-03-24  Bruno Haible  <bruno@clisp.org>
25187
25188         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
25189
25190 2007-03-24  Bruno Haible  <bruno@clisp.org>
25191
25192         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
25193         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
25194
25195         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
25196         * modules/utf8-ucs4: Turn into a symbolic link to module
25197         unistr/u8-mbtouc.
25198
25199         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
25200         utf8-ucs4-unsafe.
25201         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
25202         unistr/u8-mbtouc-unsafe.
25203
25204         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
25205         * modules/utf16-ucs4: Turn into a symbolic link to module
25206         unistr/u16-mbtouc.
25207
25208         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
25209         utf16-ucs4-unsafe.
25210         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
25211         unistr/u16-mbtouc-unsafe.
25212
25213         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
25214         * modules/ucs4-utf8: Turn into a symbolic link to module
25215         unistr/u8-ubtomb.
25216
25217         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
25218         * modules/ucs4-utf16: Turn into a symbolic link to module
25219         unistr/u16-ubtomb.
25220
25221 2007-03-24  Bruno Haible  <bruno@clisp.org>
25222
25223         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
25224         Enable the function only if HAVE_INLINE.
25225         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
25226         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
25227         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
25228         Enable the function only if HAVE_INLINE.
25229         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
25230         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
25231         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
25232         Enable the function only if HAVE_INLINE.
25233         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
25234         Enable the function only if HAVE_INLINE.
25235         * modules/utf8-ucs4: Update.
25236         * modules/utf8-ucs4-unsafe: Update.
25237         * modules/utf16-ucs4: Update.
25238         * modules/utf16-ucs4-unsafe: Update.
25239         * modules/ucs4-utf8: Update.
25240         * modules/ucs4-utf16: Update.
25241
25242 2007-03-24  Bruno Haible  <bruno@clisp.org>
25243
25244         * lib/utf8-ucs4.h: Remove file.
25245         * lib/utf8-ucs4-unsafe.h: Remove file.
25246         * lib/utf16-ucs4.h: Remove file.
25247         * lib/utf16-ucs4-unsafe.h: Remove file.
25248         * lib/ucs4-utf8.h: Remove file.
25249         * lib/ucs4-utf16.h: Remove file.
25250         * lib/unistr.h: Include their previous contents.
25251         * m4/utf-ucs4.m4: Remove file.
25252         * m4/ucs4-utf.m4: Remove file.
25253         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
25254         (Depends-on): Add unistr/base.
25255         (configure.ac): Remove gl_UTF_UCS4.
25256         (Makefile.am): Update.
25257         (Include): Change to unistr.h.
25258         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
25259         (Depends-on): Add unistr/base.
25260         (configure.ac): Remove gl_UTF_UCS4.
25261         (Makefile.am): Update.
25262         (Include): Change to unistr.h.
25263         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
25264         (Depends-on): Add unistr/base.
25265         (configure.ac): Remove gl_UTF_UCS4.
25266         (Makefile.am): Update.
25267         (Include): Change to unistr.h.
25268         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
25269         (Depends-on): Add unistr/base.
25270         (configure.ac): Remove gl_UTF_UCS4.
25271         (Makefile.am): Update.
25272         (Include): Change to unistr.h.
25273         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
25274         (Depends-on): Add unistr/base.
25275         (configure.ac): Remove gl_UCS4_UTF.
25276         (Makefile.am): Update.
25277         (Include): Change to unistr.h.
25278         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
25279         (Depends-on): Add unistr/base.
25280         (configure.ac): Remove gl_UCS4_UTF.
25281         (Makefile.am): Update.
25282         (Include): Change to unistr.h.
25283         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
25284         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
25285         utf8-ucs4-unsafe.h.
25286         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
25287         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
25288         utf16-ucs4-unsafe.h.
25289         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
25290         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
25291         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
25292         * lib/unistr/u8-strchr.c: Likewise.
25293         * lib/unistr/u8-strrchr.c: Likewise.
25294         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
25295         * lib/unistr/u16-strchr.c: Likewise.
25296         * lib/unistr/u16-strrchr.c: Likewise.
25297         * lib/striconveh.c: Update.
25298         * lib/linebreak.c: Update.
25299
25300 2007-03-24  Bruno Haible  <bruno@clisp.org>
25301
25302         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
25303         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
25304
25305 2007-03-22  Bruno Haible  <bruno@clisp.org>
25306
25307         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
25308
25309 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
25310
25311         * MODULES.html.sh (File system functions): New module write-any-file.
25312         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
25313         * m4/write-any-file.m4: New files.
25314
25315 2007-03-23  Eric Blake  <ebb9@byu.net>
25316
25317         * gnulib-tool: Rearrange space-tab sequences, since some editors
25318         like to eat them.
25319
25320 2007-03-23  Eric Blake  <ebb9@byu.net>
25321
25322         * lib/version-etc.c (version_etc_va): Update license wording to
25323         be more concise.  Recommended by Richard Stallman.
25324
25325 2007-03-22  Bruno Haible  <bruno@clisp.org>
25326
25327         * lib/poll.c (MSG_PEEK): New fallback definition.
25328
25329 2007-03-22  Bruno Haible  <bruno@clisp.org>
25330
25331         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
25332         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
25333         (main): Update.
25334         Fixes a compilation error on BeOS.
25335
25336 2007-03-22  Bruno Haible  <bruno@clisp.org>
25337
25338         * modules/frexpl-tests: New file.
25339         * tests/test-frexpl.c: New file.
25340
25341         * modules/frexpl: New file.
25342         * m4/frexpl.m4: New file.
25343         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
25344         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
25345         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
25346         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
25347         (Depends-on): Add frexpl. Remove isnanl-nolibm.
25348         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
25349
25350 2007-03-22  Bruno Haible  <bruno@clisp.org>
25351
25352         * lib/frexpl.c: Share code with lib/frexp.c.
25353         * modules/mathl (Files): Add lib/frexp.c.
25354         (Depends-on): Add isnanl-nolibm.
25355
25356 2007-03-22  Bruno Haible  <bruno@clisp.org>
25357
25358         * modules/printf-frexp (Files): Add m4/frexp.m4.
25359         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
25360         only if the found frexp function actually works.
25361
25362 2007-03-22  Bruno Haible  <bruno@clisp.org>
25363
25364         * lib/frexp.c: Remove older implementation that uses divisions.
25365
25366 2007-03-21  Bruno Haible  <bruno@clisp.org>
25367
25368         * modules/frexp-tests: New file.
25369         * tests/test-frexp.c: New file.
25370
25371         * modules/frexp: New file.
25372         * lib/frexp.c: New file.
25373         * m4/frexp.m4: New file.
25374         * lib/math_.h (frexp): New declaration.
25375         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
25376         REPLACE_FREXP.
25377         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
25378
25379 2007-03-21  Bruno Haible  <bruno@clisp.org>
25380
25381         * modules/isnanl-tests: New file.
25382         * tests/test-isnanl.c: New file.
25383
25384         * modules/isnanl: New file.
25385         * lib/isnanl.h: New file.
25386         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
25387         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
25388         gl_FUNC_ISNANL_WORKS.
25389         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
25390         New macros.
25391
25392 2007-03-21  Bruno Haible  <bruno@clisp.org>
25393
25394         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
25395         lib/isnanl.h.
25396         (Include): Update.
25397         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
25398         * lib/vasnprintf.c: Update.
25399         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
25400         tests/test-isnanl.h, remove tests/test-isnanl.c.
25401         (Makefile.am): Update.
25402         * tests/test-isnanl-nolibm.c: New file.
25403         * tests/test-isnanl.h: New file.
25404         * tests/test-isnanl.c: Remove file.
25405
25406 2007-03-21  Jim Meyering  <jim@meyering.net>
25407
25408         When trying to open ".", treat ESTALE like EACCES.
25409         * lib/savewd.c (savewd_save): Resort to forking not just upon
25410         failure with EACCES, but also when errno is ESTALE.
25411
25412 2007-03-20  Bruno Haible  <bruno@clisp.org>
25413
25414         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
25415         Needed on AIX 5.1. Reported by Matthew Woehlke.
25416
25417 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
25418
25419         Suggestions by Bruno Haible:
25420         * lib/acl-internal.h: Include "gettext.h" rather than rolling
25421         our own.
25422         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
25423         * modules/acl (Depends-on): Add gettext.
25424
25425 2007-03-19  Bruno Haible  <bruno@clisp.org>
25426
25427         * modules/iconvme: Remove file.
25428         * lib/iconvme.h: Remove file.
25429         * lib/iconvme.c: Remove file.
25430         * m4/iconvme.m4: Remove file.
25431
25432 2007-03-19  Bruno Haible  <bruno@clisp.org>
25433
25434         * doc/relocatable-maint.texi: Break long shell script line.
25435         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
25436
25437 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
25438
25439         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
25440         handle file_has_acl.
25441         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
25442         * lib/acl.c: Move header inclusions and related macro defns into
25443         lib/acl-internal.h.
25444         (S_ISLNK): Remove defn, since that's now done for us.
25445         (file_has_acl): Move to lib/file-has-acl.c.
25446         Call acl_trivial if available.  This is the crucial part of the fix.
25447         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
25448         shared within the library.  Rewrite a bit, partly to make it compatible
25449         with the GNU coding style.
25450         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
25451         Remove unnecessary double-quotes.
25452         Don't test for acl_to_text; the build will catch that.
25453         Replace acl_entries if it doesn't exist and it is needed.
25454         Check for -lsec and acl_trivial (as used on Solaris 10).
25455         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
25456         lib/file-has-acl.c.
25457         (Depends-on): Add sys_stat, for S_ISLNK.
25458
25459 2007-03-19  Ben Pfaff  <blp@gnu.org>
25460
25461         * doc/gnulib.texi: Fix typos.
25462         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
25463
25464 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
25465
25466         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
25467         If size is zero here, buf must be zero.
25468
25469 2007-03-19  Simon Josefsson  <simon@josefsson.org>
25470
25471         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
25472         <bruno@clisp.org>.
25473
25474 2007-03-18  Bruno Haible  <bruno@clisp.org>
25475
25476         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
25477         Suggested by Eric Blake.
25478
25479 2007-03-18  Ben Pfaff  <blp@gnu.org>
25480
25481         * doc/relocatable.texi: Recommend using as prefix a directory
25482         that does not exist and will never be created.  Based on
25483         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
25484         and others.
25485
25486 2007-03-17  Bruno Haible  <bruno@clisp.org>
25487
25488         * lib/fchownat.c: Include lchown.h.
25489
25490 2007-03-17  Bruno Haible  <bruno@clisp.org>
25491
25492         Fix endless loop when the given allocated size was > INT_MAX.
25493         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
25494         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
25495         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
25496         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
25497         * lib/sprintf.c (sprintf): Likewise.
25498
25499 2007-03-17  Bruno Haible  <bruno@clisp.org>
25500
25501         * tests/test-argp-2.sh (func_compare): Output a context diff.
25502
25503 2007-03-17  Bruno Haible  <bruno@clisp.org>
25504
25505         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
25506         locale's decimal-point character.
25507
25508 2007-03-17  Bruno Haible  <bruno@clisp.org>
25509
25510         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
25511         before comparing it. Needed because on some platforms (e.g. x86) a
25512         'long double' occupies less bytes than sizeof (long double).
25513
25514 2007-03-17  Bruno Haible  <bruno@clisp.org>
25515
25516         * tests/test-crc.c (main): Make printf statements 64-bit clean.
25517         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
25518         * tests/test-getaddrinfo.c (simple): Likewise.
25519         * tests/test-read-file.c (main): Likewise.
25520
25521 2007-03-17  Bruno Haible  <bruno@clisp.org>
25522
25523         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
25524
25525 2007-03-17  Bruno Haible  <bruno@clisp.org>
25526
25527         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
25528         unused variable.
25529
25530 2007-03-17  Bruno Haible  <bruno@clisp.org>
25531
25532         * tests/test-c-strcasecmp.c: Include c-strcase.h.
25533         * tests/test-c-strncasecmp.c: Likewise.
25534
25535 2007-03-17  Bruno Haible  <bruno@clisp.org>
25536
25537         * modules/stdlib (Depends-on): Add unistd.
25538         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
25539         Needed for MacOS X 10.3.
25540
25541 2007-03-17  Bruno Haible  <bruno@clisp.org>
25542
25543         * lib/unistr/u-strdup.h: Include <stdlib.h>.
25544
25545 2007-03-17  Bruno Haible  <bruno@clisp.org>
25546
25547         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
25548
25549 2007-03-17  Bruno Haible  <bruno@clisp.org>
25550
25551         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
25552         to reflect files copied from gnulib (with or without modifications).
25553         Suggested by Jim Meyering.
25554
25555 2007-03-17  Eric Blake  <ebb9@byu.net>
25556
25557         * NEWS: Document stdlib change from 2007-02-18.
25558
25559 2007-03-17  Jim Meyering  <jim@meyering.net>
25560
25561         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
25562         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
25563         someone uses a name containing shell meta-characters.
25564         Reported by Alfred M. Szmidt.
25565
25566         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
25567
25568 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
25569
25570         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
25571         and copy gettext configuration files only if configure.ac contains
25572         a use of AM_GNU_GETTEXT_VERSION.
25573
25574 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
25575
25576         * build-aux/bootstrap (gnulib_name): New variable.
25577         (gnulib_tool_options): Use it.
25578
25579 2007-03-13  Simon Josefsson  <simon@josefsson.org>
25580
25581         * tests/test-des.c: Use new namespace.
25582
25583 2007-03-15  Bruno Haible  <bruno@clisp.org>
25584
25585         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
25586         Reported by James Youngman <jay@gnu.org>.
25587
25588 2007-03-15  Bruno Haible  <bruno@clisp.org>
25589
25590         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
25591         declared prototype. Needed with cc on OSF/1 5.1.
25592
25593 2007-03-15  Bruno Haible  <bruno@clisp.org>
25594
25595         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
25596         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
25597         (struct gl_list_implementation): Add dispose_fn argument to the
25598         'create_empty', 'create' methods.
25599         (struct gl_list_impl_base): Add field 'dispose_fn'.
25600         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
25601         argument.
25602         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
25603         dispose_fn argument.
25604         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
25605         dispose_fn on the dropped values.
25606         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
25607         dispose_fn argument.
25608         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
25609         dropped values.
25610         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
25611         (gl_tree_remove_node): Call dispose_fn on the dropped value.
25612         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
25613         (gl_tree_remove_node): Call dispose_fn on the dropped value.
25614         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
25615         argument.
25616         (gl_tree_list_free): Call dispose_fn on the dropped values.
25617         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
25618         the dropped values.
25619         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
25620         Add dispose_fn argument.
25621         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
25622         Call dispose_fn on the dropped values.
25623         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
25624         Add dispose_fn argument.
25625         (gl_sublist_create): Initialize the 'dispose_fn' field.
25626         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
25627         * tests/test-array_list.c (main): Update.
25628         * tests/test-carray_list.c (main): Update.
25629         * tests/test-avltree_list.c (main): Update.
25630         * tests/test-rbtree_list.c (main): Update.
25631         * tests/test-avltreehash_list.c (main): Update.
25632         * tests/test-rbtreehash_list.c (main): Update.
25633         * tests/test-linked_list.c (main): Update.
25634         * tests/test-linkedhash_list.c (main): Update.
25635         * tests/test-array_oset.c (main): Update.
25636
25637 2007-03-15  Bruno Haible  <bruno@clisp.org>
25638
25639         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
25640         (gl_oset_create_empty): Add dispose_fn argument.
25641         (struct gl_oset_implementation): Add dispose_fn argument to
25642         'create_empty' method.
25643         (struct gl_oset_impl_base): Add dispose_fn field.
25644         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
25645         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
25646         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
25647         values.
25648         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
25649         (gl_tree_oset_free): Call dispose_fn on the dropped values.
25650         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
25651         dropped value.
25652         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
25653         dropped value.
25654         * tests/test-array_oset.c (main): Update.
25655         * tests/test-avltree_oset.c (main): Update.
25656         * tests/test-rbtree_oset.c (main): Update.
25657         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
25658
25659 2007-03-13  Bruno Haible  <bruno@clisp.org>
25660
25661         * tests/test-stdbool.c (i): Update after last patch.
25662
25663 2007-03-12  Bruno Haible  <bruno@clisp.org>
25664
25665         * lib/quotearg.c: Include <wctype.h> early, before the definition of
25666         the iswprint macro. Needed on Solaris 2.5.1.
25667
25668 2007-03-12  Bruno Haible  <bruno@clisp.org>
25669
25670         * tests/test-printf-frexp.c (main): Declare x as volatile.
25671
25672 2007-03-12  Simon Josefsson  <simon@josefsson.org>
25673
25674         * doc/gnulib.texi (Build robot for gnulib): New section.
25675
25676 2007-03-12  Jim Meyering  <jim@meyering.net>
25677
25678         * build-aux/bootstrap: New file.
25679         * build-aux/bootstrap.conf: New file, from coreutils.
25680
25681 2007-03-11  Bruno Haible  <bruno@clisp.org>
25682
25683         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
25684
25685 2007-03-12  Simon Josefsson  <simon@josefsson.org>
25686
25687         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
25688         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
25689         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
25690
25691 2007-03-11  Bruno Haible  <bruno@clisp.org>
25692
25693         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
25694         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
25695
25696 2007-03-11  Bruno Haible  <bruno@clisp.org>
25697
25698         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
25699         formula. Needed for SunPRO C 5.0.
25700
25701 2007-03-11  Bruno Haible  <bruno@clisp.org>
25702
25703         * modules/long-options (Depends-on): Add getopt.
25704
25705 2007-03-11  Bruno Haible  <bruno@clisp.org>
25706
25707         * modules/modechange (Depends-on): Add stdbool.
25708
25709 2007-03-11  Bruno Haible  <bruno@clisp.org>
25710
25711         * modules/i-ring (Depends-on): Add stdbool.
25712
25713 2007-03-11  Bruno Haible  <bruno@clisp.org>
25714
25715         * modules/gc-des (Depends-on): Add stdbool.
25716
25717 2007-03-11  Bruno Haible  <bruno@clisp.org>
25718
25719         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
25720
25721 2007-03-11  Bruno Haible  <bruno@clisp.org>
25722
25723         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
25724
25725 2007-03-11  Bruno Haible  <bruno@clisp.org>
25726
25727         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
25728
25729 2007-03-11  Bruno Haible  <bruno@clisp.org>
25730
25731         * lib/vasnprintf.c (sprintf): Undefine.
25732
25733 2007-03-11  Bruno Haible  <bruno@clisp.org>
25734
25735         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
25736         initializers in SunPRO C and Compaq C compilers.
25737
25738 2007-03-11  Bruno Haible  <bruno@clisp.org>
25739
25740         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
25741         decrementing code ANSI C compliant.
25742
25743 2007-03-11  Bruno Haible  <bruno@clisp.org>
25744
25745         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
25746         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
25747
25748 2007-03-11  Bruno Haible  <bruno@clisp.org>
25749
25750         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
25751         <stdbool.h> substitute doesn't pass.
25752
25753 2007-03-11  Bruno Haible  <bruno@clisp.org>
25754
25755         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
25756
25757 2007-03-11  Bruno Haible  <bruno@clisp.org>
25758
25759         * gnulib-tool (func_create_megatestdir): Create also an autobuild
25760         script, for submission to autobuild.josefsson.org.
25761
25762 2007-03-10  Bruno Haible  <bruno@clisp.org>
25763
25764         * modules/canonicalize-lgpl-tests: New file.
25765         * tests/test-canonicalize-lgpl.sh: New file.
25766         * tests/test-canonicalize-lgpl.c: New file.
25767
25768         * modules/c-strcase-tests: New file.
25769         * tests/test-c-strcase.sh: New file.
25770         * tests/test-c-strcasecmp.c: New file.
25771         * tests/test-c-strncasecmp.c: New file.
25772
25773         * modules/atexit-tests: New file.
25774         * tests/test-atexit.sh: New file.
25775         * tests/test-atexit.c: New file.
25776
25777 2007-03-10  Bruno Haible  <bruno@clisp.org>
25778
25779         * tests/test-binary-io.sh: Use temporary filenames that are not so
25780         likely to clash with those of other tests (in a parallel make).
25781         * tests/test-binary-io.c: Likewise.
25782
25783 2007-03-10  Bruno Haible  <bruno@clisp.org>
25784
25785         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
25786         fallback; use #error instead.
25787         Suggested by Simon Josefsson.
25788
25789 2007-03-10  Bruno Haible  <bruno@clisp.org>
25790
25791         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
25792         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
25793         first and the last.
25794
25795 2007-03-10  Bruno Haible  <bruno@clisp.org>
25796
25797         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
25798
25799 2007-03-10  Bruno Haible  <bruno@clisp.org>
25800
25801         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
25802         "make distcheck".
25803         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
25804         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
25805         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
25806
25807 2007-03-10  Bruno Haible  <bruno@clisp.org>
25808
25809         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
25810         variable.
25811         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
25812         variable.
25813
25814 2007-03-09  Eric Blake  <ebb9@byu.net>
25815         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
25816
25817         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
25818         types are not being provided by gnulib.
25819         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
25820         types are supported.
25821
25822 2007-03-10  Bruno Haible  <bruno@clisp.org>
25823
25824         * lib/stdio_.h (__attribute__): New macro.
25825         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
25826         vsprintf): Specify __attribute__ __format__ for GCC.
25827         Suggested by Eric Blake.
25828
25829 2007-03-09  Bruno Haible  <bruno@clisp.org>
25830
25831         * modules/printf-posix-tests: New file.
25832         * tests/test-printf-posix.sh: New file.
25833         * tests/test-printf-posix.c: New file.
25834
25835         * modules/printf-posix: New file.
25836         * lib/printf.c: New file.
25837         * m4/printf-posix-rpl.m4: New file.
25838         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
25839         REPLACE_PRINTF.
25840         * lib/stdio_.h (printf): New declaration.
25841         (format, __format__, ____printf____, ____scanf____, ____strftime____,
25842         ____strfmon____): New macros.
25843         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
25844         REPLACE_PRINTF.
25845
25846 2007-03-09  Bruno Haible  <bruno@clisp.org>
25847
25848         * tests/test-vasnprintf-posix2.sh: New file.
25849         * tests/test-vasnprintf-posix2.c: New file.
25850         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
25851         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
25852         (Makefile.am): Activate test-vasnprintf-posix2.sh.
25853
25854         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
25855         a locale dependent decimal point, rather than always '.'.
25856
25857 2007-03-09  Eric Blake  <ebb9@byu.net>
25858
25859         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
25860         spite of platforms like Tandem/NSK that define it to -1.
25861
25862 2007-03-08  Bruno Haible  <bruno@clisp.org>
25863
25864         * modules/vprintf-posix-tests: New file.
25865         * tests/test-vprintf-posix.sh: New file.
25866         * tests/test-vprintf-posix.c: New file.
25867         * tests/test-printf-posix.h: New file.
25868
25869         * modules/vprintf-posix: New file.
25870         * lib/vprintf.c: New file.
25871         * m4/vprintf-posix.m4: New file.
25872         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
25873         REPLACE_VPRINTF.
25874         * lib/stdio_.h (vprintf): New declaration.
25875         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
25876         REPLACE_VPRINTF.
25877
25878 2007-03-08  Bruno Haible  <bruno@clisp.org>
25879
25880         * modules/fprintf-posix-tests: New file.
25881         * tests/test-fprintf-posix.sh: New file.
25882         * tests/test-fprintf-posix.c: New file.
25883
25884         * modules/fprintf-posix: New file.
25885         * lib/fprintf.c: New file.
25886         * m4/fprintf-posix.m4: New file.
25887         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
25888         REPLACE_FPRINTF.
25889         * lib/stdio_.h (fprintf): New declaration.
25890         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
25891         REPLACE_FPRINTF.
25892
25893 2007-03-08  Bruno Haible  <bruno@clisp.org>
25894
25895         * modules/vfprintf-posix-tests: New file.
25896         * tests/test-vfprintf-posix.sh: New file.
25897         * tests/test-vfprintf-posix.c: New file.
25898         * tests/test-fprintf-posix.h: New file.
25899         * tests/test-fprintf-posix.out: New file.
25900
25901         * modules/vfprintf-posix: New file.
25902         * lib/vfprintf.c: New file.
25903         * m4/vfprintf-posix.m4: New file.
25904         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
25905         REPLACE_VFPRINTF.
25906         * lib/stdio_.h (vfprintf): New declaration.
25907         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
25908         REPLACE_VFPRINTF.
25909
25910 2007-03-08  Bruno Haible  <bruno@clisp.org>
25911
25912         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
25913
25914 2007-03-08  Bruno Haible  <bruno@clisp.org>
25915
25916         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
25917         instead of 'expr' invocations.
25918         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25919         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25920         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25921         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25922         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25923         Suggested by Paul Eggert.
25924
25925 2007-03-08  Bruno Haible  <bruno@clisp.org>
25926
25927         * modules/fseterr-tests: New file.
25928         * tests/test-fseterr.c: New file.
25929
25930         * modules/fseterr: New file.
25931         * lib/fseterr.h: New file.
25932         * lib/fseterr.c: New file.
25933
25934 2007-03-08  Bruno Haible  <bruno@clisp.org>
25935
25936         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
25937         * lib/getopt_.h: Likewise.
25938         * lib/mbswidth.h: Likewise.
25939         * lib/setenv.h: Likewise.
25940         * lib/vasnprintf.h: Likewise.
25941         * lib/vasprintf.h: Likewise.
25942         * lib/verror.h: Likewise.
25943         * lib/xsetenv.h: Likewise.
25944         * lib/xvasprintf.h: Likewise.
25945
25946 2007-03-08  Jim Meyering  <jim@meyering.net>
25947
25948         * users.txt: Add parted.
25949
25950         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
25951
25952 2007-03-07  Bruno Haible  <bruno@clisp.org>
25953
25954         * m4/printf.m4: Make the shell script snippets copy&pastable.
25955
25956 2007-03-02  Bruno Haible  <bruno@clisp.org>
25957
25958         * lib/netinet_in_.h: New file.
25959         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
25960         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
25961         * modules/netinet_in (Files): Add lib/netinet_in_.h.
25962         (Depends-on): Add absolute-header.
25963         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
25964         into netinet/in.h.
25965
25966 2007-03-03  Bruno Haible  <bruno@clisp.org>
25967
25968         * lib/sys_select_.h: New file.
25969         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
25970         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
25971         * modules/sys_select (Files): Add lib/sys_select_.h.
25972         (Depends-on): Add absolute-header.
25973         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
25974         into sys/select.h.
25975
25976 2007-03-02  Bruno Haible  <bruno@clisp.org>
25977
25978         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
25979         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
25980         values.
25981         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
25982         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
25983         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
25984         * modules/sys_socket (Depends-on): Add absolute-header.
25985         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
25986         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
25987         (Include): Remove requirement of inclusion of <sys/types.h>.
25988
25989 2007-03-02  Bruno Haible  <bruno@clisp.org>
25990
25991         * lib/byteswap_.h (bswap_32): Fix formula.
25992
25993 2007-03-06  Bruno Haible  <bruno@clisp.org>
25994
25995         * modules/sprintf-posix-tests: New file.
25996         * tests/test-sprintf-posix.c: New file.
25997
25998         * modules/sprintf-posix: New file.
25999         * lib/sprintf.c: New file.
26000         * m4/sprintf-posix.m4: New file.
26001         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
26002         REPLACE_SPRINTF.
26003         * lib/stdio_.h (sprintf): New declaration.
26004         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
26005         REPLACE_SPRINTF.
26006
26007 2007-03-06  Bruno Haible  <bruno@clisp.org>
26008
26009         * modules/vsprintf-posix-tests: New file.
26010         * tests/test-vsprintf-posix.c: New file.
26011         * tests/test-sprintf-posix.h: New file.
26012
26013         * modules/vsprintf-posix: New file.
26014         * lib/vsprintf.c: New file.
26015         * m4/vsprintf-posix.m4: New file.
26016         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
26017         REPLACE_VSPRINTF.
26018         * lib/stdio_.h (vsprintf): New declaration.
26019         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
26020         REPLACE_VSPRINTF.
26021
26022 2007-03-06  Bruno Haible  <bruno@clisp.org>
26023
26024         * modules/vsnprintf (Depend-on): Remove minmax.
26025
26026 2007-03-06  Bruno Haible  <bruno@clisp.org>
26027
26028         * modules/snprintf-posix-tests: New file.
26029         * tests/test-snprintf-posix.c: New file.
26030
26031         * modules/snprintf-posix: New file.
26032         * m4/snprintf-posix.m4: New file.
26033         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
26034         gl_FUNC_SNPRINTF.
26035         (gl_FUNC_SNPRINTF): Invoke it.
26036         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
26037         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
26038         is set.
26039         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
26040
26041 2007-03-06  Bruno Haible  <bruno@clisp.org>
26042
26043         * modules/vsnprintf-posix-tests: New file.
26044         * tests/test-vsnprintf-posix.c: New file.
26045         * tests/test-snprintf-posix.h: New file.
26046
26047         * modules/vsnprintf-posix: New file.
26048         * m4/vsnprintf-posix.m4: New file.
26049         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
26050         gl_FUNC_VSNPRINTF.
26051         (gl_FUNC_VSNPRINTF): Invoke it.
26052         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
26053         * lib/stdio_.h (vsnprintf): Define as a replacement if
26054         REPLACE_VSNPRINTF is set.
26055         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
26056
26057 2007-03-06  Bruno Haible  <bruno@clisp.org>
26058
26059         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
26060         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
26061
26062 2007-03-06  Bruno Haible  <bruno@clisp.org>
26063
26064         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
26065         (asinl): Declare also if HAVE_DECL_ASINL is set.
26066         (atanl): Declare also if HAVE_DECL_ATANL is set.
26067         (ceill): Declare also if HAVE_DECL_CEILL is set.
26068         (cosl): Declare also if HAVE_DECL_COSL is set.
26069         (expl): Declare also if HAVE_DECL_EXPL is set.
26070         (floorl): Declare also if HAVE_DECL_FLOORL is set.
26071         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
26072         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
26073         (logl): Declare also if HAVE_DECL_LOGL is set.
26074         (sinl): Declare also if HAVE_DECL_SINL is set.
26075         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
26076         (tanl): Declare also if HAVE_DECL_TANL is set.
26077         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
26078         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
26079         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
26080         declaration of frexpl, ldexpl.
26081         * modules/printf-frexpl (Depends-on): Add math.
26082         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
26083
26084 2007-03-05  Bruno Haible  <bruno@clisp.org>
26085
26086         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
26087         frexpl and ldexpl are declared.
26088         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
26089
26090 2007-03-05  Bruno Haible  <bruno@clisp.org>
26091
26092         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
26093         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
26094
26095 2007-03-05  Bruno Haible  <bruno@clisp.org>
26096
26097         * lib/stdio_.h: Include <stddef.h>.
26098
26099 2007-03-05  Bruno Haible  <bruno@clisp.org>
26100
26101         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
26102
26103 2007-03-05  Bruno Haible  <bruno@clisp.org>
26104
26105         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
26106         NetBSD 4, from Ralf Wildenhues.
26107
26108 2007-03-04  Bruno Haible  <bruno@clisp.org>
26109
26110         * lib/vasprintf.h: Update #if logic for the case when the functions
26111         exist but are overridden.
26112
26113 2007-03-04  Bruno Haible  <bruno@clisp.org>
26114
26115         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
26116         implementations: glibc-2.4 and MacOS X 10.3.
26117         * tests/test-vasnprintf-posix.c (test_function): Test also the case
26118         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
26119         * tests/test-vasprintf-posix.c (test_function): Likewise.
26120
26121 2007-03-04  Bruno Haible  <bruno@clisp.org>
26122
26123         * modules/vasprintf-posix-tests: New file.
26124         * tests/test-vasprintf-posix.c: New file.
26125
26126         * modules/vasprintf-posix: New file.
26127         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
26128         defined.
26129         * m4/vasprintf-posix.m4: New file.
26130         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
26131         gl_FUNC_VASPRINTF.
26132         (gl_FUNC_VASPRINTF): Invoke it.
26133         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
26134         here.
26135         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
26136
26137 2007-03-04  Bruno Haible  <bruno@clisp.org>
26138
26139         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
26140         REPLACE_GETTIMEOFDAY.
26141         * modules/sys_time (Makefile.am): Likewise.
26142         * m4/sys_time_h.m4: Likewise.
26143         * m4/gettimeofday.m4: Likewise.
26144
26145 2007-03-04  Bruno Haible  <bruno@clisp.org>
26146
26147         * modules/vasnprintf-posix-tests: New file.
26148         * tests/test-vasnprintf-posix.c: New file.
26149
26150         * modules/vasnprintf-posix: New file.
26151         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
26152         printf-frexpl.h.
26153         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
26154         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
26155         REPLACE_VASNPRINTF is defined.
26156         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
26157         gl_FUNC_VASNPRINTF.
26158         (gl_FUNC_VASNPRINTF): Invoke it.
26159         * m4/vasnprintf-posix.m4: New file.
26160         * m4/printf.m4: New file.
26161
26162 2007-03-04  Bruno Haible  <bruno@clisp.org>
26163
26164         Compile progreloc.c only if --enable-relocatable is specified.
26165         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
26166         if --enable-relocatable was specified.
26167         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
26168         lib_SOURCES.
26169
26170 2007-03-04  Jim Meyering  <jim@meyering.net>
26171
26172         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
26173         Use it consistently, rather than enumerating errno constants.
26174
26175 2007-03-04  Bruno Haible  <bruno@clisp.org>
26176
26177         * modules/xvasprintf-tests: New file.
26178         * tests/test-xvasprintf.c: New file.
26179
26180         * modules/vasprintf-tests: New file.
26181         * tests/test-vasprintf.c: New file.
26182
26183         * modules/vasnprintf-tests: New file.
26184         * tests/test-vasnprintf.c: New file.
26185
26186         * modules/vsnprintf-tests: New file.
26187         * tests/test-vsnprintf.c: New file.
26188
26189         * modules/snprintf-tests: New file.
26190         * tests/test-snprintf.c: New file.
26191
26192 2007-03-04  Bruno Haible  <bruno@clisp.org>
26193
26194         Compile relocatable.c only if --enable-relocatable is specified.
26195         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
26196         gl_RELOCATABLE_LIBRARY.
26197         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
26198         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
26199         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
26200         gl_RELOCATABLE_LIBRARY.
26201         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
26202         (Makefile.am): Remove lib_SOURCES.
26203         * modules/relocatable-lib-lgpl (configure.ac): Invoke
26204         gl_RELOCATABLE_LIBRARY.
26205         (Makefile.am): Remove lib_SOURCES.
26206         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
26207         always.
26208         * modules/relocatable-prog-wrapper (configure.ac): Invoke
26209         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
26210
26211 2007-03-04  Bruno Haible  <bruno@clisp.org>
26212
26213         * modules/argmatch-tests: New file.
26214         * tests/test-argmatch.c: New file.
26215
26216         * tests/test-allocsa.c (main): Halve the number of loop runs.
26217
26218         * modules/alloca-opt-tests: New file.
26219         * tests/test-alloca-opt.c: New file.
26220
26221 2007-03-04  Jim Meyering  <jim@meyering.net>
26222
26223         Work around difference between Linux ACLs and Solaris 10 ZFS.
26224         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
26225         for EINVAL.
26226
26227 2007-03-03  Bruno Haible  <bruno@clisp.org>
26228
26229         * modules/relocatable-prog (Depends-on): Add back progreloc's
26230         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
26231
26232 2007-03-03  Bruno Haible  <bruno@clisp.org>
26233
26234         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
26235         * modules/relocatable-lib: New file.
26236
26237 2007-03-03  Bruno Haible  <bruno@clisp.org>
26238
26239         * modules/relocatable-prog: Renamed from modules/relocatable.
26240         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
26241
26242 2007-03-03  Bruno Haible  <bruno@clisp.org>
26243
26244         * modules/relocatable-script (Files): Add doc/relocatable.texi,
26245         m4/relocatable-lib.m4.
26246         (Depends-on): Remove 'relocatable'.
26247         (configure.ac): Add gl_RELOCATABLE_NOP.
26248
26249 2007-03-03  Bruno Haible  <bruno@clisp.org>
26250
26251         * modules/relocatable-prog-wrapper: New file.
26252         * modules/relocatable (Depends-on): Add it. Remove all other
26253         dependencies except progname.
26254         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
26255
26256         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
26257         (gl_FUNC_STRERROR): Nop.
26258         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
26259
26260         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
26261         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
26262
26263         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
26264         (gl_FUNC_READLINK): Update.
26265
26266         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
26267
26268 2007-03-03  Bruno Haible  <bruno@clisp.org>
26269
26270         * lib/xreadlink.c: Include <unistd.h> unconditionally.
26271         * modules/xreadlink (Depends-on): Add unistd.
26272         * modules/xreadlink-with-size (Depends-on): Likewise.
26273
26274 2007-03-03  Bruno Haible  <bruno@clisp.org>
26275
26276         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
26277         extracted from gt_FUNC_SETENV.
26278         (gt_FUNC_SETENV): Remove macro.
26279         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
26280         remove gt_FUNC_SETENV.
26281
26282 2007-03-03  Bruno Haible  <bruno@clisp.org>
26283
26284         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
26285         ENABLE_RELOCATABLE here.
26286         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
26287
26288 2007-03-03  Bruno Haible  <bruno@clisp.org>
26289
26290         * modules/rbtreehash-list-tests (Depends-on): Add progname.
26291         * tests/test-rbtreehash_list.c: Include progname.h.
26292         (main): Call set_program_name.
26293
26294         * modules/rbtree-oset-tests (Depends-on): Add progname.
26295         * tests/test-rbtree_oset.c: Include progname.h.
26296         (main): Call set_program_name.
26297
26298         * modules/rbtree-list-tests (Depends-on): Add progname.
26299         * tests/test-rbtree_list.c: Include progname.h.
26300         (main): Call set_program_name.
26301
26302         * modules/linked-list-tests (Depends-on): Add progname.
26303         * tests/test-linked_list.c: Include progname.h.
26304         (main): Call set_program_name.
26305
26306 2007-03-03  Bruno Haible  <bruno@clisp.org>
26307
26308         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
26309         All uses of __restrict changed to _Restrict_.
26310         * lib/glob_.h (__restrict): Remove macro.
26311
26312 2007-03-02  Bruno Haible  <bruno@clisp.org>
26313
26314         * modules/gettext (configure.ac): Require gettext infrastructure
26315         from version 0.16.1.
26316
26317 2007-03-02  Bruno Haible  <bruno@clisp.org>
26318
26319         * modules/linkedhash-list-tests (Depends-on): Add progname.
26320         * tests/test-linkedhash_list.c: Include progname.h.
26321         (main): Call set_program_name.
26322
26323         * modules/carray-list-tests (Depends-on): Add progname.
26324         * tests/test-carray_list.c: Include progname.h.
26325         (main): Call set_program_name.
26326
26327         * modules/avltreehash-list-tests (Depends-on): Add progname.
26328         * tests/test-avltreehash_list.c: Include progname.h.
26329         (main): Call set_program_name.
26330
26331         * modules/avltree-oset-tests (Depends-on): Add progname.
26332         * tests/test-avltree_oset.c: Include progname.h.
26333         (main): Call set_program_name.
26334
26335         * modules/avltree-list-tests (Depends-on): Add progname.
26336         * tests/test-avltree_list.c: Include progname.h.
26337         (main): Call set_program_name.
26338
26339         * modules/array-oset-tests (Depends-on): Add progname.
26340         * tests/test-array_oset.c: Include progname.h.
26341         (main): Call set_program_name.
26342
26343         * modules/array-list-tests (Depends-on): Add progname.
26344         * tests/test-array_list.c: Include progname.h.
26345         (main): Call set_program_name.
26346
26347         * modules/argp-tests (Depends-on): Add progname.
26348         * tests/test-argp.c: Include argp.h first. Include progname.h.
26349         (main): Call set_program_name.
26350
26351 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
26352
26353         * doc/gnulib-tool.texi (Initial import): Reword description of
26354         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
26355         limited effect even if defined after the first system include.
26356
26357 2007-03-01  Bruno Haible  <bruno@clisp.org>
26358
26359         * build-aux/config.libpath: Update to libtool-1.5.22.
26360         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
26361
26362 2007-03-01  Bruno Haible  <bruno@clisp.org>
26363
26364         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
26365         foo_CFLAGS.
26366         Reported by Ralf Wildenhues.
26367
26368 2007-03-01  Bruno Haible  <bruno@clisp.org>
26369
26370         * build-aux/install-reloc: Remove object files left over by some
26371         compilers.
26372         Reported by Ralf Wildenhues.
26373
26374 2007-03-01  Bruno Haible  <bruno@clisp.org>
26375
26376         * build-aux/install-reloc: Break long lines.
26377
26378 2007-03-01  Bruno Haible  <bruno@clisp.org>
26379
26380         * doc/relocatable.texi: Document that it may not work on OpenBSD.
26381         Reported by Ralf Wildenhues.
26382
26383 2007-03-01  Bruno Haible  <bruno@clisp.org>
26384
26385         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
26386         include ordering constraints.
26387
26388 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26389
26390         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
26391         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
26392         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
26393         as another example.
26394         * lib/time_.h: Fix misspelling.
26395         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
26396         Require gl_HEADER_TIME_H_DEFAULTS.
26397         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
26398         * m4/time_r.m4 (gl_TIME_R): Likewise.
26399         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
26400
26401 2007-03-01  Bruno Haible  <bruno@clisp.org>
26402
26403         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
26404         * m4/utimens.m4 (gl_UTIMENS): Likewise.
26405
26406 2007-03-01  Jim Meyering  <jim@meyering.net>
26407
26408         * modules/xreadlink (Maintainer): Add my name.
26409         * modules/xreadlink-with-size (Depends-on): Alphabetize.
26410
26411 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
26412             Bruno Haible  <bruno@clisp.org>
26413
26414         * build-aux/install-reloc: Compile also c-ctype.c.
26415         * build-aux/relocatable.sh.in: New file.
26416         * doc/relocatable.texi: New file.
26417         * doc/relocatable-maint.texi: New file.
26418         * doc/gnulib.texi: Include relocatable-maint.texi.
26419         * lib/progreloc.c: Include unistd.h unconditionally.
26420         * lib/relocwrapper.c: Include unistd.h unconditionally.
26421         Include c-ctype.h.
26422         (add_dotbin): Use c_tolower.
26423         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
26424         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
26425         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
26426         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
26427         to m4/relocatable-lib.m4.
26428         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
26429         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
26430         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
26431         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
26432         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
26433         * modules/relocatable: New file.
26434         * modules/relocatable-lib: New file.
26435         * modules/relocatable-script: New file.
26436
26437 2007-02-28  Bruno Haible  <bruno@clisp.org>
26438
26439         Import --enable-relocatable infrastructure.
26440         * build-aux/config.libpath: New file, from GNU gettext.
26441         * build-aux/install-reloc: New file, from GNU gettext.
26442         * build-aux/reloc-ldflags: New file, from GNU gettext.
26443         * lib/relocatable.h: New file, from GNU gettext.
26444         * lib/relocatable.c: New file, from GNU gettext.
26445         * lib/relocwrapper.c: New file, from GNU gettext.
26446         * m4/relocatable.m4: New file, from GNU gettext.
26447
26448 2007-02-28  Bruno Haible  <bruno@clisp.org>
26449
26450         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
26451
26452         * modules/xreadlink: New file, from GNU gettext with modifications.
26453         * lib/xreadlink.c: New file, from GNU gettext.
26454         * lib/xreadlink.h: Add comments.
26455         (xreadlink): New declaration.
26456
26457         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
26458         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
26459         lib/xreadlink-with-size.c.
26460         (configure.ac): Remove gl_XREADLINK invocation.
26461         (Makefile.am): Augment lib_SOURCES.
26462         * m4/xreadlink.m4: Remove file.
26463         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
26464         (xreadlink_with_size): Renamed from xreadink.
26465         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
26466         * modules/canonicalize (Depends-on): Replace xreadlink with
26467         xreadlink-with-size.
26468         * lib/canonicalize.c (canonicalize_filename_mode): Update.
26469
26470 2007-02-25  Jim Meyering  <jim@meyering.net>
26471
26472         * build-aux/announce-gen: When complaining about excess arguments,
26473         list them.
26474
26475 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
26476
26477         * README: Document signed integer overflow situation more
26478         accurately.
26479
26480 2007-02-25  Bruno Haible  <bruno@clisp.org>
26481
26482         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
26483         'a' or 'A' conversion.
26484
26485 2007-02-25  Bruno Haible  <bruno@clisp.org>
26486
26487         * modules/filename: Renamed from modules/pathname.
26488         (Files): Replace lib/pathname.h with lib/filename.h. Replace
26489         lib/concatpath.c with lib/concat-filename.c.
26490         (Makefile.am): Update.
26491         (Include): Replace pathname.h with filename.h.
26492         * lib/filename.h: Renamed from lib/pathname.h.
26493         (concatenated_filename): Renamed from concatenated_pathname.
26494         * lib/concat-filename.c: Renamed from lib/concatpath.c.
26495         (concatenated_filename): Renamed from concatenated_pathname.
26496         * lib/findprog.c: Include filename.h instead of pathname.h.
26497         (find_in_path): Update.
26498         * lib/javacomp.c: Include filename.h instead of pathname.h.
26499         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
26500         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
26501         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
26502         is_oldgcj_14_13_usable, is_javac_usable): Update.
26503         * lib/javaexec.c: Include filename.h instead of pathname.h.
26504         (execute_java_class): Update.
26505         * modules/findprog: Update.
26506         * modules/javacomp: Update.
26507         * modules/javaexec: Update.
26508         * MODULES.html.sh (File system functions): Add 'filename', remove
26509         'pathname'.
26510
26511 2007-02-25  Bruno Haible  <bruno@clisp.org>
26512
26513         * modules/printf-frexpl-tests: New file.
26514         * tests/test-printf-frexpl.c: New file.
26515
26516         * modules/printf-frexpl: New file.
26517         * lib/printf-frexpl.h: New file.
26518         * lib/printf-frexpl.c: New file.
26519         * m4/printf-frexpl.m4: New file.
26520
26521 2007-02-25  Bruno Haible  <bruno@clisp.org>
26522
26523         * modules/printf-frexp-tests: New file.
26524         * tests/test-printf-frexp.c: New file.
26525
26526         * modules/printf-frexp: New file.
26527         * lib/printf-frexp.h: New file.
26528         * lib/printf-frexp.c: New file.
26529         * m4/printf-frexp.m4: New file.
26530
26531 2007-02-25  Bruno Haible  <bruno@clisp.org>
26532
26533         Assume automake >= 1.10 for the tests.
26534         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
26535         * modules/arctwo-tests: Likewise.
26536         * modules/argp-tests: Likewise.
26537         * modules/avltree-list-tests: Likewise.
26538         * modules/avltree-oset-tests: Likewise.
26539         * modules/avltreehash-list-tests: Likewise.
26540         * modules/carray-list-tests: Likewise.
26541         * modules/crc-tests: Likewise.
26542         * modules/des-tests: Likewise.
26543         * modules/gc-arcfour-tests: Likewise.
26544         * modules/gc-arctwo-tests: Likewise.
26545         * modules/gc-des-tests: Likewise.
26546         * modules/gc-hmac-md5-tests: Likewise.
26547         * modules/gc-hmac-sha1-tests: Likewise.
26548         * modules/gc-md2-tests: Likewise.
26549         * modules/gc-md4-tests: Likewise.
26550         * modules/gc-md5-tests: Likewise.
26551         * modules/gc-pbkdf2-sha1-tests: Likewise.
26552         * modules/gc-rijndael-tests: Likewise.
26553         * modules/gc-sha1-tests: Likewise.
26554         * modules/gc-tests: Likewise.
26555         * modules/getaddrinfo-tests: Likewise.
26556         * modules/hmac-md5-tests: Likewise.
26557         * modules/hmac-sha1-tests: Likewise.
26558         * modules/linked-list-tests: Likewise.
26559         * modules/linkedhash-list-tests: Likewise.
26560         * modules/lock-tests: Likewise.
26561         * modules/md2-tests: Likewise.
26562         * modules/md4-tests: Likewise.
26563         * modules/md5-tests: Likewise.
26564         * modules/rbtree-list-tests: Likewise.
26565         * modules/rbtree-oset-tests: Likewise.
26566         * modules/rbtreehash-list-tests: Likewise.
26567         * modules/read-file-tests: Likewise.
26568         * modules/rijndael-tests: Likewise.
26569         * modules/stdint-tests: Likewise.
26570         * modules/tls-tests: Likewise.
26571
26572 2007-02-24  Bruno Haible  <bruno@clisp.org>
26573
26574         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
26575         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
26576         function; instead check whether isnan with a double argument links.
26577         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
26578         function; instead check whether isnan with a 'long double' argument
26579         links.
26580         Reported by Eric Blake <ebb9@byu.net>.
26581
26582 2007-02-24  Bruno Haible  <bruno@clisp.org>
26583
26584         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
26585         defined.
26586         * lib/isnanl.c: Remove all code. Just include isnan.c.
26587         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
26588
26589 2007-02-25  Jim Meyering  <jim@meyering.net>
26590
26591         Avoid conflicting types for 'unsetenv' on FreeBSD.
26592         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
26593         conflicting with FreeBSD's (5.0 and 6.1) function declaration
26594         in stdlib.h.
26595
26596 2007-02-24  Bruno Haible  <bruno@clisp.org>
26597
26598         * modules/isnanl-nolibm-tests: New file.
26599         * tests/test-isnanl.c: New file.
26600
26601         * modules/isnanl-nolibm: New file.
26602         * lib/isnanl.h: New file.
26603         * lib/isnanl.c: New file.
26604         * m4/isnanl.m4: New file.
26605
26606 2007-02-24  Bruno Haible  <bruno@clisp.org>
26607
26608         * modules/isnan-nolibm-tests: New file.
26609         * tests/test-isnan.c: New file.
26610
26611         * modules/isnan-nolibm: New file.
26612         * lib/isnan.h: New file.
26613         * lib/isnan.c: New file.
26614         * m4/isnan.m4: New file.
26615
26616 2007-02-24  Bruno Haible  <bruno@clisp.org>
26617
26618         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
26619         assume that an exponent fits in 20 bits.
26620
26621 2007-02-24  Jim Meyering  <jim@meyering.net>
26622
26623         * m4/regex.m4: Update the description of the configure-time option,
26624         --without-included-regex, to state accurately what the defaults are,
26625         and perhaps to give people an idea why using this option is risky.
26626
26627 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
26628
26629         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
26630         loops on small arguments.  This attempts to avoid the problem
26631         Bruno Haible reported for AIX 4.3.2 in
26632         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
26633
26634 2007-02-23  Bruno Haible  <bruno@clisp.org>
26635
26636         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
26637         Needed for help2man.
26638
26639 2007-02-23  Karl Berry  <karl@gnu.org>
26640
26641         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
26642         exists, foo.h should be cvs-ignored, not committed.
26643
26644 2007-02-23  Eric Blake  <ebb9@byu.net>
26645
26646         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
26647         * lib/stat-time.h (includes): Likewise.
26648         * lib/utimecmp.c (includes): Likewise.
26649         * lib/utimens.h (includes): Likewise.
26650         * lib/getdate.y (includes): Also include "timespec.h" for use
26651         internal to the module.
26652         * modules/utimens (Depends-on): Revert yesterday's patch.
26653         * modules/nanosleep (Depends-on): Add missing dependency.
26654
26655 2007-02-22  Bruno Haible  <bruno@clisp.org>
26656
26657         * lib/glob.c: Don't include getlogin_r.h.
26658
26659 2007-02-22  Jim Meyering  <jim@meyering.net>
26660
26661         * modules/utimens (Depends-on): Add timespec, required for
26662         utimens.h's inclusion of timespec.h.
26663
26664 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
26665
26666         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
26667         long unreadable paths in GNU/Linux.  Problem reported by Andreas
26668         Schwab in
26669         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
26670         I'll try to think of a better way to fix the Solaris problem.
26671
26672         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
26673         like glibc; on Solaris 10, it fails with errno == EINVAL.
26674         POSIX says the behavior is unspecified if the first argument is NULL,
26675         so play it safe and never pass NULL to the system getcwd.
26676
26677 2007-02-21  Jim Meyering  <jim@meyering.net>
26678
26679         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
26680         of gettimeofday.  It would conflict with the one now always
26681         provided via sys_time_.h.  Reported by Matthew Woehlke, as
26682         an IRIX 6.5 build failure.
26683
26684 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
26685
26686         Minor fixups to port to Solaris 10 with Sun C 5.8.
26687         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
26688         * modules/getcwd (Depends-on): Add dirfd.
26689         * lib/putenv.c (putenv): #undef it.
26690         (rpl_putenv): New decl.
26691         (malloc, free): Include <stdlib.h> rather than prototyping separately.
26692
26693 2007-02-20  Bruno Haible  <bruno@clisp.org>
26694
26695         * modules/stdio-tests: New file.
26696         * tests/test-stdio.c: New file.
26697
26698         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
26699         (Depends-on): Add stdio.
26700         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
26701         (Include): Use <stdio.h> instead of vsnprintf.h.
26702         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
26703         HAVE_DECL_VSNPRINTF.
26704         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
26705
26706         * modules/snprintf (Files): Remove lib/snprintf.h.
26707         (Depends-on): Add stdio.
26708         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
26709         (Include): Use <stdio.h> instead of snprintf.h.
26710         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
26711         HAVE_DECL_SNPRINTF.
26712         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
26713         * lib/getaddrinfo.c: Likewise.
26714
26715         * modules/stdio: New file.
26716         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
26717         * lib/snprintf.h: Remove file.
26718         * lib/vsnprintf.h: Remove file.
26719         * lib/.cppi-disable: Remove snprintf.h.
26720         * m4/stdio_h.m4: New file.
26721         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
26722
26723 2007-02-20  Jim Meyering  <jim@meyering.net>
26724
26725         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
26726         used by e.g., mingw.  From Bruno Haible.
26727
26728 2007-02-19  Bruno Haible  <bruno@clisp.org>
26729
26730         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
26731         warnings.
26732         Reported by Ben Pfaff <blp@cs.stanford.edu>.
26733
26734 2007-02-19  Bruno Haible  <bruno@clisp.org>
26735
26736         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
26737         from mingw users.
26738
26739 2007-02-19  Bruno Haible  <bruno@clisp.org>
26740
26741         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
26742         warnings.
26743         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
26744
26745 2007-02-19  Jim Meyering  <jim@meyering.net>
26746
26747         Don't use FD after a successful "fdopendir (fd)".
26748         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
26749         Reset it by calling dirfd on the just-obtained DIR*.
26750
26751         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
26752         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
26753
26754 2007-02-18  Bruno Haible  <bruno@clisp.org>
26755
26756         * lib/readlink.c: Include <unistd.h>.
26757         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
26758         HAVE_READLINK.
26759         * modules/readlink (Depends-on): Add unistd.
26760         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
26761         (Include): Add <unistd.h>.
26762
26763         * lib/getlogin_r.h: Remove file.
26764         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
26765         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
26766         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
26767         HAVE_DECL_GETLOGIN_R.
26768         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
26769         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
26770         (Include): Use <unistd.h> instead of getlogin_r.h.
26771
26772         * lib/getcwd.h: Remove file.
26773         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
26774         * lib/xgetcwd.c: Likewise.
26775         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
26776         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
26777         * modules/getcwd (Files): Remove lib/getcwd.h.
26778         (Depends-on): Add unistd.
26779         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
26780         (Include): Use <unistd.h> instad of getcwd.h.
26781
26782         * lib/ftruncate.c: Include <unistd.h> first.
26783         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
26784         Set HAVE_FTRUNCATE.
26785         * modules/ftruncate (Depends-on): Add unistd.
26786         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
26787
26788         * lib/fchdir.c: Include <unistd.h> first.
26789         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
26790         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
26791         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
26792         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
26793         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
26794
26795         * lib/dup2.c: Include <unistd.h> first.
26796         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
26797         HAVE_DUP2.
26798         * modules/dup2 (Depends-on): Add unistd.
26799         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
26800
26801         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
26802         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
26803         REPLACE_CHOWN. Don't define chown as a macro here.
26804         * modules/chown (Depends-on): Add unistd.
26805         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
26806
26807         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
26808         Add definition for GL_LINK_WARNING.
26809         (chown, dup2): New declarations.
26810         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
26811         link warning.
26812         (ftruncate): New declaration.
26813         (getcwd): New declaration, taken from old getcwd.h.
26814         (getlogin_r): New declaration, taken from old getlogin_r.h.
26815         (readlink): New declaration.
26816         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
26817         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
26818         (gl_PREREQ_UNISTD): Remove macro.
26819         (gl_UNISTD_MODULE_INDICATOR): New macro.
26820         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
26821         many new variables. Don't set UNISTD_H.
26822         * modules/unistd (Description): Change.
26823         (Depends-on): Add link-warning.
26824         (configure.ac): Update.
26825         (Makefile.am): Create unistd.h always. Substitute many new variables
26826         into it.
26827
26828 2007-02-18  Bruno Haible  <bruno@clisp.org>
26829
26830         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
26831         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
26832         HAVE_GETSUBOPT.
26833         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
26834         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
26835         * lib/getsubopt.h: Remove file.
26836         * modules/getsubopt (Files): Remove lib/getsubopt.h.
26837         (Depends-on): Add stdlib.
26838         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
26839         (Includes): Use <stdlib.h> instead of getsubopt.h.
26840         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
26841         Set HAVE_GETSUBOPT.
26842         * lib/getsubopt.c: Don't include getsubopt.h.
26843
26844 2007-02-18  Bruno Haible  <bruno@clisp.org>
26845
26846         * modules/fchdir (Depends-on): Add dup2.
26847
26848 2007-02-18  Bruno Haible  <bruno@clisp.org>
26849
26850         * lib/stdlib_.h: Handle glibc's special invocation convention
26851         specially.
26852
26853 2007-02-18  Bruno Haible  <bruno@clisp.org>
26854
26855         * modules/stdlib-tests: New file.
26856         * tests/test-stdlib.c: New file.
26857
26858         * modules/mkstemp (Files): Remove lib/mkstemp.h.
26859         (Depends-on): Add stdlib.
26860         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
26861         (Includes): Use <stdlib.h> instead of mkstemp.h.
26862         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
26863         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
26864         * lib/mkstemp.c: Don't include mkstemp.h.
26865         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
26866         * lib/stdlib--.h: Don't include mkstemp.h.
26867
26868         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
26869         (Depends-on): Add stdlib.
26870         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
26871         (Includes): Use <stdlib.h> instead of mkdtemp.h.
26872         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
26873         HAVE_MKDTEMP.
26874         * lib/mkdtemp.c: Don't include mkdtemp.h.
26875         * lib/clean-temp.c: Don't include mkdtemp.h.
26876
26877         * modules/exit (Files): Remove lib/exit.h.
26878         (Depends-on): Add stdlib.
26879         (Makefile.am): Remove lib_SOURCES.
26880         (Include): Use <stdlib.h> instead of exit.h.
26881         * lib/argmatch.c: Don't include exit.h.
26882         * lib/execute.c: Likewise.
26883         * lib/pagealign_alloc.c: Likewise.
26884         * lib/pipe.c: Likewise.
26885         * lib/wait-process.c: Likewise.
26886         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
26887         * lib/exitfail.c: Likewise.
26888         * lib/savewd.c: Likewise.
26889         * lib/xsetenv.c: Likewise.
26890
26891         * modules/stdlib: New file.
26892         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
26893         and extra comments about mkstemp().
26894         * lib/exit.h: Remove file.
26895         * lib/mkdtemp.h: Remove file.
26896         * lib/mkstemp.h: Remove file.
26897         * m4/stdlib_h.m4: New file.
26898         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
26899
26900 2007-02-18  Bruno Haible  <bruno@clisp.org>
26901
26902         * modules/math-tests: New file.
26903         * tests/test-math.c: New file.
26904
26905         * modules/math: New file.
26906         * modules/mathl (Files): Remove lib/mathl.h.
26907         (Depends-on): Add math.
26908         (Makefile.am): Don't mention mathl.h.
26909         (Include): Use <math.h> instead of mathl.h.
26910         * lib/math_.h: New file.
26911         * lib/mathl.h: Remove file.
26912         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
26913         mathl.h.
26914         * lib/asinl.c: Likewise.
26915         * lib/atanl.c: Likewise.
26916         * lib/ceill.c: Likewise.
26917         * lib/cosl.c: Likewise.
26918         * lib/expl.c: Likewise.
26919         * lib/floorl.c: Likewise.
26920         * lib/frexpl.c: Likewise.
26921         * lib/ldexpl.c: Likewise.
26922         * lib/logl.c: Likewise.
26923         * lib/sincosl.c: Likewise.
26924         * lib/sinl.c: Likewise.
26925         * lib/sqrtl.c: Likewise.
26926         * lib/tanl.c: Likewise.
26927         * lib/trigl.c: Likewise.
26928         * m4/math_h.m4: New file.
26929         * MODULES.html.sh (Mathematics): Add math.
26930
26931 2007-02-17  Bruno Haible  <bruno@clisp.org>
26932
26933         * modules/wctype-tests: New file.
26934         * tests/test-wctype.c: New file.
26935
26936         * modules/wchar-tests: New file.
26937         * tests/test-wchar.c: New file.
26938
26939         * modules/unistd-tests: New file.
26940         * tests/test-unistd.c: New file.
26941
26942         * modules/time-tests: New file.
26943         * tests/test-time.c: New file.
26944
26945         * modules/sysexits-tests: New file.
26946         * tests/test-sysexits.c: New file.
26947
26948         * modules/sys_time-tests: New file.
26949         * tests/test-sys_time.c: New file.
26950
26951         * modules/sys_stat-tests: New file.
26952         * tests/test-sys_stat.c: New file.
26953
26954         * modules/sys_socket-tests: New file.
26955         * tests/test-sys_socket.c: New file.
26956
26957         * modules/sys_select-tests: New file.
26958         * tests/test-sys_select.c: New file.
26959
26960         * modules/string-tests: New file.
26961         * tests/test-string.c: New file.
26962
26963         * modules/stdbool-tests: New file.
26964         * tests/test-stdbool.c: New file.
26965
26966         * modules/netinet_in-tests: New file.
26967         * tests/test-netinet_in.c: New file.
26968
26969         * modules/inttypes-tests: New file.
26970         * tests/test-inttypes.c: New file.
26971
26972         * modules/fcntl-tests: New file.
26973         * tests/test-fcntl.c: New file.
26974
26975         * modules/byteswap-tests: New file.
26976         * tests/test-byteswap.c: New file.
26977
26978         * modules/arpa_inet-tests: New file.
26979         * tests/test-arpa_inet.c: New file.
26980
26981 2007-02-17  Bruno Haible  <bruno@clisp.org>
26982
26983         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
26984         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
26985         if the corresponding module is not enabled. Emit link warnings if
26986         the function is used nevertheless.
26987         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
26988         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
26989         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
26990         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
26991         * modules/inttypes (Depends-on): Add link-warning.
26992         (Makefile.am): Copy the contents of build-aux/link-warning.h into
26993         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
26994         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
26995         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
26996         * modules/imaxdiv (configure.ac): Likewise.
26997         * modules/strtoimax (configure.ac): Likewise.
26998         * modules/strtoumax (configure.ac): Likewise.
26999
27000 2007-02-17  Bruno Haible  <bruno@clisp.org>
27001
27002         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
27003         gl_STRING_MODULE_INDICATOR_DEFAULTS.
27004         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
27005         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
27006
27007 2007-02-17  Bruno Haible  <bruno@clisp.org>
27008
27009         * modules/link-warning: New file.
27010         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
27011         * lib/string_.h (GL_LINK_WARNING): Remove definition.
27012         * modules/string (Depends-on): Add link-warning.
27013         (Makefile.am): Copy the contents of build-aux/link-warning.h into
27014         string.h.
27015         * MODULES.html.sh (Support for building libraries and executables): Add
27016         link-warning.
27017
27018 2007-02-17  Bruno Haible  <bruno@clisp.org>
27019
27020         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
27021         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
27022         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
27023         long lines.
27024
27025 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
27026             Bruno Haible  <bruno@clisp.org>
27027
27028         * modules/tmpfile: New file.
27029         * lib/tmpfile.c: New file.
27030         * m4/tmpfile.m4: New file.
27031         * MODULES.html.sh (func_all_modules): New section "Input/output".
27032
27033 2007-02-15  Bruno Haible  <bruno@clisp.org>
27034
27035         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
27036         (supports_delete_on_close): New function.
27037         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
27038
27039 2007-02-14  Bruno Haible  <bruno@clisp.org>
27040
27041         * modules/mbspcasecmp-tests: New file.
27042         * tests/test-mbspcasecmp.sh: New file.
27043         * tests/test-mbspcasecmp.c: New file.
27044
27045         New module mbspcasecmp.
27046         * modules/mbspcasecmp: New file.
27047         * lib/mbspcasecmp.c: New file.
27048         * lib/string_.h (strncasecmp): Change warning message.
27049         (mbspcasecmp): New declaration.
27050         * m4/mbspcasecmp.m4: New file.
27051         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27052         GNULIB_MBSPCASECMP.
27053         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
27054         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
27055
27056 2007-02-14  Bruno Haible  <bruno@clisp.org>
27057
27058         * modules/mbsncasecmp-tests: New file.
27059         * tests/test-mbsncasecmp.sh: New file.
27060         * tests/test-mbsncasecmp.c: New file.
27061
27062         New module mbsncasecmp.
27063         * modules/mbsncasecmp: New file.
27064         * lib/mbsncasecmp.c: New file.
27065         * lib/string_.h (mbsncasecmp): New declaration.
27066         * m4/mbsncasecmp.m4: New file.
27067         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27068         GNULIB_MBSNCASECMP.
27069         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
27070         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
27071
27072 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
27073
27074         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
27075         Verify that it doesn't overlap with our flags.
27076         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
27077         do not have the desired effect in multibyte locales; instead, use
27078         mbscasecmp.
27079         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
27080         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
27081         we don't require GNU fnmatch ourselves (if our users require it, they
27082         should do so explicitly).
27083
27084         Fix regex code so it doesn't rely on strcasecmp.
27085         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
27086         Otherwise, include gnulib's langinfo.h.
27087         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
27088         undesirable behavior in non-C locales.  Instead, rely on localecharset.
27089         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
27090         * modules/regex (FILES): Remove m4/codeset.m4.
27091         (Depends-on): Add localcharset.  Remove strcase.
27092
27093 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27094
27095         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
27096         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
27097
27098 2007-02-13  Bruno Haible  <bruno@clisp.org>
27099
27100         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
27101         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27102
27103 2007-02-12  Bruno Haible  <bruno@clisp.org>
27104
27105         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
27106         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
27107         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
27108         time warning rather than a link error.
27109
27110 2007-02-12  Bruno Haible  <bruno@clisp.org>
27111
27112         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
27113         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27114         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27115
27116 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
27117
27118         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
27119         args, not 2.
27120
27121 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
27122
27123         New module 'time', so that apps can include <time.h> as per
27124         POSIX and GNU instead of separate include files like time_r.h
27125         and timegm.h.  This implementation tries out a simpler approach
27126         for replacing decls in standard include files (as compared to
27127         the string module), somewhat as an experiment.
27128
27129         * config/srclist.txt: Comment out mktime.c for now.
27130         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
27131         since it doesn't apply any more.  Use generic wording instead.
27132         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
27133         'time'.
27134         * lib/time_.h, m4/time_h.m4, modules/time: New files.
27135         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
27136         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
27137         Don't include <sys/types.h>; no longer needed since we assume C89.
27138         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
27139         * lib/strftime.c: Likewise.
27140         * lib/time_r.c: Likewise.
27141         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
27142         * lib/nanosleep.c: Include <time.h> first, to check interface.
27143         * lib/strptime.c: Likewise.
27144         * lib/time_r.c: Likewise.
27145         * lib/timegm.c: Likewise.
27146         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
27147         needed.
27148         * lib/timegm.c: Don't include timegm.h; no longer needed.
27149         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
27150         time.h now handles any problems in that area.
27151         (struct timespec, nanosleep): Remove; time.h now arranges for these.
27152         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
27153         that time.h defines struct timespec.
27154         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
27155         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
27156         handles that.
27157         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
27158         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
27159         needed.  Set REPLACE_LOCALTIME.
27160         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
27161         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
27162         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
27163         nanosleep; time_h.m4 now does that.  Don't require
27164         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
27165         module handles this now.
27166         * modules/getdate (Depends-on): Remove timespec.  Add time.
27167         * modules/nanosleep (Depends-on): Likewise.
27168         * modules/stat-time (Depends-on): Likewise.
27169         * modules/nanosleep (Include): Include time.h, not timespec.h.
27170         * modules/strptime (Files): Remove lib/strptime.h.
27171         (Depends-on): Add extensions, time.
27172         (Include): Include time.h, not strptime.h.
27173         * modules/time_r (Files): Remove lib/time_r.h.
27174         (Depends-on): Add time.
27175         (Include): Include time.h, not time_r.h.
27176         * modules/timegm: Likewise.
27177         * modules/timespec (Description): Now does timespec-related decls
27178         of our own, instead of struct timespec itself.
27179         (Depends-on): Add time; remove extensions.
27180         (Maintainer): Add self.
27181         * modules/utimecmp (Depends-on): Add time; remove timespec.
27182         * modules/utimens (Depends-on): Likewise.
27183         * modules/xnanosleep (Depends-on): Likewise.
27184
27185 2007-02-11  Bruno Haible  <bruno@clisp.org>
27186
27187         * lib/c-strstr.c: Include allocsa.h.
27188         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
27189         * lib/c-strcasestr.c: Include allocsa.h.
27190         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
27191         * lib/strcasestr.c: Include allocsa.h.
27192         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
27193         * lib/mbsstr.c: Include allocsa.h.
27194         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
27195         allocsa/freesa instead of malloc/free.
27196         * lib/mbscasestr.c: Include allocsa.h.
27197         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
27198         allocsa/freesa instead of malloc/free.
27199         * modules/c-strstr (Depends-on): Add allocsa.
27200         * modules/c-strcasestr (Depends-on): Likewise.
27201         * modules/strcasestr (Depends-on): Likewise.
27202         * modules/mbsstr (Depends-on): Likewise.
27203         * modules/mbscasestr (Depends-on): Likewise.
27204
27205 2007-02-11  Bruno Haible  <bruno@clisp.org>
27206
27207         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
27208
27209         * modules/mbsspn-tests: New file.
27210         * tests/test-mbsspn.sh: New file.
27211         * tests/test-mbsspn.c: New file.
27212
27213 2007-02-11  Bruno Haible  <bruno@clisp.org>
27214
27215         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
27216
27217         * modules/mbspbrk-tests: New file.
27218         * tests/test-mbspbrk.sh: New file.
27219         * tests/test-mbspbrk.c: New file.
27220
27221 2007-02-11  Bruno Haible  <bruno@clisp.org>
27222
27223         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
27224         unneeded cast.
27225
27226         * modules/mbscspn-tests: New file.
27227         * tests/test-mbscspn.sh: New file.
27228         * tests/test-mbscspn.c: New file.
27229
27230 2007-02-11  Bruno Haible  <bruno@clisp.org>
27231
27232         * modules/mbscasecmp-tests: New file.
27233         * tests/test-mbscasecmp.sh: New file.
27234         * tests/test-mbscasecmp.c: New file.
27235
27236 2007-02-11  Bruno Haible  <bruno@clisp.org>
27237
27238         Ensure O(n) worst-case complexity of mbscasestr.
27239         * lib/mbscasestr.c: Include stdbool.h.
27240         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
27241         functions.
27242         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
27243         the bookkeeping indicates that it's worth it.
27244         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
27245
27246         * modules/mbscasestr-tests: New file.
27247         * tests/test-mbscasestr1.c: New file.
27248         * tests/test-mbscasestr2.sh: New file.
27249         * tests/test-mbscasestr2.c: New file.
27250         * tests/test-mbscasestr3.sh: New file.
27251         * tests/test-mbscasestr3.c: New file.
27252         * tests/test-mbscasestr4.sh: New file.
27253         * tests/test-mbscasestr4.c: New file.
27254         * m4/locale-tr.m4: New file.
27255
27256 2007-02-11  Bruno Haible  <bruno@clisp.org>
27257
27258         Ensure O(n) worst-case complexity of mbsstr.
27259         * lib/mbsstr.c: Include stdbool.h.
27260         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
27261         functions.
27262         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
27263         bookkeeping indicates that it's worth it.
27264         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
27265
27266         * modules/mbsstr-tests: New file.
27267         * tests/test-mbsstr1.c: New file.
27268         * tests/test-mbsstr2.sh: New file.
27269         * tests/test-mbsstr2.c: New file.
27270         * tests/test-mbsstr3.sh: New file.
27271         * tests/test-mbsstr3.c: New file.
27272         * m4/locale-fr.m4: New file.
27273
27274 2007-02-11  Bruno Haible  <bruno@clisp.org>
27275
27276         * lib/mbsrchr.c (mbsrchr): Fix bug.
27277
27278         * modules/mbsrchr-tests: New file.
27279         * tests/test-mbsrchr.sh: New file.
27280         * tests/test-mbsrchr.c: New file.
27281
27282 2007-02-11  Bruno Haible  <bruno@clisp.org>
27283
27284         * lib/mbschr.c (mbschr): Fix bug.
27285
27286         * modules/mbschr-tests: New file.
27287         * tests/test-mbschr.sh: New file.
27288         * tests/test-mbschr.c: New file.
27289         * m4/locale-zh.m4: New file.
27290
27291 2007-02-11  Bruno Haible  <bruno@clisp.org>
27292
27293         Support for copying multibyte string iterators.
27294         * lib/mbiter.h: Include <string.h>.
27295         (mbiter_multi_copy): New function.
27296         (mbi_copy): New macro.
27297         * lib/mbuiter.h: Include <string.h>.
27298         (mbuiter_multi_copy): New function.
27299         (mbui_copy): New macro.
27300
27301 2007-02-11  Bruno Haible  <bruno@clisp.org>
27302
27303         New module mbslen.
27304         * modules/mbslen: New file.
27305         * lib/mbslen.c: New file.
27306         * lib/string_.h (mbslen): New declaration.
27307         * m4/mbslen.m4: New file.
27308         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27309         GNULIB_MBSLEN.
27310         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
27311         * MODULES.html.sh (Internationalization functions): Add mbslen.
27312
27313 2007-02-11  Bruno Haible  <bruno@clisp.org>
27314
27315         Ensure O(n) worst-case complexity of strcasestr substitute.
27316         * lib/strcasestr.c: Include stdbool.h.
27317         (knuth_morris_pratt): New function.
27318         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
27319         bookkeeping indicates that it's worth it.
27320         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
27321
27322         * modules/strcasestr-tests: New file.
27323         * tests/test-strcasestr.c: New file.
27324
27325 2007-02-11  Bruno Haible  <bruno@clisp.org>
27326
27327         Ensure O(n) worst-case complexity of c_strcasestr.
27328         * lib/c-strcasestr.c: Include stdbool.h, string.h.
27329         (knuth_morris_pratt): New function.
27330         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
27331         the bookkeeping indicates that it's worth it.
27332         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
27333
27334         * modules/c-strcasestr-tests: New file.
27335         * tests/test-c-strcasestr.c: New file.
27336
27337 2007-02-11  Bruno Haible  <bruno@clisp.org>
27338
27339         Ensure O(n) worst-case complexity of c_strstr.
27340         * lib/c-strstr.c: Include stdbool.h, string.h.
27341         (knuth_morris_pratt): New function.
27342         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
27343         bookkeeping indicates that it's worth it.
27344         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
27345
27346         * lib/c-strstr.c: Complete rewrite for maintainability.
27347
27348         * modules/c-strstr-tests: New file.
27349         * tests/test-c-strstr.c: New file.
27350
27351 2007-02-11  Bruno Haible  <bruno@clisp.org>
27352
27353         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
27354         5.2.1 and earlier, whereby \055 was treated just like the range
27355         delimiter '-'.
27356         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
27357
27358 2007-02-08  Bruno Haible  <bruno@clisp.org>
27359
27360         * modules/regex (Depends-on): Add stdbool.
27361         Reported by Dalibor Topic <robilad@kaffe.org>.
27362
27363 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
27364
27365         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
27366         Prefer returning from main to exiting from it.
27367         Remove unnecessary parens after sizeof.
27368
27369 2007-02-05  Bruno Haible  <bruno@clisp.org>
27370
27371         New module mbssep.
27372         * modules/mbssep: New file.
27373         * lib/mbssep.c: New file.
27374         * lib/string_.h (strsep): Add a conditional link warning.
27375         (mbssep): New declaration.
27376         * m4/mbssep.m4: New file.
27377         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27378         GNULIB_MBSSEP.
27379         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
27380         * MODULES.html.sh (Internationalization functions): Add mbssep.
27381
27382 2007-02-05  Bruno Haible  <bruno@clisp.org>
27383
27384         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
27385         Optimize search in case of 1 delimiter.
27386
27387 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
27388
27389         * lib/acl.h: Include sys/types.h before sys/acl.h.
27390
27391 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
27392
27393         Merge upstream fix for glibc bugzilla #3957:
27394
27395         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
27396
27397         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
27398         bit for RE_HAT_LISTS_NOT_NEWLINE.
27399         (build_charclass_op): Remove bogus comment.
27400
27401 2007-02-05  Simon Josefsson  <simon@josefsson.org>
27402
27403         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
27404
27405 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
27406
27407         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
27408         * lib/memmem.c [!defined _LIBC]: Include config.h.
27409
27410 2007-02-04  Bruno Haible  <bruno@clisp.org>
27411
27412         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
27413         warning message.
27414
27415 2007-02-04  Bruno Haible  <bruno@clisp.org>
27416
27417         New module mbstok_r.
27418         * modules/mbstok_r: New file.
27419         * lib/mbstok_r.c: New file.
27420         * lib/string_.h (strtok_r): Change argument names to match the
27421         comments. Add a conditional link warning.
27422         (mbstok_r): New declaration.
27423         * m4/mbstok_r.m4: New file.
27424         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27425         GNULIB_MBSTOK_R.
27426         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
27427         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
27428
27429 2007-02-04  Bruno Haible  <bruno@clisp.org>
27430
27431         New module mbsspn.
27432         * modules/mbsspn: New file.
27433         * lib/mbsspn.c: New file.
27434         * lib/string_.h (strspn): Add a conditional link warning.
27435         (mbsspn): New declaration.
27436         * m4/mbsspn.m4: New file.
27437         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27438         GNULIB_MBSSPN.
27439         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
27440         * MODULES.html.sh (Internationalization functions): Add mbsspn.
27441
27442 2007-02-04  Bruno Haible  <bruno@clisp.org>
27443
27444         New module mbspbrk.
27445         * modules/mbspbrk: New file.
27446         * lib/mbspbrk.c: New file.
27447         * lib/string_.h (strpbrk): Add a conditional link warning.
27448         (mbspbrk): New declaration.
27449         * m4/mbspbrk.m4: New file.
27450         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27451         GNULIB_MBSPBRK.
27452         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
27453         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
27454
27455 2007-02-04  Bruno Haible  <bruno@clisp.org>
27456
27457         New module mbscspn.
27458         * modules/mbscspn: New file.
27459         * lib/mbscspn.c: New file.
27460         * lib/string_.h (strcspn): Add a conditional link warning.
27461         (mbscspn): New declaration.
27462         * m4/mbscspn.m4: New file.
27463         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27464         GNULIB_MBSCSPN.
27465         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
27466         * MODULES.html.sh (Internationalization functions): Add mbscspn.
27467
27468 2007-02-04  Bruno Haible  <bruno@clisp.org>
27469
27470         New module mbscasestr, reduced goal of strcasestr.
27471         * modules/mbscasestr: New file.
27472         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
27473         (mbscasestr): Renamed from strcasestr.
27474         * lib/strcasestr.c: Don't include mbuiter.h.
27475         (strcasestr): Remove support for multibyte locales.
27476         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
27477         Change the conditional link warning.
27478         (mbscasestr): New declaration.
27479         * m4/mbscasestr.m4: New file.
27480         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
27481         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
27482         REPLACE_STRCASESTR.
27483         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
27484         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27485         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
27486         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
27487         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
27488         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
27489         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
27490         (Depends-on): Remove mbuiter.
27491         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
27492
27493 2007-02-04  Bruno Haible  <bruno@clisp.org>
27494
27495         Simplify handling of strncasecmp.
27496         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
27497         the conditional link warning.
27498         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27499         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
27500         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
27501         * modules/strcase (configure.ac): Don't invoke
27502         gl_STRING_MODULE_INDICATOR.
27503         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
27504
27505 2007-02-04  Bruno Haible  <bruno@clisp.org>
27506
27507         New module mbscasecmp, reduced goal of strcasecmp.
27508         * modules/mbscasecmp: New file.
27509         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
27510         (mbscasecmp): Renamed from strcasecmp.
27511         * lib/strcasecmp.c: Don't include mbuiter.h.
27512         (strcasecmp): Remove support for multibyte locales.
27513         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
27514         Change the conditional link warning.
27515         (mbscasecmp): New declaration.
27516         * m4/mbscasecmp.m4: New file.
27517         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
27518         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
27519         REPLACE_STRCASECMP.
27520         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
27521         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27522         GNULIB_MBSCASECMP.
27523         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
27524         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
27525         * modules/strcase (Files): Remove m4/mbrtowc.m4.
27526         (Depends-on): Remove mbuiter.
27527         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
27528
27529 2007-02-04  Bruno Haible  <bruno@clisp.org>
27530
27531         New module mbsstr. Remove module strstr.
27532         * modules/mbsstr: New file.
27533         * modules/strstr: Remove file.
27534         * lib/mbsstr.c: Renamed from lib/strstr.c.
27535         (mbsstr): Renamed from strstr.
27536         * lib/string_.h (strstr): Remove declaration. Change the conditional
27537         link warning.
27538         (mbsstr): New declaration.
27539         * m4/mbsstr.m4: New file.
27540         * m4/strstr.m4: Remove file.
27541         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
27542         REPLACE_STRSTR.
27543         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
27544         Don't initialize GNULIB_STRSTR.
27545         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
27546         substitute GNULIB_STRSTR and REPLACE_STRSTR.
27547         * MODULES.html.sh (Internationalization functions): Add mbsstr.
27548         (Support for systems lacking ANSI C 89): Remove strstr.
27549
27550 2007-02-04  Bruno Haible  <bruno@clisp.org>
27551
27552         New module mbsrchr.
27553         * modules/mbsrchr: New file.
27554         * lib/mbsrchr.c: New file.
27555         * lib/string_.h (strrchr): Add a conditional link warning.
27556         (mbsrchr): New declaration.
27557         * m4/mbsrchr.m4: New file.
27558         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27559         GNULIB_MBSRCHR.
27560         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
27561         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
27562
27563 2007-02-04  Bruno Haible  <bruno@clisp.org>
27564
27565         New module mbschr.
27566         * modules/mbschr: New file.
27567         * lib/mbschr.c: New file.
27568         * lib/string_.h (strchr): Add a conditional link warning.
27569         (mbschr): New declaration.
27570         * m4/mbschr.m4: New file.
27571         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
27572         GNULIB_MBSCHR.
27573         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
27574         * MODULES.html.sh (Internationalization functions): Add mbschr.
27575
27576 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
27577
27578         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
27579
27580         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
27581
27582 2007-02-04  Bruno Haible  <bruno@clisp.org>
27583
27584         New module description section 'configure.ac-early'.
27585         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
27586         (func_get_autoconf_early_snippet): New function.
27587         (func_import, func_create_testdir): Use it. Remove special cases for
27588         modules 'extensions' and 'lock'.
27589         * modules/extensions (configure.ac-early): Require
27590         gl_USE_SYSTEM_EXTENSIONS.
27591         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
27592
27593 2007-02-04  Bruno Haible  <bruno@clisp.org>
27594
27595         Make use of gcj-4.3's -fsource and -ftarget option.
27596         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
27597         and if so try the options -fsource and -ftarget.
27598         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
27599         source_version, ftarget_option, target_version arguments.
27600         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
27601         (is_envjavac_oldgcj_14_14_usable): Renamed from
27602         is_envjavac_gcj_14_14_usable.
27603         (is_envjavac_oldgcj_14_13_usable): Renamed from
27604         is_envjavac_gcj_14_13_usable.
27605         (is_gcj_present): Update.
27606         (is_gcj_43, is_gcj43_usable): New functions.
27607         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
27608         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
27609         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
27610         try the options -fsource and -ftarget.
27611
27612 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
27613
27614         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
27615         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
27616         larger value.
27617
27618 2007-02-03  Jim Meyering  <jim@meyering.net>
27619
27620         Give tools a better chance to allocate space for very large buffers.
27621         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
27622
27623         Make pwd and readlink work also when run with an unreadable parent dir
27624         on systems with openat support.
27625         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
27626         provided getcwd function, even when we have openat support.
27627         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
27628
27629 2007-02-02  Bruno Haible  <bruno@clisp.org>
27630
27631         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
27632         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
27633         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
27634         portability problems if one of these functions is only used on specific
27635         platforms.
27636         Reported by Paul Eggert.
27637
27638 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
27639
27640         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
27641         is causing more trouble than it's curing.
27642         * lib/regex_internal.h (__mempcpy): Remove.
27643         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
27644         (and make the code a tad smaller to boot).
27645         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
27646
27647 2007-02-02  Jim Meyering  <jim@meyering.net>
27648
27649         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
27650         section, not in the Makefile.am: one.
27651
27652 2007-02-02  Eric Blake  <ebb9@byu.net>
27653
27654         * lib/strchrnul.c: Always include config.h first.
27655
27656         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
27657         gnulib strstr is not necessary here.
27658
27659 2007-02-02  Simon Josefsson  <simon@josefsson.org>
27660
27661         * m4/socklen.m4: Fix typo.
27662
27663 2007-02-02  Eric Blake  <ebb9@byu.net>
27664
27665         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
27666         * modules/netinet_in (Makefile.am): Likewise.
27667
27668 2007-02-01  Bruno Haible  <bruno@clisp.org>
27669
27670         * lib/string_.h (GL_LINK_WARNING): New macro.
27671         (strcasecmp, strstr, strcasestr): If provided by the system,
27672         conditionally define as a macro that leads to a warning instead of to
27673         an error.
27674         (strncasecmp): Conditionally define as a macro that leads to a warning.
27675
27676 2007-02-01  Karl Berry  <karl@gnu.org>
27677
27678         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
27679
27680 2007-02-01  Bruno Haible  <bruno@clisp.org>
27681
27682         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
27683         renamings.
27684
27685 2007-02-01  Eric Blake  <ebb9@byu.net>
27686
27687         * modules/regex (Depends-on): Revert dependence on mempcpy.
27688         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
27689         module's definition of mempcpy.
27690         Reported by Paul Eggert.
27691
27692 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
27693
27694         * lib/string_.h: If the gnulib module XYZ is not present, undefine
27695         the symbol XYZ before redefining it.  This fixes a problem with
27696         programs that don't use XYZ, when compiled on systems that define
27697         XYZ to something else.
27698
27699 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
27700
27701         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
27702         occurs when "mkdir -m foo" creates a setgid directory that is (1)
27703         writeable to group or other and (2) is intended to have a special
27704         mode bit that is set or cleared.  In such a case, the directory
27705         should be neither group- nor other-writeable until the special
27706         mode bits are right.
27707
27708 2007-01-31  Eric Blake  <ebb9@byu.net>
27709
27710         * modules/mountlist (Depends-on): Add strstr.
27711
27712         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
27713         bug.
27714         * modules/string (Makefile.am): Remove redundant replacement.
27715         * modules/regex (Depends-on): Add mempcpy.
27716
27717 2007-01-31  Bruno Haible  <bruno@clisp.org>
27718
27719         New module description field 'Link'.
27720         * gnulib-tool (func_usage): Document --extract-link-directive.
27721         (sed_extract_prog): Recognize 'Link' directive.
27722         (func_get_link_directive): New function.
27723         (func_import): Show summary of link directives.
27724         Handle --extract-link-directive option.
27725         * modules/acl (Link): New section.
27726         * modules/clock-time (Link): New section.
27727         * modules/euidaccess (Link): New section.
27728         * modules/gettext (Link): New section.
27729         * modules/iconv (Link): New section.
27730         * modules/lock (Link): New section.
27731         * modules/nanosleep (Link): New section.
27732         * modules/readline (Link): New section.
27733
27734 2007-01-27  Bruno Haible  <bruno@clisp.org>
27735
27736         Enforce the use of gnulib modules for unportable <string.h> functions.
27737         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
27738         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
27739         (gl_HEADER_STRING_H_BODY): Require it.
27740         * lib/string_.h: If the gnulib module XYZ is not present, redefine
27741         the symbol XYZ to one that gives a link error.
27742         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
27743         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
27744         * modules/mempcpy (configure.ac): Likewise.
27745         * modules/memrchr (configure.ac): Likewise.
27746         * modules/stpcpy (configure.ac): Likewise.
27747         * modules/stpncpy (configure.ac): Likewise.
27748         * modules/strcase (configure.ac): Likewise.
27749         * modules/strcasestr (configure.ac): Likewise.
27750         * modules/strchrnul (configure.ac): Likewise.
27751         * modules/strdup (configure.ac): Likewise.
27752         * modules/strndup (configure.ac): Likewise.
27753         * modules/strnlen (configure.ac): Likewise.
27754         * modules/strpbrk (configure.ac): Likewise.
27755         * modules/strsep (configure.ac): Likewise.
27756         * modules/strstr (configure.ac): Likewise.
27757         * modules/strtok_r (configure.ac): Likewise.
27758
27759 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
27760
27761         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
27762
27763 2007-01-30  Jim Meyering  <jim@meyering.net>
27764
27765         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
27766
27767 2007-01-29  Bruno Haible  <bruno@clisp.org>
27768
27769         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
27770         * lib/execute.c: Likewise.
27771         * lib/pipe.c: Likewise.
27772         * lib/printf-args.h: Likewise.
27773         * lib/printf-args.c: Likewise.
27774         * lib/printf-parse.c: Likewise.
27775         * lib/vasnprintf.c: Likewise.
27776
27777 2007-01-29  Eric Blake  <ebb9@byu.net>
27778
27779         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
27780         declaration.
27781
27782 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
27783
27784         * lib/strptime.h (strptime): Use 'restrict' for args where
27785         POSIX requires this.
27786         * lib/strptime.c (strptime): Likewise.
27787         Change license notice from LGPL to GPL, since gnulib-tool will
27788         change this as needed.
27789         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
27790         defined.
27791         Include "strptime.h" first, to check interface.
27792         Do not #undef _LIBC and _NL_CURRENT.
27793         Do not include <stdlib.h>; no longer needed.
27794         Include "time_r.h" and declare ptime_locale_status
27795         only if _LIBC is not defined.
27796         (__P): Remove unused macro.
27797         (match_string): Bring back glibc version, but use it only if _LIBC
27798         is defined.
27799         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
27800         Remove unnecessary assertion and abort() call.
27801         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
27802         * m4/strptime.m4: Fix serial number comment.
27803         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
27804         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
27805         (Depends-on): Add time_r.
27806
27807 2007-01-29  Bruno Haible  <bruno@clisp.org>
27808
27809         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27810         strptime.
27811         * modules/strptime (Depends-on): Add stdbool.
27812         * lib/strptime.h: Include <time.h> always. Add comments.
27813
27814 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
27815
27816         * modules/strptime: New file.
27817         * lib/strptime.h: New file.
27818         * lib/strptime.c: New file.
27819         * m4/strptime.m4: New file.
27820
27821 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
27822
27823         * MODULES.html.sh: New module mpsort.
27824         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
27825
27826         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
27827         a circularity problem with HP-UX ia64 reported by Bob Proulx in
27828         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
27829         All uses changed.
27830         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
27831         All uses changed.
27832         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
27833         to _Restrict_.
27834         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
27835         the parameter matches the prototype.
27836
27837 2007-01-28  Jim Meyering  <jim@meyering.net>
27838
27839         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
27840         sys/time.h here, reverting that part of the previous patch:
27841         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
27842
27843 2007-01-28  Bruno Haible  <bruno@clisp.org>
27844
27845         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
27846         value of $(SYS_TIME_H).
27847         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
27848         remove it conditionally, too. [added by Jim Meyering]
27849         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
27850         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
27851         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
27852         GETTIMEOFDAY_REPLACEMENT to 1.
27853
27854 2007-01-28  Bruno Haible  <bruno@clisp.org>
27855
27856         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
27857         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
27858         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
27859         Set UNISTD_H instead of UNISTD_H2.
27860         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
27861
27862 2007-01-28  Bruno Haible  <bruno@clisp.org>
27863
27864         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
27865         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
27866
27867 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27868
27869         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
27870         (func_create_testdir): Ensure C locale for `grep' and `tr'
27871         character ranges.
27872         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
27873         ACLOCAL_AMFLAGS parsing state machine.
27874
27875 2007-01-27  Bruno Haible  <bruno@clisp.org>
27876
27877         * modules/unistr/base: Update.
27878
27879 2007-01-27  Bruno Haible  <bruno@clisp.org>
27880
27881         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
27882         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
27883         * modules/unistr/u32-mbtouc-unsafe: Renamed from
27884         modules/unistr/u32-mbtouc.
27885         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
27886         * lib/unistr.h: Update.
27887         * lib/linebreak.c: Update.
27888         * modules/unistr/u32-mbtouc: Renamed from
27889         modules/unistr/u32-mbtouc-safe.
27890         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
27891         * lib/unistr.h: Update.
27892         * lib/unistr/u32-to-u8.c: Update.
27893         * lib/unistr/u32-to-u16.c: Update.
27894
27895 2007-01-27  Bruno Haible  <bruno@clisp.org>
27896
27897         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
27898         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
27899         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
27900         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
27901         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
27902         * modules/unistr/u16-mbtouc-unsafe: Renamed from
27903         modules/unistr/u16-mbtouc.
27904         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
27905         * lib/unistr.h: Update.
27906         * lib/linebreak.c: Update.
27907         * modules/linebreak: Update.
27908         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
27909         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
27910         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
27911         * modules/unistr/u16-mbtouc: Renamed from
27912         modules/unistr/u16-mbtouc-safe.
27913         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
27914         * lib/unistr.h: Update.
27915         * lib/unistr/u16-to-u8.c: Update.
27916         * modules/unistr/u16-to-u8: Update.
27917         * lib/unistr/u16-to-u32.c: Update.
27918         * modules/unistr/u16-to-u32: Update.
27919
27920 2007-01-27  Bruno Haible  <bruno@clisp.org>
27921
27922         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
27923         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
27924         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
27925         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
27926         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
27927         * modules/unistr/u8-mbtouc-unsafe: Renamed from
27928         modules/unistr/u8-mbtouc.
27929         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
27930         * lib/unistr.h: Update.
27931         * lib/striconveh.c: Update.
27932         * modules/striconveh: Update.
27933         * lib/linebreak.c: Update.
27934         * modules/linebreak: Update.
27935         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
27936         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
27937         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
27938         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
27939         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
27940         * lib/unistr.h: Update.
27941         * lib/striconveh.c: Update.
27942         * modules/striconveh: Update.
27943         * lib/unistr/u8-to-u16.c: Update.
27944         * modules/unistr/u8-to-u16: Update.
27945         * lib/unistr/u8-to-u32.c: Update.
27946         * modules/unistr/u8-to-u32: Update.
27947
27948 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27949
27950         Sync from Libtool.
27951         * lib/argz.c: Do not include strings.h nor memory.h, include
27952         string.h unconditionally.  Patch by Simon Josefsson.
27953
27954 2007-01-27  Bruno Haible  <bruno@clisp.org>
27955
27956         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
27957         from gl_HEADER_STRING_H_BODY.
27958         (gl_HEADER_STRING_H_BODY): Require it.
27959         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
27960         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
27961         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
27962         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
27963         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
27964         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
27965         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
27966         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
27967         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
27968         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
27969         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
27970         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
27971         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
27972         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
27973         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
27974
27975 2007-01-27  Bruno Haible  <bruno@clisp.org>
27976
27977         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
27978         check_PROGRAMS into noinst_PROGRAMS.
27979         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
27980         check_PROGRAMS in this case.
27981         (func_import): Set for_test to false.
27982         (func_create_testdir): Set for_test to true.
27983
27984 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
27985             Bruno Haible  <bruno@clisp.org>
27986
27987         * modules/strcasestr (Files): Remove lib/strcasestr.h.
27988         (Depends-on): Add string.
27989         (Includes): Use <string.h> instead of strcasestr.h.
27990         * modules/string (Makefile.am): Also substitute the value of
27991         REPLACE_STRCASESTR.
27992         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
27993         assume strcasestr is declared in <string.h> not <strings.h>. Also
27994         set REPLACE_STRCASESTR.
27995         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
27996         REPLACE_STRCASESTR.
27997         * lib/strcasestr.h: Remove file.
27998         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
27999         * lib/string_.h (strcasestr): New declaration.
28000
28001 2007-01-27  Bruno Haible  <bruno@clisp.org>
28002
28003         * lib/string_.h: Use 'extern'.
28004
28005 2007-01-27  Jim Meyering  <jim@meyering.net>
28006
28007         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
28008         of set-but-not-used local, "q".
28009
28010         * lib/mempcpy.c: Include <config.h> before <string.h>.
28011         This fixes a compilation error on HP-UX, due to the system's
28012         "restrict"-using mempcpy prototype.
28013
28014 2007-01-26  Bruno Haible  <bruno@clisp.org>
28015
28016         Small optimization.
28017         * lib/javacomp.c: Include c-strstr.h.
28018          (is_envjavac_gcj): Use c_strstr instead of strstr.
28019         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
28020
28021 2007-01-26  Bruno Haible  <bruno@clisp.org>
28022
28023         * MODULES.html.sh (Unicode string functions): Add the new modules.
28024
28025         * modules/uniconv/u32-strconv-to-locale: New file.
28026         * lib/uniconv/u32-strconv-to-locale.c: New file.
28027
28028         * modules/uniconv/u16-strconv-to-locale: New file.
28029         * lib/uniconv/u16-strconv-to-locale.c: New file.
28030
28031         * modules/uniconv/u8-strconv-to-locale: New file.
28032         * lib/uniconv/u8-strconv-to-locale.c: New file.
28033
28034         * modules/uniconv/u32-strconv-from-locale: New file.
28035         * lib/uniconv/u32-strconv-from-locale.c: New file.
28036
28037         * modules/uniconv/u16-strconv-from-locale: New file.
28038         * lib/uniconv/u16-strconv-from-locale.c: New file.
28039
28040         * modules/uniconv/u8-strconv-from-locale: New file.
28041         * lib/uniconv/u8-strconv-from-locale.c: New file.
28042
28043         * modules/uniconv/u32-strconv-to-enc: New file.
28044         * lib/uniconv/u32-strconv-to-enc.c: New file.
28045         * modules/uniconv/u32-strconv-to-enc-tests: New file.
28046         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
28047
28048         * modules/uniconv/u16-strconv-to-enc: New file.
28049         * lib/uniconv/u16-strconv-to-enc.c: New file.
28050         * lib/uniconv/u-strconv-to-enc.h: New file.
28051         * modules/uniconv/u16-strconv-to-enc-tests: New file.
28052         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
28053
28054         * modules/uniconv/u8-strconv-to-enc: New file.
28055         * lib/uniconv/u8-strconv-to-enc.c: New file.
28056         * modules/uniconv/u8-strconv-to-enc-tests: New file.
28057         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
28058
28059         * modules/uniconv/u32-strconv-from-enc: New file.
28060         * lib/uniconv/u32-strconv-from-enc.c: New file.
28061         * modules/uniconv/u32-strconv-from-enc-tests: New file.
28062         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
28063
28064         * modules/uniconv/u16-strconv-from-enc: New file.
28065         * lib/uniconv/u16-strconv-from-enc.c: New file.
28066         * modules/uniconv/u16-strconv-from-enc-tests: New file.
28067         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
28068
28069         * modules/uniconv/u8-strconv-from-enc: New file.
28070         * lib/uniconv/u8-strconv-from-enc.c: New file.
28071         * lib/uniconv/u-strconv-from-enc.h: New file.
28072         * modules/uniconv/u8-strconv-from-enc-tests: New file.
28073         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
28074
28075         * modules/uniconv/u32-conv-from-enc: New file.
28076         * lib/uniconv/u32-conv-from-enc.c: New file.
28077         * modules/uniconv/u32-conv-from-enc-tests: New file.
28078         * tests/uniconv/test-u32-conv-from-enc.c: New file.
28079
28080         * modules/uniconv/u16-conv-from-enc: New file.
28081         * lib/uniconv/u16-conv-from-enc.c: New file.
28082         * lib/uniconv/u-conv-from-enc.h: New file.
28083         * modules/uniconv/u16-conv-from-enc-tests: New file.
28084         * tests/uniconv/test-u16-conv-from-enc.c: New file.
28085
28086         * modules/uniconv/u8-conv-from-enc: New file.
28087         * lib/uniconv/u8-conv-from-enc.c: New file.
28088         * modules/uniconv/u8-conv-from-enc-tests: New file.
28089         * tests/uniconv/test-u8-conv-from-enc.c: New file.
28090
28091         * modules/uniconv/base: New file.
28092         * lib/uniconv.h: New file.
28093
28094 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
28095
28096         * doc/gnulib-tool.texi (Initial import): Update to match current
28097         behavior with strdup module.
28098         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
28099         * lib/memmem.h: Remove; all uses removed.  This is now done
28100         by <string.h>.
28101         * lib/mempcpy.h: Likewise.
28102         * lib/memrchr.h: Likewise.
28103         * lib/stpcpy.h: Likewise.
28104         * lib/stpncpy.h: Likewise.
28105         * lib/strcase.h: Likewise.
28106         * lib/strchrnul.h: Likewise.
28107         * lib/strdup.h: Likewise.
28108         * lib/strndup.h: Likewise.
28109         * lib/strnlen.h: Likewise.
28110         * lib/strpbrk.h: Likewise.
28111         * lib/strsep.h: Likewise.
28112         * lib/strstr.h: Likewise.
28113         * lib/strtok_r.h: Likewise.
28114         * lib/string_.h: New file.
28115         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
28116         Rely on <string.h> instead.
28117         * lib/canon-host.c: Likewise.
28118         * lib/chdir-long.c: Likewise.
28119         * lib/concatpath.c: Likewise.
28120         * lib/exclude.c: Likewise.
28121         * lib/fchdir.c: Likewise.
28122         * lib/getaddrinfo.c: Likewise.
28123         * lib/getcwd.c: Likewise.
28124         * lib/getsubopt.c: Likewise.
28125         * lib/glob.c: Likewise.
28126         * lib/hard-locale.c: Likewise.
28127         * lib/iconvme.c: Likewise.
28128         * lib/javacomp.c: Likewise.
28129         * lib/mempcpy.c: Likewise.
28130         * lib/memrchr.c: Likewise.
28131         * lib/regex_internal.h: Likewise.
28132         * lib/stpncpy.c: Likewise.
28133         * lib/strcasecmp.c: Likewise.
28134         * lib/strchrnul.c: Likewise.
28135         * lib/strdup.c: Likewise.
28136         * lib/striconv.c: Likewise.
28137         * lib/striconveh.c: Likewise.
28138         * lib/striconveha.c: Likewise.
28139         * lib/strncasecmp.c: Likewise.
28140         * lib/strndup.c: Likewise.
28141         * lib/strnlen.c: Likewise.
28142         * lib/strsep.c: Likewise.
28143         * lib/strstr.c: Likewise.
28144         * lib/strtok_r.c: Likewise.
28145         * lib/userspec.c: Likewise.
28146         * lib/w32spawn.h: Likewise.
28147         * lib/xstrndup.c: Likewise.
28148         * lib/mountlist.c (strstr): Remove decl.
28149         * m4/string_h.m4: New file.
28150         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
28151         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
28152         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
28153         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
28154         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
28155         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
28156         Set REPLACE_STRCASECMP if necessary.
28157         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
28158         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
28159         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
28160         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
28161         HAVE_DECL_STRDUP if necessary.
28162         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
28163         since gl_FUNC_STRNDUP does that now.
28164         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
28165         Check for decl here...
28166         (gl_PREREQ_STRNLEN): ... not here.
28167         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
28168         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
28169         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
28170         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
28171         necessary.
28172         * modules/string: New file.
28173         * modules/memmem (Files): Remove special-purpose include file.
28174         (Depends-on): Add string.
28175         (Include): Include <string.h>, not the removed file.
28176         * modules/mempcpy: Likewise.
28177         * modules/memrchr: Likewise.
28178         * modules/stpcpy: Likewise.
28179         * modules/stpncpy: Likewise.
28180         * modules/strcase: Likewise.
28181         * modules/strchrnul: Likewise.
28182         * modules/strdup: Likewise.
28183         * modules/strndup: Likewise.
28184         * modules/strnlen: Likewise.
28185         * modules/strpbrk: Likewise.
28186         * modules/strsep: Likewise.
28187         * modules/strstr: Likewise.
28188         * modules/strtok_r: Likewise.
28189         * tests/test-dirname.c: Don't include "strdup.h", since
28190         <string.h> now suffices.
28191         * tests/test-memmem.c: Don't include "memmem.h", since
28192         <string.h> now suffices.
28193
28194 2007-01-25  Bruno Haible  <bruno@clisp.org>
28195
28196         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
28197         *resultp is 0.
28198
28199         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
28200         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
28201         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
28202         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
28203
28204         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
28205         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
28206         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
28207         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
28208         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
28209         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
28210
28211 2007-01-24  Bruno Haible  <bruno@clisp.org>
28212
28213         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
28214         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
28215         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
28216         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
28217         gl_FUNC_FTS_CORE.
28218         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
28219         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
28220         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28221         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
28222         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
28223         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
28224         gl_FUNC_FCHOWNAT.
28225         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
28226         gl_FUNC_STRFTIME.
28227         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
28228         Reported by Ralf Wildenhues.
28229
28230 2007-01-24  Bruno Haible  <bruno@clisp.org>
28231
28232         Drop AC_REQUIRE calls that are redundant with the module dependencies.
28233         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
28234         gl_GETADDRINFO.
28235         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
28236         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
28237         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
28238
28239 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
28240
28241         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
28242         Don't use 'exit'; just return from 'main'.
28243         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
28244
28245         * lib/fnmatch_.h: Readjust white space and comments to match
28246         glibc, to avoid spurious diffs.
28247
28248 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28249
28250         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
28251         2004-12-01 change by Jakub Jelinek, since this code won't compile
28252         if !LIBC.  Problem reported by Bob Proulx.
28253
28254 2007-01-23  Bruno Haible  <bruno@clisp.org>
28255
28256         * lib/striconveh.c: Include c-strcaseeq.h.
28257         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
28258         * modules/striconveh (Depends-on): Add c-strcaseeq.
28259
28260 2007-01-23  Bruno Haible  <bruno@clisp.org>
28261
28262         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
28263
28264         * modules/c-strcaseeq: New file.
28265         * lib/c-strcaseeq.h: New file.
28266
28267         * modules/streq: New file.
28268         * lib/streq.h: New file.
28269
28270 2007-01-23  Bruno Haible  <bruno@clisp.org>
28271
28272         * modules/striconveha-tests: New file.
28273         * tests/test-striconveha.c: New file.
28274
28275         * lib/striconveha.h: Include <stdbool.h>.
28276         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
28277         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
28278         (mem_iconveha_notranslit): Renamed from mem_iconveha.
28279         (mem_iconveha): New function.
28280         (str_iconveha_notranslit): Renamed from str_iconveha.
28281         (str_iconveha): New function.
28282         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
28283         c-strcase.
28284
28285 2007-01-23  Bruno Haible  <bruno@clisp.org>
28286
28287         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
28288         encodings without forgiving before trying any encoding with handler.
28289         (str_iconveha): Try all encodings without forgiving before trying any
28290         encoding with handler.
28291
28292 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28293
28294         Import the following changes from libc.
28295
28296         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
28297
28298         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
28299
28300         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
28301
28302         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
28303         normal_bracket label.
28304
28305         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
28306
28307         [BZ #361]
28308         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
28309         to normal_bracket after fetching the next character.
28310
28311 2007-01-22  Bruno Haible  <bruno@clisp.org>
28312
28313         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
28314         argument.
28315         * lib/striconveh.c (iconv_carefully_1): New function.
28316         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
28317         argument.
28318         (str_cd_iconveh): Update.
28319         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
28320         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
28321         * tests/test-striconveh.c (MAGIC): New macro.
28322         (new_offsets): New function.
28323         (main): Test call with and without offsets.
28324
28325 2007-01-22  Bruno Haible  <bruno@clisp.org>
28326
28327         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
28328         * modules/sys_select (Makefile.am): Likewise.
28329         * modules/sys_socket (Makefile.am): Likewise.
28330         * modules/sys_time (Makefile.am): Likewise.
28331
28332 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
28333
28334         * modules/gettimeofday (License): Change from GPL to LGPL, since
28335         gettimeofday is a library function.
28336
28337 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28338
28339         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
28340
28341 2007-01-21  Bruno Haible  <bruno@clisp.org>
28342
28343         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
28344
28345 2007-01-21  Bruno Haible  <bruno@clisp.org>
28346
28347         * modules/striconveha: New file.
28348         * lib/striconveha.h: New file.
28349         * lib/striconveha.c: New file.
28350         * MODULES.html.sh (Internationalization functions): Add striconveha.
28351         * lib/striconv.c (str_iconv): Optimize the case of an empty input
28352         string.
28353         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
28354
28355 2007-01-21  Bruno Haible  <bruno@clisp.org>
28356
28357         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
28358         * lib/striconveh.c (str_iconveh): Likewise.
28359
28360 2007-01-21  Bruno Haible  <bruno@clisp.org>
28361
28362         * lib/striconveh.h (mem_iconveh): New declaration.
28363         * lib/striconveh.c (mem_iconveh): New function.
28364         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
28365
28366 2007-01-21  Bruno Haible  <bruno@clisp.org>
28367
28368         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
28369
28370         * lib/striconveh.h (mem_cd_iconveh): Change specification.
28371         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
28372         original result buffer.
28373         (str_cd_iconveh): Update.
28374         * tests/test-striconveh.c (main): Update.
28375
28376         * lib/striconv.h (mem_cd_iconv): Change specification.
28377         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
28378         result buffer.
28379         (str_cd_iconv): Update.
28380         * tests/test-striconv.c (main): Update.
28381
28382 2007-01-21  Bruno Haible  <bruno@clisp.org>
28383
28384         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
28385
28386 2007-01-20  Jim Meyering  <jim@meyering.net>
28387
28388         * lib/userspec.c (parse_with_separator): If a user or group string
28389         starts with "+", skip the corresponding name-to-ID look-up, since
28390         such a look-up must fail: user and group names may not include "+".
28391
28392 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
28393
28394         * lib/poll.c: Include sys/time.h and time.h unconditionally,
28395         since we now assume the sys_time module.
28396         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
28397         check for sys/time.h; no longer needed.
28398         * modules/poll (Depends-on): Depend on sys_time.
28399
28400 2007-01-18  Bruno Haible  <bruno@clisp.org>
28401
28402         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
28403         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
28404
28405         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
28406         gettimeofday.
28407
28408         * tests/test-gettimeofday.c: Include <time.h>.
28409         (dummy): Remove variable.
28410
28411         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
28412         gl_HEADER_SYS_TIME_H.
28413         (gl_HEADER_SYS_TIME_H): New macro.
28414
28415         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
28416         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
28417         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
28418         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
28419         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
28420         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
28421         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
28422         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
28423         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
28424         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
28425         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
28426
28427         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
28428         last change; it caused a compilation error when cross-compiling to
28429         Cygwin.
28430
28431 2007-01-18  Jim Meyering  <jim@meyering.net>
28432
28433         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
28434         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
28435         than the race-prone "test -d sys || mkdir sys".
28436         (configure.ac): Use AC_PROG_MKDIR_P.
28437         * modules/sys_select: Likewise.
28438         * modules/sys_socket: Likewise.
28439         * modules/sys_time: Likewise.
28440
28441 2007-01-18  Eric Blake  <ebb9@byu.net>
28442
28443         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
28444         replace gettimeofday.
28445         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
28446         name, to avoid infinite recursion.
28447
28448 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
28449
28450         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
28451         module sys_time.
28452         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
28453         assume timespec.h defines struct timeval.
28454         * lib/settime.c: Likewise.
28455         * lib/utimens.c: Likewise.
28456         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
28457         since we now assume the gettimeofday module.
28458         * lib/tempname.c (__gen_tempname): Likewise.
28459         * lib/gettimeofday.h: Remove.
28460         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
28461         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
28462         Include <time.h>, for 'time()'.
28463         (localtime_buffer_addr): Also use this workaround if
28464         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
28465         to simplify the uses.  All uses changed.
28466         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
28467         that #undef is inside {}, and 'const' follows type name consistently.
28468         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
28469         (gettimeofday): Do not use the maximum possible value for
28470         tv->tv_usec, since that might break usages other than ls.c.
28471         Instead, we'll leave ls.c alone.  This undoes today's patch
28472         by Bruno.  Add a compile-time warning for 1s-clock resolution;
28473         we've never observed the problem but might as well keep the
28474         canary.
28475         * lib/nanosleep.c: Include timespec.h first, for interface check.
28476         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
28477         now assume the sys_time module.
28478         * lib/tempname.c: Likewise.
28479         * lib/timespec.h: Likewise.
28480         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
28481         needed.
28482         * lib/strftime.c: Likewise.
28483         * lib/timespec.h: Likewise.
28484         * lib/posixtm.c: Include posixtm.h first, for interface check.
28485         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
28486         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
28487         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
28488         * lib/sys_time_.h: New file.
28489         * lib/timespec.h (struct timespec): Use long int, not long.
28490         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
28491         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
28492         Remove obsolescent call to AC_HEADER_TIME.
28493         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
28494         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
28495         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
28496         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
28497         Likewise.
28498         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
28499         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
28500         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
28501         into the sys_time module.  Check for gettimeofday just once.
28502         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
28503         for gettimeofday signature to just check the signature.  Merely
28504         compile it, since linking doesn't test signature.  Improve test for
28505         whether gettimeofday.o is actually needed.
28506         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
28507         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
28508         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
28509         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
28510         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
28511         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
28512         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
28513         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
28514         than worrying about sys/time.h.
28515         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
28516         Don't bother worrying about TIME_WITH_SYS_TIME.
28517         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
28518         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
28519         * m4/sys_time_h.m4: New file.
28520         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
28521         Don't include sys/time.h.  Return from main rather than exiting.
28522         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
28523         all uses changed.
28524         * modules/gethrxtime (Depends-on): Add sys_time.
28525         * modules/gettime (Depends-on): Likewise.
28526         * modules/gettimeofday (Depends-on): Likewise.
28527         * modules/nanosleep (Depends-on): Likewise.
28528         * modules/settime (Depends-on): Likewise.
28529         * modules/tempname (Depends-on): Likewise.
28530         * modules/utimens (Depends-on): Likewise.
28531         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
28532         (Include:) Change back to <sys/time.h>.
28533         (Maintainer:) Add self.
28534         * modules/sys_time: New file.
28535         * modules/tempname (Depends-on): Add gettimeofday.
28536         * tests/test-gettimeofday.c: Include <sys/time.h>
28537         rather than gettimeofday.h.
28538
28539 2007-01-17  Bruno Haible  <bruno@clisp.org>
28540
28541         * gnulib-tool (func_get_license): Revert last patch. Instead, let
28542         the license default to GPL.
28543         (func_create_testdir): Don't complain if a module is LGPL and its
28544         tests module depends on GPLed modules.
28545
28546 2007-01-17  Bruno Haible  <bruno@clisp.org>
28547
28548         * lib/gettimeofday.c (gettimeofday): Add code for the case
28549         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
28550         maximum possible value for tv->tv_usec, rather than the minimum one.
28551
28552 2005-10-08  Martin Lambers  <marlam@marlam.de>
28553 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
28554 2007-01-16  Bruno Haible  <bruno@clisp.org>
28555
28556         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
28557         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
28558         gl_FUNC_GETTIMEOFDAY.
28559         (Include): Add gettimeofday.h.
28560         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
28561         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
28562         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
28563         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
28564         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
28565         * lib/gettimeofday.h: New file.
28566         * lib/gettimeofday.c: Include <sys/timeb.h>.
28567         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
28568         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
28569         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
28570         fall back on time().
28571
28572         * tests/test-gettimeofday.c: New file.
28573         * modules/gettimeofday-tests: New file.
28574
28575 2007-01-16  Eric Blake  <ebb9@byu.net>
28576
28577         * modules/fnmatch (Depends-on): Depend on wchar.
28578         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
28579         * m4/fnmatch.m4: Likewise.
28580         * modules/mbchar (Makefile.am): Assume <wchar.h>.
28581         * m4/mbchar.m4: Likewise.
28582         * modules/mbswidth (Depends-on): Depend on wchar.
28583         * lib/mbswidth.c: Assume <wchar.h>.
28584         * m4/mbswidth.m4: Likewise.
28585         * modules/quotearg (Depends-on): Depend on wchar.
28586         * lib/quotearg.c: Assume <wchar.h>.
28587         * m4/quotearg.m4: Likewise.
28588         * modules/regex (Depends-on): Depend on wchar.
28589         * lib/regex_internal.h: Assume <wchar.h>.
28590         * m4/regex.m4: Likewise.
28591         * modules/stdint (Depends-on): Depend on wchar.
28592         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
28593         * m4/stdint.m4: Likewise.
28594         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
28595         * modules/strftime (Depends-on): Depend on wchar.
28596         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
28597         * modules/strtol (Depends-on): Depend on wchar.
28598         * lib/strtol.c: Assume <wchar.h>.
28599         * modules/wcwidth (Depends-on): Depend on wchar.
28600         * lib/wcwidth.h: Assume <wchar.h>.
28601         * m4/wcwidth.m4: Likewise.
28602
28603 2007-01-16  Bruno Haible  <bruno@clisp.org>
28604
28605         * modules/csharpexec-script: New, created from...
28606         * modules/csharpexec: ... this.
28607
28608 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
28609
28610         * modules/javaexec-script: New, created from...
28611         * modules/javaexec: ... this.
28612
28613 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28614
28615         * modules/poll (Dependencies): Add sys_select.
28616
28617 2007-01-15  Jim Meyering  <jim@meyering.net>
28618
28619         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
28620         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
28621         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
28622         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
28623
28624 2007-01-15  Bruno Haible  <bruno@clisp.org>
28625
28626         * modules/striconveh: New file.
28627         * lib/striconveh.h: New file.
28628         * lib/striconveh.c: New file.
28629         * MODULES.html.sh (Internationalization functions): Add striconveh.
28630
28631         * modules/striconveh-tests: New file.
28632         * tests/test-striconveh.c: New file.
28633
28634 2007-01-15  Bruno Haible  <bruno@clisp.org>
28635
28636         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
28637         not from GNU libiconv or GNU libc.
28638
28639 2007-01-15  Bruno Haible  <bruno@clisp.org>
28640
28641         * doc/gnulib-intro.texi (Copyright): Explain the different license
28642         terms for module descriptions, autoconf macros, tests, documentation.
28643
28644 2007-01-14  Bruno Haible  <bruno@clisp.org>
28645
28646         * modules/striconv-tests: New file.
28647         * tests/test-striconv.c: New file.
28648
28649 2007-01-14  Bruno Haible  <bruno@clisp.org>
28650
28651         * modules/iconv-tests: New file.
28652         * tests/test-iconv.c: New file.
28653
28654 2007-01-14  Bruno Haible  <bruno@clisp.org>
28655
28656         * gnulib-tool (func_get_license): For test modules, use the license of
28657         the main module.
28658
28659 2007-01-14  Bruno Haible  <bruno@clisp.org>
28660
28661         * modules/iconv (Include): Clarify that <iconv.h> can only be included
28662         if iconv is found to exist.
28663
28664 2007-01-14  Bruno Haible  <bruno@clisp.org>
28665
28666         * modules/c-ctype-tests: New file.
28667         * tests/test-c-ctype.c: New file.
28668
28669 2007-01-14  Bruno Haible  <bruno@clisp.org>
28670
28671         * modules/binary-io-tests: New file.
28672         * tests/test-binary-io.sh: New file.
28673         * tests/test-binary-io.c: New file.
28674
28675 2007-01-14  Bruno Haible  <bruno@clisp.org>
28676
28677         * modules/array-oset-tests: New file.
28678         * tests/test-array_oset.c: New file.
28679
28680 2007-01-14  Bruno Haible  <bruno@clisp.org>
28681
28682         * modules/array-list-tests: New file.
28683         * tests/test-array_list.c: New file.
28684
28685 2007-01-14  Bruno Haible  <bruno@clisp.org>
28686
28687         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
28688         and make.
28689         Reported by Simon Josefsson in
28690         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
28691
28692 2007-01-14  Bruno Haible  <bruno@clisp.org>
28693
28694         * modules/allocsa-tests: New file.
28695         * tests/test-allocsa.c: New file.
28696
28697 2007-01-14  Bruno Haible  <bruno@clisp.org>
28698
28699         * modules/fchdir (Depends-on): Add absolute-header.
28700         * modules/unistd (Depends-on): Likewise.
28701
28702 2006-12-30  Bruno Haible  <bruno@clisp.org>
28703
28704         * modules/fchdir: New file.
28705         * modules/unistd (Files): Add lib/unistd_.h.
28706         (Makefile.am): Generate unistd.h from unistd_.h.
28707         * lib/fchdir.c: New file.
28708         * lib/dirent_.h: New file.
28709         * lib/unistd_.h: New file.
28710         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
28711         * m4/fchdir.m4: New file.
28712         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
28713         (gl_HEADER_UNISTD): Invoke it.
28714         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
28715         function.
28716         * lib/backupfile.c (opendir, closedir): Undefine.
28717         * lib/chown.c (open, close): Undefine.
28718         * lib/clean-temp.c (open, close): Undefine.
28719         * lib/copy-file.c (open, close): Undefine.
28720         * lib/execute.c (open, close): Undefine.
28721         * lib/fsusage.c (open, close): Undefine.
28722         * lib/gc-gnulib.c (open, close): Undefine.
28723         * lib/getcwd.c (opendir, closedir): Undefine.
28724         * lib/glob.c (opendir, closedir): Undefine.
28725         * lib/javacomp.c (open, close): Undefine.
28726         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
28727         * lib/openat-proc.c (open, close): Undefine.
28728         * lib/pagealign_alloc.c (open, close): Undefine.
28729         * lib/pipe.c (open, close): Undefine.
28730         * lib/progreloc.c (open, close): Undefine.
28731         * lib/savedir.c (opendir, closedir): Undefine.
28732         * lib/utime.c (open, close): Undefine.
28733         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
28734
28735 2007-01-10  Bruno Haible  <bruno@clisp.org>
28736
28737         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
28738
28739 2007-01-12  Eric Blake  <ebb9@byu.net>
28740
28741         Provide a robust <wchar.h>.  Further simplifications are now
28742         possible in other modules, but not included here.
28743         * modules/wchar: New module.
28744         * m4/wchar.m4: New file.
28745         * lib/wchar_.h: Likewise.
28746         * modules/mbchar (Depends-on): Depend on wchar, as the first use
28747         of the new module.
28748         * MODULES.html.sh (Extended multibyte and wide character utilities):
28749         New section.
28750
28751 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
28752
28753         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
28754         to a reasonable default for memory allocation.
28755         (xreadlink): Don't allocate a huge buffer, to work around a buggy
28756         file system that reports garbage st_size values for symlinks.
28757         Problem reported by Liyang Hu.
28758
28759 2007-01-11  Simon Josefsson  <simon@josefsson.org>
28760
28761         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
28762         Emacs .#* auto-save files).
28763
28764 2007-01-11  Bruno Haible  <bruno@clisp.org>
28765
28766         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
28767         directory.
28768
28769 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28770
28771         Use @...@ consistently in lib/wctype_.h.
28772         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
28773         on it being set to 1 or 0.
28774         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
28775         go back to AC_SUBSTing it.
28776         * modules/wctype (Makefile.am): Undo previous change.
28777
28778 2007-01-10  Eric Blake  <ebb9@byu.net>
28779
28780         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
28781         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
28782         * modules/wctype (Makefile.am): Likewise.
28783         Reported by Chris McGuire.
28784
28785 2007-01-10  Jim Meyering  <jim@meyering.net>
28786
28787         fts.c: a small readability/maintainability improvement
28788         * lib/fts.c (fts_read): Make this code slightly more readable and
28789         maintainable by hoisting the "sp->fts_cur = p" assignments to
28790         immediately follow the statements that set P.  Derived from
28791         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
28792
28793 2007-01-10  Eric Blake  <ebb9@byu.net>
28794
28795         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
28796         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
28797         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
28798         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
28799         Reported by Chris McGuire.
28800
28801 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28802
28803         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
28804         in sed script.
28805
28806 2007-01-09  Bruno Haible  <bruno@clisp.org>
28807
28808         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
28809         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
28810         variables.
28811         (func_module): Use them.
28812
28813 2007-01-09  Bruno Haible  <bruno@clisp.org>
28814
28815         * modules/unistr/base: New file.
28816         * lib/unistr.h: New file.
28817
28818         * modules/unistr/u8-to-u16: New file.
28819         * lib/unistr/u8-to-u16.c: New file.
28820
28821         * modules/unistr/u8-to-u32: New file.
28822         * lib/unistr/u8-to-u32.c: New file.
28823
28824         * modules/unistr/u16-to-u8: New file.
28825         * lib/unistr/u16-to-u8.c: New file.
28826
28827         * modules/unistr/u16-to-u32: New file.
28828         * lib/unistr/u16-to-u32.c: New file.
28829
28830         * modules/unistr/u32-to-u8: New file.
28831         * lib/unistr/u32-to-u8.c: New file.
28832
28833         * modules/unistr/u32-to-u16: New file.
28834         * lib/unistr/u32-to-u16.c: New file.
28835
28836         * modules/unistr/u8-check: New file.
28837         * modules/unistr/u16-check: New file.
28838         * modules/unistr/u32-check: New file.
28839         * lib/unistr/u8-check.c: New file.
28840         * lib/unistr/u16-check.c: New file.
28841         * lib/unistr/u32-check.c: New file.
28842
28843         * modules/unistr/u8-chr: New file.
28844         * modules/unistr/u16-chr: New file.
28845         * modules/unistr/u32-chr: New file.
28846         * lib/unistr/u8-chr.c: New file.
28847         * lib/unistr/u16-chr.c: New file.
28848         * lib/unistr/u32-chr.c: New file.
28849
28850         * modules/unistr/u8-cmp: New file.
28851         * modules/unistr/u16-cmp: New file.
28852         * modules/unistr/u32-cmp: New file.
28853         * lib/unistr/u8-cmp.c: New file.
28854         * lib/unistr/u16-cmp.c: New file.
28855         * lib/unistr/u32-cmp.c: New file.
28856
28857         * modules/unistr/u8-cpy: New file.
28858         * modules/unistr/u16-cpy: New file.
28859         * modules/unistr/u32-cpy: New file.
28860         * lib/unistr/u8-cpy.c: New file.
28861         * lib/unistr/u16-cpy.c: New file.
28862         * lib/unistr/u32-cpy.c: New file.
28863         * lib/unistr/u-cpy.h: New file.
28864
28865         * modules/unistr/u8-cpy-alloc: New file.
28866         * modules/unistr/u16-cpy-alloc: New file.
28867         * modules/unistr/u32-cpy-alloc: New file.
28868         * lib/unistr/u8-cpy-alloc.c: New file.
28869         * lib/unistr/u16-cpy-alloc.c: New file.
28870         * lib/unistr/u32-cpy-alloc.c: New file.
28871         * lib/unistr/u-cpy-alloc.h: New file.
28872
28873         * modules/unistr/u8-endswith: New file.
28874         * modules/unistr/u16-endswith: New file.
28875         * modules/unistr/u32-endswith: New file.
28876         * lib/unistr/u8-endswith.c: New file.
28877         * lib/unistr/u16-endswith.c: New file.
28878         * lib/unistr/u32-endswith.c: New file.
28879         * lib/unistr/u-endswith.h: New file.
28880
28881         * modules/unistr/u8-mblen: New file.
28882         * modules/unistr/u16-mblen: New file.
28883         * modules/unistr/u32-mblen: New file.
28884         * lib/unistr/u8-mblen.c: New file.
28885         * lib/unistr/u16-mblen.c: New file.
28886         * lib/unistr/u32-mblen.c: New file.
28887
28888         * modules/unistr/u8-mbtouc: New file.
28889         * modules/unistr/u16-mbtouc: New file.
28890         * modules/unistr/u32-mbtouc: New file.
28891         * lib/unistr/u8-mbtouc.c: New file.
28892         * lib/unistr/u16-mbtouc.c: New file.
28893         * lib/unistr/u32-mbtouc.c: New file.
28894
28895         * modules/unistr/u8-mbtouc-safe: New file.
28896         * modules/unistr/u16-mbtouc-safe: New file.
28897         * modules/unistr/u32-mbtouc-safe: New file.
28898         * lib/unistr/u8-mbtouc-safe.c: New file.
28899         * lib/unistr/u16-mbtouc-safe.c: New file.
28900         * lib/unistr/u32-mbtouc-safe.c: New file.
28901
28902         * modules/unistr/u8-move: New file.
28903         * modules/unistr/u16-move: New file.
28904         * modules/unistr/u32-move: New file.
28905         * lib/unistr/u8-move.c: New file.
28906         * lib/unistr/u16-move.c: New file.
28907         * lib/unistr/u32-move.c: New file.
28908         * lib/unistr/u-move.h: New file.
28909
28910         * modules/unistr/u8-next: New file.
28911         * modules/unistr/u16-next: New file.
28912         * modules/unistr/u32-next: New file.
28913         * lib/unistr/u8-next.c: New file.
28914         * lib/unistr/u16-next.c: New file.
28915         * lib/unistr/u32-next.c: New file.
28916
28917         * modules/unistr/u8-prev: New file.
28918         * modules/unistr/u16-prev: New file.
28919         * modules/unistr/u32-prev: New file.
28920         * lib/unistr/u8-prev.c: New file.
28921         * lib/unistr/u16-prev.c: New file.
28922         * lib/unistr/u32-prev.c: New file.
28923
28924         * modules/unistr/u8-set: New file.
28925         * modules/unistr/u16-set: New file.
28926         * modules/unistr/u32-set: New file.
28927         * lib/unistr/u8-set.c: New file.
28928         * lib/unistr/u16-set.c: New file.
28929         * lib/unistr/u32-set.c: New file.
28930         * lib/unistr/u-set.h: New file.
28931
28932         * modules/unistr/u8-startswith: New file.
28933         * modules/unistr/u16-startswith: New file.
28934         * modules/unistr/u32-startswith: New file.
28935         * lib/unistr/u8-startswith.c: New file.
28936         * lib/unistr/u16-startswith.c: New file.
28937         * lib/unistr/u32-startswith.c: New file.
28938         * lib/unistr/u-startswith.h: New file.
28939
28940         * modules/unistr/u8-stpcpy: New file.
28941         * modules/unistr/u16-stpcpy: New file.
28942         * modules/unistr/u32-stpcpy: New file.
28943         * lib/unistr/u8-stpcpy.c: New file.
28944         * lib/unistr/u16-stpcpy.c: New file.
28945         * lib/unistr/u32-stpcpy.c: New file.
28946         * lib/unistr/u-stpcpy.h: New file.
28947
28948         * modules/unistr/u8-stpncpy: New file.
28949         * modules/unistr/u16-stpncpy: New file.
28950         * modules/unistr/u32-stpncpy: New file.
28951         * lib/unistr/u8-stpncpy.c: New file.
28952         * lib/unistr/u16-stpncpy.c: New file.
28953         * lib/unistr/u32-stpncpy.c: New file.
28954         * lib/unistr/u-stpncpy.h: New file.
28955
28956         * modules/unistr/u8-strcat: New file.
28957         * modules/unistr/u16-strcat: New file.
28958         * modules/unistr/u32-strcat: New file.
28959         * lib/unistr/u8-strcat.c: New file.
28960         * lib/unistr/u16-strcat.c: New file.
28961         * lib/unistr/u32-strcat.c: New file.
28962         * lib/unistr/u-strcat.h: New file.
28963
28964         * modules/unistr/u8-strchr: New file.
28965         * modules/unistr/u16-strchr: New file.
28966         * modules/unistr/u32-strchr: New file.
28967         * lib/unistr/u8-strchr.c: New file.
28968         * lib/unistr/u16-strchr.c: New file.
28969         * lib/unistr/u32-strchr.c: New file.
28970
28971         * modules/unistr/u8-strcmp: New file.
28972         * modules/unistr/u16-strcmp: New file.
28973         * modules/unistr/u32-strcmp: New file.
28974         * lib/unistr/u8-strcmp.c: New file.
28975         * lib/unistr/u16-strcmp.c: New file.
28976         * lib/unistr/u32-strcmp.c: New file.
28977
28978         * modules/unistr/u8-strcpy: New file.
28979         * modules/unistr/u16-strcpy: New file.
28980         * modules/unistr/u32-strcpy: New file.
28981         * lib/unistr/u8-strcpy.c: New file.
28982         * lib/unistr/u16-strcpy.c: New file.
28983         * lib/unistr/u32-strcpy.c: New file.
28984         * lib/unistr/u-strcpy.h: New file.
28985
28986         * modules/unistr/u8-strcspn: New file.
28987         * modules/unistr/u16-strcspn: New file.
28988         * modules/unistr/u32-strcspn: New file.
28989         * lib/unistr/u8-strcspn.c: New file.
28990         * lib/unistr/u16-strcspn.c: New file.
28991         * lib/unistr/u32-strcspn.c: New file.
28992         * lib/unistr/u-strcspn.h: New file.
28993
28994         * modules/unistr/u8-strdup: New file.
28995         * modules/unistr/u16-strdup: New file.
28996         * modules/unistr/u32-strdup: New file.
28997         * lib/unistr/u8-strdup.c: New file.
28998         * lib/unistr/u16-strdup.c: New file.
28999         * lib/unistr/u32-strdup.c: New file.
29000         * lib/unistr/u-strdup.h: New file.
29001
29002         * modules/unistr/u8-strlen: New file.
29003         * modules/unistr/u16-strlen: New file.
29004         * modules/unistr/u32-strlen: New file.
29005         * lib/unistr/u8-strlen.c: New file.
29006         * lib/unistr/u16-strlen.c: New file.
29007         * lib/unistr/u32-strlen.c: New file.
29008         * lib/unistr/u-strlen.h: New file.
29009
29010         * modules/unistr/u8-strmblen: New file.
29011         * modules/unistr/u16-strmblen: New file.
29012         * modules/unistr/u32-strmblen: New file.
29013         * lib/unistr/u8-strmblen.c: New file.
29014         * lib/unistr/u16-strmblen.c: New file.
29015         * lib/unistr/u32-strmblen.c: New file.
29016
29017         * modules/unistr/u8-strmbtouc: New file.
29018         * modules/unistr/u16-strmbtouc: New file.
29019         * modules/unistr/u32-strmbtouc: New file.
29020         * lib/unistr/u8-strmbtouc.c: New file.
29021         * lib/unistr/u16-strmbtouc.c: New file.
29022         * lib/unistr/u32-strmbtouc.c: New file.
29023
29024         * modules/unistr/u8-strncat: New file.
29025         * modules/unistr/u16-strncat: New file.
29026         * modules/unistr/u32-strncat: New file.
29027         * lib/unistr/u8-strncat.c: New file.
29028         * lib/unistr/u16-strncat.c: New file.
29029         * lib/unistr/u32-strncat.c: New file.
29030         * lib/unistr/u-strncat.h: New file.
29031
29032         * modules/unistr/u8-strncmp: New file.
29033         * modules/unistr/u16-strncmp: New file.
29034         * modules/unistr/u32-strncmp: New file.
29035         * lib/unistr/u8-strncmp.c: New file.
29036         * lib/unistr/u16-strncmp.c: New file.
29037         * lib/unistr/u32-strncmp.c: New file.
29038
29039         * modules/unistr/u8-strncpy: New file.
29040         * modules/unistr/u16-strncpy: New file.
29041         * modules/unistr/u32-strncpy: New file.
29042         * lib/unistr/u8-strncpy.c: New file.
29043         * lib/unistr/u16-strncpy.c: New file.
29044         * lib/unistr/u32-strncpy.c: New file.
29045         * lib/unistr/u-strncpy.h: New file.
29046
29047         * modules/unistr/u8-strnlen: New file.
29048         * modules/unistr/u16-strnlen: New file.
29049         * modules/unistr/u32-strnlen: New file.
29050         * lib/unistr/u8-strnlen.c: New file.
29051         * lib/unistr/u16-strnlen.c: New file.
29052         * lib/unistr/u32-strnlen.c: New file.
29053         * lib/unistr/u-strnlen.h: New file.
29054
29055         * modules/unistr/u8-strpbrk: New file.
29056         * modules/unistr/u16-strpbrk: New file.
29057         * modules/unistr/u32-strpbrk: New file.
29058         * lib/unistr/u8-strpbrk.c: New file.
29059         * lib/unistr/u16-strpbrk.c: New file.
29060         * lib/unistr/u32-strpbrk.c: New file.
29061         * lib/unistr/u-strpbrk.h: New file.
29062
29063         * modules/unistr/u8-strrchr: New file.
29064         * modules/unistr/u16-strrchr: New file.
29065         * modules/unistr/u32-strrchr: New file.
29066         * lib/unistr/u8-strrchr.c: New file.
29067         * lib/unistr/u16-strrchr.c: New file.
29068         * lib/unistr/u32-strrchr.c: New file.
29069
29070         * modules/unistr/u8-strspn: New file.
29071         * modules/unistr/u16-strspn: New file.
29072         * modules/unistr/u32-strspn: New file.
29073         * lib/unistr/u8-strspn.c: New file.
29074         * lib/unistr/u16-strspn.c: New file.
29075         * lib/unistr/u32-strspn.c: New file.
29076         * lib/unistr/u-strspn.h: New file.
29077
29078         * modules/unistr/u8-strstr: New file.
29079         * modules/unistr/u16-strstr: New file.
29080         * modules/unistr/u32-strstr: New file.
29081         * lib/unistr/u8-strstr.c: New file.
29082         * lib/unistr/u16-strstr.c: New file.
29083         * lib/unistr/u32-strstr.c: New file.
29084         * lib/unistr/u-strstr.h: New file.
29085
29086         * modules/unistr/u8-strtok: New file.
29087         * modules/unistr/u16-strtok: New file.
29088         * modules/unistr/u32-strtok: New file.
29089         * lib/unistr/u8-strtok.c: New file.
29090         * lib/unistr/u16-strtok.c: New file.
29091         * lib/unistr/u32-strtok.c: New file.
29092         * lib/unistr/u-strtok.h: New file.
29093
29094         * modules/unistr/u8-uctomb: New file.
29095         * modules/unistr/u16-uctomb: New file.
29096         * modules/unistr/u32-uctomb: New file.
29097         * lib/unistr/u8-uctomb.c: New file.
29098         * lib/unistr/u16-uctomb.c: New file.
29099         * lib/unistr/u32-uctomb.c: New file.
29100
29101         * MODULES.html.sh (Unicode string functions): Add the new modules.
29102
29103 2007-01-08  Bruno Haible  <bruno@clisp.org>
29104
29105         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
29106         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
29107         subdirectories.
29108
29109 2007-01-08  Karl Berry  <karl@gnu.org>
29110
29111         * doc/error.texi: mention that main() fns must set program_name
29112         when progname is used.
29113
29114 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
29115
29116         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
29117         WCTYPE_H is empty, for the benefit of builds from non-distclean
29118         directories.  Problem reported by Eric Blake in
29119         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
29120
29121 2007-01-08  Bruno Haible  <bruno@clisp.org>
29122
29123         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
29124         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
29125         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
29126         PROVIDE_CANONICALIZE_FILENAME_MODE.
29127         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
29128
29129 2007-01-08  Bruno Haible  <bruno@clisp.org>
29130
29131         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
29132         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
29133         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
29134         * lib/fts.c: Likewise.
29135         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
29136
29137 2006-12-25  Bruno Haible  <bruno@clisp.org>
29138
29139         * modules/utf8-ucs4-safe: New file.
29140         * lib/utf8-ucs4-safe.h: New file.
29141         * lib/unistr/utf8-ucs4-safe.c: New file.
29142
29143         * modules/utf16-ucs4-safe: New file.
29144         * lib/utf16-ucs4-safe.h: New file.
29145         * lib/unistr/utf16-ucs4-safe.c: New file.
29146
29147         * MODULES.html.sh (Unicode string functions): Add the new modules.
29148
29149 2007-01-08  Bruno Haible  <bruno@clisp.org>
29150
29151         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
29152         (Depends-on): Add unitypes.
29153         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
29154         (u8_mbtouc_aux): Move out to separate file.
29155         (u8_mbtouc): Use ucs4_t, uint8_t types.
29156         * lib/unistr/utf8-ucs4.c: New file.
29157
29158         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
29159         (Depends-on): Add unitypes.
29160         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
29161         (u16_mbtouc_aux): Move out to separate file.
29162         (u16_mbtouc): Use ucs4_t, uint16_t types.
29163         * lib/unistr/utf16-ucs4.c: New file.
29164
29165         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
29166         (Depends-on): Add unitypes.
29167         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
29168         (u8_uctomb_aux): Move out to separate file.
29169         (u8_uctomb): Use ucs4_t, uint8_t types.
29170         * lib/unistr/ucs4-utf8.c: New file.
29171
29172         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
29173         (Depends-on): Add unitypes.
29174         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
29175         (u16_uctomb_aux): Move out to separate file.
29176         (u16_uctomb): Use ucs4_t, uint16_t types.
29177         * lib/unistr/ucs4-utf16.c: New file.
29178
29179 2006-12-25  Bruno Haible  <bruno@clisp.org>
29180
29181         * modules/unitypes: New file.
29182         * lib/unitypes.h: New file.
29183         * MODULES.html.sh (func_all_modules): New section "Unicode string
29184         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
29185         this section. Add unitypes.
29186
29187 2007-01-08  Bruno Haible  <bruno@clisp.org>
29188
29189         Avoid variable names that conflict with those from libtool.
29190         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
29191         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
29192         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
29193         library_names_spec to acl_library_names_spec, hardcode_* to
29194         acl_hardcode_*.
29195         Reported by Ralf Wildenhues.
29196
29197 2007-01-08  Bruno Haible  <bruno@clisp.org>
29198
29199         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
29200         definition.
29201         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
29202         definition.
29203         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
29204         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
29205         definition.
29206         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
29207         definition.
29208         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
29209         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
29210         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
29211         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
29212         definition.
29213         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
29214         definition.
29215         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
29216         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
29217         GC_USE_<algorithm>.
29218         * lib/gc-libgcrypt.c: Likewise.
29219         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
29220         * modules/gc-arctwo (configure.ac): Likewise.
29221         * modules/gc-des (configure.ac): Likewise.
29222         * modules/gc-hmac-md5 (configure.ac): Likewise.
29223         * modules/gc-hmac-sha1 (configure.ac): Likewise.
29224         * modules/gc-md2 (configure.ac): Likewise.
29225         * modules/gc-md4 (configure.ac): Likewise.
29226         * modules/gc-md5 (configure.ac): Likewise.
29227         * modules/gc-random (configure.ac): Likewise.
29228         * modules/gc-rijndael (configure.ac): Likewise.
29229         * modules/gc-sha1 (configure.ac): Likewise.
29230
29231 2007-01-08  Bruno Haible  <bruno@clisp.org>
29232
29233         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
29234         macro definition.
29235         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
29236         definition.
29237         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
29238         definition.
29239         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
29240         * modules/fcntl-safer (configure.ac): Likewise.
29241         * modules/fopen-safer (configure.ac): Likewise.
29242         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
29243         GNULIB_FWRITEERROR macro definition.
29244
29245 2007-01-08  Bruno Haible  <bruno@clisp.org>
29246
29247         * m4/gnulib-common.m4: New file.
29248         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
29249         (func_get_filelist): Add m4/gnulib-common.m4.
29250
29251 2007-01-08  Bruno Haible  <bruno@clisp.org>
29252
29253         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
29254         command.
29255
29256 2007-01-08  Jim Meyering  <jim@meyering.net>
29257
29258         Use a more robust test for a "can't happen" condition.
29259         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
29260         narrowed the st_size value.  Presuming the "can't happen" condition
29261         is true, that narrowing could conceivably convert an invalid st_size
29262         value into a valid one.  Instead, use a change based on Matthew
29263         Woehlke's original patch.
29264
29265         Slight readability improvement: use an assert-like macro
29266         in place of literal "abort ()" uses.
29267         * lib/fts.c (fts_assert): Define.
29268         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
29269         Use this macro instead of a bare 'abort'.
29270
29271 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
29272
29273         Don't worry about using IRIX 5.3's wctype.h broken definitions;
29274         simply work around them.
29275         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
29276         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
29277         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
29278         declaring.
29279         Don't bother to define as macros, since the standard doesn't require it.
29280         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
29281         longer worry about IRIX 5.3.
29282         (HAVE_WCTYPE_CTMP_BUG): Remove.
29283
29284 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29285
29286         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
29287         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
29288         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
29289         Problems reported by Georg Schwarz for IRIX 5.3.
29290
29291         * gnulib-tool (autoconf_minversion): Take the maximum version number
29292         found, not the minimum.  Problem reported by James Youngman.
29293
29294 2007-01-03  Karl Berry  <karl@gnu.org>
29295
29296         * doc/error.texi: new file, explaining interaction with progname.
29297         * doc/gnulib.texi: include it.  Update copyright.
29298
29299 2007-01-03  Simon Josefsson  <simon@josefsson.org>
29300
29301         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
29302         AC_CANONICAL_HOST, to improve autobuild outputs.
29303
29304 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
29305             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
29306
29307         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
29308         sockets, server sockets, and other file descriptors.  Count errors
29309         to compute the return value.  Reorder the code a bit to be easier
29310         to follow.  Don't set event bits that were not requested (except
29311         POLLERR and POLLHUP).
29312
29313 2007-01-01  Bruno Haible  <bruno@clisp.org>
29314
29315         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
29316
29317 2007-01-03  Jim Meyering  <jim@meyering.net>
29318
29319         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
29320
29321 2007-01-02  Bruno Haible  <bruno@clisp.org>
29322
29323         * modules/settime (Include): Require timespec.h.
29324         * modules/nanosleep (Include): Likewise.
29325
29326 2007-01-01  Bruno Haible  <bruno@clisp.org>
29327
29328         * gnulib-tool (func_emit_copyright_notice): Bump year.
29329         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
29330
29331 2007-01-01  Bruno Haible  <bruno@clisp.org>
29332
29333         Improve support for OpenBSD.
29334         * build-aux/config.rpath (libname_spec): Export.
29335         (library_names_spec): New variable. Export.
29336         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
29337         library_names_spec from the config.rpath output. Locate shared library
29338         through the name pattern in library_names_spec.
29339
29340 2007-01-01  Eric Blake  <ebb9@byu.net>
29341
29342         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
29343
29344 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
29345
29346         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
29347         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
29348         assume the C locale, and avoid an "eval" that could cause trouble.
29349         Problem with SORT reported by Bob Proulx.
29350
29351         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
29352         Define.  Trivial patch from Henning Nielsen Lund, originally
29353         sent to bug-grep@gnu.org today.
29354
29355 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
29356
29357         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
29358         struct stat.  Problem reported by Henning Nielsen Lund.
29359         * lib/acl.c: Include acl.h first, to check interface.  Don't
29360         bother to include sys/types.h and sys/stat.h again.
29361
29362 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
29363
29364         Import the following change from libc; problem reported by
29365         Sven Verdoolaege.
29366
29367         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
29368
29369         [BZ #1373]
29370         * lib/argp.h: Remove __NTH for __argp_usage inline function.
29371
29372 2006-12-28  Jim Meyering  <jim@meyering.net>
29373
29374         * build-aux/announce-gen: Do not assume that the package
29375         builds any of tar.gz, tar.bz2, and .xdelta files.
29376         Suggestion from Simon Josefsson.
29377
29378 2006-12-28  Simon Josefsson  <simon@josefsson.org>
29379
29380         * modules/announce-gen: New file.
29381
29382 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
29383
29384         * lib/mbchar.h: Just include <wctype.h>; the wctype module
29385         handles its gotchas now.
29386         * lib/mbswidth.c: Likewise.
29387         * lib/wcwidth.h: Likewise.
29388         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
29389         and iswcntrl; the wctype module does this stuff now.
29390         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
29391         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
29392         * modules/mbchar (Depends-on): Add wctype.
29393         * modules/mbswidth (Depends-on): Likewise.
29394         * modules/wcwidth (Depends-on): Likewise.
29395
29396 2006-12-27  Eric Blake  <ebb9@byu.net>
29397
29398         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
29399         module uses more than what <wctype.h> is required to provide.
29400
29401 2006-12-26  Eric Blake  <ebb9@byu.net>
29402
29403         * gnulib-tool (sed_extract_prog): Avoid space-tab.
29404
29405 2006-12-26  Eric Blake  <ebb9@byu.net>
29406
29407         * modules/absolute-header: New module.
29408         * modules/fcntl (Depends-on): Depend on it.
29409         * modules/inttypes (Depends-on): Likewise.
29410         * modules/stdint (Depends-on): Likewise.
29411         * modules/sys_stat (Depends-on): Likewise.
29412         * modules/wctype (Depends-on): Likewise.
29413         * MODULES.html.sh (Support for building libraries and
29414         executables): Document it.
29415
29416 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
29417
29418         * gnulib-tool (SED): Remove, undoing previous change.
29419         The problem was that it broke coreutils on Solaris, because
29420         "sed --posix" leaked into a makefile.
29421         (sed): New alias, if 'alias' and GNU sed.
29422
29423 2006-12-24  Jim Meyering  <jim@meyering.net>
29424
29425         Work around an fchownat bug in glibc-2.4:
29426         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
29427         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
29428         in spite of the -P option.
29429         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
29430         New macros.
29431         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
29432         * modules/openat (Files): Add lib/fchownat.c.
29433         * lib/openat.c (fchownat): Don't define here.  Move to...
29434         * lib/fchownat.c: ...this new file.
29435
29436 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
29437
29438         Fix bug reported by Bruno Haible in
29439         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
29440         where quotearg.c didn't compile on Mac OS X 10.2 because it
29441         lacks <wchar.h> and wint_t.
29442         * lib/wctype_.h (__wctype_wint_t): New type.
29443         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
29444         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
29445         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
29446         Arg is now of type __wctype_wint_t, not wint_t.
29447         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
29448         substitute HAVE_WINT_T.
29449         * modules/wctype (Files): Add m4/wint_t.m4.
29450         (wctype.h): Substitute HAVE_WINT_T.
29451
29452 2006-12-23  Bruno Haible  <bruno@clisp.org>
29453
29454         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
29455
29456 2006-12-23  Bruno Haible  <bruno@clisp.org>
29457
29458         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
29459         S_ISLNK.
29460         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
29461         mingw.
29462
29463 2006-12-22  Bruno Haible  <bruno@clisp.org>
29464
29465         * lib/copy-file.c: Include acl.h.
29466         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
29467         Close the file descriptors only after being done with copy_acl.
29468         * modules/copy-file (Depends-on): Add acl.
29469
29470 2006-12-22  Bruno Haible  <bruno@clisp.org>
29471
29472         * gnulib-tool (SED): New variable.
29473         Use $SED instead of sed everywhere.
29474
29475 2006-12-22  Bruno Haible  <bruno@clisp.org>
29476
29477         * modules/no-c++: New file.
29478         * m4/no-c++.m4: New file.
29479         * MODULES.html.sh (Support for building libraries and executables):
29480         Add no-c++.
29481
29482 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
29483
29484         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
29485         Include <limits.h>, and use its INT_MAX to rewrite the
29486         j loop so that it does not overflow 'int'.  Problem reported by
29487         Ralf Wildenhues in
29488         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
29489         Play it safe by shifting left by 1 rather than multiplying by 2,
29490         as GCC is less likely to optimize this away when the value
29491         is signed (when it assumes overflow leads to undefined behavior).
29492         Also, don't assume time_t uses two's complement.
29493
29494 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
29495
29496         * MODULES.html.sh: New module wctype.
29497         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
29498         * lib/fnmatch.c: Don't bother to include <wchar.h> before
29499         <wctype.h>, since the new wctype module should fix this.
29500         * lib/quotearg.c: Include <wctype.h> unconditionally, since
29501         the wctype module should arrange for it.
29502         * lib/regex_internal.h: Likewise.
29503         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
29504         since the wctype module should handle this now.
29505         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
29506         * modules/fnmatch (Depends-on): Add wctype.
29507         * modules/quotearg (Depends-on): Likewise.
29508         * modules/regex (Depends-on): Likewise.
29509
29510 2006-12-19  Bruno Haible  <bruno@clisp.org>
29511
29512         * lib/strdup.h [C++]: Wrap definitions in extern "C".
29513         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
29514
29515 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29516
29517         * modules/savewd (Depends-on): Fix dependency on fcntl.
29518
29519 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
29520
29521         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
29522         conforms to C99, rather than relying on the user's environment
29523         setting of STDINT_H.
29524
29525 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
29526         and Eric Blake  <ebb9@byu.net>
29527
29528         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
29529         This is more consistent with the other defines here.
29530         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
29531         Port to z/OS.  Problem reported by Paul Gilmartin.
29532         Change local vars to use gl_ prefix rather than ac_.
29533         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
29534         with other defines.
29535         * modules/double-slash-root: New module.
29536         * modules/dirname (Files): Remove m4/double-slash-root.m4.
29537         (Depends-on): Add double-slash-root.
29538         * MODULES.html.sh (File system functions): Mention new module.
29539
29540 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
29541
29542         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
29543         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
29544         This is for the benefit of gzip, which doesn't do i18n.
29545
29546 2006-12-12  Jim Meyering  <jim@meyering.net>
29547
29548         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
29549         Reported by Andreas Schwab <schwab@suse.de>.
29550
29551 2006-12-12  Bruno Haible  <bruno@clisp.org>
29552
29553         Merge these changes.
29554         2006-09-05  Bruno Haible  <bruno@clisp.org>
29555         * lib/iconvme.c (iconv_string): No need to save and restore errno when
29556         iconv_alloc succeeded.
29557         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
29558         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
29559         test for " && dest " at the end - dest is always != NULL there. Call
29560         iconv with 4xNULL arguments initially, to reset the state. Call iconv
29561         with 2xNULL arguments, also to flush the state storage. Handle the
29562         IRIX iconv behaviour. Realloc the final result, to throw away unused
29563         memory.
29564
29565 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
29566
29567         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
29568         and fchmodat unconditionally, since glibc 2.4 has them.
29569         Problem reported by Arkadiusz Miskiewicz.
29570
29571 2006-12-10  Bruno Haible  <bruno@clisp.org>
29572
29573         * gnulib-tool (func_import): Show the include files only for those
29574         modules that are copied and specified.
29575         Reported by Karl Berry.
29576
29577 2006-12-08  Jim Meyering  <jim@meyering.net>
29578
29579         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
29580         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
29581
29582         * build-aux/announce-gen: Add two new options, both optional:
29583         --bootstrap-tools=TOOL_LIST
29584               a comma-separated list of tools, e.g.,
29585               autoconf,automake,bison,gnulib
29586         --gnulib-snapshot-date=DATE
29587               if gnulib is in the bootstrap tool list,
29588               then report this as the snapshot date.
29589               If not specified, use the current date/time.
29590               If you specify a date here, be sure it's UTC.
29591
29592 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29593
29594         * tests/test-argp-2.sh: Fix test to match actual output.
29595         (func_compare): Fix sed script to be portable.
29596
29597 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
29598
29599         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
29600         workaround for this case.  It is not autoconfigured now; offhand
29601         it's hard to see how to autoconfigure it.
29602
29603 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
29604
29605         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
29606         a directory that is about to be chowned.  Such a directory's
29607         initial file permissions should permit the owner only and this
29608         should not be changed until after the chown, since the group and
29609         other bits would be incorrect if they granted permission before
29610         the chown.
29611
29612         Fix porting problem for iswctype reported by Georg Schwarz in:
29613         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
29614         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
29615         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
29616         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
29617         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
29618
29619 2006-12-03  Jim Meyering  <jim@meyering.net>
29620
29621         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
29622         p->fts_statp may not yet be defined.
29623         (fts_read): Instead, set it in the caller, once p->fts_statp is
29624         sure to be defined, and corresponds to a top-level directory.
29625         This bug made du -x fail.  Here's the coreutils test case:
29626         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
29627         Reported by Mike Frysinger.
29628
29629 2006-12-01  Jim Meyering  <jim@meyering.net>
29630
29631         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
29632         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
29633         Reported by Simon Josefsson.
29634
29635 2006-11-30  Jim Meyering  <jim@meyering.net>
29636
29637         * m4/warning.m4: Use the all-permissive copyright notice
29638         recommended by RMS (rather than LGPL).
29639         * m4/vararrays.m4: Likewise.
29640         * m4/flexmember.m4: Likewise.
29641
29642 2006-11-29  Bruno Haible  <bruno@clisp.org>
29643
29644         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
29645         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
29646         using +=.
29647         Reported by Simon Josefsson <simon@josefsson.org>.
29648
29649 2006-11-28  James Youngman <jay@gnu.org>
29650
29651         * README: Advise users that they might find the bug-gnulib@gnu.org
29652         and autotools-announce@gnu.org mailing lists useful.
29653
29654 2006-11-28  Bruno Haible  <bruno@clisp.org>
29655
29656         * m4/ptrdiff_max.m4: Remove file.
29657
29658 2006-11-21  Bruno Haible  <bruno@clisp.org>
29659
29660         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
29661         _AC_COMPUTE_INT.
29662         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
29663         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
29664         _AC_COMPUTE_INT.
29665         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
29666         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
29667         _AC_COMPUTE_INT.
29668         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
29669
29670 2006-11-28  Jim Meyering  <jim@meyering.net>
29671
29672         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
29673         warning from "gcc -Wshadow" about shadowing the builtin.
29674
29675 2006-11-27  Bruno Haible  <bruno@clisp.org>
29676
29677         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
29678         _AC_COMPUTE_INT.
29679         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
29680
29681 2006-11-27  Bruno Haible  <bruno@clisp.org>
29682             Paul Eggert  <eggert@cs.ucla.edu>
29683
29684         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
29685
29686 2006-11-26  Bruno Haible  <bruno@clisp.org>
29687
29688         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
29689         noinst_LTLIBRARIES.
29690
29691 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
29692             Bruno Haible  <bruno@clisp.org>
29693
29694         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
29695         if compiling with "gcc -ansi".
29696
29697 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
29698
29699         Fix some incompatibilities with gcc -ansi -pedantic.
29700         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
29701         if compiling pedantically with GCC, unless it's C99 or later.
29702         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
29703         it mishandles gcc -ansi -pedantic as well.
29704         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
29705         if gcc -pedantic.
29706         * lib/regexec.c (check_node_accept_bytes): Don't use auto
29707         initializers for struct if -pedantic, unless it's C99 or later.
29708
29709 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
29710
29711         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
29712         Don't close an fd more than once. Identical atimes indicate
29713         success, not failure.
29714
29715 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
29716
29717         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
29718
29719 2006-11-23  Jim Meyering  <jim@meyering.net>
29720
29721         * build-aux/announce-gen: New file.  From coreutils.
29722
29723 2006-11-22  Jim Meyering  <jim@meyering.net>
29724
29725         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
29726         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
29727         (fts_read): Use a temporary to narrow the overused st_size member
29728         before using it in a switch statement.  Reported by Matthew Woehlke.
29729
29730         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
29731         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
29732
29733 2006-11-20  Bruno Haible  <bruno@clisp.org>
29734
29735         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
29736         changequote instead of pairs of brackets.
29737         Reported by Andreas Schwab <schwab@suse.de>.
29738
29739 2006-11-21  Jim Meyering  <jim@meyering.net>
29740
29741         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
29742         so as to remain compatible with older compilers.
29743         Patch from Michael Deutschmann.
29744
29745 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
29746
29747         * MODULES.html.sh (File system functions): Add openat.
29748
29749         * lib/openat.h (rpl_fstatat): New macro, if
29750         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
29751         (fstatat): Define to rpl_fstatat under the same conditions,
29752         unless COMPILING_FSTATAT.
29753         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
29754         seems to have the bug.
29755         * lib/fstatat.c: New file.
29756         * modules/openat (Files): Add it.
29757
29758 2006-11-20  Bruno Haible  <bruno@clisp.org>
29759
29760         * Makefile: New file.
29761
29762 2006-11-20  Jim Meyering  <jim@meyering.net>
29763
29764         The beginnings of syntax-related checks for gnulib.
29765         * lib/Makefile: New file.
29766         * lib/t-idcache: New script.  Ensure that the two halves of
29767         idcache.c stay in sync.
29768
29769         * lib/idcache.c: Adjust comments in user- and group- portions to
29770         be more accurate, and to be consistent with one another.
29771
29772 2006-11-20  Jim Meyering  <jim@meyering.net>
29773
29774         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
29775         continue using the flexible array member (thus, this module performs
29776         half as many malloc calls), with the addition that...
29777         (getgroup, getuser): Consistently record a non-match via an empty
29778         "name" string, and map an empty string match to a NULL return value.
29779         * modules/idcache (Depends-on): Re-add flexmember.
29780
29781         * lib/idcache.c (getuser): Remove all uses of the register keyword.
29782         (getuidbyname, getgroup, getgidbyname): Likewise.
29783
29784         Use cleaner syntax: NULL rather than 0.
29785         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
29786
29787 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
29788
29789         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
29790         It mishandled the case where the group was missing.
29791         Problem reported by Greg Schafer.
29792         * modules/idcache: Likewise.
29793
29794 2006-11-18  Jim Meyering  <jim@meyering.net>
29795
29796         * check-module (%exempt_header): Add exception for some
29797         conditionally-included headers.
29798
29799         * modules/i-ring (Depends-on): Add verify.
29800         (License): Change to LGPL.
29801
29802 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29803
29804         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
29805         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
29806         and inttostr.h.  Use snprintf rather than uinttostr, so that
29807         LGPLed code doesn't depend on GPLed.
29808
29809 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
29810
29811         * modules/inline (License): Change from GPL to LGPL.
29812
29813 2006-11-17  Jim Meyering  <jim@meyering.net>
29814
29815         * modules/d-type (License): Switch to LGPL.
29816
29817 2006-11-15  Bruno Haible  <bruno@clisp.org>
29818
29819         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
29820
29821 2006-11-15  Eric Blake  <ebb9@byu.net>
29822
29823         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
29824         the module dependency.
29825
29826 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29827             Bruno Haible  <bruno@clisp.org>
29828
29829         * gnulib-tool (func_create_testdir): Add license consistency check.
29830
29831 2006-11-15  Eric Blake  <ebb9@byu.net>
29832
29833         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
29834         random "(cached)" in configure output.
29835
29836 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29837
29838         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
29839         test for conforming inttypes.h is both announced and cached.
29840
29841         * MODULES.html.sh (seen_modules, seen_files): New variables.
29842         (func_module): Rewrite to use a few less gnulib-tool and sed
29843         invocations.  Avoid a couple of quadratic algorithms for ...
29844         (missed_modules, missed_files): ... these, with ...
29845         (func_append, func_tmpdir): ... these new functions, from
29846         gnulib-tool.  Analogously, install traps for cleanup.
29847
29848         * tests/test-gc.c (main): Remove unused variables.
29849         * tests/test-read-file.c: Include stdlib.h, for 'free'.
29850
29851 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
29852
29853         * modules/inttostr (License): Change to LGPL.
29854
29855 2006-11-14  Eric Blake  <ebb9@byu.net>
29856
29857         * modules/tempname (License): Change to LGPL.
29858
29859 2006-11-14  Eric Blake  <ebb9@byu.net>
29860
29861         * doc/functions.texi (Function Portability): *printf functions on
29862         Cygwin now understand all POSIX size specifiers.
29863
29864 2006-11-14  Bruno Haible  <bruno@clisp.org>
29865
29866         * modules/c-ctype (License): Change to LGPL.
29867
29868 2006-11-12  Bruno Haible  <bruno@clisp.org>
29869
29870         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
29871         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
29872         for GNOME libraries, for which the include files are installed in
29873         subdirectories of $prefix/include.
29874
29875 2006-11-12  Bruno Haible  <bruno@clisp.org>
29876
29877         * m4/lib-link.m4: Require at least autoconf-2.54.
29878         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
29879         name to underscores for the --with option.
29880
29881 2006-11-13  Bruno Haible  <bruno@clisp.org>
29882
29883         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
29884         the tests directory.
29885         Reported by Ralf Wildenhues.
29886
29887 2006-11-13  Bruno Haible  <bruno@clisp.org>
29888
29889         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
29890         (func_emit_initmacro_end): Undo the override here.
29891         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
29892         Works around the famous automake error in coreutils.
29893
29894 2006-11-13  Eric Blake  <ebb9@byu.net>
29895
29896         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
29897         element, not its node.
29898
29899 2006-11-12  Bruno Haible  <bruno@clisp.org>
29900
29901         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
29902         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
29903
29904 2006-11-12  Bruno Haible  <bruno@clisp.org>
29905
29906         * gnulib-tool: New option --local-symlink.
29907         (func_usage): Document it.
29908         (lsymbolic): New variable.
29909         (func_import, func_create_testdir): If --symlink was not specified,
29910         test whether --local-symlink was specified and the file comes from
29911         the local_gnulib_dir.
29912
29913 2006-11-12  Bruno Haible  <bruno@clisp.org>
29914
29915         * gnulib-tool (func_ln): New function.
29916         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
29917
29918 2006-11-12  Bruno Haible  <bruno@clisp.org>
29919
29920         Finish support for source files in subdirectories.
29921         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
29922         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
29923         AUTOMAKE_OPTIONS.
29924         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
29925
29926 2006-11-12  Bruno Haible  <bruno@clisp.org>
29927
29928         * gnulib-tool (func_get_automake_snippet): Synthesize also an
29929         EXTRA_lib_SOURCES augmentation.
29930         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
29931
29932 2006-11-12  Jim Meyering  <jim@meyering.net>
29933
29934         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
29935         file descriptors.  This also averts a failure on systems with
29936         native openat support when a traversed directory lacks "x" access.
29937         * lib/fts_.h: Include "i-ring.h"
29938         (struct FTS) [fts_fd_ring]: New member.
29939         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
29940         (FCHDIR): Add parentheses.
29941         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
29942         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
29943         When descending, rather than simply closing the previous
29944         fts_cwd_fd value, push that file descriptor onto the ring.
29945         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
29946         (fts_open): Initialize the new fd_ring member.
29947         (fts_close): Clear the ring.
29948         (fts_safe_changedir): When possible, use our new fd_ring to skip
29949         the diropen and fstat and dev/ino comparison that would normally
29950         accompany a virtual `chdir ("..")'.
29951
29952         * modules/fts (Depends-on): Add i-ring.
29953         * modules/i-ring: New module.
29954         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
29955         * m4/i-ring.m4: New file.
29956
29957 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29958
29959         * gnulib-tool (func_create_testdir): Fix replacement of
29960         `build-aux' in configure.ac.  Run autotools in gltests
29961         subdirectory.
29962         (func_create_testdir, func_create_megatestdir, test): There is
29963         no need for '--force' in most autotool invocations in a new
29964         tree.  Actually fail the whole test if any of the tools, or the
29965         configure or make stages fail.
29966
29967         Sync from Automake.
29968         * build-aux/gnupload: Revert last change.  Add pointer to upload
29969         instructions of the GNU Maintenance Instructions.
29970         Suggestion by Karl Berry.
29971
29972 2006-11-10  Jim Meyering  <jim@meyering.net>
29973
29974         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
29975
29976 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
29977
29978         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
29979         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
29980         (bind_textdomain_codeset) [! ENABLE_NLS]:
29981         Evaluate all the arguments.  That way, callers get compatible behavior
29982         if the arguments have side effects.  Also, it avoids some GCC
29983         diagnostics in some cases; Joel E. Denny reported problems when Bison
29984         was configured with --enable-gcc-warnigs.
29985
29986 2006-11-10  Jim Meyering  <jim@meyering.net>
29987
29988         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
29989         relevant options in CFLAGS (like -O, -fno-inline) are taken into
29990         account.
29991
29992 2006-11-10  Jim Meyering  <jim@meyering.net>
29993
29994         * modules/inline: New file/module.
29995         * modules/xalloc (Files): Remove m4/inline.m4.
29996         (Depends-on): Add inline, instead.
29997         * modules/oset: Likewise.
29998         * modules/list: Likewise.
29999
30000 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
30001
30002         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
30003         Problem reported by Matthew Woehlke.
30004
30005 2006-11-09  Bruno Haible  <bruno@clisp.org>
30006
30007         * lib/tempname.c (gen_tempname): Remove variant that invokes
30008         __gen_tempname.
30009         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
30010         __gen_tempname.
30011
30012 2006-11-08  Bruno Haible  <bruno@clisp.org>
30013
30014         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
30015         to 'yes' instead of 'cross-compiling'.
30016
30017 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
30018
30019         * lib/quotearg.h (quotearg_free): New decl.
30020         * lib/quotearg.c (quotearg_free): New function.
30021         (slot0, nslots, slotvec0, slotvec):
30022         Now file-scope so that quotearg_free can get at them.
30023
30024 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30025
30026         Sync from Automake.
30027         * build-aux/gnupload: Add missing 'gnu' to example URL.
30028         Report by Karl Berry.
30029
30030 2006-11-08  Bruno Haible  <bruno@clisp.org>
30031
30032         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
30033         Suggested by Paul Eggert.
30034
30035 2006-11-08  Jim Meyering  <jim@meyering.net>
30036
30037         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
30038         It's already included if !_LIBC.
30039         (fts_safe_changedir): Add a comment.
30040
30041 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
30042
30043         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
30044         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
30045         Matthew Woehlke.
30046
30047         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
30048         definitions up, to avoid colliding with change below.
30049         (static_inline) [HAVE_INLINE]: New macro.
30050         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
30051         Provide extern decls when !HAVE_INLINE.  Do not define unless
30052         static_inline is defined, either by us or by xmalloc.c.  Use
30053         static_inline rather than static inline.
30054         (XCALLOC): Optimize sizeof(T) = 1 case.
30055         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
30056
30057 2006-11-07  Bruno Haible  <bruno@clisp.org>
30058
30059         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
30060         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
30061         AC_C_INLINE.
30062         * modules/xalloc (Files): Add m4/inline.m4.
30063
30064 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30065
30066         * README: Fix typo.
30067         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
30068         (Miscellanous Notes): ...from this.
30069
30070 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
30071
30072         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
30073         Mention that offsetof should be used instead of sizeof.
30074         From Bruno Haible.
30075
30076 2006-11-07  Bruno Haible  <bruno@clisp.org>
30077
30078         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
30079
30080 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
30081
30082         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
30083         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
30084         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
30085         (gl_tree_add_before, gl_tree_add_after):
30086         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
30087         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
30088         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
30089         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
30090         (gl_linked_add_after, gl_linked_add_at): Likewise.
30091         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
30092         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
30093         (gl_tree_add_before, gl_tree_add_after): Likewise.
30094         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
30095         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
30096         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
30097
30098 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30099
30100         * lib/gl_oset.h: Use C comment style, not C++ comment style.
30101
30102 2006-11-06  Bruno Haible  <bruno@clisp.org>
30103
30104         * m4/inline.m4: New file.
30105         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
30106         * modules/list (Files): Add m4/inline.m4.
30107         * modules/oset (Files): Likewise.
30108
30109 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
30110
30111         * lib/idcache.c: Include <stddef.h>, for offsetof.
30112         (struct userid.name): Change from char * to a flexible array member.
30113         All uses changed.
30114         * modules/idcache (Depends-on): Add flexmember.
30115
30116         * MODULES.html.sh (Core language properties): New module flexmember.
30117         * modules/flexmember, m4/flexmember.m4: New files.
30118
30119         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
30120         inline functions that are identical with the old xnmalloc_inline,
30121         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
30122         that we can avoid some unnecessary integer multiplications and
30123         divisions in the common case where the element size is known at
30124         compile time.
30125         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
30126         needed.
30127         (xnboundedmalloc): Remove.
30128         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
30129         arguments, for consistency with rest of this header.
30130         (xcharalloc): Rewrite using XNMALLOC.
30131         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
30132         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
30133         versions have been moved to lib/xalloc.h and renamed to be the
30134         non-*_inline versions.
30135         (xmalloc, xrealloc): Implement without reference to the xnmalloc
30136         and xnrealloc functions, since those functions are now inline and
30137         now call us.
30138         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
30139         renaming described above.
30140         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
30141         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
30142         captures the dependency in AC_C_INLINE.
30143
30144         New module canonicalize-lgpl, proposed by Charles Wilson in
30145         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
30146         with a few small changes afterwards.
30147         * MODULES.html.sh (File system functions): New module
30148         canonicalize-lgpl.
30149         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
30150         and canonicalize_file_name.
30151         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
30152         * modules/canonicalize-lgpl: New files.
30153
30154 2006-11-05  Bruno Haible  <bruno@clisp.org>
30155
30156         * gnulib-tool (func_import, func_create_testdir): Create directories
30157         also for files in subdirectories of lib/.
30158
30159 2006-11-05  Bruno Haible  <bruno@clisp.org>
30160
30161         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
30162         ANSI C compliant.
30163
30164 2006-11-03  Bruno Haible  <bruno@clisp.org>
30165
30166         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
30167         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
30168         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
30169         (xnboundedmalloc): New inline function.
30170         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
30171         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
30172         xmalloc.
30173         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
30174         xmalloc.
30175         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
30176         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
30177         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
30178         xmalloc.
30179         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
30180         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
30181         xmalloc.
30182         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
30183         gl_tree_add_after): Use XMALLOC instead of xmalloc.
30184         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
30185         xmalloc.
30186         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
30187         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
30188         gl_tree_add_after): Use XMALLOC instead of xmalloc.
30189         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
30190         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
30191         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
30192         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
30193
30194 2006-11-03  Bruno Haible  <bruno@clisp.org>
30195
30196         * lib/c-ctype.h [C++]: Define functions without name mangling.
30197         * lib/fwriteerror.h [C++]: Likewise.
30198         * lib/gcd.h [C++]: Likewise.
30199         * lib/linebreak.h [C++]: Likewise.
30200
30201 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
30202
30203         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
30204         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
30205         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
30206         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
30207         Check for functions and headers just once.
30208         Check for declaration of canonicalize_file_name.
30209         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
30210
30211 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
30212
30213         * gnulib-tool (func_import): Fix typo in actioncmd.
30214
30215 2006-11-02  Bruno Haible  <bruno@clisp.org>
30216
30217         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
30218         newline sequence in the Makefile.am snippet as a space, like "make"
30219         does.
30220         Reported by Roger Persson <perrog@gmail.com>.
30221
30222 2006-11-01  Bruno Haible  <bruno@clisp.org>
30223
30224         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
30225         already declared in <string.h>.
30226         * lib/strcase.h (strncasecmp): Don't declare it if yes.
30227
30228 2006-11-01  Bruno Haible  <bruno@clisp.org>
30229
30230         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
30231         * lib/strcase.h: Include <string.h>.
30232         (strcasecmp): Define to rpl_strcasecmp here.
30233
30234 2006-11-01  Bruno Haible  <bruno@clisp.org>
30235
30236         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
30237
30238 2006-11-01  Eric Blake  <ebb9@byu.net>
30239
30240         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
30241
30242         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
30243
30244 2006-10-29  Bruno Haible  <bruno@clisp.org>
30245
30246         Make it compile in C++ mode.
30247         * lib/full-write.c (full_rw): Add a cast.
30248
30249 2006-11-01  Bruno Haible  <bruno@clisp.org>
30250
30251         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
30252         be POSIX compliant.
30253         Reported by Roger Persson <perrog@gmail.com>.
30254
30255 2006-11-01  Eric Blake  <ebb9@byu.net>
30256
30257         * lib/getopt_.h: Fix comments.
30258
30259 2006-10-31  Eric Blake  <ebb9@byu.net>
30260
30261         * modules/tmpdir (Depends-on): Add sys_stat.
30262         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
30263         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
30264         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
30265         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
30266         tempname.
30267
30268 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
30269
30270         Avoid some C++ diagnostics reported by Bruno Haible.
30271         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
30272         xmalloc.
30273         (quotearg_alloc): Use xcharalloc rather than xmalloc.
30274         (struct slotvec): Move to top level.
30275         (quotearg_n_options): Rewrite to avoid xmalloc.
30276         * lib/xalloc.h (xcharalloc): New function.
30277         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
30278         [defined __cplusplus]: Add function template that provides result
30279         type propagation.  This part of the change is from Bruno Haible.
30280
30281 2006-10-29  Bruno Haible  <bruno@clisp.org>
30282
30283         Make it compile in C++ mode.
30284         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
30285         * lib/strnlen1.c (strnlen1): Cast memchr result.
30286         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
30287         * lib/clean-temp.c (string_equals, string_hash): Add casts.
30288         (create_temp_dir): Rename local variable 'template'.
30289         (compile_csharp_using_sscli): Add cast.
30290         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
30291         * lib/findprog.c (find_in_path): Likewise.
30292         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
30293         * lib/wait-process.c (register_slave_subprocess): Likewise.
30294
30295 2006-10-22  Bruno Haible  <bruno@clisp.org>
30296
30297         * modules/tsearch: New file.
30298         * lib/tsearch.h: New file.
30299         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
30300         * m4/tsearch.m4: New file.
30301         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
30302
30303 2006-10-29  Eric Blake  <ebb9@byu.net>
30304
30305         * lib/arcfour.c: Assume config.h.
30306         * lib/arctwo.c: Likewise.
30307         * lib/base64.c: Likewise.
30308         * lib/check-version.c: Likewise.
30309         * lib/crc.c: Likewise.
30310         * lib/des.c: Likewise.
30311         * lib/gc-gnulib.c: Likewise.
30312         * lib/gc-libgcrypt.c: Likewise.
30313         * lib/gc-pbkdf2-sha1.c: Likewise.
30314         * lib/getaddrinfo.c: Likewise.
30315         * lib/getdelim.c: Likewise.
30316         * lib/getline.c: Likewise.
30317         * lib/hmac-md5.c: Likewise.
30318         * lib/hmac-sha1.c: Likewise.
30319         * lib/iconvme.c: Likewise.
30320         * lib/md2.c: Likewise.
30321         * lib/md4.c: Likewise.
30322         * lib/memxor.c: Likewise.
30323         * lib/read-file.c: Likewise.
30324         * lib/readline.c: Likewise.
30325         * lib/rijndael-alg-fst.c: Likewise.
30326         * lib/rijndael-api-fst.c: Likewise.
30327         * lib/xgetdomainname.c: Likewise.
30328
30329 2006-10-28  Eric Blake  <ebb9@byu.net>
30330
30331         * lib/xstrndup.c: Assume config.h.
30332
30333 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
30334
30335         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
30336         stat-macros.h is now for our own macros, whereas stat_h is for
30337         macros in the <sys/stat.h> name space.
30338         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
30339         (STAT_MACROS_H): Remove.
30340         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
30341         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
30342         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
30343         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
30344         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
30345         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
30346         Move these macros to ...
30347         * lib/stat_.h: here.  Don't include stat-macros.h.
30348         * lib/canonicalize.c: Don't include stat-macros.h.
30349         * lib/chown.c: Likewise.
30350         * lib/euidaccess.c: Likewise.
30351         * lib/file-type.c: Likewise.
30352         * lib/filemode.c: Likewise.
30353         * lib/glob.c: Likewise.
30354         * lib/isapipe.c: Likewise.
30355         * lib/lchown.c: Likewise.
30356         * lib/lstat.c: Likewise.
30357         * lib/mkdir-p.c: Likewise.
30358         * lib/rmdir.c: Likewise.
30359         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
30360         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
30361         unless mkdir isn't declared, to speed up 'configure'.
30362         Always create sys/stat.h, since it's unlikely any real sys/stat.h
30363         would define all the S_* symbols.
30364         * modules/canonicalize (Depends-on):
30365         Depend on sys_stat, not stat-macros.
30366         * modules/chown: Likewise.
30367         * modules/euidaccess: Likewise.
30368         * modules/filemode: Likewise.
30369         * modules/file-type: Likewise.
30370         * modules/glob: Likewise.
30371         * modules/isapipe: Likewise.
30372         * modules/lchown: Likewise.
30373         * modules/lstat: Likewise.
30374         * modules/mkancesdirs: Likewise.
30375         * modules/rmdir: Likewise.
30376         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
30377         * modules/modechange: Likewise.
30378         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
30379         (configure.ac): Remove gl_STAT_MACROS.
30380         * modules/sys_stat (Depends-on): Remove stat-macros.
30381
30382 2006-10-27  Bruno Haible  <bruno@clisp.org>
30383
30384         * m4/signed.m4: Remove file.
30385         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
30386         invocation.
30387         * modules/vasnprintf (Files): Remove m4/signed.m4.
30388
30389 2006-10-27  Bruno Haible  <bruno@clisp.org>
30390
30391         Update to GNU gettext 0.16.
30392         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
30393         m4/inttypes-h.m4, m4/signed.m4.
30394         * m4/gettext.m4: Update to GNU gettext 0.16.
30395         * m4/intl.m4: New file, from GNU gettext.
30396         * m4/intldir.m4: New file, from GNU gettext.
30397         * config/srclist.txt: Update
30398
30399 2006-10-27  Eric Blake  <ebb9@byu.net>
30400
30401         * MODULES.html.sh: Document tempname.
30402         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
30403         dependencies.
30404         (Files): Move lib/tempname.c...
30405         * modules/tempname: ...to this new module.
30406         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
30407         (gl_PREREQ_TEMPNAME): Move...
30408         * m4/tempname.m4: ...to this new file.
30409         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
30410         * modules/sys_stat (Depends-on): Add stat-macros.
30411         * lib/stat_.h (includes): Pick up stat macros.
30412         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
30413         if stat macros are broken.
30414         * lib/tempname.c (includes): No need to include "stat-macros.h".
30415         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
30416         (direxists, __path_search) [!_LIBC]: Don't compile these in
30417         gnulib; the tmpdir module covers that.
30418         * lib/tempname.h: New file.
30419
30420 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
30421
30422         * COPYING: Explain how gnulib-tool converts licence headers.
30423         Almost all wording by Eric Blake.
30424
30425 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
30426
30427         * lib/mbchar.h (is_basic_table): Make read-only.
30428         * lib/mbchar.c (is_basic_table): Likewise.
30429         Reported by John Darrington.
30430
30431 2006-10-25  Bruno Haible  <bruno@clisp.org>
30432
30433         * lib/progname.h (set_program_name): Undefine before defining.
30434
30435 2006-10-25  Bruno Haible  <bruno@clisp.org>
30436
30437         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
30438         false for non-gcc C++ compilers.
30439         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
30440
30441 2006-10-24  Bruno Haible  <bruno@clisp.org>
30442
30443         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
30444         iconv implementations like Irix iconv.
30445
30446 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30447
30448         * modules/vararrays: New file.
30449         * m4/vararrays.m4: New file, taken from diffutils.
30450         * MODULES.html.sh: New module vararrays.
30451
30452 2006-10-24  Karl Berry  <karl@gnu.org>
30453
30454         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
30455         Don't call GNU Unix.
30456
30457 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30458
30459         * users.txt: Add Libtool.
30460
30461         Sync from Libtool:
30462
30463         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30464
30465         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
30466         to gnulib's policy of including config.h unconditionally.
30467
30468 2006-10-24  Bruno Haible  <bruno@clisp.org>
30469
30470         * modules/wcwidth (Files): Add m4/wint_t.m4.
30471         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
30472         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
30473
30474 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30475
30476         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
30477         to pacify GCC with some -W flags enabled.  Problem reported by
30478         Bruno Haible.
30479
30480 2006-10-24  Jim Meyering  <jim@meyering.net>
30481
30482         * MODULES.html.sh: Remove uinttostr.  It's not a module.
30483         Reported by Karl Berry.
30484
30485 2006-10-23  Bruno Haible  <bruno@clisp.org>
30486
30487         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
30488
30489 2006-10-24  Bruno Haible  <bruno@clisp.org>
30490
30491         * lib/gl_list.h: Use C comment style, not C++ comment style.
30492
30493 2006-10-23  Eric Blake  <ebb9@byu.net>
30494
30495         * lib/getaddrinfo.c (includes): Add missing include.
30496
30497 2006-10-23  Bruno Haible  <bruno@clisp.org>
30498             Paul Eggert  <eggert@cs.ucla.edu>
30499
30500         Ability to rename obstack_free.
30501         * lib/obstack.h (__obstack_free): New macro. Declare instead of
30502         obstack_free.
30503         (obstack_free): Invoke the __obstack_free macro.
30504         * lib/obstack.c (obstack_free): Use __obstack_free macro.
30505
30506 2006-10-23  Bruno Haible  <bruno@clisp.org>
30507             Paul Eggert  <eggert@cs.ucla.edu>
30508
30509         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
30510         __argc, __argv from the declaration. (They are defined as macros on
30511         mingw.)
30512
30513 2006-10-22  Bruno Haible  <bruno@clisp.org>
30514
30515         * doc/gnulib-intro.texi: New file.
30516         * doc/gnulib.texi: Include it.
30517
30518 2006-10-21  Bruno Haible  <bruno@clisp.org>
30519
30520         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
30521         "Introduction", "Miscellanous Notes", "Particular Modules".
30522
30523 2006-10-21  Bruno Haible  <bruno@clisp.org>
30524
30525         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30526         Change mostlyclean-local rule to avoid sh syntax error from bash
30527         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
30528
30529 2006-10-23  Jim Meyering  <jim@meyering.net>
30530
30531         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
30532         in place of snprintf.
30533
30534         * modules/inttostr (Files): Add lib/uinttostr.c.
30535         * lib/uinttostr.c (inttostr): New file/function.
30536         * lib/inttostr.h (uinttostr): Declare.
30537         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
30538         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
30539         Add uinttostr.
30540         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
30541
30542 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
30543
30544         * lib/canonicalize.c (ELOOP): Define if not already defined.
30545         Problem reported by Bruno Haible in
30546         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
30547
30548 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
30549
30550         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
30551         Problem reported by Perry Smith and Ville Laurikari.
30552
30553         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
30554         uses.
30555
30556 2006-10-19  Bruno Haible  <bruno@clisp.org>
30557
30558         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
30559         for mingw.
30560
30561 2006-10-19  Bruno Haible  <bruno@clisp.org>
30562
30563         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
30564         Needed for mingw.
30565
30566 2006-10-19  Bruno Haible  <bruno@clisp.org>
30567
30568         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
30569
30570 2006-10-19  Bruno Haible  <bruno@clisp.org>
30571
30572         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
30573         it.
30574
30575 2006-10-19  Bruno Haible  <bruno@clisp.org>
30576
30577         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
30578         invocation.
30579
30580 2006-10-19  Bruno Haible  <bruno@clisp.org>
30581
30582         * gnulib-tool (func_create_testdir): Don't include ftruncate and
30583         mountlist by default.
30584
30585 2006-10-16  Bruno Haible  <bruno@clisp.org>
30586
30587         * lib/c-strstr.c: Include c-strstr.h.
30588
30589 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
30590
30591         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
30592         in a slash.
30593
30594 2006-10-18  Bruno Haible  <bruno@clisp.org>
30595
30596         * lib/lock.h [C++]: Wrap definitions in extern "C".
30597
30598 2006-10-18  Bruno Haible  <bruno@clisp.org>
30599
30600         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
30601         gl_LIBOBJS list.
30602
30603 2006-10-18  Bruno Haible  <bruno@clisp.org>
30604
30605         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
30606
30607 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
30608
30609         * lib/xstrtol.h: Include gettext.h.
30610         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
30611         Problem reported by Eric Blake.
30612         * modules/xstrtol (Depends-on): Add gettext-h.
30613
30614 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
30615
30616         * lib/strftime.c (advance): New macro.
30617         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
30618         incomplete type, so you can't add 0 to it.  Problem and patch
30619         reported by Eelco Dolstra for dietlibc.
30620
30621 2006-10-18  Jim Meyering  <jim@meyering.net>
30622
30623         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
30624         type for a local, and rename it: s/up/user_proc/.
30625
30626 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
30627
30628         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
30629         READ_UTMP_USER_PROCESS.
30630         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
30631
30632 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30633
30634         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
30635         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
30636
30637 2006-10-17  Eric Blake  <ebb9@byu.net>
30638
30639         * lib/sigprocmask.c (sigprocmask): Fix typo.
30640
30641         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
30642
30643         * modules/clean-temp (Makefile.am): Don't add to make output...
30644         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
30645         config.h.
30646
30647 2006-10-17  Bruno Haible  <bruno@clisp.org>
30648
30649         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
30650         differently if DEFAULT_TEXT_DOMAIN is set.
30651
30652 2006-10-16  Bruno Haible  <bruno@clisp.org>
30653
30654         * lib/clean-temp.c: Include fwriteerror.h.
30655
30656 2006-10-16  Bruno Haible  <bruno@clisp.org>
30657
30658         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
30659
30660 2006-10-16  Bruno Haible  <bruno@clisp.org>
30661
30662         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
30663         * lib/sigprocmask.h: Include <sys/types.h>.
30664         (sigset_t): Use the system's definition if present.
30665
30666 2006-10-17  Eric Blake  <ebb9@byu.net>
30667
30668         * lib/xvasprintf.c (includes): Assume config.h.
30669         * lib/xasprintf.c (includes): Likewise.
30670
30671 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30672
30673         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
30674         at least as wide as intmax_t.
30675
30676 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
30677
30678         (Imported from Automake.)
30679         * build-aux/gnupload: Update to version 1.1 of directive file.
30680
30681 2006-10-16  Eric Blake  <ebb9@byu.net>
30682
30683         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
30684         match Automake 1.10a.
30685
30686 2006-10-14  Bruno Haible  <bruno@clisp.org>
30687
30688         * modules/sigprocmask: New file.
30689         * lib/sigprocmask.h: New file.
30690         * lib/sigprocmask.c: New file.
30691         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
30692         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
30693         request sigprocmask.o.
30694         (gl_PREREQ_SIGPROCMASK): New macro.
30695         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
30696         (Depends-on): Add sigprocmask.
30697         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
30698         gt_SIGNALBLOCKING. Test for 'raise' only once.
30699         * lib/fatal-signal.c: Include sigprocmask.h.
30700         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
30701         unblock_fatal_signals): Define always.
30702         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30703         sigprocmask.
30704
30705 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
30706
30707         Sync from Automake.
30708         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
30709         which incorrectly sets the mode of an existing destination
30710         directory.  In some cases the unpatched install-sh could do the
30711         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
30712         system.  We hope this is rare in practice, but it's clearly worth
30713         fixing.  Problem reported by Alex Unleashed in
30714         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
30715         Also, don't bother to check for -m bugs unless we're using -m;
30716         suggested by Stepan Kasal.
30717
30718 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30719
30720         Sync from Automake.
30721         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
30722         `-c' flag, so they appear at the same position as in %FASTDEP%
30723         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
30724         which ignores unknown options only after the first non-option.
30725         Bug report against M4 by Nelson H. F. Beebe.
30726
30727 2006-10-13  Jim Meyering  <jim@meyering.net>
30728
30729         Fix a bug in yesterday's change.
30730         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
30731         p->fts_statp->st_dev would be used uninitialized.
30732         Ensures that we always call fts_stat on the very first entry.
30733         Miklos Szeredi reported that find -xdev stopped working.
30734
30735 2006-10-12  Bruno Haible  <bruno@clisp.org>
30736
30737         * gnulib-tool (func_get_automake_snippet): Append an automatically
30738         computed EXTRA_DIST augmentation.
30739         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
30740         * modules/alloca-opt (Makefile.am): Likewise.
30741         * modules/allocsa (Makefile.am): Likewise.
30742         * modules/arcfour (Makefile.am): Likewise.
30743         * modules/arctwo (Makefile.am): Likewise.
30744         * modules/argmatch (Makefile.am): Likewise.
30745         * modules/argz (Makefile.am): Likewise.
30746         * modules/atexit (Makefile.am): Likewise.
30747         * modules/backupfile (Makefile.am): Likewise.
30748         * modules/byteswap (Makefile.am): Likewise.
30749         * modules/c-strtod (Makefile.am): Likewise.
30750         * modules/c-strtold (Makefile.am): Likewise.
30751         * modules/calloc (Makefile.am): Likewise.
30752         * modules/canon-host (Makefile.am): Likewise.
30753         * modules/canonicalize (Makefile.am): Likewise.
30754         * modules/chdir-long (Makefile.am): Likewise.
30755         * modules/chdir-safer (Makefile.am): Likewise.
30756         * modules/check-version (Makefile.am): Likewise.
30757         * modules/chown (Makefile.am): Likewise.
30758         * modules/cloexec (Makefile.am): Likewise.
30759         * modules/close-stream (Makefile.am): Likewise.
30760         * modules/closeout (Makefile.am): Likewise.
30761         * modules/crc (Makefile.am): Likewise.
30762         * modules/csharpexec (Makefile.am): Likewise.
30763         * modules/cycle-check (Makefile.am): Likewise.
30764         * modules/des (Makefile.am): Likewise.
30765         * modules/dev-ino (Makefile.am): Likewise.
30766         * modules/dirfd (Makefile.am): Likewise.
30767         * modules/dirname (Makefile.am): Likewise.
30768         * modules/dup2 (Makefile.am): Likewise.
30769         * modules/eealloc (Makefile.am): Likewise.
30770         * modules/error (Makefile.am): Likewise.
30771         * modules/euidaccess (Makefile.am): Likewise.
30772         * modules/exclude (Makefile.am): Likewise.
30773         * modules/exitfail (Makefile.am): Likewise.
30774         * modules/fcntl-safer (Makefile.am): Likewise.
30775         * modules/fcntl (Makefile.am): Likewise.
30776         * modules/file-type (Makefile.am): Likewise.
30777         * modules/fileblocks (Makefile.am): Likewise.
30778         * modules/filemode (Makefile.am): Likewise.
30779         * modules/filenamecat (Makefile.am): Likewise.
30780         * modules/fnmatch (Makefile.am): Likewise.
30781         * modules/fopen-safer (Makefile.am): Likewise.
30782         * modules/fpending (Makefile.am): Likewise.
30783         * modules/fprintftime (Makefile.am): Likewise.
30784         * modules/free (Makefile.am): Likewise.
30785         * modules/fsusage (Makefile.am): Likewise.
30786         * modules/ftruncate (Makefile.am): Likewise.
30787         * modules/fts (Makefile.am): Likewise.
30788         * modules/gc-arcfour (Makefile.am): Likewise.
30789         * modules/gc-des (Makefile.am): Likewise.
30790         * modules/gc-hmac-md5 (Makefile.am): Likewise.
30791         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
30792         * modules/gc-md4 (Makefile.am): Likewise.
30793         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
30794         * modules/gc-sha1 (Makefile.am): Likewise.
30795         * modules/gc (Makefile.am): Likewise.
30796         * modules/getaddrinfo (Makefile.am): Likewise.
30797         * modules/getcwd (Makefile.am): Likewise.
30798         * modules/getdelim (Makefile.am): Likewise.
30799         * modules/getdomainname (Makefile.am): Likewise.
30800         * modules/getgroups (Makefile.am): Likewise.
30801         * modules/gethostname (Makefile.am): Likewise.
30802         * modules/gethrxtime (Makefile.am): Likewise.
30803         * modules/getline (Makefile.am): Likewise.
30804         * modules/getloadavg (Makefile.am): Likewise.
30805         * modules/getlogin_r (Makefile.am): Likewise.
30806         * modules/getndelim2 (Makefile.am): Likewise.
30807         * modules/getopt (Makefile.am): Likewise.
30808         * modules/getpagesize (Makefile.am): Likewise.
30809         * modules/getpass-gnu (Makefile.am): Likewise.
30810         * modules/getpass (Makefile.am): Likewise.
30811         * modules/getsubopt (Makefile.am): Likewise.
30812         * modules/gettime (Makefile.am): Likewise.
30813         * modules/gettimeofday (Makefile.am): Likewise.
30814         * modules/getugroups (Makefile.am): Likewise.
30815         * modules/getusershell (Makefile.am): Likewise.
30816         * modules/glob (Makefile.am): Likewise.
30817         * modules/group-member (Makefile.am): Likewise.
30818         * modules/hard-locale (Makefile.am): Likewise.
30819         * modules/hash (Makefile.am): Likewise.
30820         * modules/hmac-md5 (Makefile.am): Likewise.
30821         * modules/hmac-sha1 (Makefile.am): Likewise.
30822         * modules/human (Makefile.am): Likewise.
30823         * modules/idcache (Makefile.am): Likewise.
30824         * modules/imaxabs (Makefile.am): Likewise.
30825         * modules/imaxdiv (Makefile.am): Likewise.
30826         * modules/inet_ntop (Makefile.am): Likewise.
30827         * modules/inet_pton (Makefile.am): Likewise.
30828         * modules/intprops (Makefile.am): Likewise.
30829         * modules/inttostr (Makefile.am): Likewise.
30830         * modules/inttypes (Makefile.am): Likewise.
30831         * modules/isapipe (Makefile.am): Likewise.
30832         * modules/javaversion (Makefile.am): Likewise.
30833         * modules/lchmod (Makefile.am): Likewise.
30834         * modules/lchown (Makefile.am): Likewise.
30835         * modules/localcharset (Makefile.am): Likewise.
30836         * modules/long-options (Makefile.am): Likewise.
30837         * modules/lstat (Makefile.am): Likewise.
30838         * modules/malloc (Makefile.am): Likewise.
30839         * modules/mathl (Makefile.am): Likewise.
30840         * modules/mbchar (Makefile.am): Likewise.
30841         * modules/md2 (Makefile.am): Likewise.
30842         * modules/md4 (Makefile.am): Likewise.
30843         * modules/md5 (Makefile.am): Likewise.
30844         * modules/memcasecmp (Makefile.am): Likewise.
30845         * modules/memchr (Makefile.am): Likewise.
30846         * modules/memcmp (Makefile.am): Likewise.
30847         * modules/memcoll (Makefile.am): Likewise.
30848         * modules/memcpy (Makefile.am): Likewise.
30849         * modules/memmem (Makefile.am): Likewise.
30850         * modules/memmove (Makefile.am): Likewise.
30851         * modules/mempcpy (Makefile.am): Likewise.
30852         * modules/memrchr (Makefile.am): Likewise.
30853         * modules/memset (Makefile.am): Likewise.
30854         * modules/memxor (Makefile.am): Likewise.
30855         * modules/mkancesdirs (Makefile.am): Likewise.
30856         * modules/mkdir-p (Makefile.am): Likewise.
30857         * modules/mkdir (Makefile.am): Likewise.
30858         * modules/mkdtemp (Makefile.am): Likewise.
30859         * modules/mkstemp (Makefile.am): Likewise.
30860         * modules/mktime (Makefile.am): Likewise.
30861         * modules/modechange (Makefile.am): Likewise.
30862         * modules/mountlist (Makefile.am): Likewise.
30863         * modules/nanosleep (Makefile.am): Likewise.
30864         * modules/obstack (Makefile.am): Likewise.
30865         * modules/openat (Makefile.am): Likewise.
30866         * modules/pagealign_alloc (Makefile.am): Likewise.
30867         * modules/pathmax (Makefile.am): Likewise.
30868         * modules/physmem (Makefile.am): Likewise.
30869         * modules/poll (Makefile.am): Likewise.
30870         * modules/posixtm (Makefile.am): Likewise.
30871         * modules/posixver (Makefile.am): Likewise.
30872         * modules/putenv (Makefile.am): Likewise.
30873         * modules/quote (Makefile.am): Likewise.
30874         * modules/quotearg (Makefile.am): Likewise.
30875         * modules/raise (Makefile.am): Likewise.
30876         * modules/read-file (Makefile.am): Likewise.
30877         * modules/readline (Makefile.am): Likewise.
30878         * modules/readlink (Makefile.am): Likewise.
30879         * modules/readtokens (Makefile.am): Likewise.
30880         * modules/readutmp (Makefile.am): Likewise.
30881         * modules/realloc (Makefile.am): Likewise.
30882         * modules/regex (Makefile.am): Likewise.
30883         * modules/rename-dest-slash (Makefile.am): Likewise.
30884         * modules/rename (Makefile.am): Likewise.
30885         * modules/rijndael (Makefile.am): Likewise.
30886         * modules/rmdir (Makefile.am): Likewise.
30887         * modules/rpmatch (Makefile.am): Likewise.
30888         * modules/safe-read (Makefile.am): Likewise.
30889         * modules/safe-write (Makefile.am): Likewise.
30890         * modules/same-inode (Makefile.am): Likewise.
30891         * modules/same (Makefile.am): Likewise.
30892         * modules/save-cwd (Makefile.am): Likewise.
30893         * modules/savedir (Makefile.am): Likewise.
30894         * modules/setenv (Makefile.am): Likewise.
30895         * modules/settime (Makefile.am): Likewise.
30896         * modules/sha1 (Makefile.am): Likewise.
30897         * modules/sig2str (Makefile.am): Likewise.
30898         * modules/snprintf (Makefile.am): Likewise.
30899         * modules/stat-macros (Makefile.am): Likewise.
30900         * modules/stat-time (Makefile.am): Likewise.
30901         * modules/stdbool (Makefile.am): Likewise.
30902         * modules/stdint (Makefile.am): Likewise.
30903         * modules/stdlib-safer (Makefile.am): Likewise.
30904         * modules/stpcpy (Makefile.am): Likewise.
30905         * modules/stpncpy (Makefile.am): Likewise.
30906         * modules/strcase (Makefile.am): Likewise.
30907         * modules/strcasestr (Makefile.am): Likewise.
30908         * modules/strchrnul (Makefile.am): Likewise.
30909         * modules/strcspn (Makefile.am): Likewise.
30910         * modules/strdup (Makefile.am): Likewise.
30911         * modules/strerror (Makefile.am): Likewise.
30912         * modules/strftime (Makefile.am): Likewise.
30913         * modules/strndup (Makefile.am): Likewise.
30914         * modules/strnlen (Makefile.am): Likewise.
30915         * modules/strpbrk (Makefile.am): Likewise.
30916         * modules/strsep (Makefile.am): Likewise.
30917         * modules/strstr (Makefile.am): Likewise.
30918         * modules/strtod (Makefile.am): Likewise.
30919         * modules/strtoimax (Makefile.am): Likewise.
30920         * modules/strtok_r (Makefile.am): Likewise.
30921         * modules/strtol (Makefile.am): Likewise.
30922         * modules/strtoll (Makefile.am): Likewise.
30923         * modules/strtoul (Makefile.am): Likewise.
30924         * modules/strtoull (Makefile.am): Likewise.
30925         * modules/strtoumax (Makefile.am): Likewise.
30926         * modules/strverscmp (Makefile.am): Likewise.
30927         * modules/sys_socket (Makefile.am): Likewise.
30928         * modules/sys_stat (Makefile.am): Likewise.
30929         * modules/sysexits (Makefile.am): Likewise.
30930         * modules/time_r (Makefile.am): Likewise.
30931         * modules/timegm (Makefile.am): Likewise.
30932         * modules/timespec (Makefile.am): Likewise.
30933         * modules/tmpfile-safer (Makefile.am): Likewise.
30934         * modules/trim (Makefile.am): Likewise.
30935         * modules/unistd-safer (Makefile.am): Likewise.
30936         * modules/unlinkdir (Makefile.am): Likewise.
30937         * modules/unlocked-io (Makefile.am): Likewise.
30938         * modules/userspec (Makefile.am): Likewise.
30939         * modules/utime (Makefile.am): Likewise.
30940         * modules/utimecmp (Makefile.am): Likewise.
30941         * modules/utimens (Makefile.am): Likewise.
30942         * modules/vasnprintf (Makefile.am): Likewise.
30943         * modules/vasprintf (Makefile.am): Likewise.
30944         * modules/vsnprintf (Makefile.am): Likewise.
30945         * modules/xalloc (Makefile.am): Likewise.
30946         * modules/xgetcwd (Makefile.am): Likewise.
30947         * modules/xnanosleep (Makefile.am): Likewise.
30948         * modules/xreadlink (Makefile.am): Likewise.
30949         * modules/xstrtod (Makefile.am): Likewise.
30950         * modules/xstrtol (Makefile.am): Likewise.
30951         * modules/xstrtold (Makefile.am): Likewise.
30952         * modules/yesno (Makefile.am): Likewise.
30953         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
30954
30955 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30956
30957         * modules/error (Makefile.am): Distribute files through
30958         EXTRA_DIST, not lib_SOURCES.
30959
30960 2006-10-12  Eric Blake  <ebb9@byu.net>
30961
30962         * modules/error (Makefile.am): Distribute files in /lib.
30963         * modules/obstack (Makefile.am): Likewise.
30964
30965 2006-10-12  Bruno Haible  <bruno@clisp.org>
30966
30967         * modules/acl (Makefile.am): Distribute all files in lib/ through
30968         EXTRA_DIST.
30969         * modules/arcfour (Makefile.am): Likewise.
30970         * modules/arctwo (Makefile.am): Likewise.
30971         * modules/argmatch (Makefile.am): Likewise.
30972         * modules/argz (Makefile.am): Likewise.
30973         * modules/atexit (Makefile.am): Likewise.
30974         * modules/backupfile (Makefile.am): Likewise.
30975         * modules/c-strtod (Makefile.am): Likewise.
30976         * modules/c-strtold (Makefile.am): Likewise.
30977         * modules/calloc (Makefile.am): Likewise.
30978         * modules/canon-host (Makefile.am): Likewise.
30979         * modules/canonicalize (Makefile.am): Likewise.
30980         * modules/chdir-long (Makefile.am): Likewise.
30981         * modules/chdir-safer (Makefile.am): Likewise.
30982         * modules/check-version (Makefile.am): Likewise.
30983         * modules/chown (Makefile.am): Likewise.
30984         * modules/cloexec (Makefile.am): Likewise.
30985         * modules/close-stream (Makefile.am): Likewise.
30986         * modules/closeout (Makefile.am): Likewise.
30987         * modules/crc (Makefile.am): Likewise.
30988         * modules/cycle-check (Makefile.am): Likewise.
30989         * modules/des (Makefile.am): Likewise.
30990         * modules/dirfd (Makefile.am): Likewise.
30991         * modules/dirname (Makefile.am): Likewise.
30992         * modules/dup2 (Makefile.am): Likewise.
30993         * modules/euidaccess (Makefile.am): Likewise.
30994         * modules/exclude (Makefile.am): Likewise.
30995         * modules/exitfail (Makefile.am): Likewise.
30996         * modules/fcntl-safer (Makefile.am): Likewise.
30997         * modules/file-type (Makefile.am): Likewise.
30998         * modules/fileblocks (Makefile.am): Likewise.
30999         * modules/filemode (Makefile.am): Likewise.
31000         * modules/filenamecat (Makefile.am): Likewise.
31001         * modules/fnmatch (Makefile.am): Likewise.
31002         * modules/fopen-safer (Makefile.am): Likewise.
31003         * modules/fpending (Makefile.am): Likewise.
31004         * modules/fprintftime (Makefile.am): Likewise.
31005         * modules/free (Makefile.am): Likewise.
31006         * modules/fsusage (Makefile.am): Likewise.
31007         * modules/ftruncate (Makefile.am): Likewise.
31008         * modules/fts (Makefile.am): Likewise.
31009         * modules/gc (Makefile.am): Likewise.
31010         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
31011         * modules/getaddrinfo (Makefile.am): Likewise.
31012         * modules/getcwd (Makefile.am): Likewise.
31013         * modules/getdelim (Makefile.am): Likewise.
31014         * modules/getdomainname (Makefile.am): Likewise.
31015         * modules/getgroups (Makefile.am): Likewise.
31016         * modules/gethostname (Makefile.am): Likewise.
31017         * modules/gethrxtime (Makefile.am): Likewise.
31018         * modules/getline (Makefile.am): Likewise.
31019         * modules/getloadavg (Makefile.am): Likewise.
31020         * modules/getlogin_r (Makefile.am): Likewise.
31021         * modules/getopt (Makefile.am): Likewise.
31022         * modules/getpass (Makefile.am): Likewise.
31023         * modules/getpass-gnu (Makefile.am): Likewise.
31024         * modules/getsubopt (Makefile.am): Likewise.
31025         * modules/gettime (Makefile.am): Likewise.
31026         * modules/gettimeofday (Makefile.am): Likewise.
31027         * modules/getugroups (Makefile.am): Likewise.
31028         * modules/getusershell (Makefile.am): Likewise.
31029         * modules/glob (Makefile.am): Likewise.
31030         * modules/group-member (Makefile.am): Likewise.
31031         * modules/hard-locale (Makefile.am): Likewise.
31032         * modules/hash (Makefile.am): Likewise.
31033         * modules/hmac-md5 (Makefile.am): Likewise.
31034         * modules/hmac-sha1 (Makefile.am): Likewise.
31035         * modules/human (Makefile.am): Likewise.
31036         * modules/idcache (Makefile.am): Likewise.
31037         * modules/imaxabs (Makefile.am): Likewise.
31038         * modules/imaxdiv (Makefile.am): Likewise.
31039         * modules/inet_ntop (Makefile.am): Likewise.
31040         * modules/inet_pton (Makefile.am): Likewise.
31041         * modules/inttostr (Makefile.am): Likewise.
31042         * modules/isapipe (Makefile.am): Likewise.
31043         * modules/lchown (Makefile.am): Likewise.
31044         * modules/long-options (Makefile.am): Likewise.
31045         * modules/lstat (Makefile.am): Likewise.
31046         * modules/malloc (Makefile.am): Likewise.
31047         * modules/mathl (Makefile.am): Likewise.
31048         * modules/mbchar (Makefile.am): Likewise.
31049         * modules/md2 (Makefile.am): Likewise.
31050         * modules/md4 (Makefile.am): Likewise.
31051         * modules/md5 (Makefile.am): Likewise.
31052         * modules/memcasecmp (Makefile.am): Likewise.
31053         * modules/memchr (Makefile.am): Likewise.
31054         * modules/memcmp (Makefile.am): Likewise.
31055         * modules/memcoll (Makefile.am): Likewise.
31056         * modules/memcpy (Makefile.am): Likewise.
31057         * modules/memmem (Makefile.am): Likewise.
31058         * modules/memmove (Makefile.am): Likewise.
31059         * modules/mempcpy (Makefile.am): Likewise.
31060         * modules/memrchr (Makefile.am): Likewise.
31061         * modules/memset (Makefile.am): Likewise.
31062         * modules/memxor (Makefile.am): Likewise.
31063         * modules/mkancesdirs (Makefile.am): Likewise.
31064         * modules/mkdir (Makefile.am): Likewise.
31065         * modules/mkdir-p (Makefile.am): Likewise.
31066         * modules/mkdtemp (Makefile.am): Likewise.
31067         * modules/mkstemp (Makefile.am): Likewise.
31068         * modules/mktime (Makefile.am): Likewise.
31069         * modules/modechange (Makefile.am): Likewise.
31070         * modules/mountlist (Makefile.am): Likewise.
31071         * modules/nanosleep (Makefile.am): Likewise.
31072         * modules/openat (Makefile.am): Likewise.
31073         * modules/pagealign_alloc (Makefile.am): Likewise.
31074         * modules/physmem (Makefile.am): Likewise.
31075         * modules/poll (Makefile.am): Likewise.
31076         * modules/posixtm (Makefile.am): Likewise.
31077         * modules/posixver (Makefile.am): Likewise.
31078         * modules/putenv (Makefile.am): Likewise.
31079         * modules/quote (Makefile.am): Likewise.
31080         * modules/quotearg (Makefile.am): Likewise.
31081         * modules/raise (Makefile.am): Likewise.
31082         * modules/read-file (Makefile.am): Likewise.
31083         * modules/readline (Makefile.am): Likewise.
31084         * modules/readlink (Makefile.am): Likewise.
31085         * modules/readtokens (Makefile.am): Likewise.
31086         * modules/readutmp (Makefile.am): Likewise.
31087         * modules/realloc (Makefile.am): Likewise.
31088         * modules/regex (Makefile.am): Likewise.
31089         * modules/rename (Makefile.am): Likewise.
31090         * modules/rename-dest-slash (Makefile.am): Likewise.
31091         * modules/rijndael (Makefile.am): Likewise.
31092         * modules/rmdir (Makefile.am): Likewise.
31093         * modules/rpmatch (Makefile.am): Likewise.
31094         * modules/safe-read (Makefile.am): Likewise.
31095         * modules/safe-write (Makefile.am): Likewise.
31096         * modules/same (Makefile.am): Likewise.
31097         * modules/save-cwd (Makefile.am): Likewise.
31098         * modules/savedir (Makefile.am): Likewise.
31099         * modules/setenv (Makefile.am): Likewise.
31100         * modules/settime (Makefile.am): Likewise.
31101         * modules/sha1 (Makefile.am): Likewise.
31102         * modules/sig2str (Makefile.am): Likewise.
31103         * modules/snprintf (Makefile.am): Likewise.
31104         * modules/stdlib-safer (Makefile.am): Likewise.
31105         * modules/stpcpy (Makefile.am): Likewise.
31106         * modules/stpncpy (Makefile.am): Likewise.
31107         * modules/strcase (Makefile.am): Likewise.
31108         * modules/strcasestr (Makefile.am): Likewise.
31109         * modules/strchrnul (Makefile.am): Likewise.
31110         * modules/strcspn (Makefile.am): Likewise.
31111         * modules/strdup (Makefile.am): Likewise.
31112         * modules/strerror (Makefile.am): Likewise.
31113         * modules/strftime (Makefile.am): Likewise.
31114         * modules/strndup (Makefile.am): Likewise.
31115         * modules/strnlen (Makefile.am): Likewise.
31116         * modules/strpbrk (Makefile.am): Likewise.
31117         * modules/strsep (Makefile.am): Likewise.
31118         * modules/strstr (Makefile.am): Likewise.
31119         * modules/strtod (Makefile.am): Likewise.
31120         * modules/strtoimax (Makefile.am): Likewise.
31121         * modules/strtok_r (Makefile.am): Likewise.
31122         * modules/strtol (Makefile.am): Likewise.
31123         * modules/strtoll (Makefile.am): Likewise.
31124         * modules/strtoul (Makefile.am): Likewise.
31125         * modules/strtoull (Makefile.am): Likewise.
31126         * modules/strtoumax (Makefile.am): Likewise.
31127         * modules/strverscmp (Makefile.am): Likewise.
31128         * modules/time_r (Makefile.am): Likewise.
31129         * modules/timegm (Makefile.am): Likewise.
31130         * modules/tmpfile-safer (Makefile.am): Likewise.
31131         * modules/unistd-safer (Makefile.am): Likewise.
31132         * modules/unlinkdir (Makefile.am): Likewise.
31133         * modules/userspec (Makefile.am): Likewise.
31134         * modules/utime (Makefile.am): Likewise.
31135         * modules/utimecmp (Makefile.am): Likewise.
31136         * modules/utimens (Makefile.am): Likewise.
31137         * modules/vasnprintf (Makefile.am): Likewise.
31138         * modules/vasprintf (Makefile.am): Likewise.
31139         * modules/vsnprintf (Makefile.am): Likewise.
31140         * modules/xalloc (Makefile.am): Likewise.
31141         * modules/xgetcwd (Makefile.am): Likewise.
31142         * modules/xnanosleep (Makefile.am): Likewise.
31143         * modules/xreadlink (Makefile.am): Likewise.
31144         * modules/xstrtod (Makefile.am): Likewise.
31145         * modules/xstrtol (Makefile.am): Likewise.
31146         * modules/xstrtold (Makefile.am): Likewise.
31147         * modules/yesno (Makefile.am): Likewise.
31148
31149 2006-10-12  Jim Meyering  <jim@meyering.net>
31150
31151         * m4/getloadavg.m4: Revert the change below.
31152
31153         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
31154         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
31155         fail with a symlink, which is what coreutils' ./bootstrap now
31156         creates by default.
31157
31158 2006-10-12  Bruno Haible  <bruno@clisp.org>
31159
31160         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
31161         mingw.
31162         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
31163         MSVC and mingw explicitly.
31164
31165 2006-10-11  Simon Josefsson  <jas@extundo.com>
31166             Bruno Haible  <bruno@clisp.org>
31167
31168         Add support for multiple gnulib-tool invocations in the scope of a
31169         single configure.ac file.
31170         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
31171         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
31172         with the same contents as the _LIBADD variable.
31173         (func_emit_initmacro_start, func_emit_initmacro_end,
31174         func_emit_initmacro_done): New functions.
31175         (func_import, func_create_testdir): Invoke them. Allow the identifiers
31176         gl_LIBOBJS and gl_LTLIBOBJS.
31177
31178 2006-10-11  Bruno Haible  <bruno@clisp.org>
31179
31180         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
31181         (func_create_testdir): Don't create po/Makefile.am, don't invoke
31182         autoreconf. Instead, invoke autopoint explicitly but move back the
31183         *.m4 files from gnulib.
31184
31185 2006-10-11  Bruno Haible  <bruno@clisp.org>
31186
31187         * gnulib-tool (func_usage): Make module names after --create-testdir
31188         optional.
31189         (func_create_testdir): If no module was specified, use nearly all
31190         modules.
31191
31192 2006-10-12  Jim Meyering  <jim@meyering.net>
31193
31194         Big performance improvement for fts-based tools that use FTS_NOSTAT.
31195         Avoid spurious inode-mismatch problems on non-POSIX file systems.
31196         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
31197         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
31198         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
31199         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
31200         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
31201         (fts_set_stat_required): New function.
31202         (fts_open): Defer the calls to fts_stat, if possible or requested.
31203         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
31204         into fts_stat itself.
31205         (fts_read): Perform any required (deferred) fts_stat call.
31206         (fts_build): Likewise, for the directory we're about to open and read.
31207         In the readdir loop, carefully decide whether each entry will require
31208         an eventual call to fts_stat, using dirent.d_type info if available.
31209         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
31210         a command line argument into this function.  Update all callers.
31211         Map a return value of FTS_DOT to FTS_D for a command line argument.
31212         * modules/fts (Depends-on): Add d-type.  Alphabetize.
31213         Thanks to Miklos Szeredi for his tenacity and for the initial
31214         bug report about "find" failing on a FUSE-based file system.
31215
31216         * lib/fts.c (fts_open): Use consistent indentation.
31217
31218 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
31219
31220         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
31221         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
31222         reported by Jim Meyering.  All uses of cache variables renamed
31223         to match Autoconf's.
31224         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
31225         the other one.
31226
31227         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
31228         Fix misspelling in diagnostic.
31229
31230 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
31231
31232         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
31233         defined.  Problem reported by Matthew Woehlke.
31234
31235         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
31236         Add support for Tandem NonStop R series.
31237         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
31238         Use new macro.
31239
31240         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
31241         (has_trailing_slash): Omit size arg; all callers changed.
31242         Omit 'inline', since it doesn't help performance and we'd
31243         need to configure it.
31244         Don't count //, ///, etc. as having a trailing slash.
31245         As a side effect, this removes a C99ism reported by Matthew Woehlke.
31246         (rpl_rename_dest_slash): On failure, use rename's errno rather
31247         than (in some cases) an incorrect or junk errno.
31248         Simplify code by removing need to compute length; this does
31249         cause it to make two passes instead of one over the file name,
31250         but it's worth it.
31251
31252         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
31253         change, since Autoconf's version may no longer be appropriate now
31254         that we are using CVS Autoconf's version.  Add support for Tandem.
31255
31256 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
31257             Bruno Haible  <bruno@clisp.org>
31258
31259         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
31260         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
31261         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
31262         gl_AC_TYPE_LONG_LONG.
31263
31264         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
31265         instead of HAVE_LONG_LONG.
31266         * lib/printf-args.c (printf_fetchargs): Likewise.
31267         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
31268         * lib/vasnprintf.c (VASNPRINTF): Likewise.
31269         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
31270         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
31271         gl_AC_TYPE_LONG_LONG.
31272
31273 2006-10-11  Bruno Haible  <bruno@clisp.org>
31274
31275         * m4/longlong.m4: Add comments.
31276         * m4/ulonglong.m4: Likewise.
31277
31278 2006-10-10  Bruno Haible  <bruno@clisp.org>
31279
31280         Make it possible to #define stpcpy, strdup to aliases.
31281         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
31282         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
31283
31284 2006-10-10  Bruno Haible  <bruno@clisp.org>
31285
31286         Make it possible to #define gcd to an alias.
31287         * lib/gcd.c: Include config.h.
31288
31289 2006-10-10  Bruno Haible  <bruno@clisp.org>
31290
31291         Make it possible to #define c_isascii to an alias.
31292         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
31293         defined. Undefine the macros before defining them, to avoid gcc
31294         warnings.
31295         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
31296         define NO_C_CTYPE_MACROS early.
31297
31298 2006-10-10  Bruno Haible  <bruno@clisp.org>
31299
31300         Make it possible to #define set_program_name to an alias.
31301         * lib/progname.c: Don't undefine set_program_name; instead, undefine
31302         ENABLE_RELOCATABLE early.
31303
31304 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
31305
31306         Port to Tandem NSK OSS, which has 64-bit signed int but at most
31307         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
31308         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
31309         More generally, don't assume that 64-bit signed int is available
31310         if unsigned int is, and vice versa.
31311         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
31312         unsigned symbols, not on their signed counterparts.
31313         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
31314         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
31315         (UINT64_C, UINTMAX_C):
31316         Likewise.
31317         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
31318         unsigned counterparts.
31319         (Have_long_long, Unsigned): New macros.
31320         (Int): Renamed from INT.
31321         (strtoimax): Use the new macros.
31322         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
31323         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
31324         * modules/inttypes (inttypes.h): Substitute
31325         HAVE_UNSIGNED_LONG_LONG_INT.
31326         * modules/stdint (stdint.h): Likewise.
31327         (Files): Add m4/ulonglong.m4.
31328
31329 2006-10-10  Bruno Haible  <bruno@clisp.org>
31330
31331         Fix a gcc -Wshadow warning.
31332         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
31333         to 'bucket'.
31334         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
31335         gl_linked_indexof_from_to): Likewise.
31336         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
31337         Likewise.
31338         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
31339         Likewise.
31340         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
31341         Reported by Eric Blake.
31342
31343 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
31344
31345         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
31346         for NetBSD.  Problem reported by Bruno Haible.
31347
31348 2006-10-09  Jim Meyering  <jim@meyering.net>
31349
31350         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
31351         Patch from Bruno Haible.
31352
31353 2006-10-09  Jim Meyering  <jim@meyering.net>
31354
31355         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
31356         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
31357         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
31358
31359 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
31360
31361         Don't include <config.h> twice; this doesn't work in some cases,
31362         e.g., when config.h has "#define intmax_t long long int" and
31363         we include <config.h>, <inttypes.h>, <config.h> in that order.
31364         Problem reported by Matthew Woehlke in:
31365         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
31366         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
31367         * lib/fts-cycle.c: Don't include config.h.
31368         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
31369         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
31370         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
31371         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
31372         inttypes.h.
31373         * lib/xstrtoumax.c: Likewise.
31374         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
31375         __strtol and the like, so that this module is more like its siblings.
31376         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
31377         Remove; no longer needed now that we assume gnulib inttypes.h.
31378
31379 2006-10-08  Bruno Haible  <bruno@clisp.org>
31380
31381         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
31382         option.
31383
31384 2006-10-07  Jim Meyering  <jim@meyering.net>
31385
31386         * modules/inttypes (inttypes.h): Revert what seems to have been
31387         an inadvertent part of today's change: use "|", not "/" in the
31388         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
31389
31390 2006-10-07  Bruno Haible  <bruno@clisp.org>
31391
31392         * modules/sublist: New file.
31393
31394 2006-10-07  Bruno Haible  <bruno@clisp.org>
31395
31396         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
31397         * modules/argz (argz.h): Likewise.
31398         * modules/arpa_inet (arpa/inet.h): Likewise.
31399         * modules/byteswap (byteswap.h): Likewise.
31400         * modules/configmake (configmake.h): Likewise.
31401         * modules/fcntl (fcntl.h): Likewise.
31402         * modules/fnmatch (fnmatch.h): Likewise.
31403         * modules/getopt (getopt.h): Likewise.
31404         * modules/glob (glob.h): Likewise.
31405         * modules/inttypes (inttypes.h): Likewise.
31406         * modules/netinet_in (netinet/in.h): Likewise.
31407         * modules/poll (poll.h): Likewise.
31408         * modules/stdbool (stdbool.h): Likewise.
31409         * modules/stdint (stdint.h): Likewise.
31410         * modules/sys_select (sys/select.h): Likewise.
31411         * modules/sys_socket (sys/socket.h): Likewise.
31412         * modules/sys_stat (sys/stat.h): Likewise.
31413         * modules/sysexits (sysexits.h): Likewise.
31414         * modules/unistd (unistd.h): Likewise.
31415         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
31416         Add a "DO NOT EDIT" comment to the generated file.
31417         (func_import): Likewise for gnulib-comp.m4.
31418
31419 2006-10-07  Bruno Haible  <bruno@clisp.org>
31420
31421         * lib/gl_sublist.h: New file.
31422         * lib/gl_sublist.c: New file.
31423
31424 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
31425
31426         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
31427         name (relative to the original working directory) and the file
31428         name component (relative to the temporary working directory).  All
31429         callers changed.
31430         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
31431         * lib/mkdir-p.c (make_dir_parents): Likewise.
31432         * lib/mkdir-p.h (make_dir_parents): Likewise.
31433
31434 2006-10-06  Eric Blake  <ebb9@byu.net>
31435
31436         Define several macros for use by the clean-temp module.
31437         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
31438         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
31439         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
31440
31441         * lib/clean-temp.h (close_stream_temp): New declaration.
31442         * lib/clean-temp.c (includes): Pull in headers according to what
31443         other modules are in use.
31444         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
31445
31446 2006-10-06  Bruno Haible  <bruno@clisp.org>
31447
31448         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
31449         instead of fopen, fwriteerror.
31450
31451 2006-10-06  Bruno Haible  <bruno@clisp.org>
31452
31453         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
31454         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
31455         int.
31456         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
31457         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
31458         Return an error indicator.
31459         Suggested by Eric Blake.
31460
31461 2006-10-06  Bruno Haible  <bruno@clisp.org>
31462
31463         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
31464         Reported by Eric Blake.
31465
31466 2006-10-06  Bruno Haible  <bruno@clisp.org>
31467
31468         * modules/closeout (Description): Mention stderr too.
31469
31470 2006-10-06  Bruno Haible  <bruno@clisp.org>
31471         and Paul Eggert  <eggert@cs.ucla.edu>
31472
31473         * lib/closeout.c (close_stdout): Also close stderr.
31474         * lib/closeout.h: Update comment.
31475
31476 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
31477
31478         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
31479         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
31480         * lib/dirchownmod.c: Include lchown.h.
31481         * lib/lchown.c: Don't include files that lchown.h now includes.
31482         Don't declare chown, since lchown.h now does that.
31483         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
31484         (lchown): Define to rpl_chown if lchown is declared but
31485         does not exist.  Declare using a prototype if lchown is not
31486         declared.  Add a copyright notice.
31487         * lib/mkstemp.h: Include <unistd.h>.
31488         * lib/openat.c: Include lchown.h.
31489
31490         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
31491         we now test for that separately.
31492         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
31493         rather than O_NOFOLLOW, when testing whether it's possible to
31494         avoid a race condition reliably.
31495         * lib/savewd.c (savewd_chdir): Likewise.
31496
31497         Remove macros that are no longer needed now that stdint.h is
31498         reliable.
31499         * lib/fsusage.c (UINTMAX_MAX): Remove.
31500         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
31501         * lib/utimecmp.c (SIZE_MAX): Remove.
31502
31503         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
31504
31505         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
31506         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
31507         O_NOATIME works.
31508
31509 2006-10-05  Bruno Haible  <bruno@clisp.org>
31510
31511         * lib/gl_list.h (gl_sortedlist_search_from_to,
31512         gl_sortedlist_indexof_from_to): New declarations.
31513         (gl_list_implementation): New fields sortedlist_search_from_to,
31514         sortedlist_indexof_from_to.
31515         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
31516         inline functions.
31517         * lib/gl_list.c (gl_sortedlist_search_from_to,
31518         gl_sortedlist_indexof_from_to): New functions.
31519         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
31520         function.
31521         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
31522         (gl_array_sortedlist_search_from_to): New function.
31523         (gl_array_list_implementation): Update.
31524         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
31525         function.
31526         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
31527         (gl_carray_sortedlist_search_from_to): New function.
31528         (gl_carray_list_implementation): Update.
31529         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
31530         gl_linked_sortedlist_indexof_from_to): New functions.
31531         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
31532         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
31533         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
31534         gl_tree_sortedlist_indexof_from_to): New functions.
31535         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
31536         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
31537         Update.
31538         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
31539         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
31540         Update.
31541
31542 2006-10-05  Bruno Haible  <bruno@clisp.org>
31543
31544         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
31545         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
31546         (struct gl_list_implementation): Add fields search_from_to,
31547         indexof_from_to. Remove fields search, indexof.
31548         (gl_list_search): Use the search_from_to method.
31549         (gl_list_search_from, gl_list_search_from_to): New functions.
31550         (gl_list_indexof): Use the indexof_from_to method.
31551         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
31552         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
31553         (gl_list_search_from, gl_list_search_from_to): New functions.
31554         (gl_list_indexof): Use the indexof_from_to method.
31555         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
31556         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
31557         gl_array_indexof. Add start_index, end_index arguments.
31558         (gl_array_search_from_to): Renamed from gl_array_search. Add
31559         start_index, end_index arguments.
31560         (gl_array_remove, gl_array_list_implementation): Update.
31561         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
31562         gl_carray_indexof. Add start_index, end_index arguments.
31563         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
31564         start_index, end_index arguments.
31565         (gl_carray_remove, gl_carray_list_implementation): Update.
31566         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
31567         gl_linked_search. Add start_index, end_index arguments.
31568         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
31569         start_index, end_index arguments.
31570         (gl_linked_remove): Update.
31571         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
31572         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
31573         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
31574         field to 'size_t'.
31575         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
31576         gl_tree_search. Add start_index, end_index arguments.
31577         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
31578         start_index, end_index arguments.
31579         (gl_tree_remove): Update.
31580         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
31581         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
31582         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
31583         function.
31584         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
31585         gl_tree_search. Add start_index, end_index arguments.
31586         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
31587         start_index, end_index arguments.
31588         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
31589         Update.
31590         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
31591
31592 2006-10-05  Bruno Haible  <bruno@clisp.org>
31593
31594         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
31595
31596         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
31597         fwriteerror_temp): New declarations.
31598         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
31599         (descriptors): New variable.
31600         (cleanup): First, close the descriptors.
31601         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
31602         fclose_temp, fwriteerror_temp): New functions.
31603
31604 2006-10-04  Jim Meyering  <jim@meyering.net>
31605
31606         * lib/fts.c (fts_open): Tiny comment change.
31607
31608 2006-10-04  Bruno Haible  <bruno@clisp.org>
31609
31610         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
31611         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
31612         gl_LOCK_BODY.
31613         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
31614         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
31615         gl_LOCK_EARLY_BODY.
31616         (gl_LOCK): Require gl_LOCK_BODY.
31617
31618 2006-10-04  Bruno Haible  <bruno@clisp.org>
31619
31620         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
31621         (gl_oset_search_atleast): New declaration.
31622         (struct gl_oset_implementation): Add field 'search_atleast'.
31623         (gl_oset_search_atleast): New inline function.
31624         * lib/gl_oset.c (gl_oset_search_atleast): New function.
31625         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
31626         (gl_array_oset_implementation): Update.
31627         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
31628         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
31629         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
31630
31631 2006-10-04  Bruno Haible  <bruno@clisp.org>
31632
31633         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
31634
31635 2006-10-03  Bruno Haible  <bruno@clisp.org>
31636
31637         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
31638         from gl_avltreehash_list_implementation.
31639
31640 2006-10-03  Bruno Haible  <bruno@clisp.org>
31641
31642         * lib/gl_oset.c (gl_oset_add): Fix return type.
31643
31644 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
31645
31646         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
31647
31648 2006-10-02  Eric Blake  <ebb9@byu.net>
31649
31650         * modules/strnlen (Depends-on): Add extensions.
31651
31652 2006-10-02  Eric Blake  <ebb9@byu.net>
31653
31654         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
31655         definition in 2.60+.
31656
31657 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
31658
31659         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
31660         checks.
31661
31662 2006-10-02  Bruno Haible  <bruno@clisp.org>
31663
31664         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
31665         to the AUTOMAKE_OPTIONS.
31666         Reported by Jim Meyering.
31667
31668 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
31669
31670         Work around bug in Solaris 10 /proc file system:
31671         /proc/self/fd/NNN/.. isn't the parent directory of
31672         the directory whose file descriptor is NNN.  This needs to
31673         be worked around at run time, not compile time, since a
31674         program might be built on Solaris 8, where things work, and
31675         run on Solaris 10.
31676         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
31677         to use the following interface instead:
31678         (OPENAT_BUFFER_SIZE): New macro.
31679         (openat_proc_name): New function.
31680         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
31681         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
31682         Likewise.
31683         * lib/openat-proc.c: New file.
31684         * modules/openat (Files): Add lib/openat-proc.c.
31685         (Depends-on): Add same-inode, stdbool.
31686         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
31687
31688 2006-09-29  Bruno Haible  <bruno@clisp.org>
31689
31690         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
31691         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
31692         argument. Set stdout_closed before testing for ferror, not after.
31693         (fwriteerror, fwriteerror_no_ebadf): New functions.
31694
31695 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31696
31697         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
31698
31699 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
31700
31701         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
31702         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
31703
31704 2006-09-28  Jim Meyering  <jim@meyering.net>
31705
31706         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
31707         Include <unistd.h>.
31708
31709 2006-09-28  Bruno Haible  <bruno@clisp.org>
31710
31711         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
31712         * modules/linkedhash-list (Depends-on): Likewise.
31713         * modules/rbtreehash-list (Depends-on): Likewise.
31714
31715 2006-09-28  Bruno Haible  <bruno@clisp.org>
31716
31717         * lib/strndup.h: Simplify the redefinition of strndup.
31718         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
31719         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
31720
31721 2006-09-28  Bruno Haible  <bruno@clisp.org>
31722
31723         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
31724         * lib/gl_linkedhash_list.c: Likewise.
31725         * lib/gl_rbtreehash_list.c: Likewise.
31726
31727 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
31728
31729         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
31730         getaddrinfo.
31731
31732         * lib/__fpending.h: Don't include <stdio_ext.h> unless
31733         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
31734         it causes <stdio_ext.h> to cause a compile-time error.
31735         Problem reported by Nelson H. F. Beebe.
31736         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
31737         of HAVE_DECL___PENDING.
31738
31739         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
31740         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
31741         declaration.
31742
31743 2006-09-27  Jim Meyering  <jim@meyering.net>
31744
31745         This file could end up with a definition for a function
31746         named __strndup, rather than rpl_strndup on a system with
31747         incomplete weak_alias support.
31748         * lib/strndup.c (strndup): Rename from __strndup.
31749         Remove #defines that used to map __strndup to strndup.
31750         Don't use K&R prototypes.
31751         Remove LIBC-related code, since this file is not sync'd with glibc.
31752         * lib/strndup.h: Revamp, accordingly.
31753         * m4/strndup.m4: Modernize.
31754
31755 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
31756
31757         * modules/savewd (Depends-on): Add 'raise'.
31758         * lib/savewd.c: Include <signal.h>, for 'raise'.
31759
31760 2006-09-26  Jim Meyering  <jim@meyering.net>
31761
31762         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
31763         when we detect Darwin 8.7.0's acl_get_file bug.
31764         Rearrange to perform the new (below) run-test while $LIBS
31765         contains any acl-related library.  Set USE_ACL at the end.
31766         (gl_ACL_GET_FILE): New function.
31767
31768 2006-09-26  Eric Blake  <ebb9@byu.net>
31769
31770         * lib/verror.c: Include <config.h> unconditionally.
31771
31772 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
31773
31774         * modules/clock-time (Maintainer): Add self.
31775         * modules/getlogin_r (Depends-on): Add extensions.
31776
31777 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31778
31779         * modules/clock-time: New module.
31780         * modules/nanosleep (Depends-on): Add clock-time.
31781         * modules/gethrxtime (Depends-on): Likewise.
31782         * modules/gettime (Depends-on): Likewise.
31783         * modules/settime (Depends-on): Likewise.
31784
31785         * modules/fts-lgpl: Depend on openat.
31786         * modules/mkancesdirs: Depend on savewd.
31787         * modules/mkdir-p: Likewise.
31788
31789 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31790
31791         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
31792
31793         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
31794         `gl_have_arbitrary_file_name_length_limit' to
31795         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
31796         actually works between configure runs.
31797
31798 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31799             Bruno Haible  <bruno@clisp.org>
31800
31801         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
31802
31803 2006-09-25  Jim Meyering  <jim@meyering.net>
31804
31805         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
31806         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
31807
31808 2006-09-25  Eric Blake  <ebb9@byu.net>
31809
31810         * gnulib-tool (func_import, func_create_testdir): Fix typos in
31811         exec's in 2006-09-18 patch when shuffling fds.
31812
31813 2006-09-25  Bruno Haible  <bruno@clisp.org>
31814
31815         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
31816         Reported by Jim Meyering.
31817
31818 2006-09-24  Jim Meyering  <jim@meyering.net>
31819
31820         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
31821         compare a pointer against a literal "0".  That caused failures with
31822         at least HP-UX's hpcc.
31823
31824 2006-09-22  Simon Josefsson  <jas@extundo.com>
31825
31826         * modules/gc-sha1:
31827         * modules/gc-md4:
31828         * modules/gc-hmac-sha1:
31829         * modules/gc-hmac-md5:
31830         * modules/gc-des:
31831         * modules/gc-arcfour: Distribute more files.
31832
31833 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31834
31835         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
31836         (gl_linked_iterator_from_to): Initialize struct completely.
31837         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
31838         (gl_tree_iterator_from_to): Likewise
31839         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
31840         * lib/gl_array_list.c [lint] (gl_array_iterator)
31841         (gl_array_iterator_from_to): Likewise.
31842         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
31843         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
31844         (gl_carray_iterator_from_to): Likewise.
31845
31846         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
31847         * lib/md4.c (md4_process_block): Remove unused variable.
31848         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
31849         parentheses for clarity.
31850
31851 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31852
31853         * modules/bison-i18n (Depends-on): Add gettext.
31854
31855 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31856
31857         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
31858         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
31859         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
31860         also add missing comma that caused broken test.
31861         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
31862         stdlib.h, for `abort'.
31863         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
31864         variables.
31865         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
31866         include unistd.h if present, for `rmdir'.
31867         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
31868         variables.
31869         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
31870         in the process include standard headers for prototypes.
31871         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
31872         gets declared on GNU/Linux.
31873         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
31874         unistd.h, for `rmdir'.
31875         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
31876
31877         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
31878         always true.
31879         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
31880
31881         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
31882
31883 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31884
31885         * gnulib-tool (func_version): Create output all at once.  This
31886         may help avoid triggering unnecessary SIGPIPEs, and at any
31887         rate it doesn't hurt.
31888
31889 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31890             Bruno Haible  <bruno@clisp.org>
31891
31892         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
31893         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
31894         * m4/signed.m4 (bh_C_SIGNED): Likewise.
31895
31896         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
31897         (gl_FUNC_VASPRINTF): Invoke it.
31898
31899 2006-09-22  Bruno Haible  <bruno@clisp.org>
31900
31901         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
31902         getloadavg.c as first argument.
31903
31904 2006-09-22  Bruno Haible  <bruno@clisp.org>
31905
31906         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
31907         at the beginning of the gl_INIT macro.
31908         * modules/getloadavg (configure.ac): Pass $gl_source_base to
31909         gl_GETLOADAVG.
31910
31911 2006-09-22  Bruno Haible  <bruno@clisp.org>
31912
31913         * gnulib-tool (func_create_megatestdir): Don't include the config-h
31914         module.
31915         Suggested by Ralf Wildenhues.
31916
31917 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
31918
31919         Import this patch from libc:
31920
31921         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
31922
31923         * lib/regex_internal.c (re_string_reconstruct): Handle
31924         offset < pstr->valid_raw_len && pstr->offsets_needed case.
31925         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
31926         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
31927         re_string_context_at.
31928
31929         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
31930         now requires it.
31931         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
31932         gl_REGEX now does it for us.
31933         (gl_REGEX): Add test taken from
31934         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
31935
31936         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
31937         Check that large offsets work.  Modernize Autoconf usages.
31938         Prefer "yes" to mean a good thing rather than a bad.
31939         Don't put "#define mkstemp" in config.h, as this might interfere
31940         with standard system headers that "#define mkstemp mkstemp64".
31941
31942         * modules/mkstemp (Depends-on): Add extensions, so that
31943         mkstemp is visible on some platforms.
31944         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
31945         (Include): Change to "mkstemp.h" from <stdlib.h>.
31946         (Files): Add mkstemp.h.
31947
31948         * lib/mkstemp.h: New file, since some standard headers
31949         #define mkstemp.
31950         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
31951         Include "mkstemp.h".
31952         Make the _LIBC code resemble glibc original more,
31953         e.g., use K&R style.
31954         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
31955         (mkstemp): Remove, since mkstemp.h does this for us.
31956         * lib/stdlib--.h: Include mkstemp.h.
31957
31958         Import this patch from libc:
31959
31960         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
31961
31962         * lib/tempname.c (__gen_tempname): Change attempts_min
31963         into a macro.  Use preprocessor to decide how to initialize
31964         attempts [Coverity CID 67].
31965
31966 2006-09-20  Bruno Haible  <bruno@clisp.org>
31967
31968         * lib/mkdtemp.c: Import from libc.
31969         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
31970                 * sysdeps/posix/tempname.c (__gen_tempname): Change
31971                 attempts_min into a macro.  Use preprocessor to decide how to
31972                 initialize attempts [Coverity CID 67].
31973         2001-11-27  Paul Eggert  <eggert@twinsun.com>
31974                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
31975                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
31976
31977 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31978
31979         * gnulib-tool (func_exit): New function, to allow to pass the
31980         exit status portably through the trap.  Use everywhere.
31981         (--help, --version): Signal a write error.
31982         (trap): catch SIGPIPE, for write errors.
31983         Exit at the end of the trap, with the correct exit status.
31984
31985 2006-09-19  Karl Berry  <karl@gnu.org>
31986
31987         * doc/gnulib.texi: note about the license texinfo files.
31988
31989 2006-09-19  Eric Blake  <ebb9@byu.net>
31990
31991         * gnulib-tool: Avoid space-tab.
31992
31993 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
31994
31995         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
31996         that prevented coreutils 6.1 from building.  Problem reported
31997         by Petter Reinholdtsen.
31998
31999 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
32000
32001         * gnulib-tool (avoidlist): Fix typo that broke options like
32002         --avoid=lock that are used by coreutils bootstrap.
32003
32004 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
32005
32006         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
32007         more systematically.
32008
32009 2006-09-18  Jim Meyering  <jim@meyering.net>
32010
32011         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
32012
32013 2006-09-18  Bruno Haible  <bruno@clisp.org>
32014
32015         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
32016
32017 2006-09-18  Bruno Haible  <bruno@clisp.org>
32018
32019         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
32020         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
32021         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
32022         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
32023         * m4/gettext.m4: Require autoconf >= 2.52.
32024         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
32025         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
32026         of gl_cv_header_inttypes_h.
32027
32028 2006-09-18  Bruno Haible  <bruno@clisp.org>
32029
32030         * lib/javaversion.c: Include configmake.h.
32031
32032 2006-09-18  Bruno Haible  <bruno@clisp.org>
32033
32034         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
32035         avoid that the while loops be executed in a subshell.
32036
32037 2006-09-18  Bruno Haible  <bruno@clisp.org>
32038
32039         * MODULES.html.sh (func_module): Break long lines.
32040         Suggested by Bruce Korb <bkorb@gnu.org>.
32041
32042 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32043
32044         Speed up by a factor of 1.12.
32045         * gnulib-tool (nl): New variable.
32046         (func_import): Rewrite include directive extraction to only read each
32047         directive once.
32048
32049 2006-09-17  Bruno Haible  <bruno@clisp.org>
32050
32051         * modules/javaversion (Makefile.am): Remove DEFS setting.
32052         (Depends-on): Add configmake, for PKGDATADIR definition.
32053
32054 2006-09-17  Bruno Haible  <bruno@clisp.org>
32055
32056         * gnulib-tool (func_create_testdir): Rewrite all files at once.
32057
32058 2006-09-17  Bruno Haible  <bruno@clisp.org>
32059
32060         * gnulib-tool (func_append): New function, stolen from libtool.m4.
32061         (func_modules_transitive_closure, func_modules_add_dummy,
32062         func_modules_to_filelist, func_import, func_create_testdir,
32063         func_create_megatestdir, ...): Use it wherever possible.
32064         Suggested by Ralf Wildenhues.
32065
32066 2006-09-16  Karl Berry  <karl@gnu.org>
32067
32068         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
32069         to avoid sectioning errors.
32070         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
32071         [ifinfo]: blank line after @center-ed titles.
32072         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
32073         Spell FSF address consistently with others.
32074         (These changes approved by rms.)
32075
32076 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32077
32078         Speed up by a factor of 1.61.
32079         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
32080         already checked module names again.
32081
32082 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32083
32084         Speed up by a factor of 1.13.
32085         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
32086         for new_files, and the input to func_add_or_update.
32087
32088 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32089
32090         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
32091         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
32092
32093 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
32094
32095         * modules/mkancesdirs (Depends-on): Add fcntl.
32096         * modules/savewd: New file.
32097         * MODULES.html.sh (File system functions): Add savewd.
32098
32099         * modules/configmake (Makefile.am): Add support for the
32100         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
32101
32102 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
32103
32104         * m4/savewd.m4: New file.
32105
32106 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
32107
32108         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
32109         (dirchownmod): New arg FD.  All callers changed.
32110         Use FD rather than opening the directory ourself, as opening is
32111         now the caller's responsibility.
32112         * lib/dirchownmod.h: Likewise.
32113         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
32114         hosts that require <sys/types.h> before <sys/stat.h>.  Include
32115         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
32116         (test_dir): Remove.
32117         (mkancesdirs): Return length of prefix of FILE that has already
32118         been made, or -2 if there is a child doing the work.  Redo
32119         algorithm so that it is O(N) rather than O(N**2).  Optimize away
32120         ".", and treat ".." specially since it might stray back into
32121         already-created areas.  Use a subprocess if necessary.  New arg
32122         WD; all users changed.  MAKE_DIR function should now return 1
32123         if it creates a directory that is not readable.  Return -2 if
32124         a child process is spun off.
32125         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
32126         Adjust signature to match code.
32127         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
32128         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
32129         all users changed.
32130         * lib/savewd.c, lib/savewd.h: New files.
32131
32132 2006-09-15  Jim Meyering  <jim@meyering.net>
32133
32134         * modules/rename-dest-slash: New module.
32135         * MODULES.html.sh (posix_compat): Add it here.
32136
32137         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
32138
32139 2006-09-15  Jim Meyering  <jim@meyering.net>
32140
32141         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
32142         file.
32143
32144         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
32145
32146 2006-09-15  Jim Meyering  <jim@meyering.net>
32147
32148         * lib/rename-dest-slash.c (has_trailing_slash): Use
32149         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
32150         (rpl_rename_dest_slash): Perform the cheaper trailing slash
32151         test before testing whether SRC is a directory.
32152         Suggestions from Bruno Haible.
32153
32154         Avoid a warning about an unused variable.
32155         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
32156         into the #ifdef block where it's used.
32157
32158         * lib/rename-dest-slash.c: New file.
32159
32160 2006-09-14  Bruno Haible  <bruno@clisp.org>
32161
32162         * lib/allocsa.c: Include <config.h> unconditionally.
32163         * lib/asnprintf.c: Likewise.
32164         * lib/asprintf.c: Likewise.
32165         * lib/c-strcasecmp.c: Likewise.
32166         * lib/c-strcasestr.c: Likewise.
32167         * lib/c-strncasecmp.c: Likewise.
32168         * lib/c-strstr.c: Likewise.
32169         * lib/classpath.c: Likewise.
32170         * lib/clean-temp.c: Likewise.
32171         * lib/concatpath.c: Likewise.
32172         * lib/copy-file.c: Likewise.
32173         * lib/csharpcomp.c: Likewise.
32174         * lib/csharpexec.c: Likewise.
32175         * lib/execute.c: Likewise.
32176         * lib/fatal-signal.c: Likewise.
32177         * lib/findprog.c: Likewise.
32178         * lib/fwriteerror.c: Likewise.
32179         * lib/gl_array_list.c: Likewise.
32180         * lib/gl_array_oset.c: Likewise.
32181         * lib/gl_avltree_list.c: Likewise.
32182         * lib/gl_avltree_oset.c: Likewise.
32183         * lib/gl_avltreehash_list.c: Likewise.
32184         * lib/gl_carray_list.c: Likewise.
32185         * lib/gl_linked_list.c: Likewise.
32186         * lib/gl_linkedhash_list.c: Likewise.
32187         * lib/gl_list.c: Likewise.
32188         * lib/gl_oset.c: Likewise.
32189         * lib/gl_rbtree_list.c: Likewise.
32190         * lib/gl_rbtree_oset.c: Likewise.
32191         * lib/gl_rbtreehash_list.c: Likewise.
32192         * lib/imaxabs.c: Likewise.
32193         * lib/imaxdiv.c: Likewise.
32194         * lib/javacomp.c: Likewise.
32195         * lib/javaexec.c: Likewise.
32196         * lib/javaversion.c: Likewise.
32197         * lib/linebreak.c: Likewise.
32198         * lib/localcharset.c: Likewise.
32199         * lib/lock.c: Likewise.
32200         * lib/mbchar.c: Likewise.
32201         * lib/mbswidth.c: Likewise.
32202         * lib/mkdtemp.c: Likewise.
32203         * lib/pipe.c: Likewise.
32204         * lib/printf-args.c: Likewise.
32205         * lib/printf-parse.c: Likewise.
32206         * lib/progname.c: Likewise.
32207         * lib/progreloc.c: Likewise.
32208         * lib/readlink.c: Likewise.
32209         * lib/sh-quote.c: Likewise.
32210         * lib/stpcpy.c: Likewise.
32211         * lib/stpncpy.c: Likewise.
32212         * lib/strcasecmp.c: Likewise.
32213         * lib/strcasestr.c: Likewise.
32214         * lib/strcspn.c: Likewise.
32215         * lib/striconv.c: Likewise.
32216         * lib/strncasecmp.c: Likewise.
32217         * lib/strnlen1.c: Likewise.
32218         * lib/strstr.c: Likewise.
32219         * lib/strtok_r.c: Likewise.
32220         * lib/tls.c: Likewise.
32221         * lib/tmpdir.c: Likewise.
32222         * lib/unicodeio.c: Likewise.
32223         * lib/unsetenv.c: Likewise.
32224         * lib/vasnprintf.c: Likewise.
32225         * lib/vasprintf.c: Likewise.
32226         * lib/wait-process.c: Likewise.
32227         * lib/xallocsa.c: Likewise.
32228         * lib/xsetenv.c: Likewise.
32229         * lib/xstriconv.c: Likewise.
32230
32231 2006-09-13  Simon Josefsson  <jas@extundo.com>
32232
32233         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
32234         that internally, suggested by Ralf Wildenhues
32235         <Ralf.Wildenhues@gmx.de>.
32236
32237 2006-09-13  Simon Josefsson  <jas@extundo.com>
32238
32239         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
32240         @LIBOBJS@.
32241         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32242
32243 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
32244
32245         * lib/_fpending.c: Include <config.h> unconditionally, since we no
32246         longer worry about uses that don't define HAVE_CONFIG_H.
32247         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
32248         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
32249         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
32250         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
32251         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
32252         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
32253         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
32254         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
32255         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
32256         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
32257         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
32258         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
32259         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
32260         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
32261         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
32262         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
32263         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
32264         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
32265         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
32266         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
32267         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
32268         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
32269         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
32270         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
32271         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
32272         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
32273         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
32274         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
32275         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
32276         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
32277         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
32278         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
32279         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
32280         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
32281         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
32282         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
32283         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
32284         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
32285         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
32286         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
32287         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
32288         Likewise.
32289
32290 2006-09-13  Eric Blake  <ebb9@byu.net>
32291
32292         * lib/getopt.c: Fix typo in last commit.
32293
32294 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
32295
32296         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
32297         dgettext.
32298
32299 2006-09-12  Jim Meyering  <jim@meyering.net>
32300
32301         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
32302         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
32303         Reported by Nelson H. F. Beebe.
32304
32305 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
32306
32307         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
32308         program_invocation_name and program_invocation_short_name are
32309         initialized.
32310         * lib/argp-namefrob.h: Move declarations of program_invocation_name
32311         and program_invocation_short_name to argp.h, so they are visible
32312         to user programs.
32313         * lib/argp.h: Likewise
32314
32315 2006-09-10  Bruno Haible  <bruno@clisp.org>
32316
32317         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
32318         m4/inttypes_h.m4, m4/uintmax_t.m4.
32319
32320 2006-09-10  Bruno Haible  <bruno@clisp.org>
32321
32322         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
32323         gl_AC_TYPE_UINTMAX_T.
32324
32325 2006-09-10  Bruno Haible  <bruno@clisp.org>
32326
32327         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
32328
32329 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32330
32331         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
32332         convention.  Text proposed by Bruno Haible.
32333         (struct argp_option): Document the use of N_() wrappers.
32334
32335         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
32336         '\v', and translate the two parts separately, instead of feeding
32337         the whole string to gettext.  This allows to exclude
32338         '\v' from the strings visible to the translator by writing doc
32339         strings as N_("..") "\v" N_("..").
32340
32341 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
32342
32343         * config/srclist.txt: Undo latest change; the bug was fixed.
32344
32345 2006-09-09  Bruno Haible  <bruno@clisp.org>
32346
32347         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
32348         assignments if building a library without libtool.
32349         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
32350         in func_emit_lib_Makefile_am.
32351         (func_import): When building a static library libfoo.a, arrange to
32352         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
32353         (func_create_testdir): Likewise.
32354         * modules/gc (configure.ac, Makefile.am): If building statically,
32355         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
32356         * modules/iconvme (configure.ac, Makefile.am): Likewise.
32357         * modules/striconv (configure.ac, Makefile.am): Likewise.
32358         Based on a suggestion by Ralf Wildenhues.
32359
32360 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
32361
32362         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
32363         Check for unistd.h too, since Autoconf doesn't assume POSIX.
32364         Also:
32365
32366         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
32367         Add year_2050_test to catch glibc bug 2821
32368         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
32369
32370         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32371         Prefer #ifdef to #if.
32372
32373         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
32374         Return from 'main' instead of calling 'exit'.
32375
32376 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
32377
32378         * lib/mktime.c (guess_time_tm): Fix bug where mktime
32379         returned the maximum time_t value rather than (time_t) -1.
32380         Problem originally reported by William Bardwell
32381         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
32382
32383         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
32384         Moved to here ...
32385         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
32386         ... from here.
32387
32388 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
32389
32390         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
32391         2821 is fixed.
32392
32393 2006-09-08  Jim Meyering  <jim@meyering.net>
32394
32395         Don't make generated files read-only.  That would bother too many
32396         people.  However, do retain the ability to work when targets are
32397         read-only: remove the destination and temporary files before writing
32398         them (when generated via sed or echo), or by using the -f option for
32399         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
32400         * modules/alloca-opt, modules/argz, modules/arpa_inet:
32401         * modules/byteswap, modules/configmake, modules/fcntl:
32402         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
32403         * modules/localcharset, modules/netinet_in, modules/poll:
32404         * modules/stdbool, modules/stdint, modules/sys_select:
32405         * modules/sys_socket, modules/sys_stat, modules/sysexits:
32406
32407 2006-09-08  Jim Meyering  <jim@meyering.net>
32408
32409         Avoid new build failure on FreeBSD 6.0.
32410         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
32411         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
32412         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
32413
32414 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32415
32416         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
32417
32418 2006-09-07  Jim Meyering  <jim@meyering.net>
32419
32420         Fix global typo in last change: use chmod u-w, not chmod u-x.
32421         Spotted by Paul Eggert and Bruce Korb.
32422         * modules/alloca-opt, modules/argz, modules/arpa_inet:
32423         * modules/byteswap, modules/configmake, modules/fcntl:
32424         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
32425         * modules/localcharset, modules/netinet_in, modules/poll:
32426         * modules/stdbool, modules/stdint, modules/sys_select:
32427         * modules/sys_socket, modules/sys_stat, modules/sysexits:
32428
32429 2006-09-06  Jim Meyering  <jim@meyering.net>
32430
32431         Make generated files be read-only.
32432         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
32433         Ensure that each generated file is now read-only.
32434         * modules/argz: Likewise.
32435         * modules/arpa_inet: Likewise.
32436         * modules/byteswap: Likewise.
32437         * modules/configmake: Likewise.
32438         * modules/fcntl: Likewise.
32439         * modules/fnmatch: Likewise.
32440         * modules/getopt: Likewise.
32441         * modules/glob: Likewise.
32442         * modules/inttypes: Likewise.
32443         * modules/netinet_in: Likewise.
32444         * modules/poll: Likewise.
32445         * modules/stdbool: Likewise.
32446         * modules/stdint: Likewise.
32447         * modules/sys_select: Likewise.
32448         * modules/sys_socket: Likewise.
32449         * modules/sys_stat: Likewise.
32450         * modules/sysexits: Likewise.
32451         * modules/localcharset: Same as above, but continue using temporary
32452         file named "t-$@" (why different?) rather than the "$@-t" used
32453         everywhere else.
32454
32455         * modules/sysexits (Makefile.am): Replace literal occurrences
32456         of "sysexit.h" more readable, and more consistent, "$@".
32457
32458 2006-09-06  Bruno Haible  <bruno@clisp.org>
32459
32460         * modules/striconv: New file.
32461         * modules/xstriconv: New file.
32462         * MODULES.html.sh (Internationalization functions): Add striconv,
32463         xstriconv.
32464
32465 2006-09-06  Bruno Haible  <bruno@clisp.org>
32466
32467         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
32468         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
32469         not using libtool correctly.
32470
32471 2006-09-06  Bruno Haible  <bruno@clisp.org>
32472
32473         * lib/striconv.h: New file.
32474         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
32475         iconvstring.c.
32476         * lib/xstriconv.h: New file.
32477         * lib/xstriconv.c: New file.
32478
32479 2006-09-06  Bruno Haible  <bruno@clisp.org>
32480
32481         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
32482         lib_..._LDFLAGS.
32483
32484 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32485
32486         * lib/argz_.h: Sync from Libtool.
32487
32488         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
32489                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
32490
32491         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
32492
32493 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
32494
32495         * modules/trim: New file.
32496
32497 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
32498
32499         * lib/trim.h: New file.
32500         * lib/trim.c: New file.
32501
32502 2006-09-05  Bruno Haible  <bruno@clisp.org>
32503
32504         * MODULES.html.sh (String handling): Add trim.
32505
32506 2006-09-04  Karl Berry  <karl@gnu.org>
32507
32508         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
32509         until next release.
32510
32511 2006-09-03  Bruno Haible  <bruno@clisp.org>
32512
32513         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
32514         correctly.
32515
32516 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
32517
32518         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
32519         not gl_GETLOADAVG.  Omit unneeded semicolons.
32520         Problems reported by Ralf Wildenhues in
32521         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
32522         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
32523         at the end, which is the usual gnulib style.
32524
32525         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
32526         of doing all the work ourselves.
32527         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
32528         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
32529
32530 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
32531
32532         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
32533         Problem reported by Ralf Wildenhues in
32534         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
32535
32536         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
32537         HAVE_STRUCT_STATFS_F_FSTYPENAME.
32538
32539 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
32540
32541         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
32542         yesterday's patch by changing test -n to test -z.
32543
32544 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32545
32546         * modules/getloadavg (Files): Add m4/getloadavg.m4.
32547         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
32548         the former is now obsolescent.
32549
32550         * modules/chdir-long (Depends-on): Add fcntl.
32551
32552 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32553
32554         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
32555         obsolescent, and programs should use gnulib instead.
32556         * m4/getloadavg.m4: New file, with contents taken from Autoconf
32557         but with prefixes changed.
32558
32559 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
32560
32561         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
32562         or stdbool.h, because they might not exist while configuring.
32563
32564         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
32565         Don't include unistd.h or limits.h; not needed, since chdir-long.h
32566         does that for us.
32567         (O_DIRECTORY): Remove.
32568
32569 2006-08-31  Eric Blake  <ebb9@byu.net>
32570
32571         * gnulib-tool: Don't let emacs change spaces to TAB.
32572
32573 2006-08-31  Bruno Haible  <bruno@clisp.org>
32574
32575         * gnulib-tool: When calling func_import more than once, do it in a
32576         subshell.
32577         Reported by Eric Blake <ebb9@byu.net>.
32578
32579 2006-08-31  Bruno Haible  <bruno@clisp.org>
32580
32581         * gnulib-tool (nl): Remove variable.
32582         (sed_transform_lib_file): Use more robust test for config-h module.
32583         (func_import): Fix typo in 2006-08-25 patch.
32584
32585 2006-08-31  Bruno Haible  <bruno@clisp.org>
32586
32587         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
32588         specified, augment Makefile.am variables instead of assigning them.
32589
32590 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
32591
32592         Work around a bug in both the Linux and SunOS 64-bit kernels:
32593         nanosleep mishandles sleeps for longer than 2**31 seconds.
32594         Problem reported by Frank v Waveren in
32595         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
32596         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
32597         Check for nanosleep bug.
32598         (LIB_NANOSLEEP): Append clock_gettime library if needed.
32599
32600 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
32601
32602         Work around a bug in both the Linux and SunOS 64-bit kernels:
32603         nanosleep mishandles sleeps for longer than 2**31 seconds.
32604         Problem reported by Frank v Waveren in
32605         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
32606         * lib/nanosleep.c (BILLION): New constant.
32607         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
32608         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
32609         implementation.
32610
32611 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
32612
32613         * modules/nanosleep (Depends-on): Add gettime.
32614
32615 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
32616         and Simon Josefsson  <jas@extundo.com>
32617         and Oskar Liljeblad  <oskar@osk.mine.nu>
32618
32619         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
32620         * gnulib-tool (func_import): New license type 'unmodifiable license
32621         text'.
32622         * modules/fdl: Use it.  Longer description.
32623         * module/gpl, module/lgpl: New files.
32624
32625 2006-08-30  Jim Meyering  <jim@meyering.net>
32626
32627         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
32628         shadowing the parameter.
32629
32630 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32631
32632         Sync from Libtool:
32633
32634         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32635
32636         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
32637         sharing with gnulib.  Report by Eric Blake.
32638
32639 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
32640
32641         * modules/isapipe: New file.
32642         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
32643
32644 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
32645
32646         * modules/configmake (Makefile.am): Add a comment, and omit
32647         the CONFIGMAKE_ prefix from generated macro names.  Suggested
32648         by Bruno Haible.
32649
32650 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
32651
32652         * m4/isapipe.m4: New file.
32653
32654 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
32655
32656         * lib/isapipe.c, lib/isapipe.h: New files.
32657
32658 2006-08-29  Jim Meyering  <jim@meyering.net>
32659
32660         * modules/configmake (Makefile.am): Make configmake.h depend on
32661         Makefile.  Otherwise, a stale configmake.h could hang around.
32662
32663 2006-08-29  Eric Blake  <ebb9@byu.net>
32664
32665         * lib/error.c (error_at_line, print_errno_message): Match libc, after
32666         resolution of upstream bug 3044.
32667
32668 2006-08-29  Bruno Haible  <bruno@clisp.org>
32669
32670         * modules/localcharset (Depends-on): Add configmake.
32671         (Makefile.am): Remove setting of LIBDIR through DEFS.
32672
32673 2006-08-29  Bruno Haible  <bruno@clisp.org>
32674
32675         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
32676         defined.
32677
32678 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
32679
32680         * modules/fcntl: New file.
32681         * modules/chdir-safer (Depends-on): Add fcntl.
32682         * modules/fts: Likewise.
32683         * modules/mkdir-p: Likewise.
32684
32685         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
32686         This undoes the most recent change, since we're now addressing the
32687         problem in a different way.
32688
32689         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
32690         into output, since the output might be called Makefile.am even
32691         if $makefile_name is something different.
32692         (func_import): Use $makefile_am rather than
32693         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
32694         empty.
32695
32696         * modules/inttypes (Files): Add m4/inttypes-h.m4.
32697
32698 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
32699
32700         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
32701         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
32702         recent change to stdint.m4, since we're now addressing the problem in a
32703         different way.
32704
32705 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
32706
32707         * m4/fcntl_h.m4: New file.
32708
32709 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
32710
32711         * lib/fcntl_.h: New file.
32712         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
32713         the fcntl module.
32714         * lib/dirchownmod.c: Likewise.
32715         * lib/fts.c: Likewise.
32716
32717         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
32718         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
32719         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
32720         just before including <inttypes.h>, to avoid circular inclusion.
32721
32722 2006-08-28  Jim Meyering  <jim@meyering.net>
32723
32724         * doc/visibility.texi: Actually read and correct the grammar of the
32725         sentence affected by yesterday's change.
32726
32727 2006-08-28  Eric Blake  <ebb9@byu.net>
32728
32729         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
32730         needs wrapper.
32731
32732 2006-08-28  Eric Blake  <ebb9@byu.net>
32733
32734         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
32735
32736 2006-08-28  Eric Blake  <ebb9@byu.net>
32737
32738         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
32739
32740 2006-08-28  Bruno Haible  <bruno@clisp.org>
32741
32742         * modules/c-strstr: New file, from GNU gettext.
32743         * MODULES.html.sh (String handling): Add c-strstr.
32744
32745 2006-08-28  Bruno Haible  <bruno@clisp.org>
32746
32747         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
32748         macros.
32749         Reported by Eric Blake.
32750
32751 2006-08-28  Bruno Haible  <bruno@clisp.org>
32752
32753         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
32754         (VASNPRINTF): Return a string of length > INT_MAX without failing.
32755         * lib/vasprintf.c: Include errno.h, limits.h.
32756         (EOVERFLOW): New fallback definition.
32757         (vasprintf): Test here whether the string length is > INT_MAX.
32758         * lib/vsnprintf.c: Include errno.h, limits.h.
32759         (EOVERFLOW): New fallback definition.
32760         (vsnprintf): Fix bug when generated string was too long for the buffer.
32761         Test here whether the string length is > INT_MAX.
32762
32763 2006-08-28  Bruno Haible  <bruno@clisp.org>
32764
32765         * lib/inttypes_.h (SCNX*): Remove definitions.
32766         Reported by Eric Blake.
32767
32768 2006-08-28  Bruno Haible  <bruno@clisp.org>
32769
32770         * lib/c-strstr.h: New file, from GNU gettext.
32771         * lib/c-strstr.c: New file, from GNU gettext.
32772
32773 2006-08-28  Bruno Haible  <bruno@clisp.org>
32774
32775         * gnulib-tool: Reorder some statements.
32776
32777 2006-08-28  Bruno Haible  <bruno@clisp.org>
32778
32779         * gnulib-tool: New option --makefile-name.
32780         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
32781         $makefile_name.
32782         (func_import): Write $makefile_name to the cache file, and read it from
32783         there unless explicitly specified. Use $makefile_name as file name
32784         instead of Makefile.am. Adjust the recommendations accordingly.
32785
32786 2006-08-28  Bruno Haible  <bruno@clisp.org>
32787
32788         * gnulib-tool (func_verify_module): Check against misapplying patch.
32789
32790 2006-08-28  Bruno Haible  <bruno@clisp.org>
32791
32792         * gnulib-tool (func_relativize, func_relconcat): New functions.
32793         Give an error if --local-dir is given with --update.
32794         Remove trailing slashes from $local_gnulib_dir.
32795         (func_import): Store the relativized $local_gnulib_dir in
32796         gnulib-cache.m4, and read it from there if not specified explicitly.
32797
32798 2006-08-28  Bruno Haible  <bruno@clisp.org>
32799
32800         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
32801         is the current directory. Respect also $local_gnulib_dir.
32802
32803 2006-08-28  Bruno Haible  <bruno@clisp.org>
32804             Simon Josefsson  <jas@extundo.com>
32805
32806         BeOS portability.
32807         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
32808
32809 2006-08-27  Jim Meyering  <jim@meyering.net>
32810
32811         * doc/visibility.texi: Remove duplicate word: "pointer".
32812
32813 2006-08-26  Bruno Haible  <bruno@clisp.org>
32814
32815         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
32816         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
32817         (Makefile.am): Create inttypes.h from inttypes_.h.
32818         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
32819
32820         * modules/imaxabs: New file.
32821
32822         * modules/imaxdiv: New file.
32823
32824 2006-08-26  Bruno Haible  <bruno@clisp.org>
32825
32826         * m4/inttypes.m4: New file.
32827         * m4/_inttypes_h.m4: Remove file.
32828         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
32829         PRI_MACROS_BROKEN.
32830         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
32831
32832         * m4/imaxabs.m4: New file.
32833
32834         * m4/imaxdiv.m4: New file.
32835
32836 2006-08-26  Bruno Haible  <bruno@clisp.org>
32837
32838         * lib/inttypes_.h: New file.
32839         * lib/inttypes.h: Remove file.
32840         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
32841
32842         * lib/imaxabs.c: New file.
32843
32844         * lib/imaxdiv.c: New file.
32845
32846 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32847
32848         New config-h module, so that "make" output needn't be cluttered
32849         by -DHAVE_CONFIG_H.
32850         * MODULES.html.sh (Support for building libraries and executables):
32851         Add config-h.
32852         * modules/config-h: New file.
32853         * gnulib-tool (nl, sed_transform_lib_file): New vars.
32854         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
32855         the config-h module is used.
32856
32857         New configmake module, so that "make" output needn't be cluttered
32858         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
32859         * MODULES.html.sh (Support for building libraries and executables):
32860         Add configmake.
32861         * modules/configmake: New file.
32862
32863 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
32864
32865         * m4/config-h.m4: New file.
32866
32867 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32868
32869         * config/srclist.txt: Add elisp-comp.
32870
32871 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
32872
32873         * MODULES.html.sh (Support for building libraries and executables):
32874         Add elisp-comp.
32875         * build-aux/elisp-comp: New file.
32876         * modules/elisp-comp: New file.
32877
32878 2006-08-24  Bruno Haible  <bruno@clisp.org>
32879
32880         * gnulib-tool (func_create_testdir): Use non-default values of
32881         sourcebase and m4base.
32882
32883 2006-08-24  Bruno Haible  <bruno@clisp.org>
32884
32885         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
32886         HTML structure.
32887
32888 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
32889
32890         * modules/openat (Depends-on): Add lchown.
32891
32892 2006-08-23  Bruno Haible  <bruno@clisp.org>
32893
32894         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
32895         of gl_LOCK_EARLY instead of gl_LOCK.
32896
32897 2006-08-23  Bruno Haible  <bruno@clisp.org>
32898
32899         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
32900         on OSF/1 to no.
32901         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
32902
32903 2006-08-23  Bruno Haible  <bruno@clisp.org>
32904
32905         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
32906         as unusable.
32907
32908         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
32909         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
32910         (gl_LOCK): New macro.
32911
32912 2006-08-22  Simon Josefsson  <jas@extundo.com>
32913
32914         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
32915         to md5 module.
32916
32917 2006-08-22  Simon Josefsson  <jas@extundo.com>
32918
32919         * MODULES.html.sh: Add "Support for maintaining and release
32920         projects".
32921
32922         * build-aux/gnupload: New file, from coreutils.
32923
32924 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
32925
32926         Avoid the need for AC_LIBSOURCES in m4 macros.
32927         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
32928         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
32929         * modules/check-version (EXTRA_DIST): Add check-version.h.
32930         * modules/crc (EXTRA_DIST): Add crc.h.
32931         * modules/des (EXTRA_DIST): Add des.h.
32932         * modules/gc (EXTRA_DIST): Add gc.h.
32933         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
32934         * modules/getline (EXTRA_DIST): Add getline.h.
32935         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
32936         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
32937         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
32938         * modules/md2 (EXTRA_DIST): Add md2.h.
32939         * modules/md4 (EXTRA_DIST): Add md4.h.
32940         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
32941         * modules/read-file (EXTRA_DIST): Add read-file.h.
32942         * modules/readline (EXTRA_DIST): Add readline.h.
32943         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
32944         rijndael-api-fst.h.
32945
32946 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
32947
32948         * m4/rijndael.m4 (gl_ARCFOUR):
32949         * m4/arctwo.m4 (gl_ARCTWO):
32950         * m4/check-version.m4 (gl_CHECK_VERSION):
32951         * m4/crc.m4 (gl_CRC):
32952         * m4/des.m4 (gl_DES):
32953         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
32954         * m4/gc.m4 (gl_GC):
32955         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
32956         * m4/getline.m4 (gl_FUNC_GETLINE):
32957         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
32958         * m4/hmac-md5.m4 (gl_HMAC_MD5):
32959         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
32960         * m4/md2.m4 (gl_MD2):
32961         * m4/md4.m4 (gl_MD4):
32962         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
32963         * m4/read-file.m4 (gl_FUNC_READ_FILE):
32964         * m4/readline.m4 (gl_FUNC_READLINE):
32965         * m4/rijndael.m4 (gl_RIJNDAEL):
32966         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
32967         to get the necessary .h files and whatnot.
32968
32969 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
32970
32971         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
32972         gnulib rather than the other way around.
32973         * config/srclistvars.sh (COREUTILS): Remove.
32974
32975 2006-08-22  Jim Meyering  <jim@meyering.net>
32976
32977         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
32978
32979         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
32980
32981 2006-08-22  Eric Blake  <ebb9@byu.net>
32982
32983         * modules/regexprops-generic: New file.
32984         * MODULES.html.sh (Support for building documentation): List it.
32985
32986 2006-08-22  Eric Blake  <ebb9@byu.net>
32987
32988         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
32989         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
32990         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
32991         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
32992
32993 2006-08-22  Bruno Haible  <bruno@clisp.org>
32994
32995         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
32996         and lib_LTLIBRARIES like the other lib_* variables.
32997
32998 2006-08-22  Bruno Haible  <bruno@clisp.org>
32999
33000         * build-aux/x-to-1.in: New file, from GNU gettext.
33001
33002 2006-08-22  Bruno Haible  <bruno@clisp.org>
33003
33004         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
33005         <utmpx.h> exists.
33006
33007 2006-08-22  Bruno Haible  <bruno@clisp.org>
33008
33009         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
33010         <utmpx.h> exists.
33011
33012 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
33013
33014         BeOS portability.
33015         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
33016         exist.
33017         Problem reported by Bruno Haible.
33018
33019 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
33020
33021         Avoid the need for AC_LIBSOURCES in m4 macros.
33022         * modules/acl (EXTRA_DIST): Add acl.h.
33023         * modules/argmatch (Files): Add m4/argmatch.m4.
33024         (configure.ac): Add gl_ARGMATCH.
33025         (EXTRA_DIST): Renamed from lib_SOURCES, for
33026         consistency with the other modules.  Remove argmatch.c.
33027         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
33028         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
33029         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
33030         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
33031         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
33032         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
33033         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
33034         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
33035         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
33036         * modules/closeout (EXTRA_DIST): Add closeout.h.
33037         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
33038         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
33039         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
33040         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
33041         dirname.h; remove basename.c and stripslash.c.
33042         * modules/exclude (EXTRA_DIST): Add exclude.h.
33043         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
33044         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
33045         * modules/file-type (EXTRA_DIST): Add file-type.h.
33046         * modules/filemode (EXTRA_DIST): Add filemode.h.
33047         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
33048         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
33049         * modules/fpending (EXTRA_DIST): Add __fpending.h.
33050         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
33051         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
33052         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
33053         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
33054         * modules/getdate (EXTRA_DIST): Add getdate.c.
33055         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
33056         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
33057         * modules/getpass (EXTRA_DIST): Add getpass.h.
33058         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
33059         * modules/group-member (EXTRA_DIST): Add group-member.h.
33060         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
33061         * modules/hash (EXTRA_DIST): Add hash.h.
33062         * modules/human (EXTRA_DIST): Add human.h.
33063         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
33064         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
33065         * modules/lchown (EXTRA_DIST): Add lchown.h.
33066         * modules/long-options (EXTRA_DIST): Add long-options.h.
33067         * modules/lstat (EXTRA_DIST): Add lstat.h.
33068         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
33069         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
33070         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
33071         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
33072         * modules/memxor (EXTRA_DIST): Add memxor.h.
33073         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
33074         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
33075         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
33076         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
33077         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
33078         * modules/physmem (EXTRA_DIST): Add physmem.h.
33079         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
33080         * modules/posixver (EXTRA_DIST): Add posixver.h.
33081         * modules/quote (EXTRA_DIST): Add quote.h.
33082         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
33083         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
33084         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
33085         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
33086         regex_internal.h regexec.c.
33087         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
33088         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
33089         * modules/same (EXTRA_DIST): Add same.h.
33090         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
33091         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
33092         * modules/savedir (EXTRA_DIST): Add savedir.h.
33093         * modules/sha1 (EXTRA_DIST): Add sha1.h.
33094         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
33095         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
33096         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
33097         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
33098         * modules/strdup (EXTRA_DIST): Add strdup.h.
33099         * modules/strftime (EXTRA_DIST): Add strftime.h.
33100         * modules/strndup (EXTRA_DIST): Add strndup.h.
33101         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
33102         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
33103         * modules/time_r (EXTRA_DIST): Add time_r.h.
33104         * modules/timespec (EXTRA_DIST): Add timespec.h.
33105         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
33106         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
33107         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
33108         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
33109         * modules/userspec (EXTRA_DIST): Add userspec.h.
33110         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
33111         * modules/utimens (EXTRA_DIST): Add utimens.h.
33112         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
33113         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
33114         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
33115         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
33116         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
33117         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
33118         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
33119         * modules/yesno (EXTRA_DIST): Add yesno.h.
33120
33121 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
33122
33123         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
33124
33125         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
33126         * m4/dev-ino.m4, same-inode.m4: Remove.
33127
33128         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
33129         * m4/acl.m4 (AC_FUNC_ACL):
33130         * m4/backupfile.m4 (gl_BACKUPFILE):
33131         * m4/c-strtod.m4 (gl_C99_STRTOLD):
33132         * m4/canon-host.m4 (gl_CANON_HOST):
33133         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
33134         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
33135         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
33136         * m4/cloexec.m4 (gl_CLOEXEC):
33137         * m4/close-stream.m4 (gl_CLOSE_STREAM):
33138         * m4/closeout.m4 (gl_CLOSEOUT):
33139         * m4/dirfd.m4 (gl_FUNC_DIRFD):
33140         * m4/dirname.m4 (gl_DIRNAME):
33141         * m4/exclude.m4 (gl_EXCLUDE):
33142         * m4/exitfail.m4 (gl_EXITFAIL):
33143         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
33144         * m4/file-type.m4 (gl_FILE_TYPE):
33145         * m4/filemode.m4 (gl_FILEMODE):
33146         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
33147         * m4/fpending.m4 (gl_FUNC_FPENDING):
33148         * m4/fprintftime.m4 (gl_FPRINTFTIME):
33149         * m4/fts.m4 (gl_FUNC_FTS):
33150         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
33151         * m4/getdate.m4 (gl_GETDATE):
33152         * m4/gethrxtime.m4 (gl_GETHRXTIME):
33153         * m4/getpagesize.m4 (gl_GETPAGESIZE):
33154         * m4/getpass.m4 (gl_FUNC_GETPASS):
33155         * m4/gettime.m4 (gl_GETTIME):
33156         * m4/getugroups.m4 (gl_GETUGROUPS):
33157         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
33158         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
33159         * m4/hard-locale.m4 (gl_HARD_LOCALE):
33160         * m4/hash.m4 (gl_HASH):
33161         * m4/idcache.m4 (gl_IDCACHE):
33162         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
33163         * m4/lchown.m4 (gl_FUNC_LCHOWN):
33164         * m4/long-options.m4 (gl_LONG_OPTIONS):
33165         * m4/lstat.m4 (gl_FUNC_LSTAT):
33166         * m4/md5.m4 (gl_MD5):
33167         * m4/memcasecmp.m4 (gl_MEMCASECMP):
33168         * m4/memcoll.m4 (gl_MEMCOLL):
33169         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
33170         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
33171         * m4/memxor.m4 (gl_MEMXOR):
33172         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
33173         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
33174         * m4/modechange.m4 (gl_MODECHANGE):
33175         * m4/mountlist.m4 (gl_MOUNTLIST):
33176         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
33177         * m4/openat.m4 (gl_FUNC_OPENAT):
33178         * m4/pathmax.m4 (gl_PATHMAX):
33179         * m4/physmem.m4 (gl_PHYSMEM):
33180         * m4/posixtm.m4 (gl_POSIXTM):
33181         * m4/posixver.m4 (gl_POSIXVER):
33182         * m4/quote.m4 (gl_QUOTE):
33183         * m4/quotearg.m4 (gl_QUOTEARG):
33184         * m4/readtokens.m4 (gl_READTOKENS):
33185         * m4/readutmp.m4 (gl_READUTMP):
33186         * m4/regex.m4 (gl_REGEX):
33187         * m4/safe-read.m4 (gl_SAFE_READ):
33188         * m4/safe-write.m4 (gl_SAFE_WRITE):
33189         * m4/same.m4 (gl_SAME):
33190         * m4/save-cwd.m4 (gl_SAVE_CWD):
33191         * m4/savedir.m4 (gl_SAVEDIR):
33192         * m4/settime.m4 (gl_SETTIME):
33193         * m4/sha1.m4 (gl_SHA1):
33194         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
33195         * m4/stat-macros.m4 (gl_STAT_MACROS):
33196         * m4/stat-time.m4 (gl_STAT_TIME):
33197         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
33198         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
33199         * m4/strdup.m4 (gl_FUNC_STRDUP):
33200         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
33201         * m4/strndup.m4 (gl_FUNC_STRNDUP):
33202         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
33203         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
33204         * m4/time_r.m4 (gl_TIME_R):
33205         * m4/timespec.m4 (gl_TIMESPEC):
33206         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
33207         * m4/unlinkdir.m4 (gl_UNLINKDIR):
33208         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
33209         * m4/userspec.m4 (gl_USERSPEC):
33210         * m4/utimecmp.m4 (gl_UTIMECMP):
33211         * m4/utimens.m4 (gl_UTIMENS):
33212         * m4/xalloc.m4 (gl_XALLOC):
33213         * m4/xgetcwd.m4 (gl_XGETCWD):
33214         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
33215         * m4/xreadlink.m4 (gl_XREADLINK):
33216         * m4/xstrtod.m4 (gl_XSTRTOD):
33217         * m4/yesno.m4 (gl_YESNO):
33218         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
33219         to get the necessary .h files and whatnot.
33220
33221 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
33222             Bruno Haible  <bruno@clisp.org>
33223
33224         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
33225         /bin/sh understanding of '!' conditional negation.
33226
33227 2006-08-21  Jim Meyering  <jim@meyering.net>
33228
33229         * modules/openat (Depends-on): Really alphabetize.
33230
33231         * modules/acl (Depends-on): Add error and quote.
33232
33233         * check-module (find_included_lib_files): Add at-func.c to the
33234         ok-to-include-more-than-once white list.
33235
33236         * modules/openat (Depends-on): Add lstat.  Alphabetize.
33237
33238 2006-08-21  Bruno Haible  <bruno@clisp.org>
33239
33240         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33241         Emit a pkgdata_DATA variable only if some snippets add contents to it.
33242         Reported by Martin Lambers <marlam@marlam.de>.
33243
33244 2006-08-21  Bruno Haible  <bruno@clisp.org>
33245
33246         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
33247         specify an installation location, don't emit a noinst_LIBRARIES or
33248         noinst_LTLIBRARIES assignment.
33249
33250 2006-08-21  Bruno Haible  <bruno@clisp.org>
33251
33252         BeOS portability.
33253         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
33254         BeOS has mbrtowc() but no <wctype.h>.
33255
33256 2006-08-21  Bruno Haible  <bruno@clisp.org>
33257
33258         BeOS portability.
33259         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
33260         exist.
33261
33262 2006-08-21  Bruno Haible  <bruno@clisp.org>
33263
33264         BeOS portability.
33265         * lib/mbchar.h: Include <wctype.h> only if it exists.
33266
33267 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
33268
33269         Remove files that are no longer needed by their respective modules.
33270         * m4/obstack.m4: Remove.
33271         * m4/strerror_r.m4: Remove.
33272         * m4/uint32_t.m4: Remove.
33273         * m4/uintptr_t.m4: Remove.
33274         * m4/ullong_max.m4: Remove.
33275         * m4/xstrtoimax.m4: Remove.
33276         * m4/xstrtoumax.m4: Remove.
33277
33278         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
33279         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
33280         dependencies now capture this.
33281
33282         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
33283         Do not use AC_LIBSOURCES, since gnulib modules now do this.
33284         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
33285         * m4/human.m4 (gl_HUMAN): Likewise.
33286         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
33287         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
33288
33289         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
33290
33291         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
33292         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
33293         stdint.
33294         * m4/human.m4 (gl_HUMAN): Likewise.
33295         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
33296         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
33297         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
33298         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
33299         * m4/xstrtol (gl_XSTRTOL): Likewise.
33300
33301         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
33302         AC_TYPE_LONG_LONG_INT.
33303         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
33304         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
33305         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
33306         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
33307
33308         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
33309         on stdbool.
33310
33311         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
33312         (gl_PREREQ_XSTRTOUL): Remove.
33313
33314         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
33315
33316         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
33317         mode.
33318
33319 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
33320
33321         Add and change modules to make it easier for coreutils to use
33322         gnulib-tool.
33323         * modules/backupfile (Files): Remove m4/d-ino.m4.
33324         (Depends-on): Add d-ino.
33325         * modules/cycle-check (Depends-on): Add stdint.
33326         (lib_SOURCES): Add cycle-check.h.
33327         * modules/d-ino: New module.
33328         * modules/d-type: New module.
33329         * modules/error (Files): Remove m4/strerror_r.m4.
33330         * modules/filemode (Files): Add m4/st_dm_mode.m4.
33331         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
33332         m4/inttypes_h.m4, m4/uintmax_t.m4.
33333         (Depends-on): Add stdint.
33334         (lib_SOURCES): Add fsusage.h.
33335         * modules/getcwd (Files): Remove d-ino.m4.
33336         (Depends-on): Add d-ino.
33337         * modules/getndelim2 (Depends-on): Add stdint.
33338         * modules/glob (Files): Remove m4/d-type.m4.
33339         (Depends-on): Add d-type.
33340         * modules/host-os: New module.
33341         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
33342         m4/inttypes_h.m4, m4/uintmax_t.m4.
33343         * Depends-on: Add stdint.
33344         (lib_SOURCES): Add human.h.
33345         * modules/inttostr (Files): Remove m4/intmax_t.m4,
33346         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
33347         m4/uintmax_t.m4, m4/ulonglong.m4.
33348         (Depends-on): Add stdint.
33349         (EXTRA_DIST): Add inttostr.h.
33350         * modules/lchmod: New module.
33351         * modules/link-follow: New module.
33352         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
33353         (Depends-on): Add lchmod.
33354         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
33355         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
33356         (Depends-on): Add stdint.
33357         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
33358         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
33359         (Depends-on): Add stdint.
33360         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
33361         * modules/perl: New module.
33362         * modules/regex (Depends-on): Add stdint.
33363         * modules/rmdir-errno: New module.
33364         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
33365         m4/intmax_t.m4.
33366         (Depends-on): Add stdint.
33367         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
33368         m4/uintmax_t.m4.
33369         (Depends-on): Add stdint.
33370         * modules/unlink-busy: New module.
33371         * modules/utimecmp (Depends-on): Add stdint.
33372         * modules/uptime: New module.
33373         * modules/winsz-ioctl: New module.
33374         * modules/winsz-termios: New module.
33375         * modules/xnanosleep (Depends-on): Add nanosleep.
33376         * modules/ullong_max: Remove.
33377         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
33378         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
33379         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
33380         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
33381         (Depends-on): Add inttypes.
33382         (lib_SOURCES): Add xstrtol.h.
33383         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
33384         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
33385         * MODULES.html.sh: Move 'assert' into the assert section.
33386         Move 'dummy' into the linking section.
33387         Remove ullong_max.
33388         Add section for compatibility checks for POSIX:2001 functions,
33389         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
33390         winsz-ioctl, and winsz-termios into it.
33391         Add lchmod.
33392         Add top-level Misc section and put host-os, perl, and uptime
33393         into it.
33394
33395 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
33396
33397         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
33398         now assume the stdint module.  Do not include inttypes.h.
33399         * lib/fsusage.h: Likewise.
33400         * lib/getndelim2.c: Likewise.
33401         * lib/human.h: Likewise.
33402         * lib/inttostr.h: Likewise.
33403         * lib/obstack.c: Likewise.
33404         * lib/regex_internal.h: Likewise.
33405         * lib/tempname.c: Likewise.
33406         * lib/utimecmp.c: Likewise.
33407         * lib/xstrtol.h: Likewise.
33408
33409         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
33410
33411         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
33412         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
33413         * lib/xtime.h: Likewise.
33414
33415 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33416
33417         * modules/openat (Files): Add lib/fchmodat.c.
33418         Fixes problem reported by Jay Youngman.
33419
33420 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33421
33422         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
33423         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
33424
33425 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
33426             Bruno Haible  <bruno@clisp.org>
33427
33428         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
33429         and is a script that invokes bison. Tighten the code. Add comments.
33430
33431 2006-08-18  Jim Meyering  <jim@meyering.net>
33432
33433         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
33434         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
33435         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
33436         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
33437
33438 2006-08-18  Bruno Haible  <bruno@clisp.org>
33439
33440         * modules/bison-i18n: New file.
33441         * MODULES.html.sh (Internationalization functions): Add it.
33442
33443 2006-08-18  Bruno Haible  <bruno@clisp.org>
33444
33445         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
33446         sys/statvfs.h. When getmntinfo was found, check its declaration and
33447         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
33448
33449 2006-08-18  Bruno Haible  <bruno@clisp.org>
33450
33451         * m4/bison-i18n.m4: New file, from bison.
33452
33453 2006-08-18  Bruno Haible  <bruno@clisp.org>
33454
33455         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
33456         (ME_DUMMY): Treat "kernfs" as a dummy.
33457         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
33458
33459 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
33460
33461         Update from coreutils.
33462
33463         2006-08-15  Jim Meyering  <jim@meyering.net>
33464
33465         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
33466
33467         2006-01-17  Jim Meyering  <jim@meyering.net>
33468
33469         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
33470
33471         2006-01-11  Jim Meyering  <jim@meyering.net>
33472
33473         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
33474         Check for the lchmod function.
33475
33476 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
33477
33478         Update from coreutils.
33479
33480         * lib/__fpending.h: Add copyright notice.
33481         * lib/fprintftime.h: Likewise.
33482         * lib/savedir.c: Use (C) in copyright notice.
33483         * lib/savedir.h: Likewise.
33484
33485         2006-08-15  Jim Meyering  <jim@meyering.net>
33486
33487         * lib/at-func.c: New file, with the logic of all emulated at-functions.
33488         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
33489         in support of the EXPECTED_ERRNO macro.
33490         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
33491         definitions.  Instead, define the appropriate symbols and include
33492         "at-func.c".
33493         * lib/mkdirat.c (mkdirat): Likewise.
33494         * lib/fchmodat.c (fchmodat): Likewise.
33495         (ENOSYS): Remove definition.
33496         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
33497         it.  Don't include "unistd--.h" -- it wasn't ever used.
33498
33499         2006-01-17  Jim Meyering  <jim@meyering.net>
33500
33501         Rewrite fts.c not to change the current working directory,
33502         by using openat, fstatat, fdopendir, etc..
33503
33504         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
33505         (HAVE_OPENAT_SUPPORT): Define.
33506         [_LIBC] (fchdir): Don't undef or define; no longer used.
33507         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
33508         Now, this `function' always succeeds, and consumes its file descriptor
33509         parameter -- so callers must not close such FDs.  Update callers.
33510         (diropen_fd, opendirat, cwd_advance_fd): New functions.
33511         (diropen): Add parameter, SP.  Adjust all callers.
33512         Implement using diropen_fd, rather than open.
33513         (fts_open): Initialize new member, fts_cwd_fd.
33514         Remove fts_rft-setting code.
33515         (fts_close): Close fts_cwd_fd, if necessary.
33516         (__opendir2): Define in terms of opendir or opendirat,
33517         depending on whether the FST_NOCHDIR flag is set.
33518         (fts_build): Since fts_safe_changedir consumes its FD, and since
33519         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
33520         and close the dup'd file descriptor upon failure.
33521         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
33522         (fts_safe_changedir): Tweak semantics to reflect that this function
33523         now calls cwd_advance_fd and hence consumes its FD argument.
33524         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
33525         [struct FTS] (fts_rft): Remove now-unused member.
33526         [struct FTS] (fts_cycle.state): Improve comment.
33527
33528         * lib/openat.c (openat_needs_fchdir): New function.
33529         * lib/openat.h (openat_needs_fchdir): Declare it.
33530
33531 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
33532
33533         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
33534         Problem and fix reported by Pádraig Brady in
33535         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
33536
33537 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33538
33539         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
33540
33541 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33542
33543         * lib/memcoll.c (memcoll): Optimize for the common case where the
33544         arguments are bytewise equal.
33545
33546 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33547
33548         * doc/regexprops-generic.texi: Add a copyright notice.
33549
33550 2006-08-15  Bruno Haible  <bruno@clisp.org>
33551
33552         * modules/tmpdir (License): Change to LGPL.
33553
33554 2006-08-15  Bruno Haible  <bruno@clisp.org>
33555
33556         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
33557         module.
33558
33559 2006-08-14  Simon Josefsson  <jas@extundo.com>
33560
33561         * config/srclist.txt: Add gnupload.
33562
33563 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
33564
33565         Change copyright notice from LGPL 2 to GPL 2, since that's the
33566         standard form used in the gnulib repository.
33567         * tests/test-lock.c: Likewise.
33568         * tests/test-stdint.c: Likewise.
33569         * tests/test-tls.c: Likewise.
33570
33571         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
33572         prelude-manager.  User shorter URLs for GNU projects, without '?'.
33573         Add copyright notice.
33574
33575         * check-module: Add copyright notice.  Output a copyright
33576         notice if "--version" is specified.
33577         * modules/COPYING: New file.
33578         * tests/test-getaddrinfo.c: Add copyright notice.
33579         * tests/test-verify.c: Likewise.
33580
33581 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
33582
33583         Change copyright notice from LGPL 2 to GPL 2, since that's the
33584         standard form used in the gnulib repository.
33585         * lib/lock.c: LGPL -> GPL.
33586         * lib/lock.h: Likewise.
33587         * lib/strnlen1.c: Likewise.
33588         * lib/strnlen1.h: Likewise.
33589         * lib/tls.c: Likewise.
33590         * lib/tls.h: Likewise.
33591         * lib/tmpdir.c: Likewise.
33592
33593         * lib/TODO: Remove; this belongs only in coreutils.
33594
33595 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
33596
33597         Add copyright notices to long-enough files that lack them, since
33598         otherwise the files aren't clearly free.  Use the same notice that
33599         getdate.texi already uses.
33600         * doc/alloca-opt.texi: Add copyright notice.
33601         * doc/alloca.texi: Likewise.
33602         * doc/ctime.texi: Likewise.
33603         * doc/functions.texi: Likewise.
33604         * doc/gcd.texi: Likewise.
33605         * doc/gnulib-tool.texi: Likewise.
33606         * doc/inet_ntoa.texi: Likewise.
33607         * doc/visibility.texi: Likewise.
33608
33609         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
33610         * doc/quote.texi: Add copyright notice.
33611
33612         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
33613         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
33614         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
33615         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
33616         is now obsolete, and give a pointer to the Sun list.
33617         Add copyright notice.
33618
33619 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
33620
33621         * config/srclistvars.sh: Add copyright notice.
33622
33623 2006-08-14  Eric Blake  <ebb9@byu.net>
33624
33625         Import the following change from libc:
33626
33627         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
33628
33629         Upstream bug 2997.
33630         * lib/misc/error.c: Add space between program name and message if file
33631         name is missing.
33632
33633 2006-08-12  Karl Berry  <karl@gnu.org>
33634
33635         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
33636         remove, these originate in gnulib now.
33637
33638 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33639
33640         * doc/Makefile (standards.info standards.html standards.dvi):
33641         Also depend on make-stds.texi.
33642
33643 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33644
33645         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
33646         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
33647
33648         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
33649         in wchar_t.  Problem reported by Eric Blake.
33650
33651         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
33652         LEN is smaller than SIZE.  Suggested by Bruno Haible.
33653         Also, help the compiler to keep LEN in a register.
33654
33655 2006-08-11  Eric Blake  <ebb9@byu.net>
33656
33657         * users.txt: Sort.  Add tar.
33658
33659 2006-08-11  Bruno Haible  <bruno@clisp.org>
33660
33661         * users.txt: New file.
33662
33663 2006-08-11  Bruno Haible  <bruno@clisp.org>
33664
33665         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
33666         before <wchar.h>. Needed for OSF/1 and BSD/OS.
33667
33668 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
33669
33670         * modules/snprintf (Depends-on): Remove minmax.
33671         (Maintainer): Add self and Bruno.
33672
33673 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
33674
33675         * lib/.cppi-disable: Add snprintf.h, socket_.h.
33676         * lib/snprintf.c: Include <errno.h> and <limits.h>.
33677         (EOVERFLOW): Define if the system does not.
33678         Do not include "minmax.h"; it wasn't used.
33679         (snprintf): Don't assume size_t promotes to an unsigned type.
33680         Fix bug when generated string was too long for the buffer: the
33681         buffer's contents are supposed to be the initial prefix of the
33682         output.  Don't assume vasnprintf returns EOVERFLOW if the size
33683         exceeds INT_MAX; do the check ourselves.
33684
33685         Import the following changes from libc:
33686
33687         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
33688
33689         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
33690         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
33691         set wc to the byte which couldn't be converted.
33692         (re_string_reconstruct): Don't clear valid_raw_len before calling
33693         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
33694         tip_context using re_string_context_at.
33695
33696         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
33697
33698         * lib/posix/regex.h: g++ still cannot handled [restrict].
33699
33700         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
33701
33702         * lib/posix/regex.h: Remove special handling for VMS.
33703
33704 2006-08-10  Jim Meyering  <jim@meyering.net>
33705
33706         * modules/same-inode: New module.
33707         * modules/dev-ino: New module.
33708         * modules/cycle-check: Depend on these modules, rather than simply
33709         including their .h files.
33710         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
33711         required via m4/cycle-check.m4.
33712         * modules/same: Depend on new same-inode module, rather than
33713         including same-inode.h.
33714         * modules/chdir-safer: New file.
33715
33716         * modules/chown (Depends-on): Add stat-macros.
33717
33718 2006-08-10  Jim Meyering  <jim@meyering.net>
33719
33720         * m4/cycle-check.m4: New file.
33721         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
33722         * m4/dev-ino.m4, m4/same-inode.m4: New files.
33723
33724 2006-08-10  Eric Blake  <ebb9@byu.net>
33725
33726         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
33727         in from original proposal.
33728
33729 2006-08-10  Eric Blake  <ebb9@byu.net>
33730         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
33731
33732         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
33733         namespace.
33734
33735 2006-08-10  Bruno Haible  <bruno@clisp.org>
33736
33737         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
33738         as well.
33739
33740 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33741
33742         Sync from coreutils.
33743
33744         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
33745
33746         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
33747         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
33748
33749 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33750
33751         * modules/restrict: Remove; no longer needed now that we assume
33752         Autoconf 2.59 or later.
33753         * MODULES.html.sh: Remove 'restrict'.
33754         * modules/argp (Depends-on): Remove 'restrict'.
33755         * modules/base64 (Depends-on): Likewise.
33756         * modules/gc (Depends-on): Likewise.
33757         * modules/getaddrinfo (Depends-on): Likewise.
33758         * modules/glob (Depends-on): Likewise.
33759         * modules/inet_ntop (Depends-on): Likewise.
33760         * modules/inet_pton (Depends-on): Likewise.
33761         * modules/memxor (Depends-on): Likewise.
33762         * modules/regex (Depends-on): Likewise.
33763         * modules/strtok_r (Depends-on): Likewise.
33764         * modules/time_r (Depends-on): Likewise.
33765
33766 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33767
33768         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
33769         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
33770         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
33771         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
33772         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
33773         * m4/memxor.m4 (gl_MEMXOR): Likewise.
33774         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
33775         gl_C_RESTRICT replaced by AC_C_RESTRICT.
33776
33777         Merge from coreutils.
33778         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
33779         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
33780         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
33781         * m4/time_r.m4 (gl_TIME_R): Likewise.
33782
33783 2006-08-09  Karl Berry  <karl@gnu.org>
33784
33785         * config/srclist.txt: no more gettext-tools, per Bruno.
33786
33787 2006-08-08  Eric Blake  <ebb9@byu.net>
33788
33789         * modules/verror: New module.
33790         * MODULES.html.sh: Document it.
33791
33792 2006-08-08  Eric Blake  <ebb9@byu.net>
33793
33794         * lib/verror.h, lib/verror.c: New files.
33795
33796 2006-08-08  Eric Blake  <ebb9@byu.net>
33797
33798         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
33799         verror_at_line output complies with GNU Coding Standards even when
33800         file is NULL.
33801
33802 2006-08-07  Bruno Haible  <bruno@clisp.org>
33803
33804         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
33805         versions of AIX.
33806         Reported by Ralf Wildenhues.
33807
33808 2006-08-07  Bruno Haible  <bruno@clisp.org>
33809
33810         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
33811         in an AC_DEFUN. Needed so that the autoconf snippets can use
33812         AC_REQUIRE.
33813
33814 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33815
33816         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33817         Initialize pkgdata_DATA.
33818         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
33819         overriding it.
33820
33821 2006-08-06  Eric Blake  <ebb9@byu.net>
33822
33823         * lib/error.h: Fold in some upstream changes from glibc.
33824         * lib/error.c: Likewise.
33825
33826 2006-08-04  Bruno Haible  <bruno@clisp.org>
33827
33828         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33829         Make the mostlyclean-local rule depend on mostlyclean-generic.
33830         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
33831
33832 2006-07-31  Bruno Haible  <bruno@clisp.org>
33833
33834         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
33835         <stdlib.h>, <string.h>.
33836
33837 2006-07-30  Bruno Haible  <bruno@clisp.org>
33838
33839         * modules/readlink (License): Change to LGPL.
33840
33841 2006-07-30  Bruno Haible  <bruno@clisp.org>
33842
33843         * modules/javaversion (Makefile.am): Distribute javaversion.java and
33844         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
33845         set PKGDATADIR to point to it.
33846
33847 2006-07-30  Bruno Haible  <bruno@clisp.org>
33848
33849         * modules/csharpexec (configure.ac): Comment out macro invocation.
33850         * modules/javaexec (configure.ac): Likewise.
33851         * modules/javacomp-script (configure.ac): Likewise.
33852
33853         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
33854
33855 2006-07-30  Bruno Haible  <bruno@clisp.org>
33856
33857         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
33858         linked-list.
33859
33860 2006-07-30  Bruno Haible  <bruno@clisp.org>
33861
33862         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
33863
33864 2006-07-30  Bruno Haible  <bruno@clisp.org>
33865
33866         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33867         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
33868         get removed.
33869
33870 2006-07-29  Bruno Haible  <bruno@clisp.org>
33871
33872         Make it possible for gnulib-tool to work with locally modified or
33873         augmented gnulib repositories.
33874         * gnulib-tool (func_usage): Document --local-dir option.
33875         (local_gnulib_dir): New variable.
33876         Handle --local-dir option.
33877         (func_lookup_file): New function.
33878         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
33879         (func_get_description, func_get_filelist, func_get_description,
33880         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
33881         func_get_automake_snippet, func_get_include_directive,
33882         func_get_license, func_get_maintainer): Use func_lookup_file.
33883         (func_import, func_create_testdir): Use func_lookup_file.
33884
33885 2006-07-29  Bruno Haible  <bruno@clisp.org>
33886
33887         * modules/setenv (Depends-on): Add unistd.
33888
33889 2006-07-29  Bruno Haible  <bruno@clisp.org>
33890
33891         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
33892
33893 2006-07-29  Bruno Haible  <bruno@clisp.org>
33894
33895         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
33896
33897 2006-07-29  Bruno Haible  <bruno@clisp.org>
33898
33899         * gnulib-tool (import, update): If there is no Makefile.am, look at
33900         aclocal.m4, instead of bailing out.
33901
33902 2006-07-29  Bruno Haible  <bruno@clisp.org>
33903
33904         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
33905         Categorize the options by when they are useful.
33906
33907 2006-07-29  Bruno Haible  <bruno@clisp.org>
33908
33909         * gnulib-tool (func_usage): Document option --no-libtool.
33910         Handle option --no-libtool.
33911         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
33912         for changed semantics of $libtool variable.
33913         (func_import): Likewise. If libtool is not used, show this through
33914         an option --no-libtool.
33915         (func_create_testdir): Update.
33916
33917 2006-07-29  Bruno Haible  <bruno@clisp.org>
33918
33919         * gnulib-tool (func_import): Extend error message about missing
33920         --doc-base.
33921
33922 2006-07-29  Bruno Haible  <bruno@clisp.org>
33923
33924         * gnulib-tool (func_import): Don't create the $docbase directory if
33925         there is no file to store there.
33926
33927 2006-07-29  Bruno Haible  <bruno@clisp.org>
33928
33929         * gnulib-tool (autoconf_minversion): If a --dir option is given and
33930         relevant, look for configure.ac there, not in the current directory.
33931         Also use a simple search for AC_PREREQ, not "autoconf --trace".
33932
33933 2006-07-29  Bruno Haible  <bruno@clisp.org>
33934
33935         * gnulib-tool (SORT): New variable.
33936         (func_usage): Undocument --assume-autoconf option.
33937         Remove --assume-autoconf option handling.
33938         (autoconf_minversion): Determine from the contents of configure.ac.
33939         (func_import): Remove autoconf_minversion handling.
33940         Suggested by Eric Blake.
33941
33942 2006-07-29  Bruno Haible  <bruno@clisp.org>
33943
33944         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
33945
33946 2006-07-29  Bruno Haible  <bruno@clisp.org>
33947
33948         * config/srclist.txt (*setenv.[ch]): Remove rules.
33949
33950 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33951
33952         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
33953
33954 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33955
33956         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
33957         arpa/inet.h.
33958
33959 2006-07-28  Simon Josefsson  <jas@extundo.com>
33960
33961         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
33962         * modules/inet_pton (Depends-on): Likewise.
33963
33964 2006-07-28  Simon Josefsson  <jas@extundo.com>
33965
33966         * m4/netinet_in_h.m4: New file.
33967
33968 2006-07-28  Simon Josefsson  <jas@extundo.com>
33969
33970         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
33971         #include's.
33972
33973 2006-07-28  Simon Josefsson  <jas@extundo.com>
33974
33975         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
33976         #include's.
33977
33978 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
33979
33980         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
33981         setgid on directories only if they set these bits.
33982         * lib/modechange.h: Remove obsolete comment about masks.
33983
33984 2006-07-28  Eric Blake  <ebb9@byu.net>
33985
33986         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
33987         macro expansion.
33988
33989 2006-07-28  Bruno Haible  <bruno@clisp.org>
33990
33991         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
33992
33993 2006-07-28  Bruno Haible  <bruno@clisp.org>
33994
33995         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
33996
33997 2006-07-28  Bruno Haible  <bruno@clisp.org>
33998
33999         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
34000         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
34001         Define fallbacks.
34002         Avoids link error on FreeBSD 4.x.
34003         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
34004
34005         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
34006         encoding.
34007         * lib/mbswidth.c (iswcntrl): Likewise.
34008
34009 2006-07-27  Bruno Haible  <bruno@clisp.org>
34010
34011         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
34012         test.
34013
34014 2006-07-27  Bruno Haible  <bruno@clisp.org>
34015
34016         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
34017         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
34018         defined.
34019
34020 2006-07-26  Eric Blake  <ebb9@byu.net>
34021
34022         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
34023
34024 2006-07-26  Eric Blake  <ebb9@byu.net>
34025
34026         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
34027         like mingw that lack mkstemp.
34028         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
34029         avoid compilation warning on mingw.
34030
34031 2006-07-26  Bruno Haible  <bruno@clisp.org>
34032
34033         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
34034         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
34035         INT_FAST*_MIN, INTPTR_MIN.
34036
34037 2006-07-25  Bruno Haible  <bruno@clisp.org>
34038
34039         * modules/version-etc (Depends-on): Add stdarg.
34040
34041 2006-07-25  Bruno Haible  <bruno@clisp.org>
34042
34043         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
34044         complex commands.
34045
34046 2006-07-25  Bruno Haible  <bruno@clisp.org>
34047
34048         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
34049         defined in <stdarg.h> or config.h.
34050
34051 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
34052
34053         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
34054         (gl_STDIO_SAFER): Remove.
34055
34056 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
34057
34058         * MODULES.html.sh (File stream based Input/Output):
34059         Add fopen-safer, tmpfile-safer; remove stdio-safer.
34060         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
34061         * modules/fopen-safer, modules/tmpfile-safer: New files.
34062         * modules/stdio-safer: Remove.
34063
34064 2006-07-24  Bruno Haible  <bruno@clisp.org>
34065
34066         * modules/tmpdir: New file.
34067         * MODULES.html.sh (File system functions): Add it.
34068
34069 2006-07-24  Bruno Haible  <bruno@clisp.org>
34070
34071         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
34072         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
34073
34074 2006-07-24  Bruno Haible  <bruno@clisp.org>
34075
34076         * modules/clean-temp: New file.
34077
34078 2006-07-24  Bruno Haible  <bruno@clisp.org>
34079
34080         * m4/tmpdir.m4: New file, from GNU gettext.
34081
34082 2006-07-24  Bruno Haible  <bruno@clisp.org>
34083
34084         * lib/tmpdir.h: New file, from GNU gettext.
34085         * lib/tmpdir.c: New file, from GNU gettext.
34086
34087 2006-07-24  Bruno Haible  <bruno@clisp.org>
34088
34089         * lib/clean-temp.h: New file, from GNU gettext.
34090         * lib/clean-temp.c: New file, from GNU gettext.
34091
34092 2006-07-23  Eric Blake  <ebb9@byu.net>
34093
34094         * modules/stdio-safer (Files): Add tmpfile-safer.c.
34095         (Depends-on): Add binary-io.
34096
34097 2006-07-23  Eric Blake  <ebb9@byu.net>
34098
34099         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
34100
34101 2006-07-23  Eric Blake  <ebb9@byu.net>
34102
34103         * lib/tmpfile-safer.c: New file.
34104         * lib/stdio-safer.h (fopen_safer): Add prototype.
34105         * lib/stdio--.h (tmpfile): Make safer.
34106
34107 2006-07-23  Bruno Haible  <bruno@clisp.org>
34108
34109         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
34110         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
34111         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
34112         gl_linked_remove_at): Use it.
34113
34114 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34115         and Simon Josefsson <jas@extundo.com>
34116
34117         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
34118
34119         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
34120
34121 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
34122
34123         * modules/close-stream: New file.
34124         * modules/closeout (Description): Make it clear that it exits
34125         with a diagnostic on error.
34126         (Depends-on): Add close-stream.  Remove fpending, stdbool.
34127         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
34128
34129 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
34130
34131         * m4/close-stream.m4: New file.
34132
34133 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
34134
34135         * lib/close-stream.c, lib/close-stream.h: New files.
34136
34137 2006-07-22  Bruno Haible  <bruno@clisp.org>
34138
34139         Merge from GNU gettext 0.15.
34140
34141         2006-05-01  Bruno Haible  <bruno@clisp.org>
34142
34143                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
34144
34145         2006-07-22  Bruno Haible  <bruno@clisp.org>
34146
34147                 * modules/javaversion: New file.
34148                 * MODULES.html.sh (Java): Add javaversion.
34149
34150         2006-03-12  Bruno Haible  <bruno@clisp.org>
34151
34152                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
34153
34154         2005-12-04  Bruno Haible  <bruno@clisp.org>
34155
34156                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
34157                 (untested).
34158
34159         2006-06-21  Bruno Haible  <bruno@clisp.org>
34160
34161                 Avoid warnings from recent versions of mcs.
34162                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
34163                 -o, -L, -r any more. Use options documented since mcs-1.0
34164                 instead. Similarly for -g.
34165
34166         2005-12-04  Bruno Haible  <bruno@clisp.org>
34167
34168                 * build-aux/csharpcomp.sh.in: Suffix for resources is
34169                 .resources, not .resource.
34170
34171         2005-07-09  Bruno Haible  <bruno@clisp.org>
34172
34173                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
34174                 add a .dll suffix.
34175                 Reported by Mark Junker <mjscod@gmx.de>.
34176
34177         2006-07-22  Bruno Haible  <bruno@clisp.org>
34178
34179                 * modules/gettext: Upgrade to gettext-0.15.
34180                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
34181                 m4/visibility.m4.
34182                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
34183
34184 2006-07-22  Bruno Haible  <bruno@clisp.org>
34185
34186         Merge from GNU gettext 0.15.
34187
34188         2006-03-25  Bruno Haible  <bruno@clisp.org>
34189
34190                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
34191
34192         2006-07-21  Bruno Haible  <bruno@clisp.org>
34193
34194                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
34195                 "1.1".
34196
34197         2006-05-09  Bruno Haible  <bruno@clisp.org>
34198
34199                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
34200                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
34201                 for the conftestver execution.
34202
34203         2006-05-01  Bruno Haible  <bruno@clisp.org>
34204
34205                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
34206                 optional target-version argument. Verify that the compiler
34207                 groks source of the specified source-version, or add -source
34208                 option as necessary. Verify that the compiler produces
34209                 bytecode in the specified target-version, or add -target and
34210                 -source options as necessary. Make the result of the test
34211                 available as variable CONF_JAVAC. Also log error output in
34212                 config.log.
34213
34214         2006-03-11  Bruno Haible  <bruno@clisp.org>
34215
34216                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
34217
34218         2006-05-09  Bruno Haible  <bruno@clisp.org>
34219
34220                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
34221                 CLASSPATH_SEPARATOR to a semicolon.
34222
34223         2006-03-12  Bruno Haible  <bruno@clisp.org>
34224
34225                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
34226                 available as variable CONF_JAVA, for subsequent autoconf
34227                 tests. Also log error output in config.log.
34228
34229         2006-07-19  Bruno Haible  <bruno@clisp.org>
34230
34231                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
34232                 that getline works on glibc2 systems. Needed to avoid trouble
34233                 in relocatable.c.
34234                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
34235
34236         2005-12-04  Bruno Haible  <bruno@clisp.org>
34237
34238                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
34239                 launcher (untested).
34240
34241         2005-12-04  Bruno Haible  <bruno@clisp.org>
34242
34243                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
34244
34245         2006-07-22  Bruno Haible  <bruno@clisp.org>
34246
34247                 * gettext.m4: Update from GNU gettext-0.15.
34248                 * nls.m4: Likewise.
34249                 * po.m4: Likewise.
34250                 * inttypes-pri.m4: Likewise.
34251                 * inttypes-h.m4: Renamed from inttypes.m4.
34252                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
34253
34254 2006-07-22  Bruno Haible  <bruno@clisp.org>
34255
34256         Merge from GNU gettext 0.15.
34257
34258         2005-07-05  Bruno Haible  <bruno@clisp.org>
34259
34260                 * printf-args.c (printf_fetchargs): Work around broken
34261                 definition of wint_t on mingw.
34262
34263         2005-02-12  Bruno Haible  <bruno@clisp.org>
34264
34265                 * xallocsa.h: Add extern "C" for C++.
34266
34267         2006-05-17  Bruno Haible  <bruno@clisp.org>
34268
34269                 Cygwin portability.
34270                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
34271
34272         2006-04-30  Bruno Haible  <bruno@clisp.org>
34273
34274                 * progreloc.c: Include <mach-o/dyld.h> if available.
34275                 (find_executable): Use _NSGetExecutablePath when possible.
34276
34277         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
34278
34279                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
34280                 function.
34281
34282         2005-12-29  Bruno Haible  <bruno@clisp.org>
34283
34284                 * progreloc.c (set_program_name_and_installdir): Fix
34285                 compilation error.
34286
34287         2005-12-04  Bruno Haible  <bruno@clisp.org>
34288
34289                 Cygwin portability.
34290                 * progreloc.c: Include <windows.h> also on Cygwin.
34291                 (find_executable): Add support for Cygwin.
34292                 (set_program_name_and_installdir): Handle also platforms with
34293                 nonempty EXEEXT.
34294
34295         2006-07-11  Bruno Haible  <bruno@clisp.org>
34296
34297                 * javacomp.c: Fix a comment.
34298                 Reported by Jim Meyering.
34299
34300         2006-04-30  Bruno Haible  <bruno@clisp.org>
34301
34302                 * javacomp.h (compile_java_class): Add source_version,
34303                 target_version arguments.
34304                 * javacomp.c: Rewritten to choose only a compiler that
34305                 respects the specified source_version and target_version.
34306
34307         2006-06-27  Bruno Haible  <bruno@clisp.org>
34308
34309                 Assume correct S_ISDIR macro.
34310                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
34311
34312         2006-07-22  Bruno Haible  <bruno@clisp.org>
34313
34314                 * javaversion.h: New file, from GNU gettext.
34315                 * javaversion.c: New file, from GNU gettext.
34316                 * javaversion.java: New file, from GNU gettext.
34317                 * javaversion.class: New file, from GNU gettext.
34318
34319         2006-05-17  Bruno Haible  <bruno@clisp.org>
34320
34321                 Cygwin portability.
34322                 * javaexec.c (execute_java_class): Test for jview program
34323                 also on Cygwin.
34324
34325         2006-04-09  Bruno Haible  <bruno@clisp.org>
34326
34327                 * fatal-signal.c: Don't include string.h.
34328                 (at_fatal_signal): Use a copying loop instead of memcpy.
34329
34330         2005-12-04  Bruno Haible  <bruno@clisp.org>
34331
34332                 * csharpexec.c: Add support for 'clix' launcher (untested).
34333                 (execute_csharp_using_sscli): New function.
34334                 (execute_csharp_program): Call it.
34335
34336         2006-06-21  Bruno Haible  <bruno@clisp.org>
34337
34338                 Avoid warnings from recent versions of mcs.
34339                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
34340                 -o, -L, -r any more. Use options documented since mcs-1.0
34341                 instead. Similarly for -g.
34342
34343         2005-07-09  Bruno Haible  <bruno@clisp.org>
34344
34345                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
34346                 add a .dll suffix.
34347                 Reported by Mark Junker <mjscod@gmx.de>.
34348
34349         2006-06-17  Bruno Haible  <bruno@clisp.org>
34350
34351                 * config.charset: Update for NetBSD 3.0.
34352
34353         2006-05-17  Bruno Haible  <bruno@clisp.org>
34354
34355                 Cygwin portability.
34356                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
34357
34358         2006-05-16  Bruno Haible  <bruno@clisp.org>
34359
34360                 * localcharset.c [CYGWIN]: Include <windows.h>.
34361                 (get_charset_aliases): For Cygwin, return the same CPxxx
34362                 aliases list as under WIN32.
34363                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
34364                 the environment variables. Fall back to GetACP().
34365
34366         2006-04-05  Bruno Haible  <bruno@clisp.org>
34367
34368                 * config.charset: Update Juan Manuel Guerrero's address.
34369
34370         2005-02-12  Bruno Haible  <bruno@clisp.org>
34371
34372                 * allocsa.h: Add extern "C" for C++.
34373
34374         2005-02-10  Bruno Haible  <bruno@clisp.org>
34375
34376                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
34377                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
34378
34379         2006-07-22  Bruno Haible  <bruno@clisp.org>
34380
34381                 * gettext.h: Update to GNU gettext-0.15.
34382
34383 2006-07-22  Bruno Haible  <bruno@clisp.org>
34384
34385         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
34386         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
34387         lib-prefix.m4, longdouble.m4, ssize_t.m4.
34388
34389 2006-07-21  Eric Blake  <ebb9@byu.net>
34390
34391         * modules/stdlib-safer: New file.
34392         * MODULES.html.sh (File stream based Input/Output): Add
34393         stdlib-safer.
34394
34395 2006-07-21  Eric Blake  <ebb9@byu.net>
34396
34397         * lib/stdlib-safer.h: New file from coreutils, required by
34398         stdlib--.h.
34399
34400 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
34401
34402         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
34403
34404 2006-07-20  Bruno Haible  <bruno@clisp.org>
34405
34406         * gnulib-tool: Recognize new option --assume-autoconf.
34407         (autoconf_minversion): New variable.
34408         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
34409
34410 2006-07-20  Bruno Haible  <bruno@clisp.org>
34411
34412         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
34413
34414 2006-07-19  Derek R. Price  <derek@ximbiot.com>
34415
34416         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
34417         Reindent and repaginate.
34418
34419 2006-07-19  Derek Price  <derek@ximbiot.com>
34420
34421         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
34422         Correct grammar.
34423
34424 2006-07-17  Bruno Haible  <bruno@clisp.org>
34425
34426         * modules/list: New file.
34427         * modules/array-list: New file.
34428         * modules/carray-list, modules/carray-list-tests: New files.
34429         * modules/linked-list, modules/linked-list-tests: New files.
34430         * modules/avltree-list, modules/avltree-list-tests: New files.
34431         * modules/rbtree-list, modules/rbtree-list-tests: New files.
34432         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
34433         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
34434         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
34435         * modules/oset: New file.
34436         * modules/array-oset: New file.
34437         * modules/avltree-oset, modules/avltree-oset-tests: New files.
34438         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
34439         * tests/test-carray_list.c: New file.
34440         * tests/test-linked_list.c: New file.
34441         * tests/test-avltree_list.c: New file.
34442         * tests/test-rbtree_list.c: New file.
34443         * tests/test-linkedhash_list.c: New file.
34444         * tests/test-avltreehash_list.c: New file.
34445         * tests/test-rbtreehash_list.c: New file.
34446         * tests/test-avltree_oset.c: New file.
34447         * tests/test-rbtree_oset.c: New file.
34448         * MODULES.html.sh (Container data structures): New section.
34449
34450 2006-07-17  Bruno Haible  <bruno@clisp.org>
34451
34452         * m4/gl_list.m4: New file.
34453
34454 2006-07-17  Bruno Haible  <bruno@clisp.org>
34455
34456         * lib/gl_list.h: New file.
34457         * lib/gl_list.c: New file.
34458         * lib/gl_array_list.h: New file.
34459         * lib/gl_array_list.c: New file.
34460         * lib/gl_carray_list.h: New file.
34461         * lib/gl_carray_list.c: New file.
34462         * lib/gl_linked_list.h: New file.
34463         * lib/gl_linked_list.c: New file.
34464         * lib/gl_anylinked_list1.h: New file.
34465         * lib/gl_anylinked_list2.h: New file.
34466         * lib/gl_avltree_list.h: New file.
34467         * lib/gl_avltree_list.c: New file.
34468         * lib/gl_anyavltree_list1.h: New file.
34469         * lib/gl_anyavltree_list2.h: New file.
34470         * lib/gl_rbtree_list.h: New file.
34471         * lib/gl_rbtree_list.c: New file.
34472         * lib/gl_anyrbtree_list1.h: New file.
34473         * lib/gl_anyrbtree_list2.h: New file.
34474         * lib/gl_anytree_list1.h: New file.
34475         * lib/gl_anytree_list2.h: New file.
34476         * lib/gl_linkedhash_list.h: New file.
34477         * lib/gl_linkedhash_list.c: New file.
34478         * lib/gl_anyhash_list1.h: New file.
34479         * lib/gl_anyhash_list2.h: New file.
34480         * lib/gl_avltreehash_list.h: New file.
34481         * lib/gl_avltreehash_list.c: New file.
34482         * lib/gl_rbtreehash_list.h: New file.
34483         * lib/gl_rbtreehash_list.c: New file.
34484         * lib/gl_anytreehash_list1.h: New file.
34485         * lib/gl_anytreehash_list2.h: New file.
34486
34487         * lib/gl_oset.h: New file.
34488         * lib/gl_oset.c: New file.
34489         * lib/gl_array_oset.h: New file.
34490         * lib/gl_array_oset.c: New file.
34491         * lib/gl_avltree_oset.h: New file.
34492         * lib/gl_avltree_oset.c: New file.
34493         * lib/gl_rbtree_oset.h: New file.
34494         * lib/gl_rbtree_oset.c: New file.
34495         * lib/gl_anytree_oset.h: New file.
34496
34497 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
34498
34499         * m4/mkancesdirs.m4: New file.
34500         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
34501         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
34502         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
34503         it.
34504
34505 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
34506
34507         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
34508         * lib/mkancesdirs.h: New files.
34509         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
34510         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
34511         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
34512         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
34513         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
34514         callers changed.  Revamp internals significantly, by not
34515         attempting to create directories that are temporarily more
34516         permissive than the final results.  Do not attempt to use
34517         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
34518         This removes some race conditions, fixes some bugs, and simplifies
34519         things.  Use new dirchownmod function to do owner and mode changes.
34520         * lib/mkdir-p.h: Likewise.
34521         * lib/modechange.c (octal_to_mode): New function.
34522         (struct mode_change): New member mentioned.
34523         (make_node_op_equals): New arg mentioned.  All callers changed.
34524         (mode_compile): Keep track of which mode bits the user has explicitly
34525         mentioned.
34526         (mode_adjust): New arg DIR, so that we implement the X op correctly.
34527         New arg PMODE_BITS, to keep track of which mode bits the user
34528         mentioned; it treats S_ISUID and S_ISGID speciall.
34529         All callers changed.
34530         * lib/modechange.h: Likewise.
34531
34532 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
34533
34534         * MODULES.html.sh: Add mkancestors.
34535         * modules/mkancesdirs: New module.
34536         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
34537         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
34538         The chdir-safer and afs files are now orphans; I'll remove them
34539         unless someone speaks up.
34540         Add lib/dirchownmod.c, lib/dirchownmod.h.
34541         (Depends-on): Remove alloca, chown, save-cwd, dirname.
34542         Add lchown, mkancesdirs.
34543         (Maintainer): Add self.
34544
34545 2006-07-15  Karl Berry  <karl@gnu.org>
34546
34547         * gnulib-tool: help message wording/arrangement.
34548
34549 2006-07-14  Simon Josefsson  <jas@extundo.com>
34550
34551         * doc/gnulib.texi (Libtool and Windows): New section.
34552
34553 2006-07-12  Simon Josefsson  <jas@extundo.com>
34554
34555         * modules/gendocs (License): Fix license, approved by Karl.
34556
34557 2006-07-12  Eric Blake  <ebb9@byu.net>
34558
34559         * MODULES.html.sh: Add gendocs.
34560
34561 2006-07-11  Eric Blake  <ebb9@byu.net>
34562
34563         * modules/fdl: New module, to install doc/fdl.texi.
34564         * MODULES.html.sh: Add new section for documentation modules.
34565         * gnulib-tool: Avoid space-tab.
34566         (--doc-base): New option, to manage files from doc.
34567
34568 2006-07-11  Eric Blake  <ebb9@byu.net>
34569
34570         * m4/absolute-header.m4: Fix comments to match recent change.
34571
34572 2006-07-11  Eric Blake  <ebb9@byu.net>
34573
34574         * gnulib-tool: List --doc-base before --tests-base.
34575
34576 2006-07-11  Derek R. Price  <derek@ximbiot.com>
34577
34578         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
34579
34580 2006-07-11  Bruno Haible  <bruno@clisp.org>
34581
34582         * README: Mention where to put documentation.
34583
34584 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34585
34586         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
34587
34588 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
34589
34590         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
34591         to stdint.m4.
34592
34593 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
34594
34595         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
34596         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
34597         "no/such/file/stdint.h" when there is no such file, so that
34598         the resulting C code can be parsed by dodgy compilers.
34599         Problems reported by Bob Proulx.
34600
34601 2006-07-10  Derek R. Price  <derek@ximbiot.com>
34602
34603         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
34604         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
34605         macros into the GNU _D_EXACT_NAMLEN.
34606         * lib/savedir.c:  Likewise.
34607         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
34608
34609 2006-07-10  Derek R. Price  <derek@ximbiot.com>
34610         and Paul Eggert  <eggert@cs.ucla.edu>
34611
34612         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
34613         * m4/savedir.m4:
34614         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
34615         macros into the GNU _D_EXACT_NAMLEN.
34616
34617 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
34618
34619         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
34620         around the absolute name, to work around a problem with the HP-UX
34621         11.23 native C compiler, reported by Bob Proulx.
34622
34623 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
34624
34625         * doc/maintain.texi, make-stds.texi: Sync from
34626         <http://savannah.gnu.org/projects/gnustandards>.
34627
34628 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
34629
34630         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
34631
34632 2006-07-09  Jim Meyering  <jim@meyering.net>
34633
34634         * m4/glob.m4: Remove a doubled word in a comment.
34635
34636 2006-07-09  Jim Meyering  <jim@meyering.net>
34637
34638         * lib/argp-pv.c: Remove a doubled word in a comment.
34639         * lib/check-version.c (check_version): Likewise.
34640         * lib/javacomp.c (compile_java_class): Likewise.
34641
34642 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
34643
34644         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
34645         for the benefit of people using Autoconf 2.60.  If you want to
34646         support older Autoconf versions you can copy m4/onceonly_2_57.m4
34647         (or m4/onceonly.m4, if pre-2.57) manually.
34648
34649 2006-07-08  Jim Meyering  <jim@meyering.net>
34650
34651         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
34652         comment.
34653         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
34654         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
34655         comment.
34656
34657 2006-07-08  Jim Meyering  <jim@meyering.net>
34658
34659         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
34660
34661 2006-07-07  Simon Josefsson  <jas@extundo.com>
34662
34663         * tests/test-crc.c: Change expected crc value, the test vector
34664         were probably computed using the old broken crc.c?
34665
34666 2006-07-06  Simon Josefsson  <jas@extundo.com>
34667
34668         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
34669         now the canonical place for the M4 file).
34670
34671         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
34672         from the sys_socket dependency now.
34673
34674         * modules/inet_pton (Files): Ditto.
34675
34676         * modules/inet_ntop (Files): Ditto.
34677
34678 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
34679
34680         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
34681         not gl_PREREQ_GETUSERSHELL.
34682
34683 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34684
34685         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
34686         with only one argument, for Autoconf 2.60.
34687         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
34688         expand to nothing, so add a shell command to avoid syntax error.
34689         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
34690
34691 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34692
34693         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
34694
34695 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
34696
34697         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
34698         no longer needed.  Check for isblank decl.
34699         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
34700         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
34701         of existence.
34702
34703 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
34704
34705         * lib/getloadavg.c: Use __VMS, not VMS.
34706         * lib/getopt.c: Likewise.
34707         * lib/getpagesize.h: Likewise.
34708         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
34709         and probably does not work.
34710
34711 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
34712
34713         * lib/.cppi-disable: Add wcwidth.
34714         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
34715         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
34716         (ISGRAPH): Remove.  All uses changed to isgraph.
34717         (FOLD) [!defined _LIBC]: Remove special case.
34718         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
34719         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
34720         HAVE_ISBLANK.
34721         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
34722         case.
34723
34724 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
34725
34726         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
34727         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
34728         brackets.  Other minor changes to suppress some compiler
34729         warnings.
34730
34731 2006-07-06  Derek R. Price  <derek@ximbiot.com>
34732         and Paul Eggert  <eggert@cs.ucla.edu>
34733
34734         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
34735         of invoking obsolescent AC_HEADER_DIRENT macro.
34736         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
34737         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
34738         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
34739         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
34740         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
34741         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
34742         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
34743         * m4/readdir.m4: Remove; no longer needed.
34744
34745 2006-07-06  Derek R. Price  <derek@ximbiot.com>
34746         and Paul Eggert  <eggert@cs.ucla.edu>
34747
34748         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
34749         Don't worry about this obsolete case any more.
34750         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
34751         directories.
34752         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
34753         worry about this obsolete case any more.
34754         * lib/fts.c: Likewise.
34755         * lib/getcwd.c: Likewise.
34756         * lib/glob.h: Likewise.
34757         * lib/savedir.c: Likewise.
34758
34759 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
34760
34761         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
34762         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
34763         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
34764         needed.
34765         All uses removed.
34766         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
34767         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
34768         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
34769         needed.
34770         * m4/getdate.m4 (gl_GETDATE): Likewise.
34771         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
34772         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
34773         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
34774         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
34775         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
34776         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
34777         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
34778         needed.
34779
34780 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
34781
34782         * lib/memcasecmp.c: Include <limits.h>.
34783         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
34784         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
34785         Don't assume isdigit succeeds only on '0' through '9'.
34786
34787 2006-07-05  Eric Blake  <ebb9@byu.net>
34788
34789         * modules/getaddrinfo (Depends-on): Add snprintf.
34790
34791 2006-07-05  Eric Blake  <ebb9@byu.net>
34792
34793         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
34794         to avoid 'header present but could not be compiled' on cygwin.
34795
34796 2006-07-05  Eric Blake  <ebb9@byu.net>
34797
34798         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
34799         missing from netdb.h.
34800         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
34801
34802 2006-07-05  Derek R. Price  <derek@ximbiot.com>
34803
34804         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
34805         no longer needed.
34806         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
34807         * m4/getdate.m4 (gl_GETDATE): Likewise.
34808         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
34809         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
34810         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
34811         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
34812         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
34813
34814 2006-07-05  Derek R. Price  <derek@ximbiot.com>
34815
34816         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
34817         All uses of is_space replaced by isspace.
34818         * lib/exit.h: Don't talk about STDC_HEADERS.
34819         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
34820         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
34821         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
34822         replaced by isprint etc.
34823         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
34824         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
34825         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
34826         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
34827         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
34828         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
34829
34830 2006-07-05  Bruno Haible  <bruno@clisp.org>
34831
34832         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
34833         the function exists, before testing against AIX.
34834         Reported by Martin Lambers <marlam@marlam.de>.
34835
34836 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
34837
34838         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
34839         From Mark D. Baushke.
34840
34841 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
34842
34843         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
34844         to the absolute name, not just one, to bypass Sun C 5.8's
34845         "warning: #include of /usr/include/... may be non-portable".
34846
34847 2006-07-04  Eric Blake  <ebb9@byu.net>
34848
34849         * modules/dirname-tests: New test module.
34850         * tests/test-dirname.c: New file, replacing dirname.c
34851         TEST_DIRNAME section that was recently deleted.
34852
34853 2006-07-04  Bruno Haible  <bruno@clisp.org>
34854
34855         Assume ANSI C header files and <ctype.h> functions.
34856         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
34857         (mbsnwidth): Use isprint, iscntrl instead.
34858
34859 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
34860
34861         Merge from coreutils.
34862         * MODULES.html.sh: Add xstrtold.
34863         * modules/xstrtold: New file.
34864         * modules/cycle-check (Files): Add lib/same-inode.h.
34865         * modules/dirname (Files): Add m4/double-slash-root.m4.
34866         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
34867         * modules/mkdir-p (Files): Add lib/same-inode.h.
34868         * modules/same (Files): Add lib/same-inode.h.
34869
34870 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
34871
34872         * m4/absolute-header.m4: Renamed from full-header-path.m4.
34873         This is to keep the terminology clean; POSIX talks about
34874         "absolute pathnames", not "full pathnames", but the GNU
34875         Coding Standards say to use "path" for something else;
34876         so use "absolute" to keep both sides happy.
34877         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
34878         Set gl_absolute_header, not gl_full_header_path.
34879         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
34880         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
34881         All uses changed.
34882
34883         Merge from coreutils.
34884
34885         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
34886
34887         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
34888         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
34889         want to require the building of c-strtod.o.
34890         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
34891         needs -lm directly.
34892         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
34893
34894         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
34895
34896         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
34897         --as-needed option if available.  Problem reported by Albert Chin in
34898         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
34899         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
34900         cc merely issues a bunch of annoying warnings for --as-needed
34901         (this problem was reported by Bob Proulx).  Also, try linking with
34902         -lm to detect a bug in binutils 2.16 (this problem was reported
34903         by Ralf Wildenhues).
34904
34905         2006-06-18  Jim Meyering  <jim@meyering.net>
34906
34907         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
34908         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
34909         macro.
34910         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
34911         also check for glibc-2.4's abort-inducing bug.
34912
34913         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
34914         Low-probability clean-up should be to use rmdir to get rid of
34915         the just-created directory, not unlink.
34916
34917         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
34918         configure fail, and request a bug report to inform us about it.
34919         Add a comment that, barring reports to the contrary, in 2007 we'll
34920         assume ftruncate is universally available.
34921
34922         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
34923
34924         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
34925
34926         2006-03-12  Jim Meyering  <jim@meyering.net>
34927
34928         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
34929         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
34930         * m4/same.m4 (gl_SAME): Likewise.
34931         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
34932
34933         2006-03-11  Eric Blake  <ebb9@byu.net>
34934
34935         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
34936         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
34937         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
34938         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
34939
34940 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
34941
34942         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
34943         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
34944         reported by Mark D. Baushke, one in
34945         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
34946
34947         Merge from coreutils.
34948
34949         * lib/.cppi-disable: Add stdint_.h.
34950         * lib/.cvsignore: Add stdint.h.
34951
34952         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
34953
34954         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
34955         both double and long double versions.
34956         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
34957         * lib/xstrtold.c: New file.
34958         * lib/xstrtod.h (xstrtold): New decl.
34959
34960         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
34961
34962         * lib/filemode.c (setst): Remove.
34963         (strmode): Rewrite to avoid setst.  This makes the code shorter,
34964         (arguably) clearer, and the generated code is a bit smaller on my
34965         Debian GNU/Linux stable x86 host.
34966
34967         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
34968
34969         * lib/filemode.c: Include "filemode.h" first, to test the interface.
34970         Assume that filemode.h includes sys/types.h and sys/stat.h.
34971         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
34972         (ftypelet): Reorder to put common cases first, for efficiency.
34973         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
34974         to do 'M'.
34975         (strmode): Renamed from mode_string, and now stores 12 bytes instead
34976         of 10, for compatibility with FreeBSD.  All callers changed.
34977         (filemodestring): Now stores 12 bytes instead of 10, and sets file
34978         types that can't be deduced solely from st_mode.  First arg is now a
34979         const pointer.
34980         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
34981         (strmode): Renamed from mode_string.
34982         (filemodestring): New decl.
34983         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
34984         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
34985         needed.
34986         (S_ISPORT, S_ISWHT): New macros, if not already defined.
34987
34988         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
34989
34990         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
34991         fsusage.h now does that.  Include fsusage.h first, to test interface.
34992         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
34993         at most one method (the old code could have generated decls that
34994         didn't conform to C89, not that this was ever exercised).
34995         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
34996
34997         2006-03-19  Jim Meyering  <jim@meyering.net>
34998
34999         Work even in a chroot where d_ino values for entries in "/"
35000         don't match the stat.st_ino values for the same names.
35001         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
35002         number, iterate through all entries again, using lstat instead.
35003         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
35004         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
35005
35006         * lib/getcwd.c (__getcwd): Clarify a comment.
35007         Use memcpy in place of a call to strcpy.
35008
35009         2006-03-12  Jim Meyering  <jim@meyering.net>
35010
35011         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
35012         matches that of the current directory (which we're about to chdir ".."
35013         out of), then save the dev-ino of the parent, instead.
35014
35015         * lib/same-inode.h (SAME_INODE): New file/macro.
35016         * lib/chdir-safer.c (SAME_INODE): Remove definition.
35017         Include "same-inode.h", instead.
35018         * lib/same.c: Likewise.
35019         * lib/cycle-check.h: Include "same-inode.h".
35020         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
35021         * lib/cycle-check.c (SAME_INODE): Remove definition.
35022         * lib/root-dev-ino.h: Include "same-inode.h".
35023
35024         2006-03-11  Eric Blake  <ebb9@byu.net>
35025
35026         * lib/same.c (same_name): s/base_name/last_component/
35027         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
35028         * lib/filenamecat.c (file_name_concat): Likewise.
35029
35030         2006-03-11  Eric Blake  <ebb9@byu.net>,
35031                     Paul Eggert  <eggert@cs.ucla.edu>
35032
35033         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
35034         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
35035         drive prefix.
35036         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
35037         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
35038         (last_component): New method.
35039         * lib/dirname.c (dir_len): Determine when drive letters need a
35040         subsequent slash.  Preserve // when it is special.
35041         (dir_name): Don't append dot when drive letter is absolute.
35042         [TEST_DIRNAME]: Move into a full-blown gnulib test.
35043         * lib/basename.c (base_name): New semantics - malloc the result.
35044         Preserve // when it is special.  Preserve relative files that look
35045         like drive letters.
35046         (base_len): Preserve // when it is special.
35047         (last_component): New method, similar to old base_name semantics.
35048         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
35049         base_name.  Strip redundant slashes from ///.
35050
35051 2006-07-03  Jim Meyering  <jim@meyering.net>
35052
35053         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
35054         macro is used before the first cycle_check call.
35055
35056 2006-07-03  Eric Blake  <ebb9@byu.net>
35057
35058         * modules/dirname (Depends-on): Add xstrndup.
35059
35060 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
35061
35062         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
35063         test cases, so that config.log is a bit easier to follow.
35064
35065 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
35066
35067         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
35068         both are 64 bits, since this seems to be the tradition, and this
35069         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
35070         we ever run into a host that prefers long long to long in this
35071         case, we'll need another configure-time test.  Problem reported by
35072         Jim Meyering.
35073
35074 2006-07-02  Eric Blake  <ebb9@byu.net>
35075
35076         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
35077
35078 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
35079
35080         * modules/inttypes (Depends-on): No longer depends on stdint.
35081         * modules/stdint (Description): Say more about assumptions.
35082         Say that the fast types might differ.  Say macros are used.
35083         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
35084         (Makefile.am): Revise list of substituted symbols to match
35085         new stdint.m4.
35086         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
35087         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
35088         * tests/test-stdint.c (verify_same_types)
35089         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
35090         the code conforms to C99/C89.
35091         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
35092         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
35093
35094 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
35095
35096         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
35097         but fix a bug, by requiring at least 64 bits.
35098         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
35099         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
35100         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
35101         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
35102
35103         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
35104         changes.  Make 2.59 a prerequisite.  Check and substitute for
35105         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
35106         inttypes.h.  Do not use special include files; just use the
35107         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
35108         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
35109         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
35110         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
35111         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
35112         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
35113         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
35114         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
35115         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
35116         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
35117         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
35118         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
35119         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
35120         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
35121         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
35122         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
35123         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
35124         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
35125         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
35126         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
35127         WINT_MAX.  Check for C99 conformance more strictly, by detecting
35128         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
35129         not check for things that C99 does not require, e.g., int8_t.  If
35130         a test isn't needed unless <stdint.h> isn't working, and is
35131         unlikely to be needed for any other reason, then don't do it
35132         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
35133         size_t, since we assume C89 freestanding at least.  Do not check
35134         for sig_atomic_t, wchar_t, or wint_t, since the code now does
35135         the right thing even if the types are not defined.  Instead use:
35136         (gl_STDINT_TYPE_PROPERTIES): New macro.
35137         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
35138         testing whether <sys/types.h> clashes, as Autoconf does this for
35139         us now.  All uses removed.
35140         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
35141         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
35142         (gl_CHECK_TYPE_SAME):
35143         Remove; no longer needed.
35144         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
35145         exists, since we'll return 0 anyway in that case.
35146         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
35147
35148 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
35149
35150         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
35151         possible collision with system files.
35152         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
35153         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
35154         WCHAR_MIN and WCHAR_MAX in this case.
35155         (<stddef.h>): Do not include; no longer needed.
35156         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
35157         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
35158         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
35159         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
35160         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
35161         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
35162         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
35163         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
35164         !defined(__c99))]: Include in this case too, since it's harmless
35165         now.
35166         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
35167         dangerous to do so.
35168         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
35169         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
35170         (_STDINT_MIN, _STDINT_MAX): New macros.
35171         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
35172         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
35173         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
35174         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
35175         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
35176         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
35177         macros, not typedefs; this simplifies things quite a bit.
35178         Use long int for all types narrower than int64_t.
35179         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
35180         Define in terms of long long int or int64_t or long int,
35181         not int64_t or int32_t.  This saves some compile-time testing.
35182         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
35183         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
35184         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
35185         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
35186         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
35187         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
35188         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
35189         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
35190         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
35191         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
35192         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
35193         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
35194         undef any previous version and define our own version, for
35195         simplicity and consistency with the new macros for types.
35196         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
35197         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
35198         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
35199         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
35200         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
35201         @WINT_T_SUFFIX@ to keep things simple here.
35202         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
35203         Simplify by assuming typical 8/16/32/64 host, since we're
35204         already doing that elsewhere anyway.
35205         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
35206         and assume long long int is 64 bits if available.  This
35207         speeds up 'configure'.
35208
35209 2006-07-01  Eric Blake  <ebb9@byu.net>
35210
35211         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
35212         Reported by Andreas Buening.
35213
35214 2006-07-01  Eric Blake  <ebb9@byu.net>
35215
35216         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
35217
35218 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
35219
35220         * lib/getaddrinfo.c: fixed typo
35221
35222 2006-06-29  Jim Meyering  <jim@meyering.net>
35223
35224         * modules/strftime (Maintainer): Add my name, since with the
35225         FPRINTFTIME changes strftime.c has forked from glibc.
35226
35227 2006-06-29  Eric Blake  <ebb9@byu.net>
35228
35229         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
35230
35231 2006-06-29  Eric Blake  <ebb9@byu.net>
35232
35233         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
35234
35235 2006-06-29  Eric Blake  <ebb9@byu.net>
35236
35237         * lib/stat_.h: New file.
35238
35239 2006-06-29  Eric Blake  <ebb9@byu.net>
35240
35241         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
35242         unused static function.
35243
35244 2006-06-29  Eric Blake  <ebb9@byu.net>
35245
35246         * doc/functions.texi (Function Portability): Document missing lstat
35247         on mingw.
35248
35249 2006-06-29  Eric Blake  <ebb9@byu.net>
35250
35251         * MODULES.html.sh: Add sys_stat.
35252         * modules/sys_stat: New module.
35253         * modules/mkstemp (Depends-on): Add sys_stat.
35254
35255 2006-06-29  Derek R. Price  <derek@ximbiot.com>
35256
35257         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
35258
35259 2006-06-29  Derek R. Price  <derek@ximbiot.com>
35260
35261         * m4/c-bs-a.m4: Removed.
35262
35263 2006-06-29  Derek R. Price  <derek@ximbiot.com>
35264
35265         * lib/strftime.c: Assume strftime() exists.
35266
35267 2006-06-29  Derek Price  <derek@ximbiot.com>
35268
35269         * modules/c-bs-a: Removed - \a is C89.
35270         * MODULES.html.sh: Remove c-bs-a.
35271
35272 2006-06-29  Bruno Haible  <bruno@clisp.org>
35273
35274         * modules/wcwidth (License): Change to LGPL.
35275
35276 2006-06-28  Simon Josefsson  <jas@extundo.com>
35277
35278         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
35279         on _WIN32.
35280
35281         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
35282         getnameinfo.
35283
35284 2006-06-28  Simon Josefsson  <jas@extundo.com>
35285
35286         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
35287
35288 2006-06-28  Simon Josefsson  <jas@extundo.com>
35289
35290         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
35291         functions there.  It will succeed on Windows XP, but on Windows
35292         2000 and (presumably) earlier, it will fail, and use the internal
35293         re-implementation.
35294         (use_win32_p): New function.
35295         (getaddrinfo): Use strtoul on servname, to support numeric ports.
35296         Support AI_NUMERICSERV to disable getservbyname.
35297         (getnameinfo): New function, only supports
35298         NI_NUMERICHOST|NI_NUMERICSERV for now.
35299
35300         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
35301         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
35302         getnameinfo.
35303
35304 2006-06-28  Eric Blake  <ebb9@byu.net>
35305
35306         * modules/wcwidth: New file.
35307         * modules/mbchar (Depends-on): Add wcwidth.
35308         * modules/mbswidth (Depends-on): Add wcwidth.
35309         * MODULES.html.sh: Add wcwidth.
35310
35311 2006-06-28  Eric Blake  <ebb9@byu.net>
35312
35313         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
35314         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
35315
35316 2006-06-28  Eric Blake  <ebb9@byu.net>
35317
35318         * lib/xvasprintf.h: Fix comments.
35319
35320 2006-06-28  Eric Blake  <ebb9@byu.net>
35321
35322         * lib/mbchar.h (wcwidth): Include wcwidth.h.
35323         * lib/mbswidth.c (wcwidth): Move from here...
35324         * lib/wcwidth.h: ...to this new file.
35325
35326 2006-06-28  Derek R. Price  <derek@ximbiot.com>
35327
35328         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
35329
35330         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
35331         it's obsolete.
35332         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
35333
35334 2006-06-28  Derek R. Price  <derek@ximbiot.com>
35335
35336         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
35337         Autoconf 2.60 says this stuff was obsolete.
35338
35339 2006-06-28  Bruno Haible  <bruno@clisp.org>
35340
35341         * modules/wcwidth (Files): Add m4/wchar_t.m4.
35342
35343 2006-06-28  Bruno Haible  <bruno@clisp.org>
35344
35345         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
35346         gt_TYPE_WCHAR_T.
35347
35348 2006-06-28  Bruno Haible  <bruno@clisp.org>
35349
35350         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
35351         declaration for wcwidth.
35352         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
35353
35354 2006-06-28  Bruno Haible  <bruno@clisp.org>
35355
35356         * lib/mkdtemp.c [MINGW]: Include <io.h>.
35357         (mkdir): Define using _mkdir.
35358
35359 2006-06-28  Bruno Haible  <bruno@clisp.org>
35360
35361         * lib/getaddrinfo.h: Fix POSIX URL.
35362         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
35363         _WIN32.
35364         (use_win32_p): Make static.
35365         (getaddrinfo): Reject service name if it is empty or does not consist
35366         solely of decimal digits, or if its value is > 65535.
35367         (getnameinfo): Remove useless casts.
35368
35369 2006-06-27  Simon Josefsson  <jas@extundo.com>
35370
35371         * modules/sys_select: New file, suggested by Bruno Haible, Paul
35372         Eggert and Martin Lambers.
35373
35374 2006-06-27  Simon Josefsson  <jas@extundo.com>
35375
35376         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
35377         Eggert and Martin Lambers.
35378
35379 2006-06-27  Bruno Haible  <bruno@clisp.org>
35380
35381         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
35382         result to 0, not to empty.
35383         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
35384
35385 2006-06-27  Bruno Haible  <bruno@clisp.org>
35386
35387         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
35388
35389 2006-06-26  Simon Josefsson  <jas@extundo.com>
35390
35391         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
35392         present.
35393
35394 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
35395
35396         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
35397         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
35398         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
35399
35400 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
35401
35402         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
35403
35404 2006-06-26  Bruno Haible  <bruno@clisp.org>
35405
35406         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
35407
35408 2006-06-26  Bruno Haible  <bruno@clisp.org>
35409
35410         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
35411
35412 2006-06-26  Bruno Haible  <bruno@clisp.org>
35413
35414         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
35415         SGI C compiler in pre-C99 mode.
35416         Suggested by Mark D. Baushke and Larry Jones.
35417
35418 2006-06-26  Bruno Haible  <bruno@clisp.org>
35419
35420         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
35421         WCHAR_MAX.
35422         Reported by Mark D. Baushke and Larry Jones.
35423
35424 2006-06-26  Bruno Haible  <bruno@clisp.org>
35425
35426         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
35427         in pre-C99 mode.
35428         Suggested by Mark D. Baushke and Larry Jones.
35429
35430 2006-06-23  Simon Josefsson  <jas@extundo.com>
35431             Bruno Haible  <bruno@clisp.org>
35432
35433         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
35434         Emit mostlyclean-local rule.
35435         (func_emit_tests_Makefile_am): Likewise.
35436         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
35437
35438 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
35439
35440         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
35441
35442 2006-06-23  Bruno Haible  <bruno@clisp.org>
35443
35444         * tests/test-stdint.c: Update to match ISO C 99 Technical
35445         Corrigendum 1.
35446
35447 2006-06-23  Bruno Haible  <bruno@clisp.org>
35448
35449         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
35450
35451 2006-06-23  Bruno Haible  <bruno@clisp.org>
35452
35453         * lib/stdint_.h: Treat IRIX like OpenBSD.
35454
35455 2006-06-23  Bruno Haible  <bruno@clisp.org>
35456
35457         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
35458         ISO C 99 Technical Corrigendum 1.
35459
35460 2006-06-22  Simon Josefsson  <jas@extundo.com>
35461
35462         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
35463         MinGW.
35464
35465 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35466
35467         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
35468         needed.  Some compiler complained about some of them.  Problem reported
35469         by Larry Jones in
35470         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
35471
35472 2006-06-21  Simon Josefsson  <jas@extundo.com>
35473
35474         * tests/test-getaddrinfo.c: New file.
35475
35476         * modules/getaddrinfo-tests: New file.
35477
35478         * MODULES.html.sh: Add inet_pton.
35479
35480         * modules/inet_pton: New file.
35481
35482 2006-06-21  Simon Josefsson  <jas@extundo.com>
35483
35484         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
35485         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
35486         of using the (limited) gnulib implementation on Windows XP.
35487
35488         * m4/inet_pton.m4: New file.
35489
35490 2006-06-21  Simon Josefsson  <jas@extundo.com>
35491
35492         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
35493         variable.
35494
35495         * lib/socket_.h: Don't define WINVER.
35496
35497         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
35498         slightly modified to work in gnulib.
35499
35500 2006-06-21  Simon Josefsson  <jas@extundo.com>
35501
35502         * doc/gnulib.texi (Windows sockets): Add.
35503
35504 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
35505
35506         * lib/read-file.c (fread_file): Start with buffer allocation of
35507         0 bytes rather than 1 byte; this simplifies the code.
35508         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
35509         code to free buffer and save/restore errno.
35510         (internal_read_file): Remove unused local.
35511
35512 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
35513
35514         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
35515         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
35516         Problem reported by Denis Excoffier in
35517         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
35518
35519 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
35520
35521         * modules/sys_socket, modules/socklen: Include sys/types since
35522         FreeBSD 4.x's sys/socket.h needs it.
35523
35524 2006-06-19  Simon Josefsson  <jas@extundo.com>
35525
35526         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
35527
35528 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
35529
35530         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
35531
35532 2006-06-19  Bruno Haible  <bruno@clisp.org>
35533
35534         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
35535         and FULL_PATH_INTTYPES_H in angle brackets.
35536         Reported by Mark D. Baushke <mdb@gnu.org>.
35537
35538 2006-06-17  Eric Blake  <ebb9@byu.net>
35539
35540         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
35541         errno.
35542
35543 2006-06-17  Bruno Haible  <bruno@clisp.org>
35544
35545         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
35546         <sys/inttypes.h>.
35547
35548 2006-06-17  Bruno Haible  <bruno@clisp.org>
35549
35550         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
35551         whether errno is declared. Assume <errno.h> declares errno.
35552
35553 2006-06-17  Bruno Haible  <bruno@clisp.org>
35554
35555         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
35556
35557 2006-06-17  Bruno Haible  <bruno@clisp.org>
35558
35559         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
35560         problem on Solaris 2.5.1.
35561
35562 2006-06-16  Eric Blake  <ebb9@byu.net>
35563
35564         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
35565         * lib/unicodeio.c [!defined errno]: Likewise.
35566         * lib/strtol.c [!defined errno]: Likewise.
35567         * lib/strtod.c [!defined errno]: Likewise.
35568
35569 2006-06-15  Eric Blake  <ebb9@byu.net>
35570
35571         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
35572
35573 2006-06-15  Eric Blake  <ebb9@byu.net>
35574
35575         * config/srclist.txt (ssize_t.m4): Lose sync.
35576
35577 2006-06-15  Bruno Haible  <bruno@clisp.org>
35578
35579         * modules/stdint (Files): Include m4/full-header-path.m4,
35580         m4/size_max.m4, m4/wchar_t.m4.
35581         (Makefile.am): Many more substitutions.
35582         * modules/stdint-tests: New file.
35583         * tests/test-stdint.c: New file.
35584
35585 2006-06-15  Bruno Haible  <bruno@clisp.org>
35586
35587         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
35588         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
35589         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
35590         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
35591         gl_CHECK_TYPE_SAME): New macros.
35592
35593 2006-06-15  Bruno Haible  <bruno@clisp.org>
35594
35595         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
35596
35597 2006-06-15  Bruno Haible  <bruno@clisp.org>
35598
35599         * lib/stdint_.h: Rewritten to be fully auto-configured.
35600         Fixes bug on HP-UX/IA64.
35601
35602 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
35603
35604         * lib/getdate.y (__attribute__): Don't define if already defined.
35605         Problem reported by Larry Jones.
35606         * lib/utimens.c (__attribute__): Likewise.
35607
35608 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
35609
35610         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
35611         reported by Andreas Schwab.
35612
35613 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35614             Bruno Haible  <bruno@clisp.org>
35615
35616         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
35617         check for the declaration of strnlen and a run test that exposes the
35618         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
35619         rpl_strndup.
35620
35621 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35622             Bruno Haible  <bruno@clisp.org>
35623
35624         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
35625
35626 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35627
35628         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
35629         compile test, for Tru64 4.0D.
35630
35631 2006-05-28  Karl Berry  <karl@gnu.org>
35632
35633         * config/srclist.txt (printf-args.c): lose sync.
35634
35635 2006-05-26  Martin Lambers  <marlam@marlam.de>
35636
35637         * lib/getpass.c: Updates the test for the native W32 API, and adds
35638         missing includes, thus fixing compilation warnings.
35639
35640 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
35641
35642         * lib/exclude.c (exclude_fnmatch): New function.
35643         (excluded_file_name): Call exclude_fnmatch.
35644         * lib/exclude.h (excluded_file_name): New prototype
35645
35646 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
35647
35648         * lib/tempname.c (small_open, large_open): New macros.
35649         (__open, __open64) [!_LIBC]: Remove.
35650         (__gen_tempname): Use small_open and large_open instead of __open
35651         and __open64.  This fixes a portability bug on HP-UX 11.11i
35652         reported by Simon Wing-Tang in
35653         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
35654
35655 2006-05-24  Bruno Haible  <bruno@clisp.org>
35656
35657         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
35658         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
35659         Reported by Thorsten Maerz <torte@netztorte.de> via
35660         Aaron Stone <aaron@serendipity.cx>.
35661
35662 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
35663
35664         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
35665         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
35666         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
35667         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
35668         not really conditional on the cache.
35669         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
35670
35671 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
35672
35673         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
35674         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
35675         (my_usleep): Don't mishandle maximum value.
35676
35677 2006-05-19  Jim Meyering  <jim@meyering.net>
35678
35679         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
35680
35681 2006-05-17  Bruno Haible  <bruno@clisp.org>
35682
35683         Cygwin portability.
35684         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
35685
35686 2006-05-17  Bruno Haible  <bruno@clisp.org>
35687
35688         * lib/stdint_.h: Fix recognition of Cygwin.
35689
35690 2006-05-15  Bruno Haible  <bruno@clisp.org>
35691
35692         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
35693         on libtool patch by Ralf Wildenhues.
35694
35695 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
35696
35697         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
35698         test for C99 conformance; (bool) 0.5 is an integer constant
35699         expression, but (bool) -0.5 is not.  Problem reported by Fedor
35700         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
35701
35702 2006-05-11  Simon Josefsson  <jas@extundo.com>
35703
35704         * m4/xvasprintf.m4: Fix obvious typo.
35705
35706 2006-05-11  Jim Meyering  <jim@meyering.net>
35707
35708         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
35709         James Lemley.
35710
35711 2006-05-10  Simon Josefsson  <jas@extundo.com>
35712
35713         * lib/md4.c: Typo fix, update copyright years.
35714         (K1, K2): Don't use L because it turn computations into 64-bit on
35715         64-bit platforms.
35716
35717 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
35718
35719         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
35720         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
35721         unwanted sign propagation, e.g., on hosts with 64-bit int.
35722         There still are some problems with reeelly weird theoretical hosts
35723         (e.g., 33-bit int) but it's not worth worrying about now.
35724         * lib/sha1.c (rol): Likewise.
35725         (K1, K2, K3, K4): Remove unnecessary L suffix.
35726
35727 2006-05-10  Bruno Haible  <bruno@clisp.org>
35728
35729         * lib/des.c: Cast to avoid warnings.
35730
35731 2006-05-09  Bruno Haible  <bruno@clisp.org>
35732
35733         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
35734         (Depends-on): Depend also on xsize, stdarg.
35735         (configure.ac): Add gl_XVASPRINTF.
35736
35737 2006-05-09  Bruno Haible  <bruno@clisp.org>
35738
35739         * m4/xvasprintf.m4: New file.
35740
35741 2006-05-09  Bruno Haible  <bruno@clisp.org>
35742
35743         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
35744         (EOVERFLOW): Define fallback value.
35745         (xstrcat): New function.
35746         (xvasprintf): Recognize the special case of a string concatenation.
35747
35748 2006-05-08  Eric Blake  <ebb9@byu.net>
35749
35750         * gnulib-tool (func_version): Base copyright year on CVS date.
35751         (func_emit_copyright_notice): New function.
35752         (func_emit_lib_Makefile_am): Use it.
35753         (func_emit_tests_Makefile_am): Likewise.
35754         (func_import): Likewise.
35755
35756 2006-05-08  Bruno Haible  <bruno@clisp.org>
35757
35758         * modules/stdarg: New file.
35759         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
35760
35761 2006-05-08  Bruno Haible  <bruno@clisp.org>
35762
35763         * m4/stdarg.m4: New file, from GNU gettext.
35764
35765 2006-05-08  Bruno Haible  <bruno@clisp.org>
35766
35767         * config/srclist.txt (build-aux/config.rpath): different from latest
35768         release.
35769
35770 2006-05-08  Bruno Haible  <bruno@clisp.org>
35771
35772         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
35773
35774 2006-05-05  Jim Meyering  <jim@meyering.net>
35775
35776         * m4/warning.m4: New file, derived from bison's file by the same name.
35777
35778 2006-05-03  Bruno Haible  <bruno@clisp.org>
35779
35780         * lib/stdint_.h: Shorter URL.
35781         * lib/inttypes.h: Likewise.
35782
35783 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
35784
35785         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
35786
35787 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
35788
35789         * lib/verify.h: Document the internals better.  Most of this change
35790         was written by Bruno Haible.
35791
35792 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
35793
35794         * doc/verify.texi: New file, partly based on a proposal by
35795         Bruno Haible.
35796
35797 2006-05-02  Bruno Haible  <bruno@clisp.org>
35798
35799         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
35800         test from here...
35801         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
35802
35803 2006-04-29  Bruno Haible  <bruno@clisp.org>
35804
35805         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
35806         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
35807
35808 2006-04-29  Bruno Haible  <bruno@clisp.org>
35809
35810         * gnulib-tool: Make --update option actually work.
35811
35812 2006-04-29  Bruno Haible  <bruno@clisp.org>
35813
35814         * doc/gcd.texi: New file.
35815         * doc/gnulib.texi: Include it.
35816
35817 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
35818
35819         * lib/getdate.y (get_date): When adding relative date, start with the
35820         initial time, not with the result of the first mktime call.
35821
35822 2006-04-25  Bruno Haible  <bruno@clisp.org>
35823
35824         * gnulib-tool (func_import): Output the include directives in three
35825         blocks, sorted separately.
35826         Reported by Ben Pfaff <blp@cs.stanford.edu>.
35827
35828 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
35829
35830         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
35831         to define main with arguments, for C++.  Reported by Eric Blake.
35832         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
35833         Prefer 'int main ()' to 'int main (void)', for C++.
35834         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
35835         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
35836         for 'main', for C99 and C++.
35837
35838 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
35839
35840         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
35841         Don't assume that exit status -1 is valid.
35842         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
35843         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
35844         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
35845         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
35846         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
35847         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
35848         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
35849         functions can be used without declaring them, or that you can
35850         exit with status -1.
35851         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
35852
35853 2006-04-24  Karl Berry  <karl@gnu.org>
35854
35855         * config/srclist.txt (longdouble.m4): sync lost.
35856
35857 2006-04-24  Eric Blake  <ebb9@byu.net>
35858
35859         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
35860
35861 2006-04-24  Bruno Haible  <bruno@clisp.org>
35862
35863         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
35864         poll() implementation in AIX.
35865         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
35866
35867 2006-04-24  Bruno Haible  <bruno@clisp.org>
35868
35869         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
35870         assigned exactly once.
35871
35872 2006-04-23  Claudio Fontana  <claudio@gnu.org>
35873             Bruno Haible  <bruno@clisp.org>
35874
35875         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
35876         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
35877         for AM_CPPFLAGS.
35878
35879 2006-04-23  Bruno Haible  <bruno@clisp.org>
35880
35881         * modules/copy-file: Depend on unistd.
35882         * modules/execute: Likewise.
35883         * modules/fatal-signal: Likewise.
35884         * modules/findprog: Likewise.
35885         * modules/mkdtemp : Likewise.
35886         * modules/pipe: Likewise.
35887         * modules/wait-process: Likewise.
35888
35889 2006-04-23  Bruno Haible  <bruno@clisp.org>
35890
35891         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
35892         condition was already detected.
35893         Reported by Ben Pfaff <blp@cs.stanford.edu>.
35894
35895 2006-04-23  Bruno Haible  <bruno@clisp.org>
35896
35897         * lib/copy-file.c: Include <unistd.h> unconditionally.
35898         * lib/execute.c: Likewise.
35899         * lib/fatal-signal.c: Likewise.
35900         * lib/findprog.c: Likewise.
35901         * lib/mkdtemp.c: Likewise.
35902         * lib/pipe.h: Likewise.
35903         * lib/pipe.c: Likewise.
35904         * lib/wait-process.h: Likewise.
35905
35906 2006-04-23  Bruno Haible  <bruno@clisp.org>
35907
35908         * gnulib-tool (func_usage): Fix --import description. Document
35909         --update.
35910         (func_import): Create temporary file in a temporary directory, if
35911         --dry-run is specified. Silence errors from 'grep' when there are no
35912         m4 files in $m4dir.
35913         (func_create_testdir): Silence errors from 'grep' when there are no
35914         m4 files in $m4dir.
35915         Reported by Karl Berry <karl@freefriends.org>.
35916
35917 2006-04-20  Bruno Haible  <bruno@clisp.org>
35918
35919         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
35920         one argument, so that the code will be portable to Autoconf 2.60.
35921         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
35922         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
35923         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
35924
35925 2006-04-19  Derek Price  <derek@ximbiot.com>
35926             Eric Blake  <ebb9@byu.net>
35927
35928         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
35929         rather than "/full/path.h".  Update comment to match.  Shorten &
35930         generalize m4_translit call via AS_TR_CPP.
35931
35932 2006-04-19  Derek Price  <derek@ximbiot.com>
35933             Eric Blake  <ebb9@byu.net>
35934
35935         * lib/inttypes.h: Correct grammar in comment.
35936
35937 2006-04-18  Derek Price  <derek@ximbiot.com>
35938             Paul Eggert  <eggert@cs.ucla.edu>
35939
35940         * modules/inttypes: New file.
35941         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
35942
35943 2006-04-18  Derek Price  <derek@ximbiot.com>
35944             Paul Eggert  <eggert@cs.ucla.edu>
35945
35946         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
35947         New files.
35948
35949 2006-04-18  Derek Price  <derek@ximbiot.com>
35950             Paul Eggert  <eggert@cs.ucla.edu>
35951
35952         * lib/inttypes.h: New file.
35953         * lib/strtoimax.c: Assume <inttypes.h>.
35954
35955 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
35956
35957         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
35958         isn't mounted.  Problem reported by Kir Kolyshkin.
35959
35960 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35961
35962         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
35963         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
35964         Derek R. Price.
35965         * lib/regex.h (RE_DUP_MAX): Update comment to match current
35966         implementation.
35967
35968 2006-04-12  Eric Blake  <ebb9@byu.net>
35969
35970         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
35971         is now done automatically by the corresponding Autoconf macro.
35972
35973 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
35974
35975         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
35976         time_r.h.
35977
35978 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
35979
35980         Merge regex changes from libc, removing some of our
35981         POSIX-conformance changes that were rejected and redoing them in a
35982         less-intrusive way.
35983
35984         * lib/regcomp.c (re_compile_internal, init_dfa):
35985         Length arg is now size_t, not Idx.  All uses changed.
35986         (peek_token): Forward decl now says internal_function.
35987         (__re_error_msgid, __re_error_msgid_idx):
35988         Now static rather than extern with attribute_hidden.
35989         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
35990         For some reason libc prefers K&R style defns for external functions.
35991         (regerror) [!defined _LIBC]: Likewise.
35992         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
35993         (seek_collating_symbol_entry, lookup_collation_sequence_value):
35994         (build_range_exp, build_collating_symbol):
35995         Use K&R-style defn.
35996         (re_compile_fastmap): Use '\0' to memset, not 0.
35997         (utf8_sb_map): Make the calculations more obvious.
35998         (init_dfa, parse_bracket_exp, build_charclass_op):
35999         Call calloc and cast result, as glibc does.
36000         (init_word_char, fetch_token, peek_token, peek_token_bracket):
36001         (build_range_exp, build_collating_symbol):
36002         Now internal functions.
36003
36004         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
36005
36006         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
36007         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
36008         Don't depend on VMS; depend on __VMS instead, for POSIX
36009         namespace cleanness.
36010         (regoff_t): Define to ssize_t, not long int.
36011
36012         Remove the REG_ macros named below.  Instead, make the old names
36013         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
36014         __USE_GNU_REGEX.
36015         (REG_BACKSLASH_ESCAPE_IN_LISTS):
36016         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
36017         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
36018         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
36019         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
36020         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
36021         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
36022         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
36023         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
36024         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
36025         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
36026         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
36027         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
36028         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
36029         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
36030         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
36031         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
36032         (REG_NREGS):
36033         Remove.  All uses replaced by the old RE_* names.
36034         (RE_BACKSLASH_ESCAPE_IN_LISTS):
36035         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
36036         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
36037         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
36038         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
36039         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
36040         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
36041         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
36042         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
36043         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
36044         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
36045         Don't bother having these macros be independent of each others'
36046         values, since they no longer exist in the POSIX name space.
36047
36048         Rename the following member names back to their old names,
36049         unless !__USE_GNU_REGEX.  All uses changed back.
36050         (buffer): Renamed from re_buffer.
36051         (allocated): Renamed from re_allocated.
36052         (used): Renamed from re_used.
36053         (syntax): Renamed from re_syntax.
36054         (fastmap): Renamed from re_fastmap.
36055         (translate): Renamed from re_translate.
36056         (can_be_null): Renamed from re_can_be_null.
36057         (regs_allocated): Renamed from re_regs_allocated.
36058         (fastmap_accurate): Renamed from re_fastmap_accurate.
36059         (no_sub): Renamed from re_no_sub.
36060         (not_bol): Renamed from re_not_bol.
36061         (not_eol): Renamed from re_not_eol.
36062         (newline_anchor): Renamed from re_newline_anchor.
36063         (num_regs): Renamed from rm_num_regs.
36064         (start): Renamed from rm_start.
36065         (end): Renamed from rm_end.
36066
36067         (free_state): Move up a bit.
36068
36069         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
36070         #define to be empty.
36071         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
36072         when that is what is intended.
36073         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
36074         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
36075         (MAX): New macro.
36076         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
36077         All uses changed back to re_malloc, etc.  It's now the caller's
36078         responsibility to check for overflow; all callers changed.
36079         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
36080         (re_x2nrealloc): Remove.
36081         (free_state): Remove decl.
36082
36083         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
36084         (re_set_registers, re_exec):
36085         Use K&R-style defn.
36086
36087         2006-01-31  Roland McGrath  <roland@redhat.com>
36088
36089         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
36090         Reported by Mike Frysinger <vapier@gentoo.org>.
36091
36092         2006-01-15  Andreas Jaeger  <aj@suse.de>
36093
36094         [BZ #1950]
36095         * lib/regex_internal.c (re_string_reconstruct): Adjust for
36096         build_wcs_upper_buffer change.
36097         (build_wcs_upper_buffer): Change return type.
36098
36099         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
36100
36101         * lib/regex_internal.h: Include <stdint.h> if available.
36102
36103         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
36104
36105         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
36106
36107         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
36108
36109         * lib/regcomp.c: Adjust for changed secondary hash function.
36110
36111         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
36112
36113         * lib/regex.h: Pretty printing.
36114         Clean up namespace a bit.
36115
36116         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
36117
36118         * lib/regexec.c (update_cur_sifted_state, check_arrival,
36119         check_arrival_add_next_nodes): Avoid using uninitialized variable.
36120
36121         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
36122                     Ulrich Drepper  <drepper@redhat.com>
36123
36124         [BZ #1302]
36125         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
36126         changed.
36127         (bitset_word_t): Renamed from bitset_word.  All uses changed.
36128
36129         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
36130
36131         [BZ #281]
36132         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
36133         * lib/regcomp.c: Remove unnecessary uses of
36134         unsigned RE_TRANSLATE_TYPE.
36135         * lib/regex_internal.h: Likewise.
36136         * lib/regex_internal.c: Likewise.
36137         * lib/regexec.c: Likewise.
36138         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
36139
36140         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
36141
36142         * lib/regexec.c (find_recover_state): Remove unnecessary
36143         initialization.
36144         (transit_state_bkref): Make DFA a const pointer.
36145         (get_subexp): Likewise.
36146         (check_arrival): Likewise.
36147         (update_cur_sifted_state): Likewise.
36148         (re_search_internal): Likewise.
36149         (prune_impossible_nodes): Likewise.
36150         (acquire_init_state_context): Likewise.
36151         (proceed_next_node): Likewise.
36152         (set_regs): Likewise.
36153         (free_fail_stack_return): Likewise.
36154         (check_arrival_expand_ecl): Mark DFA parameter as const.
36155         (check_arrival_expand_ecl_sub): Likewise.
36156         (check_subexp_limits): Likewise.
36157         (sub_epsilon_src_nodes):  Likewise.
36158         (add_epsilon_src_nodes):  Likewise.
36159         (merge_state_array): Likewise.
36160         (update_regs): Likewise.
36161         (build_trtable): Likewise.
36162         (sift_states_backward): Mark MCTX parameter as const.
36163         (build_sifted_states): Likewise.
36164         (update_cur_sifted_state): Likewise.
36165         (sift_states_mkref): Likewise.
36166         (check_arrival_expand_ecl): Mark eclosure as const.
36167         (check_dst_limits_calc_pos_1): Likewise.
36168         * lib/regex_internal.h (re_match_context_t): Make dfa a const
36169         pointer.
36170
36171         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
36172
36173         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
36174         (transit_state_sb): Likewise.
36175         (transit_state_mb): Likewise.
36176         (sift_states_iter_mb): Likewise.
36177         (check_arrival_add_next_nodes): Likewise.
36178         (check_node_accept_bytes): Change first parameter to pointer-to-const.
36179         [_LIBC] (re_search_2_stub): Use mempcpy.
36180
36181         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
36182         mbrtowc for very simple UTF-8 case.
36183
36184         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
36185         a pointer-to-const.
36186         (re_acquire_state_context): Likewise.
36187         * lib/regex_internal.h: Adjust prototypes.
36188
36189         * lib/regex.c: Prevent using C++ compilers.
36190
36191         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
36192         (re_acquire_state_context): Likewise.
36193
36194 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
36195
36196         * modules/regex (Depends-on): Add ssize_t.
36197
36198 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
36199
36200         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
36201         translation table.
36202
36203 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
36204
36205         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
36206
36207 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
36208             Bruno Haible  <bruno@clisp.org>
36209
36210         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
36211         <sys/types.h> and <inttypes.h>.
36212
36213 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36214
36215         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
36216         `__error_t_defined', so argp.h will not typedef the former.
36217
36218 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
36219
36220         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
36221         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
36222         glibc names.  Even if glibc is changed to conform to POSIX, the
36223         traditional names will be available anyway, since regex depends on
36224         the extensions module.  Also, fix a longstanding typo in the
36225         implementation of Spencer ERE test #75 from grep 2.3.  Problems
36226         reported by Emanuele Giaquinta.  Also, change sense of cached
36227         variable, so that the message makes sense.
36228
36229 2006-03-24  Simon Josefsson  <jas@extundo.com>
36230
36231         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
36232         including some doc fixes.
36233         (base64_encode_alloc): Fix +1 bug on allocation failures.
36234
36235 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36236
36237         * lib/base64.c (base64_encode): Do not read past end of array with
36238         unsanitized input on systems with CHAR_BIT > 8.
36239
36240 2006-03-24  Eric Blake  <ebb9@byu.net>
36241
36242         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
36243
36244 2006-03-22  Karl Berry  <karl@gnu.org>
36245
36246         * config/srclist.txt (*setenv.[ch]): get from coreutils.
36247         * config/srclistvars.sh (COREUTILS): new var.
36248
36249 2006-03-17  Jim Meyering  <jim@meyering.net>
36250
36251         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
36252         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
36253
36254 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
36255
36256         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
36257         no longer needs it.  Instead, check that regoff_t is as least
36258         as wide as ptrdiff_t.
36259
36260         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
36261         so that our regex.h stays compatible with the installed regex.
36262         This is helpful for installers who configure --without-included-regex.
36263         Problem reported by Emanuele Giaquinta.
36264
36265 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
36266
36267         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
36268         Typedef to long int, not to off_, as POSIX will likely change
36269         in that direction.
36270
36271 2006-03-15  Eric Blake  <ebb9@byu.net>
36272
36273         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
36274
36275 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
36276
36277         * lib/argp-help.c (validate_uparams): Fix typo
36278         * lib/argp-parse.c (argp_default_options): Consistently begin help
36279         messages with a lowercase letter.
36280
36281 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
36282
36283         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
36284         overrun buffers and shouldn't be used (much as gets shouldn't be
36285         used).
36286         * lib/time_r.c (asctime_r, ctime_r): Likewise.
36287
36288 2006-03-08  Simon Josefsson  <jas@extundo.com>
36289
36290         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
36291         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36292
36293 2006-03-08  Simon Josefsson  <jas@extundo.com>
36294
36295         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
36296         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36297
36298 2006-03-08  Simon Josefsson  <jas@extundo.com>
36299
36300         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
36301         signal that configure disabled the device.
36302
36303 2006-03-08  Simon Josefsson  <jas@extundo.com>
36304
36305         * build-aux/maint.mk: Fix refresh-po, to handle no translated
36306         languages.
36307
36308 2006-03-07  Simon Josefsson  <jas@extundo.com>
36309
36310         * modules/getopt (Depends-on): Add unistd.
36311
36312         * modules/unistd: New file.
36313
36314 2006-03-07  Simon Josefsson  <jas@extundo.com>
36315
36316         * modules/gc-random: New file.
36317
36318 2006-03-07  Simon Josefsson  <jas@extundo.com>
36319
36320         * m4/unistd_h.m4: New file.
36321
36322 2006-03-07  Simon Josefsson  <jas@extundo.com>
36323
36324         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
36325         test to be side-effect free by storing the result in the cache
36326         variable gl_cv_lib_readline, and moving the assignment of
36327         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
36328         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36329
36330 2006-03-07  Simon Josefsson  <jas@extundo.com>
36331
36332         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
36333         error on missing devices (the functions will return an error).
36334
36335         * m4/gc.m4: Move random stuff to gc-random.m4
36336
36337 2006-03-07  Simon Josefsson  <jas@extundo.com>
36338
36339         * lib/unistd_.h: New file.
36340
36341 2006-03-07  Simon Josefsson  <jas@extundo.com>
36342
36343         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
36344
36345 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
36346
36347         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
36348         Problem reported by Juan Manuel Guerrero.
36349
36350 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
36351
36352         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
36353         the unistd module.
36354         * lib/getlogin_r.c: Likewise.
36355         * lib/getlogin_r.h: Likewise.
36356         * lib/glob.c: Likewise.
36357         * lib/pagealign_alloc.c: Likewise.
36358         * lib/unistd_.h: Remove; no longer needed.
36359
36360 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
36361
36362         * MODULES.html.sh (Support for systems lacking POSIX:2001):
36363         Add unistd.
36364         * modules/c-stack (Depends-on): Add unistd.
36365         * modules/getlogin_r: Likewise.
36366         * modules/glob: Likewise.
36367         * modules/pagealign_alloc: Likewise.
36368         * modules/unistd (Files): Remove lib/unistd_.h.
36369         (EXTRA_DIST): Remove.
36370         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
36371         need unistd_.h.
36372         (MOSTLYCLEANFILES): Remove unistd.h-t.
36373
36374 2006-03-03  Simon Josefsson  <jas@extundo.com>
36375
36376         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
36377
36378 2006-03-03  Simon Josefsson  <jas@extundo.com>
36379
36380         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
36381         libidn and bison.
36382
36383 2006-03-03  Simon Josefsson  <jas@extundo.com>
36384
36385         * build-aux/maint.mk: Add indent target.
36386
36387 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
36388
36389         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
36390         our replacement poll.h in any case, to avoid a differing
36391         declaration from a system header.  Seen on AIX.
36392
36393 2006-03-01  Simon Josefsson  <jas@extundo.com>
36394
36395         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
36396         <kasal@ucw.cz>.
36397
36398 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
36399
36400         * modules/gettime (Depends-on): Add extensions module.
36401         * modules/nanosleep (Depends-on): Likewise.
36402         * modules/settime (Depends-on): Likewise.
36403
36404 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
36405
36406         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
36407         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
36408         pedantically.
36409         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
36410         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
36411
36412         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
36413         not "==".  Reported by Ralf Wildenhues.
36414
36415 2006-03-01  Karl Berry  <karl@gnu.org>
36416
36417         * doc/Copyright/request-*: new files, synced from gnuorg.
36418
36419 2006-03-01  Karl Berry  <karl@gnu.org>
36420
36421         * config/srclist.txt (Copyright/*): new entries.
36422
36423 2006-02-28  Simon Josefsson  <jas@extundo.com>
36424
36425         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
36426
36427 2006-02-27  Simon Josefsson  <jas@extundo.com>
36428
36429         * lib/base64.h: Indent #define's.  From Jim Meyering
36430         <jim@meyering.net>.
36431
36432 2006-02-27  Jim Meyering  <jim@meyering.net>
36433
36434         Revert the change of 2006-02-24, so these files can continue
36435         to be sync'd from gettext.
36436         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
36437         of `config.h'.
36438
36439 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
36440
36441         * modules/intprops: New file.
36442         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
36443         Add intprops.
36444         * modules/getloadavg (Files): Remove lib/intprops.h.
36445         (Depends-on): Add intprops.
36446         * modules/human: Likewise.
36447         * modules/inttostr: Likewise.
36448         * modules/openat: Likewise.
36449         * modules/sig2str: Likewise.
36450         * modules/userspec: Likewise.
36451         * modules/utimecmp: Likewise.
36452         * modules/xnanosleep: Likewise.
36453         * modules/xstrtol: Likewise.
36454
36455 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
36456
36457         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
36458         * modules/lock-tests (TESTS): Use $(EXEEXT).
36459         * modules/tls-tests: Likewise.
36460         * modules/argp-tests: Likewise.
36461         (check_PROGRAMS): New var, replacing...
36462         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
36463
36464 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36465
36466         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
36467         `config.h'.
36468
36469 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
36470
36471         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
36472
36473 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36474
36475         Sync from coreutils.
36476         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
36477         gl_CHDIR_SAFER.
36478
36479 2006-02-22  Jim Meyering  <jim@meyering.net>
36480
36481         Sync from coreutils.
36482         * m4/chdir-safer.m4: New file.
36483
36484 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
36485
36486         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
36487         AT_FDCWD exceeds INT_MAX.
36488         * lib/openat.h (AT_FDCWD): Likewise.
36489
36490 2006-02-17  Eric Blake  <address@hidden>
36491
36492         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
36493
36494 2006-02-16  Simon Josefsson  <jas@extundo.com>
36495
36496         * modules/getaddrinfo (Depends-on): Add sys_socket.
36497
36498 2006-02-15  Simon Josefsson  <jas@extundo.com>
36499
36500         * build-aux/maint.mk: Add dsyntax-check rule.
36501
36502 2006-02-15  Eric Blake  <ebb9@byu.net>
36503
36504         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
36505         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
36506         'present but cannot compile' warnings on cygwin.
36507         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
36508         use ws2tcpip.h if sys/socket.h works.
36509         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
36510         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
36511
36512 2006-02-14  Simon Josefsson  <jas@extundo.com>
36513
36514         * modules/maintainer-makefile (Files): Rename.
36515
36516         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
36517         and (the local) Makefile.cfg to maint-cfg.mk.
36518
36519         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
36520         to the latter.
36521
36522         * modules/maintainer-makefile: New module.
36523
36524         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
36525         severaly stripped to make it possible to build it up from scratch
36526         with reliable tests.
36527
36528         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
36529         fixes to permit overriding the default actions when configure and
36530         makefile are not available.
36531
36532 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
36533
36534         Sync from coreutils.
36535         * modules/lstat (Depends-on): Don't depend on xalloc.
36536         (License): Change from GPL to LGPL, since this is now simply a
36537         replacement for a libc function.
36538
36539 2006-02-14  Jim Meyering  <jim@meyering.net>
36540
36541         Sync from coreutils.
36542
36543         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
36544         failure on deficient systems, and simplify gnulib lgpl dependencies.
36545         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
36546         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
36547
36548         * lib/xalloc-die.c: Remove unused definition of N_.
36549
36550 2006-02-14  Jim Meyering  <jim@meyering.net>
36551
36552         Sync from coreutils.
36553         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
36554         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
36555         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
36556         double-quote uses of that variable, to accommodate the rare case in
36557         which getmntent is available in none of the libraries checked.  This
36558         happens at least on FreeBSD 5.0.
36559
36560 2006-02-13  Simon Josefsson  <jas@extundo.com>
36561
36562         * gnulib-tool (Usage): Fix --import, from
36563         karl@freefriends.org (Karl Berry).
36564
36565 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
36566
36567         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
36568
36569 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
36570
36571         * lib/argp-namefrob.h: Restore changes accidentally lost during the
36572         "autoupdate" on 2005-12-12.
36573
36574 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
36575
36576         * modules/closeout (Depends-on): Remove atexit.
36577
36578 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
36579
36580         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
36581         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
36582
36583 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
36584
36585         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
36586         __EXTENSIONS__ if this causes compilation to fail.  Problem
36587         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
36588         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
36589
36590 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
36591
36592         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
36593         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
36594         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
36595         All uses changed.
36596
36597 2006-01-26  Simon Josefsson  <jas@extundo.com>
36598
36599         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
36600         prototype is visible on mingw32.
36601
36602         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
36603         for mingw32.
36604
36605         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
36606         mingw32).
36607
36608 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
36609
36610         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
36611         attempt to open for write; this always fails, at least on POSIX
36612         hosts.  This reinstates the 2006-01-09 change, which was
36613         inadvertently removed.
36614
36615 2006-01-26  Bruno Haible  <bruno@clisp.org>
36616
36617         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
36618         Reported by Paul Eggert.
36619
36620 2006-01-26  Bruno Haible  <bruno@clisp.org>
36621             Paul Eggert  <eggert@cs.ucla.edu>
36622
36623         * lib/stdbool_.h (_Bool)
36624         [(! (defined __cplusplus || defined __BEOS__)
36625           && !defined __GNUC__
36626           && !(defined __HP_cc || defined __xlc__
36627                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
36628                || defined __sgi))]:
36629         #define to signed char in these cases too; this simplifies
36630         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
36631         etc., separately) and makes it more conservative.
36632
36633 2006-01-25  Simon Josefsson  <jas@extundo.com>
36634
36635         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
36636         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
36637         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
36638
36639 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
36640
36641         * lib/argp-namefrob.h: Bugfix. Remove stray #
36642
36643 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
36644
36645         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
36646         so that we test the test.
36647         Check for yet another HP-UX cc bug involving *bool |= bool.
36648
36649 2006-01-25  Karl Berry  <karl@gnu.org>
36650
36651         * config/srclist.txt (vasnprintf.c): sync lost.
36652
36653 2006-01-25  Jim Meyering  <jim@meyering.net>
36654
36655         Sync from the stable (b5) branch of coreutils:
36656
36657         * lib/fts.c (fts_children): Don't let close() clobber errno from
36658         failed fchdir().
36659
36660         * lib/fts.c (fts_stat): When following a symlink-to-directory,
36661         don't necessarily interpret stat-fails+lstat-succeeds as indicating
36662         a dangling symlink.  That can also happen at least for ELOOP.
36663         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
36664         FYI, this bug predates the inclusion of fts.c in coreutils.
36665
36666         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
36667         in their own block, so pre-c99 compilers don't object.
36668
36669         Avoid the double-free (first in fts_read, second in fts_close) that
36670         would occur when an `active' directory is made inaccessible (e.g.,
36671         via chmod a-x) during a traversal.
36672         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
36673         before returning.  Reproduce this failure by
36674         mkdir -p a/b; cd a; chmod a-x . b
36675         Reported by Stavros Passas.
36676
36677 2006-01-25  Jim Meyering  <jim@meyering.net>
36678
36679         * lib/fileblocks.c: Remove more useless parentheses.
36680         * lib/readutmp.h: Likewise.
36681
36682 2006-01-25  Bruno Haible  <bruno@clisp.org>
36683
36684         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
36685         warnings.
36686         Reported by Paul Eggert.
36687
36688 2006-01-25  Bruno Haible  <bruno@clisp.org>
36689
36690         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
36691         rid of a trap command. For Solaris sh.
36692         Reported by Mark D. Baushke <mdb@gnu.org>.
36693
36694 2006-01-24  Simon Josefsson  <jas@extundo.com>
36695
36696         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
36697         Bruno.
36698
36699 2006-01-24  Karl Berry  <karl@gnu.org>
36700
36701         * config/srclist.txt (argp-namefrob.h): sync lost.
36702
36703 2006-01-24  Jim Meyering  <jim@meyering.net>
36704
36705         * modules/openat (Files): Add lib/intprops.h.
36706         From Mark D. Baushke.
36707
36708 2006-01-24  Jim Meyering  <jim@meyering.net>
36709
36710         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
36711         Reported by Mark D. Baushke.
36712
36713 2006-01-24  Jim Meyering  <jim@meyering.net>
36714
36715         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
36716
36717 2006-01-24  Bruno Haible  <bruno@clisp.org>
36718
36719         * modules/strnlen (Maintainer): Change from glibc to all.
36720
36721 2006-01-24  Bruno Haible  <bruno@clisp.org>
36722
36723         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
36724         Patch by Paul Eggert.
36725
36726 2006-01-24  Bruno Haible  <bruno@clisp.org>
36727
36728         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
36729         already has it.
36730         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
36731         2005-11-26.
36732
36733         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
36734         'signed char' to avoid problems with the built-in _Bool type.
36735         Reported by Paul Eggert on 2005-11-26.
36736
36737 2006-01-24  Bruno Haible  <bruno@clisp.org>
36738
36739         * gnulib-tool (func_import): Avoid constructing complicated sed
36740         expressions inside backquote.
36741         Report and solution by Mark D. Baushke <mdb@gnu.org>.
36742
36743 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
36744
36745         These changes imported from libc.
36746         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
36747         test and two separate function calls.
36748         * lib/strndup.c (__strndup): Add libc_hidden_def.
36749
36750 2006-01-23  Simon Josefsson  <jas@extundo.com>
36751
36752         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
36753         Remove the test_*_SOURCES variable: automake infers it by default.
36754         * modules/tls-tests: Likewise.
36755
36756 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
36757
36758         Work around porting bugs reported by Dieter in
36759         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
36760         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
36761         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
36762         Include "getopt.h" first, to check interface.
36763         (getenv): Declare only if defined HAVE_DECL_GETENV &&
36764         !HAVE_DECL_GETENV.
36765         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
36766         (__strndup): Revert to K&R-style function dfns, the glibc style.
36767         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
36768         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
36769         Include strnlen.h first, to get prototype properly.
36770         (strnlen): Renamed from __strnlen.
36771         Remove weak alias.
36772
36773 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
36774
36775         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
36776
36777 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
36778
36779         * config/srclist.txt: Adjust to reflect glibc reorganization.
36780         This affects only comments.
36781
36782 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
36783
36784          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
36785          Reported by Bruce Korb <bkorb@gnu.org>.
36786
36787 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
36788
36789         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
36790         to pacify gcc -Wswitch-default.
36791
36792 2006-01-22  Bruno Haible  <bruno@clisp.org>
36793
36794         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
36795         temporary buffer for sprintf, take into account the precision also
36796         for 'd', 'i', 'u', 'o', 'x', 'X'.
36797
36798 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
36799
36800         * modules/argp-tests: New module
36801         * tests/test-argp.c: New file
36802         * tests/test-argp-2.sh: New file
36803
36804 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
36805
36806         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
36807         (__argp_base_name): Removed
36808         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
36809         typo.
36810         (__argp_base_name): Provide macro definition or extern declaration
36811         depending on the configuration
36812
36813 2006-01-20  Simon Josefsson  <jas@extundo.com>
36814
36815         * modules/inet_ntop (Depends-on): Depend on sys_socket.
36816
36817 2006-01-20  Simon Josefsson  <jas@extundo.com>
36818
36819         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
36820
36821 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
36822
36823         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
36824         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
36825         Suggested by Bruno Haible.
36826
36827 2006-01-20  Karl Berry  <karl@gnu.org>
36828
36829         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
36830         until changes propagate, I guess.
36831
36832 2006-01-19  Simon Josefsson  <jas@extundo.com>
36833
36834         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
36835
36836 2006-01-19  Simon Josefsson  <jas@extundo.com>
36837
36838         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
36839
36840 2006-01-19  Simon Josefsson  <jas@extundo.com>
36841
36842         * gnulib-tool: Set check_PROGRAMS.
36843
36844         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
36845         modules/des-tests, modules/gc-arcfour-tests,
36846         modules/gc-arctwo-tests, modules/gc-des-tests,
36847         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
36848         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
36849         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
36850         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
36851         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
36852         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
36853         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
36854         test_*_SOURCES.
36855
36856 2006-01-18  Simon Josefsson  <jas@extundo.com>
36857
36858         * modules/socklen (Depends-on): Depend on sys_socket.
36859
36860 2006-01-18  Simon Josefsson  <jas@extundo.com>
36861
36862         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
36863         modules/des-tests, modules/gc-arcfour-tests,
36864         modules/gc-arctwo-tests, modules/gc-des-tests,
36865         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
36866         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
36867         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
36868         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
36869         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
36870         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
36871         $(EXEEXT) to automake TESTS variable, for mingw32.
36872
36873 2006-01-17  Simon Josefsson  <jas@extundo.com>
36874
36875         * modules/socklen (Include): Need sys/socket.h.
36876
36877 2006-01-17  Bruno Haible  <bruno@clisp.org>
36878
36879         * modules/ssize_t (Include): Add <sys/types.h>.
36880
36881 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
36882
36883         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
36884         it's not portable and it doesn't work with cross-compiles.
36885         Problem reported by Bruno Haible.  Fix missing-$ typo in
36886         'test "gl_cv_ignore_unused_libraries" ...' that prevented
36887         -zignore from being used with Sun's C compiler.
36888
36889 2006-01-12  Simon Josefsson  <jas@extundo.com>
36890
36891         * lib/base64.c: Fix warning, reported by Bruno Haible
36892         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
36893
36894 2006-01-12  Bruno Haible  <bruno@clisp.org>
36895
36896         * modules/ldd: New file.
36897         * build-aux/ldd.sh.in: New file.
36898         * MODULES.html.sh (Support for building libraries and executables): Add
36899         ldd.
36900
36901 2006-01-12  Bruno Haible  <bruno@clisp.org>
36902
36903         * m4/ldd.m4: New file.
36904
36905 2006-01-12  Bruno Haible  <bruno@clisp.org>
36906
36907         * gnulib-tool (func_import, func_create_testdir): Don't go into an
36908         endless loop while replacing $auxdir with build-aux.
36909
36910 2006-01-11  Simon Josefsson  <jas@extundo.com>
36911
36912         * lib/stdint_.h (SIZE_MAX): Add missing (.
36913
36914 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
36915
36916         Sync from coreutils.
36917         * lib/md5.c: Fix commentary typos.
36918         (alignof, UNALIGNED_P): No need for a GCC-specific version.
36919         * lib/md5.h (__attribute__): Remove; unused.
36920         * lib/sha1.c: Fix commentary to match md5 better.
36921         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
36922         so that we don't need to worry about alignment.  All uses changed.
36923         This merges the 2005-10-28 md5 change into sha1.
36924
36925 2006-01-11  Jim Meyering  <jim@meyering.net>
36926
36927         Sync from coreutils.
36928         * lib/md5.c (OP): Fix spacing.
36929
36930 2006-01-11  Bruno Haible  <bruno@clisp.org>
36931
36932         Ensure automatic ordering between gl_LOCK and gl_ARGP.
36933         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
36934         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
36935
36936 2006-01-11  Bruno Haible  <bruno@clisp.org>
36937
36938         Ensure automatic ordering between gl_LOCK and gl_ARGP.
36939         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
36940         the "early" section as well.
36941
36942 2006-01-11  Bruno Haible  <bruno@clisp.org>
36943
36944         Avoid "ar: no archive members specified" error on MacOS X.
36945         * gnulib-tool (func_modules_add_dummy): New function.
36946         (func_import, func_create_testdir): Invoke it.
36947
36948 2006-01-11  Bruno Haible  <bruno@clisp.org>
36949
36950         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
36951         with $auxdir in AC_CONFIG_FILES statements.
36952
36953 2006-01-11  Bruno Haible  <bruno@clisp.org>
36954
36955         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
36956         Initialize also noinst_HEADERS to empty.
36957
36958 2006-01-11  Bruno Haible  <bruno@clisp.org>
36959
36960         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
36961         variables.
36962         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
36963         autoreconf.
36964
36965 2006-01-11  Bruno Haible  <bruno@clisp.org>
36966
36967         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
36968         overridable by the user.
36969         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36970
36971 2006-01-10  Simon Josefsson  <jas@extundo.com>
36972
36973         * modules/sys_socket: New file.
36974
36975 2006-01-10  Simon Josefsson  <jas@extundo.com>
36976
36977         * m4/sys_socket_h.m4: New file.
36978
36979 2006-01-10  Simon Josefsson  <jas@extundo.com>
36980
36981         * lib/socket_.h: New file.
36982
36983 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
36984
36985         * modules/readutmp (Maintainer): Add myself.
36986
36987 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
36988
36989         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
36990         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
36991         People who are still concerned with buggy memcmp implementations
36992         can invoke gl_FUNC_MEMCMP themselves.
36993
36994 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
36995
36996         * lib/regex_internal.h (BITSET_WORD_BITS):
36997         Work around a bug in 64-bit PGC (before version 6.1-2), where the
36998         preprocessor mishandles large unsigned values as if they were signed.
36999         Problem reported by Claudio Fontana in
37000         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
37001
37002 2006-01-10  Jim Meyering  <jim@meyering.net>
37003
37004         Avoid the double-free (first in fts_read, second in fts_close) that
37005         would occur when an `active' directory is made inaccessible (e.g.,
37006         via chmod a-x) during a traversal.
37007         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
37008         before returning.  Reproduce this failure by
37009         mkdir -p a/b; cd a; chmod a-x . b
37010         Reported by Stavros Passas.
37011
37012         Sync from coreutils.
37013         * lib/sha1.c: Tweak grammar in a comment.
37014
37015 2006-01-10  Jim Meyering  <jim@meyering.net>
37016
37017         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
37018         Patch by Joerg Sonnenberger.
37019
37020 2006-01-10  Bruno Haible  <bruno@clisp.org>
37021
37022         * modules/readutmp: Depend on module free.
37023         * modules/strtok_r: Depend on module restrict.
37024
37025 2006-01-10  Bruno Haible  <bruno@clisp.org>
37026
37027         * modules/gettext (configure.ac): Add an invocation of
37028         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
37029
37030 2006-01-10  Bruno Haible  <bruno@clisp.org>
37031
37032         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
37033         Reported by Werner Lemberg <wl@gnu.org>.
37034
37035 2006-01-10  Bruno Haible  <bruno@clisp.org>
37036
37037         * lib/localcharset.c: Update from GNU gettext.
37038
37039 2006-01-10  Bruno Haible  <bruno@clisp.org>
37040
37041         * lib/argp.h (__const): Remove macro. Use const instead.
37042         * lib/argp-fmtstream.h (__const): Likewise.
37043         * lib/glob_.h (__const): Remove macro.
37044         * lib/glob-libc.h: Use const instead of __const.
37045
37046 2006-01-10  Bruno Haible  <bruno@clisp.org>
37047
37048         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
37049         variable.
37050         Needed to avoid an automake error regarding the 'gettext' module.
37051
37052 2006-01-09  Simon Josefsson  <jas@extundo.com>
37053
37054         * modules/inet_ntop (Depends-on): Add restrict.
37055
37056 2006-01-09  Simon Josefsson  <jas@extundo.com>
37057
37058         * modules/gc-rijndael-tests (License): Put under LGPL.
37059
37060         * modules/gc-des-tests (License): Likewise.
37061
37062         * modules/gc-arcfour-tests (License): Likewise.
37063
37064         * modules/gc-arctwo-tests (License): Likewise.
37065
37066         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
37067
37068         * modules/gc-hmac-sha1-tests (Files): Likewise.
37069
37070         * modules/gc-hmac-md5-tests (License): Likewise.
37071
37072         * modules/gc-sha1-tests (License): Likewise.
37073
37074         * modules/gc-md5-tests (License): Likewise.
37075
37076         * modules/gc-md4-tests (License): Likewise.
37077
37078         * modules/gc-md2-tests (License): Likewise.
37079
37080         * modules/gc-tests (License): Likewise.
37081
37082         * modules/des-tests (License): Likewise.
37083
37084         * modules/md4-tests (License): Likewise.
37085
37086         * modules/md2-tests (License): Likewise.
37087
37088 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
37089
37090         Sync from coreutils:
37091
37092         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
37093         * modules/lib-ignore: New file.
37094         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
37095         chdir-safer.m4, lchmod.m4.
37096         * modules/openat: Add mkdirat.c, openat-priv.h.
37097
37098 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
37099
37100         Sync from coreutils.
37101         * m4/lib-ignore.m4: New file.
37102         * m4/lchmod.m4: New file.
37103
37104 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
37105
37106         Sync from coreutils.
37107         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
37108         for write access: POSIX says that must fail.
37109         * lib/fts.c (diropen): Likewise.
37110         * lib/save-cwd.c (save_cwd): Likewise.
37111         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
37112         well, for minor improvements on hosts that lack O_DIRECTORY.
37113         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
37114         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
37115         Fall back on chown if open failed with EACCES.
37116
37117         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
37118         Report an error at compile-time if only a 1-second nominal clock
37119         resolution is found.
37120
37121         * lib/lchmod.h: New file.
37122         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
37123         (make_dir_parents): Use lchown rather than chown, and
37124         lchmod rather than chmod.
37125
37126         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
37127         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
37128         "proc" reported by n0dalus.
37129
37130         * lib/mountlist.c: Include <limits.h>.
37131         (dev_from_mount_options)
37132         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
37133         New function.  It no longer assumes "dev=" has the System V meaning
37134         on Linux (since it doesn't).  It also parses "dev=" more carefully.
37135         (read_file_system_list)
37136         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
37137         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
37138         dev= in that case.
37139
37140         * lib/posixtm.h (PDS_PRE_2000): New macro.
37141         * lib/posixtm.c (year): Arg is now syntax_bits rather than
37142         allow_century.  All usages changed.  Reject dates outside the range
37143         1969-1999 if PDS_PRE_2000 is used.
37144
37145 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
37146
37147         Sync from coreutils.
37148         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
37149         (Time of day items): Mention the possibility of leap seconds.
37150         Problem reported by Dr. David Alan Gilbert.
37151
37152 2006-01-09  Jim Meyering  <jim@meyering.net>
37153
37154         Sync from coreutils.
37155
37156         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
37157
37158         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
37159
37160         * lib/modechange.c (mode_compile): Reject an invalid mode string
37161         that starts with an octal digit.  From Andreas Gruenbacher.
37162
37163         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
37164         and dup to open_safer and dup_safer, respectively.
37165         (openat_permissive): Fix typo in comment.
37166
37167         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
37168         "gettext.h"; either no longer needed or are guaranteed by openat.h.
37169         (_): Remove; no longer needed.
37170         (openat): Renamed from rpl_openat; no need for rpl_openat
37171         since openat.h renames openat for us.
37172         Replace most of the body with a call to openat_permissive,
37173         to avoid duplicate code.
37174         Port to (probably hypothetical) environments were mode_t is
37175         wider than int.
37176         (openat_permissive): Require mode arg, so that we can check
37177         types better.  Put it just after flags.  Change cwd failure
37178         indicator from pointer-to-bool to pointer-to-errno-value.
37179         All callers changed.
37180         Invoke openat_save_fail and/or openat_restore_fail if
37181         cwd_errno is null, so that openat can call us.
37182         (openat_permissive, fdopendir, fstatat, unlinkat):
37183         Simplify errno handling to avoid some duplicate code,
37184         as it's OK to set errno on success.
37185         * lib/openat.h: Revamp code so that function macros depend on
37186         __OPENAT_PREFIX only, not also on AT_FDCWD.
37187         (openat_ro): Remove.  Caller changed to use openat_permissive.
37188         (openat_permissive): Now a macro, if not a function.
37189         (openat_restore_fail, openat_save_fail): Now always functions,
37190         since mkdirat needs them even if __OPENAT_PREFIX is defined.
37191
37192         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
37193         and openat.c.
37194         * lib/mkdirat.c: Include openat-priv.h.
37195         Remove definitions of macros defined therein.
37196         * lib/openat.c: Likewise.
37197
37198         * lib/mkdirat.c (mkdirat): New file and function.
37199         * lib/openat.h (mkdirat): Declare.
37200
37201         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
37202
37203         * lib/openat.h (openat_permissive): Declare.
37204         (openat_ro): Define.
37205
37206         * lib/openat.c (EXPECTED_ERRNO): New macro.
37207         (openat_permissive): New function -- used in remove.c rewrite.
37208         (all functions): Set errno just before returning, only if there
37209         was an actual failure.
37210         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
37211
37212         Emulate openat-family functions using Linux's procfs, if possible.
37213         Idea and some code based on Ulrich Drepper's glibc changes.
37214
37215         * lib/openat.c: (BUILD_PROC_NAME): New macro.
37216         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
37217         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
37218         before falling back on save_cwd and restore_cwd.
37219         (fdopendir, fstatat, unlinkat): Likewise.
37220
37221         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
37222         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
37223
37224         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
37225         as second argument to va_arg.  Otherwise, some versions of gcc
37226         warn that `if this code is reached, the program will abort'.
37227
37228 2006-01-09  Jim Meyering  <jim@meyering.net>
37229
37230         Sync from coreutils.
37231         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
37232         Require openat-priv.h.
37233
37234 2006-01-09  Bruno Haible  <bruno@clisp.org>
37235
37236         * modules/strnlen (Include): Use strnlen.h.
37237
37238 2006-01-09  Bruno Haible  <bruno@clisp.org>
37239
37240         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
37241
37242 2006-01-09  Bruno Haible  <bruno@clisp.org>
37243
37244         * lib/sysexit_.h (EX_OK): New macro.
37245         Suggested by Martin Lambers <marlam@marlam.de>.
37246
37247 2006-01-09  Bruno Haible  <bruno@clisp.org>
37248
37249         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
37250         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
37251
37252 2006-01-09  Bruno Haible  <bruno@clisp.org>
37253
37254         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
37255         numbers.
37256
37257 2006-01-09  Bruno Haible  <bruno@clisp.org>
37258
37259         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
37260         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
37261         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
37262         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
37263
37264 2006-01-09  Bruno Haible  <bruno@clisp.org>
37265
37266         * build-aux/javacomp.sh.in: New file, moved from lib/.
37267         * modules/javacomp-script (Files): Update.
37268         (configure.ac): Add AC_CONFIG_FILES invocation.
37269         (EXTRA_DIST): Remove variable.
37270
37271         * build-aux/javaexec.sh.in: New file, moved from lib/.
37272         * modules/javaexec (Files): Update.
37273         (configure.ac): Add AC_CONFIG_FILES invocation.
37274         (EXTRA_DIST): Remove javaexec.sh.in.
37275
37276         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
37277         * modules/csharpcomp-script (Files): Update.
37278         (configure.ac): Add AC_CONFIG_FILES invocation.
37279         (EXTRA_DIST): Remove variable.
37280
37281         * build-aux/csharpexec.sh.in: New file, moved from lib/.
37282         * modules/csharpexec (Files): Update.
37283         (configure.ac): Add AC_CONFIG_FILES invocation.
37284         (EXTRA_DIST): Remove csharpexec.sh.in.
37285
37286 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
37287
37288         Sync from coreutils.
37289
37290         Add POSIX ACL support
37291         * lib/acl.h (copy_acl, set_acl): Add declarations.
37292         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
37293         systems other than Linux.
37294         (chmod_or_fchmod): New function: use fchmod when possible,
37295         and chmod otherwise.
37296         (file_has_acl): Add a POSIX ACL implementation, with a
37297         Linux-specific subcase.
37298         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
37299         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
37300         acls are unsupported.
37301         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
37302         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
37303         are unsupported.
37304
37305 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
37306
37307         Sync from coreutils.
37308         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
37309
37310 2006-01-07  Bruno Haible  <bruno@clisp.org>
37311
37312         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
37313         gl_EARLY.
37314
37315 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
37316
37317         * lib/strftime.c (tzname): Don't declare if it is already #defined.
37318         Problem reported for Mingw by Mark Junker.
37319
37320 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
37321
37322         * README: Gnulib normally doesn't generate a tarball.
37323
37324 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
37325
37326         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
37327         long int, not int, for nanosecond counts, so that people who are
37328         used to POSIX struct timespec won't be surprised.  Reported by Jim
37329         Meyering.
37330
37331 2005-12-28  Bruno Haible  <bruno@clisp.org>
37332
37333         * build-aux/config.rpath: Update from GNU gettext.
37334
37335 2005-12-16  Jim Meyering  <jim@meyering.net>
37336
37337         * modules/fprintftime: New module.
37338         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
37339
37340 2005-12-16  Jim Meyering  <jim@meyering.net>
37341
37342         * m4/fprintftime.m4: New file.
37343
37344 2005-12-16  Jim Meyering  <jim@meyering.net>
37345
37346         * lib/fprintftime.c, lib/fprintftime.h: New files.
37347
37348 2005-12-15  Simon Josefsson  <jas@extundo.com>
37349
37350         * modules/socklen (configure.ac): Fix M4 macro name, to align with
37351         new m4/socklen.m4.
37352
37353 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
37354
37355         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
37356         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
37357
37358 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
37359
37360         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
37361         * lib/argp-help.c (fill_in_uparams): Check if the constructed
37362         struct uparams is valid. Fall back to the default values if it is
37363         not.
37364
37365 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
37366
37367         * modules/argp (Files): Add argp-pin.c
37368         (Depends-on): dirname
37369         (lib_SOURCES): Add argp-pin.c
37370
37371 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
37372
37373         * m4/argp.m4:  Check if program_invocation_name and
37374         program_invocation_short_name are declared and define appropriate
37375         macros if they are not.
37376
37377 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
37378
37379         * lib/argp-help.c (__argp_base_name): New function
37380         (__argp_short_program_name): Rewrite using __argp_base_name
37381         * lib/argp-namefrob.h: Define program_invocation_name and
37382         program_invocation_short_name if requested
37383         (__argp_base_name): Add prototype
37384         * lib/argp-parse.c (argp_def): Use gettext wrappers
37385         (argp_default_parser): Use __argp_base_name
37386         * lib/argp-pin.c: New file. Defines program_invocation_name and
37387         program_invocation_short_name on systems that lack them.
37388
37389 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
37390
37391         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
37392         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
37393         porting problem reported by Georg Schwarz in
37394         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
37395
37396 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
37397
37398         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
37399         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
37400         porting problem reported by Georg Schwarz in
37401         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
37402
37403 2005-12-05  Bruno Haible  <bruno@clisp.org>
37404
37405         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
37406         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
37407         Reported by Mark Junker <mjscod@gmx.de>.
37408
37409 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
37410
37411         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
37412         Use implementation from Albert Chin, with some
37413         comments/corrections by Stepan Kasal and myself.
37414
37415 2005-12-02  Bruno Haible  <bruno@clisp.org>
37416
37417         * gnulib-tool (func_import): Accept GPLed build tool modules when
37418         --lgpl is given.
37419         * modules/csharpcomp-script: New file.
37420         * modules/csharpcomp: Depend on it.
37421         * modules/javacomp-script: New file.
37422         * modules/javacomp: Depend on it.
37423         Suggested by Simon Josefsson.
37424
37425 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
37426
37427         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
37428         statement, to work around an HP-UX 10.20 compiler bug reported by
37429         Peter O'Gorman.
37430
37431 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
37432
37433         * modules/savedir (Depends-on): Add openat.
37434
37435 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
37436
37437         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
37438         (uintmax_t) [defined uintmax_t]: Do not declare.
37439         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
37440         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
37441         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
37442         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
37443         sake of portability to weird hosts that C allows (though we don't
37444         know of any practical examples).
37445
37446         * lib/savedir.h (fdsavedir): New decl.
37447         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
37448         contains most of the former guts of savedir.
37449         (savedir): Use savedirstream.
37450         Include "openat.h".
37451
37452 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
37453
37454         * modules/obstack (Files): Add m4/ulonglong.m4.
37455         Problem reported by Davide Angelocola.
37456
37457 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
37458
37459         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
37460         coreutils no longer futzes with rounding modes.
37461
37462 2005-11-14  Jim Meyering  <jim@meyering.net>
37463
37464         * lib/mkstemp-safer.c: Include <config.h>, required for possible
37465         replacement of mkstemp.
37466
37467 2005-11-10  Simon Josefsson  <jas@extundo.com>
37468
37469         * lib/readline.c: Remove EOL.
37470
37471 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
37472
37473         * modules/gethrxtime (Depends-on): Add gettime.
37474
37475 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
37476
37477         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
37478         or gettimeofday; no longer needed.
37479
37480 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
37481
37482         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
37483         time business.
37484         (gethrxtime) [! (HAVE_NANOUPTIME
37485         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
37486         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
37487         our own approximation.
37488
37489 2005-11-08  Eric Blake  <ebb9@byu.net>
37490
37491         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
37492
37493 2005-11-08  Eric Blake  <ebb9@byu.net>
37494
37495         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
37496
37497 2005-11-04  Bruno Haible  <bruno@clisp.org>
37498
37499         * gnulib-tool: Implement --update mode.
37500
37501 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
37502
37503         Fix porting problem reported by Theodoros V. Kalamatianos.
37504         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
37505         Don't assume that futimes failing means we must fail.
37506
37507 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
37508
37509         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
37510         variables to suggest the intended function of the PATH_MAX check.
37511
37512 2005-10-30  Kean Johnston  <jkj@sco.com>
37513
37514         Trivial changes to support SCO systems.
37515         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
37516         as PATH_MAX.
37517         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
37518         where __ptr is null when no I/O is pending.
37519
37520 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
37521
37522         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
37523         leave errno alone.  Problem reported by Dmitry V. Levin.
37524
37525 2005-10-28  Simon Josefsson  <jas@extundo.com>
37526
37527         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
37528         Test more.
37529
37530         * tests/test-gc-md2.c, tests/test-md2.c: New files.
37531
37532         * modules/md2, modules/md2-tests: New files.
37533
37534 2005-10-28  Simon Josefsson  <jas@extundo.com>
37535
37536         * m4/inet_ntop.m4: More tests.
37537
37538         * m4/gc-md2.m4, md2.m4: New file.
37539
37540 2005-10-28  Simon Josefsson  <jas@extundo.com>
37541
37542         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
37543         "restrict" keywords, as per POSIX.  Protect the function
37544         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
37545         Don't use K&R prototypes.  Check the sprintf return values.
37546         Re-define EAFNOSUPPORT if not present.  Indent.
37547
37548         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
37549         suggested by Bruno Haible <bruno@clisp.org>.
37550
37551         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
37552
37553         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
37554
37555         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
37556         libgcrypt).
37557
37558         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
37559
37560         * lib/md2.h, lib/md2.c: New files.
37561
37562 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
37563
37564         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
37565         errno alone.  Problem reported by Frederic Jolliton.
37566
37567 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
37568
37569         * modules/verify (License): Change from GPL to LGPL.  This is a
37570         tiny module and there are apparently near-equivalents that are
37571         under the BSD license.
37572
37573 2005-10-24  Simon Josefsson  <jas@extundo.com>
37574
37575         * modules/sha1: Relicense to LGPL.
37576
37577 2005-10-24  Simon Josefsson  <jas@extundo.com>
37578
37579         * lib/md4.h: Shrink buffer size, now that we changed the type.
37580
37581 2005-10-23  Simon Josefsson  <jas@extundo.com>
37582
37583         * gnulib-tool (func_import): Fix --tests-base.
37584
37585 2005-10-22  Simon Josefsson  <jas@extundo.com>
37586
37587         * modules/arcfour (Depends-on): Need stdint.
37588
37589 2005-10-22  Simon Josefsson  <jas@extundo.com>
37590
37591         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
37592         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
37593
37594 2005-10-22  Simon Josefsson  <jas@extundo.com>
37595
37596         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
37597         suggested by Bruno Haible <bruno@clisp.org>.
37598
37599 2005-10-22  Simon Josefsson  <jas@extundo.com>
37600
37601         * lib/crc.h: Include stddef.h, for size_t.
37602
37603 2005-10-22  Simon Josefsson  <jas@extundo.com>
37604
37605         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
37606         arcfour_context struct (simplify test vector testing in GNU
37607         Shishi).
37608
37609 2005-10-21  Simon Josefsson  <jas@extundo.com>
37610
37611         * modules/des, modules/des-tests: New files.
37612
37613         * modules/gc-des, modules/gc-des-tests: New files.
37614
37615         * tests/test-des.c, tests/test-gc-des.c: New file.
37616
37617 2005-10-21  Simon Josefsson  <jas@extundo.com>
37618
37619         * modules/arctwo, modules/arctwo-tests: New files.
37620
37621         * tests/test-arctwo.c: New file.
37622
37623         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
37624
37625         * tests/test-gc-arctwo.c: New file.
37626
37627 2005-10-21  Simon Josefsson  <jas@extundo.com>
37628
37629         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
37630         Bruno Haible <bruno@clisp.org>.
37631
37632         * m4/gc-des.m4: New file.
37633
37634 2005-10-21  Simon Josefsson  <jas@extundo.com>
37635
37636         * m4/arctwo.m4: New file.
37637
37638         * m4/gc-arctwo.m4: New file.
37639
37640 2005-10-21  Simon Josefsson  <jas@extundo.com>
37641
37642         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
37643         block.
37644
37645 2005-10-21  Simon Josefsson  <jas@extundo.com>
37646
37647         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
37648         <bruno@clisp.org>.
37649
37650         * lib/hmac-sha1.c (hmac_sha1): Likewise.
37651
37652         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
37653         Bruno Haible <bruno@clisp.org>.
37654
37655         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
37656         <bruno@clisp.org>.
37657
37658 2005-10-21  Simon Josefsson  <jas@extundo.com>
37659
37660         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
37661
37662 2005-10-21  Simon Josefsson  <jas@extundo.com>
37663
37664         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
37665
37666 2005-10-21  Simon Josefsson  <jas@extundo.com>
37667
37668         * lib/des.h, lib/des.c: New files.
37669
37670         * lib/gc-gnulib.c: Support DES.c
37671
37672 2005-10-21  Simon Josefsson  <jas@extundo.com>
37673
37674         * lib/arctwo.h, lib/arctwo.c: New files.
37675
37676         * lib/gc-gnulib.c: Support ARCTWO.
37677
37678 2005-10-21  Simon Josefsson  <jas@extundo.com>
37679
37680         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
37681         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
37682
37683 2005-10-21  Simon Josefsson  <jas@extundo.com>
37684
37685         * gnulib-tool (func_import, func_create_testdir): Define automake
37686         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
37687         Makefile.am snippet),
37688         suggested by Bruno Haible <bruno@clisp.org>.
37689
37690         * modules/gc (Makefile.am): Use it.
37691
37692 2005-10-21  Bruno Haible  <bruno@clisp.org>
37693
37694         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
37695         patch.
37696
37697 2005-10-19  Simon Josefsson  <jas@extundo.com>
37698
37699         * tests/test-gc-rijndael.c: New file.
37700
37701         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
37702
37703 2005-10-19  Simon Josefsson  <jas@extundo.com>
37704
37705         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
37706         interface too.
37707
37708 2005-10-19  Simon Josefsson  <jas@extundo.com>
37709
37710         * tests/test-gc-arcfour.c: New file.
37711
37712         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
37713
37714 2005-10-19  Simon Josefsson  <jas@extundo.com>
37715
37716         * modules/gc-md4, modules/gc-md4-tests: New file.
37717
37718         * tests/test-gc-md4.c: New file.
37719
37720 2005-10-19  Simon Josefsson  <jas@extundo.com>
37721
37722         * m4/gc-md4.m4: New file.
37723
37724 2005-10-19  Simon Josefsson  <jas@extundo.com>
37725
37726         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
37727         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
37728         <kasal@ucw.cz>.
37729
37730 2005-10-19  Simon Josefsson  <jas@extundo.com>
37731
37732         * m4/gc-arcfour.m4: New file.
37733
37734         * m4/gc-rijndael.m4: New file.
37735
37736 2005-10-19  Simon Josefsson  <jas@extundo.com>
37737
37738         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
37739
37740 2005-10-19  Simon Josefsson  <jas@extundo.com>
37741
37742         * lib/gc-gnulib.c: Support ARCFOUR.
37743
37744 2005-10-19  Simon Josefsson  <jas@extundo.com>
37745
37746         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
37747         support.
37748
37749         * lib/gc.h: Add ECB enum type.
37750
37751         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
37752
37753 2005-10-18  Simon Josefsson  <jas@extundo.com>
37754
37755         * tests/test-md5.c: New file.
37756
37757         * modules/md5-tests: New file.
37758
37759 2005-10-18  Simon Josefsson  <jas@extundo.com>
37760
37761         * tests/test-md4.c: New file.
37762
37763         * modules/md4, modules/md4-tests: New files.
37764
37765 2005-10-18  Simon Josefsson  <jas@extundo.com>
37766
37767         * m4/md4.m4: New file.
37768
37769 2005-10-18  Simon Josefsson  <jas@extundo.com>
37770
37771         * lib/md4.h, lib/md4.c: New files, based on md5.?.
37772
37773 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
37774
37775         * gnulib-tool (func_create_testdir): Omit the second check whether
37776         BUILT_SOURCES in nonempty.
37777
37778 2005-10-17  Simon Josefsson  <jas@extundo.com>
37779
37780         * tests/test-rijndael.c: New file.
37781
37782 2005-10-17  Simon Josefsson  <jas@extundo.com>
37783
37784         * modules/sha1: Depend on stdint instead of md5.
37785
37786         * modules/md5: Depend on stdint, remove uint32_t.
37787
37788 2005-10-17  Simon Josefsson  <jas@extundo.com>
37789
37790         * modules/gc-sha1-tests: New file.
37791
37792         * tests/test-gc-sha1.c: New file.
37793
37794 2005-10-17  Simon Josefsson  <jas@extundo.com>
37795
37796         * m4/md5.m4: Remove call to uint32_t.m4.
37797
37798 2005-10-17  Simon Josefsson  <jas@extundo.com>
37799
37800         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
37801
37802         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
37803         md5.h.
37804
37805         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
37806
37807         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
37808
37809 2005-10-17  Simon Josefsson  <jas@extundo.com>
37810
37811         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
37812
37813 2005-10-17  Simon Josefsson  <jas@extundo.com>
37814
37815         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
37816
37817 2005-10-17  Simon Josefsson  <jas@extundo.com>
37818
37819         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
37820
37821         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
37822
37823 2005-10-17  Bruno Haible  <bruno@clisp.org>
37824
37825         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
37826         that it can also be used in a test.
37827
37828 2005-10-16  Bruno Haible  <bruno@clisp.org>
37829
37830         * gnulib-tool (func_emit_tests_Makefile_am): Also define
37831         TESTS_ENVIRONMENT, so that individual tests can augment it.
37832
37833         * gnulib-tool (func_create_testdir): Use an intermediate target for
37834         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
37835         macros, like $(ALLOCA_H), which cannot be passed through the command
37836         line.
37837
37838 2005-10-15  Simon Josefsson  <jas@extundo.com>
37839
37840         * modules/rijndael-tests: New file.
37841
37842         * modules/rijndael: New file.
37843
37844 2005-10-15  Simon Josefsson  <jas@extundo.com>
37845
37846         * m4/rijndael.m4: New file.
37847
37848 2005-10-15  Simon Josefsson  <jas@extundo.com>
37849
37850         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
37851
37852         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
37853
37854 2005-10-14  Simon Josefsson  <jas@extundo.com>
37855
37856         * tests/test-arcfour.c: New file.
37857
37858         * modules/arcfour, modules/arcfour-tests: New files.
37859
37860 2005-10-14  Simon Josefsson  <jas@extundo.com>
37861
37862         * m4/arcfour.m4: New file.
37863
37864 2005-10-14  Simon Josefsson  <jas@extundo.com>
37865
37866         * lib/arcfour.h, lib/arcfour.c: New files.
37867
37868 2005-10-14  Roland McGrath  <roland@redhat.com>
37869
37870         Import from libc.  [BZ #1331]
37871         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
37872         macro argument.
37873         Reported by Matej Vela <vela@debian.org>.
37874
37875 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
37876
37877         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
37878         include <wchar.h>; no longer needed.
37879
37880 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
37881
37882         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
37883
37884 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
37885         and  Ulrich Drepper  <drepper@redhat.com>
37886
37887         Import from libc.
37888         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
37889         instead of inline stream orientation test and two separate
37890         function calls.  Pay no attention to USE_IN_LIBIO.
37891
37892 2005-10-13  Simon Josefsson  <jas@extundo.com>
37893
37894         * modules/gc-hmac-md5-tests: New file.
37895
37896         * tests/test-gc-hmac-sha1.c: New file.
37897
37898         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
37899
37900         * modules/gc-hmac-md5-tests: New file.
37901
37902         * tests/test-gc-md5.c: New file.
37903
37904         * modules/gc-md5-tests: New file.
37905
37906 2005-10-13  Simon Josefsson  <jas@extundo.com>
37907
37908         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
37909         Move memory allocation outside of loop.
37910
37911 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
37912
37913         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
37914         intermediate directory is in a read-only file system.  Problem
37915         reported by Eric Blake.
37916
37917 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
37918
37919         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
37920
37921 2005-10-12  Simon Josefsson  <jas@extundo.com>
37922
37923         * tests/test-hmac-sha1.c: New file.
37924
37925         * modules/hmac-sha1-tests: New file.
37926
37927         * modules/hmac-sha1: New file.
37928
37929 2005-10-12  Simon Josefsson  <jas@extundo.com>
37930
37931         * modules/gc-sha1: New file.
37932
37933 2005-10-12  Simon Josefsson  <jas@extundo.com>
37934
37935         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
37936
37937         * tests/test-gc-pbkdf2-sha1.c: New file.
37938
37939 2005-10-12  Simon Josefsson  <jas@extundo.com>
37940
37941         * modules/gc-md5, modules/gc-hmac-md5: New files.
37942
37943         * modules/gc (Files): Remove md5, memxor and hmac files.
37944
37945 2005-10-12  Simon Josefsson  <jas@extundo.com>
37946
37947         * m4/gc-pbkdf2-sha1.m4: New file.
37948
37949         * m4/gc-hmac-sha1.m4: New file.
37950
37951         * m4/gc-sha1: New file.
37952
37953         * m4/hmac-sha1.m4: New file.
37954
37955 2005-10-12  Simon Josefsson  <jas@extundo.com>
37956
37957         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
37958
37959         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
37960
37961 2005-10-12  Simon Josefsson  <jas@extundo.com>
37962
37963         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
37964         suggested by Bruno Haible <bruno@clisp.org>.
37965
37966 2005-10-12  Simon Josefsson  <jas@extundo.com>
37967
37968         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
37969
37970 2005-10-12  Simon Josefsson  <jas@extundo.com>
37971
37972         * lib/gc-pbkdf2-sha1.c: New file.
37973
37974         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
37975
37976 2005-10-12  Simon Josefsson  <jas@extundo.com>
37977
37978         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
37979
37980         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
37981
37982 2005-10-12  Simon Josefsson  <jas@extundo.com>
37983
37984         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
37985         GC_USE_HMAC_MD5, respectively.
37986
37987         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
37988         (gc_md5): Fix typo.
37989
37990         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
37991
37992         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
37993
37994         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
37995
37996 2005-10-12  Bruno Haible  <bruno@clisp.org>
37997
37998         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
37999         Reported by Stepan Kasal <kasal@ucw.cz>.
38000
38001 2005-10-11  Simon Josefsson  <jas@extundo.com>
38002
38003         * tests/test-crc.c: New file.
38004
38005         * modules/crc, modules/crc-tests: New files.
38006
38007 2005-10-11  Simon Josefsson  <jas@extundo.com>
38008
38009         * m4/crc.m4: New file.
38010
38011 2005-10-11  Simon Josefsson  <jas@extundo.com>
38012
38013         * lib/gc.h: Add gc_hash and gc_hash_buffer.
38014
38015         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
38016
38017         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
38018
38019 2005-10-11  Simon Josefsson  <jas@extundo.com>
38020
38021         * lib/crc.h, lib/crc.c: New files.
38022
38023         * lib/gc.h (gc_hash_buffer): Add doc.
38024
38025 2005-10-11  Bruno Haible  <bruno@clisp.org>
38026
38027         * modules/c-strcasestr: New file.
38028         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
38029
38030 2005-10-11  Bruno Haible  <bruno@clisp.org>
38031
38032         * modules/c-strcase: New file.
38033         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
38034
38035 2005-10-11  Bruno Haible  <bruno@clisp.org>
38036
38037         * lib/strcasecmp.c: Include limits.h.
38038         (strcasecmp): Avoid integer overflow on exotic platforms.
38039         * lib/strncasecmp.c: Include limits.h.
38040         (strncasecmp): Avoid integer overflow on exotic platforms.
38041         Reported by Paul Eggert.
38042
38043 2005-10-11  Bruno Haible  <bruno@clisp.org>
38044
38045         * lib/c-strcasestr.h: New file, from GNU gettext.
38046         * lib/c-strcasestr.c: New file, from GNU gettext.
38047
38048 2005-10-11  Bruno Haible  <bruno@clisp.org>
38049
38050         * lib/c-strcase.h: New file, from GNU gettext.
38051         * lib/c-strcasecmp.c: New file, from GNU gettext.
38052         * lib/c-strncasecmp.c: New file, from GNU gettext.
38053
38054 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
38055
38056         * modules/mempcpy (License): GPL -> LGPL.
38057         * modules/strchrnul (License): Likewise.
38058         * modules/sysexits (License): Likewise.
38059
38060 2005-10-08  Simon Josefsson  <jas@extundo.com>
38061
38062         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
38063
38064 2005-10-07  Simon Josefsson  <jas@extundo.com>
38065
38066         * m4/memxor.m4: Remove gl_C_RESTRICT call.
38067
38068 2005-10-06  Simon Josefsson  <jas@extundo.com>
38069
38070         * tests/test-hmac-md5.c: New file.
38071
38072         * modules/hmac-md5-tests: New file.
38073
38074         * modules/hmac-md5: New file.
38075
38076 2005-10-06  Simon Josefsson  <jas@extundo.com>
38077
38078         * m4/hmac-md5.m4: New file.
38079
38080         * m4/memxor.m4: Require gl_C_RESTRICT.
38081
38082 2005-10-06  Simon Josefsson  <jas@extundo.com>
38083
38084         * lib/memxor.c (memxor): Avoid casts and warnings.
38085
38086 2005-10-06  Simon Josefsson  <jas@extundo.com>
38087
38088         * lib/hmac-md5.c: New file.
38089
38090         * lib/hmac.h: New file.
38091
38092 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
38093
38094         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
38095         promotes to int, not unsigned int, to catch the AIX 5.3
38096         compiler bug.
38097
38098 2005-10-05  Simon Josefsson  <jas@extundo.com>
38099
38100         * modules/memxor: New file.
38101
38102         * modules/iconv (Files): Move config.rpath to havelib, it is used
38103         there.
38104
38105         * modules/havelib (Files): Add config.rpath.
38106
38107 2005-10-05  Simon Josefsson  <jas@extundo.com>
38108
38109         * m4/memxor.m4: New file.
38110
38111 2005-10-05  Simon Josefsson  <jas@extundo.com>
38112
38113         * lib/memxor.c (memxor): Fix compiler error.
38114
38115         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
38116         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
38117
38118         * lib/memxor.h, lib/memxor.c: New files.
38119
38120         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
38121         we assume all systems have it, suggested by Jim Meyering
38122         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
38123         any systems lack sys/socket.h; mingw32 is known to lack it, but we
38124         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
38125         same reasons.
38126
38127 2005-10-05  Simon Josefsson  <jas@extundo.com>
38128
38129         * config/srclist.txt: Add glibc bug 1423 for md5.h.
38130
38131 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
38132
38133         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
38134         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
38135         needed, since the source code now assumes these .h files.
38136
38137 2005-10-05  Derek Price  <derek@ximbiot.com>
38138
38139         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
38140
38141 2005-10-05  Bruno Haible  <bruno@clisp.org>
38142
38143         * modules/stdint (License): Change to LGPL.
38144
38145 2005-10-04  Simon Josefsson  <jas@extundo.com>
38146
38147         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
38148         D. Baushke" <mdb@gnu.org>.
38149
38150 2005-10-04  Bruno Haible  <bruno@clisp.org>
38151
38152         * lib/verify.h (verify_true): Provide alternative definition for C++.
38153
38154 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
38155
38156         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
38157         (SSIZE_MAX): New macro, if not already defined.
38158         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
38159         than 2 GiB.
38160
38161 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
38162
38163         Sync from coreutils.
38164         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
38165         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
38166         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
38167         ULLONG_MAX doesn't work with 2.7.2.1.
38168
38169 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
38170
38171         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
38172         From Ben Pfaff.
38173
38174         * modules/exclude (Depends-on): Depend on verify.
38175         * modules/strtoimax (Depends-on): Likewise.
38176         * modules/utimecmp (Depends-on): Likewise.
38177
38178 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
38179
38180         * lib/exclude.c: Include verify.h.
38181         (verify): Remove.  All callers changed to use verify.h's version.
38182         * lib/strtoimax.c: Likewise.
38183         * lib/utimecmp.c: Likewis.e
38184
38185         Sync from coreutils.
38186         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
38187         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
38188         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
38189         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
38190         bother returning ENOSYS if settimeofday or stime fails; just let
38191         them return whatever errno they want to return.
38192         * lib/utimens.c: Include unistd.h, for dup2.
38193         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
38194         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
38195
38196 2005-10-02  Jim Meyering  <jim@meyering.net>
38197
38198         Sync from coreutils.
38199         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
38200         from glibc-2.2.5 that fails for read-only files.
38201
38202 2005-10-02  Jim Meyering  <jim@meyering.net>
38203
38204         Sync from coreutils.
38205         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
38206         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
38207         `#if HAVE_CONFIG_H'.
38208         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
38209         Remove AT_FDCWD test.
38210         Do not consume the fd unless successful.
38211         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
38212         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
38213         block, so that we don't even try to compile it if settimeofday is
38214         available.  This works around a compilation failure on OSF1 V5.1,
38215         due to stime requiring a `long int*' while tv_sec is `int'.
38216
38217 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
38218
38219         Sync from coreutils.
38220         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
38221         against `yes', rather than just testing for nonempty.
38222
38223 2005-10-01  Simon Josefsson  <jas@extundo.com>
38224
38225         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
38226         and Darwin.
38227
38228         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
38229         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
38230         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
38231         freeaddrinfo and gai_strerror are declared by the POSIX headers.
38232         Check if struct addrinfo is declared.
38233
38234 2005-10-01  Simon Josefsson  <jas@extundo.com>
38235
38236         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
38237         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
38238         AI_* and EAI_* definitions.  Protect function declarations.
38239
38240 2005-10-01  Jim Meyering  <jim@meyering.net>
38241
38242         Sync from coreutils.
38243
38244         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
38245         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
38246         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
38247         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
38248         in the inet and nsl libraries.  Required on Solaris 5.7.
38249
38250 2005-10-01  Jim Meyering  <jim@meyering.net>
38251
38252         Sync from coreutils.
38253         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
38254         in the inet and nsl libraries.  Required on Solaris 5.7.
38255
38256 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
38257
38258         * lib/getdelim.c (getdelim): Remove unused variables.
38259
38260 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
38261
38262         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
38263         so that the code works even with ancient cpp.  Portability problem
38264         with GCC 2.7.2.1 reported by Thomas M.Ott.
38265
38266 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
38267
38268         * modules/regex (Depends-on): Add strcase.
38269
38270         * modules/gethostname (Licence): Change from GPL to LGPL, since
38271         gethostname.c is a trivial implementation of a standard library
38272         function.
38273         * modules/poll (License): Change from GPL to LGPL, since it's
38274         derived from LGPL code.
38275
38276 2005-09-27  Jim Meyering  <jim@meyering.net>
38277
38278         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
38279         HAVE_CONFIG_H.
38280
38281         * lib/intprops.h (signed_type_or_expr__): Define.
38282         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
38283         for unsigned types.
38284
38285 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
38286
38287         * lib/verify.h (verify_expr): Remove, replacing with:
38288         (verify_true): New macro that returns true instead of void.
38289         (verify_type__): Remove.
38290         (verify): Use verify_true rather than verify_type__.
38291
38292 2005-09-26  Bruno Haible  <bruno@clisp.org>
38293
38294         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
38295         is necessary.
38296         (lib_SOURCES): Remove mbchar.c.
38297         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
38298         (Files): Add m4/mbrtowc.m4.
38299         * modules/mbiter: Likewise.
38300         * modules/mbuiter: Likewise.
38301
38302 2005-09-26  Bruno Haible  <bruno@clisp.org>
38303
38304         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
38305         compile mbchar.c if they are not both present.
38306         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
38307         * m4/mbiter.m4 (gl_MBITER): Likewise.
38308         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
38309         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
38310         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
38311
38312 2005-09-25  Jim Meyering  <jim@meyering.net>
38313
38314         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
38315         also uses socklen_t.
38316
38317 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
38318
38319         * lib/utimens.c (ENOSYS): Define if not already defined.
38320         (futimens): Support having a null PATH if the file descriptor
38321         is nonnegative.
38322
38323         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
38324         Remove.
38325         (__attribute): Define to empty unless GCC 3.1 or later.
38326         This works around a core dump on OpenBSD 3.4, which has GCC
38327         2.95.3, which dumps core when given __attribute__(()).  It also
38328         simplifies other tests, since we really don't want to bother with
38329         worrying about which ancient version of GCC supported what.
38330         Original problem reported by Yoann Vandoorselaere, with part of
38331         the fix suggested by Derek Price.
38332
38333 2005-09-24  Jim Meyering  <jim@meyering.net>
38334
38335         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
38336         so we can once again use a positive bitfield width of 1 -- now we
38337         don't have to explain why we were using a bitfield width of 2.
38338
38339 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
38340
38341         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
38342         and similarly for the other external symbols.  Problem reported
38343         by James Gallager.
38344
38345         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
38346         bug reported by Jim Meyering.
38347
38348         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
38349         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
38350         not needed, since socklen is a prerequisite module.
38351
38352 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
38353
38354         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
38355         Problem reported by Eric Blake.
38356         (getaddrinfo): Initialize se so that it's not garbage.
38357         Redo internal storage allocation so that it doesn't make unportable
38358         assumptions about alignment.
38359         Fix a memory leak.
38360
38361         * lib/utimens.c (futimens): Use futimesat if available.
38362         Prefer it to futimes since it doesn't have the futimes bug.
38363
38364         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
38365         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
38366         Instead, declare a function that returns a pointer to an array,
38367         and use verify_type__ to declare the size of the array.
38368         Problem and germ of a solution reported by Bruno Haible.
38369         (verify_type__): Use 2, not 1, for bitfield size, to avoid
38370         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
38371
38372 2005-09-23  Jim Meyering  <jim@meyering.net>
38373
38374         Sync from coreutils.
38375         Correct build failure (socklen_t not defined) on at least
38376         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
38377         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
38378
38379 2005-09-23  Jim Meyering  <jim@meyering.net>
38380
38381         * modules/getaddrinfo (Depends-on): Add socklen.
38382
38383 2005-09-23  Bruno Haible  <bruno@clisp.org>
38384
38385         * tests/test-verify.c: New file.
38386
38387 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
38388
38389         Sync from coreutils.
38390
38391         * modules/argmatch (Depends-on): Add verify.
38392         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
38393         unistd-safer.
38394         * modules/save-cwd (Depends-on): Likewise.
38395
38396         * modules/openat (Files): Add lib/openat-die.c.
38397         (Depends-on): Remove error, exitfail.
38398         Add dirname.
38399
38400         * modules/verify: New file.
38401         * MODULES.html.sh (Diagnostics <assert.h>): New section,
38402         with "verify" module.
38403
38404 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
38405
38406         Sync from coreutils.
38407
38408         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
38409         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
38410         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
38411         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
38412         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
38413         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
38414         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
38415         Don't bother checking for string.h, stdlib.h, unistd.h.
38416         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
38417         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
38418         module's job.
38419         * m4/jm-macros.m4 (gl_MACROS): Likewise.
38420         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
38421
38422         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
38423         (gl_GETDATE): Use it.
38424
38425         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
38426
38427 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
38428
38429         Sync from coreutils.
38430
38431         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
38432         stat-time.h.
38433         * lib/argmatch.h: Include verify.h
38434         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
38435         (ARGMATCH_ASSERT): Remove; unused.
38436         * lib/canonicalize.c: Assume STDC_HEADERS.
38437         * lib/exclude.c: Include "strcase.h".
38438         * lib/regex_internal.h [!defined _LIBC]: Likewise.
38439         * lib/getusershell.c: Include stdio--.h rather than stdio.h
38440         and stdio-safer.h.
38441         (getusershell): Call fopen, not fopen_safer.
38442         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
38443         Do not include unistd-safer.h.
38444         (save_cwd): Don't call fd_safer; no longer needed
38445         now that we include fcntl--.h.
38446
38447         * lib/getdate.y (relative_time): New type.
38448         (RELATIVE_TIME_0): New constant.
38449         (parser_control): Use relative_time instead of doing it ourselves.
38450         (%union): Add new relative_time rel member.
38451         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
38452         Now typeless.
38453         (relunit, relunit_snumber): Now of type rel.
38454         (zone, rel, relunit, get_date): Adjust to above changes.
38455
38456         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
38457         Do not include unistd-safer.h.
38458         (getloadavg): Don't call fd_safer; no longer needed
38459         now that we include fcntl--.h.
38460
38461         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
38462         (make_dir_parents): Treat ENOSYS like EEXIST.
38463
38464         Improve quality of diagnostics on restore_cwd failure.
38465         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
38466         (make_dir_parents): Last arg is now int * (for errno), not bool *.
38467         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
38468         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
38469         each time through the loop.  Do not diagnose restore_cwd failure;
38470         that is the caller's job (and perhaps the caller does not care).
38471
38472         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
38473         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
38474         If the file already exists but is not a directory, don't bother
38475         to try to make its parents.
38476         Close potential file descriptor leak if we can't chdir("/") (!).
38477         Don't always return true if chdir($PWD) fails; return true only
38478         if the requested action was done successfully (except for the
38479         chdir($PWD)).
38480         Don't log final directory unless we actually made it.
38481         Refactor to avoid duplicate code to fix up permissions.
38482         Don't attempt to fix up parent permissions if chdir($PWD) fails.
38483
38484         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
38485         to make it a bit faster and (I hope) clearer.
38486         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
38487         Fix bug in formats like %2N.
38488
38489         * lib/verify.h: New file.
38490
38491 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
38492
38493         Sync from coreutils.
38494         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
38495
38496 2005-09-22  Jim Meyering  <jim@meyering.net>
38497
38498         Sync from coreutils.
38499
38500         * m4/lstat.m4 (gl_FUNC_LSTAT):
38501         Use AC_LIBSOURCES to require lstat.c and lstat.h.
38502         Remove obsolete comment.
38503         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
38504         * m4/xstrtod.m4: Likewise.
38505
38506         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
38507
38508 2005-09-22  Jim Meyering  <jim@meyering.net>
38509
38510         Sync from coreutils.
38511
38512         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
38513
38514         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
38515         the .tm_year member, since otherwise gcc-4.0 would now warn about
38516         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
38517
38518         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
38519         order to avoid an unsuppressible warning from gcc on 64-bit systems.
38520
38521         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
38522         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
38523         when run in a time zone for which daylight savings time is in effect
38524         for the starting date.
38525
38526         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
38527         stop us from restricting permissions of just-created absolute-named
38528         directories.
38529         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
38530         to restore initial working directory.
38531         * lib/mkdir-p.c (make_dir_parents): New parameter:
38532         different_working_dir, to tell caller if/when we change the working
38533         directory and are unable to return to the initial one.
38534         * lib/mkdir-p.h (make_dir_parents): Update prototype.
38535         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
38536         `return false'.  This fixes a bug introduced on 2004-07-30.
38537
38538         * lib/openat.c (fdopendir): Be sure to close the supplied
38539         file descriptor before returning.  This makes our replacement
38540         implementation a little closer to Solaris's, where fdopendir
38541         ties the file descriptor to the returned DIR* pointer.
38542         * lib/openat.c (unlinkat): New function.
38543         * lib/openat.h (unlinkat): Add prototype.
38544         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
38545         (openat_restore_fail): Rename from openat_restore_die.
38546         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
38547
38548         Provide an alternative to exiting immediately upon save_cwd or
38549         restore_cwd failure.  Now, an application can arrange e.g.,
38550         to perform a longjump in that case.
38551         * lib/openat.c: Include dirname.h.
38552         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
38553         (rpl_openat, fdopendir, fstatat): Call openat_save_die
38554         and openat_restore_die rather than calling error directly.
38555         Don't include "error.h" or "exitfail.h"; they're no longer needed.
38556
38557         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
38558         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
38559         define.
38560
38561         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
38562         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
38563                             int utc, int nanoseconds);
38564         Background:
38565         date should not have to allocate a megabyte of virtual memory to
38566         handle a format argument like +%1048575T.  When implemented with
38567         strftime, it must allocate such a buffer, use strftime to fill it
38568         in, print it, then free it.
38569         With fprintftime, it simply prints everything and exits.
38570         With no need for memory allocation, that's one fewer way to fail.
38571         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
38572         optional field width, not before, so we accept %9:z, not %:9z.
38573         (my_strftime): Be sure to use L_('x') for literals.
38574
38575         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
38576         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
38577         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
38578         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
38579         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
38580         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
38581         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
38582         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
38583         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
38584         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
38585         * lib/xgethostname.c, lib/xreadlink.c:
38586         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
38587
38588         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
38589         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
38590         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
38591         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
38592         and don't include <sys/file.h>).
38593
38594 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
38595
38596         Sync from coreutils.
38597
38598         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
38599         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
38600         [!LDAV_DONE]: Avoid unused variable warning.
38601
38602 2005-09-21  Bruno Haible  <bruno@clisp.org>
38603
38604         * lib/unicodeio.h (unicode_to_mb): New declaration.
38605
38606 2005-09-20  Derek Price  <derek@ximbiot.com>
38607
38608         * lib/getaddrinfo.c: Don't include <netdb.h> included from
38609         getaddrinfo.h.
38610
38611 2005-09-20  Bruno Haible  <bruno@clisp.org>
38612
38613         * gnulib-tool: Remove trailing slashes from the values specified for
38614         --source-base, --m4-base, --tests-base, --aux-dir.
38615         Suggested by Simon Josefsson <jas@extundo.com>.
38616
38617 2005-09-20  Bruno Haible  <bruno@clisp.org>
38618
38619         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
38620         func_modules_to_filelist, func_import, func_create_testdir): Make all
38621         sorting results locale-independent, so that gnulib-cache.m4 doesn't
38622         change when gnulib-tool is invoked in a different locale.
38623
38624 2005-09-19  Simon Josefsson  <jas@extundo.com>
38625
38626         * m4/socklen.m4: Fix typo.
38627
38628 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38629
38630         Use a consistent style for including <config.h>.
38631         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
38632         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
38633         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
38634         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
38635         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
38636         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
38637         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
38638         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
38639         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
38640         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
38641         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
38642         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
38643         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
38644         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
38645         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
38646         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
38647         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
38648         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
38649         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
38650         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
38651         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
38652         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
38653         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
38654         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
38655         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
38656         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
38657         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
38658         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
38659         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
38660         lib/xstrtoumax.c, lib/yesno.c:
38661         Standardize inclusion of config.h.
38662         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
38663         lib/inttostr.h:  Removed inclusion of config.h from header files.
38664         * lib/inttostr.c:  Adjusted in-tree users.
38665         * lib/timespec.h: Remove superfluous warning to include config.h.
38666         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
38667         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
38668         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
38669         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
38670         config.h with HAVE_CONFIG_H.
38671
38672 2005-09-19  Jim Meyering  <jim@meyering.net>
38673
38674         * modules/pathmax (License): Change to LGPL.
38675
38676 2005-09-19  Derek Price  <derek@ximbiot.com>
38677
38678         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
38679
38680 2005-09-19  Bruno Haible  <bruno@clisp.org>
38681
38682         * gnulib-tool (import): Provide default for --tests-base.
38683
38684 2005-09-19  Bruno Haible  <bruno@clisp.org>
38685
38686         * doc/quote.texi: New file, extracted from gnulib.texi.
38687         * doc/ctime.texi: New file, extracted from gnulib.texi.
38688         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
38689         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
38690         * doc/gnulib.texi: Include them.
38691
38692 2005-09-18  Bruno Haible  <bruno@clisp.org>
38693
38694         Portability fix.
38695         * gnulib-tool (func_readlink): New function.
38696         (func_ln_if_changed): Use it.
38697
38698 2005-09-18  Bruno Haible  <bruno@clisp.org>
38699
38700         * gnulib-tool: Support --with-tests also with --import.
38701         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
38702         (func_import): Use variables $testsbase and $inctests. Emit a
38703         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
38704         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
38705         SUBDIRS += $testsdir.
38706         (func_create_testdir): Update.
38707
38708 2005-09-18  Bruno Haible  <bruno@clisp.org>
38709
38710         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
38711         instead of $dry_run.
38712         (func_cp_if_changed, func_mv_if_changed): Remove functions.
38713         (func_ln_if_changed): Don't handle dry-run here.
38714         (func_import): In dry-run mode, detect more precisely which actions
38715         would be performed, and don't use "...ing" verbs.
38716
38717 2005-09-18  Bruno Haible  <bruno@clisp.org>
38718
38719         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
38720         (func_import): Use join on two temporary files instead of three nested
38721         loops, in order to determine which files are new or old.
38722
38723 2005-09-18  Bruno Haible  <bruno@clisp.org>
38724
38725         * gnulib-tool (func_import): Comment out code that spits out the
38726         new files with --dry-run.
38727
38728 2005-09-18  Bruno Haible  <bruno@clisp.org>
38729
38730         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
38731
38732 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
38733
38734         * lib/stat-time.h: New file.
38735         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
38736         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
38737         in a different way.
38738         (timespec_cmp): New function.
38739         * lib/utimecmp.c: Include stat-time.h.
38740         (SYSCALL_RESOLUTION): Depend on whether various struct stat
38741         members exist, not on the obsolescent ST_MTIM_NSEC.
38742         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
38743
38744 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
38745
38746         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
38747
38748 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
38749
38750         * MODULES.html.sh (File system functions): Add stat-time.
38751         * modules/stat-time: New file.
38752         * modules/timespec (Files): Remove m4/st_mtim.m4; this
38753         is now done in a different way, by the stat-time module.
38754         * modules/utimecmp (Depends-on): Add stat-time.
38755
38756 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
38757
38758         * m4/st_mtim.m4: Remove.  Superseded by...
38759         * m4/stat-time.m4: New file.
38760         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
38761         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
38762
38763 2005-09-15  Derek Price  <derek@ximbiot.com>
38764
38765         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
38766
38767 2005-09-15  Derek Price  <derek@ximbiot.com>
38768
38769         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
38770         * lib/regex_internal.c: Ditto, using this...
38771         (__GNUC_PREREQ): ...new macro.
38772         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
38773         using...
38774         (__GNUC_PREREQ): ...this new macro.
38775
38776         * lib/strstr.h: Include string.h. Define strstr as a macro here.
38777
38778 2005-09-15  Derek Price  <derek@ximbiot.com>
38779             Paul Eggert  <eggert@cs.ucla.edu>
38780
38781         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
38782         changes, consolidating in...
38783         * lib/regex_internal.h: ...this file.
38784
38785 2005-09-13  Jim Meyering  <jim@meyering.net>
38786
38787         * lib/canon-host.c: Filter through gnu indent and reword comments
38788         slightly.
38789         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
38790
38791 2005-09-13  Derek Price  <derek@ximbiot.com>
38792
38793         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
38794         failure.
38795         Reported by Jim Meyering  <jim@meyering.net>.
38796
38797 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
38798
38799         * lib/base64.c: Typo.
38800         (base64_encode): Put b64str in initialized data section.
38801
38802 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
38803
38804         Merge glibc and coreutils changes into gnulib, plus a few
38805         extra fixes.
38806         * lib/md5.c: Use #error rather than a string.
38807         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
38808         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
38809         (__attribute__): Define to empty for non recent-GCC.
38810         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
38811         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
38812         Renamed from their non-__ counterparts, with new macros replacing
38813         them if not _LIBC.  Add __THROW attribute.
38814         (rol): Remove.
38815         (struct md5_ctx): Align buffer if using GCC.
38816         * lib/sha1.h (struct sha1_ctx): Likewise.
38817         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
38818         The old name was backwards.
38819         (NOTSWAP): Remove; not used.
38820         (rol): New macro, moved here from md5.h.
38821         (sha1_process_block): Remove a FIXME that doesn't make sense.
38822
38823 2005-09-12  Derek Price  <derek@ximbiot.com>
38824
38825         Return usable errors from canon-host.
38826         * lib/canon-host.h: New file.
38827         * lib/canon-host.c (canon_host): Wrap...
38828         (canon_host_r): ...this new function, which now relies exclusively on
38829         getaddrinfo.
38830         (ch_strerror): New function.
38831         (last_cherror): New global.
38832         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
38833         interface.
38834         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
38835         void *.
38836         (freeaddrinfo): Free ai->ai_canonname when set.
38837
38838 2005-09-12  Derek Price  <derek@ximbiot.com>
38839
38840         Make canon-host require getaddrinfo.
38841         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
38842         AC_LIBSOURCE canon-host.h.  Call...
38843         (gl_PREREQ_CANON_HOST): ...this new function, which requires
38844         gl_GETADDRINFO.
38845         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
38846
38847 2005-09-12  Derek Price  <derek@ximbiot.com>
38848
38849         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
38850         LGPL.
38851         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
38852
38853 2005-09-12  Derek Price  <derek@ximbiot.com>
38854
38855         * lib/gai_strerror.c: Include config.h when available.  Include
38856         getaddrinfo.h before other headers to test interface.
38857         Reported by Larry Jones <lawrence.jones@ugs.com>.
38858
38859 2005-09-12  Derek Price  <derek@ximbiot.com>
38860             Paul Eggert  <eggert@cs.ucla.edu>
38861
38862         * modules/glob (Files): Add glob-libc.h.
38863
38864 2005-09-12  Derek Price  <derek@ximbiot.com>
38865             Paul Eggert  <eggert@cs.ucla.edu>
38866
38867         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
38868         glob_.h, glob-libc.h.
38869         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
38870
38871 2005-09-12  Derek Price  <derek@ximbiot.com>
38872             Paul Eggert  <eggert@cs.ucla.edu>
38873
38874         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
38875         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
38876         protecting things that should be done only in gnulib contexts.
38877         * lib/glob_.h: New file, containing only the glob things needed for
38878         gnulib.
38879         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
38880         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
38881         (glob, globfree, glob_pattern_p): Now defined simply in terms of
38882         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
38883         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
38884         and to respect the namespace rules better.
38885
38886 2005-09-08  Simon Josefsson  <jas@extundo.com>
38887
38888         * modules/socklen: New file.
38889
38890 2005-09-08  Simon Josefsson  <jas@extundo.com>
38891
38892         * m4/socklen.m4: New file.
38893
38894 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
38895
38896         * modules/utimens (Files): Add m4/utimbuf.m4, since
38897         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
38898         Reported by Sergey Poznyakoff.
38899
38900 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
38901
38902         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
38903         definitions, since that's the preferred style in glibc.
38904         Fix a minor spacing issue, and update copyright notice to match
38905         glibc's.
38906
38907 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
38908
38909         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
38910
38911 2005-09-06  Simon Josefsson  <jas@extundo.com>
38912
38913         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
38914         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
38915
38916 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
38917
38918         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
38919         warning.
38920
38921 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
38922
38923         * config/srclist.txt: Add glibc bug 1302.
38924
38925 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
38926
38927         Change bitset word type from unsigned int to unsigned long int,
38928         as this has better performance on typical 64-bit hosts.
38929         Port bitset code to hosts with unusual word sizes.
38930         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
38931         (build_collating_symbol):
38932         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
38933         argument is a bitset.  This is merely a style issue, but it makes
38934         it clearer that an entire array is expected.
38935         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
38936         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
38937         Port to the case where bitset_word is not the same as unsigned int.
38938         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
38939         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
38940         Likewise.
38941         * lib/regexec.c (check_dst_limits_calc_pos_1,
38942         check_subexp_matching_top):
38943         (build_trtable, group_nodes_into_DFAstates):
38944         Likewise.
38945         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
38946         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
38947         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
38948         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
38949         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
38950         * lib/regcomp.c (optimize_subexps, lower_subexp):
38951         Work even if bitset_word has holes in its bitwise representation.
38952         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
38953         * lib/regexec.c (check_dst_limits_calc_pos_1,
38954         check_subexp_matching_top):
38955         Likewise.
38956         * lib/regex_internal.c (re_string_reconstruct):
38957         Don't assume UCHAR_MAX == 255.
38958         * lib/regex_internal.h (bitset_set_all): Likewise.
38959         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
38960         All uses changed.
38961         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
38962         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
38963         All uses changed.
38964         (BITSET_WORD_MAX): New macro.
38965         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
38966         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
38967         (bitset_empty, bitset_copy):
38968         Prefer sizeof (bitset) to multiplying it out ourselves.
38969         (bitset_not_merge): Remove; unused.
38970         (bitset_contain): Return bool, not unsigned int with one bit on.
38971         All callers changed.
38972         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
38973         alignment than re_node_set; do this by defining a new internal
38974         type struct dests_alloc and using it to allocate memory.
38975
38976 2005-09-05  Bruno Haible  <bruno@clisp.org>
38977
38978         * gnulib-tool (func_import): Fix comparison in handling of symbolic
38979         links.
38980
38981 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
38982
38983         * modules/size_max (Makefile.am): Add size_max.h
38984
38985 2005-09-04  Derek Price  <derek@ximbiot.com>
38986
38987         * gnulib-tool (func_import): Fix reversed $symbolic logic.
38988
38989 2005-09-03  Simon Josefsson  <jas@extundo.com>
38990
38991         * gnulib-tool: Fix typo.
38992
38993 2005-09-03  Simon Josefsson  <jas@extundo.com>
38994
38995         * config/srclist.txt: Add glibc bug 1293.
38996
38997 2005-09-03  Derek Price  <derek@ximbiot.com>
38998
38999         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
39000         From Larry Jones <lawrence.jones@ugs.com>.
39001
39002 2005-09-02  Simon Josefsson  <jas@extundo.com>
39003
39004         * modules/socklen: New file.
39005
39006 2005-09-02  Simon Josefsson  <jas@extundo.com>
39007
39008         * modules/havelib: New module.
39009
39010         * modules/gettext, modules/iconv, modules/lock, modules/readline:
39011         Use havelib.
39012
39013 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
39014
39015         Check for arithmetic overflow when calculating sizes, to prevent
39016         some buffer-overflow issues.  These patches are conservative, in the
39017         sense that when I couldn't determine whether an overflow was possible,
39018         I inserted a run-time check.
39019         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
39020         macros.
39021         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
39022         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
39023         (re_xnrealloc, re_x2nrealloc): New inline functions.
39024         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
39025         parse_bracket_exp):
39026         (build_equiv_class, build_charclass): Check for arithmetic overflow
39027         in size expression calculations.
39028         * lib/regex_internal.c (re_string_realloc_buffers):
39029         (build_wcs_upper_buffer, re_node_set_add_intersect):
39030         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
39031         (re_dfa_add_node, register_state): Likewise.
39032         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
39033         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
39034         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
39035         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
39036
39037 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
39038
39039         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
39040         m4/ulonglong.m4.  Problem reported by Martin Lambers.
39041
39042 2005-09-02  Bruno Haible  <bruno@clisp.org>
39043
39044         Support for lib vs. lib64 distinction on biarch platforms.
39045         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
39046         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
39047         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
39048
39049 2005-09-02  Bruno Haible  <bruno@clisp.org>
39050
39051         * gnulib-tool (import): In the other first-use case, provide defaults
39052         as well.
39053
39054 2005-09-02  Bruno Haible  <bruno@clisp.org>
39055
39056         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
39057         patches not yet found in the latest gettext release.
39058
39059 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
39060
39061         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
39062         to avoid a collision with bits/local_lim.h in glibc.
39063         All uses changed.  Problem reported by Dmitry V. Levin in
39064         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
39065
39066         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
39067         bugs in int versus size_t comparisons.
39068         (re_string_context_at): Fix bug where the code assumed that
39069         Idx is signed.
39070
39071         Use bool where appropriate.
39072         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
39073         All callers changed.
39074         (calc_eclosure_iter): Likewise, for ROOT arg.
39075         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
39076         (build_charclass_op): Likewise, for NON_MATCH arg.
39077         * lib/regex_internal.c (re_string_allocate, re_string_construct):
39078         (re_string_construct_common): Likewise, for ICASE arg.
39079         * lib/regexec.c (re_search_2_stub, re_search_stub):
39080         Likewise, for RET_LEN arg.
39081         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
39082         (set_regs): Likewise, for FL_BACKTRACK arg.
39083         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
39084         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
39085         (calc_eclosure_iter, parse_bracket_exp):
39086         Use bool for internal variables that are booleans.
39087         * lib/regexec.c (re_search_internal, check_matching,
39088         proceed_next_node):
39089         (set_regs, build_sifted_states, sift_states_bkref):
39090         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
39091         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
39092         (find_collation_sequence_value):
39093         Likewise.
39094         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
39095         (re_node_set_compare):
39096         Return bool, not int. All callers changed.
39097         * lib/regexec.c (check_halt_node_context, check_dst_limits):
39098         (build_trtable, check_node_accept): Likewise.
39099         * lib/regex_internal.h: Include stdbool.h.
39100
39101         Fix bugs uncovered when converting to bool.
39102         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
39103         failure instead of charging ahead blindly.
39104         * lib/regex_internal.c (register_state): Likewise.
39105         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
39106         for freeing internal storage.
39107         (group_nodes_into_DFA_states): Use unsigned int, not int, for
39108         bitset pieces used as boolean, to avoid undefined behavior
39109         on hosts that do int overflow checking.
39110
39111 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
39112
39113         * config/srclist.txt: Add glibc bugs 1285-1287.
39114
39115 2005-09-01  Jim Meyering  <jim@meyering.net>
39116
39117         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
39118         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
39119         Require gl_STAT_MACROS, too.
39120
39121 2005-09-01  Bruno Haible  <bruno@clisp.org>
39122
39123         * gnulib-tool (import): In the first-use case, provide defaults.
39124
39125 2005-09-01  Bruno Haible  <bruno@clisp.org>
39126
39127         * gnulib-tool (func_import): Remove the .tmp files.
39128
39129 2005-09-01  Bruno Haible  <bruno@clisp.org>
39130
39131         * gnulib-tool (func_import): Fix handling of symbolic links.
39132
39133 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39134
39135         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
39136         old glibc regex code mishandles strings longer than 2**31 bytes.
39137         This patch fixes this when the regex code is used in gnulib
39138         (i.e., outside glibc).
39139
39140         This patch should not affect the use of the regex code inside
39141         glibc.  No doubt this problem also needs to be handled for glibc
39142         as well, but the result will be an incompatible change to the
39143         glibc ABI, and the old ABI will have to be supported too.  That
39144         can be the the subject for another patch.
39145
39146         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
39147         governing whether the rest of this patch is active.  By default,
39148         the macro is disabled and the patch has no effect.
39149         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
39150         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
39151         (struct re_pattern_buffer, re_search, re_search_2, re_match):
39152         (re_match_2, re_set_registers): Use the new types.
39153         * lib/regex_internal.h (Idx, re_hashval_t): New types.
39154         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
39155         New macros.
39156         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
39157         (re_string_context_at, bin_tree_t, re_dfastate_t):
39158         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
39159         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
39160         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
39161         (re_string_char_size_at, re_string_wchar_at):
39162         (re_string_elem_size_at):
39163         Use the new types and macros to port to 64-bit hosts.
39164         Use unsigned types for internal values, so that the code
39165         mostly works even for arrays larger than SSIZE_MAX.
39166         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
39167         (search_duplicated_node, calc_eclosure_iter, fetch_number):
39168         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
39169         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
39170         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
39171         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
39172         (calc_inveclosure, parse_dup_op, build_range_exp):
39173         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
39174         (fetch_number, create_token_tree, mark_opt_subexp):
39175         Likewise.
39176         * lib/regex_internal.c (re_string_construct_common,
39177         create_ci_newstate):
39178         (create_cd_newstate, re_string_allocate, re_string_construct):
39179         (re_string_realloc_buffers, build_wcs_upper_buffer):
39180         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
39181         (re_string_reconstruct, re_string_peek_byte_case):
39182         (re_string_fetch_byte_case, re_string_context_at):
39183         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
39184         (re_node_set_init_copy, re_node_set_add_intersect):
39185         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
39186         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
39187         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
39188         (re_acquire_state, re_acquire_state_context, register_state):
39189         Likewise.
39190         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
39191         search_cur_bkref_entry):
39192         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
39193         (re_search_internal, re_search_2_stub, re_search_stub)
39194         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
39195         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
39196         (update_cur_sifted_state, check_dst_limits):
39197         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
39198         (check_subexp_limits, sift_states_bkref, merge_state_array):
39199         (check_subexp_matching_top, get_subexp, get_subexp_sub):
39200         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
39201         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
39202         (expand_bkref_cache, check_node_accept_bytes):
39203         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
39204         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
39205         (acquire_init_state_context, check_halt_node_context):
39206         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
39207         (sift_states_backward, clean_state_log_if_needed):
39208         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
39209         (find_recover_state, transit_state_sb, transit_state_mb):
39210         (transit_state_bkref, build_trtable, match_ctx_clean):
39211         Likewise.
39212         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
39213         to work around an assumption that REG_MISSING is negative.
39214
39215         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
39216         (seek_collating_symbol_entry) [defined _LIBC]:
39217         (lookup_collation_sequence_value) [defined _LIBC]:
39218         (build_range_exp, build_collating_symbol) [defined _LIBC]:
39219         Use prototypes rather than old-style function definitions.
39220         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
39221         (transit_state_sb) [0]:
39222         (find_collation_sequence_value) [defined _LIBC]: Likewise.
39223
39224         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
39225         rm_eo.
39226
39227         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
39228         (optimize_subexps, lower_subexp):
39229         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
39230         since the signed shift might overflow.  Use 1u<<31 instead.
39231         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
39232         Likewise.
39233         * lib/regexec.c (check_dst_limits_calc_pos_1,
39234         check_subexp_matching_top): Likewise.
39235
39236         * lib/regcomp.c (optimize_subexps, lower_subexp):
39237         Use CHAR_BIT rather than 8, for clarity.
39238         * lib/regexec.c (check_dst_limits_calc_pos_1):
39239         (check_subexp_matching_top): Likewise.
39240         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
39241         have to worry about portability issues when shifting it left.
39242         Remove no-longer-needed test for table_size > 0.
39243         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
39244         in a word, as the resulting behavior is undefined.
39245         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
39246         in one case, a <= should have been an <, and in another case the
39247         whole test was missing.
39248         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
39249         the standard name CHAR_BIT.
39250         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
39251         this is not true on one's complement and signed-magnitude hosts.
39252
39253         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
39254         next_last_offset.
39255         (struct re_dfa_t): Remove unused member states_alloc.
39256         * lib/regcomp.c (init_dfa): Don't initialize unused members.
39257
39258 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39259
39260         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
39261         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
39262         and large-file glibc and in 32-bit large-file Solaris.
39263
39264 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39265
39266         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
39267         lengths fit in regoff_t; this isn't true if regoff_t is the same
39268         width as size_t.
39269         * lib/regex.c (re_search_internal): 5th arg is LAST_START
39270         (= START + RANGE) instead of RANGE.  This avoids overflow
39271         problems when regoff_t is the same width as size_t.
39272         All callers changed.
39273         (re_search_2_stub): Check for overflow when adding the
39274         sizes of the two strings.
39275         (re_search_stub): Check for overflow when adding START
39276         to RANGE; if it occurs, substitute the extreme value.
39277
39278 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
39279
39280         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
39281
39282 2005-08-31  Jim Meyering  <jim@meyering.net>
39283
39284         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
39285         a pointer-to-const.
39286         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
39287         (register_state): Likewise.
39288         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
39289         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
39290         (group_nodes_into_DFAstates): Likewise.
39291
39292 2005-08-31  Jim Meyering  <jim@meyering.net>
39293
39294         * check-module: Add a FIXME comment.
39295
39296 2005-08-31  Eric Blake  <ebb9@byu.net>
39297
39298         * modules/unistd-safer (Files): Add unistd--.h.
39299         * modules/stdio-safer (Files): Add stdio--.h.
39300
39301 2005-08-31  Derek Price  <derek@ximbiot.com>
39302
39303         * lib/getdelim.c (getdelim): Return EOF on EOF.
39304         Reported by Larry Jones <lawrence.jones@ugs.com>.
39305
39306 2005-08-31  Bruno Haible  <bruno@clisp.org>
39307
39308         Avoid unnecessary diffs in the generated lib/Makefile.am.
39309         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
39310         the generated files.
39311         (func_import): Don't set cmd.
39312
39313 2005-08-31  Bruno Haible  <bruno@clisp.org>
39314
39315         * lib/strstr.c: Include <stddef.h>, for NULL.
39316         * lib/strcasestr.c: Likewise.
39317         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
39318
39319 2005-08-31  Bruno Haible  <bruno@clisp.org>
39320
39321         * gnulib-tool: New option --macro-prefix.
39322         (func_import): Use macro_prefix.
39323         (import): Handle option --macro-prefix.
39324
39325 2005-08-31  Bruno Haible  <bruno@clisp.org>
39326
39327         * gnulib-tool (import): Rename most ac_* variables to cached_*.
39328         Also use new variables cached_lgpl, cached_libtool.
39329
39330 2005-08-31  Bruno Haible  <bruno@clisp.org>
39331
39332         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
39333         always instantiating them.
39334
39335 2005-08-31  Bruno Haible  <bruno@clisp.org>
39336
39337         * gnulib-tool (func_import): Read the previous cached settings
39338         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
39339         earlier added by gnulib but are now dropped. Warn when a gnulib file
39340         overwrites a non-gnulib file.
39341
39342 2005-08-31  Bruno Haible  <bruno@clisp.org>
39343
39344         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
39345         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
39346         projects that don't keep autogenerated files in CVS. Put into
39347         actioncmd only the specified modules, not the transitive closure.
39348
39349 2005-08-31  Bruno Haible  <bruno@clisp.org>
39350
39351         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
39352         Create directories that shall be filled.
39353         (import): Don't look for gl_* macros in configure.ac. Recurse across
39354         all directories containing a gnulib-cache.m4 files, if meaningful.
39355
39356 2005-08-31  Bruno Haible  <bruno@clisp.org>
39357
39358         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
39359         (import): Set seen_libtool when we see gl_LIBTOOL.
39360
39361 2005-08-31  Bruno Haible  <bruno@clisp.org>
39362
39363         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
39364         declaration macro definitions from generated gnulib.m4.
39365
39366 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
39367
39368         * lib/iconvme.h: Add prototype for iconv_alloc.
39369
39370 2005-08-29  Simon Josefsson  <jas@extundo.com>
39371
39372         * lib/iconvme.c: Fix errno.
39373
39374 2005-08-29  Bruno Haible  <bruno@clisp.org>
39375
39376         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
39377         that it works when the directory contains spaces.
39378
39379 2005-08-29  Bruno Haible  <bruno@clisp.org>
39380
39381         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
39382
39383 2005-08-29  Bruno Haible  <bruno@clisp.org>
39384
39385         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
39386         Emit more advice.
39387
39388 2005-08-29  Bruno Haible  <bruno@clisp.org>
39389         and Stepan Kasal  <kasal@ucw.cz>
39390
39391         * check-module: If more parameters are given, check each of them
39392         separately; add more exceptions, as noted by Jim Meyering.
39393         (check_module): New procedure.
39394         (%exempt_header): Now contains all exceptions.
39395
39396 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
39397
39398         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
39399
39400 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
39401
39402         * lib/iconvme.c: Split iconv_string into iconv_alloc.
39403
39404 2005-08-28  Bruno Haible  <bruno@clisp.org>
39405
39406         * m4/gnulib-tool.m4: New file.
39407
39408 2005-08-27  Jim Meyering  <jim@meyering.net>
39409
39410         * modules/unistd-safer (Files): Add pipe-safer.c.
39411         * modules/fcntl-safer (Files): Add creat-safer.c.
39412
39413 2005-08-27  Jim Meyering  <jim@meyering.net>
39414
39415         * m4/stdlib-safer.m4: New file.  From coreutils.
39416         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
39417         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
39418         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
39419         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
39420         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
39421
39422 2005-08-27  Jim Meyering  <jim@meyering.net>
39423
39424         * lib/fopen-safer.c: Merge minor changes from coreutils.
39425         * lib/dup-safer.c: Likewise.
39426         * lib/fd-safer.c: Likewise.
39427
39428         Merge from coreutils.
39429         * lib/stdio--.h: New file.
39430         * lib/stdlib--.h: New file.
39431         * lib/mkstemp-safer.c: New file.
39432
39433         GNU tar needs these.
39434         * lib/pipe-safer.c: New file.
39435         * lib/creat-safer.c: New file.
39436         * lib/fcntl--.h (creat): Define to creat_safer.
39437         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
39438         * lib/unistd--.h (pipe): Define to pipe_safer.
39439         * lib/unistd-safer.h: Declare pipe_safer.
39440
39441 2005-08-26  Simon Josefsson  <jas@extundo.com>
39442
39443         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
39444         Haible <bruno@clisp.org>.
39445
39446 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
39447
39448         * lib/regex_internal.h: Remove all references to
39449         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
39450         or better.
39451         (bitset_not, bitset_merge, bitset_not_merge):
39452         (bitset_mask, re_string_allocate, re_string_construct):
39453         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
39454         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
39455         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
39456         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
39457         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
39458         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
39459         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
39460         (re_acquire_state_context):
39461         Remove unnecessary forward decls.
39462         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
39463         Put __attribute at function definition,
39464         now that the function decl has been removed.
39465         * lib/regex_internal.c (re_string_peek_byte_case):
39466         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
39467         Likewise.
39468
39469 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
39470
39471         * m4/regex.m4: Add AC_PREREQ(2.50).
39472         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
39473
39474 2005-08-25  Simon Josefsson  <jas@extundo.com>
39475
39476         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
39477         __fsetlocking.
39478
39479 2005-08-25  Simon Josefsson  <jas@extundo.com>
39480
39481         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
39482         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
39483         GLIBC specific code.
39484
39485 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39486
39487         Make regex safe for g++.  This fixes one real bug (an "err"
39488         that should have been "*err").  g++ problem reported by
39489         Sam Steingold.
39490         * lib/regex_internal.h (re_calloc): New macro, consistent with
39491         re_malloc etc.  All callers of calloc changed to use re_calloc.
39492         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
39493         not int.  All callers changed.
39494         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
39495         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
39496         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
39497         (find_recover_state): Change "err" to "*err"; this fixes what
39498         appears to be a real bug.
39499         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
39500         versus int.
39501
39502 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39503
39504         * modules/regex (Depends-on): Add malloc, since the code
39505         assumes that !malloc(0) means failure.
39506
39507 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39508
39509         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
39510
39511         alloca modernization/simplification for regex.
39512         * lib/regex.c: Remove portability cruft for alloca.  This no longer
39513         needs to be at the start of the file, and can be moved into
39514         regex_internal.h and simplified.
39515         * lib/regex_internal.h: Include <alloca.h>.
39516         (__libc_use_alloca) [!defined _LIBC]: New macro.
39517         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
39518         now works outside glibc.
39519
39520 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
39521
39522         * config/srclist.txt: Add glibc bugs 1241, 1245.
39523
39524 2005-08-25  Jim Meyering  <jim@meyering.net>
39525
39526         * lib/open-safer.c: Include <config.h>.
39527         Otherwise, we'd lose LARGEFILE support in any file using
39528         e.g. "fcntl--.h"
39529
39530 2005-08-25  Bruno Haible  <bruno@clisp.org>
39531
39532         * m4/minmax.m4: Require autoconf 2.52.
39533         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
39534         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
39535         alternatives of translit over the alphabet.
39536         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
39537
39538 2005-08-24  Simon Josefsson  <jas@extundo.com>
39539
39540         * tests/test-getpass.c: New file.
39541
39542 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
39543
39544         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
39545         for GNU regex features.
39546
39547 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
39548
39549         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
39550         * lib/regex.h (regerror): Likewise.
39551
39552         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
39553         requires this.  (The code never needed it.)
39554
39555         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
39556         All uses of recently-renamed identifiers changed to use the new,
39557         POSIX-compliant names.  The code will build and run just fine
39558         without these changes, but it's better to eat our own dog food
39559         and use the standard-conforming names.
39560
39561         * lib/regex.h: Fix a multitude of POSIX name space violations.
39562         These changes have an effect only for programs that define
39563         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
39564         do not change anything for programs compiled in the normal way.
39565         Also, there is no effect on the ABI.
39566
39567         (_REGEX_SOURCE): New macro.
39568         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
39569         defined and _GNU_SOURCE is not; this fixes a name space violation.
39570
39571         Rename the following macros to obey POSIX requirements.
39572         The old names are still visible as macros if _REGEX_SOURCE is defined.
39573         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
39574         RE_BACKSLASH_ESCAPE_IN_LISTS.
39575         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
39576         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
39577         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
39578         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
39579         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
39580         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
39581         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
39582         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
39583         (REG_INTERVALS): renamed from RE_INTERVALS.
39584         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
39585         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
39586         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
39587         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
39588         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
39589         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
39590         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
39591         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
39592         RE_UNMATCHED_RIGHT_PAREN_ORD.
39593         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
39594         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
39595         (REG_DEBUG): renamed from RE_DEBUG.
39596         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
39597         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
39598         unusual, since we can't clash with the POSIX REG_ICASE.
39599         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
39600         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
39601         (REG_NO_SUB): renamed from RE_NO_SUB.
39602         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
39603         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
39604         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
39605         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
39606         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
39607         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
39608         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
39609         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
39610         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
39611         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
39612         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
39613         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
39614         RE_SYNTAX_POSIX_MINIMAL_BASIC.
39615         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
39616         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
39617         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
39618         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
39619         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
39620         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
39621         (REG_FIXED): Renamed from REGS_FIXED.
39622         (REG_NREGS): Renamed from RE_NREGS.
39623
39624         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
39625         of other REG_* macros, since POSIX says the user is allowed to
39626         #undef these macros selectively.
39627
39628         (reg_errcode_t): Update comment stating what other tables need
39629         to be consistent.
39630
39631         Rename the following enum values to obey POSIX requirements.
39632         The old names are still visible as macros.
39633         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
39634         is not defined, since GNU is supposed to be a superset of POSIX as
39635         much as possible, and since we want reg_errcode_t to be a signed
39636         type for implementation consistency.
39637         (_REG_NOERROR): Renamed from REG_NOERROR.
39638         (_REG_NOMATCH): Renamed from REG_NOMATCH.
39639         (_REG_BADPAT): Renamed from REG_BADPAT.
39640         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
39641         (_REG_ECTYPE): Renamed from REG_ECTYPE.
39642         (_REG_EESCAPE): Renamed from REG_EESCAPE.
39643         (_REG_ESUBREG): Renamed from REG_ESUBREG.
39644         (_REG_EBRACK): Renamed from REG_EBRACK.
39645         (_REG_EPAREN): Renamed from REG_EPAREN.
39646         (_REG_EBRACE): Renamed from REG_EBRACE.
39647         (_REG_BADBR): Renamed from REG_BADBR.
39648         (_REG_ERANGE): Renamed from REG_ERANGE.
39649         (_REG_ESPACE): Renamed from REG_ESPACE.
39650         (_REG_BADRPT): Renamed from REG_BADRPT.
39651         (_REG_EEND): Renamed from REG_EEND.
39652         (_REG_ESIZE): Renamed from REG_ESIZE.
39653         (_REG_ERPAREN): Renamed from REG_ERPAREN.
39654         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
39655         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
39656         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
39657         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
39658
39659         (_REG_RE_NAME, _REG_RM_NAME): New macros.
39660         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
39661         changed.  But support the old name if the new one is not defined
39662         and if _REGEX_SOURCE.
39663
39664         Change the following member names in struct re_pattern_buffer.
39665         The old names are still supported if !_REGEX_SOURCE.
39666         The new names are always supported, regardless of _REGEX_SOURCE.
39667         (re_buffer): Renamed from buffer.
39668         (re_allocated): Renamed from allocated.
39669         (re_used): Renamed from used.
39670         (re_syntax): Renamed from syntax.
39671         (re_fastmap): Renamed from fastmap.
39672         (re_translate): Renamed from translate.
39673         (re_can_be_null): Renamed from can_be_null.
39674         (re_regs_allocated): Renamed from regs_allocated.
39675         (re_fastmap_accurate): Renamed from fastmap_accurate.
39676         (re_no_sub): Renamed from no_sub.
39677         (re_not_bol): Renamed from not_bol.
39678         (re_not_eol): Renamed from not_eol.
39679         (re_newline_anchor): Renamed from newline_anchor.
39680
39681         Change the following member names in struct re_registers.
39682         The old names are still supported if !_REGEX_SOURCE.
39683         The new names are always supported, regardless of _REGEX_SOURCE.
39684         (rm_num_regs): Renamed from num_regs.
39685         (rm_start): Renamed from start.
39686         (rm_end): Renamed from end.
39687
39688         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
39689         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
39690         Prepend __ to parameter names.
39691
39692         Undo yesterday's changes.
39693
39694 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
39695
39696         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
39697         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
39698         lib/regex.c.
39699
39700 2005-08-24  Jim Meyering  <jim@meyering.net>
39701
39702         Sync from coreutils.
39703         * m4/fcntl-safer.m4: New file.
39704
39705         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
39706         and object files for this module.
39707
39708 2005-08-24  Jim Meyering  <jim@meyering.net>
39709
39710         Sync from coreutils.
39711         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
39712
39713 2005-08-24  Jim Meyering  <jim@meyering.net>
39714
39715         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
39716         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
39717
39718 2005-08-24  Jim Meyering  <jim@meyering.net>
39719
39720         * modules/fcntl-safer: New module.
39721         * modules/fts (Depends-on): Add fcntl-safer.
39722         * MODULES.html.sh (File descriptor based Input/Output):
39723         Add fcntl-safer.
39724
39725 2005-08-24  Bruno Haible  <bruno@clisp.org>
39726
39727         Support for unit test modules.
39728         * modules/README: Mention tests modules.
39729         * modules/TEMPLATE-TESTS: New file.
39730         * gnulib-tool: New options --extract-tests-module, --with-tests and
39731         --tests-base (unused for the moment).
39732         (testsbase, inctests): New variables.
39733         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
39734         (func_verify_module): Exclude TEMPLATE-TESTS.
39735         (func_verify_nontests_module, func_verify_tests_module): New functions.
39736         (func_get_dependencies): Add implicit dependency for tests modules.
39737         (func_get_tests_module): New function.
39738         (func_modules_transitive_closure): When --with-tests was specified,
39739         include the unit tests as well, unless explicitly avoided.
39740         (func_emit_lib_Makefile_am): Ignore the tests modules here.
39741         (func_emit_tests_Makefile_am): New function.
39742         (func_create_testdir): When --with-tests was specified, emit a
39743         tests/ directory.
39744         * MODULES.html.sh (Future developments): Update.
39745
39746 2005-08-24  Bruno Haible  <bruno@clisp.org>
39747
39748         * modules/tls-tests: New file.
39749         * tests/test-tls.c: New file, from GNU gettext.
39750
39751 2005-08-24  Bruno Haible  <bruno@clisp.org>
39752
39753         * modules/lock-tests: New file.
39754         * tests/test-lock.c: New file, from GNU gettext.
39755
39756 2005-08-24  Bruno Haible  <bruno@clisp.org>
39757
39758         * lib/lock.h: Add multiple inclusion guard.
39759         * lib/tls.h: Add multiple inclusion guard.
39760
39761 2005-08-24  Bruno Haible  <bruno@clisp.org>
39762
39763         * gnulib-tool: Add support for the --aux-dir option to
39764         --create-testdir, --create-megatestdir, --test, --megatest.
39765         (func_create_testdir, func_create_megatestdir): Optionally emit a
39766         AC_CONFIG_AUX_DIR directive.
39767         (create-testdir, create-megatestdir, test, megatest): Provide a
39768         default value for $auxdir.
39769
39770 2005-08-24  Bruno Haible  <bruno@clisp.org>
39771
39772         * gnulib-tool (import): Use compound statement instead of subshell
39773         where possible.
39774
39775 2005-08-24  Bruno Haible  <bruno@clisp.org>
39776
39777         * gnulib-tool (import): Change --aux-dir default to "build-aux".
39778
39779 2005-08-24  Bruno Haible  <bruno@clisp.org>
39780
39781         * gnulib-tool (func_version): Update.
39782
39783 2005-08-24  Bruno Haible  <bruno@clisp.org>
39784
39785         * gnulib-tool (func_import, func_create_testdir,
39786         func_create_megatestdir): Quote all autoconf macro arguments.
39787
39788 2005-08-24  Bruno Haible  <bruno@clisp.org>
39789
39790         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
39791         option --force, because --force causes the aclocal.m4 of each
39792         subdirectory to be newer than the corresponding config.h.in.
39793
39794 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
39795
39796         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
39797         All contents moved to gl_REGEX.
39798         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
39799         assume that it does.
39800
39801 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
39802
39803         * lib/regex.h (REG_NOSYS)
39804         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
39805         Define, since POSIX requires it as of 2001.
39806         (_REG_ENOSYS)
39807         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
39808         New private symbol, used to keep the enum signed in all cases.
39809         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
39810         Youngman in
39811         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
39812
39813         * lib/regex_internal.c (re_string_skip_chars, register_state):
39814         (calc_state_hash):
39815         Remove forward decls; no longer needed now that we use prototypes.
39816         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
39817         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
39818         (clean_state_log_if_needed): Likewise.
39819
39820 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
39821
39822         * config/srclist.txt: Add glibc bugs 1231-1233.
39823
39824 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
39825
39826         Fix problems reported by Sam Steingold in
39827         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
39828         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
39829         assumed that reg_errcode_t is a signed type, which is not
39830         necessarily true if _XOPEN_SOURCE is not defined.
39831         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
39832         since some compilers warn about it otherwise.
39833
39834 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
39835
39836         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
39837         (init_word_char, create_initial_state, duplicate_node_closure):
39838         (fetch_token, peek_token_bracket, build_range_exp):
39839         (build_collating_symbol): Remove forward decls; no longer needed
39840         now that we use prototypes.
39841
39842         * lib/regcomp.c:
39843         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
39844         (re_compile_fastmap_iter, regcomp, regerror, regfree):
39845         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
39846         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
39847         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
39848         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
39849         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
39850         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
39851         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
39852         (build_range_exp, build_collating_symbol, parse_bracket_exp):
39853         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
39854         (build_charclass, build_charclass_op, fetch_number, create_tree):
39855         (create_token_tree, mark_opt_subexp, duplicate_tree):
39856         Use prototypes rather than old-style definitions.
39857
39858         * lib/regex_internal.c:
39859         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
39860         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
39861         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
39862         (re_string_reconstruct, re_string_peek_byte_case):
39863         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
39864         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
39865         (re_node_set_init_copy, re_node_set_add_intersect):
39866         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
39867         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
39868         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
39869         (re_acquire_state, re_acquire_state_context, register_state):
39870         (create_ci_newstate, create_cd_newstate, free_state):
39871         Likewise.
39872         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
39873         re_search_2):
39874         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
39875         (re_search_internal, prune_impossible_nodes):
39876         (acquire_init_state_context, check_matching, static):
39877         (check_halt_node_context, check_halt_state_context, proceed_next_node):
39878         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
39879         (update_regs, sift_states_backward, build_sifted_states):
39880         (clean_state_log_if_needed, merge_state_array):
39881         (update_cur_sifted_state, add_epsilon_src_nodes):
39882         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
39883         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
39884         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
39885         (find_recover_state, check_subexp_matching_top, transit_state_mb):
39886         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
39887         (check_arrival, check_arrival_add_next_nodes):
39888         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
39889         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
39890         (check_node_accept_bytes, check_node_accept, extend_buffers):
39891         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
39892         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
39893         (sift_ctx_init):
39894         Likewise.
39895
39896         * lib/regex_internal.h:
39897         (re_string_allocate, re_string_construct, re_string_reconstruct):
39898         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
39899         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
39900         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
39901         (re_string_context_at, re_string_peek_byte_case):
39902         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
39903         is defined, since we now use prototypes always.
39904
39905         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
39906         C89 or better.  All uses removed.
39907
39908 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
39909
39910         * config/srclist.txt: Add glibc bugs 1220-1227.
39911
39912 2005-08-20  Jim Meyering  <jim@meyering.net>
39913
39914         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
39915         of unused local, dfa.
39916
39917 2005-08-20  Bruno Haible  <bruno@clisp.org>
39918
39919         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
39920
39921 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39922
39923         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
39924         (re_node_set_insert_last, re_dfa_add_node):
39925         Rename local variables to avoid GCC shadowing warnings.
39926
39927 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39928
39929         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
39930         [defined lint]: Suppress bogus uninitialized-variable warnings.
39931
39932         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
39933         and let the caller return REG_ESPACE if out of space.  This
39934         removes an uninitialied-variable warning with GCC 4.0.1, and also
39935         avoids taking the address of a local variable.  All callers
39936         changed.
39937
39938 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39939
39940         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
39941         $LIBCSRC/posix/regexec.c.
39942         Add glibc bug 1217 for regcomp.c.
39943
39944 2005-08-19  Jim Meyering  <jim@meyering.net>
39945
39946         * lib/regexec.c (proceed_next_node): Redo local variables to
39947         avoid GCC shadowing warnings.
39948
39949 2005-08-18  Bruno Haible  <bruno@clisp.org>
39950
39951         * lib/strstr.c (strstr): Fix return value in multibyte case.
39952         * lib/strcasestr.c (strcasestr): Likewise.
39953
39954 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
39955
39956         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
39957
39958 2005-08-17  Jim Meyering  <jim@meyering.net>
39959
39960         Make the %s format (seconds since the epoch) work for a negative
39961         number and when used with a zero-padded field width, e.g. %015s.
39962
39963         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
39964         label so that it precedes the code to set `digits'.  Otherwise,
39965         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
39966         print `00-22'.  Now, it prints `-0022', as it should.
39967
39968 2005-08-17  Bruno Haible  <bruno@clisp.org>
39969
39970         * modules/strstr (Files): Add m4/mbrtowc.m4.
39971         (Depends-on): Add mbuiter.
39972
39973 2005-08-17  Bruno Haible  <bruno@clisp.org>
39974
39975         * modules/strcasestr: New file.
39976         * MODULES.html.sh (String handling, based on ANSI C 89): Add
39977         strcasestr.
39978
39979 2005-08-17  Bruno Haible  <bruno@clisp.org>
39980
39981         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
39982
39983 2005-08-17  Bruno Haible  <bruno@clisp.org>
39984
39985         * modules/mbuiter: New file.
39986         * MODULES.html.sh (Extended multibyte and wide character utilities):
39987         Add mbuiter.
39988
39989 2005-08-17  Bruno Haible  <bruno@clisp.org>
39990
39991         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
39992         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
39993
39994 2005-08-17  Bruno Haible  <bruno@clisp.org>
39995
39996         * m4/strcasestr.m4: New file.
39997
39998 2005-08-17  Bruno Haible  <bruno@clisp.org>
39999
40000         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
40001         * lib/strstr.c: Completely rewritten, with multibyte locale support.
40002
40003 2005-08-17  Bruno Haible  <bruno@clisp.org>
40004
40005         * lib/strcasestr.h: New file.
40006         * lib/strcasestr.c: New file.
40007
40008 2005-08-17  Bruno Haible  <bruno@clisp.org>
40009
40010         * lib/strcasecmp.c: Use mbuiter.h.
40011
40012 2005-08-17  Bruno Haible  <bruno@clisp.org>
40013
40014         * lib/mbuiter.h: New file.
40015
40016 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
40017
40018         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
40019         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
40020         and gl_GETOPT are both invoked via different paths (as happens
40021         with GNU tar CVS because it uses both argp and getopt), the former
40022         wins.
40023
40024 2005-08-16  Bruno Haible  <bruno@clisp.org>
40025
40026         * modules/tls: New file.
40027         * MODULES.html.sh (Multithreading): Add tls.
40028
40029 2005-08-16  Bruno Haible  <bruno@clisp.org>
40030
40031         * modules/strnlen1: New file.
40032         * MODULES.html.sh (String handling): Add strnlen1.
40033
40034 2005-08-16  Bruno Haible  <bruno@clisp.org>
40035
40036         * modules/strcase (Files): Add m4/mbrtowc.m4.
40037         (Depends-on): Add strnlen1, mbchar.
40038
40039 2005-08-16  Bruno Haible  <bruno@clisp.org>
40040
40041         * modules/mbiter: New file.
40042         * MODULES.html.sh (Extended multibyte and wide character utilities):
40043         Add mbiter.
40044
40045 2005-08-16  Bruno Haible  <bruno@clisp.org>
40046
40047         * modules/mbfile: New file.
40048         * MODULES.html.sh (Extended multibyte and wide character utilities):
40049         Add mbfile.
40050
40051 2005-08-16  Bruno Haible  <bruno@clisp.org>
40052
40053         * modules/mbchar: New file.
40054         * MODULES.html.sh (Extended multibyte and wide character utilities):
40055         New section.
40056
40057 2005-08-16  Bruno Haible  <bruno@clisp.org>
40058
40059         * m4/tls.m4: New file, from GNU gettext.
40060
40061 2005-08-16  Bruno Haible  <bruno@clisp.org>
40062
40063         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
40064         always.
40065         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
40066
40067 2005-08-16  Bruno Haible  <bruno@clisp.org>
40068
40069         * m4/mbiter.m4: New file.
40070
40071 2005-08-16  Bruno Haible  <bruno@clisp.org>
40072
40073         * m4/mbfile.m4: New file.
40074
40075 2005-08-16  Bruno Haible  <bruno@clisp.org>
40076
40077         * m4/mbchar.m4: New file.
40078
40079 2005-08-16  Bruno Haible  <bruno@clisp.org>
40080
40081         * lib/tls.h: New file, from GNU gettext.
40082         * lib/tls.c: New file, from GNU gettext.
40083
40084 2005-08-16  Bruno Haible  <bruno@clisp.org>
40085
40086         * lib/strnlen1.h: New file.
40087         * lib/strnlen1.c: New file.
40088
40089 2005-08-16  Bruno Haible  <bruno@clisp.org>
40090
40091         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
40092         (mbi_init): Update.
40093         (mbi_avail, mbi_advance): Let the iteration end before the terminating
40094         NUL byte, not after it.
40095
40096 2005-08-16  Bruno Haible  <bruno@clisp.org>
40097
40098         * lib/strcase.h (strcasecmp): Add note in comments.
40099         * lib/strncasecmp.c: Use code from strcasecmp.c.
40100         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
40101         (strcasecmp): Work correctly in multibyte locales.
40102
40103 2005-08-16  Bruno Haible  <bruno@clisp.org>
40104
40105         * lib/mbiter.h: New file.
40106
40107 2005-08-16  Bruno Haible  <bruno@clisp.org>
40108
40109         * lib/mbfile.h: New file.
40110
40111 2005-08-16  Bruno Haible  <bruno@clisp.org>
40112
40113         * lib/mbchar.h: New file.
40114         * lib/mbchar.c: New file.
40115
40116 2005-08-16  Bruno Haible  <bruno@clisp.org>
40117
40118         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
40119         the valid ones. Makes the comparison operations transitive:
40120         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
40121         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
40122
40123 2005-08-15  Simon Josefsson  <jas@extundo.com>
40124
40125         * modules/ssize_t (License): Change to 'unlimited'.
40126
40127         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
40128
40129 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40130
40131         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
40132         Add comments for each pending glibc patch.
40133
40134 2005-08-15  Bruno Haible  <bruno@clisp.org>
40135
40136         * lib/regex.h (__restrict_arr): Don't define to __restrict if
40137         __cplusplus is defined.
40138
40139 2005-08-14  Jim Meyering  <jim@meyering.net>
40140
40141         Sync from coreutils.
40142
40143         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
40144         Use the hash-table-based cycle-detection code not just when
40145         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
40146         Reported by James Youngman in
40147         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
40148         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
40149         FTS_TIGHT_CYCLE_CHECK.
40150         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
40151         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
40152         once again.
40153         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
40154         * lib/fts.c (fd_safer): Remove decl.
40155         Include fcntl--.h rather than unistd-safer.h
40156         (fts_safe_changedir): Don't call fd_safer; no longer needed
40157         now that we include fcntl--.h.
40158
40159 2005-08-12  Simon Josefsson  <jas@extundo.com>
40160
40161         * modules/getndelim2: Use ssize_t module.
40162         * modules/getnline: Likewise.
40163         * modules/safe-read: Likewise.
40164         * modules/xreadlink: Likewise.
40165
40166         * modules/ssize_t: New file.
40167
40168 2005-08-12  Simon Josefsson  <jas@extundo.com>
40169
40170         * m4/readline.m4: Look for termcap, curses or ncurses if required.
40171
40172 2005-08-12  Simon Josefsson  <jas@extundo.com>
40173
40174         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40175         ssize_t.
40176
40177 2005-08-12  Simon Josefsson  <jas@extundo.com>
40178
40179         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
40180         readline, getdelim and check_version.
40181         (Support for systems lacking ISO C 99: Sizes of integer types):
40182         Add size_max.
40183
40184 2005-08-12  Bruno Haible  <bruno@clisp.org>
40185
40186         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
40187
40188 2005-08-11  Simon Josefsson  <jas@extundo.com>
40189
40190         * modules/readline: New file.
40191
40192         * modules/strnlen (Files): Add strnlen.h.
40193
40194 2005-08-11  Simon Josefsson  <jas@extundo.com>
40195
40196         * m4/readline.m4: New file.
40197
40198 2005-08-11  Simon Josefsson  <jas@extundo.com>
40199
40200         * lib/readline.h, readline.c: New file.
40201
40202 2005-08-11  Simon Josefsson  <jas@extundo.com>
40203
40204         * doc/gnulib.texi (Initial import, Finishing touches): Mention
40205         gl_AVOID.
40206
40207 2005-08-11  Bruno Haible  <bruno@clisp.org>
40208
40209         * lib/strnlen.h (strnlen): Change parameter name to match comment.
40210
40211 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
40212
40213         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
40214
40215 2005-08-10  Simon Josefsson  <jas@extundo.com>
40216
40217         * tests/test-iconvme.c: New file.
40218
40219 2005-08-10  Simon Josefsson  <jas@extundo.com>
40220
40221         * m4/strnlen.m4: New file.
40222
40223         * m4/strndup.m4: Don't check for strnlen declaration, done in
40224         strnlen.m4.
40225
40226 2005-08-10  Simon Josefsson  <jas@extundo.com>
40227
40228         * lib/strndup.c: Use strnlen.h.
40229
40230         * lib/strnlen.h: New file.
40231
40232 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
40233
40234         * README: Typos.
40235
40236 2005-08-02  Simon Josefsson  <jas@extundo.com>
40237
40238         * modules/readline: New file.
40239
40240 2005-08-02  Simon Josefsson  <jas@extundo.com>
40241
40242         * modules/getdelim: New file.
40243
40244         * modules/getline: Rewrite, don't use getndelim2.
40245
40246 2005-08-02  Simon Josefsson  <jas@extundo.com>
40247
40248         * m4/getline.m4: Separate out getdelim stuff into separate module.
40249
40250         * m4/getdelim.m4: New file.
40251
40252 2005-08-02  Simon Josefsson  <jas@extundo.com>
40253
40254         * lib/getline.h, getline.c: Rewrite.
40255
40256         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
40257
40258 2005-07-31  Bruno Haible  <bruno@clisp.org>
40259
40260         * lib/lock.h (gl_lock_initializer): New macro.
40261         (gl_lock_define_initialized): Use it.
40262         (gl_rwlock_initializer): New macro.
40263         (gl_rwlock_define_initialized): Use it.
40264         (gl_recursive_lock_initializer): New macro.
40265         (gl_recursive_lock_define_initialized): Use it.
40266
40267 2005-07-30  Karl Berry  <karl@gnu.org>
40268
40269         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
40270         Report from Ben Pfaff, regarding getopt.
40271
40272 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
40273
40274         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
40275         normal way.
40276         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
40277         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
40278         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
40279         (gl_GETOPT): Use the new macros.  Most of the implementation
40280         is moved to the new macros.  This is for programs like Emacs
40281         that don't want all the functionality of gl_GETOPT.
40282
40283 2005-07-26  Bruno Haible  <bruno@clisp.org>
40284
40285         * m4/lock.m4: Update from GNU gettext.
40286
40287 2005-07-26  Bruno Haible  <bruno@clisp.org>
40288
40289         * lib/lock.h: Update from GNU gettext.
40290         * lib/lock.c: Update from GNU gettext.
40291
40292 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
40293
40294         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
40295         obsolescent AC_TRY_RUN.  Include the default includes files, for
40296         'exit'.
40297
40298 2005-07-24  Bruno Haible  <bruno@clisp.org>
40299
40300         * modules/visibility: New file.
40301         * MODULES.html.sh (Misc): Add visibility.
40302
40303 2005-07-24  Bruno Haible  <bruno@clisp.org>
40304
40305         * m4/visibility.m4: New file.
40306
40307 2005-07-24  Bruno Haible  <bruno@clisp.org>
40308
40309         * doc/visibility.texi: New file.
40310
40311 2005-07-22  Bruno Haible  <bruno@clisp.org>
40312
40313         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
40314         $(ALLOCA_H), redundant through BUILT_SOURCES.
40315         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
40316         redundant through BUILT_SOURCES.
40317         * modules/byteswap (Makefile.am): Remove explicit dependency on
40318         $(BYTESWAP_H), redundant through BUILT_SOURCES.
40319         * modules/fnmatch (Makefile.am): Remove explicit dependency on
40320         $(FNMATCH_H), redundant through BUILT_SOURCES.
40321         * modules/getopt (Makefile.am): Remove explicit dependency on
40322         $(GETOPT_H), redundant through BUILT_SOURCES.
40323         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
40324         redundant through BUILT_SOURCES.
40325         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
40326         redundant through BUILT_SOURCES.
40327         * modules/stdbool (Makefile.am): Remove explicit dependency on
40328         $(STDBOOL_H), redundant through BUILT_SOURCES.
40329         * modules/stdint (Makefile.am): Remove explicit dependency on
40330         $(STDINT_H), redundant through BUILT_SOURCES.
40331         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
40332         Remove explicit dependency on $(SYSEXITS_H).
40333         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
40334
40335 2005-07-18  Simon Josefsson  <jas@extundo.com>
40336
40337         * lib/check-version.c (check_version): Accept identical versions too.
40338
40339 2005-07-18  Bruno Haible  <bruno@clisp.org>
40340
40341         * modules/lock: New file.
40342         * MODULES.html.sh (Multithreading): New section.
40343
40344 2005-07-18  Bruno Haible  <bruno@clisp.org>
40345
40346         * m4/lock.m4: New file, from GNU gettext.
40347
40348 2005-07-18  Bruno Haible  <bruno@clisp.org>
40349
40350         * lib/lock.h: New file, from GNU gettext.
40351         * lib/lock.c: New file, from GNU gettext.
40352
40353 2005-07-18  Bruno Haible  <bruno@clisp.org>
40354
40355         * lib/lock.h (gl_once_t): New type.
40356         (gl_once_define, gl_once): New macros.
40357         * lib/lock.c (fresh_once): New variable.
40358         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
40359         functions.
40360
40361 2005-07-16  Simon Josefsson  <jas@extundo.com>
40362
40363         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
40364         workaround, suggested by Bruno.
40365
40366 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
40367
40368         * modules/xalloc (Depends-on): Add xalloc-die.
40369         * modules/xvasprintf (Depends-on): Add xalloc-die.
40370
40371 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
40372
40373         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
40374         with a minor change.
40375
40376 2005-07-15  Bruno Haible  <bruno@clisp.org>
40377
40378         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
40379         When using lib/poll.c, define poll as rpl_poll.
40380
40381 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
40382
40383         * modules/argp (Depends-on): Remove unlocked-io.
40384
40385 2005-07-14  Derek Price  <derek@ximbiot.com>
40386
40387         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
40388         for glob symlink bug.
40389
40390 2005-07-14  Bruno Haible  <bruno@clisp.org>
40391
40392         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
40393         Instead, test for *_unlocked function declarations directly.
40394
40395 2005-07-11  Simon Josefsson  <jas@extundo.com>
40396
40397         * modules/size_max: New file.
40398
40399         * modules/xsize: Depend on size_max module for size_max.m4.
40400
40401 2005-07-11  Simon Josefsson  <jas@extundo.com>
40402
40403         * lib/size_max.h: New file.
40404
40405 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
40406
40407         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
40408         copyright symbol and the year.
40409         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
40410         (version_etc_va): Use parameterized copyright notice.
40411         Reword to conform to the current GNU coding standards.
40412
40413 2005-07-11  Karl Berry  <karl@gnu.org>
40414
40415         * doc/gnulib.texi (Quoting): new node.
40416         (Initial import): more info, from Patrice.
40417
40418 2005-07-11  Bruno Haible  <bruno@clisp.org>
40419
40420         * gnulib-tool (func_usage): Document option --avoid.
40421         (Command line options): Handle --avoid.
40422         (func_acceptable): New function.
40423         (func_modules_transitive_closure): Use it.
40424
40425 2005-07-11  Bruno Haible  <bruno@clisp.org>
40426
40427         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
40428         Reported by Jim Meyering.
40429
40430 2005-07-10  Bruno Haible  <bruno@clisp.org>
40431
40432         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
40433         Needed when size_t is smaller than 'unsigned int'.
40434         Reported by Paul Eggert.
40435
40436 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
40437
40438         * modules/argp (Depends-on): Add unlocked-io
40439
40440 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
40441
40442         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
40443         block of defines.
40444
40445 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
40446
40447         * config/srclist.txt: Comment out regcomp.c, since we have a porting
40448         fix now.
40449
40450 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
40451         and Paul Eggert  <eggert@cs.ucla.edu>
40452
40453         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
40454         in wint_t, not wchar_t.  Remove now-unnecessary cast.
40455
40456 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
40457
40458         * modules/regex (Files): Add lib/regex_internal.c,
40459         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
40460         (Depends-on): Add extensions.
40461         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
40462
40463 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
40464
40465         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
40466         pathconf.
40467         * m4/same.m4 (gl_SAME): Likewise.
40468         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
40469
40470         * m4/regex.m4: Adjust to new libc regex implementation.
40471         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
40472         all the .c and .h parts of (the new) regex.
40473         Quote the m4 stuff better.
40474         Check for RE_ICASE bug of old gnulib.
40475         Check for REG_STARTEND of recent libc.
40476         Rename local variables from jm_* to gl_*.
40477         Quote operand of "test -f".
40478         Say "recent enough" version of libc, not "version 2".
40479         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
40480         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
40481         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
40482         Remove check for btowc, isascii.
40483         Require AM_LANGINFO_CODESET.
40484
40485 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
40486
40487         * lib/regex.c, regex.h: Sync from libc.
40488         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
40489         * lib/regexec.c:
40490         New files, synced from libc, except that regex_internal.h
40491         currently has a small porting fix.
40492
40493 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
40494
40495         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
40496         regex_internal.c, regexec.c.
40497         Add regex_internal.h too, but as a comment, since the libc version
40498         is currently broken in gnulib mode.
40499
40500 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
40501
40502         Support programs like Emacs that use gnulib but not gettext.
40503         * MODULES.html.sh (Internationalization functions): Add gettext-h.
40504         * modules/gettext-h: New file.
40505         * modules/gettext (Files): Remove lib/gettext.h.
40506         (Depends-on): Add gettext-h.
40507         (Makefile.am): Remove lib_SOURCES.
40508         * modules/argmatch, modules/c-stack, modules/closeout:
40509         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
40510         * modules/execute, modules/file-type, modules/getaddrinfo:
40511         * modules/getopt, modules/human, modules/javacomp:
40512         * modules/javaexec, modules/mkdir-p, modules/obstack:
40513         * modules/openat, modules/pagealign_alloc, modules/pipe:
40514         * modules/quotearg, modules/regex, modules/rpmatch:
40515         * modules/unicodeio, modules/userspec, modules/version-etc:
40516         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
40517         * modules/xsetenv:
40518         Depend on gettext-h, not gettext.
40519
40520 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
40521
40522         * gnulib-tool (func_import): Add support for 'public domain' license.
40523         * modules/alloca, modules/atexit, modules/memmove:
40524         Now public domain, not GPL.
40525         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
40526         * modules/realloc, modules/strerror, modules/strtod:
40527         Now LGPL, not GPL.
40528
40529 2005-07-05  Bruno Haible  <bruno@clisp.org>
40530
40531         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
40532         autoconf CVS. Needed for mingw.
40533
40534 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
40535
40536         Remove the dependency of the strftime module on the tzset module.
40537         * modules/strftime (Depends-on): Remove dependency on tzset.
40538
40539 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
40540
40541         Remove the dependency of the strftime module on the tzset module.
40542         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
40543         gl_FUNC_TZSET_CLOBBER.
40544
40545 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
40546
40547         Remove the dependency of the strftime module on the tzset module.
40548         * lib/strftime.c (my_strftime)
40549         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
40550         Copy the input structure, to work around some of the bug with
40551         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
40552         Solaris releases, you should also use the tzset module, but we won't
40553         require it as a dependency any more since we don't want LGPLed code
40554         to depend on GPLed code.
40555
40556 2005-07-02  Jim Meyering  <jim@meyering.net>
40557
40558         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
40559         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
40560         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
40561         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
40562
40563 2005-07-02  Jim Meyering  <jim@meyering.net>
40564
40565         * lib/backupfile.c (backup_args): Change a `0' to NULL.
40566
40567 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
40568
40569         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
40570         declares only 'struct timespec;' (!).
40571
40572 2005-07-01  Jim Meyering  <jim@meyering.net>
40573
40574         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
40575         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
40576         * lib/save-cwd.c, tempname.c:
40577         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
40578         and don't include <sys/file.h>).
40579
40580 2005-06-29  Jim Meyering  <jim@meyering.net>
40581
40582         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
40583         type name.  Use the variable name instead.
40584         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
40585         Likewise.
40586
40587 2005-06-28  Simon Josefsson  <jas@extundo.com>
40588
40589         * modules/check-version (Files): Add check-version.m4.
40590
40591 2005-06-28  Simon Josefsson  <jas@extundo.com>
40592
40593         * m4/check-version.m4: New file, suggested by Jim Meyering
40594         <jim@meyering.net>.
40595
40596 2005-06-28  Simon Josefsson  <jas@extundo.com>
40597
40598         * lib/check-version.h, lib/check-version.c: New files.
40599
40600 2005-06-28  Simon Josefsson  <jas@extundo.com>
40601
40602         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
40603         collision with global variable.  Better indentation.  Don't
40604         increment buffer pointer beyond buffer end.  Based on comments
40605         from Paul Eggert <eggert@cs.ucla.edu>.
40606
40607         * lib/base64.h: Indent.
40608
40609 2005-06-28  Simon Josefsson  <jas@extundo.com>
40610
40611         * doc/gnulib.texi (Library version handling): New section.
40612
40613 2005-06-28  Jim Meyering  <jim@meyering.net>
40614
40615         * check-module (find_included_lib_files): Hard-code another
40616         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
40617         but modules/fts-lgpl (correctly) does not list those files.
40618
40619         * modules/canonicalize (Files): Add lib/pathmax.h.
40620
40621 2005-06-25  Simon Josefsson  <jas@extundo.com>
40622
40623         * modules/check-version: New file.
40624
40625 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
40626
40627         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
40628         initializer of struct addrinfo, as an indication that we don't
40629         care how many members the structure has.
40630
40631 2005-06-24  Derek Price  <derek@ximbiot.com>
40632         and Bruno Haible  <bruno@clisp.org>
40633
40634         Remove stat module & update lstat.
40635         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
40636         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40637         * m4/stat.m4: Remove this file.
40638
40639 2005-06-24  Derek Price  <derek@ximbiot.com>
40640         and Bruno Haible  <bruno@clisp.org>
40641
40642         Remove stat module & update lstat.
40643         * lib/stat.c: Remove this file...
40644         (slash_aware_lstat): ...moving this content and its support...
40645         * lib/lstat.c (rpl_lstat): ...into here.
40646         * lib/lstat.h: New file.
40647
40648 2005-06-24  Derek Price  <derek@ximbiot.com>
40649         and Bruno Haible  <bruno@clisp.org>
40650
40651         Remove stat module & update lstat.
40652         * config/srclist.txt (libc sources): Remove stat.
40653
40654 2005-06-24  Derek Price  <derek@ximbiot.com>
40655         and Bruno Haible  <bruno@clisp.org>
40656
40657         Remove stat module & update lstat.
40658         * MODULES.html.sh (stat): Remove.
40659         * MODULES.html: Regenerated.
40660         * modules/lstat (Description): Correct function name.
40661         (Files): Add "lstat.h".
40662         (Depends-on): Remove stat, add xalloc, stat-macros.
40663         * modules/stat: Remove this file.
40664         (Include): Add "lstat.h", remove <sys/stat.h>.
40665
40666 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
40667
40668         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
40669         (ranged_convert): Don't save conversion in a temporary struct.
40670         This causes a warning with GCC 4.0.0, and anyway in the typical
40671         case it's not worth the extra 100 bytes or so of code.
40672         (ranged_convert, __mktime_internal): When calling a function via a
40673         pointer P, use P () rather than (*P) (), as we now assume C89 or
40674         better.
40675
40676 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40677
40678         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
40679         "who -r" failed to give output.  Problem reported by Tim Waugh.
40680
40681         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
40682         (xcalloc): Use it to avoid needless tests.
40683         Problem reported by Jim Meyering.
40684
40685 2005-06-20  Derek Price  <derek@ximbiot.com>
40686
40687         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
40688         unnecessary for Autoconfs > 2.59c.
40689
40690 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40691
40692         * lib/argp.h (__option_is_short): Check upper limit of
40693         __key. Isprint() requires its argument to have the value
40694         of an unsigned char or EOF.
40695
40696 2005-06-16  Jim Meyering  <jim@meyering.net>
40697
40698         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
40699         when either N or S is zero.
40700
40701 2005-06-16  Derek Price  <derek@ximbiot.com>
40702
40703         * m4/bison.m4: Declare YACC & YFLAGS precious.
40704
40705 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
40706
40707         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
40708         multibyte string or pattern, fall back on unibyte matching.
40709         Problem reported by James Youngman.
40710
40711 2005-06-08  Bruno Haible  <bruno@clisp.org>
40712
40713         * modules/csharpcomp: New file.
40714         * MODULES.html.sh (C#): Add csharpcomp.
40715
40716 2005-06-08  Bruno Haible  <bruno@clisp.org>
40717
40718         * m4/csharpcomp.m4: New file, from GNU gettext.
40719
40720 2005-06-08  Bruno Haible  <bruno@clisp.org>
40721
40722         * lib/csharpcomp.h: New file, from GNU gettext.
40723         * lib/csharpcomp.c: New file, from GNU gettext.
40724         * lib/csharpcomp.sh.in: New file, from GNU gettext.
40725
40726 2005-06-08  Bruno Haible  <bruno@clisp.org>
40727
40728         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
40729         warning on mingw.
40730
40731 2005-06-07  Derek Price  <derek@ximbiot.com>
40732
40733         Sync from CVS.
40734         * lib/glob_.h: Indent nested #ifdef.
40735
40736 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
40737
40738         Sync from coreutils.
40739         Use "file name" when talking about file names, instead of "filename"
40740         or "path", as per the GNU coding standards.
40741         * lib/mkdir-p.c: Renamed from makepath.c.
40742         (make_dir_parents): Renamed from make_path.  All callers changed.
40743         * lib/mkdir-p.h: Likewise.  All includers changed.
40744         * lib/filenamecat.c: Renamed from path-concat.c.
40745         (file_name_concat): Renamed from path_concat.  All callers changed.
40746         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
40747         * lib/filenamecat.h: Likewise.  All includers changed.
40748         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
40749         in comments or local variable names.
40750         * lib/basename.c: Likewise.
40751         * lib/canonicalize.c, canonicalize.h: Likewise.
40752         * lib/dirname.c, dirname.h: Likewise.
40753         * lib/euidaccess.c: Likewise.
40754         * lib/exclude.c: Likewise
40755         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
40756         * lib/fsusage.c, fsuage.h: Likewise.
40757         * lib/fts.c, fts_.h: Likewise.
40758         * lib/getcwd.c: Likewise.
40759         * lib/getloadavg.c: Likewise.
40760         * lib/mkstemp.c: Likewise.
40761         * lib/mountlist.c, mountlist.h: Likewise.
40762         * lib/openat.c, openat.h: Likewise.
40763         * lib/readlink-stub.c: Likewise.
40764         * lib/readutmp.c, readutmp.h: Likewise.
40765         * lib/rename.c: Likewise.
40766         * lib/rmdir.c: Likewise.
40767         * lib/same.c: Likewise.
40768         * lib/savedir.c: Likewise.
40769         * lib/stripslash.c: Likewise.
40770         * lib/tempname.c: Likewise.
40771         * lib/xreadlink.c: Likewise.
40772         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
40773         All uses changed.
40774         * lib/exclude.h: Likewise.
40775
40776         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
40777         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
40778         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
40779         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
40780         * lib/pathmax.h: Include <limits.h> unconditionally, since other
40781         files have been getting away with it for years (MORE/BSD 4.3
40782         is extinct now).
40783         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
40784         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
40785
40786         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
40787         Define to 256, not 255, as per modern POSIX.
40788
40789 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
40790
40791         Sync from coreutils.
40792         Use "file name" when talking about file names, instead of "filename"
40793         or "path", as per the GNU coding standards.
40794         * MODULES.html.sh: mkdir-p renamed from makepath.
40795         filenamecat renamed from path-concat.
40796         * modules/filenamecat: Renamed from modules/path-concat.
40797         (Files): filenamecat.h and filenamecat.c renamed from
40798         path-concat.h and path-concat.c.
40799         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
40800         (Include): filenamecat.h, not path-concat.h.
40801         * modules/mkdir-p: Renamed from modules/makepath.
40802         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
40803         makepath.c.
40804         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
40805         (Include): mkdir-p.h, not makepath.h.
40806
40807 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
40808
40809         Sync from coreutils.
40810         * m4/mkdir-p.m4: Renamed from makepath.m4.
40811         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
40812         Rename files from makepath.c to mkdir-p.c, and from
40813         makepath.h to mkdir-p.h.
40814         * m4/filenamecat.m4: Renamed from path-concat.m4.
40815         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
40816         Rename files from path-concat.c to filenamecat.c,
40817         and from path-concat.h to filenamecat.h.
40818         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
40819         "file name" in local variables or comments.
40820         * m4/rename.m4: Likewise.
40821
40822 2005-06-01  Bruno Haible  <bruno@clisp.org>
40823
40824         * modules/csharpexec: New file.
40825         * MODULES.html.sh (C#): New section.
40826
40827 2005-06-01  Bruno Haible  <bruno@clisp.org>
40828
40829         * m4/csharp.m4: New file, from GNU gettext.
40830         * m4/csharpexec.m4: New file, from GNU gettext.
40831
40832 2005-06-01  Bruno Haible  <bruno@clisp.org>
40833
40834         * lib/csharpexec.h: New file, from GNU gettext.
40835         * lib/csharpexec.c: New file, from GNU gettext.
40836         * lib/csharpexec.sh.in: New file, from GNU gettext.
40837
40838 2005-05-31  Derek Price  <derek@ximbiot.com>
40839             Paul Eggert  <eggert@cs.ucla.edu>
40840
40841         Sync from cvs.
40842         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
40843
40844 2005-05-31  Derek Price  <derek@ximbiot.com>
40845             Paul Eggert  <eggert@cs.ucla.edu>
40846
40847         Sync from cvs.
40848         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
40849
40850 2005-05-29  Derek Price  <derek@ximbiot.com>
40851
40852         * config/srclist.txt (glob_.h, glob.c): Add these files.
40853
40854 2005-05-29  Derek Price  <derek@ximbiot.com>
40855
40856         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
40857         * modules/glob: New file.
40858         * modules/getlogin_r: Add link to POSIX spec in description.
40859
40860 2005-05-29  Derek Price  <derek@ximbiot.com>
40861             Paul Eggert  <eggert@cs.ucla.edu>
40862
40863         * m4/glob.m4: New file.
40864
40865 2005-05-29  Derek Price  <derek@ximbiot.com>
40866             Paul Eggert  <eggert@cs.ucla.edu>
40867
40868         * lib/glob_.h, lib/glob.c: New files.
40869
40870 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
40871
40872         * modules/fts (Files): Remove m4/inttypes-pri.m4.
40873         * modules/fts-lgpl (Depends-on): Remove gettext.
40874
40875 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
40876
40877         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
40878         and don't require gt_INTTYPES_PRI.
40879
40880 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
40881
40882         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
40883
40884         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
40885         the configuration hassle isn't worth it.
40886         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
40887         (LONGEST_MODIFIER, PRIuMAX): Remove.
40888
40889 2005-05-27  Bruno Haible  <bruno@clisp.org>
40890
40891         * lib/getlogin_r.h: Remove second include of <stddef.h>.
40892
40893 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
40894
40895         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
40896         _POSIX_PTHREAD_SEMANTICS for Solaris.
40897
40898 2005-05-25  Derek Price  <derek@ximbiot.com>
40899
40900         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
40901
40902 2005-05-25  Derek Price  <derek@ximbiot.com>
40903             Paul Eggert  <eggert@cs.ucla.edu>
40904
40905         * modules/getlogin_r, m4/getlogin_r.m4: New files.
40906         * lib/getlogin_r.c, getlogin_r.h: New files.
40907
40908 2005-05-25  Bruno Haible  <bruno@clisp.org>
40909             Derek Price  <derek@ximbiot.com>
40910
40911         * lib/getlogin_r.h: Simplify API documentation.
40912
40913 2005-05-23  Derek Price  <derek@ximbiot.com>
40914
40915         * modules/minmax (Files): Add m4/minmax.m4.
40916         (configure.ac): Add gl_MINMAX.
40917
40918 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
40919
40920         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
40921         so that unistd-safer.h (GPL'ed code) need not be included.
40922
40923 2005-05-22  Bruno Haible  <bruno@clisp.org>
40924
40925         * m4/minmax.m4: New file.
40926         Based on a patch by Derek Price <derek@ximbiot.com>.
40927
40928 2005-05-22  Bruno Haible  <bruno@clisp.org>
40929
40930         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
40931         (INT64_MIN): Fix definition.
40932         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
40933
40934         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
40935         NEED_SIGNED_INT_TYPES.
40936
40937         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
40938         HAVE_SYSTEM_INTTYPES.
40939
40940 2005-05-22  Bruno Haible  <bruno@clisp.org>
40941
40942         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
40943         Also include <sys/param.h> if it defines MIN, MAX.
40944         Based on a patch by Derek Price <derek@ximbiot.com>.
40945
40946 2005-05-21  Jim Meyering  <jim@meyering.net>
40947
40948         * modules/fts (Files): Add m4/inttypes-pri.m4.
40949         (Depends-on): Add lstat and remove gettext.  Alphabetize.
40950
40951 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
40952
40953         New fts module.
40954         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
40955         (setup_dir, free_dir): New functions.
40956         (enter_dir, leave_dir): Define trivial
40957         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
40958         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
40959         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
40960         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
40961         Move to fts-cycle.c.
40962         (fts_open): Use setup_dir.
40963         (fts_close): Use free_dir.
40964         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
40965         This adds a label and some gotos, but the alternatives were messier.
40966         Check for memory allocation failure when entering a dir.
40967         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
40968         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
40969         (FTS): New member fts_cycle, that is a union that contains the
40970         old active_dir_ht and cycle_state.  All uses changed to mention
40971         fts_cycle.ht and fts_cycle.state.
40972         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
40973         fts.c, with the following changes:
40974         (setup_dir, free_dir): New functions.
40975         (enter_dir): Now returns bool.  Return true if successful, false
40976         if memory exhausted.  All callers changed.
40977         Do not bother partly cleaning up on
40978         memory allocation failure; that is free_dir's job.
40979         However, free ad if hash_insert fails, to avoid memory leak.
40980         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
40981         fts->fts_options to see which union member to use.
40982
40983 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
40984
40985         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
40986         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
40987
40988 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
40989
40990         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
40991
40992 2005-05-20  Jim Meyering  <jim@meyering.net>
40993
40994         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
40995         Now a macro, to pacify GCC.
40996
40997 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
40998
40999         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
41000         of -1.
41001
41002 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
41003
41004         * lib/chown.c (rpl_chown): Return -1 on failure.
41005
41006 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
41007
41008         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
41009         Don't check for stddef.h.
41010         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
41011         don't use its results.
41012         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
41013         since we include them unconditionally.  Don't require
41014         AM_STDBOOL_H, since stdbool is a prerequisite.
41015         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
41016         since we assume C89 or better.
41017         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
41018         as we don't use their results.
41019         Don't check for fchdir, memmove, memset, strrchr, as we use
41020         them unconditionally.
41021         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
41022         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
41023
41024 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
41025
41026         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
41027         Include <stddef.h> unconditionally, since we assume C89 now.
41028         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
41029         * lib/fts.c: Include fts_.h first, to check interface.
41030         Do not include intprops.h; no longer needed.
41031         Include cycle-check.h and hash.h, since fts_.h no longer does.
41032         Remove unnecessary casts of closedir to void.
41033         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
41034         decide whether to decrement nlinks.
41035         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
41036         (FTS): Use struct hash_table * instead of Hash_table, so that
41037         we no longer need to include hash.h here.
41038
41039 2005-05-18  Jim Meyering  <jim@meyering.net>
41040
41041         * modules/dirfd (License): Change to LGPL.  Most of the code
41042         is already in the public domain.
41043
41044 2005-05-18  Jim Meyering  <jim@meyering.net>
41045
41046         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
41047         Reported by Yoann Vandoorselaere.
41048
41049 2005-05-17  Jim Meyering  <jim@meyering.net>
41050
41051         * m4/fts.m4: New file, from coreutils.
41052
41053 2005-05-17  Jim Meyering  <jim@meyering.net>
41054
41055         * lib/fts.c, lib/fts_.h: New files, from coreutils.
41056
41057 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
41058
41059         Sync from coreutils.
41060         * m4/unlinkdir.m4: New file.
41061
41062 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
41063
41064         Sync from coreutils.
41065         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
41066         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
41067         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
41068         White space changes only.
41069         * lib/makepath.c (make_path): Port to hosts where leading "//" is
41070         special.
41071         * lib/yesno.c: Include getline.h, not ctype.h.
41072         (yesno): Don't remove leading white space; POSIX doesn't allow it.
41073         Use getline to remove arbitrary restriction on response length.
41074
41075 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
41076
41077         * config/srclist-update: Spell out "Street" in FSF postal
41078         mail address; this is the style the FSF seems to prefer.
41079
41080         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
41081         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
41082         this updates FSF postal mail address.
41083
41084         Sync from coreutils.
41085         * modules/unlinkdir: New file.
41086         * modules/yesno (Depends-on): Add getline.
41087         * MODULES.html.sh (File system functions): Add unlinkdir.
41088
41089 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
41090
41091         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
41092         lib/strsep.h:
41093         Change the initial comment to refer to GPL, not LGPL.
41094         gnulib-tool will change it to LGPL as needed.
41095
41096         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
41097         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
41098         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
41099         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
41100         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
41101         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
41102         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
41103         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
41104         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
41105         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
41106         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
41107         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
41108         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
41109         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
41110         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
41111         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
41112         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
41113         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
41114         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
41115         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
41116         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
41117         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
41118         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
41119         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
41120         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
41121         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
41122         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
41123         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
41124         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
41125         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
41126         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
41127         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
41128         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
41129         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
41130         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
41131         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
41132         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
41133         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
41134         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
41135         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
41136         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
41137         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
41138         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
41139         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
41140         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
41141         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
41142         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
41143         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
41144         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
41145         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
41146         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
41147         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
41148         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
41149         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
41150         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
41151         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
41152         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
41153         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
41154         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
41155         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
41156         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
41157         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
41158         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
41159         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
41160         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
41161         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
41162         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
41163         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
41164         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
41165         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
41166         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
41167         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
41168         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
41169         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
41170         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
41171         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
41172         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
41173         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
41174         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
41175         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
41176         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
41177         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
41178         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
41179         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
41180         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
41181         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
41182         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
41183         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
41184         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
41185         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
41186         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
41187         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
41188         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
41189         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
41190         lib/yesno.c, lib/yesno.h:
41191         Update FSF postal mail address.
41192
41193 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
41194
41195         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
41196         tests/test-memmem.c, tests/test-stpncpy.c:
41197         Update FSF postal mail address.
41198
41199 2005-05-13  Bruno Haible  <bruno@clisp.org>
41200
41201         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
41202         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
41203         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
41204         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
41205         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
41206         Add support for 64-bit integers in the MSVC compiler.
41207
41208 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
41209
41210         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
41211
41212 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
41213
41214         * gnulib-tool (func_import): Sort and uniquify recommended includes.
41215
41216 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
41217
41218         * doc/getdate.texi (General date syntax): Don't say that date
41219         date --iso-8601=ns generates acceptable dates; it doesn't yet.
41220         Problem reported by Nic Ferrier.
41221
41222 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41223
41224         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
41225         specified in ai_socktype. Fix invalid ai_protocol
41226         check. ai_protocol is usually set to 0 or depending on
41227         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
41228         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
41229         ai_socktype / ai_protocol in the returned addrinfo structure.
41230
41231 2005-05-10  Simon Josefsson  <jas@extundo.com>
41232
41233         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
41234         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
41235
41236 2005-05-10  Karl Berry  <karl@gnu.org>
41237
41238         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
41239         (from http://www.gnu.org/licenses).
41240         * doc/COPYING.LIB: also rename to COPYING.LESSER.
41241         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
41242         fdl.texi suffices.
41243
41244 2005-05-10  Karl Berry  <karl@gnu.org>
41245
41246         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
41247         (COPYING.DOC): remove.
41248
41249         * config/srclist-update: new FSF address.
41250
41251 2005-05-10  Derek Price  <derek@ximbiot.com>
41252
41253         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
41254         possible.
41255
41256 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41257             Bruno Haible  <bruno@clisp.org>
41258
41259         * modules/inet_ntop: New file.
41260         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41261         inet_ntop.
41262
41263 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41264             Bruno Haible  <bruno@clisp.org>
41265
41266         * m4/inet_ntop.m4: New file.
41267
41268 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41269             Bruno Haible  <bruno@clisp.org>
41270
41271         * lib/inet_ntop.h: New file.
41272         * lib/inet_ntop.c: New file, from glibc with modifications.
41273
41274 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
41275
41276         * modules/time_r (License): Change to LGPL.
41277         * modules/extensions (License): Change to LGPL.  Actually,
41278         the license is more permissive than that, but currently gnulib-tool
41279         doesn't know how to handle more-permissive licenses.
41280
41281         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
41282         Problem reported by Dave Love.
41283
41284 2005-05-08  Jim Meyering  <jim@meyering.net>
41285
41286         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
41287         blank.
41288
41289 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
41290
41291         * modules/argmatch (Depends-on): Add stdbool.
41292         * modules/backupfile (Depends-on): Likewise.
41293         * modules/chdir-long (Depends-on): Likewise.
41294         * modules/closeout (Depends-on): Likewise.
41295         * modules/cycle-check (Depends-on): Likewise.
41296         * modules/dirname (Depends-on): Likewise.
41297         * modules/fnmatch (Depends-on): Likewise.
41298         * modules/fsusage (Depends-on): Likewise.
41299         * modules/fwriteerror (Depends-on): Likewise.
41300         * modules/getcwd (Depends-on): Likewise.
41301         * modules/getloadavg (Depends-on): Likewise.
41302         * modules/hard-locale (Depends-on): Likewise.
41303         * modules/makepath (Depends-on): Likewise.
41304         * modules/mountlist (Depends-on): Likewise.
41305         * modules/nanosleep (Depends-on): Likewise.
41306         * modules/posixtm (Depends-on): Likewise.
41307         * modules/quotearg (Depends-on): Likewise.
41308         * modules/readtokens (Depends-on): Likewise.
41309         * modules/readtokens0 (Depends-on): Likewise.
41310         * modules/readutmp (Depends-on): Likewise.
41311         * modules/save-cwd (Depends-on): Likewise.
41312         * modules/strftime (Depends-on): Likewise.
41313         * modules/userspec (Depends-on): Likewise.
41314         * modules/utimecmp (Depends-on): Likewise.
41315         * modules/xgetcwd (Depends-on): Likewise.
41316         * modules/xnanosleep (Depends-on): Likewise.
41317         * modules/xstrtod (Depends-on): Likewise.
41318         * modules/yesno (Depends-on): Likewise.
41319
41320 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
41321
41322         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
41323         needless checks.
41324
41325 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
41326
41327         Merge from coreutils.  Among other things,
41328         add bulletproofing for cases where stdin, stdout, or stderr are closed.
41329         * lib/fd-safer.c: New file.
41330         * lib/fcntl-safer.h, open-safer.c: Remove.
41331         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
41332         * lib/dup-safer.c: Include unistd-safer.h first.
41333         Don't include errno.h.
41334         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
41335         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
41336         * lib/file-type.c: Rely on file-type.h change.
41337         * lib/getloadavg.c: Include unistd-safer.h.
41338         (getloadavg): Use safer open.
41339         * lib/getusershell.c: Include "stdio-safer.h".
41340         (getusershell): Use safer fopen.
41341         * lib/long-options.c (long_options): Use NULL rather than 0.
41342         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
41343         'free'.
41344         * lib/modechange.c: Likewise.
41345         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
41346         (MODE_DONE): New constant.
41347         (struct mode_change): Remove 'next' member.
41348         (make_node_op_equals): New function; like the old one of the
41349         same name, except it allocates an array.
41350         (mode_compile, mode_create_from_ref): Use it.
41351         (mode_compile): Allocate result as an array, not a linked list.
41352         Parse octal string ourself, so that we catch mistakes like "+0".
41353         (mode_adjust): Arg is an array, not a linked list.
41354         * lib/modechange.c: Include stat-macros.h, xalloc.h.
41355         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
41356         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
41357         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
41358         Remove.  This is now stat-macros.h's job.
41359         (talloc): Remove.  All callers replaced by xalloc, so that
41360         our invokers don't have to worry about reporting memory failures.
41361         (make_node_op_equals): Remove.
41362         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
41363         New constants.
41364         (struct mode_change): Moved here from modechange.h.
41365         (mode_append_entry): Remove.
41366         (mode_compile): Remove MASKED_OPS arg, since it encouraged
41367         apps to have incorrect behavior.  Use simpler algorithm for head
41368         and tail.  Don't futz with umask; that's now the job of mode_adjust.
41369         Detect more invalid usages rather than having somewhat-random behavior.
41370         Don't insert an "a=" action, as that leads to incorrect behavior.
41371         (mode_compile, mode_create_from_ref): Return NULL on error instead
41372         of an enum, since now there's only one way to have an error.  All
41373         callers changed.
41374         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
41375         at the correct time.  Simplify calculation of "+u" and its ilk.
41376         Don't mishandle "+X".
41377         (mode_free): Remove "register" and localize decls.
41378         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
41379         (struct mode_change): Move to modechange.c; callers don't
41380         need to see this stuff.
41381         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
41382         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
41383         (mode_change, mode_adjust): Reflect the new signatures noted above.
41384         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
41385         that might redefine system include files.
41386         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
41387         (my_usleep): Use NULL rather than (void *) 0.
41388         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
41389         Use siginterrupt to specify that system calls should be interrupted.
41390         (rpl_nanosleep): Move initialization of suspended closer to call of
41391         my_usleep.
41392         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
41393         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
41394         (desirable_utmp_entry): New function.
41395         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
41396         using x2nrealloc, to simplify logic.
41397         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
41398         size calculation.  Do not assume utmp file is a regular file.
41399         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
41400         (READ_UTMP_CHECK_PIDS): New constant.
41401         * lib/save-cwd.c: Include unistd-safer.h.
41402         (save_cwd): Use fd_safer.
41403         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
41404         [!_LIBC] Include "stat-macros.h" instead.
41405         * lib/unistd-safer.h (fd_safer): New decl.
41406
41407 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
41408
41409         * modules/getloadavg (Depends-on): Add unistd-safer.
41410         * modules/getusershell (Depends-on): Add stdio-safer.
41411         * modules/lstat (Depends-on): Remove xalloc.
41412         * modules/mkstemp (Depends-on): Add stat-macros.
41413         * modules/modechange (Depends-on): Remove xstrtol.
41414         Add stat-macros, xalloc.
41415         * modules/save-cwd (Depends-on): Add unistd-safer.
41416         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
41417         * modules/unistd-safer (Files): Add lib/fd-safer.c
41418         (Makefile.am): Remove lib_SOURCES.
41419
41420         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
41421         Remove fcntl-safer; unistd-safer supersedes it.
41422
41423 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
41424
41425         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
41426         AC_HEADER_STAT.
41427         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
41428         (gl_PREREQ_CHOWN): Remove.
41429         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
41430         it.  Don't require AC_HEADER_STAT.
41431         (gl_PREREQ_LSTAT): Remove.
41432         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
41433         Don't require AC_HEADER_STAT.
41434         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
41435         (gl_PREREQ_RMDIR): Remove.
41436         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
41437         mention stat-macros.h or AC_HEADER_STAT, since we'll make
41438         the stat-macros module a prerequisite.
41439         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
41440         * m4/filemode.m4 (gl_FILEMODE): Likewise.
41441         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
41442         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
41443         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
41444         variable names.
41445         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
41446         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
41447         variable prefixes.
41448         * m4/fcntl-safer.m4: Remove.
41449         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
41450         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
41451         Invoke gl_PREREQ_FD_SAFER.
41452         (gl_PREREQ_FD_SAFER): New macro.
41453         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
41454         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
41455         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
41456         Remove duplicate call to AC_LIBOBJ(readutmp).
41457         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
41458
41459         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
41460         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
41461
41462 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
41463
41464         * MODULES.html.sh (Misc): Add byteswap.
41465
41466 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
41467
41468         * modules/getcwd (Depends-on): Add extensions.
41469         * modules/openat (Depends-on): Likewise.
41470
41471 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
41472
41473         * modules/byteswap: New file.
41474
41475 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
41476
41477         * m4/byteswap.m4: New file.
41478
41479 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
41480
41481         * lib/byteswap_.h: New file.
41482
41483 2005-04-25  Karl Berry  <karl@gnu.org>
41484
41485         * m4/gettext.m4: Update from GNU gettext 0.14.4.
41486
41487 2005-04-25  Albert Chin  <china@thewrittenword.com>
41488
41489         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
41490         Toolkit C bug.
41491
41492 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
41493
41494         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
41495         (func_ln_if_changed) Remove forcibly for no error message
41496         in case file does not exist.
41497
41498 2005-04-19  Simon Josefsson  <jas@extundo.com>
41499
41500         * gnulib-tool (Options): Make --symlink mean --symbolic.
41501
41502 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
41503
41504         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
41505
41506 2005-04-16  Simon Josefsson  <jas@extundo.com>
41507
41508         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
41509
41510 2005-04-15  Simon Josefsson  <jas@extundo.com>
41511
41512         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
41513
41514 2005-04-15  Simon Josefsson  <jas@extundo.com>
41515
41516         * gnulib-tool: Rename --symlink to --symbolic.
41517
41518 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
41519
41520         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
41521         symbolic links to files instead of copying/moving.  Add --aux-dir,
41522         specifying directory relative --dir where auxiliary build tools
41523         are placed.
41524
41525 2005-04-14  Bruno Haible  <bruno@clisp.org>
41526
41527         * modules/allocsa (License): Change to LGPL.
41528         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
41529
41530 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
41531
41532         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
41533         that "UTC +1 second" continues to work.  Problem reported
41534         by Dmitry V. Levin.
41535         (relunit_snumber): New rule.
41536         (relunit): Use it.
41537
41538 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
41539
41540         * lib/getdate.y (universal_time_zone_table): New constant.
41541         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
41542         universal_time_zone_table.
41543         (lookup_zone): Prefer universal_time_zone_table to
41544         local_time_zone_table, so that "GMT" time stamps are allowed in
41545         London during the summer.  Problem reported by Ian Abbott.
41546
41547 2005-04-12  Jim Meyering  <jim@meyering.net>
41548
41549         * lib/human.c (humblock): Set *options even when returning due to
41550         xstrtoumax conversion failure.  Thanks to a used-uninitialized
41551         warning from gcc-4.
41552
41553 2005-04-09  Jim Meyering  <jim@meyering.net>
41554
41555         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
41556         -Wuninitialized: initialize tm0.tm_year.
41557
41558 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
41559
41560         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
41561         count, since there's no maximum.  All uses changed.
41562         Add member dsts_seen.
41563         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
41564         not being INT_MAX.
41565         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
41566         Use pc_rels_seen to decide whther a date is absolute.
41567
41568         * lib/getdate.y (number): Don't overwrite year.
41569         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
41570         check.
41571
41572 2005-04-02  Simon Josefsson  <jas@extundo.com>
41573
41574         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
41575         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
41576
41577 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
41578
41579         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
41580         where no absolute path name can be longer than PATH_MAX.
41581
41582 2005-03-27  Jim Meyering  <jim@meyering.net>
41583
41584         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
41585
41586 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
41587
41588         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
41589         "one's complement" -> "ones' complement" in comment, as per Knuth.
41590         "value of type" -> "type or expression" in comment.
41591         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
41592
41593 2005-03-26  Jim Meyering  <jim@meyering.net>
41594
41595         Comment nits.
41596         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
41597         Correct typos: s/or/of/.
41598
41599 2005-03-26  Jim Meyering  <jim@meyering.net>
41600
41601         * modules/check-include-files: Move to ../ and rename to...
41602         * check-module: ...this.
41603
41604 2005-03-25  Jim Meyering  <jim@meyering.net>
41605
41606         * modules/xvasprintf (Files): Add xalloc.h.
41607
41608 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
41609
41610         * modules/gettext (Files): config/config.rpath ->
41611         build-aux/config.rpath
41612         * modules/iconv (Files): Likewise.
41613         Problem reported by Oskar Liljeblad.
41614
41615 2005-03-23  Jim Meyering  <jim@meyering.net>
41616
41617         * modules/check-include-files: New script to check for
41618         missing dependencies, multiple includes, etc.
41619
41620         * modules/c-strtold (Depends-on): Add xalloc.
41621         * modules/c-strtod (Depends-on): Add xalloc.
41622         * modules/hash (Depends-on): Add xalloc.
41623         (Files): Remove lib/xalloc.h.
41624
41625         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
41626         * modules/userspec (Files): Add lib/inttostr.h.
41627
41628 2005-03-23  Jim Meyering  <jim@meyering.net>
41629
41630         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
41631
41632 2005-03-22  Jim Meyering  <jim@meyering.net>
41633
41634         * modules/stat-macros: New module.
41635         * modules/canonicalize, modules/euidaccess, modules/file-type,
41636         * modules/filemode, modules/lchown, modules/makepath,
41637         * modules/rmdir, modules/stat: Depend on new stat-macros module
41638         rather than listing lib/stat-macros.h manually.
41639         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
41640
41641 2005-03-22  Jim Meyering  <jim@meyering.net>
41642
41643         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
41644
41645 2005-03-22  Bruno Haible  <bruno@clisp.org>
41646
41647         * config/srclist.txt: Replace target directory 'config' with
41648         'build-aux'.
41649         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
41650         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
41651         ../build-aux/.
41652
41653 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
41654
41655         * modules/chdir-long (Depends-on): Add mempcpy.
41656
41657         * modules/acl, modules/backupfile, modules/c-strtod,
41658         modules/c-strtold, modules/canon-host, modules/canonicalize,
41659         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
41660         modules/exclude, modules/exitfail, modules/file-type,
41661         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
41662         modules/getdate, modules/getline, modules/getpagesize,
41663         modules/getpass, modules/getugroups, modules/group-member,
41664         modules/hard-locale, modules/hash, modules/human, modules/idcache,
41665         modules/inttostr, modules/long-options, modules/makepath,
41666         modules/md5, modules/memcasecmp, modules/memcoll,
41667         modules/modechange, modules/mountlist, modules/path-concat,
41668         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
41669         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
41670         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
41671         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
41672         modules/strftime, modules/strndup, modules/strverscmp,
41673         modules/timespec, modules/unlocked-io, modules/userspec,
41674         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
41675         modules/yesno:
41676         Remove lib_SOURCES line from Makefile.am section, as this is now
41677         done automatically by the corresponding Autoconf macro.
41678
41679 2005-03-21  Jim Meyering  <jim@meyering.net>
41680
41681         Changes imported from coreutils.
41682
41683         * lib/cycle-check.c: Don't include xalloc.h.
41684
41685         * lib/path-concat.c: Don't include assert.h.
41686         (path_concat): Remove assertion that would have triggered
41687         for ABASE starting with more than one slash.
41688         Reported by Andreas Schwab.
41689
41690         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
41691         properly when ABASE is an absolute file name.
41692         Correct the description of this function.
41693         Include <assert.h>.
41694         Add an assertion and a test driver.
41695         This fixes a bug introduced on 2004-07-02.
41696         Andreas Schwab reported the resulting failure of cp --parents:
41697         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
41698
41699 2005-03-21  Jim Meyering  <jim@meyering.net>
41700
41701         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
41702         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
41703
41704 2005-03-21  Jim Meyering  <jim@meyering.net>
41705         and  Paul Eggert  <eggert@cs.ucla.edu>
41706
41707         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
41708         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
41709         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
41710         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
41711         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
41712         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
41713         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
41714         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
41715         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
41716         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
41717         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
41718         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
41719         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
41720         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
41721         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
41722         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
41723         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
41724         for these modules.
41725
41726 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
41727
41728         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
41729         (which shouldn't happen), generate nothing instead of returning 0
41730         immediately, so that nstrftime (NULL, ...) doesn't return 0.
41731
41732 2005-03-16  Bruno Haible  <bruno@clisp.org>
41733
41734         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
41735         HAVE_LONGLONG_64BIT.
41736
41737 2005-03-16  Bruno Haible  <bruno@clisp.org>
41738
41739         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
41740         HAVE_LONGLONG_64BIT.
41741
41742 2005-03-16  Bruno Haible  <bruno@clisp.org>
41743
41744         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
41745         HAVE_LONGLONG_64BIT.
41746
41747 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
41748
41749         * lib/strftime.c (my_strftime): Prepend space to format so that we can
41750         reliably distinguish strftime failure from empty output on POSIX
41751         hosts.
41752
41753 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
41754
41755         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
41756         (iconv_string): Don't guess a size-zero buffer, as that might cause
41757         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
41758         result would be 'too large', where 'too large' is (heuristically)
41759         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
41760         overflow concerns.  This will prevent some unwanted malloc failures
41761         when the inputs are very large.
41762
41763 2005-03-15  Karl Berry  <karl@gnu.org>
41764
41765         * config/srclist.txt (config.rpath): from gettext.
41766         * config/config.rpath: update.
41767
41768 2005-03-15  Bruno Haible  <bruno@clisp.org>
41769
41770         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
41771         to 'negate'.
41772
41773         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
41774         variable.
41775
41776         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
41777         results.
41778
41779 2005-03-14  Simon Josefsson  <jas@extundo.com>
41780
41781         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
41782         <fx@gnu.org>.
41783
41784 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
41785
41786         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
41787         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
41788         intprops.h.
41789         * lib/strtol.c: Likewise.
41790
41791 2005-03-14  Jim Meyering  <jim@meyering.net>
41792
41793         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
41794         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
41795         to be nonzero so that we (and caller) can detect the difference
41796         between a valid zero-length expansion and an error return, even
41797         when the underlying strftime fails before writing anything into
41798         that location.
41799
41800 2005-03-14  Bruno Haible  <bruno@clisp.org>
41801
41802         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
41803         Update from GNU gettext 0.14.3.
41804
41805 2005-03-10  Jim Meyering  <jim@meyering.net>
41806
41807         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
41808
41809 2005-03-10  Jim Meyering  <jim@meyering.net>
41810
41811         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
41812         so that this module works on systems without fchdir.
41813
41814 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
41815
41816         Factor int-properties macros into a single file, except for
41817         glibc-related files.
41818         * lib/intprops.h: New file.
41819         * lib/getloadavg.c: Include it instead of limits.h.
41820         (INT_STRLEN_BOUND): Remove.
41821         * lib/human.c: Include intprops.h.
41822         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
41823         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
41824         302/1000.
41825         * lib/inttostr.h: Include intprops.h instead of limits.h.
41826         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
41827         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
41828         for consistency with intprops.h.
41829         (time_t_is_integer, twos_complement_arithmetic): Use them.
41830         * lib/sig2str.h: Include <signal.h>, intprops.h.
41831         (INT_STRLEN_BOUND): Remove.
41832         * lib/strftime.c (TYPE_SIGNED): Remove.
41833         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
41834         * lib/strtol.c: Adjust comments to match intprops.h.
41835         * lib/userspec.c: Include intprops.h.
41836         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
41837         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
41838         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
41839         instead of rolling our own expressions.
41840         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
41841
41842         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
41843         instead of int.
41844         (my_strftime): Do not mishandle years close to INT_MAX, by doing
41845         the right thing even if adding 1900 would overflow.  Similarly
41846         for tm_mon + 1 and tm_yday + 1.
41847         Make %Y always equivalent to %C%y, and similarly for %G and %g.
41848         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
41849         (DO_SIGNED_NUMBER): New macro.
41850         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
41851
41852 2005-03-07  Bruno Haible  <bruno@clisp.org>
41853
41854         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
41855
41856 2005-03-07  Bruno Haible  <bruno@clisp.org>
41857
41858         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
41859
41860 2005-03-04  Derek R. Price  <derek@ximbiot.com>
41861
41862         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
41863         (func_import): Only replace files via --import when they have actually
41864         changed.
41865
41866 2005-03-03  Derek R. Price  <derek@ximbiot.com>
41867
41868         * m4/mmap-anon.m4: New file.
41869         * m4/pagealign_alloc.m4: New file.
41870
41871 2005-03-03  Derek R. Price  <derek@ximbiot.com>
41872             Bruno Haible  <bruno@clisp.org>
41873
41874         * modules/pagealign_alloc: New file.
41875         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
41876
41877 2005-03-03  Derek R. Price  <derek@ximbiot.com>
41878             Bruno Haible  <bruno@clisp.org>
41879
41880         * lib/pagealign_alloc.h: New file.
41881         * lib/pagealign_alloc.c: New file.
41882
41883 2005-03-03  Bruno Haible  <bruno@clisp.org>
41884
41885         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
41886         Use an all-permissive copyright notice, recommended by RMS.
41887
41888 2005-03-02  Bruno Haible  <bruno@clisp.org>
41889
41890         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
41891         of AIX, the replacement has to be done only after <string.h> is
41892         included, therefore not in config.h. stpncpy.h does the replacement,
41893         and stpncpy.c uses it.
41894
41895 2005-03-02  Bruno Haible  <bruno@clisp.org>
41896
41897         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
41898         stpncpy.c uses it.
41899
41900 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
41901
41902         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
41903         The workaround isn't strictly needed for POSIX conformance, and
41904         it's too much of a pain to configure and maintain.  We'll ask
41905         people to fix their kernels instead.
41906         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
41907         (NANOSLEEP_BUG_WORKAROUND): Remove.
41908         (xnanosleep): Remove the workaround.
41909
41910 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
41911
41912         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
41913         Reported by Derek Price.
41914         (Include): Add "timespec.h".
41915
41916         * modules/xnanosleep (Depends-on): Remove gethrxtime.
41917
41918 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
41919
41920         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
41921         to detect nanosleep bug.
41922
41923 2005-03-01  Bruno Haible  <bruno@clisp.org>
41924
41925         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
41926
41927 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
41928
41929         * modules/gethrxtime: New file.
41930         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
41931         (Depends-on): Add gethrxtime.
41932         (configure.ac): Add gl_XNANOSLEEP.
41933         (Makefile.am): Remove lib_SOURCES line.
41934
41935 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
41936
41937         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
41938         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
41939
41940 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
41941
41942         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
41943         * lib/timespec.h (gettime): Return void, since it always
41944         succeeds now.  All uses changed.
41945         * lib/gettime.c (gettime) Likewise.
41946         [HAVE_NANOTIME]: Prefer nanotime.
41947         Assume gettimeofday succeeds, as POSIX requires.
41948         Assime time () succeeds, since other code already does.
41949         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
41950         (timespec_subtract): Remove.
41951         (NANOSLEEP_BUG_WORKAROUND): New constant.
41952         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
41953         things considerably.  Use it only on GNU/Linux hosts, since the
41954         workaround shouldn't be needed elsewhere.
41955
41956 2005-02-24  Bruno Haible  <bruno@clisp.org>
41957
41958         * modules/gettext (Files): Add m4/glibc2.m4.
41959
41960 2005-02-24  Bruno Haible  <bruno@clisp.org>
41961
41962         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
41963         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
41964         * m4/progtest.m4:
41965         Update from GNU gettext 0.14.2.
41966         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
41967
41968 2005-02-24  Bruno Haible  <bruno@clisp.org>
41969
41970         * lib/localcharset.c: Update from GNU gettext 0.14.2.
41971         * lib/config.charset: Update from GNU gettext 0.14.2.
41972
41973 2005-02-24  Bruno Haible  <bruno@clisp.org>
41974
41975         * lib/gettext.h: Update from GNU gettext 0.14.2.
41976
41977 2005-02-23  Simon Josefsson  <jas@extundo.com>
41978
41979         * m4/iconvme.m4: New file.
41980
41981 2005-02-23  Jim Meyering  <jim@meyering.net>
41982
41983         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
41984         change.
41985         Thanks to Bruno Haible for catching it.
41986
41987 2005-02-22  Simon Josefsson  <jas@extundo.com>
41988
41989         * modules/iconvme: New file.
41990
41991         * MODULES.html.sh: Add iconvme.
41992
41993 2005-02-22  Simon Josefsson  <jas@extundo.com>
41994
41995         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
41996
41997 2005-02-22  Simon Josefsson  <jas@extundo.com>
41998
41999         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
42000
42001 2005-02-22  Jim Meyering  <jim@meyering.net>
42002
42003         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
42004         s/ifndef/ifdef/.
42005
42006 2005-02-20  Neil Conway  <neilc@samurai.com>
42007
42008         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
42009         returned by OSX/Darwin if the specified buffer is not large
42010         enough for the hostname.
42011
42012 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42013
42014         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
42015         pass it to _help, otherwise the latter coredumps trying to
42016         dereference state.root_argp.
42017
42018 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
42019
42020         * modules/chdir-long (Depends-on): Add memrchr.
42021         * modules/memrchr (Files): Add lib/memrchr.h.
42022         (Include): "memrchr.h".
42023
42024 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
42025
42026         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
42027
42028 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
42029
42030         * lib/memrchr.h: New file.
42031         * lib/chdir-long.c: Include it.
42032         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
42033         Don't bother including stddef.h.
42034
42035 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
42036
42037         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
42038         inclusion.
42039         Include <sys/types.h>, for dev_t.
42040         (ME_DUMMY, ME_REMOTE): Move from here....
42041         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
42042         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
42043         Dmitry V. Levin.
42044         Include mountlist.h first, to test the interface.
42045
42046 2005-01-29  Bruno Haible  <bruno@clisp.org>
42047
42048         * lib/progname.c (program_name): Initialize.
42049         Needed when linking statically on MacOS X.
42050
42051 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
42052
42053         Sync from coreutils.
42054         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
42055         (Depends-on): Add c-strtod.
42056         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
42057
42058 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
42059
42060         Sync from coreutils.
42061         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
42062
42063         Remove files that are specific to coreutils.
42064         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
42065
42066 2005-01-28  Bruno Haible  <bruno@clisp.org>
42067
42068         * modules/javacomp: New file.
42069         * MODULES.html.sh (Java): Add javacomp.
42070
42071 2005-01-28  Bruno Haible  <bruno@clisp.org>
42072
42073         * m4/javacomp.m4: New file, from GNU gettext.
42074
42075 2005-01-28  Bruno Haible  <bruno@clisp.org>
42076
42077         * lib/javacomp.sh.in: New file, from GNU gettext.
42078         * lib/javacomp.h: New file, from GNU gettext.
42079         * lib/javacomp.c: New file, from GNU gettext.
42080
42081 2005-01-26  Simon Josefsson  <jas@extundo.com>
42082
42083         * lib/gai_strerror.c: Use GPL in header.
42084
42085 2005-01-26  Bruno Haible  <bruno@clisp.org>
42086
42087         * modules/javaexec: New file.
42088         * MODULES.html.sh (Java): Add javaexec.
42089
42090 2005-01-26  Bruno Haible  <bruno@clisp.org>
42091
42092         * m4/javaexec.m4: New file, from GNU gettext.
42093
42094 2005-01-26  Bruno Haible  <bruno@clisp.org>
42095
42096         * lib/javaexec.sh.in: New file, from GNU gettext.
42097         * lib/javaexec.h: New file, from GNU gettext.
42098         * lib/javaexec.c: New file, from GNU gettext.
42099
42100 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42101
42102         * modules/lchown (Depends-on): Remove lchown.h
42103
42104 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42105
42106         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
42107         must be defined if the header file was not found, in order
42108         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
42109
42110 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42111
42112         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
42113         initializers for struct pentry_state.
42114         (__argp_error): Check return value of __asprintf
42115         (__argp_failure): Translate error message
42116
42117         * lib/argp-parse.c: Removed braces around the expansion of N_()
42118
42119 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
42120
42121         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
42122         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
42123         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
42124         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
42125         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
42126         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
42127         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
42128         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
42129         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
42130         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
42131         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
42132         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
42133         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
42134         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
42135         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
42136         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
42137         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
42138         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
42139         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
42140         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
42141         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
42142         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
42143         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
42144         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
42145         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
42146         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
42147         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
42148         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
42149         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
42150         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
42151         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
42152         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
42153         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
42154         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
42155         xstrtol.m4, xstrtoumax.m4, yesno.m4:
42156         Use an all-permissive copyright notice, recommended by RMS.
42157
42158 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
42159
42160         * modules/chdir-long (Depends-on): Remove mempcpy.
42161
42162 2005-01-21  Jim Meyering  <jim@meyering.net>
42163
42164         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
42165         same value as for Solaris 9.
42166
42167         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
42168         component length.  This included changing the parameter to be
42169         of type `char *' rather than `char const *'.
42170         * lib/chdir-long.h (chdir_long): Update prototype.
42171
42172         * lib/openat.c (fdopendir, fstatat): New functions.
42173         * lib/openat.h: Include headers required for use of DIR and struct
42174         stat.
42175         [AT_SYMLINK_NOFOLLOW]: Define.
42176         (fdopendir, fstatat): Add prototypes.
42177
42178 2005-01-21  Bruno Haible  <bruno@clisp.org>
42179
42180         * modules/classpath: New file.
42181         * MODULES.html.sh (Java): Add classpath.
42182
42183 2005-01-21  Bruno Haible  <bruno@clisp.org>
42184
42185         * lib/classpath.h: New file, from GNU gettext.
42186         * lib/classpath.c: New file, from GNU gettext.
42187
42188 2005-01-20  Simon Josefsson  <jas@extundo.com>
42189
42190         * modules/version-etc-fsf: New file.
42191
42192 2005-01-20  Simon Josefsson  <jas@extundo.com>
42193
42194         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
42195         * lib/version-etc.c: Remove version_etc_copyright.
42196         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
42197         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
42198
42199 2005-01-20  Simon Josefsson  <jas@extundo.com>
42200
42201         * lib/base64.h (isbase64): Add.
42202
42203         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
42204         using a unsigned prototype, don't inline.
42205         (base64_decode): Use it.
42206
42207 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
42208
42209         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
42210         it.
42211
42212 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
42213
42214         * lib/save-cwd.c (save_cwd): Remove code to support the case
42215         where fchdir is missing or flaky.
42216
42217 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
42218
42219         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
42220
42221 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
42222
42223         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
42224         AC_LIBSOURCES now does this.
42225         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
42226         with new ullong_max module.
42227
42228 2005-01-19  Bruno Haible  <bruno@clisp.org>
42229
42230         * modules/sh-quote: New file.
42231         * MODULES.html.sh (Executing programs): Add sh-quote.
42232
42233 2005-01-19  Bruno Haible  <bruno@clisp.org>
42234
42235         * lib/sh-quote.h: New file, from GNU gettext.
42236         * lib/sh-quote.c: New file, from GNU gettext.
42237
42238 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
42239
42240         Merge from coreutils.
42241         * m4/ullong_max.m4: New file.
42242         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
42243         (gl_MACROS): Assume localeconv exists.
42244
42245 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
42246
42247         Merge changes from coreutils, as described below in several
42248         changelogs dated today.
42249
42250         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
42251         (O_DIRECTORY): Remove; not needed here, since "." must be
42252         a directory.  All uses removed.
42253         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
42254         universal on Suns, and we also need to test for IRIX.
42255         Revamp code to use 'if' rather than '#if'.
42256         Avoid unnecessary comparison of cwd->desc to 0.
42257
42258         * lib/utimens.c (futimens): Robustify the previous patch, by checking
42259         for known valid error numbers rather than observed invalid ones.
42260
42261 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
42262
42263         * modules/ullong_max: New file.
42264
42265         * modules/chdir-long, modules/openat: New files.
42266         * modules/save-cwd (Depends-on): Depend on chdir-long.
42267         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
42268
42269 2005-01-18  Jim Meyering  <jim@meyering.net>
42270
42271         Merge from coreutils.
42272         * m4/chdir-long.m4, m4/openat.m4: New files.
42273         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
42274         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
42275         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
42276         is sane and DOES follow symlinks.  Besides, testing 20 different
42277         systems found no broken chown implementations.
42278         Prompted by a change in rsync's copy of this macro.
42279         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
42280
42281         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
42282
42283         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
42284         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
42285         NULL-means-set-to-current-time semantics.
42286         Remove temporary file immediately, rather than waiting
42287         for configure's at-exit trap code to do it.
42288
42289 2005-01-18  Jim Meyering  <jim@meyering.net>
42290
42291         * lib/version-etc.c (version_etc_copyright): Update copyright date.
42292
42293         * lib/utimens.c (futimens): Account for the fact that futimes
42294         can also fail with errno == ENOSYS or errno == ENOENT.
42295         Patch from Dmitry V. Levin.
42296
42297         Change the name of the robust chdir function from chdir to chdir_long.
42298         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
42299         (restore_cwd): Use chdir_long, not chdir.
42300         * lib/chdir-long.c: Renamed from chdir.c.
42301         * lib/chdir-long.h: Renamed from chdir.h.
42302         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
42303         Hurd.
42304
42305 2005-01-18  Bruno Haible  <bruno@clisp.org>
42306
42307         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
42308         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
42309         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
42310         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
42311         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
42312         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
42313         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
42314         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
42315         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
42316         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
42317         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
42318         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
42319         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
42320         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
42321         Use an all-permissive copyright notice, recommended by RMS.
42322
42323 2005-01-18  Bob Proulx  <bob@proulx.com>
42324
42325         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
42326         simplify offsetof() macro construct to avoid compile failure with
42327         native HP-UX 11.0 ANSI C compiler.
42328
42329 2005-01-17  Bruno Haible  <bruno@clisp.org>
42330
42331         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
42332         redundant because stpncpy.m4 takes care of it.
42333
42334 2005-01-17  Bruno Haible  <bruno@clisp.org>
42335
42336         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
42337
42338 2005-01-17  Bruno Haible  <bruno@clisp.org>
42339
42340         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
42341         used.
42342
42343 2005-01-17  Bruno Haible  <bruno@clisp.org>
42344
42345         * lib/fwriteerror.h (fwriteerror): Change specification to include
42346         fclose.
42347         * lib/fwriteerror.c: Include <stdbool.h>.
42348         (fwriteerror): At the end, close the file stream. Record whether
42349         stdout was already closed.
42350
42351 2005-01-17  Bruno Haible  <bruno@clisp.org>
42352
42353         * lib/execute.c (environ): Declare if needed.
42354         * lib/pipe.c (environ): Likewise.
42355         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
42356
42357 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42358
42359         * modules/argp: Depend on vsnprintf
42360
42361 2005-01-10  Jim Meyering  <jim@meyering.net>
42362
42363         * modules/closeout (Depends-on): Add atexit.
42364
42365 2005-01-06  Bruno Haible  <bruno@clisp.org>
42366
42367         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
42368
42369 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
42370
42371         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
42372         definitions to be after all include files, to avoid collisions.
42373         Problem reported by Bob Proulx.
42374
42375 2005-01-04  Jim Meyering  <jim@meyering.net>
42376
42377         Changes imported from coreutils.
42378         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
42379         as the mkstemp template, use a temporary directory and an
42380         8.3-friendly template to avoid trouble on systems like DJGPP.
42381         Reported by Juan M. Guerrero via Stepan Kasal.
42382         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
42383         close. Remove the temporary directory right away, rather than waiting
42384         for configure's at-exit trap code to do it.
42385         Suggestion from Stepan Kasal.
42386
42387 2005-01-01  Simon Josefsson  <jas@extundo.com>
42388
42389         * gnulib-tool: Print #include directives when --import'ing.
42390
42391 2004-12-28  Simon Josefsson  <jas@extundo.com>
42392
42393         * tests/test-base64.c: Include required header files.  Remove
42394         unused variables.
42395
42396 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
42397
42398         * modules/error (Depends-on): Remove gettext.
42399
42400 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
42401
42402         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
42403         not needed.  This removes a dependency on the gettext module.
42404         [defined _LIBC]: Do not include <libintl.h>; not needed.
42405
42406 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
42407
42408         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
42409         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
42410
42411 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
42412
42413         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
42414         HAVE_DECL_STRTOLD.
42415
42416 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
42417
42418         * modules/getdate (Depends-on): Remove alloca-opt.
42419
42420 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
42421
42422         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
42423
42424 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
42425
42426         * lib/argp-parse.c: Include <stddef.h>.
42427         (alignof, alignto): New macros.
42428         (parser_init): Don't assume that void * is aligned sufficiently
42429         for struct option.
42430
42431         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
42432         need to extend the stack.
42433         (YYINITDEPTH): New macro, so that the initial stack isn't overly
42434         large.
42435
42436 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42437
42438         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
42439
42440 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
42441
42442         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
42443         (2004-10-24) change.  Apparently this was a false alarm.
42444
42445         * modules/getdate: Depend on alloca-opt, not alloca.
42446
42447 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
42448
42449         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
42450         Remove now-obsolete comment about AIX.
42451         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
42452         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
42453         (YYMAXDEPTH): New macro.
42454
42455 2004-12-18  Simon Josefsson  <jas@extundo.com>
42456
42457         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
42458
42459 2004-12-18  Bruno Haible  <bruno@clisp.org>
42460
42461         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
42462
42463 2004-12-18  Bruno Haible  <bruno@clisp.org>
42464
42465         * lib/fatal-signal.c (fatal_signals): Make non-const.
42466         (init_fatal_signals): New function.
42467         (uninstall_handlers, install_handlers): Ignore signals that were set to
42468         SIG_IGN.
42469         (at_fatal_signal): Call init_fatal_signals.
42470         (init_fatal_signal_set): Likewise. Ignore signals that were set to
42471         SIG_IGN.
42472         Reported by Paul Eggert.
42473
42474 2004-12-18  Bruno Haible  <bruno@clisp.org>
42475
42476         * doc/alloca.texi: New file.
42477         * doc/alloca-opt.texi: New file.
42478
42479 2004-12-17  Jim Meyering  <jim@meyering.net>
42480
42481         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
42482         Otherwise, install-sh could exit with improper exit status when
42483         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
42484
42485 2004-12-16  Simon Josefsson  <jas@extundo.com>
42486
42487         * tests/test-base64.c: Add license.
42488
42489 2004-12-15  Stepan Kasal  <address@hidden>
42490
42491         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
42492
42493 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
42494
42495         * modules/getcwd (Files): Add m4/d-ino.m4.
42496         Suggested by Mark D. Baushke.
42497
42498 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
42499
42500         * lib/getdate.y (textint): New member "negative".
42501         (time_zone_hhmm): New function.
42502         Expect 14 shift-reduce conflicts, not 13.
42503         (o_colon_minutes): New rule.
42504         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
42505         (yylex): Set the "negative" member of signed numbers.
42506
42507 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
42508
42509         * doc/getdate.texi (Time of day items, Time zone items):
42510         Describe new formats +00:00, UTC+00:00.
42511
42512 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
42513
42514         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
42515         spurious "-l"s.  Problem reported by Stepan Kasal.
42516
42517 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
42518
42519         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
42520         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
42521
42522 2004-12-04  Simon Josefsson  <jas@extundo.com>
42523
42524         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
42525         Vandoorselaere <yoann@prelude-ids.org>.
42526
42527 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
42528
42529         Changes imported from coreutils.
42530         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
42531         exist.
42532         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
42533
42534 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
42535
42536         Changes imported from coreutils.
42537         * lib/hard-locale.c: Assume <locale.h> exists.
42538         Include "strdup.h".
42539         (GLIBC_VERSION): New macro.
42540         (hard_locale): Assume setlocale exists.
42541         Rewrite to avoid #ifdef.
42542         Use strdup rather than malloc + strcpy.
42543         * lib/human.c: Assume <locale.h> exists.
42544         (human_readable): Assume localeconv exists.
42545
42546 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
42547
42548         * modules/hard-locale (Depends-on): Add strdup.
42549
42550 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
42551
42552         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
42553         convert T2, not T.  (Imported from libc.)
42554
42555 2004-11-30  Simon Josefsson  <jas@extundo.com>
42556
42557         * modules/restrict (License): Change to LGPL.
42558
42559 2004-11-30  Simon Josefsson  <jas@extundo.com>
42560
42561         * m4/restrict.m4: Add copyright and copying conditions.
42562
42563 2004-11-30  Simon Josefsson  <jas@extundo.com>
42564
42565         * m4/base64.m4: New file.
42566
42567 2004-11-30  Simon Josefsson  <jas@extundo.com>
42568
42569         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
42570         base64.
42571
42572         * tests/test-base64.c: New file.
42573
42574         * modules/base64: New file.
42575
42576 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
42577
42578         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
42579         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
42580
42581         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
42582
42583 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
42584
42585         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
42586         (__getcwd.c): Don't restore errno; glibc doesn't.
42587         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
42588         first, falling back to our code only if its results look suspicious.
42589         Ensure that the resulting buffer is only as large as necessary.
42590
42591         * lib/readutmp.c: Include readutmp.h first.
42592         Include <errno.h>, since readutmp.h no longer does that.
42593         * lib/readutmp.h: Don't include <errno.h>,
42594         <sys/param.h>, <time.h>; not needed to establish interface.
42595         (errno): Remove decl.
42596         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
42597         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
42598         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
42599
42600 2004-11-28  Simon Josefsson  <jas@extundo.com>
42601
42602         * lib/base64.h, base64.c: New file.
42603
42604 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
42605
42606         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
42607
42608 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
42609
42610         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
42611         (Depends-on): Remove pathmax, same.  Add mempcpy.
42612         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
42613         (Makefile.am): Append getcwd.h to lib_SOURCES.
42614         (Include): Add getcwd.h.
42615         (Maintainer): Change from Jim Meyering to "all, glibc",
42616         since getdate now uses intended-for-glibc code.
42617         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
42618         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
42619
42620 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
42621
42622         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
42623         HP's ANSI C compiler.
42624         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
42625         Declaring int functions causes warnings on some modern systems and
42626         shouldn't be needed to compile on ancient ones.
42627         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
42628         defined.
42629
42630         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
42631         with the following changes.
42632         (__set_errno): Parenthesize properly.
42633         Include <stdbool.h>.
42634         (MIN, MAX, MATCHING_INO): New macros.
42635         (__getcwd): Define with prototype, not K&R form.
42636         Use heuristics to allocate default buffer on stack if possible.
42637         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
42638         behavior, and to avoid the PATH_MAX limit when computing
42639         ../../../../...
42640         Use MATCHING_INO to compare inode number to file.
42641         Check for arithmetic overflow in size calculations.
42642         Fix bug in reallocation of dot array that caused getcwd to fail
42643         on directories nested deeper than 75.
42644         Be more careful about saving errno on error.
42645         Do not use realloc; use only free+malloc, as this is a bit
42646         more flexible and avoids a needless copy operation.
42647         Do not inspect st_dev and st_ino for symbolic links; POSIX
42648         doesn't specify the latter.
42649         Check for closedir errors.
42650         Avoid needless casts.
42651         Use "#ifdef weak_alias" around weak_alias, to be like other
42652         glibc code.
42653         The following changes to getcwd.c have effect only when used in
42654         gnulib; they have no effect inside glibc proper.
42655         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
42656         as alloca isn't used.
42657         (alloca, __alloca): Likewise.
42658         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
42659         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
42660         unconditionally, as gnulib assumes C89 or better.
42661         Do not include <sys/param.h>.
42662         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
42663         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
42664         better.
42665         (NULL) [!defined NULL]: Remove; we assume C89 or better.
42666         Include <dirent.h> in a way that is compatible with modern Autoconf.
42667         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
42668         New macros, if not already defined.
42669         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
42670         Use "_LIBC", not "defined _LIBC", for consistency.
42671         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
42672         a mempcpy module.
42673         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
42674         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
42675         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
42676         credit only to Jim Meyering and adjust the copyright dates.
42677         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
42678         <stdlib.h>, <unistd.h>, "pathmax.h".
42679         Instead, include "xgetcwd.h" (first) and "getcwd.h".
42680         (INITIAL_BUFFER_SIZE): Remove.
42681         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
42682
42683 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
42684
42685         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
42686         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
42687         Use the _ONCE methods, for efficiency.
42688         Check for fcntl.h.  In test program, include <errno.h>
42689         and <fcntl.h> if available.  Remove old K&R cruft from
42690         test program.  Check for common errors in GNU/Linux,
42691         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
42692         don't do AC_LIBOBJ, as that's getcwd.m4's job.
42693         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
42694         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
42695         name accordingly.
42696         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
42697         accommodate new getcwd.c.
42698         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
42699         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
42700         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
42701         that's all we need now.
42702
42703 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42704
42705         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
42706         argp-parse.c depends on getopt internals, that means we should
42707         always use our getopt, to be on the safe side.
42708         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
42709         order not to spoil the result of an eventual previous invocation
42710         of gl_GETOPT_SUBSTITUTE.
42711
42712 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
42713
42714         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
42715         redefinition warnings. To avoid them, include the defines
42716         in `#if !defined __need_getopt ... #endif'. The only place
42717         where __getopt_argv_const is used is in definitions
42718         of getopt_long and getopt_long_only below, which are as well
42719         protected by `#ifndef __need_getopt'.
42720         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
42721         __need_getopt after including <stdio.h> and <unistd.h> These
42722         headers might have defined it.
42723
42724 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
42725
42726         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
42727
42728 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
42729
42730         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
42731         (futimens): New function, which uses futimes if available.
42732         (futimens, utimens): Support timespec==NULL, with same semantics
42733         as utime and utimens.
42734         * lib/utimens.h (futimens): New decl.
42735
42736 2004-11-23  Jim Meyering  <jim@meyering.net>
42737
42738         * lib/getopt_.h: Remove trailing blanks.
42739
42740 2004-11-23  Jim Meyering  <jim@meyering.net>
42741
42742         * lib/__fpending.c: Add comment.
42743
42744 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
42745
42746         * modules/canonicalize (Depends-on): Add xreadlink.
42747         Problem reported by James Youngman.
42748
42749 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
42750
42751         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
42752         New macros.
42753         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
42754         optopt): Use them instead of invoking ## directly; otherwise, the
42755         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
42756
42757 2004-11-19  Bruno Haible  <bruno@clisp.org>
42758
42759         * lib/strtok_r.c: Move comments from here...
42760         * lib/strtok_r.h: ... to here.
42761
42762 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
42763
42764         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
42765         implementations that mishandle size_t overflow.
42766
42767 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
42768
42769         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
42770         might fail.  Problem reported by Yoann Vandoorselaere.
42771         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
42772         implementations that mishandle size_t overflow.
42773
42774 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
42775
42776         * modules/canon-host (Depends-on): Add strdup.
42777
42778 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
42779
42780         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
42781
42782 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
42783
42784         * lib/canon-host.c: Include "strdup.h".
42785         (canon_host): Use getaddrinfo if available, so that IPv6 works.
42786         Use strdup instead of malloc/strcpy to duplicate strings.
42787
42788         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
42789         (human_space_before_unit): New constant.
42790         * lib/human.c (human_readable): Support it.
42791
42792         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
42793         (xgetcwd): Set errno correctly when failing.
42794         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
42795         the failure is actually due to a PATH_MAX problem.
42796
42797         Further getopt changes to make it more likely that glibc will
42798         buy the changes back.
42799         * lib/getopt.c (POSIXLY_CORRECT): New constant.
42800         (getopt): Use it, so to preserve glibc semantic
42801         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
42802         when compiling for libc.
42803         * lib/getopt_.h (__getopt_argv_const): Bring it back.
42804         (getopt_long, getopt_long_only): Use it.
42805
42806         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
42807         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
42808         (getopt): Argv is now char * const *, as per standard.
42809         (_getopt_internal_r, _getopt_internal): Argv is now char **,
42810         not char *__getopt_argv_const *.
42811         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
42812         _getopt_long_only_r): Likewise.
42813         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
42814         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
42815         _getopt_long_r, _getopt_long_only_r): Likewise.
42816         * lib/getopt_.h (__getopt_argv_const): Remove.
42817         (getopt): Argv is now char * const *, as per standard.
42818
42819         * lib/getdate.y (tORDINAL): New token.
42820         (day, relunit): Allow it for relative times.
42821         (relative_time_table): Use tORDINAL for ordinals.
42822
42823 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
42824
42825         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
42826         Document that "second" isn't allowed as an ordinal number.
42827
42828 2004-11-16  Jim Meyering  <jim@meyering.net>
42829
42830         * modules/closeout (Depends-on): Add fpending.
42831
42832 2004-11-15  Jim Meyering  <jim@meyering.net>
42833
42834         * lib/closeout.c: Include "__fpending.h" once again.
42835         Include <stdbool.h>.
42836         (close_stdout): Don't fail just because stdout was closed initially,
42837         since some programs don't write to stdout in the normal course of
42838         operation (other than --version and --help), and we don't want this
42839         function to make e.g. `touch file >&-' fail.
42840         But do fail if it was closed and someone has tried to write to it.
42841         E.g., `printf foo >&-' must fail.
42842
42843 2004-11-13  Jim Meyering  <jim@meyering.net>
42844
42845         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
42846
42847 2004-11-12  Simon Josefsson  <jas@extundo.com>
42848
42849         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
42850         small doc fix is still pending.
42851
42852 2004-11-11  Simon Josefsson  <jas@extundo.com>
42853
42854         * modules/strtok_r: New file.
42855
42856         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42857         strtok_r.
42858
42859 2004-11-11  Simon Josefsson  <jas@extundo.com>
42860
42861         * m4/strtok_r.m4: New file.
42862
42863         * m4/getopt.m4: Replace opterr.
42864
42865 2004-11-11  Simon Josefsson  <jas@extundo.com>
42866
42867         * lib/strtok_r.h, strtok_r.c: New file.
42868
42869 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
42870
42871         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
42872         of replacing opterr, getopt, etc.  This should handle the
42873         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
42874
42875 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
42876
42877         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
42878         we can stop lying to compilers about the constness of argv when we
42879         are compiled outside glibc.
42880         (getopt, getopt_long, getopt_long_only): Use it.
42881         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
42882         _getopt_internal, getopt): Likewise.
42883         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
42884         _getopt_long_only_r): Likewise.
42885         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
42886         _getopt_long_r, _getopt_long_only_r): Likewise.
42887
42888         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
42889         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
42890         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
42891         the other external symbols.
42892         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
42893         declaration, since the above renaming now works around collisions.
42894
42895 2004-11-11  Jim Meyering  <jim@meyering.net>
42896
42897         * lib/linebreak.c: Remove trailing blanks.
42898         * lib/alloca_.h: Likewise.
42899         * lib/acosl.c: Likewise.
42900         * lib/euidaccess.c: Likewise.
42901         * lib/allocsa.h: Likewise.
42902
42903 2004-11-10  Simon Josefsson  <jas@extundo.com>
42904
42905         * m4/getaddrinfo.m4: New file.
42906
42907 2004-11-10  Simon Josefsson  <jas@extundo.com>
42908
42909         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
42910
42911 2004-11-10  Simon Josefsson  <jas@extundo.com>
42912
42913         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42914         getaddrinfo.
42915
42916         * modules/getaddrinfo: New file.
42917
42918 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
42919
42920         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
42921
42922 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
42923
42924         * lib/mktime.c (SHR): New macro, which is a portable
42925         substitute for >> that should work even on Crays.
42926         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
42927         Problem reported by Mark D. Baushke in
42928         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
42929         * lib/getdate.y (SHR): Likewise.
42930         (tm_diff): Use it.
42931         * lib/strftime.c (SHR): Likewise.
42932         (tm_diff): Use it.
42933         * lib/quotearg.c (struct quoting_options): Use unsigned int for
42934         quote_these_too, so that right shifts are well defined.  All uses
42935         changed.
42936
42937 2004-11-10  Jim Meyering  <jim@meyering.net>
42938
42939         Ensure that no close failure goes unreported.
42940         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
42941         return early when it seems there's nothing to flush.
42942         Don't include __fpending.h.
42943
42944 2004-11-10  Jim Meyering  <jim@meyering.net>
42945
42946         * modules/closeout (Depends-on): Remove fpending.
42947
42948 2004-11-10  Jim Meyering  <jim@meyering.net>
42949
42950         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
42951
42952 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
42953
42954         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
42955         gl_FUNC_STRFTIME.
42956         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
42957         and AC_REQUIRE when possible, to avoid duplicate checks.
42958         Check for <wchar.h>.
42959
42960 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
42961
42962         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
42963
42964 2004-11-09  Bruno Haible  <bruno@clisp.org>
42965
42966         * m4/sockpfaf.m4: New file.
42967
42968 2004-11-05  Bruno Haible  <bruno@clisp.org>
42969
42970         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
42971         Reported by Mark D. Baushke <mdb@cvshome.org>.
42972
42973 2004-11-04  Bruno Haible  <bruno@clisp.org>
42974
42975         2004-09-11  Bruno Haible  <bruno@clisp.org>
42976                 * allocsa.valgrind: New file.
42977         2004-02-06  Bruno Haible  <bruno@clisp.org>
42978                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
42979                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
42980                 Reported by Christopher Seip <chris.seip@hp.com>.
42981
42982 2004-11-04  Bruno Haible  <bruno@clisp.org>
42983
42984         * modules/allocsa (Files): Add lib/allocsa.valgrind.
42985         (Makefile.am): Distribute it.
42986
42987 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
42988
42989         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
42990         with errno == ERANGE if the buffer is too small.
42991         Problem reported by Mark D. Baushke.
42992
42993 2004-11-03  Albert Chin  <china@thewrittenword.com>
42994             Paul Eggert  <eggert@cs.ucla.edu>
42995
42996         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
42997         equivalent, substitute $ac_type for equivalent type rather than
42998         blindly using uint32_t *always* which won't work if uint32_t is not
42999         available.  Define _UINT32_T to work around typedef of uint32_t if
43000         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
43001         2.5.1.
43002
43003 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
43004
43005         * m4/jm-macros.m4: Sync from coreutils.
43006         (gl_MACROS): Check for mbrlen, for pathchk.
43007         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
43008
43009 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
43010
43011         * lib/xreadlink.c (MAXSIZE): New macro.
43012         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
43013         size does not exceed MAXSIZE.  Avoid cast.
43014         As suggested by Mark D. Baushke in
43015         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
43016         if readlink fails with buffer size just under MAXSIZE, try again
43017         with MAXSIZE.
43018
43019 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
43020
43021         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
43022
43023 2004-11-02  Derek R. Price  <derek@ximbiot.com>
43024         and  Paul Eggert  <eggert@cs.ucla.edu>
43025
43026         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
43027         (get_date): Overparenthesize to avoid GCC warning.
43028
43029 2004-11-02  Bruno Haible  <bruno@clisp.org>
43030
43031         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
43032         returns void.
43033
43034 2004-11-02  Bruno Haible  <bruno@clisp.org>
43035
43036         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
43037         function returns void.
43038
43039 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
43040
43041         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
43042         fflush_unlocked, flockfile, funlockfile, funlockfile,
43043         fputs_unlocked, putc_unlocked.
43044
43045 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
43046
43047         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
43048         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
43049         already declared.
43050
43051 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
43052
43053         * modules/getdate (Files): Add doc/getdate.texi.
43054         (Depends-on): Add setenv, xalloc.
43055
43056 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
43057
43058         * lib/getdate.y: Add support for TZ="foo" within a date string.
43059         Fix some bugs near time_t boundaries.  Reject dates with
43060         out-of-range components, e.g., "Sept 31".
43061         Include <stdlib.h>, "setenv.h", "xalloc.h".
43062         (ISDIGIT_LOCALE): Remove; unused.
43063         Note that the TZ and time functions used here are not reentrant.
43064         (mktime_ok, get_tz): New functions.
43065         (TZBUFSIZE): New constant.
43066         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
43067         This requires that we sometimes generate our own TZ="XXX..." setting.
43068
43069 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
43070
43071         * doc/getdate.texi: New file, from coreutils with modifications for
43072         the new TZ parsing.
43073
43074 2004-10-27  Derek R. Price  <derek@ximbiot.com>
43075
43076         * lib/mktime.c (not_equal_tm): Remove redundant check.
43077
43078 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
43079
43080         * modules/regex (lib_SOURCES): Add regex.c.
43081         Reported by James Youngman in
43082         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
43083
43084 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
43085
43086         * lib/getdate.y: Use Bison 1.875 features, and some minor
43087         code cleanups.  This change does not affect semantics.
43088         Don't include <stdlib.h>; no longer needed.
43089         Don't include unlocked-io.h; only the "#if TEST" code uses
43090         stdio, and performance isn't crucial there.
43091         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
43092         Bison 1.875 features as described below.
43093         All uses of "PC." replaced by "pc->".
43094         (YYSTYPE): Add a forward declaration.
43095         (yylex, yyerror): Use full prototypes in forward decls.
43096         Use "%pure-parser" rather than obsolescent "%pure_parser".
43097         Use %parse-param and %lex-param instead of obsolescent
43098         YYPARSE_PARAM and YYLEX_PARAM.
43099         (meridian_table, month_and_day_table, time_units_table,
43100         relative_time_table, time_zone_table, military_table,
43101         lookup_zone, lookup_word, get_date):
43102         Use NULL instead of 0 where appropriate.
43103         (to_hour): Avoid abort (), to avoid a dependency on
43104         stdlib.h.
43105         (yyerror, yylex): Now accepts parser_control * arg.
43106         (main) [TEST]: Use '\0' rather than 0 for char.
43107
43108 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
43109
43110         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
43111
43112 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
43113
43114         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
43115         It's now the caller's responsibility to handle the case where
43116         !HAVE_GETPAGESIZE && !defined getpagesize.
43117
43118         * lib/mktime.c (leapyear): Arg is long int, not int.
43119
43120 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
43121
43122         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
43123
43124 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
43125
43126         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
43127         missing.  Problem reported by James Youngman.
43128
43129 2004-10-16  Simon Josefsson  <jas@extundo.com>
43130
43131         * gnulib-tool: Fix comments.  Fix parse problem.
43132         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
43133
43134 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
43135
43136         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
43137         implementation of getopt_long.  Problem reported by Alexander Taler in:
43138         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
43139
43140 2004-10-15  Bruno Haible  <bruno@clisp.org>
43141
43142         * gnulib-tool: Untabify. Initialize supplied_libname.
43143         (func_usage): More homogenous output.
43144         (func_modules_transitive_closure, func_modules_to_filelist,
43145         func_emit_lib_Makefile_am): New functions.
43146         (func_import): New function, extracted from big case statement. Use
43147         func_get_license, func_modules_transitive_closure,
43148         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
43149         opt_lgpl. Don't use test -a, as it's not portable.
43150         (func_create_testdir): Use func_modules_transitive_closure,
43151         func_modules_to_filelist, func_emit_lib_Makefile_am.
43152
43153 2004-10-15  Bruno Haible  <bruno@clisp.org>
43154
43155         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
43156
43157 2004-10-15  Bruno Haible  <bruno@clisp.org>
43158
43159         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
43160         the portions belonging to each module.
43161         Suggested by Derek Robert Price <derek@ximbiot.com>.
43162
43163 2004-10-12  Simon Josefsson  <jas@extundo.com>
43164
43165         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
43166         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
43167         to real functions.
43168
43169 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
43170
43171         * modules/vsnprintf: New file.
43172
43173 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
43174
43175         * m4/vsnprintf.m4: New file.
43176
43177 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
43178
43179         * lib/vsnprintf.h: New file.
43180         * lib/vsnprintf.c: New file.
43181
43182 2004-10-11  Bruno Haible  <bruno@clisp.org>
43183
43184         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
43185         vsnprintf.
43186
43187 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
43188
43189         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
43190
43191 2004-10-07  Bruno Haible  <bruno@clisp.org>
43192
43193         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
43194         fits into the provided buffer.
43195
43196 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
43197
43198         * lib/diacrit.c, diacrit.h: Add GPL notice.
43199
43200         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
43201         notice.
43202         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
43203         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
43204         This avoids a potential constant-folding bug.
43205
43206 2004-10-05  Bruno Haible  <bruno@clisp.org>
43207
43208         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
43209         for the declaration of strsep.
43210
43211 2004-10-05  Bruno Haible  <bruno@clisp.org>
43212
43213         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
43214
43215 2004-10-04  Simon Josefsson  <jas@extundo.com>
43216
43217         * modules/memmem: New file.
43218         * tests/test-memmem.c: New file.
43219         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
43220
43221 2004-10-04  Simon Josefsson  <jas@extundo.com>
43222
43223         * m4/memmem.m4: New file.
43224
43225 2004-10-04  Simon Josefsson  <jas@extundo.com>
43226
43227         * lib/memmem.h: New file.
43228         * lib/memmem.c: New file, taken from glibc.
43229
43230 2004-10-04  Simon Josefsson  <jas@extundo.com>
43231
43232         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
43233         '#ifdef USE_UNLOCKED_IO'.
43234
43235 2004-10-04  Simon Josefsson  <jas@extundo.com>
43236
43237         * config/srclist.txt: Add memmem from glibc.
43238
43239 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
43240
43241         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
43242
43243         * modules/argmatch, modules/argp, modules/closeout, modules/error,
43244         modules/exclude, modules/getdate, modules/getline,
43245         modules/getndelim2, modules/getpass, modules/getpass-gnu,
43246         modules/getusershell, modules/linebuffer, modules/md5,
43247         modules/mountlist, modules/posixtm, modules/readtokens,
43248         modules/readutmp, modules/regex, modules/sha1,
43249         modules/version-etc, modules/yesno:
43250         Remove dependency on unlocked-io.
43251
43252 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
43253
43254         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
43255
43256         * m4/unlocked-io.m4: Add copyright notice.
43257         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
43258
43259 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
43260
43261         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
43262         * lib/xmalloc.c (xmemdup): Likewise.
43263         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
43264         XFREE): Remove these long-obsolescent macros.
43265         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
43266         * lib/xstrdup.c: Remove.
43267
43268         * lib/regex.c (re_comp): Cast gettext return value to char *,
43269         Problem reported by Martin Neitzel via Mark D. Baushke.
43270
43271 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
43272
43273         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
43274         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
43275         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
43276         regex.c, sha1.c, version-etc.c, yesno.c:
43277         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
43278         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
43279         the includer's responsibility.
43280
43281         Sync from coreutils.
43282
43283         * lib/modechange.c (mode_compile): Don't decrement a pointer that
43284         points to the start of a string, as the C Standard says the
43285         resulting behavior is undefined.
43286
43287         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
43288         simple -> simple_backups, numbered_existing ->
43289         numbered_existing_backups, numbered -> numbered_backups
43290         to avoid shadowing problems.  All uses changed.
43291         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
43292         * lib/backupfile.c (check_extension, numbered_backup):
43293         Rename locals to avoid shadowing 'basename'.
43294         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
43295         once.
43296
43297         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
43298         * lib/.cvsignore: Add getopt.h.
43299
43300 2004-10-04  Bruno Haible  <bruno@clisp.org>
43301
43302         * modules/README: New file.
43303         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
43304         not a module.
43305
43306 2004-10-02  Jim Meyering  <jim@meyering.net>
43307
43308         * lib/dirfd.h, getpagesize.h: Add copyright notice.
43309
43310 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
43311
43312         * modules/strsep: New file.
43313
43314 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
43315
43316         * m4/strsep.m4: New file.
43317
43318 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
43319
43320         * lib/strsep.h: New file.
43321         * lib/strsep.c: New file.
43322
43323 2004-10-01  Simon Josefsson  <jas@extundo.com>
43324
43325         * lib/snprintf.c (snprintf): Handle size==0.
43326
43327 2004-10-01  Simon Josefsson  <jas@extundo.com>
43328             Bruno Haible  <bruno@clisp.org>
43329
43330         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
43331         (snprintf): Declare 'args'.
43332
43333 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
43334
43335         * lib/snprintf.c: Remove comments as to why each header is needed.
43336
43337 2004-10-01  Bruno Haible  <bruno@clisp.org>
43338
43339         * MODULES.html.sh: Add strsep.
43340
43341 2004-09-30  Simon Josefsson  <jas@extundo.com>
43342
43343         * modules/snprintf: New file.
43344
43345 2004-09-30  Simon Josefsson  <jas@extundo.com>
43346
43347         * m4/snprintf.m4: New file.
43348
43349 2004-09-30  Simon Josefsson  <jas@extundo.com>
43350
43351         * lib/snprintf.h, lib/snprintf.c: New files.
43352
43353 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
43354
43355         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
43356         (hol_entry_help): Never translate an empty string.
43357         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
43358         * lib/argp.h (OPTION_NO_TRANS): New option.
43359
43360 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
43361
43362         * modules/argp (Maintainer): Replace Simon Josefsson
43363         by Sergey Poznyakoff.
43364
43365 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
43366
43367         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
43368         changes merged back into glibc.
43369
43370 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
43371
43372         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
43373
43374 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
43375
43376         * lib/xvasprintf.c: Include xalloc.h.
43377         (xvasprintf): Use xalloc_die, not xmalloc_die.
43378
43379 2004-09-29  Bruno Haible  <bruno@clisp.org>
43380
43381         * modules/alloca-opt: New file, derived from modules/alloca.
43382         * modules/allocsa: Depend on alloca-opt instead of alloca.
43383         * modules/setenv: Likewise.
43384         * modules/vasnprintf: Likewise.
43385         * MODULES.html.sh: Add alloca-opt.
43386
43387 2004-09-28  Simon Josefsson  <jas@extundo.com>
43388
43389         * gnulib-tool: New parameter --lgpl, to asseert that modules are
43390         LGPL, and to replace license template from GPL to LGPL.
43391
43392 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
43393
43394         * modules/dummy: Change license to LGPL.
43395
43396 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
43397
43398         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
43399
43400 2004-09-24  Simon Josefsson  <jas@extundo.com>
43401
43402         * modules/minmax (License): Change from GPL to LGPL.
43403
43404 2004-09-23  Simon Josefsson  <jas@extundo.com>
43405
43406         * gnulib-tool (--import): Typo.
43407
43408 2004-09-23  Simon Josefsson  <jas@extundo.com>
43409
43410         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
43411
43412 2004-09-22  Bruno Haible  <bruno@clisp.org>
43413
43414         * modules/*: Add 'License' field.
43415         * gnulib-tool: Accept --extract-license option.
43416         (func_get_license): New function.
43417
43418 2004-09-21  Bruno Haible  <bruno@clisp.org>
43419
43420         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
43421         Reported by Simon Josefsson.
43422
43423 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
43424
43425         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
43426         gl_AC_TYPE_LONG_LONG.
43427
43428 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
43429
43430         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
43431
43432 2004-09-18  Simon Josefsson  <jas@extundo.com>
43433         and  Paul Eggert  <eggert@cs.ucla.edu>
43434
43435         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
43436         calls with autoreconf.  Define GL_LIB.
43437
43438 2004-09-14  Karl Berry  <karl@gnu.org>
43439
43440         * config/srclist.txt: unsync setenv.c, sigh.
43441
43442 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43443
43444         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
43445         Problem reported by Bruno Haible in:
43446         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
43447
43448 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43449
43450         * config/srclist.txt: Comment out argp-pvh.c.
43451
43452 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
43453
43454         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
43455         in case some system header has #define'd it.  Problem reported by
43456         Soeren D. Schulze in
43457         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
43458
43459 2004-09-09  Karl Berry  <karl@gnu.org>
43460
43461         * regex.[ch]: delete from the root.  These were supposed to be
43462                 synced with emacs cvs, but this has not happened for about
43463                 a year, and anyway nothing else uses emacs regex.[ch].
43464                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
43465                 lib/regex[.ch] is untouched.
43466
43467 2004-09-09  Bruno Haible  <bruno@clisp.org>
43468
43469         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
43470
43471 2004-09-09  Bruno Haible  <bruno@clisp.org>
43472
43473         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
43474         modifications.
43475         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
43476
43477 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
43478
43479         * modules/xvasprintf: New file.
43480         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
43481
43482 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
43483
43484         * lib/xvasprintf.h: New file.
43485         * lib/xvasprintf.c: New file.
43486         * lib/xasprintf.c: New file.
43487
43488 2004-09-08  Bruno Haible  <bruno@clisp.org>
43489
43490         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
43491
43492 2004-09-08  Bruno Haible  <bruno@clisp.org>
43493
43494         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
43495         length is > INT_MAX.
43496         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
43497         more.
43498
43499 2004-09-08  Bruno Haible  <bruno@clisp.org>
43500
43501         * lib/stdint_.h: New file, taken from GNU clisp.
43502
43503 2004-09-08  Bruno Haible  <bruno@clisp.org>
43504             Oskar Liljeblad  <oskar@osk.mine.nu>
43505
43506         * modules/stdint: New file.
43507         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
43508
43509 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
43510
43511         Import from coreutils.
43512         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
43513         strings on unbounded length.  alloca's performance benefits aren't
43514         that important here.
43515         (V_STRDUP): Remove.
43516         (parse_with_separator): New function, with most of the internals
43517         of the old parse_user_spec.  Allow user to omit both user and group,
43518         for compatibility with FreeBSD.
43519         Clone only the user name, not the entire spec.
43520         Do not set *uid, *gid unless entirely successful.
43521         Avoid memory leak in some failing cases.
43522         Fix regression for USER.GROUP reported by Dmitry V. Levin in
43523         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
43524         (parse_user_spec): Rewrite to use parse_with_separator.
43525
43526 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
43527
43528         * modules/userspec: Don't depend on alloca.
43529
43530 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
43531
43532         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
43533
43534 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
43535
43536         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
43537         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
43538         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
43539
43540 2004-08-16  Simon Josefsson  <jas@extundo.com>
43541
43542         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
43543         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
43544         Add --dry-run for --import.
43545         Let user provided command line parameters override configure.ac
43546         settings.
43547
43548 2004-08-12  Simon Josefsson  <jas@extundo.com>
43549
43550         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
43551         as discussed with Paul Eggert in threads rooted at
43552         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
43553         and
43554         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
43555         Before, the test was empty, and relied on ELIDE_CODE in source
43556         code.)
43557         (gl_PREREQ_GETOPT): New macro.
43558         (gl_GETOPT): Use them.
43559
43560 2004-08-12  Simon Josefsson  <jas@extundo.com>
43561
43562         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
43563         * lib/getopt_.h: Renamed from getopt.h.
43564
43565 2004-08-12  Simon Josefsson  <jas@extundo.com>
43566
43567         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
43568         Change default library name from libfoo to libgnu.
43569         Now, if you have a configure.ac that says:
43570                 gl_SOURCE_BASE(gl)
43571                 gl_M4_BASE(gl/m4)
43572                 gl_MODULES(error getopt etcetera)
43573                 gl_INIT
43574         you can import all you need by running:
43575                 ../gnulib/gnulib-tool --import
43576
43577         * modules/getopt (Files): Rename getopt.h to getopt_.h.
43578         (Makefile.am): Rewrite, use logic from argz.
43579         (Include): Use <getopt.h> instead of "getopt.h".
43580
43581 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
43582
43583         * modules/argp (Files): Add m4/unlocked-io.m4.
43584         (Depends-on): Add extensions.
43585
43586 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
43587
43588         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
43589         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
43590         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
43591         Check for program_invocation_name, program_invocation_short_name,
43592         flockfile, funlockfile, features.h, _getopt_long_only_r.
43593
43594 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
43595
43596         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
43597         its complicated substitute.
43598         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
43599         and program_invocation_name.
43600         (__argp_basename) [!_LIBC]: Remove; the only use was
43601         replaced by its body.
43602         (__argp_short_program_name): Change condition from
43603         !defined __argp_short_program_name to
43604         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
43605         to match argp-namefrob.h.
43606         (__argp_failure): Don't assume strerror_r returns char *.
43607         * lib/argp-parse.c (N_): Define unconditionally.
43608         (argp_default_options): Fill out initializers with 0 to avoid
43609         gcc warnings.
43610
43611 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
43612
43613         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
43614         getopt1.c.
43615
43616 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
43617
43618         Merge from coreutils.
43619
43620         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
43621
43622         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
43623         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
43624
43625 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
43626
43627         Merge from coreutils.
43628
43629         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
43630         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
43631         for Reliant Unix 5.43.
43632
43633         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
43634         (union fooround): Use uintmax_t, not long int.
43635         The rest is a merge from libc:
43636         [defined _LIBC]: Include <shlib-compat.h>.
43637         (_obstack) [defined _LIBC]: Remove after 2.3.4.
43638
43639         * lib/settime.c (settime): Recode to avoid warning with
43640         Sun Forte C 6U2.
43641
43642         * lib/strverscmp.c: Convert to UTF-8.
43643
43644 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
43645
43646         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
43647         m4/uintmax_t.m4.
43648
43649 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43650
43651         * modules/xalloc-die: New file.
43652         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
43653
43654         * modules/md5 (Files): Add m4/uint32_t.m4.
43655         * modules/sha1: Renamed from modules/sha.
43656         (Files):
43657         Rename lib/sha.h to lib/sha1.h.
43658         Rename lib/sha.c to lib/sha1.c.
43659         Rename m4/sha.m4 to m4/sha1.m4.
43660         (lib_SOURCES): Likewise.
43661         (configure.ac): Rename gl_SHA to gl_SHA1.
43662         (Include): sha.h -> sha1.h.
43663
43664 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43665
43666         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
43667         * m4/sha1.m4: Renamed from sha.m4.
43668         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
43669
43670 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43671
43672         * lib/obstack.h (obstack_empty_p):
43673         Don't assume that chunk->contents is suitably aligned.
43674         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
43675         Likewise. Problem reported by Benno in
43676         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
43677
43678         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
43679         readable.  This could be improved further but it'd take some work.
43680
43681 2004-08-08  Simon Josefsson  <jas@extundo.com>
43682
43683         * modules/xgethostname (Depends-on): Remove exit and error (not
43684         used).
43685
43686         * modules/getpass-gnu: Add getpass.h.
43687         (Depends-on): Add stdbool.
43688         * modules/getpass: Add getpass.h.
43689
43690 2004-08-08  Simon Josefsson  <jas@extundo.com>
43691
43692         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
43693         Check getpass declaration.
43694
43695 2004-08-08  Simon Josefsson  <jas@extundo.com>
43696
43697         * lib/xgethostname.c: Don't include error.h (not used).
43698
43699         * lib/getpass.h: Add.
43700         * lib/getpass.c: Include getpass.h first.
43701
43702 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
43703
43704         * lib/xalloc-die.c: New file.
43705         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
43706         All uses removed.
43707         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
43708         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
43709         xalloc-die.c.
43710         (_, N_, xalloc_die): Move to xalloc-die.c.
43711         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
43712         so that we needn't mess with xalloc_msg_memory_exhausted.
43713
43714         * lib/sha1.h: Renamed from sha.h.
43715         (SHA1_H): Renamed from _SHA_H.
43716         (sha1_ctx): Renamed from sha_ctx.
43717         (sha1_init_ctx): Renamed from sha_init_ctx.
43718         (sha1_process_block): Renamed from sha_process_block.
43719         (sha1_process_bytes): Renamed from sha_process_bytes.
43720         (sha1_finish_ctx): Renamed from sha_finish_ctx.
43721         (sha1_read_ctx): Renamed from sha_read_ctx.
43722         (sha1_stream): Renamed from sha_stream.
43723         (sha1_buffer): Renamed from sha_buffer.
43724         * lib/sha1.c: Likewise; renamed from sha.c.
43725         Do not include <sys/types.h>.
43726         Include <stddef.h> rather than <stdlib.h>.
43727
43728 2004-08-08  Bruno Haible  <bruno@clisp.org>
43729
43730         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
43731         FILESYSTEM_PREFIX_LEN.
43732         * lib/progreloc.c: Likewise.
43733         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
43734
43735 2004-08-06  Simon Josefsson  <jas@extundo.com>
43736
43737         * modules/progname (Depends-on): Don't depend on stdbool.
43738
43739 2004-08-06  Simon Josefsson  <jas@extundo.com>
43740
43741         * modules/getsubopt: New file.
43742         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
43743         getsubopt.
43744
43745 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
43746
43747         More merge from coreutils.
43748
43749         * m4/utimens.m4, m4/utimecmp.m4: New files.
43750         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
43751         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
43752         prereq.m4, sha.m4: Import changes from coreutils.
43753
43754 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
43755
43756         More merge from coreutils.
43757         * modules/raise, modules/readtokens0, modules/utimens:
43758         * modules/utimecmp, module/xnanosleep: New files.
43759         * modules/strftime: Add lib/strftime.h.
43760         Change include from <time.h> to "strftime.h".
43761         * modules/yesno: Add lib/yesno.h.
43762         * modules/backupfile: Remove lib/addext.c.
43763         * modules/euidaccess: Add stat-macros.h.
43764         * modules/canonicalize, modules/euidaccess,
43765         modules/filemode, modules/lchown, modules/makepath,
43766         modules/rmdir, modules/stat: Likewise.
43767
43768 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
43769
43770         Merge from tar.
43771         * lib/argp-help.c (make_hol, hol_append): Don't assume that
43772         SIZE_MAX is a valid preprocessor constant.
43773         (__argp_basename): Change from "#ifndef _LIBC"
43774         to "#ifndef __argp_short_program_name", so that
43775         we don't compile these functions for tar.
43776
43777         More merges from coreutils.
43778         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
43779         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
43780         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
43781         * lib/addext.c: Remove; no longer needed.
43782         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
43783         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
43784         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
43785         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
43786         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
43787         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
43788         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
43789         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
43790         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
43791         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
43792         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
43793         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
43794         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
43795         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
43796         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
43797         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
43798         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
43799         Import changes from coreutils.
43800
43801 2004-08-05  Simon Josefsson  <jas@extundo.com>
43802
43803         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
43804
43805 2004-08-05  Simon Josefsson  <jas@extundo.com>
43806
43807         * m4/getsubopt.m4: New file.
43808
43809 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
43810
43811         Merge from coreutils.
43812
43813         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
43814         * m4/getcwd-path-max.m4: New files.
43815
43816         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
43817         FILESYSTEM_PREFIX_LEN ->
43818         FILE_SYSTEM_PREFIX_LEN.
43819         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
43820         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
43821         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
43822         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
43823
43824         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
43825         prerequisite modules now handle the DOS stuff.
43826         Don't check for unistd.h.
43827
43828 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
43829
43830         Merge from coreutils.
43831
43832         * lib/.gdb-history: Remove; this doesn't belong here.
43833
43834         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
43835         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
43836         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
43837         * lib/getcwd.c: New files.
43838
43839         * lib/dirname.h: Include <stdbool.h>.
43840         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
43841         for consistency with POSIX terminology.  All uses changed.
43842         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
43843         (strip_trailing_slashes): Use bool for booleans.
43844         * lib/stripslash.c (strip_trailing_slashes): Likewise.
43845
43846         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
43847         sometimes returns a positive errno value even when it succeeds.
43848         (print_errno_message) [!LIBC]: Fall back on strerror if
43849         __strerror_r fails.
43850
43851         * lib/path-concat.c (mempcpy): Don't define if a system header defines
43852         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
43853         (longest_relative_suffix): New function.
43854         (path_concat): Use it.  Assume first argument is not NULL.
43855         Port to DOS.  Omit redundant separators.
43856         Report an error instead of returning NULL.
43857         Use mempcpy instead of memcpy.
43858         (xpath_concat): Remove: not declared or used.
43859
43860         * lib/same.h: Include <stdbool.h>
43861         (same_name): Return bool, not int.
43862         * lib/same.c (same_name): Likewise.
43863         (errno): Don't declare; we assume C89 or better now.
43864
43865         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
43866         if not already defined.
43867
43868         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
43869         * lib/dup-safer.c (errno): Likewise.
43870
43871 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
43872
43873         Merge from coreutils.
43874         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
43875         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
43876         * modules/path-concat: Don't depend on strdup.
43877
43878 2004-08-03  Simon Josefsson  <jas@extundo.com>
43879
43880         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
43881         * lib/progname.h: Don't include stdbool.h.
43882
43883 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
43884
43885         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
43886         * MODULES.html.sh (func_all_modules): Remove fatal.
43887
43888 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
43889
43890         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
43891
43892 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
43893
43894         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
43895         working.
43896
43897 2004-08-02  Simon Josefsson  <jas@extundo.com>
43898
43899         * lib/getsubopt.h: New file, with comments from Bruno Haible.
43900         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
43901         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
43902
43903 2004-08-01  Simon Josefsson  <jas@extundo.com>
43904
43905         * lib/xgetdomainname.c: Include stdlib.h, for free().
43906
43907 2004-07-19  Bruno Haible  <bruno@clisp.org>
43908
43909         * MODULES.html.sh (func_all_modules): Add dummy.
43910
43911 2004-07-16  Simon Josefsson  <jas@extundo.com>
43912
43913         * modules/dummy: New file.
43914
43915 2004-07-16  Simon Josefsson  <jas@extundo.com>
43916
43917         * lib/dummy.c: New file.
43918
43919 2004-07-16  Bruno Haible  <bruno@clisp.org>
43920
43921         * lib/backupfile.h: Add extern "C" for C++.
43922         * lib/closeout.h: Likewise.
43923         * lib/copy-file.h: Likewise.
43924         * lib/findprog.h: Likewise.
43925         * lib/full-write.h: Likewise.
43926         * lib/pathname.h: Likewise.
43927         * lib/progname.h: Likewise.
43928         * lib/stpcpy.h: Likewise.
43929         * lib/stpncpy.h: Likewise.
43930         * lib/strcase.h: Likewise.
43931         * lib/strstr.h: Likewise.
43932         * lib/xalloc.h: Likewise.
43933
43934         * lib/mbswidth.h: Add extern "C" for C++.
43935         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
43936
43937 2004-07-13  Robert Millan  <robertmh@gnu.org>
43938
43939         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
43940
43941 2004-07-09  Simon Josefsson  <jas@extundo.com>
43942
43943         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
43944         failed without this.)
43945
43946 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
43947
43948         * modules/chown (Files): Add lib/fchown-stub.c, since
43949         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
43950
43951 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
43952
43953         * lib/fchown-stub.c: New file.
43954
43955 2004-06-24  Jim Meyering  <jim@meyering.net>
43956
43957         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
43958
43959 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
43960
43961         * modules/argz: Omit "#include".
43962
43963         * MODULES.html.sh (func_all_modules): Add calloc, to match
43964         2004-06-01 addition of calloc module.
43965
43966 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
43967
43968         * m4/argz.m4: New file, which is autoupdated from libtool.
43969
43970 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
43971
43972         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
43973         libtool.
43974
43975 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
43976
43977         * config/srclist-update: Don't insist on "USA." before the
43978         close-comment, as libtool omits the period and puts the */ on a
43979         separate line.
43980         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
43981         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
43982
43983 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
43984
43985         * modules/argz: New file.
43986         * MODULES.html.sh (func_all_modules): Add argz.
43987
43988 2004-06-12  Jim Meyering  <jim@meyering.net>
43989         and  Paul Eggert  <eggert@cs.ucla.edu>
43990
43991         * modules/hash (Files): Add lib/xalloc.h.
43992         * modules/pipe (Depends-on): Add wait-process.
43993         * modules/stat (Depends-on): Add xalloc.
43994         * modules/userspec (Files): Add lib/userspec.h.
43995         * modules/xstrto
43996
43997         Upgrade from gettext-0.13.
43998         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
43999         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
44000         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
44001
44002 2004-06-10  Jim Meyering  <jim@meyering.net>
44003
44004         * lib/calloc.c: New file.
44005
44006 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
44007
44008         * lib/getdate.y (yylex): Allow space between sign and number.
44009         Problem reported by Dan Jacobson.
44010
44011 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
44012
44013         Merge from coreutils CVS.
44014
44015         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
44016         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
44017         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
44018         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
44019         xstrtol.m4: Fix copyright date and/or serial number.
44020
44021         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
44022         See if we need an fchown replacement.
44023         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
44024         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
44025         and use the replacement function if we detect either defect.
44026
44027         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
44028         gl_UTIMECMP.
44029
44030 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
44031         and  Jim Meyering  <jim@meyering.net>
44032
44033         Merge from coreutils CVS.
44034
44035         * lib/stat-macros.h: New file, with contents from file-type.h
44036         and coreutils' system.h.
44037         * lib/file-type.c: Include "stat-macros.h".
44038         * lib/file-type.h (file_type): Move all macro definitions to new file,
44039         stat-macros.h.
44040
44041         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
44042         Wrap old code with this conditional.
44043         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
44044         function that does not dereference symlinks.
44045         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
44046
44047         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
44048         dependency problems.
44049         (xreadlink): Accept new arg SIZE, for efficiency.
44050         All decls and uses changed.
44051         * lib/xreadlink.h: Include <stddef.h>, for size_t.
44052
44053         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
44054         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
44055
44056         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
44057         sysexits.h.
44058
44059 2004-06-01  Jim Meyering  <jim@meyering.net>
44060
44061         * m4/calloc.m4: New file.
44062
44063 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
44064
44065         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
44066         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
44067         Also, fix a typo in a diagnostic.
44068
44069 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
44070
44071         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
44072         or AC_FUNC_REALLOC.
44073
44074 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
44075
44076         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
44077         macros to be defined.
44078         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
44079         the allocator returns NULL because the requested size is zero.
44080
44081 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
44082
44083         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
44084         var.  Add comment explaining why libc still defines it.  This
44085         merges the following patch from glibc:
44086         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
44087
44088 2004-05-20  Andreas Schwab  <schwab@suse.de>
44089
44090         * m4/free.m4: Replace free if it not known to work, not the other
44091         way round.
44092
44093 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
44094
44095         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
44096         present in glibc since revision 1.1 of this file.
44097         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
44098         obstack_alignment_mask, obstack_alloc, obstack_base,
44099         obstack_blank, obstack_blank_fast, obstack_chunk_size,
44100         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
44101         obstack_grow0, obstack_init, obstack_int_grow,
44102         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
44103         obstack_next_free, obstack_object_size, obstack_ptr_grow,
44104         obstack_ptr_grow_fast, obstack_room): Remove declarations of
44105         nonexistent functions.
44106
44107 2004-05-18  Karl Berry  <karl@gnu.org>
44108
44109         * config/srclist.txt: break link for vasnprintf.c.
44110
44111 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
44112
44113         Port obstack to the AS/400, where pointers are 16 bytes wide and
44114         you cannot cast an integer to a valid pointer.  This patch is
44115         currently waiting to be integrated into glibc; see
44116         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
44117
44118         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
44119         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
44120         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
44121         (struct obstack): temp member is now a union of a pointer and
44122         an integer, instead of an integer.  All integer uses changed.
44123         This does not affect the physical layout of struct obstack,
44124         except on hosts (like the AS/400) where the size or alignment of
44125         void * is greater than that of ptrdiff_t.
44126         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
44127         __STDC__)]: Store temporary in pointer member of union, not
44128         integer member.
44129         * lib/obstack.c: Include <stddef.h>, for offsetof.
44130         (struct fooalign): Remove; it doesn't need a name.
44131         (union fooround): Change double to long double, and add void *.
44132         (DEFAULT_ALIGNMENT): Use offsetof to compute.
44133         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
44134         not a macro.  Hence the values are always int; so remove all
44135         casts-to-int in uses.
44136
44137 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
44138
44139         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
44140         we can get this patch merged into glibc.
44141
44142 2004-05-17  Derek R. Price  <derek@ximbiot.com>
44143             Paul Eggert  <eggert@cs.ucla.edu>
44144
44145         * m4/argp: Depend on alloca.
44146
44147 2004-05-17  Derek R. Price  <derek@ximbiot.com>
44148             Paul Eggert  <eggert@cs.ucla.edu>
44149
44150         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
44151         freecoding.
44152
44153 2004-05-17  Bruno Haible  <bruno@clisp.org>
44154
44155         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
44156         precision that consists of a '.' followed by an empty digit string.
44157         Patch by Tor Lillqvist <tml@iki.fi>.
44158
44159 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
44160
44161         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
44162         for backward compatibility with older code.  We need our own
44163         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
44164         it under some other name, and our alloca.h will define it.
44165
44166 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
44167             Derek Price  <derek@ximbiot.com>
44168
44169         * lib/alloca.c: Include <alloca.h>, to get our interface.
44170         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
44171         include <alloca.h> first.  Use C89 prototype for alloca; this
44172         requires including <stddef.h> for size_t.  Use extern "C" if C++.
44173         Use #elif for simplicity, since we can assume C89 now.
44174         Don't try to source the system alloca.h since it will not be found
44175         and to prevent recursively including its replacement.
44176         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
44177         * lib/regex.c: Likewise.
44178
44179 2004-05-16  Derek Price  <derek@ximbiot.com>
44180             Paul Eggert  <eggert@cs.ucla.edu>
44181
44182         getline cleanup.  This changes the getndelim2 API: both order of
44183         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
44184         no delimiter).
44185
44186         * lib/getline.c: Don't include stddef.h or stdio.h, since our
44187         interface does that.
44188         (getline): Always use getdelim, so that we don't have two
44189         copies of this code.
44190         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
44191         if available.
44192         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
44193         (GETNDELIM2_MAXIMUM): New macro.
44194         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
44195         instead of the old practice of delim2==0.  All callers changed.
44196         Return -1 on overflow, instead of returning junk.
44197         Do not set *linesize unless allocation succeeds.
44198         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
44199         that we include sys/types.h.
44200         * lib/getnline.h: Likewise.
44201         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
44202         (getndelim2): Reorder arguments.
44203         * lib/getnline.c (getnline, getndelim):
44204         Don't discard the NMAX argument.
44205         (getnline): Invoke getndelim, to avoid code duplication.
44206         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
44207         of (size_t) -1 by callers of the getnline family.
44208
44209 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
44210
44211         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
44212         Check for gettimeofday.
44213         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
44214         Check for settimeofday, stime.
44215
44216 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
44217
44218         * lib/nanosleep.c (suspended): Change its type from int to
44219         sig_atomic_t volatile.
44220         (first_call): Make it private to rpl_nanosleep, and have it
44221         be zero initially as that's a bit faster.
44222         (my_usleep): Round up fractional times instead of truncating them,
44223         as this is the usual meaning for 'sleep'.
44224
44225         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
44226         doesn't work.
44227         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
44228         (ENOSYS): Define if not defined.
44229         (settime): Fall back on stime if it exists and settimeofday fails.
44230         But don't bother with fallbacks if a method fails with errno == EPERM.
44231
44232 2004-05-11  Jim Meyering  <jim@meyering.net>
44233
44234         Prior to this change, the save_cwd caller required read access to the
44235         current directory on most systems (ones with the fchdir function).
44236
44237         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
44238         fails, try write-only, and finally, resort to using xgetcwd.
44239
44240 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
44241
44242         * lib/obstack.c, obstack.h: Import changes from libc.
44243
44244 2004-04-28  Bruno Haible  <bruno@clisp.org>
44245
44246         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
44247         also implicitly appends .exe to executables.
44248         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
44249         accepts Windows pathnames.
44250         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
44251         Treat Cygwin like Windows, since it now accepts Windows pathnames.
44252         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
44253         Treat Cygwin like Windows, since it now accepts Windows pathnames.
44254         Reported by Derek Robert Price <derek@ximbiot.com>.
44255
44256 2004-04-21  Karl Berry  <karl@gnu.org>
44257
44258         * config/srclist.txt (localcharset.c): break sync.
44259
44260 2004-04-20  Paul Eggert  <eggert@twinsun.com>
44261
44262         * m4/host-os.m4: Add a copyright notice.
44263
44264 2004-04-20  Jim Meyering  <jim@meyering.net>
44265
44266         Change UTILS_ to gl_ in AC_DEFINE'd names.
44267         Change utils_- and jm_-prefixed variables, too.
44268         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
44269         UTILS_FUNC_MKDIR_TRAILING_SLASH.
44270         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
44271
44272         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
44273         Don't emit trailing blanks.
44274         Also rename jm_-prefixed variables to have gl_ prefix.
44275
44276         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
44277         Also rename jm_-prefixed variables to have gl_ prefix.
44278
44279         * m4/jm-macros.m4: Reflect the renamings.
44280         * m4/prereq.m4: Likewise.
44281
44282 2004-04-20  Jim Meyering  <jim@meyering.net>
44283
44284         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
44285         memory.
44286
44287 2004-04-20  Jim Meyering  <jim@meyering.net>
44288             Bruno Haible  <bruno@clisp.org>
44289
44290         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
44291         memory when realloc fails.
44292
44293 2004-04-19  Jim Meyering  <jim@meyering.net>
44294
44295         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
44296         now that readutmp.c may call `free (0)'.
44297
44298 2004-04-19  Bruno Haible  <bruno@clisp.org>
44299
44300         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
44301         * m4/inttypes_h.m4: Likewise.
44302         * m4/stdint_h.m4: Likewise.
44303         * m4/intmax_t.m4: Likewise.
44304         * m4/uintmax_t.m4: Likewise.
44305
44306 2004-04-18  Jim Meyering  <jim@meyering.net>
44307
44308         * m4/prereq.m4: Don't forbid jm_ prefix.
44309
44310         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
44311         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
44312         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
44313         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
44314         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
44315         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
44316         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
44317         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
44318         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
44319         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
44320         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
44321         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
44322         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
44323         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
44324         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
44325         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
44326         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
44327         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
44328         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
44329
44330 2004-04-18  Jim Meyering  <jim@meyering.net>
44331
44332         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
44333         failure, don't leak memory and do call END_UTMP_ENT.
44334
44335 2004-04-16  Jim Meyering  <jim@meyering.net>
44336
44337         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
44338         coreutils' stat program.
44339         (gl_PREREQ): Don't require jm_PREREQ_STAT.
44340
44341 2004-04-11  Paul Eggert  <eggert@twinsun.com>
44342
44343         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
44344         C89.
44345         (CHAR_BIT): Remove, since we assume C89.
44346         Include <stdint.h> if available, as per current Autoconf CVS advice.
44347
44348 2004-03-31  Jim Meyering  <jim@meyering.net>
44349
44350         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
44351         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
44352         * m4/xalloc.m4: Likewise.
44353
44354 2004-03-30  Paul Eggert  <eggert@twinsun.com>
44355
44356         Merge from coreutils.
44357
44358         * m4/inttostr.m4: New file.
44359         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
44360         Require AM_STDBOOL_H and gl_TIMESPEC instead.
44361         Require gl_CLOCK_TIME.
44362         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
44363
44364 2004-03-30  Paul Eggert  <eggert@twinsun.com>
44365
44366         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
44367         not bool, to be more consistent with Unix conventions.
44368         Suggested by Bruno Haible.
44369
44370         Merge from coreutils.
44371
44372         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
44373         * lib/umaxtostr.c: New files.
44374
44375         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
44376         the usual <time.h> dance.
44377         (get_date): Change signature to support fractional time stamps.
44378         All callers changed.
44379         * lib/getdate.y: Include "getdate.h" first, as we can now
44380         assume C89 and don't need to worry about 'const'.
44381         Similarly, include "unlocked-io.h" near start, not in middle.
44382         Include <limits.h>.
44383         (textint.value): Use long int rather than int.
44384         (textint.digits): Use size_t rather than int.
44385         (BILLION, LOG10_BILLION): New constants.
44386         (parser_control): New member rel_ns.  Members day_ordinal,
44387         time_zone, month, day, hour, minutes, rel_year, rel_month,
44388         rel_day, rel_hour, rel_minutes, rel_seconds
44389         are now long int, not int.  Member seconds is now struct timespec,
44390         not int.  New member timespec_seen.  Members dates_seen, days_seen,
44391         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
44392         not int.
44393         (%union.intval): Now long int, not int.
44394         New member timespec.
44395         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
44396         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
44397         (spec): Now is a timespec or an item list.
44398         (timespec, items): New nonterminals.
44399         (time, rel, relunit, number, get_date):
44400         Add support for fractional seconds.
44401         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
44402         (gmtime, localtime, mktime): Remove decls; not needed with C89.
44403         (to_hour): First arg is now long int, not int.
44404         (to_year): Returns long int, not int.
44405         Don't treat year -70 like 70.
44406         (tm_diff): Returns long int, not int.
44407         (lookup_word): Use bool instead of int when appropriate.
44408         (yylex): Use size_t for count, not int.
44409         Detect overflow when parsing large integer constants.
44410         Add support for fractions.
44411         (get_date): Make pointers 'const' if possible.
44412         Use more-portable code to detect integer overflow.
44413         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
44414         Don't use ctime; it's not reliable if the year has >4 digits.
44415
44416         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
44417         This is for compatibility with BSD.
44418
44419         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
44420         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
44421         From coreutils' system.h.
44422
44423         * lib/userspec.c: Don't include "posixver.h".
44424         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
44425         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
44426         compatible extension.  Simplify code by removing a boolean int
44427         that was always nonzero if a string was nonnull.
44428
44429 2004-03-30  Jim Meyering  <jim@meyering.net>
44430
44431         Merge from coreutils.
44432
44433         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
44434         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
44435         on some systems one must include <grp.h> before it.
44436         Reported by Christian Krackowizer.
44437
44438 2004-03-30  Jim Meyering  <jim@meyering.net>
44439
44440         Merge from coreutils.
44441
44442         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
44443
44444         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
44445         an empty input stream.
44446
44447         * lib/readtokens.c: Include <stdbool.h>.
44448         (readtoken): Use `size_t' rather than int/long.
44449         All callers adjusted.
44450         Use `bool' rather than `int' where appropriate.
44451         Use memset rather than an explicit loop.
44452         Use x2nrealloc rather than xrealloc.
44453         Allow the use of `\0' as a delimiter.
44454         (readtokens): Likewise.
44455         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
44456
44457 2004-03-30  Jim Meyering  <jim@meyering.net>
44458
44459         * m4/realloc.m4: Remove file, since now it does no more than
44460         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
44461         the `configure.ac' section of module/realloc.
44462         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
44463
44464 2004-03-30  Bruno Haible  <bruno@clisp.org>
44465
44466         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
44467         nonnull.
44468
44469 2004-03-29  Paul Eggert  <eggert@twinsun.com>
44470
44471         Merge changes to getloadavg.c from coreutils and Emacs.
44472
44473         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
44474         Define to an expression, not to the empty string.
44475         Include cloexec.h and xalloc.h.
44476         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
44477         Use set_cloexec_flag rather than rolling our own.
44478         * lib/cloexec.c, lib/cloexec.h: New files.
44479
44480 2004-03-29  Paul Eggert  <eggert@twinsun.com>
44481
44482         * m4/cloexec.m4: New file.
44483
44484 2004-03-18  Paul Eggert  <eggert@twinsun.com>
44485
44486         * lib/getopt.h: Sync with libc CVS.
44487
44488 2004-03-18  Paul Eggert  <eggert@twinsun.com>
44489             Bruno Haible  <bruno@clisp.org>
44490
44491         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
44492         mbswidth.
44493
44494 2004-03-18  Paul Eggert  <eggert@twinsun.com>
44495             Bruno Haible  <bruno@clisp.org>
44496
44497         * lib/mbswidth.h: Include <wchar.h> only if
44498         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
44499         <wchar.h>.
44500         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
44501
44502 2004-03-09  Paul Eggert  <eggert@twinsun.com>
44503
44504         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
44505         Sync with libc CVS.
44506         * lib/getopt_int.h: New file, also synced from libc.
44507
44508 2004-03-09  Paul Eggert  <eggert@twinsun.com>
44509
44510         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
44511         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
44512         Bring back getopt.c, getopt.h, getopt1.c.
44513
44514 2004-03-07  Paul Eggert  <eggert@twinsun.com>
44515
44516         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
44517         All uses changed.  Check for sa_sigaction member; this fixes
44518         a bug first reported by Jason Andrade in
44519         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
44520
44521 2004-03-07  Paul Eggert  <eggert@twinsun.com>
44522
44523         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
44524         '#if' expressions.  Unlike the code it replaces, it does not
44525         depend on (defined _SC_PAGESIZE).  However, it does depend on
44526         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
44527         first reported by Jason Andrade in
44528         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
44529
44530 2004-02-25  Simon Josefsson  <jas@extundo.com>
44531
44532         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
44533
44534 2004-02-25  Simon Josefsson  <jas@extundo.com>
44535
44536         * lib/strdup.h: New file.
44537         * lib/strdup.c: Include it.
44538         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
44539         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
44540
44541 2004-02-23  Karl Berry  <karl@gnu.org>
44542
44543         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
44544         (from fencepost.gnu.org:/gd/gnuorg).
44545
44546 2004-02-23  Karl Berry  <karl@gnu.org>
44547
44548         * config/srclistvars.sh (GNUORG) [karl]: redefine.
44549         * config/srclist.txt: add maintain/standards documents.
44550
44551 2004-02-18  Bruno Haible  <bruno@clisp.org>
44552
44553         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
44554         Reported by Derek Robert Price <derek@ximbiot.com>.
44555
44556 2004-02-16  Karl Berry  <karl@gnu.org>
44557
44558         * config/mkinstalldirs, install-sh: update from automake.
44559
44560 2004-02-06  Karl Berry  <karl@gnu.org>
44561
44562         * m4/po.m4: update from gettext 0.14.1.
44563
44564 2004-02-06  Karl Berry  <karl@gnu.org>
44565
44566         * lib/config.charset: update from gettext 0.14.1.
44567
44568 2004-02-05  Paul Eggert  <eggert@twinsun.com>
44569
44570         Add comments and code, prompted by suggestions from Bruno Haible
44571         for sh-quote.
44572         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
44573         describing the enum quoting_style values.
44574         * lib/quotearg.c (quotearg_alloc): New function.
44575         (quotearg_buffer_restyled): Treat lone { and } as special.
44576         Treat = as special.  Work around bug with older shells
44577         that "see" a '\' that is really the 2nd byte of a multibyte char.
44578         Quote empty string with shell_quoting_style.
44579
44580 2004-02-03  Bruno Haible  <bruno@clisp.org>
44581
44582         * m4/pipe.m4: New file, from GNU gettext.
44583
44584 2004-02-03  Bruno Haible  <bruno@clisp.org>
44585
44586         * lib/pipe.h: New file, from GNU gettext.
44587         * lib/pipe.c: New file, from GNU gettext.
44588
44589 2004-01-27  Bruno Haible  <bruno@clisp.org>
44590
44591         * m4/execute.m4: New file, from GNU gettext.
44592
44593 2004-01-27  Bruno Haible  <bruno@clisp.org>
44594
44595         * lib/execute.h: New file, from GNU gettext.
44596         * lib/execute.c: New file, from GNU gettext.
44597         * lib/w32spawn.h: New file, from GNU gettext.
44598
44599 2004-01-24  Paul Eggert  <eggert@twinsun.com>
44600
44601         Merge from diffutils.
44602
44603         * lib/file-type.c (file_type): Add typed memory objects.
44604         * lib/file-type.h (S_TYPEISTMO): New macro.
44605
44606         * lib/c-stack.h (c_stack_action): Remove argv argument.
44607         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
44608         (die): Don't calculate message unless segv_action returns.
44609         (get_stack_location, min_address_from_argv, max_address_from_argv,
44610         volatile stack_base, volatile_stack_size): Remove.
44611         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
44612         that every segmentation violation is a stack overflow.  (Ouch!)
44613         See Debian bug 136249 (still outstanding) for more info about why
44614         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
44615
44616 2004-01-24  Paul Eggert  <eggert@twinsun.com>
44617
44618         Exit-status fix from coreutils.
44619
44620         Use exit_failure consistently in place of EXIT_FAILURE,
44621         so that program exit statuses are consistent on failure.
44622
44623         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
44624         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
44625         * lib/argmatch.h: Comment fix to match the above.
44626         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
44627         Now a macro referring to exit_failure, instead of a separate
44628         variable.  Include "exitfail.h" to get it.
44629         * lib/xstrtol.h: Include "exitfail.h".
44630         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
44631
44632         * lib/long-options.c (parse_long_options): Use prototype
44633         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
44634         for clarity.
44635
44636 2004-01-21  Jim Meyering  <jim@meyering.net>
44637
44638         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
44639         so as not to conflict with a different-sized __mktime_internal
44640         function in GNU libc.
44641         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
44642         Problem building statically-linked `ls' reported by Michael Brunnbauer.
44643
44644 2004-01-20  Karl Berry  <karl@gnu.org>
44645
44646         * config/config.guess: update from config.
44647
44648         * config/srclistvars.sh: GNUWWWLICENSES for karl.
44649
44650 2004-01-20  Bruno Haible  <bruno@clisp.org>
44651
44652         Safer stack allocation.
44653         * lib/setenv.c: Include allocsa.h.
44654         (alloca): Remove fallback definition.
44655         (freea): Remove macro.
44656         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
44657         instead of freea.
44658
44659 2004-01-20  Bruno Haible  <bruno@clisp.org>
44660
44661         * m4/eealloc.m4: New file, from GNU gettext.
44662
44663 2004-01-20  Bruno Haible  <bruno@clisp.org>
44664
44665         * m4/allocsa.m4: New file, from GNU gettext.
44666
44667 2004-01-20  Bruno Haible  <bruno@clisp.org>
44668
44669         * lib/xallocsa.h: New file, from GNU gettext.
44670         * lib/xallocsa.c: New file, from GNU gettext.
44671
44672 2004-01-20  Bruno Haible  <bruno@clisp.org>
44673
44674         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
44675
44676 2004-01-20  Bruno Haible  <bruno@clisp.org>
44677
44678         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
44679         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
44680         specially.
44681
44682 2004-01-20  Bruno Haible  <bruno@clisp.org>
44683
44684         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
44685         patch.
44686
44687 2004-01-20  Bruno Haible  <bruno@clisp.org>
44688
44689         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
44690
44691 2004-01-20  Bruno Haible  <bruno@clisp.org>
44692
44693         * lib/eealloc.h: New file.
44694
44695 2004-01-20  Bruno Haible  <bruno@clisp.org>
44696
44697         * lib/binary-io.h: Avoid warnings on Cygwin.
44698
44699 2004-01-20  Bruno Haible  <bruno@clisp.org>
44700
44701         * lib/allocsa.h: New file, from GNU gettext.
44702         * lib/allocsa.c: New file, from GNU gettext.
44703
44704 2004-01-18  Karl Berry  <karl@gnu.org>
44705
44706         * doc/gpl.texi, doc/lgpl.texi: new files.
44707
44708 2004-01-18  Karl Berry  <karl@gnu.org>
44709
44710         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
44711         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
44712
44713 2004-01-15  Paul Eggert  <eggert@twinsun.com>
44714
44715         Merge from coreutils.
44716
44717         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
44718         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
44719         (gl_DEFAULT_POSIX2_VERSION): Move
44720         the documentation from 'configure' into 'config.hin',
44721         so that 'configure --help' isn't burdened by it and
44722         we don't have to worry about its formatting there.
44723         Reword the documentation so that it's more succinct
44724         and can be run together into a single paragraph.
44725         * m4/same.m4 (gl_SAME): Check for pathconf.
44726
44727 2004-01-15  Paul Eggert  <eggert@twinsun.com>
44728
44729         Merge from coreutils.
44730
44731         * lib/posixver.c: Include posixver.h.
44732
44733         * lib/same.c: Include <stdbool.h>, <limits.h>.
44734         (_POSIX_NAME_MAX): Define if not defined.
44735         (MIN): New macro.
44736         (same_name): If file names are silently truncated, report
44737         that the file names are the same if they are the same after
44738         the silent truncation.
44739
44740         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
44741         conversion function.
44742         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
44743         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
44744         longer needed.
44745
44746 2004-01-15  Jim Meyering  <jim@meyering.net>
44747
44748         Merge from coreutils.
44749
44750         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
44751         if no library is required.
44752         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
44753         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
44754         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
44755         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
44756         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
44757         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
44758         value, $ac_cv_search_crypt, if it's "none required".
44759         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
44760         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
44761         not gl_FUNC_GETLOADAVG.
44762         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
44763         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
44764
44765 2004-01-15  Jim Meyering  <jim@meyering.net>
44766
44767         Merge from coreutils.
44768
44769         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
44770         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
44771         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
44772
44773         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
44774         optional configure-time default.
44775
44776         * lib/version-etc.c (version_etc_copyright): Update copyright date.
44777
44778         * lib/xreadlink.c (xreadlink): Correct outdated comment.
44779
44780 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
44781
44782         Merge from coreutils.
44783
44784         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
44785         value, $ac_cv_search_nanosleep, if it's "none required".
44786
44787 2004-01-14  Paul Eggert  <eggert@twinsun.com>
44788
44789         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
44790         with like-named macro in fnmatch.c.
44791         (EXT): Use an internal constant instead.
44792
44793         Merge fnmatch patches from glibc.
44794         * lib/fnmatch.c (mbsinit): Remove define.
44795         Add libc_hidden_ver (__fnmatch, fnmatch).
44796         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
44797         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
44798
44799 2004-01-14  Karl Berry  <karl@gnu.org>
44800
44801         * config/install-sh: update from automake.
44802
44803 2004-01-13  Karl Berry  <karl@gnu.org>
44804
44805         * config/install-sh: update from automake.
44806
44807 2004-01-09  Karl Berry  <karl@gnu.org>
44808
44809         * config/install-sh: update from automake.
44810
44811 2004-01-05  Karl Berry  <karl@gnu.org>
44812
44813         * config/config.{sub,guess}: update from config.
44814
44815 2003-12-31  Karl Berry  <karl@gnu.org>
44816
44817         * config/depcomp: update from automake.
44818
44819 2003-12-14  Karl Berry  <karl@gnu.org>
44820
44821         * lib/config.charset: update from gettext-runtime.
44822
44823 2003-12-03  Paul Eggert  <eggert@twinsun.com>
44824
44825         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
44826         Bug reported by Alfred M. Szmidt.
44827
44828 2003-12-03  Bruno Haible  <bruno@clisp.org>
44829
44830         * m4/gettext.m4: Upgrade from gettext-0.13.
44831         * m4/po.m4: Upgrade from gettext-0.13.
44832         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
44833         * m4/intmax.m4: New file, from gettext-0.13.
44834         * m4/printf-posix.m4: New file, from gettext-0.13.
44835
44836 2003-11-29  Karl Berry  <karl@gnu.org>
44837
44838         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
44839
44840 2003-11-25  Paul Eggert  <eggert@twinsun.com>
44841             Bruno Haible  <bruno@clisp.org>
44842
44843         * lib/printf-parse.h: Don't include sys/types.h.
44844         (ARG_NONE): New macro.
44845         (char_directive): Change type of *arg_index fields to size_t.
44846         * lib/printf-parse.c: Don't include sys/types.h.
44847         (SSIZE_MAX): Remove macro.
44848         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
44849         Remove unnecessary overflow check.
44850         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
44851         fields.
44852
44853 2003-11-25  Bruno Haible  <bruno@clisp.org>
44854
44855         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
44856
44857 2003-11-25  Bruno Haible  <bruno@clisp.org>
44858
44859         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
44860         gt_TYPE_SSIZE_T.
44861
44862 2003-11-24  Paul Eggert  <eggert@twinsun.com>
44863
44864         * modules/alloca: Remove dependency on xalloc.
44865
44866 2003-11-24  Paul Eggert  <eggert@twinsun.com>
44867
44868         * lib/alloca.c: Remove dependency on xalloc module.
44869         (xalloc_die): Remove.
44870         (memory_full) [!defined emacs]: New macro.
44871         [!defined emacs]: Don't include xalloc.h.
44872         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
44873         address arithmetic overflows.  Change datatypes a bit to avoid
44874         unnecessary casts.
44875
44876 2003-11-22  Jim Meyering  <jim@meyering.net>
44877
44878         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
44879         s/size/size_t/.
44880
44881 2003-11-21  Karl Berry  <karl@gnu.org>
44882
44883         * config/config.{sub,guess}: update from config.
44884
44885 2003-11-18  Karl Berry  <karl@gnu.org>
44886
44887         * config/config.{sub,guess}: update from config.
44888
44889         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
44890
44891 2003-11-17  Paul Eggert  <eggert@twinsun.com>
44892
44893         * README: Mention that S+T cannot overflow if S is the size of
44894         an existing object and T is sufficiently small.
44895
44896 2003-11-17  Jim Meyering  <jim@meyering.net>
44897
44898         On systems without utime and without a utimes function capable of
44899         dealing with a NULL struct utimbuf* argument, this utime replacement
44900         could -- in unusual circumstances -- leak a file descriptor.
44901         * lib/utime.c: Include <unistd.h> and <errno.h>.
44902         (utime_null): Be sure to close `fd' and to preserve errno.
44903         Reported by Geoff Collyer via Arnold Robbins.
44904
44905 2003-11-17  Bruno Haible  <bruno@clisp.org>
44906
44907         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
44908         (Depends-on): Add xsize.
44909
44910 2003-11-17  Bruno Haible  <bruno@clisp.org>
44911
44912         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
44913
44914 2003-11-17  Bruno Haible  <bruno@clisp.org>
44915
44916         * lib/vasnprintf.c (alloca): Remove fallback definition.
44917         (freea): Remove definition.
44918         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
44919         Reported by Paul Eggert.
44920
44921 2003-11-16  Paul Eggert  <eggert@twinsun.com>
44922             Bruno Haible  <bruno@clisp.org>
44923
44924         Protect against address arithmetic overflow.
44925         * lib/printf-args.h: Include stddef.h.
44926         (arguments): Change type of field 'count' to size_t.
44927         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
44928         'unsigned int' where appropriate.
44929         * lib/printf-parse.h: Include sys/types.h.
44930         (char_directive): Change type of *arg_index fields to ssize_t.
44931         (char_directives): Change type of fields 'count', max_*_length to
44932         size_t.
44933         * lib/printf-parse.c: Include sys/types.h and xsize.h.
44934         (SSIZE_MAX): Define fallback value.
44935         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
44936         instead of 'int' where appropriate. Check a_allocated, d_allocated
44937         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
44938         * lib/vasnprintf.c: Include xsize.h.
44939         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
44940         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
44941         overflow. Avoid wraparound when converting a width or precision from
44942         decimal to binary.
44943
44944 2003-11-16  Bruno Haible  <bruno@clisp.org>
44945
44946         Update from GNU gettext.
44947         * lib/printf-parse.c: Generalize to it can be compiled for wide
44948         strings.
44949         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
44950         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
44951         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
44952         SNPRINTF): New macros.
44953         Don't include <alloca.h> if the file is used inside libintl.
44954         (local_wcslen): New function, for Solaris 2.5.1.
44955         (VASNPRINTF): Use it instead of wcslen.
44956
44957 2003-11-16  Bruno Haible  <bruno@clisp.org>
44958
44959         * lib/xsize.h (xmax): New function.
44960         (xsum, xsum3, xsum4): Declare as "pure" functions.
44961
44962 2003-11-12  Paul Eggert  <eggert@twinsun.com>
44963
44964         * modules/xalloc (Files): Undo latest change, since xalloc.h
44965         no longer needs SIZE_MAX or PTRDIFF_MAX.
44966
44967 2003-11-12  Paul Eggert  <eggert@twinsun.com>
44968
44969         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
44970         gl_PTRDIFF_MAX.
44971
44972 2003-11-12  Paul Eggert  <eggert@twinsun.com>
44973
44974         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
44975         "return", to pacify some unknown compiler.  Problem reported
44976         by Joerg Schilling.
44977
44978 2003-11-12  Paul Eggert  <eggert@twinsun.com>
44979
44980         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
44981         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
44982         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
44983         heuristic is just as accurate as far as we know, and it removes a
44984         dependency on size_max.m4 and ptrdiff_max.m4.
44985
44986 2003-11-11  Bruno Haible  <bruno@clisp.org>
44987
44988         * modules/xsize (Files): Add m4/size_max.m4.
44989         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
44990
44991 2003-11-11  Bruno Haible  <bruno@clisp.org>
44992
44993         * m4/size_max.m4: New file.
44994         * m4/ptrdiff_max.m4: New file.
44995         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
44996         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
44997         (gl_XALLOC): Invoke it.
44998
44999 2003-11-11  Bruno Haible  <bruno@clisp.org>
45000
45001         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
45002         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
45003         defined.
45004
45005 2003-11-10  Paul Eggert  <eggert@twinsun.com>
45006
45007         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
45008         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
45009         rejected some allocations of exactly SIZE_MAX - 2 bytes.
45010         From Bruno Haible.
45011         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
45012         not (size_t) -1, since it's defined here.
45013
45014 2003-11-09  Karl Berry  <karl@gnu.org>
45015
45016         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
45017
45018 2003-11-06  Paul Eggert  <eggert@twinsun.com>
45019
45020         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
45021         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
45022         Reject sizes of exactly SIZE_MAX bytes.
45023         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
45024         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
45025
45026 2003-11-05  Bruno Haible  <bruno@clisp.org>
45027
45028         * lib/xsize.h: Include limits.h, to avoid a possible collision with
45029         SIZE_MAX defined in <limits.h> on Solaris.
45030
45031 2003-11-04  Jim Meyering  <jim@meyering.net>
45032
45033         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
45034         variable names, rather than @VAR@.
45035         * modules/poll: Likewise.
45036
45037 2003-11-04  Bruno Haible  <bruno@clisp.org>
45038
45039         * modules/xsize: New file.
45040         * modules/linebreak: Depend on xsize.
45041         * MODULES.html.sh (func_all_modules): Add xsize.
45042
45043 2003-11-04  Bruno Haible  <bruno@clisp.org>
45044
45045         * m4/xsize.m4: New file.
45046
45047 2003-11-04  Bruno Haible  <bruno@clisp.org>
45048
45049         * lib/xsize.h: New file.
45050         * lib/linebreak.c: Include xsize.h.
45051         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
45052         argument for overflow.
45053         Suggested by Paul Eggert.
45054
45055 2003-11-03  Karl Berry  <karl@gnu.org>
45056
45057         * config/config.{guess,sub}: update from config.
45058
45059 2003-11-03  Jim Meyering  <jim@meyering.net>
45060
45061         * modules/userspec (lib_SOURCES): Add userspec.h.
45062         (Include): Add "userspec.h".
45063         Improve description.
45064
45065 2003-11-03  Jim Meyering  <jim@meyering.net>
45066
45067         * lib/userspec.c: Include "userspec.h".
45068         * lib/userspec.h: New file.
45069
45070 2003-11-03  Bruno Haible  <bruno@clisp.org>
45071
45072         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
45073
45074 2003-11-03  Bruno Haible  <bruno@clisp.org>
45075
45076         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
45077         available, to avoid (extremely rare) race condition.
45078         Suggested by Paul Eggert.
45079
45080 2003-11-02  Karl Berry  <karl@gnu.org>
45081
45082         * config/srclist.txt (vasprintf.c): sync broken, sigh.
45083
45084 2003-10-31  Paul Eggert  <eggert@twinsun.com>
45085
45086         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
45087         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
45088         (read_filesystem_list): Set and use me_type_malloced.
45089         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
45090         whatever the type happens to be), for brevity and consistency.
45091         Check for size calculation overflow on Alphas running OSF/1.
45092
45093 2003-10-31  Jim Meyering  <jim@meyering.net>
45094
45095         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
45096
45097         * lib/linebuffer.c: Include <string.h> for declaration of memset.
45098
45099 2003-10-30  Paul Eggert  <eggert@twinsun.com>
45100             Bruno Haible  <bruno@clisp.org>
45101
45102         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
45103         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
45104
45105 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
45106
45107         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
45108         netbsd*-gnu*.  Suggested by Robert Millan.
45109
45110 2003-10-29  Paul Eggert  <eggert@twinsun.com>
45111
45112         * modules/group-member: Depend on stdbool.
45113
45114 2003-10-29  Paul Eggert  <eggert@twinsun.com>
45115
45116         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
45117
45118 2003-10-29  Paul Eggert  <eggert@twinsun.com>
45119
45120         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
45121         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
45122         after the 'gnu' in these cases.  This fixes some bugs in the
45123         previous change, and is based on suggestions by Robert Millan.
45124
45125 2003-10-29  Paul Eggert  <eggert@twinsun.com>
45126
45127         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
45128         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
45129         no longer needed.
45130         * lib/quotearg.c (quotearg_n_options): Use it.
45131         * lib/group-member.c: Include <stdbool.h>.
45132         (free_group_info): Arg is now const *; don't free arg.
45133         (get_group_info): Now returns bool and accepts struct group_info *,
45134         rather than returning a malloc'ed struct group_info *.
45135         All uses changed.  Check for overflow in internal size calculation.
45136
45137         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
45138         rather than xmalloc/xrealloc.
45139         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
45140         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
45141         conformance bug: the old code used a pointer after freeing the
45142         storage that it addressed.
45143         * lib/hash.c (hash_initialize): Simplify the code by using
45144         xalloc_oversized rather than doing it by hand.
45145         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
45146         the buffer preserved.  Use free and xmalloc instead.
45147         * lib/quotearg.c (quotearg_n_options): Likewise.
45148         Use a simpler test for size overflow.  Don't use xalloc_oversized
45149         because unsigned int might be wider than size_t (!); this suggests
45150         that we should switch from unsigned int to size_t for slot numbers.
45151
45152 2003-10-28  Paul Eggert  <eggert@twinsun.com>
45153
45154         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
45155         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
45156         NetBSD kernels.  Requested by Richard Stallman.
45157
45158 2003-10-27  Paul Eggert  <eggert@twinsun.com>
45159
45160         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
45161         to allocate the returned structure.  Do not allocate a subarray,
45162         as x2nrealloc will do that.
45163         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
45164         instead of xnrealloc.
45165         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
45166
45167 2003-10-27  Bruno Haible  <bruno@clisp.org>
45168
45169         * lib/stdbool_.h: Better support for BeOS.
45170
45171 2003-10-26  Paul Eggert  <eggert@twinsun.com>
45172
45173         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
45174         now uses inline.
45175
45176 2003-10-26  Paul Eggert  <eggert@twinsun.com>
45177
45178         * lib/xalloc.h (xalloc_oversized): New static inline function, for
45179         callers that want to do their own size-overflow checking.  Include
45180         <stdbool.h>, since xalloc_oversized returns bool.
45181         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
45182         to use xalloc_oversized.
45183
45184         Add two functions x2realloc, x2nrealloc, for programs that grow
45185         arrays dynamically by doubling their sizes.
45186         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
45187         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
45188         New functions.
45189
45190         Port to C99 semantics for 'inline' of external functions.
45191         Bug reported by Bruno Haible.
45192         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
45193         with the old contents of xnmalloc.
45194         (xnmalloc, xmalloc): Use it.
45195         (xnrealloc_inline): New static inline function,
45196         with the old contents of xnrealloc.
45197         (xnrealloc, xrealloc): Use it.
45198
45199         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
45200         that.
45201
45202 2003-10-26  Karl Berry  <karl@gnu.org>
45203
45204         * config/srclist.txt (COPYING.DOC): no longer available from
45205         /gd/gnuorg; don't know where the ultimate source is.
45206
45207 2003-10-25  Paul Eggert  <eggert@twinsun.com>
45208
45209         Fix several address-calculation bugs in the hash modules,
45210         plus some minor code cleanup.
45211
45212         * lib/hash.h: Include <stdbool.h>, for bool.
45213         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
45214         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
45215         hash_get_n_entries, hash_get_max_bucket_length,
45216         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
45217         hash_rehash): Use size_t rather than unsigned.
45218         * lib/hash.c (struct hash_table, hash_get_n_buckets,
45219         hash_get_n_buckets_used, hash_get_n_entries,
45220         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
45221         hash_get_entries, hash_do_for_each, hash_string, is_prime,
45222         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
45223         Likewise.
45224         (SIZE_MAX): Define if not defined.
45225         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
45226         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
45227         hash_print):
45228         Use const * when possible.
45229         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
45230         (check_tuning): Fix bug: if tuning parameters were very close to
45231         0 or 1, rounding errors could have caused subscript violations.
45232         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
45233         (hash_initialize): Add 'fail:' label
45234         to free table and return NULL, and use it to simplify code.
45235         Use calloc rather than clearing the storage ourself.
45236         (hash_initialize, hash_rehash): Check for arithmetic overflow in
45237         buffer size calculations.
45238         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
45239         Include <stddef.h>, for size_t.
45240         * lib/hash-pjw.c (hash_pjw): Likewise.
45241         Switch to method described by Bruno Haible.
45242         Include <limits.h>, for CHAR_BIT.
45243         (SIZE_BITS): New macro.
45244
45245 2003-10-23  Paul Eggert  <eggert@twinsun.com>
45246
45247         * m4/getline.m4 (AM_FUNC_GETLINE):
45248         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
45249         hosts.  Problem reported by Derek Robert Price in
45250         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
45251         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
45252         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
45253
45254 2003-10-21  Paul Eggert  <eggert@twinsun.com>
45255
45256         * lib/getndelim2.c (getndelim2): When size calculation overflows,
45257         ceiling the allocation at NMAX bytes rather than silently
45258         discarding input bytes before NMAX is reached.  This makes
45259         a difference only if NMAX exceeds SIZE_MAX / 2.
45260
45261         * lib/obstack.c: Merge from glibc.
45262         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
45263         Add libc_hidden_def (_obstack_newchunk).
45264         (_obstack_free) [! defined _LIBC]: Remove.
45265         [defined _LIBC]: Make a strong alias from obstack_free, rather than
45266         a clone of the function body.
45267         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
45268         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
45269
45270         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
45271         glibc.
45272         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
45273         arg to memcpy.
45274
45275         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
45276         (obstack_ptr_grow_fast, obstack_int_grow_fast):
45277         Don't use lvalue casts, as GCC plans to remove support for them
45278         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
45279         was also present in the non-GCC version, indicating that this
45280         code had always been buggy and had never been widely used.
45281         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
45282         Use the fast variant of each macro, rather than copying the
45283         definiens of the fast variant; that way, we'll be more likely to
45284         catch future bugs in the fast variants.
45285
45286 2003-10-20  Bruno Haible  <bruno@clisp.org>
45287
45288         * modules/wait-process: New file.
45289         * MODULES.html.sh (func_all_modules): Add wait-process.
45290
45291 2003-10-20  Bruno Haible  <bruno@clisp.org>
45292
45293         * m4/wait-process.m4: New file.
45294
45295 2003-10-20  Bruno Haible  <bruno@clisp.org>
45296
45297         * lib/wait-process.h: New file, from GNU gettext.
45298         * lib/wait-process.c: New file, from GNU gettext.
45299
45300 2003-10-19  Jim Meyering  <jim@meyering.net>
45301
45302         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
45303         HPUX 10.20.
45304
45305 2003-10-18  Karl Berry  <karl@gnu.org>
45306
45307         * config/config.guess: update from config.
45308
45309 2003-10-16  Paul Eggert  <eggert@twinsun.com>
45310
45311         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
45312         (getgroups): First arg is int, not size_t.
45313         Don't let 'free' mangle errno.
45314
45315 2003-10-16  Paul Eggert  <eggert@twinsun.com>
45316
45317         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
45318
45319 2003-10-16  Karl Berry  <karl@gnu.org>
45320
45321         * config/config.{guess,sub}: update from config.
45322
45323 2003-10-16  Jim Meyering  <jim@meyering.net>
45324
45325         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
45326         memcpy.
45327
45328 2003-10-15  Paul Eggert  <eggert@twinsun.com>
45329
45330         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
45331         (SIZE_MAX): Remove.
45332         (new_exclude, add_exclude_file): Initial size no longer needs to
45333         be a power of 2.
45334         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
45335         our own address arithmetic overflow checking.
45336
45337         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
45338         (fnmatch): Do not alloca more than 2000 wide characters;
45339         instead, use malloc for large buffers.
45340         Check for address arithmetic overflow, and return -1
45341         with errno set to ENOMEM in that case.
45342         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
45343         (NEW_PATTERN): Do not alloca more than 8000 bytes;
45344         instead, return -1.  Check for address arithmetic overflow.
45345
45346 2003-10-14  Paul Eggert  <eggert@twinsun.com>
45347
45348         Handle invalid suffixes and overflow independently, so that
45349         callers can treat them independently as needed.  Fix some bugs in
45350         suffix handling, e.g., "100k@" was not diagnosed as an invalid
45351         suffix for a human-readable blocksize.  The major caller-visible
45352         change is the addition of a new
45353         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
45354         that both overflow and suffix chars were found.
45355
45356         * lib/human.c (humblock): Don't check separately for invalid suffix
45357         char; that is xstrtoumax's job (now that its bug is fixed).
45358         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
45359         INTMAX_MAX]: New macros.
45360         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
45361         TYPE_MAXIMUM): New macros.
45362         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
45363         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
45364         if overflow occurs, as it's what __strtol does and it's more useful
45365         in practice.
45366         (__xstrtol): If __strtol reports some error other than ERANGE,
45367         reflect it to the caller as LONGINT_INVALID.  If it reports
45368         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
45369         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
45370         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
45371         value.
45372         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
45373         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
45374         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
45375         [defined UINTMAX_MAX]: New macros.
45376
45377 2003-10-14  Bruno Haible  <bruno@clisp.org>
45378
45379         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
45380
45381 2003-10-14  Bruno Haible  <bruno@clisp.org>
45382
45383         * m4/sig_atomic_t: New file, from GNU gettext.
45384         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
45385
45386 2003-10-14  Bruno Haible  <bruno@clisp.org>
45387
45388         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
45389         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
45390         Also use volatile where needed.
45391
45392 2003-10-12  Paul Eggert  <eggert@twinsun.com>
45393
45394         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
45395         Change maintainer from Bruno Haible to 'all'.
45396
45397 2003-10-12  Paul Eggert  <eggert@twinsun.com>
45398
45399         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
45400
45401 2003-10-12  Paul Eggert  <eggert@twinsun.com>
45402
45403         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
45404         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
45405         and define in terms of the other primitives.
45406         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
45407         (SIZE_MAX): Define if not already defined.
45408         (array_size_overflow): New function.
45409         (xalloc_die): Abort instead of exiting if 'error' returns.
45410         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
45411         (xmalloc, xrealloc): Use them.
45412         (xcalloc): Check for address arithmetic overflow.
45413         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
45414         a bit faster than strcpy.
45415
45416 2003-10-10  Simon Josefsson  <jas@extundo.com>
45417
45418         * modules/argp (Depends-on): Add restrict and strcase.
45419
45420 2003-10-10  Simon Josefsson  <jas@extundo.com>
45421
45422         * m4/argp.m4: Add AC_C_INLINE.
45423
45424 2003-10-08  Paul Eggert  <eggert@twinsun.com>
45425
45426         Merge getpass from libc, plus a few fixes.
45427
45428         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
45429         Include <stdbool.h>.
45430         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
45431         __fsetlocking to empty.
45432         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
45433         do include <bits/libc-lock.h>.
45434         Do not include <fcntl.h>; not needed.
45435         [_LIBC]: Include <wchar.h>.
45436         (NOTCANCEL_MODE): New macro.
45437         (flockfile, funlockfile) [_LIBC]: New macros.
45438         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
45439         [!_LIBC]: New macros.
45440         (call_fclose): New function.
45441         (getpass): Use it.  Save tty stream separately; this simplifies the
45442         code and makes it more reliable if stdin happens to equal stdout.
45443         Invoke __fsetlocking on tty.
45444         Handle thread cancellation if needed.
45445         Namespace cleanup (use __tcgetattr, __getline).
45446         Use bool for Booleans.
45447         [USE_IN_LIBIO]: Handle wide streams.
45448         [!_LIBC]: Unconditionally do the fseek, since we don't know what
45449         stream might go where.
45450
45451         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
45452         doesn't have to include <stdio.h> before us.
45453         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
45454         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
45455         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
45456         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
45457         if not declared, so that we can use getpass.c code from libc without
45458         rewriting it.
45459         (flockfile, ftrylockfile, funlockfile): New macros.
45460
45461 2003-10-08  Paul Eggert  <eggert@twinsun.com>
45462
45463         * modules/getpass: Depend on stdbool.
45464
45465 2003-10-08  Paul Eggert  <eggert@twinsun.com>
45466
45467         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
45468
45469 2003-10-07  Karl Berry  <karl@gnu.org>
45470
45471         * config/config.{guess,sub}: update from config.
45472
45473 2003-10-06  Jim Meyering  <jim@meyering.net>
45474             Bruno Haible  <bruno@clisp.org>
45475
45476         This lets translators provide better translations for the
45477         "Written by ..." part of --version output.
45478         * lib/version-etc.h: Include stdarg.h.
45479         (version_etc_copyright): Declare as readonly.
45480         (version_etc): Make this function variadic with a NULL-terminated list
45481         of author name strings.
45482         (version_etc_va): New declaration.
45483         * lib/version-etc.c: Include stdarg.h, stdlib.h.
45484         (version_etc_copyright): Declare as readonly.
45485         (version_etc_va): New function. Provide a different translatable string
45486         for each possible number of authors < 10. Abbreviate when there are 10
45487         authors or more.
45488         (version_etc): Make this function variadic. Call version_etc_va.
45489         Suggestion from Gary V. Vaughan.
45490
45491         * lib/long-options.h (parse_long_options): Change prototype: the
45492         authors string is moved to the end and becomes variadic.
45493         * lib/long-options.c: Include stdarg.h.
45494         (parse_long_options): Make this function variadic, too.
45495         Call version_etc_va, not version_etc.
45496
45497 2003-10-06  Bruno Haible  <bruno@clisp.org>
45498
45499         * modules/version-etc-2: Remove file.
45500         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
45501
45502 2003-10-06  Bruno Haible  <bruno@clisp.org>
45503
45504         * modules/fatal-signal: New file.
45505         * MODULES.html.sh (func_all_modules): Add fatal-signal.
45506
45507 2003-10-06  Bruno Haible  <bruno@clisp.org>
45508
45509         * m4/fatal-signal.m4: New file.
45510         * m4/signalblocking.m4: New file, from GNU gettext.
45511
45512 2003-10-06  Bruno Haible  <bruno@clisp.org>
45513
45514         * lib/version-etc-2.h: Remove file.
45515         * lib/version-etc-2.c: Remove file.
45516
45517 2003-10-06  Bruno Haible  <bruno@clisp.org>
45518
45519         * lib/fatal-signal.h: New file, from GNU gettext.
45520         * lib/fatal-signal.c: New file, from GNU gettext.
45521
45522 2003-10-05  Paul Eggert  <eggert@twinsun.com>
45523
45524         * README: Rework advice for preventing empty .o files.
45525         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
45526         not <sys/types.h>.
45527
45528 2003-10-04  Karl Berry  <karl@gnu.org>
45529
45530         * lib/argp*: update from libc.
45531
45532 2003-10-04  Karl Berry  <karl@gnu.org>
45533
45534         * config/config.{guess,sub}: update from config.
45535
45536 2003-10-02  Bruno Haible  <bruno@clisp.org>
45537
45538         * modules/lchown (Include): Add lchown.h.
45539         * modules/time_r (Include): Use "..." syntax.
45540         * modules/xgetdomainname (Include): Add xgetdomainname.h.
45541
45542 2003-10-01  Simon Josefsson  <jas@extundo.com>
45543
45544         * MODULES.html.sh (func_all_modules): Move gethostname from section
45545         'based on' to section 'lacking' POSIX:2001.
45546
45547 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
45548
45549         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
45550         to output mode on the same stream.
45551
45552 2003-09-29  Paul Eggert  <eggert@twinsun.com>
45553
45554         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
45555         Fix arg typo in previous patch.
45556
45557 2003-09-28  Jim Meyering  <jim@meyering.net>
45558
45559         * lib/error.c: Correct cpp indentation.
45560
45561 2003-09-27  Paul Eggert  <eggert@twinsun.com>
45562
45563         * modules/free: New file.
45564
45565 2003-09-27  Paul Eggert  <eggert@twinsun.com>
45566
45567         * m4/free.m4: New file.
45568
45569 2003-09-27  Paul Eggert  <eggert@twinsun.com>
45570
45571         * lib/minmax.h (MIN, MAX)
45572         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
45573         Omit the special code that used __typeof__, since we worry that
45574         it could be more trouble than it's worth.  See:
45575         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
45576         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
45577
45578         * lib/free.c: New file.
45579
45580 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
45581
45582         Trivial fixes to Makefile.am parts of module listings.
45583         * modules/strstr: Append strstr.h to lib_SOURCES.
45584         * modules/strcase: Likewise, for strcase.h.
45585
45586 2003-09-27  Karl Berry  <karl@gnu.org>
45587
45588         * config/mkinstalldirs: update from automake.
45589
45590 2003-09-26  Paul Eggert  <eggert@twinsun.com>
45591
45592         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
45593         (error_tail): Do not loop, reallocating temporary buffer, since
45594         the output cannot contain more wide characters than the input
45595         contains bytes, the size must be big enough already.  This avoids
45596         one potential size overflow calculation.  Check for size overflow
45597         when calculating temporary buffer size.  Free temporary buffer
45598         when done, if it was allocated with malloc; this plugs a memory
45599         leak.  Remove casts from void * to pointers, that are no longer
45600         needed now that we're assuming C89 or better.
45601
45602         Merge error changes from glibc.
45603
45604         * lib/error.c, error.h: Update copyright notice header to match glibc.
45605         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
45606         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
45607         Disable cancellation while printing error.
45608         * lib/error.h: Prepend __ to parameter names.
45609
45610 2003-09-26  Jim Meyering  <jim@meyering.net>
45611
45612         * lib/error.c (error_tail): Move some declarations
45613         into inner scope where the local variables are used.
45614
45615 2003-09-26  Bruno Haible  <bruno@clisp.org>
45616
45617         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
45618         stpncpy().
45619         Don't define stpncpy through config.h; it's now done through stpncpy.h.
45620
45621 2003-09-26  Bruno Haible  <bruno@clisp.org>
45622
45623         * lib/stpncpy.h (gnu_stpncpy): New declaration.
45624         (stpncpy): Define as alias for gnu_stpncpy.
45625         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
45626
45627 2003-09-25  Simon Josefsson  <jas@extundo.com>
45628
45629         * lib/xgetdomainname.h: New file.
45630         * lib/xgetdomainname.c: New file.
45631
45632 2003-09-25  Simon Josefsson  <jas@extundo.com>
45633             Bruno Haible  <bruno@clisp.org>
45634
45635         * modules/getdomainname: New file.
45636         * modules/xgetdomainname: New file.
45637         * MODULES.html.sh (func_all_modules): Add getdomainname,
45638         xgetdomainname.
45639
45640 2003-09-25  Simon Josefsson  <jas@extundo.com>
45641             Bruno Haible  <bruno@clisp.org>
45642
45643         * m4/getdomainname.m4: New file.
45644
45645 2003-09-25  Simon Josefsson  <jas@extundo.com>
45646             Bruno Haible  <bruno@clisp.org>
45647
45648         * lib/getdomainname.h: New file.
45649         * lib/getdomainname.c: New file.
45650
45651 2003-09-25  Karl Berry  <karl@gnu.org>
45652
45653         * lib/argp-fmtstream.c, argp-help.c: update from libc.
45654
45655 2003-09-25  Karl Berry  <karl@gnu.org>
45656
45657         * config/install-sh: update from automake.
45658
45659 2003-09-25  Bruno Haible  <bruno@clisp.org>
45660
45661         * modules/version-etc-2: New file, from modules/version-etc with
45662         modifications.
45663         * MODULES.html.sh (func_all_modules): Add version-etc-2.
45664
45665 2003-09-25  Bruno Haible  <bruno@clisp.org>
45666
45667         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
45668         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
45669
45670 2003-09-24  Simon Josefsson  <jas@extundo.com>
45671
45672         * modules/xgethostname: Add xgethostname.h.
45673
45674 2003-09-24  Paul Eggert  <eggert@twinsun.com>
45675
45676         * lib/linebuffer.c (freebuffer): Don't free the argument, just
45677         the buffer associated with the argument.  Bug reported by
45678         Simon Josefsson.
45679
45680 2003-09-24  Paul Eggert  <eggert@twinsun.com>
45681
45682         * README: Document assumptions that 'int' is at least 32 bits
45683         wide, that integer arithmetic is 2's complement without overflow,
45684         that there are no holes in integer values, that adding sizes of
45685         two nonoverlapping objects can't overflow, and that all-bits-zero
45686         yields scalar zero.  Fix spelling and capitalization typos.
45687
45688 2003-09-19  Karl Berry  <karl@gnu.org>
45689
45690         * lib/argp.h: update from libc.
45691
45692 2003-09-17  Paul Eggert  <eggert@twinsun.com>
45693
45694         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
45695         to avoid spurious warnings like "AC_RUN_IFELSE was called before
45696         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
45697
45698 2003-09-17  Paul Eggert  <eggert@twinsun.com>
45699
45700         * gnulib-tool: Use "test -h", not "test -L", for portability
45701         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
45702         (tags_regexp): Remove, since \| doesn't conform to POSIX.
45703         (sed_extract_prog): Issue s commands one-by-one, rather than
45704         using \| in one s command.
45705
45706 2003-09-16  Paul Eggert  <eggert@twinsun.com>
45707
45708         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
45709         input error, instead of returning NULL the next time we are called
45710         (and therefore losing track of errno).
45711
45712 2003-09-16  Bruno Haible  <bruno@clisp.org>
45713
45714         * gnulib-tool (func_create_testdir): Warn about duplicated
45715         dependencies.
45716
45717 2003-09-15  Paul Eggert  <eggert@twinsun.com>
45718
45719         * modules/argmatch, modules/fatal, modules/obstack,
45720         modules/xalloc, modules/xgethostname: Sort dependencies by
45721         importance, not alphabetically.
45722
45723 2003-09-15  Paul Eggert  <eggert@twinsun.com>
45724
45725         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
45726         fails, so that the caller gets the proper errno.
45727
45728         * lib/readutmp.c (read_utmp): Likewise.
45729         Check for fstat error.  Close stream and free storage
45730         when failing.
45731
45732 2003-09-14  Karl Berry  <karl@gnu.org>
45733
45734         * config/srclist.txt (strdup.c): disable for c89 changes.
45735
45736 2003-09-14  Jim Meyering  <jim@meyering.net>
45737
45738         * lib/getloadavg.c: Correct cpp indentation.
45739         * lib/strdup.c: Likewise.
45740         * lib/vasnprintf.c: Likewise.
45741
45742 2003-09-14  Bruno Haible  <bruno@clisp.org>
45743
45744         * modules/fwriteerror: New file.
45745         * MODULES.html.sh (func_all_modules): Add fwriteerror.
45746
45747 2003-09-14  Bruno Haible  <bruno@clisp.org>
45748
45749         * lib/fwriteerror.h: New file.
45750         * lib/fwriteerror.c: New file.
45751
45752 2003-09-12  Paul Eggert  <eggert@twinsun.com>
45753
45754         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
45755         modules/xgethostname, modules/xalloc: Depend on exit.
45756
45757 2003-09-12  Paul Eggert  <eggert@twinsun.com>
45758
45759         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
45760
45761         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
45762         and AC_MINIX, too, so that their extensions are available.
45763
45764         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
45765         This macro has been superseded by gl_BACKUPFILE.
45766
45767         More patches to assume C89 or better.
45768
45769         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
45770
45771         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
45772         unconditionally.
45773         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
45774         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
45775         Include <string.h>, <stdlib.h> unconditionally.
45776         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
45777         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
45778         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
45779         headers or for string.h.
45780         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
45781         or strtoul.
45782
45783         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
45784         headers.
45785         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
45786         * m4/userspec.m4 (gl_USERSPEC): Likewise.
45787         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
45788         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
45789         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
45790         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
45791         memcpy, memset.
45792         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
45793         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
45794         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
45795         strtol.
45796         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
45797         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
45798         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
45799         strtoul.
45800
45801 2003-09-12  Paul Eggert  <eggert@twinsun.com>
45802
45803         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
45804         * lib/obstack.c [!defined _LIBC]: Likewise.
45805         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
45806         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
45807         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
45808
45809         More changes to assume C89 or better.
45810
45811         * lib/error.c (error_tail): Assume vprintf.
45812
45813         * lib/argmatch.c (getenv): Remove decl.
45814         * lib/progreloc.c (get_full_program_name): Define via prototype.
45815         * lib/setenv.c (clearenv): Likewise.
45816         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
45817         needed.
45818         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
45819         (malloc, memcpy): Remove decls.
45820         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
45821         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
45822         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
45823         (memcpy): Remove macro.
45824         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
45825         (__P): Remove.  All uses removed.
45826         (PTR): Remove.  All uses changed to void *.
45827         (CHAR_BIT, NULL): Remove.
45828         (spaces, zeros, memset_space, memset_zero)
45829         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
45830         Remove.
45831         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
45832         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
45833         Define with prototype.
45834         Remove now-unnecessary prototype decl.
45835         (extra_args_spec): Assume ANSI C.  All uses changed.
45836         (extra_args_spec_iso): Remove.
45837         (my_strftime, emacs_strftimeu): Define via prototype.
45838         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
45839         unconditionally.
45840         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
45841         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
45842         (strtoul, strtol): Remove decls.
45843         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
45844         LONG_MAX): Remove.
45845         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
45846         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
45847         (LOCALE_PARAM_PROTO): New macro.
45848         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
45849         (INTERNAL (strtol), strtol): Define with a prototype.
45850         (PARAMS): Remove.  All uses removed.
45851         * lib/tempname.c: Include <string.h> unconditionally.
45852         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
45853         * lib/xgethostname.c (main): Define with a prototype.
45854         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
45855         Include <stdlib.h> unconditionally.
45856         (calloc, malloc, realloc, free): Remove decls.
45857         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
45858         Include <stdlib.h> unconditionally.  Sort include file names.
45859         (strtod): Remove.
45860         (xstrtod): Define with a prototype.
45861         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
45862         (strtol, strtoul): Remove decls.
45863
45864 2003-09-11  Paul Eggert  <eggert@twinsun.com>
45865
45866         More patches to assume C89 or better.
45867         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
45868         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
45869         string.h, memchr, STDC_HEADERS.
45870
45871 2003-09-11  Paul Eggert  <eggert@twinsun.com>
45872
45873         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
45874         Include <stdlib.h>, <string.h> unconditionally.
45875         Remove now-unnecessary cast to char *.
45876         * lib/strnlen.c: Include <string.h> unconditionally.
45877         * lib/yesno.c (yesno): Define with a prototype.
45878
45879 2003-09-11  Bruno Haible  <bruno@clisp.org>
45880
45881         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
45882
45883 2003-09-10  Jim Meyering  <jim@meyering.net>
45884
45885         * lib/error.c: Correct indentation of cpp directives.
45886
45887 2003-09-10  Bruno Haible  <bruno@clisp.org>
45888
45889         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
45890         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
45891         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
45892         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
45893         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
45894         <stdlib.h> and <string.h> checks.
45895         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
45896         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
45897
45898 2003-09-10  Bruno Haible  <bruno@clisp.org>
45899
45900         * lib/strcspn.c: Include <string.h> unconditionally.
45901         * lib/strpbrk.c: Include <string.h> unconditionally.
45902         * lib/strstr.c: Include <string.h> unconditionally.
45903         * lib/unicodeio.c: Include <string.h> unconditionally.
45904         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
45905         * lib/unsetenv.c: Likewise.
45906         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
45907         * lib/yesno.c: Include <stdlib.h> unconditionally.
45908         (rpmatch): Add prototype.
45909
45910 2003-09-09  Paul Eggert  <eggert@twinsun.com>
45911
45912         More patches to assume C89 or better.
45913         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
45914         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
45915         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
45916         or for string.h.
45917         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
45918         stdlib.h.
45919         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
45920         C headers.
45921         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
45922         string.h.
45923         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
45924         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
45925         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
45926         or for string.h.
45927         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
45928         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
45929         C headers.
45930         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
45931         memcpy.
45932         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
45933         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
45934         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
45935         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
45936         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
45937         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
45938         string.h, free.
45939         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
45940         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
45941         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
45942         C headers, or for string.h.
45943         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
45944         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
45945         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
45946         headers, memory.h, stdlib.h, string.h, strings.h.
45947         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
45948         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
45949         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
45950         strchr.
45951         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
45952         headers, memory.h, string.h.
45953         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
45954         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
45955         free.
45956         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
45957         headers.
45958         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
45959         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
45960         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
45961         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
45962         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
45963
45964 2003-09-09  Paul Eggert  <eggert@twinsun.com>
45965
45966         More K&R removal.
45967
45968         * lib/acosl.c (main): Use a prototype.
45969         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
45970         tanl.c: Likewise.
45971
45972         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
45973
45974         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
45975         (getopt, etopt_long, getopt_long_only, _getopt_internal)
45976         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
45977         with a prototype.
45978         * lib/getopt.c (const): Remove macro.
45979         Include <string.h> unconditionally.
45980         (my_index): Remove; all uses changed to strchr.
45981         (strlen): Remove decl.
45982         (exchange): Remove forward decl; no longer needed.
45983         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
45984         Define with prototype.
45985         * lib/getopt1.c (const): Remove macro.
45986         (getopt_long, getopt_long_only, main): Define with prototype.
45987
45988         * lib/getugroups.c: Include <string.h> unconditionally.
45989
45990         * lib/getusershell.c: Include <stdlib.h> unconditionally.
45991         (getusershell, setusershell, endusershell, readname, main):
45992         Define with prototypes.
45993
45994         * lib/group-member.c: Include group-member.h first.
45995         Include <stdlib.h> unconditionally.
45996
45997         * lib/hard-locale.c: Include hard-locale.h first.
45998         Include <stdlib.h>, <string.h> unconditionally.
45999
46000         * lib/hash.c (free, malloc): Remove decls.
46001         Include <stdlib.h> unconditionally.
46002
46003         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
46004         (getenv): Do not declare.
46005
46006         * lib/idcache.c: Include <string.h> unconditionally.
46007
46008         * lib/long-options.c: Include long-options.h first, to test interface.
46009         Include <stdlib.h> unconditionally.
46010
46011         * lib/makepath.c: Include makepath.h first, to test interface.
46012         Include <stdlib.h> and <string.h> unconditionally.
46013
46014         * lib/linebuffer.c: Include <stdlib.h>.
46015         (free): Remove decl.
46016
46017         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
46018         stddef.h. rpl_malloc returns void *, not char *.
46019         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
46020         prototype.
46021
46022         * lib/md5.h: Include <limits.h> unconditionally.
46023         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
46024         (__P): Remove; all uses removed.
46025         * lib/md5.c: Include "md5.h" first.
46026         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
46027         md5_buffer, md5_process_bytes, md5_process_block):
46028         Define with prototypes.
46029         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
46030         * lib/sha.c: Include "sha.h" first.
46031         Include <stdlib.h>, <string.h> unconditionally.
46032
46033         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
46034         * lib/memcmp.c (__ptr_t): Likewise.
46035         * lib/memrchr.c (__ptr_t): Likewise.
46036         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
46037         Include <string.h> unconditionally.
46038         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
46039         * lib/memchr.c: Include <stdlib.h> unconditionally.
46040         * lib/memchr.c (LONG_MAX): Remove.
46041         * lib/memrchr.c (LONG_MAX): Likewise.
46042         * lib/memchr.c (__memchr): Define via a prototype.
46043         * lib/memrchr.c (__memrchr): Likewise.
46044         * lib/memcmp.c (__P): Remove, and remove all uses.
46045         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
46046         Remove forward decls; no longer needed.
46047         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
46048         Use types required by C89 in prototype.
46049
46050         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
46051         * lib/savedir.c: Likewise.
46052         * lib/mkdir.c (free): Remove decl.
46053         * lib/rmdir.c (rmdir): Define with a prototype.
46054         * lib/savedir.c: Include savedir.h first, to test interface.
46055
46056         * lib/mktime.c (STDC_HEADERS): Remove.
46057         Include <stdlib.h>, <string.h> unconditionally.
46058
46059         * lib/modechange.c: Include <stdlib.h> unconditionally.
46060         (malloc): Remove decl.
46061
46062         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
46063         (free): Remove decl.
46064
46065         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
46066         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
46067         (This type really should be intptr_t, but that's a C99ism.)
46068         (_obstack_memcpy): Remove: all uses changed to memcpy.
46069         Include <string.h> unconditionally.
46070         (struct obstack): Assume __STDC__ for types of members
46071         chunkfun, freefun, extra_arg.
46072         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
46073         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
46074         obstack_begin, obstack_specify_allocation,
46075         obstack_specify_allocation_with_arg, obstack_chunkfun,
46076         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
46077         Remove unprototyped decls and the macros that use them.
46078         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
46079         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
46080         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
46081         (defined __STDC__ && __STDC__)]:
46082         Remove nonprototyped code.
46083         Include <stdlib.h> unconditionally.
46084         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
46085         _obstack_allocated_p, _obstack_free, obstack_free,
46086         _obstack_memory_used, print_and_abort):
46087         Define using prototypes.
46088         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
46089         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
46090         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
46091         obstack_next_free, obstack_object_size, obstack_room) [0]:
46092         Remove unused, unprototyped code.
46093
46094         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
46095
46096         * lib/physmem.c (physmem_total, physmem_available, main): Define
46097         with prototypes.
46098
46099         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
46100         (main): Define with a prototype.
46101
46102         * lib/posixver.c (getenv): Remove decl.
46103
46104         * lib/putenv.c (malloc): Returns void *, not char *.
46105         Include <string.h> unconditionally.
46106         (strchr, memcpy, NULL): Do not define.
46107
46108         * lib/readtokens.c: Include readtokens.h first, to test interface.
46109         Include <stdlib.h>, <string.h> unconditionally.
46110         (init_tokenbuffer): Define with a prototype.
46111
46112         * lib/regex.c (PARAMS): Remove.  All uses removed.
46113         All uses of _RE_ARGS removed, too.
46114         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
46115         unconditionally.
46116         (bzero): Assume memset exists.
46117         (memcmp, memcpy, NULL): Remove.
46118         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
46119         char, or assignments to local vars of type signed char.
46120         (init_syntax_once, PREFIX(extract_number_and_incr),
46121         PREFIX(print_partial_compiled_pattern),
46122         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
46123         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
46124         PREFIX(regex_grow_registers), PREFIX(regex_compile),
46125         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
46126         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
46127         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
46128         wcs_compile_range, byte_compile_range, truncate_wchar,
46129         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
46130         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
46131         count_mbs_length, wcs_re_match_2_internal,
46132         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
46133         PREFIX(alt_match_null_string_p),
46134         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
46135         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
46136         regfree, PREFIX(extract_number)): Define with prototype.  Remove
46137         now-unnecessary declaration, if any.
46138         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
46139         regcomp, regexec):
46140         Remove now-unnecessary casts among pointer types.
46141         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
46142
46143         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
46144         (free): Remove decl.
46145
46146         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
46147
46148         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
46149         (free): Remove decl.
46150
46151         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
46152         * lib/xgetcwd.c: Likewise.
46153
46154         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
46155         (free): Remove decl.
46156
46157         * lib/strchrnul.c (strchrnul): Define with a prototype.
46158         Fix bug: c_in was not converted to char before searching.
46159
46160         The following changes are not K&R related:
46161
46162         * lib/group-member.h: Include <sys/types.h>, so that this file is
46163         self-contained.
46164         * lib/makepath.h: Likewise.
46165
46166         * lib/getusershell.c (readname, default_index, line_size, readname):
46167         Use size_t, not int, for sizes.
46168         (readname): If the size overflows, report an error instead of
46169         looping forever.
46170
46171 2003-09-09  Paul Eggert  <eggert@twinsun.com>
46172
46173         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
46174         libc.
46175
46176 2003-09-09  Paul Eggert  <eggert@twinsun.com>
46177
46178         * README: New section: portability guidelines.
46179
46180 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
46181
46182         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
46183         C89 spec.
46184
46185 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
46186
46187         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
46188
46189 2003-09-08  Paul Eggert  <eggert@twinsun.com>
46190
46191         Assume C89 or better; remove K&R cruft.
46192         A few of these changes were first proposed by Derek Robert Price
46193         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
46194
46195         * lib/addext.c: Include <string.h> unconditionally.
46196         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
46197         Don't declare getenv or malloc.
46198
46199         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
46200         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
46201         (NULL): Remove.
46202         (find_stack_direction, alloca): Use prototypes.
46203
46204         * lib/atexit.c (atexit): Define using a prototype.
46205
46206         * lib/basename.c, dirname.c, stripslash.c:
46207         Include <string.h> unconditionally.
46208
46209         * lib/bcopy.c: Include <stddef.h>.
46210         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
46211
46212         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
46213
46214         * lib/error.h (error, error_at_line, error_print_progname)
46215         [! (defined (__STDC__) && __STDC__)]: Remove decls.
46216         * lib/error.c: Include error.h first, to check interface.
46217         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
46218         (VA_START): Remove; all uses changeed to va_start.
46219         (exit, strerror): Remove decls.
46220         (error_print_progname): Prototype uncondionally.
46221         Don't include <errno.h>; no longer needed.
46222         (private_strerror): Remove.
46223         (error_tail): Always define.
46224         (error, error_at_line): Assume C89 or better; always use prototypes.
46225         * lib/fatal.c: Include "fatal.h" first, to test interface.
46226         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
46227         (VA_START): Remove; all uses changed to va_start.
46228         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
46229         this case.
46230         (exit): Remove decl.
46231         (fatal): Prototype unconditionally.  Assume va_start works.
46232         Abort at end, to pacify gcc.
46233
46234         * lib/euidaccess.c (main): Define with a prototype.
46235
46236         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
46237
46238         * lib/exitfail.c: Include <stdlib.h> unconditionally.
46239
46240         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
46241         prototypes.
46242         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
46243         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
46244         (getenv): Remove decl.
46245         (fnmatch): Define using a prototype.
46246         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
46247         (FCT): Define using a prototype.
46248
46249         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
46250
46251         * lib/gethostname.c: Include <stddef.h>.
46252         (gethostname): Define with prototype.  Length is size_t, not int.
46253
46254 2003-09-08  Paul Eggert  <eggert@twinsun.com>
46255
46256         Assume C89 or better; remove K&R cruft.
46257         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
46258         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
46259         string.h, getenv, malloc.
46260         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
46261         headers.
46262         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
46263         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
46264         do not check for strerror.
46265         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
46266         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
46267         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
46268         do not check for doprnt or vprintf.
46269         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
46270         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
46271
46272 2003-09-08  Paul Eggert  <eggert@twinsun.com>
46273
46274         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
46275         getversion.c should have been removed then, but was accidentally
46276         preserved.
46277
46278         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
46279         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
46280
46281 2003-09-08  Karl Berry  <karl@gnu.org>
46282
46283         * config/config.sub, config.guess, srclistvars.sh: update from savannah
46284                 config, forget about prep.
46285
46286         * config/depcomp, missing: update from automake.
46287
46288 2003-09-07  Paul Eggert  <eggert@twinsun.com>
46289
46290         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
46291         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
46292
46293 2003-09-07  Paul Eggert  <eggert@twinsun.com>
46294
46295         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
46296         copy_tm_result.  Bug reported by Simon Josefsson in
46297         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
46298
46299 2003-09-06  Paul Eggert  <eggert@twinsun.com>
46300
46301         * m4/time_r.m4: New file.
46302         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
46303         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
46304         is. Check for timegm declaration.
46305         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
46306         Do not check for gmtime_r.
46307         Replace mktime if __mktime_internal does not exist and if mktime
46308         hasn't been replaced already.
46309
46310 2003-09-06  Paul Eggert  <eggert@twinsun.com>
46311
46312         * lib/time_r.c, lib/time_r.h: New files.
46313
46314         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
46315         __localtime_r.
46316         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
46317         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
46318
46319         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
46320         __gmtime_r.
46321         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
46322         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
46323         Include <time_r.h>.
46324
46325         * lib/timegm.c: Switch to glibc implementation, with the following
46326         changes:
46327         [defined HAVE_CONFIG_H]: Include <config.h>.
46328         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
46329         (__mktime_internal) [!defined _LIBC]: New decl.
46330         (__gmtime_r) [!defined _LIBC]: New macro and function.
46331         (timegm): Use a prototype, since gnulib assumes C89.
46332         Do not bother declaring tmp to be const, as it's not really usefu.
46333         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
46334         (timegm): Declare only if HAVE_DECL_TIMEGM.
46335
46336 2003-09-06  Paul Eggert  <eggert@twinsun.com>
46337
46338         * MODULES.html.sh (func_all_modules): Add time_r.
46339         * modules/time_r: New file.
46340         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
46341         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
46342
46343 2003-09-03  Paul Eggert  <eggert@twinsun.com>
46344
46345         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
46346         Bug reported by Lute Kamstra in
46347         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
46348
46349         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
46350         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
46351         course with correspondingly smaller numbers for tomorrow and
46352         yesterday.  From Tadayoshi Funaba.  Originally installed into
46353         sh-utils on 1999-08-07, but the patch got lost (I guess during the
46354         coreutils merge?).
46355
46356 2003-08-31  Simon Josefsson  <jas@extundo.com>
46357
46358         * modules/timegm: New file.
46359         * MODULES.html.sh (func_all_modules): Add timegm.
46360
46361 2003-08-31  Simon Josefsson  <jas@extundo.com>
46362
46363         * m4/timegm.m4: New file.
46364
46365 2003-08-31  Simon Josefsson  <jas@extundo.com>
46366
46367         * lib/timegm.h: New file.
46368         * lib/timegm.c: New file.  Based on
46369         wget-1.8.2/src/http.c:mktime_from_utc.
46370
46371 2003-08-31  Karl Berry  <karl@gnu.org>
46372
46373         * lib/argp.h: update from libc.
46374
46375 2003-08-28  Bruno Haible  <bruno@clisp.org>
46376
46377         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
46378         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
46379         followed by '#define fnmatch fnmatch_posix' gives an error.
46380
46381 2003-08-28  Bruno Haible  <bruno@clisp.org>
46382
46383         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
46384         warning on QNX, which defines O_BINARY to 000000.
46385
46386 2003-08-27  Jim Meyering  <jim@meyering.net>
46387
46388         * m4/mkstemp.m4: Require that the system mkstemp be able to create
46389         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
46390         would fail after 32.  Reported by Danny Levinson.  Details here:
46391         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
46392
46393 2003-08-24  Bruno Haible  <bruno@clisp.org>
46394
46395         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
46396         MSVC7 <stdio.h> is included later.
46397
46398 2003-08-22  Simon Josefsson  <jas@extundo.com>
46399
46400         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
46401
46402 2003-08-20  Karl Berry  <karl@gnu.org>
46403
46404         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
46405
46406 2003-08-20  Bruno Haible  <bruno@clisp.org>
46407
46408         * modules/progname: New file.
46409         * MODULES.html.sh (func_all_modules): Add progname.
46410
46411 2003-08-20  Bruno Haible  <bruno@clisp.org>
46412
46413         * lib/progname.h: New file, from GNU gettext.
46414         * lib/progname.c: New file, from GNU gettext.
46415         * lib/progreloc.c: New file, from GNU gettext.
46416
46417 2003-08-19  Jim Meyering  <jim@meyering.net>
46418
46419         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
46420         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
46421
46422 2003-08-19  Bruno Haible  <bruno@clisp.org>
46423
46424         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
46425         more.
46426
46427 2003-08-19  Bruno Haible  <bruno@clisp.org>
46428
46429         * lib/xstrdup.c: Assume <string.h> exists.
46430
46431 2003-08-18  Paul Eggert  <eggert@twinsun.com>
46432
46433         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
46434         in makefile rules.
46435
46436 2003-08-18  Jim Meyering  <jim@meyering.net>
46437
46438         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
46439         * m4/lib-ld.m4: Likewise.
46440
46441 2003-08-18  Jim Meyering  <jim@meyering.net>
46442
46443         * lib/setenv.h: Indent nested cpp directive.
46444         * lib/vasnprintf.c: Remove trailing blanks.
46445
46446 2003-08-17  Simon Josefsson  <jas@extundo.com>
46447
46448         * modules/xstrndup: New file.
46449         * MODULES.html.sh (func_all_modules): Add xstrndup.
46450
46451 2003-08-17  Simon Josefsson  <jas@extundo.com>
46452
46453         * modules/argp: Fix autoconf macro name. Add more dependencies.
46454
46455 2003-08-17  Simon Josefsson  <jas@extundo.com>
46456
46457         * m4/xstrndup.m4: New file.
46458
46459 2003-08-17  Simon Josefsson  <jas@extundo.com>
46460
46461         * m4/argp.m4: New file.
46462
46463 2003-08-17  Simon Josefsson  <jas@extundo.com>
46464             Bruno Haible  <bruno@clisp.org>
46465
46466         * lib/xstrndup.h: New file.
46467         * lib/xstrndup.c: New file.
46468
46469 2003-08-17  Bruno Haible  <bruno@clisp.org>
46470
46471         * modules/strndup (Files, Include): Add lib/strndup.h.
46472
46473 2003-08-17  Bruno Haible  <bruno@clisp.org>
46474
46475         * modules/euidaccess (Files): Add lib/euidaccess.h.
46476
46477 2003-08-17  Bruno Haible  <bruno@clisp.org>
46478
46479         * lib/strndup.h: New file.
46480
46481 2003-08-17  Bruno Haible  <bruno@clisp.org>
46482
46483         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
46484         like AC_GNU_SOURCE.
46485         * modules/extensions (configure.ac): Comment out the invocation of
46486         gl_USE_SYSTEM_EXTENSIONS.
46487
46488 2003-08-16  Paul Eggert  <eggert@twinsun.com>
46489
46490         Merges from coreutils, etc.
46491         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
46492         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
46493         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
46494         fixing a typo.
46495         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
46496         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
46497
46498 2003-08-16  Paul Eggert  <eggert@twinsun.com>
46499
46500         Document merge from coreutils.
46501         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
46502         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
46503         * modules/utime: Add m4/utimes-null.m4.
46504
46505 2003-08-16  Paul Eggert  <eggert@twinsun.com>
46506
46507         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
46508         space, undoing this 2003-08-12 change:
46509         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
46510
46511 2003-08-16  Paul Eggert  <eggert@twinsun.com>
46512
46513         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
46514         strtoul.c from libc, undoing this 2003-08-12 change:
46515         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
46516
46517 2003-08-16  Jim Meyering  <jim@meyering.net>
46518
46519         Merges from coreutils.
46520         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
46521         prefix.  Adjust cache variables similarly.  Create 500 rather than
46522         just 300 files, to exercise bug on Darwin6.5, too.
46523         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
46524         $missing_dir.
46525         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
46526         AM_SYS_POSIX_TERMIOS.
46527         Reported by mkc@mathdogs.com.
46528         Also change use of $am_cv_sys_posix_termios
46529         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
46530         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
46531         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
46532         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
46533         in /proc/mounts until it finds one with matching device number.  This
46534         is unnecessary when the FILE argument *is* a mount point.  No stat call
46535         is necessary in that case.  So, disable the statvfs-testing code on
46536         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
46537         as RedHat bug# 84846.
46538         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
46539         to 1MB, so as not to render systems with no stack size limit (e.g.,
46540         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
46541         Include <unistd.h>.  On some systems,
46542         it is required for the definition of _SC_PAGESIZE.
46543
46544 2003-08-16  Jim Meyering  <jim@meyering.net>
46545
46546         Merge from coreutils.
46547         * lib/xstrtoimax.c: #else #if -> #elif.
46548         * lib/xstrtoumax.c: Likewise.
46549
46550 2003-08-16  Jim Meyering  <jim@meyering.net>
46551
46552         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
46553         * m4/utimes.m4: Removed.
46554         * m4/utimes-null.m4: Renamed from utimes.m4.
46555
46556         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
46557         to 1MB, so as not to render systems with no stack size limit (e.g.,
46558         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
46559         Include <unistd.h>.  On some systems,
46560         it is required for the definition of _SC_PAGESIZE.
46561
46562 2003-08-16  Jim Meyering  <jim@meyering.net>
46563         and Paul Eggert  <eggert@cs.ucla.edu>
46564
46565         Merges from coreutils, etc.
46566
46567         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
46568         using the latest version from cvs.  This avoids problems with #line
46569         directives using a vendor (Sun) compiler.
46570         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
46571         Don't set GETGROUPS_LIB here; now it's
46572         done via getgroups.m4's wrapper function.
46573         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
46574         rather than just in sh-util/configure.in, so that the
46575         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
46576         same.
46577         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
46578         AC_FUNC_GETLOADAVG where to find getloadavg.c.
46579         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
46580         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
46581         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
46582         Remove code that is now done by the newly-required macros.
46583         Append $(EXEEXT) to DF_PROG.
46584         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
46585         Do not invoke or require the following here,
46586         since prereq.m4 or some gnulib .m4 now does this for us:
46587         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
46588         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
46589         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
46590         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
46591         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
46592         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
46593         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
46594         AC_FUNC_OBSTACK.
46595         Do not replace the following functions, as this is now the job
46596         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
46597         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
46598         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
46599         atexit getpass, strdup, getpagesize.
46600         Replace 'raise'.
46601         Do not check for the following functions, as this is now the job
46602         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
46603         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
46604         setregid.
46605         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
46606         Check for sys/sysctl.h.
46607         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
46608         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
46609         of checking for ssize_t ourselves.
46610
46611         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
46612         Require every macro that gnulib/modules/* suggests for us.
46613         (jm_PREREQ_ADDEXT): New macro.
46614         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
46615         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
46616
46617         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
46618         (gl_PHYSMEM): Use it.
46619         Also check for `table' function.
46620         Check for new headers and functions.
46621         Add check for sys/sysmp.h.
46622         With suggestions from Kaveh Ghazi.
46623         Ignore headers that are present but cannot be compiled.  This
46624         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
46625         C 5.4.
46626
46627 2003-08-15  Paul Eggert  <eggert@twinsun.com>
46628
46629         Document merge from coreutils.
46630         * modules/userspec: Depend on posixver.
46631         * modules/strftime: Depend on tzset.
46632
46633 2003-08-15  Paul Eggert  <eggert@twinsun.com>
46634
46635         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
46636         rather than tab, after '#' in shell-script copyright notices.
46637         Suggested by Bruno Haible.
46638
46639 2003-08-15  Paul Eggert  <eggert@twinsun.com>
46640
46641         * config/srclist-update: Use three spaces, rather than tab, after '#'
46642         in shell-script copyright notices.  Suggested by Bruno Haible.
46643         Remove unnecessary parenthesization in regular expression.
46644
46645 2003-08-15  Jim Meyering  <jim@meyering.net>
46646
46647         Merge from coreutils.
46648         * lib/xgethostname.c: Include <stdlib.h>.
46649         (xghostname): Don't exit for anything other than memory-related
46650         failure; just return NULL.
46651         * lib/userspec.c: Include "posixver.h".
46652         (parse_user_spec): Accept `.' as a separator only
46653         in pre-POSIX-200112 mode.
46654         * lib/strtoimax.c: Use #elif rather than #else #if.
46655         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
46656         Remove function, now that we can rely on a working tzset function.
46657         [!_LIBC]: Ensure that the required autoconf test has been run.
46658         [!defined _NL_CURRENT && HAVE_STRFTIME]:
46659         Use underlying_strftime for %r.
46660         * lib/sha.c: Merge in some clean-up and optimization changes from
46661         glibc.
46662         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
46663         Ensure that it is a multiple of 64.
46664         Rearrange loop exit tests so as to avoid performing an
46665         additional fread after encountering an error or EOF.
46666         * lib/realloc.c: Update copyright date.
46667
46668 2003-08-15  Jim Meyering  <jim@meyering.net>
46669         and Paul Eggert  <eggert@twinsun.com>
46670
46671         Merge from coreutils.
46672         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
46673         member but strut utmpx does not.  Needed for AIX 4.3.3.
46674         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
46675
46676 2003-08-15  Jim Meyering  <jim@meyering.net>
46677         and Paul Eggert  <eggert@cs.ucla.edu>
46678
46679         Merges from coreutils, etc.
46680         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
46681         Require gl_FUNC_TZSET_CLOBBER.
46682         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
46683         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
46684         members.
46685
46686 2003-08-14  Paul Eggert  <eggert@twinsun.com>
46687
46688         Help the merge from coreutils.
46689         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
46690         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
46691         * m4/tzset.m4: Use it too.
46692
46693 2003-08-14  Paul Eggert  <eggert@twinsun.com>
46694
46695         * modules/tzset: New file.
46696
46697 2003-08-14  Jim Meyering  <jim@meyering.net>
46698
46699         Merges from coreutils.
46700         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
46701         variable names, rather than @FNMATCH_H@.
46702         * modules/alloca: Likewise for $(ALLOCA_H).
46703
46704         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
46705         the three copies of the literal target, `fnmatch.h'.
46706         * modules/alloca (alloca.h): Likewise.
46707
46708 2003-08-14  Jim Meyering  <jim@meyering.net>
46709
46710         Merge from coreutils.
46711         * m4/tzset.m4: New file.
46712         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
46713         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
46714         otherwise, AIX 5.1 systems would end up using the latter.
46715         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
46716         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
46717         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
46718         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
46719
46720 2003-08-14  Jim Meyering  <jim@meyering.net>
46721
46722         Merge from coreutils.
46723         * lib/obstack.h: Whitespace changes.
46724         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
46725         and xcalloc return values.
46726         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
46727         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
46728         hang on OSF/1 5.1 for DIR on both local and remote file systems.
46729         Reported by (and fix confirmed by) Nelson H. F. Beebe.
46730         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
46731         error from mntctl.
46732         Use mntctl's return value to drive the entry-processing loop, since
46733         we can't rely on the value of the vmt_length member in the last
46734         entry.  On some systems doing so could result in exhausting
46735         virtual memory.  Based in part on a patch from Mike Jetzer.
46736
46737 2003-08-14  Jim Meyering  <jim@meyering.net>
46738         and Paul Eggert  <eggert@twinsun.com>
46739
46740         Merges from coreutils, plus other fixes.
46741         * lib/physmem.c: Merge in portability changes from gcc/libiberty
46742         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
46743         for credits and details.  Thanks to Kaveh Ghazi for helping
46744         to keep these files in sync.
46745         (ARRAY_SIZE): Define it.
46746         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
46747         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
46748         (memcasecmp): Don't assume size_t fits in unsigned int.
46749         Remove casts and duplicate code.
46750         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
46751         (memcpy): Remove definition.
46752         Merge in some clean-up and optimization changes from glibc.
46753         [BLOCKSIZE]: Move definition to top of file.
46754         Ensure that it is a multiple of 64.
46755         Rearrange loop exit tests so as to avoid performing an
46756         additional fread after encountering an error or EOF.
46757         * lib/md5.h (md5_uintptr): Define.
46758         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
46759         return to the initial working directory.  Preserve errno
46760         for caller.
46761         * lib/idcache.c: Include "xalloc.h".
46762         (xmalloc, xrealloc): Remove decls.
46763         (getuser): Remove casts no longer required in C89.
46764         * lib/human.c: Include stdio.h, for sprintf.
46765         * lib/group-member.c: Include "xalloc.h".
46766         (xmalloc, xrealloc): Remove decls.
46767         (get_group_info): Remove casts no longer required in C89.
46768         * lib/getusershell.c (readname): Remove casts no longer required in
46769         C89.
46770         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
46771         * lib/getline.c: Whitespace fix, from coreutils.
46772
46773 2003-08-13  Paul Eggert  <eggert@twinsun.com>
46774
46775         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
46776         Check for isascii.
46777
46778         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
46779         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
46780         Undo previous (whitespace-only) change.
46781
46782 2003-08-13  Paul Eggert  <eggert@twinsun.com>
46783
46784         * lib/exclude.c: Include <ctype.h>
46785         (IN_CTYPE_DOMAIN): New macro.
46786         (is_space): New fn.
46787         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
46788         and empty lines.
46789
46790         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
46791         Undo previous (whitespace-only) change.
46792
46793 2003-08-13  Paul Eggert  <eggert@twinsun.com>
46794
46795         * config/srclist-update: Change update back to the old behavior,
46796         leaving whitespace alone.  Use one 'sed' command rather than a
46797         pipeline.
46798         (fixlicense): Now a variable, not a function.
46799         (remove_trailing_blanks): Remove.
46800         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
46801         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
46802         Undo previous (whitespace-only) change.
46803
46804 2003-08-12  Paul Eggert  <eggert@twinsun.com>
46805
46806         Merge from coreutils.
46807         * modules/euidaccess: Add lib_SOURCES, include for new
46808         file euidaccess.h
46809
46810 2003-08-12  Paul Eggert  <eggert@twinsun.com>
46811
46812         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
46813         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
46814         Normalize leading white space and remove trailing white space.
46815
46816         Merge from coreutils
46817         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
46818
46819         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
46820         0.12.1.  These files are now being upgraded automatically by
46821         ../config/srclist-update.
46822
46823 2003-08-12  Paul Eggert  <eggert@twinsun.com>
46824
46825         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
46826         Normalize leading white space and remove trailing white space.
46827         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
46828         notice, as per ../config/srclist-update.
46829
46830         Merge from coreutils.
46831         * lib/euidaccess.h: New file.
46832         * lib/euidaccess.c: Include it.
46833         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
46834         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
46835         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
46836
46837 2003-08-12  Paul Eggert  <eggert@twinsun.com>
46838
46839         * config/srclist-update: Add copyright notice.
46840         (remove_id_lines, remove_trailing_blanks): New constants.
46841         (fixfile): Use them to normalize spacing a bit in copied files.
46842         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
46843         Normalize leading white space and remove trailing white space.
46844
46845         * config/texinfo.tex: Sync with texinfo.
46846
46847         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
46848         strtoul.c from libc, to merge coreutils whitespace changes.
46849
46850         * config/srclist.txt: Get the following m4 files from gettext:
46851         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
46852         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
46853         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
46854         wint_t.m4.
46855
46856 2003-08-12  Karl Berry  <karl@gnu.org>
46857
46858         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
46859         been made.
46860
46861 2003-08-11  Paul Eggert  <eggert@twinsun.com>
46862
46863         * modules/gnu-source, m4/gnu-source.m4:
46864         Remove; we're assuming Autoconf 2.54 or later now.
46865         Suggested by Bruno Haible.
46866         * MODULES.html.sh (func_all_modules): Remove gnu-source.
46867
46868 2003-08-11  Bruno Haible  <bruno@clisp.org>
46869
46870         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
46871
46872 2003-08-11  Bruno Haible  <bruno@clisp.org>
46873
46874         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
46875         (vasnprintf): Use it instead of wcslen.
46876
46877 2003-08-11  Bruno Haible  <bruno@clisp.org>
46878
46879         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
46880         value to ensure that _Bool promotes to int. Use #define for _Bool when
46881         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
46882
46883 2003-08-10  Karl Berry  <karl@gnu.org>
46884
46885         * lib/regex.h: update from libc (whitespace fix).
46886
46887 2003-08-09  Paul Eggert  <eggert@twinsun.com>
46888
46889         Merge some files from coreutils.  These changes were
46890         originally made by Jim Meyering.
46891         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
46892         many older Unixes require this.
46893         * lib/alloca.c (alloca): Remove cast to argument of free;
46894         no longer needed in C89.
46895         * lib/alloca_.h, regex.h: Fix white space to match
46896         what GNU indent does.
46897
46898 2003-08-09  Paul Eggert  <eggert@twinsun.com>
46899
46900         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
46901         apparently Emacs's Unicode mode got confused before my 2003-08-05
46902         checkin.
46903
46904 2003-08-08  Paul Eggert  <eggert@twinsun.com>
46905
46906         * m4/extensions.m4: New file.
46907         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
46908         Require gl_USE_SYSTEM_EXTENSIONS.
46909         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
46910         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
46911
46912 2003-08-08  Paul Eggert  <eggert@twinsun.com>
46913
46914         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
46915         * modules/extensions, modules/gnu-source: New files.
46916         * modules/timespec, modules/unlocked-io: Depend on extensions.
46917
46918 2003-08-07  Paul Eggert  <eggert@twinsun.com>
46919
46920         * modules/restrict: New file.
46921         * MODULES.html.sh (func_all_modules): Add restrict.
46922         * modules/regex: Depend on restrict.
46923
46924 2003-08-07  Paul Eggert  <eggert@twinsun.com>
46925
46926         * m4/restrict.m4: New file.
46927         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
46928
46929 2003-08-07  Bruno Haible  <bruno@clisp.org>
46930
46931         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
46932         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
46933
46934 2003-08-07  Bruno Haible  <bruno@clisp.org>
46935
46936         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
46937         makes the module 'getndelim2' compatible with the module 'getline'.
46938
46939 2003-08-05  Paul Eggert  <eggert@twinsun.com>
46940
46941         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
46942         byte with "\201" to avoid glitches when editing that source file
46943         with multi-gnome-terminal.
46944
46945 2003-08-05  Paul Eggert  <eggert@twinsun.com>
46946
46947         * lib/bumpalloc.h: Remove.
46948
46949 2003-08-05  Paul Eggert  <eggert@twinsun.com>
46950
46951         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
46952         * modules/bumpalloc: Remove.
46953
46954 2003-08-04  Paul Eggert  <eggert@twinsun.com>
46955
46956         * lib/getloadavg.c: Change copyright notice and spacing to conform to
46957         GNU coding style.
46958
46959         Merge from coreutils.
46960         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
46961         1. From glibc.
46962         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
46963         from Karl Berry, implemented by Jim Meyering.
46964         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
46965         from Dmitry V. Levin.
46966         Remove anachronistic cast of xrealloc.
46967         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
46968         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
46969         type. Otherwise, it wouldn't compile with at least /bin/cc on
46970         ymp-cray-unicos9.0.2.X.
46971         Combine two mostly-identical uses of alloca into one.
46972         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
46973
46974 2003-08-04  Dave Love  <d.love@dl.ac.uk>
46975
46976         [From Emacs.]
46977
46978         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
46979         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
46980         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
46981         obsolete NLIST_NAME_UNION.
46982         [__GNU__]: Undef BSD and FSCALE.
46983         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
46984
46985 2003-08-03  Paul Eggert  <eggert@twinsun.com>
46986
46987         * lib/stdbool_.h (_Bool): Make it signed char, instead of
46988         an enum type, so that it's guaranteed to promote to int.  See:
46989         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
46990
46991 2003-08-03  Karl Berry  <karl@gnu.org>
46992
46993         * config/depcomp: update from automake.
46994
46995 2003-07-31  Paul Eggert  <eggert@twinsun.com>
46996
46997         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
46998         (strerror): Don't assume that a printable int fits in 14 bytes.
46999
47000 2003-07-31  Bruno Haible  <bruno@clisp.org>
47001
47002         * modules/getpass-gnu: New file.
47003         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
47004
47005 2003-07-31  Bruno Haible  <bruno@clisp.org>
47006
47007         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
47008
47009 2003-07-24  Karl Berry  <karl@gnu.org>
47010
47011         * config/missing: update from automake.
47012
47013 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
47014             Bruno Haible  <bruno@clisp.org>
47015
47016         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
47017         * lib/getline.c (getline, getdelim): Likewise.
47018         Remove _GNU_SOURCE define; now it's defined in config.h through
47019         m4/getline.m4.
47020
47021 2003-07-23  Karl Berry  <karl@gnu.org>
47022
47023         * config/config.sub: update from prep.
47024
47025 2003-07-22  Paul Eggert  <eggert@twinsun.com>
47026
47027         * modules/xalloc (Depends-on): Add exitfail.
47028         * modules/xmemcoll: Likewise.
47029
47030 2003-07-22  Paul Eggert  <eggert@twinsun.com>
47031
47032         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
47033         over-parenthesization in macros.
47034
47035         Sync with coreutils.
47036
47037         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
47038         required by C99.
47039
47040         Use `exit_failure' for xalloc and xmemcoll instead of their own
47041         private exit-failure variables.
47042         * lib/xalloc.h (xalloc_exit_failure): Remove.
47043         * lib/xmalloc.c: Likewise.  Include exitfail.h.
47044         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
47045         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
47046         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
47047         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
47048
47049 2003-07-20  Jim Meyering  <jim@meyering.net>
47050
47051         * modules/closeout (Depends-on): Add exitfail.
47052         Suggestion from Bruno Haible.
47053
47054 2003-07-19  Karl Berry  <karl@gnu.org>
47055
47056         * config/config.sub: update from prep.
47057
47058 2003-07-18  Paul Eggert  <eggert@twinsun.com>
47059
47060         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
47061         Remove.
47062         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
47063         to test that it can stand by itself.  Include "exitfail.h".
47064         Clients should set exit_failure instead.
47065         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
47066
47067 2003-07-18  Bruno Haible  <bruno@clisp.org>
47068
47069         * modules/getndelim2: New file.
47070         * modules/getline: Share files with module getndelim2.
47071         * modules/getnline: Depend on getndelim2 instead of sharing files with
47072         it. Add getnline.c to lib_SOURCES.
47073         * MODULES.html.sh (func_all_modules): Add getndelim2.
47074
47075 2003-07-18  Bruno Haible  <bruno@clisp.org>
47076
47077         * m4/getndelim2.m4: New file.
47078         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
47079         invoke gl_PREREQ_GETNDELIM2.
47080         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
47081         gl_PREREQ_GETNDELIM2.
47082         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
47083         gl_GETNDELIM2.
47084
47085 2003-07-18  Bruno Haible  <bruno@clisp.org>
47086
47087         * lib/getndelim2.h: New file.
47088         * lib/getndelim2.c: Make into a module of its own. Include config.h,
47089         getndelim2.h.
47090         (getndelim2): Make non-static. Change return type to ssize_t.
47091         * lib/getline.h: Change argument names.
47092         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
47093         * lib/getnline.c: Include getndelim2.h.
47094
47095 2003-07-18  Andreas Schwab  <schwab@suse.de>
47096
47097         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
47098
47099 2003-07-17  Karl Berry  <karl@gnu.org>
47100
47101         * config/config.sub: update from prep.
47102
47103 2003-07-17  Bruno Haible  <bruno@clisp.org>
47104
47105         * modules/getnline: New file.
47106         * modules/getline: Add lib/getndelim2.c to source file list.
47107         * MODULES.html.sh (func_all_modules): Add getnline.
47108
47109 2003-07-17  Bruno Haible  <bruno@clisp.org>
47110
47111         * m4/getnline.m4: New file.
47112
47113 2003-07-17  Bruno Haible  <bruno@clisp.org>
47114
47115         * m4/Makefile.am.in: Remove file.
47116         * m4/Makefile.am: Remove file.
47117         * m4/Makefile.in: Remove file.
47118
47119 2003-07-17  Bruno Haible  <bruno@clisp.org>
47120
47121         * lib/getnline.h: New file.
47122         * lib/getnline.c: New file.
47123         * lib/getndelim2.c: New file, extracted from getline.c.
47124         (getndelim2): Renamed from getdelim2, with added nmax argument.
47125         * lib/getline.c: Include getndelim2.c.
47126         (getdelim2): Moved out to getndelim2.c.
47127         (getline, getdelim): Update.
47128
47129 2003-07-17  Bruno Haible  <bruno@clisp.org>
47130
47131         * lib/Makefile.am: Remove file.
47132         * lib/Makefile.in: Remove file.
47133
47134 2003-07-17  Bruno Haible  <bruno@clisp.org>
47135
47136         * configure.in: Remove file.
47137         * Makefile.in: Remove file.
47138
47139 2003-07-17  Bruno Haible  <bruno@clisp.org>
47140
47141         * MODULES.html.sh: Put the </BODY> right before </HTML>.
47142
47143 2003-07-16  Karl Berry  <karl@gnu.org>
47144
47145         * config/srclist-update: was running fixlicense twice, which caused
47146                 texinfo.tex to be nullified for some reason.  Simplify,
47147                 $gplsrc is no longer needed as far as I can see?
47148
47149 2003-07-16  Jim Meyering  <jim@meyering.net>
47150
47151         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
47152
47153 2003-07-15  Paul Eggert  <eggert@twinsun.com>
47154
47155         * config/srclist.txt: Get the following files from gettext-runtime/intl
47156         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
47157         ref-del.sin.  From Bruno Haible.
47158         * config/srclist-update (fixfile): Change grep pattern again, since the
47159         previous fix didn't work (there was another trailing $).  Use
47160         '[$]' to escape the $s.
47161
47162 2003-07-15  Karl Berry  <karl@gnu.org>
47163
47164         * lib/vasnprintf.c: update from gettext.
47165
47166 2003-07-15  Karl Berry  <karl@gnu.org>
47167
47168         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
47169         gets expanded when surrounded by '$'.
47170
47171 2003-07-15  Jim Meyering  <jim@meyering.net>
47172
47173         * modules/save-cwd: Don't depend on error.  From Derek Price.
47174
47175 2003-07-15  Jim Meyering  <jim@meyering.net>
47176
47177         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
47178
47179 2003-07-14  Simon Josefsson  <jas@extundo.com>
47180
47181         * modules/mempcpy: New file.
47182         * MODULES.html.sh (func_all_modules): Add mempcpy.
47183
47184 2003-07-14  Simon Josefsson  <jas@extundo.com>
47185
47186         * m4/mempcpy.m4: New file.
47187
47188 2003-07-14  Simon Josefsson  <jas@extundo.com>
47189
47190         * lib/mempcpy.h: New file.
47191         * lib/mempcpy.c: New file.
47192
47193 2003-07-14  Paul Eggert  <eggert@twinsun.com>
47194
47195         * modules/getdate, modules/posixtm: Depend on mktime.
47196
47197 2003-07-14  Paul Eggert  <eggert@twinsun.com>
47198
47199         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
47200         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
47201         unicodeio.c, unicodeio.h, unlocked-io.h:
47202         Switch from LGPL to GPL.
47203
47204 2003-07-14  Paul Eggert  <eggert@twinsun.com>
47205
47206         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
47207         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
47208         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
47209         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
47210         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
47211         updated automatically by ../config/srclist-update.  This changes
47212         their license from LPGL to GPL.
47213
47214 2003-07-14  Paul Eggert  <eggert@twinsun.com>
47215
47216         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
47217         assumed to refer to the root of the most recent stable gettext version.
47218         * config/srclistvars.sh: Add defaults for eggert.
47219         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
47220         Match "This program" as well as "The program".  This is needed
47221         for gettext.
47222
47223 2003-07-14  Jim Meyering  <jim@meyering.net>
47224
47225         Don't emit diagnostics.  Let callers do that.
47226         * lib/save-cwd.c: Don't include "error.h".
47227         (save_cwd): Don't call error.  Ensure that errno is valid
47228         when returning nonzero.
47229
47230         * lib/save-cwd.h (restore_cwd): Update prototype.
47231         * lib/save-cwd.c (restore_cwd): Remove two parameters.
47232         Simplify.  Don't call error upon failure.  Let callers do that.
47233         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
47234         when auditing is enabled.  But don't bother updating the #if.
47235
47236 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
47237
47238         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
47239         it breaks C++ compilation.
47240         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
47241
47242 2003-07-10  Simon Josefsson  <jas@extundo.com>
47243
47244         * modules/strchrnul (Makefile.am): Add strchrnul.h.
47245
47246 2003-07-10  Jim Meyering  <jim@meyering.net>
47247
47248         * m4/clock_time.m4: Remove trailing blank.
47249         * m4/intmax_t.m4: Likewise.
47250
47251 2003-07-10  Jim Meyering  <jim@meyering.net>
47252
47253         * lib/vasnprintf.c: Remove trailing blanks.
47254         Make cpp indentation consistent.
47255
47256 2003-07-09  Paul Eggert  <eggert@twinsun.com>
47257
47258         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
47259         posixver.c, strftime.c, strnlen.c, strverscmp.c:
47260         Switch from LGPL to GPL.
47261
47262 2003-07-09  Paul Eggert  <eggert@twinsun.com>
47263
47264         * config/srclist.txt: Sort sublists.  Add
47265         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
47266         that differ from gnulib for one reason or another; we'd like this list
47267         to be smaller but for now let's document what we have.
47268
47269 2003-07-08  Paul Eggert  <eggert@twinsun.com>
47270
47271         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
47272         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
47273         and sweeter "eval x=$x".
47274         * config/srclist.txt: Get lib/argp* from glibc.
47275
47276 2003-07-07  Paul Eggert  <eggert@twinsun.com>
47277
47278         * lib/mktime.c: Fix some boundary cases and remove need for floating
47279         point.
47280
47281         Issue a compile-time diagnostic if time_t is floating point, or if
47282         two's complement arithmetic is not in effect, or if arithmetic
47283         right shift does not propagate the sign.  These assumptions were
47284         all in the original code but they weren't checked.
47285
47286         (TIME_T_MIDPOINT, verify): New macros.
47287         (__isleap): Remove; it has integer overflow problems.
47288         (leapyear): New function, without those problems.
47289         (ydhms_tm_diff): Remove; splitting into two parts.
47290         (ydhms_diff): New function, containing the arithmetic part of
47291         the old ydhms_tm_diff function.  Issue a compile-time
47292         diagnostic if we are not using C99 integer division.
47293         Avoid casts when possible.
47294         (guess_time_tm): New function, containing the checking part of
47295         the old ydhms_tm_diff function.  Return the new value, rather than
47296         the difference between it and the old.  Accept a new argument T
47297         so that *T specifies the old value.  Check for overflow in the result.
47298
47299         (__mktime_internal): Use a time_t offset, not a long int offset.
47300         This undoes the 2003-06-04 change, which is no longer needed now
47301         that we have better overflow checking.
47302         (localtime_offset): Likewise.
47303
47304         (__mktime_internal): Avoid harmful overflow on hosts where time_t
47305         and long are 64-bit but int is only 32-bit.
47306         (ydhms_diff): Use long int to store year1 and yday1.
47307         Issue a compile-time diagnostic if long int is not wide enough.
47308
47309         (__mktime_internal): Use long int to store adjusted year and yday.
47310         Use plain C rather than preprocessor commands, if that doesn't
47311         affect efficiency.
47312         Check for overflow (and try to repair) after each probe
47313         rather than checking only at the very end.  This avoids some bugs
47314         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
47315         does not equal GMT offset at maximum time).
47316         Use integer to check for overflow rather than floating point; this
47317         is more portable to non-IEEE hosts, and is a tad faster.
47318         When we detect that we are oscillating between two values,
47319         don't check whether tm_isdst has the requested value, since
47320         we already know the answer.  When tm_isdst has the wrong value,
47321         use a different heuristic to find the right one, based on the
47322         extreme values actually observed in practice in tz2003a,
47323         rather than the (overly optimistic) "previous 3 calendar quarters".
47324
47325         (not_equal_tm, print_tm, check_result): Use "const T" rather than
47326         "T const" to accommodate glibc style.
47327         (check_result): Use less-confusing report format.  "long" -> "long int.
47328         (main): Likewise.
47329         Don't loop if the iteration overflows time_t.
47330         Allow a negative step in the iteration.
47331
47332 2003-07-06  Karl Berry  <karl@gnu.org>
47333
47334         * config/depcomp: update from automake.
47335         * config/config.sub: update from prep.
47336
47337 2003-07-03  Karl Berry  <karl@gnu.org>
47338
47339         * config/config.guess: update from prep.
47340
47341 2003-07-01  Paul Eggert  <eggert@twinsun.com>
47342
47343         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
47344         xreadlink.c now includes it unconditionally.
47345
47346 2003-07-01  Paul Eggert  <eggert@twinsun.com>
47347
47348         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
47349         having it depend on HAVE_SYS_TYPES_H.
47350
47351 2003-07-01  Bruno Haible  <bruno@clisp.org>
47352
47353         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
47354         <sys/types.h> should be sufficient.
47355         Reported by Paul Eggert.
47356
47357 2003-06-26  Karl Berry  <karl@gnu.org>
47358
47359         * config/depcomp: update from automake.
47360
47361 2003-06-26  Bruno Haible  <bruno@clisp.org>
47362
47363         * modules/human: Depend on module stdbool.
47364
47365 2003-06-25  Bruno Haible  <bruno@clisp.org>
47366
47367         * modules/readlink: New file.
47368         * modules/xreadlink: Depend on it.
47369         * MODULES.html.sh (func_all_modules): Add readlink.
47370
47371 2003-06-25  Bruno Haible  <bruno@clisp.org>
47372
47373         * m4/readlink.m4: New file.
47374
47375 2003-06-25  Bruno Haible  <bruno@clisp.org>
47376
47377         * lib/readlink.c: New file.
47378
47379 2003-06-22  Karl Berry  <karl@gnu.org>
47380
47381         * config/srclist.txt: update mkinstalldirs from automake.
47382         * config/mkinstalldirs: update.
47383
47384 2003-06-22  Bruno Haible  <bruno@clisp.org>
47385
47386         Portability to mingw32.
47387         * m4/ssize_t.m4: New file, from GNU gettext.
47388         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
47389         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
47390
47391 2003-06-22  Bruno Haible  <bruno@clisp.org>
47392
47393         * modules/safe-read: Add m4/ssize_t.m4.
47394         * modules/xreadlink: Add m4/ssize_t.m4.
47395
47396 2003-06-20  Bruno Haible  <bruno@clisp.org>
47397
47398         Assume C89, so PARAMS isn't needed.
47399         * lib/unicodeio.h (PARAMS): Remove.
47400         * lib/unicodeio.c: Don't use PARAMS.
47401
47402 2003-06-18  Karl Berry  <karl@gnu.org>
47403
47404         * config/config.{guess,sub}: update from prep.
47405
47406 2003-06-18  Jim Meyering  <jim@meyering.net>
47407
47408         Merge changes from coreutils.
47409         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
47410         Remove explicit declarations of xmalloc and realloc.
47411         Include xalloc.h.
47412         (read_utmp): Remove anachronistic cast of xmalloc.
47413
47414 2003-06-17  Paul Eggert  <eggert@twinsun.com>
47415
47416         Assume C89, so PARAMS isn't needed.
47417         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
47418         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
47419         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
47420         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
47421         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
47422         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
47423         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
47424         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
47425         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
47426         lib/xstrtod.h, lib/xstrtol.h: Likewise.
47427         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
47428         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
47429         no longer needed. Anyway, config.h should always be included before any
47430         other file.
47431
47432 2003-06-11  Simon Josefsson  <jas@extundo.com>
47433
47434         * modules/sysexits: New file.
47435         * MODULES.html.sh (func_all_modules): Add sysexits.
47436
47437 2003-06-11  Simon Josefsson  <jas@extundo.com>
47438
47439         * lib/sysexit_.h: New file.
47440
47441 2003-06-11  Derek Price  <derek@ximbiot.com>
47442
47443         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
47444         necessary.
47445
47446 2003-06-11  Bruno Haible  <bruno@clisp.org>
47447
47448         * m4/sysexits.m4: New file.
47449
47450 2003-06-10  Simon Josefsson  <jas@extundo.com>
47451
47452         * lib/argp.h: New file, from glibc.
47453         * lib/argp-ba.c: New file, from glibc.
47454         * lib/argp-eexst.c: New file, from glibc.
47455         * lib/argp-fmtstream.c: New file, from glibc.
47456         * lib/argp-fmtstream.h: New file, from glibc.
47457         * lib/argp-fs-xinl.c: New file, from glibc.
47458         * lib/argp-help.c: New file, from glibc.
47459         * lib/argp-namefrob.h: New file, from glibc.
47460         * lib/argp-parse.c: New file, from glibc.
47461         * lib/argp-pv.c: New file, from glibc.
47462         * lib/argp-pvh.c: New file, from glibc.
47463         * lib/argp-xinl.c: New file, from glibc.
47464
47465 2003-06-10  Simon Josefsson  <jas@extundo.com>
47466
47467         * modules/strchrnul: New file.
47468
47469 2003-06-10  Simon Josefsson  <jas@extundo.com>
47470
47471         * modules/argp: New file.
47472
47473 2003-06-10  Simon Josefsson  <jas@extundo.com>
47474
47475         * m4/strchrnul.m4: New file.
47476
47477 2003-06-10  Simon Josefsson  <jas@extundo.com>
47478
47479         * lib/strchrnul.h: New file.
47480         * lib/strchrnul.c: New file.
47481
47482 2003-06-10  Bruno Haible  <bruno@clisp.org>
47483
47484         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
47485
47486 2003-06-07  Karl Berry  <karl@gnu.org>
47487
47488         * config/config.{guess,sub}: update from prep.
47489
47490 2003-06-07  Jim Meyering  <jim@meyering.net>
47491
47492         * modules/strtod: Use $(...) notation, not @...@ for
47493         AC_REPLACE'd variables.
47494         * modules/localcharset: Likewise.
47495
47496 2003-06-07  Jim Meyering  <jim@meyering.net>
47497
47498         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
47499         in place of my name in the copyright comment.
47500         Remove definition and uses of __P.
47501
47502         From coreutils.
47503         * lib/stat.c: Don't declare xmalloc explicitly.
47504         Instead, include "xalloc.h".
47505         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
47506         xrealloc, and xcalloc return values.
47507         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
47508         Improve comment.
47509         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
47510
47511 2003-06-07  Bruno Haible  <bruno@clisp.org>
47512
47513         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
47514         avoid AC_CONFIG_LINKS.
47515         * modules/fnmatch (Makefile.am): Use explicit creation rule for
47516         fnmatch.h, to avoid AC_CONFIG_LINKS.
47517         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
47518
47519 2003-06-07  Bruno Haible  <bruno@clisp.org>
47520
47521         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
47522         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
47523         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
47524         directory.
47525         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
47526         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
47527         directory.
47528
47529 2003-06-06  Jim Meyering  <jim@meyering.net>
47530
47531         Merge from coreutils.
47532         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
47533         Consolidate declarations and initializations of *_base* locals.
47534
47535         Merge from coreutils.
47536         This avoids a core dump on systems without GNU putenv,
47537         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
47538         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
47539         (unsetenv): New static function, from GNU libc.
47540         (rpl_putenv): Use it.
47541
47542         * lib/modechange.c: Remove trailing blanks.
47543
47544         Merge from coreutils.
47545         * lib/fsusage.c: Remove declaration of statfs.
47546         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
47547
47548         * lib/posixtm.c: Include <stdbool.h> unconditionally.
47549
47550 2003-06-06  Jim Meyering  <jim@meyering.net>
47551
47552         * lib/stdbool_.h: Renamed from stdbool.h.in.
47553
47554 2003-06-06  Jim Meyering  <jim@meyering.net>
47555             Bruno Haible  <bruno@clisp.org>
47556
47557         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
47558         Adjust Makefile.am snippet not to redirect directly to target.
47559         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
47560
47561 2003-06-05  Paul Eggert  <eggert@twinsun.com>
47562
47563         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
47564         mismatch, look in future quarters as well as past.  This fixes a
47565         bug when processing fall-backwards gaps immediately after a long
47566         period of daylight-saving time.
47567
47568         * lib/mktime.c: Assume freestanding C89 or better.
47569         (HAVE_LIMITS_H): Remove.  Assume it's 1.
47570         (__P): Remove; not used.
47571         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
47572         (mktime, not_equal_tm, print_tm, check_result,
47573         main): Use prototypes.  Use const * where appropriate.
47574         (main): Fix typo in testing code that uncovered by above changes.
47575         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
47576
47577 2003-06-04  Paul Eggert  <eggert@twinsun.com>
47578
47579         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
47580         locale.h, localeconv.  This merges changes from coreutils.
47581
47582         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
47583         It can be removed after the next Autoconf is released.
47584         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
47585         needed.
47586
47587 2003-06-04  Paul Eggert  <eggert@twinsun.com>
47588
47589         * lib/mktime.c: Fix Debian bug 177940
47590         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
47591         (localtime_offset): Now long int, not time_t, because we want it
47592         to be guaranteed to be signed.  All uses changed.
47593         (__mktime_internal): If overflow would occur when adding offset,
47594         don't add it.
47595
47596         Merge 'human' changes from coreutils.  Rewrite to support
47597         locale-specific notations like thousands separators.
47598         * lib/human.c: Simplify authorship notice.
47599         Include human.h immediately after config.h.
47600         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
47601         <limits.h>: Do not include, since human.h does.
47602         (SIZE_MAX, UINTMAX_MAX): New macros.
47603         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
47604         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
47605         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
47606         (power_letter): Renamed from suffixes.
47607         (generate_suffix_backwards): Remove.
47608         (adjust_value): Now takes int style (because of human.h changes)
47609         and long double value (for greater precision on some platforms).
47610         (group_number): New function.
47611         (human_readable): Use it.  Use integer options, not enum.
47612         Put the options before the sizes in the arg list.
47613         Support all the new options.
47614         The old human_readable function has been removed;
47615         use inttostr.h instead.
47616         (human_readable, default_block_size, humblock):
47617         Use uintmax_t, not int, for block sizes.
47618         (human_readable_inexact, block_size_types): Remove.
47619         (block_size_opts): New constant.
47620         (human_options): Renamed from human_block_size, with new signature
47621         that allows block sizes up to UINTMAX_MAX.  All callers changed.
47622         * lib/human.h: Add copyright and authorship notice.
47623         Include <limits.h> and <stdbool.h> unconditionally.
47624         (PARAMS): Remove.  All uses removed.
47625         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
47626         (enum human_inexact_style): Remove tag; now a nameless enum.
47627         (human_floor, human_ceiling, human_round_to_even): Now have
47628         values 2, 0, 1 rather than -1, 1, 0.
47629         (human_group_digits, human_suppress_point_zero, human_autoscale,
47630         human_base_1024, human_SI, human_B): New constants.
47631         (human_readable_inexact, human_block_size): Remove.
47632         (human_readable): Size args are now uintmax_t, not int.
47633         (human_options): New decl.
47634
47635         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
47636         unnecessary now that we assume C89 or better.  This change
47637         imported from coreutils.
47638
47639         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
47640         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
47641         in the 2003-05-30 sync from glibc.
47642
47643         .h files should stand alone, but we shouldn't include <sys/types.h>
47644         if we can get away with just <stddef.h>.
47645
47646         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
47647         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
47648         rather than <sys/types.h>, as we merely need size_t.
47649         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
47650         to get size_t.
47651         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
47652         Include <stdio.h>, to get FILE.
47653         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
47654         memcasecmp.h has included <stddef.h> and all we need is size_t.
47655         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
47656         our interface, instead of including <sys/types.h>
47657
47658 2003-06-04  Paul Eggert  <eggert@twinsun.com>
47659
47660         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
47661         now, as glibc mktime is buggy on non-glibc systems.
47662
47663 2003-06-03  Karl Berry  <karl@gnu.org>
47664
47665         * config/config.sub: update from prep.
47666
47667 2003-06-02  Paul Eggert  <eggert@twinsun.com>
47668
47669         [from coreutils]
47670         Fix some minor time-related bugs with POSIX time arguments.
47671         Some valid time stamps were being rejected (notably -1, and
47672         time stamps before 1900 on 64-bit hosts).  And some invalid
47673         time stamps were being accepted, e.g. September 31.
47674
47675         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
47676         that we can return (time_t) -1 successfully.
47677         * lib/posixtm.c: Likewise.
47678         [HAVE_STDBOOL_H]: Include <stdbool.h>.
47679         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
47680         (t): Remove static var.
47681         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
47682         of static var.  All uses changed.
47683         (year): Do not reject years before 1900; they can occur with
47684         64-bit time_t.
47685         (posix_time_parse): Do not check for out-of-range components;
47686         that is now the caller's responsibility, since our checks were
47687         only approximations.
47688         (posixtime): Use mktime to check for out-of-range components,
47689         since it knows them exactly.
47690         If mktime returns (time_t) -1, check whether an error actually occurred
47691         by invoking localtime on -1.
47692         (main) [TEST_POSIXTIME]: Check for input data errors, and report
47693         posixtime failures better.
47694         Improve the test data (in comments only).
47695
47696 2003-06-02  Karl Berry  <karl@gnu.org>
47697
47698         * config/mkinstalldirs (version): new variable.
47699         (--version): new option.
47700         (usage): improve message.
47701
47702 2003-05-30  Karl Berry  <karl@gnu.org>
47703
47704         * lib/mktime.c: update from libc.
47705
47706 2003-05-30  Bruno Haible  <bruno@clisp.org>
47707
47708         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
47709         * config/config.rpath: Upgrade to gettext-0.12.1.
47710
47711 2003-05-30  Bruno Haible  <bruno@clisp.org>
47712
47713         * m4/gettext.m4: Upgrade to gettext-0.12.1.
47714         * m4/nls.m4: New file, from gettext-0.12.1.
47715         * m4/po.m4: New file, from gettext-0.12.1.
47716         * m4/progtest.m4: Upgrade to gettext-0.12.1.
47717
47718 2003-05-30  Bruno Haible  <bruno@clisp.org>
47719
47720         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
47721         * lib/localcharset.h: Likewise.
47722         * lib/localcharset.c: Likewise.
47723
47724 2003-05-29  Karl Berry  <karl@gnu.org>
47725
47726         * config/config.rpath: update from gettext.
47727
47728 2003-05-28  Paul Eggert  <eggert@twinsun.com>
47729
47730         Assume the headers required for C89 freestanding compilers.
47731         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
47732         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
47733         * m4/human.m4 (gl_HUMAN): Likewise.
47734         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
47735         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
47736         * m4/userspec.m4 (gl_USERSPEC): Likewise.
47737         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
47738         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
47739         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
47740
47741 2003-05-28  Paul Eggert  <eggert@twinsun.com>
47742
47743         Assume the headers required for C89 freestanding compilers.
47744         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
47745         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
47746         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
47747         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
47748         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
47749         define, since <limits.h> is guaranteed to do that.
47750         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
47751         * lib/exclude.c: Include <stdbool.h> unconditionally.
47752         * lib/tempname.c: Include <stddef.h> unconditionally.
47753         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
47754         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
47755         <stddef.h> does that.
47756         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
47757         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
47758         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
47759         needed.
47760         * lib/xstrtol.c: Likewise.
47761         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
47762         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
47763
47764         * lib/addext.c (addext): Use assignment rather than cast, to avoid
47765         warnings on some platforms.
47766
47767         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
47768         arbitrarily.
47769
47770 2003-05-26  Jim Meyering  <jim@meyering.net>
47771
47772         Merge in a change from coreutils:
47773         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
47774         that is guaranteed to be `no'.  Use `no_such_member' to indicate
47775         that condition, rather than `-1' which is slightly misleading.
47776         Change the name of the cache variable to have the gl_ prefix.
47777         Prompted by a patch from Richard Dawe for DJGPP.
47778
47779 2003-05-24  Karl Berry  <karl@gnu.org>
47780
47781         * config/config.guess: update from prep.
47782
47783 2003-05-22  Karl Berry  <karl@gnu.org>
47784
47785         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
47786
47787 2003-05-20  Karl Berry  <karl@gnu.org>
47788
47789         * config/config.guess: update from prep.
47790
47791 2003-05-18  Karl Berry  <karl@gnu.org>
47792
47793         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
47794         might actually be set by the user.
47795
47796         * config/depcomp, install-sh, mdate-sh: update from automake.
47797
47798 2003-05-17  Bruno Haible  <bruno@clisp.org>
47799
47800         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
47801         invalid expansion for AC_EGREP_CPP.
47802         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
47803         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
47804         Suggested by Akim Demaille <akim@epita.fr> in
47805         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
47806
47807 2003-05-12  Jim Meyering  <jim@meyering.net>
47808
47809         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
47810         the space-padded-by-default conversion specifiers, %e, %k, %l.
47811
47812 2003-05-12  Bruno Haible  <bruno@clisp.org>
47813
47814         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
47815         the string is longer than 4 KB.
47816
47817 2003-05-11  Karl Berry  <karl@gnu.org>
47818
47819         * config/config.{guess,sub}: update from prep.
47820
47821 2003-05-09  Bruno Haible  <bruno@clisp.org>
47822
47823         * modules/error: Add m4/strerror_r.m4 to file list.
47824
47825 2003-05-03  Bruno Haible  <bruno@clisp.org>
47826
47827         Upgrade to Unicode-4.0.
47828         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
47829         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
47830         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
47831         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
47832         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
47833         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
47834         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
47835         Change width of U+E0100..U+E01EF from 1 to 0.
47836
47837 2003-04-25  Jim Meyering  <jim@meyering.net>
47838
47839         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
47840         of type size_t, not int.
47841
47842 2003-04-25  Bruno Haible  <bruno@clisp.org>
47843
47844         * lib/copy-file.c: Include <stddef.h>, for size_t.
47845
47846 2003-04-21  Paul Eggert  <eggert@twinsun.com>
47847
47848         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
47849         code which expansion is under static control.  Patch imported from
47850         Akim Demaille's patch to Bison; see
47851         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
47852
47853 2003-04-14  Bruno Haible  <bruno@clisp.org>
47854
47855         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
47856
47857 2003-04-11  Jim Meyering  <jim@meyering.net>
47858
47859         Merge changes from Coreutils.
47860
47861         2003-03-22  Jim Meyering  <jim@meyering.net>
47862
47863         * lib/strftime.c (widen): Cast alloca return value to proper type.
47864
47865         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
47866
47867         From GNU libc.
47868         * lib/strftime.c (my_strftime): Handle very large width
47869         specifications for numeric values correctly.  Improve checks for
47870         overflow.
47871
47872         2003-01-19  Jim Meyering  <jim@meyering.net>
47873
47874         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
47875         definitions.
47876         (nl_get_alt_digit) [! defined my_strftime]: Define.
47877         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
47878         _nl_get_alt_digit and _nl_get_walt_digit.
47879
47880         * lib/strftime.c (my_strftime): Merge in locale-related changes from
47881         libc. These changes have no effect outside of _LIBC.
47882
47883 2003-04-10  Bruno Haible  <bruno@clisp.org>
47884
47885         * modules/findprog: New file.
47886         * MODULES.html.sh (func_all_modules): Add it.
47887
47888 2003-04-10  Bruno Haible  <bruno@clisp.org>
47889
47890         * m4/findprog.m4: New file.
47891         * m4/eaccess.m4: New file.
47892
47893 2003-04-10  Bruno Haible  <bruno@clisp.org>
47894
47895         * lib/findprog.h: New file, from GNU gettext.
47896         * lib/findprog.c: New file, from GNU gettext.
47897
47898 2003-04-05  Jim Meyering  <jim@meyering.net>
47899
47900         Merge changes from Coreutils.
47901
47902         * lib/exclude.h (PARAMS): Remove definition and uses.
47903         * lib/exclude.c: Remove uses of `PARAMS'.
47904
47905         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
47906         Add test-cases for DOS filenames. Declare program_name.
47907         (main): Set up program_name.  Patch by Rich Dawe.
47908
47909         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
47910         error from mntctl.
47911         Use mntctl's return value to drive the entry-processing loop, since
47912         we can't rely on the value of the vmt_length member in the last
47913         entry.  On some systems doing so could result in exhausting
47914         virtual memory.  Based in part on a patch from Mike Jetzer.
47915
47916 2003-04-04  Bruno Haible  <bruno@clisp.org>
47917
47918         * modules/linebreak: New file.
47919         * MODULES.html.sh (func_all_modules): Add it.
47920
47921 2003-04-04  Bruno Haible  <bruno@clisp.org>
47922
47923         * m4/linebreak.m4: New file.
47924
47925 2003-04-04  Bruno Haible  <bruno@clisp.org>
47926
47927         * lib/linebreak.h: New file, from GNU gettext.
47928         * lib/linebreak.c: New file, from GNU gettext with slight
47929         modifications.
47930         * lib/lbrkprop.h: New file, from GNU gettext.
47931
47932 2003-04-03  Bruno Haible  <bruno@clisp.org>
47933
47934         * modules/utf8-ucs4: New file.
47935         * modules/utf16-ucs4: New file.
47936         * modules/ucs4-utf8: New file.
47937         * modules/ucs4-utf16: New file.
47938         * MODULES.html.sh (func_all_modules): Add them.
47939
47940 2003-04-03  Bruno Haible  <bruno@clisp.org>
47941
47942         * m4/utf-ucs4.m4: New file.
47943         * m4/ucs4-utf.m4: New file.
47944
47945 2003-04-03  Bruno Haible  <bruno@clisp.org>
47946
47947         * lib/utf8-ucs4.h: New file, from GNU gettext.
47948         * lib/utf16-ucs4.h: New file, from GNU gettext.
47949         * lib/ucs4-utf8.h: New file, from GNU gettext.
47950         * lib/ucs4-utf16.h: New file, from GNU gettext.
47951
47952 2003-04-02  Bruno Haible  <bruno@clisp.org>
47953
47954         * modules/binary-io: New file.
47955         * MODULES.html.sh (func_all_modules): Add it.
47956
47957 2003-04-02  Bruno Haible  <bruno@clisp.org>
47958
47959         * lib/binary-io.h: New file, from GNU gettext.
47960
47961 2003-04-01  Bruno Haible  <bruno@clisp.org>
47962
47963         * modules/pathname: New file.
47964         * MODULES.html.sh (func_all_modules): Add it.
47965
47966 2003-04-01  Bruno Haible  <bruno@clisp.org>
47967
47968         * lib/pathname.h: New file, from GNU gettext.
47969         * lib/concatpath.c: New file, from GNU gettext.
47970
47971 2003-03-30  Bruno Haible  <bruno@clisp.org>
47972
47973         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
47974
47975 2003-03-30  Bruno Haible  <bruno@clisp.org>
47976
47977         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
47978         function chown() doesn't exist.
47979
47980 2003-03-28  Bruno Haible  <bruno@clisp.org>
47981
47982         * modules/copy-file: New file.
47983         * MODULES.html.sh (func_all_modules): Add it.
47984
47985 2003-03-28  Bruno Haible  <bruno@clisp.org>
47986
47987         * m4/copy-file.m4: New file.
47988
47989 2003-03-28  Bruno Haible  <bruno@clisp.org>
47990
47991         * lib/copy-file.h: New file, from GNU gettext.
47992         * lib/copy-file.c: New file, from GNU gettext.
47993
47994 2003-03-18  Jim Meyering  <jim@meyering.net>
47995
47996         * lib/quote.c (quote_n): Fix typo in comment.
47997
47998 2003-03-18  Bruno Haible  <bruno@clisp.org>
47999
48000         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
48001         checking.
48002         * m4/onceonly_2_57.m4: Likewise.
48003
48004 2003-03-17  Bruno Haible  <bruno@clisp.org>
48005
48006         * m4/onceonly.m4: Require autoconf 2.54 or newer.
48007         (m4_quote): Remove macro.
48008         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
48009
48010 2003-03-14  Jim Meyering  <jim@meyering.net>
48011
48012         Merge changes from Coreutils.
48013         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
48014         to be const, in order to avoid warnings.
48015         (obstack_room): Likewise.
48016         (obstack_empty_p): Likewise.
48017
48018 2003-03-14  Bruno Haible  <bruno@clisp.org>
48019
48020         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
48021         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
48022
48023 2003-03-13  Paul Eggert  <eggert@twinsun.com>
48024
48025         Merge changes from Bison.
48026         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
48027         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
48028         when compiling Bison 1.875's `bitset bset = obstack_alloc
48029         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
48030         * lib/hash.c: Include <stdbool.h> unconditionally.
48031
48032 2003-03-13  Paul Eggert  <eggert@twinsun.com>
48033
48034         * m4/onceonly.m4 (m4_quote): New macro.
48035         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
48036         Quote AC_FOREACH variable-expansions properly.
48037
48038 2003-03-13  Paul Eggert  <eggert@twinsun.com>
48039
48040         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
48041
48042 2003-03-09  Paul Eggert  <eggert@twinsun.com>
48043
48044         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
48045         Reported by Bruce Becker; see:
48046         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
48047
48048 2003-03-03  Paul Eggert  <eggert@twinsun.com>
48049             Bruno Haible  <bruno@clisp.org>
48050
48051         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
48052         Reported by John Hughes, see
48053         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
48054
48055 2003-02-20  Bruno Haible  <bruno@clisp.org>
48056
48057         * MODULES.html.sh (func_all_modules): Add poll.
48058
48059 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
48060
48061         * modules/poll: New file.
48062
48063 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
48064
48065         * lib/poll_.h: New file.
48066         * lib/poll.c: New file.
48067
48068 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
48069
48070         * m4/poll.m4: New file.
48071
48072 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
48073
48074         * modules/mathl: New file.
48075
48076 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
48077
48078         * lib/mathl.h: New file.
48079         * lib/acosl.c: New file.
48080         * lib/asinl.c: New file.
48081         * lib/atanl.c: New file.
48082         * lib/ceill.c: New file.
48083         * lib/cosl.c: New file.
48084         * lib/expl.c: New file.
48085         * lib/floorl.c: New file.
48086         * lib/frexpl.c: New file.
48087         * lib/ldexpl.c: New file.
48088         * lib/logl.c: New file.
48089         * lib/sincosl.c: New file.
48090         * lib/sinl.c: New file.
48091         * lib/sqrtl.c: New file.
48092         * lib/tanl.c: New file.
48093         * lib/trigl.c: New file.
48094         * lib/trigl.h: New file.
48095
48096 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
48097
48098         * m4/mathl.m4: New file.
48099
48100 2003-02-18  Bruno Haible  <bruno@clisp.org>
48101
48102         * MODULES.html.sh (func_all_modules): Add mathl.
48103
48104 2003-02-17  Bruno Haible  <bruno@clisp.org>
48105
48106         * modules/mkdtemp: New module.
48107         * MODULES.html.sh (func_all_modules): Add it.
48108
48109 2003-02-17  Bruno Haible  <bruno@clisp.org>
48110
48111         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
48112
48113 2003-02-17  Bruno Haible  <bruno@clisp.org>
48114
48115         * lib/mkdtemp.h: New file, from GNU gettext.
48116         * lib/mkdtemp.c: New file, from GNU gettext.
48117
48118 2003-02-02  Jim Meyering  <jim@meyering.net>
48119
48120         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
48121         e.g. glibc-2.2.93.
48122
48123 2003-01-31  Bruno Haible  <bruno@clisp.org>
48124
48125         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
48126         'rpl_rename'.
48127         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
48128         'rpl_strnlen'.
48129         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
48130         'rpl_strtod'.
48131         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
48132         'rpl_utime'.
48133
48134 2003-01-31  Bruno Haible  <bruno@clisp.org>
48135
48136         * lib/rename.c: #undef rename before defining rpl_rename.
48137         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
48138
48139 2003-01-30  Bruno Haible  <bruno@clisp.org>
48140
48141         * modules/vasnprintf, modules/vasprintf: New modules.
48142         * MODULES.html.sh (func_all_modules): Add them.
48143
48144 2003-01-30  Bruno Haible  <bruno@clisp.org>
48145
48146         * m4/signed.m4: New file, from GNU gettext.
48147         * m4/longdouble.m4: New file, from GNU gettext.
48148         * m4/wchar_t.m4: New file, from GNU gettext.
48149         * m4/wint_t.m4: New file, from GNU gettext.
48150         * m4/vasnprintf.m4: New file.
48151         * m4/vasprintf.m4: New file.
48152
48153 2003-01-30  Bruno Haible  <bruno@clisp.org>
48154
48155         * lib/printf-args.h: New file, from GNU gettext.
48156         * lib/printf-args.c: New file, from GNU gettext.
48157         * lib/printf-parse.h: New file, from GNU gettext.
48158         * lib/printf-parse.c: New file, from GNU gettext.
48159         * lib/vasnprintf.h: New file, from GNU gettext.
48160         * lib/vasnprintf.c: New file, from GNU gettext.
48161         * lib/asnprintf.c: New file, from GNU gettext.
48162         * lib/vasprintf.h: New file, from GNU gettext with modifications.
48163         * lib/vasprintf.c: New file, from GNU gettext.
48164         * lib/asprintf.c: New file, from GNU gettext.
48165
48166 2003-01-29  Bruno Haible  <bruno@clisp.org>
48167
48168         * modules/stpncpy: New module.
48169         * MODULES.html.sh (func_all_modules): Add it.
48170
48171 2003-01-29  Bruno Haible  <bruno@clisp.org>
48172
48173         * m4/stpncpy.m4: New file.
48174
48175 2003-01-29  Bruno Haible  <bruno@clisp.org>
48176
48177         * lib/stpncpy.h: New file, from GNU gettext with modifications.
48178         * lib/stpncpy.c: New file, from GNU gettext with modifications.
48179
48180 2003-01-28  Bruno Haible  <bruno@clisp.org>
48181
48182         * modules/c-ctype: New module.
48183         * MODULES.html.sh (func_all_modules): Add it.
48184
48185 2003-01-28  Bruno Haible  <bruno@clisp.org>
48186
48187         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
48188         Paul Eggert.
48189         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
48190         Paul Eggert.
48191
48192 2003-01-27  Bruno Haible  <bruno@clisp.org>
48193
48194         * modules/xsetenv: New module.
48195         * MODULES.html.sh (func_all_modules): Add it.
48196
48197 2003-01-27  Bruno Haible  <bruno@clisp.org>
48198
48199         * lib/xsetenv.h: New file, from GNU gettext.
48200         * lib/xsetenv.c: New file, from GNU gettext.
48201
48202 2003-01-23  Jim Meyering  <jim@meyering.net>
48203
48204         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
48205         from working on systems without dirfd (at least Irix and OSF1/Tru64).
48206
48207 2003-01-23  Bruno Haible  <bruno@clisp.org>
48208
48209         * modules/minmax: New module.
48210         * MODULES.html.sh (func_all_modules): Add it.
48211
48212 2003-01-23  Bruno Haible  <bruno@clisp.org>
48213
48214         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
48215         Eggert.
48216
48217 2003-01-22  Bruno Haible  <bruno@clisp.org>
48218
48219         * modules/exit: New module.
48220         * MODULES.html.sh (func_all_modules): Add it.
48221
48222 2003-01-22  Bruno Haible  <bruno@clisp.org>
48223
48224         * lib/exit.h: New file, from GNU gettext.
48225
48226 2003-01-19  Bruno Haible  <bruno@clisp.org>
48227
48228         * gnulib-tool: Recognize option --extract-maintainer.
48229         (func_get_maintainer): New function.
48230         * modules/*: Add Maintainer entry.
48231
48232 2003-01-16  Jim Meyering  <jim@meyering.net>
48233
48234         * m4/regex.m4: The `regex' struct is both input and output.
48235         Initialize it before each use.  Patch by Tim Waugh.
48236
48237 2003-01-16  Bruno Haible  <bruno@clisp.org>
48238
48239         * MODULES.html.sh: Add a table of contents. Add the module name as
48240         leftmost column. Add hyperlinks.
48241
48242 2003-01-15  Bruno Haible  <bruno@clisp.org>
48243
48244         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
48245
48246 2003-01-15  Bruno Haible  <bruno@clisp.org>
48247
48248         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
48249         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
48250         suffix.
48251
48252 2003-01-15  Bruno Haible  <bruno@clisp.org>
48253
48254         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
48255
48256 2003-01-15  Bruno Haible  <bruno@clisp.org>
48257
48258         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
48259         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
48260
48261 2003-01-14  Jim Meyering  <jim@meyering.net>
48262
48263         * lib/same.c (same_name): Tweak a comment.
48264
48265 2003-01-14  Bruno Haible  <bruno@clisp.org>
48266
48267         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
48268         when a string comparison is sufficient.
48269
48270 2003-01-14  Bruno Haible  <bruno@clisp.org>
48271
48272         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
48273         'unsigned int'.
48274
48275 2003-01-14  Bruno Haible  <bruno@clisp.org>
48276
48277         * lib/hash-pjw.c: Add comment about low quality of this function.
48278
48279 2003-01-13  Bruno Haible  <bruno@clisp.org>
48280
48281         * modules/stpcpy: Distribute lib/stpcpy.h.
48282         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
48283
48284 2003-01-13  Bruno Haible  <bruno@clisp.org>
48285
48286         * modules/*: Add a description.
48287         * modules/strpbrk: Fix Makefile.am snippet.
48288         * modules/strtoimax: Fix dependencies.
48289         * modules/strtoumax: Likewise.
48290
48291 2003-01-13  Bruno Haible  <bruno@clisp.org>
48292
48293         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
48294         * modules/alloca (Makefile.am): All object files depend on alloca.h.
48295         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
48296
48297 2003-01-13  Bruno Haible  <bruno@clisp.org>
48298
48299         * gnulib-tool (func_create_testdir): Store config/* files in the main
48300         directory.
48301         * config.rpath: Move to ...
48302         * config/config.rpath: ... here.
48303         * modules/gettext: Contains config/config.rpath, not config.rpath.
48304         * modules/iconv: Likewise.
48305
48306 2003-01-12  Paul Eggert  <eggert@twinsun.com>
48307
48308         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
48309         to avoid collisions with libcurses and libreadline.
48310
48311         * m4/getstr.m4: Remove.
48312         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
48313
48314 2003-01-12  Paul Eggert  <eggert@twinsun.com>
48315
48316         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
48317         to avoid collisions with libcurses and libreadline.
48318
48319         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
48320         * lib/getstr.h, getstr.c: Remove.
48321         * lib/getline.c: Include "getline.h", to check interface.
48322         Move body of old getstr.c here: this defines MIN_CHUNK and
48323         declares getdelim2, which is renamed from getstr.
48324         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
48325
48326         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
48327         All uses changed.
48328         * lib/linebuffer.h: Likewise.
48329         (readline): Remove backward-compatibility macro.
48330
48331 2003-01-12  Paul Eggert  <eggert@twinsun.com>
48332
48333         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
48334         to avoid collisions with libcurses and libreadline.
48335         * getstr: Remove.
48336         * MODULES.html.sh: Remove getstr.
48337         * modules/getline: Depend on unlocked-io, not getstr.
48338
48339 2003-01-12  Jim Meyering  <jim@meyering.net>
48340
48341         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
48342
48343 2003-01-10  Bruno Haible  <bruno@clisp.org>
48344
48345         * modules/alloca: Change Makefile.am requirements. Simplify Include
48346         requirements. Add lib/alloca_.h to file list.
48347
48348 2003-01-10  Bruno Haible  <bruno@clisp.org>
48349
48350         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
48351
48352 2003-01-10  Bruno Haible  <bruno@clisp.org>
48353
48354         * lib/alloca_.h: New file.
48355         * lib/getdate.y: Unconditionally include alloca.h.
48356         * lib/makepath.c: Likewise.
48357         * lib/setenv.c: Likewise.
48358         * lib/userspec.c: Likewise.
48359
48360 2003-01-09  Karl Berry  <karl@gnu.org>
48361
48362         * MODULES.html.sh: include `dirname $0` in PATH, to find
48363         gnulib-tool.
48364
48365 2003-01-09  Bruno Haible  <bruno@clisp.org>
48366
48367         * modules/stdbool: Change configure.ac, Makefile.am requirements.
48368         Simplify Include requirements. Add lib/stdbool.h.in to file list.
48369
48370 2003-01-09  Bruno Haible  <bruno@clisp.org>
48371
48372         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
48373
48374 2003-01-09  Bruno Haible  <bruno@clisp.org>
48375
48376         * lib/stdbool.h.in: New file.
48377
48378 2003-01-09  Bruno Haible  <bruno@clisp.org>
48379
48380         * gnulib-tool (func_all_modules): Ignore files ending in ~.
48381         * MODULES.html.sh: Likewise.
48382
48383 2003-01-08  Jim Meyering  <jim@meyering.net>
48384
48385         * lib/full-write.c: Undefine and define-away `const' after inclusion
48386         of errno.h, not before.  Suggestion from Bruno Haible.
48387
48388 2003-01-08  Bruno Haible  <bruno@clisp.org>
48389
48390         * modules/full-read: Depend on full-write.
48391
48392 2003-01-08  Bruno Haible  <bruno@clisp.org>
48393
48394         * lib/safe-read.c: Include specification header first, to ensure its
48395         selfcontainedness.
48396         * lib/full-write.c: Likewise.
48397
48398 2003-01-07  Jim Meyering  <jim@meyering.net>
48399
48400         * lib/full-write.c: Rework so that it may serve to define full_read,
48401         too.
48402         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
48403
48404 2003-01-07  Bruno Haible  <bruno@clisp.org>
48405
48406         * lib/strtoimax.c: Include <stdint.h> as an alternative to
48407         <inttypes.h>.
48408         * lib/xstrtol.h: Likewise.
48409         * lib/xstrtoimax.c: Likewise.
48410         * lib/xstrtoumax.c: Likewise.
48411         * lib/human.h: Likewise.
48412
48413         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
48414         on systems that have <inttypes.h> but not <stdint.h>.
48415
48416 2003-01-07  Bruno Haible  <bruno@clisp.org>
48417
48418         * MODULES.html.sh: Add copyright notice.
48419         (missed_files): Omit CVS directory entries.
48420         (func_module): Make it work with sed-3.02.
48421         * MODULES.txt: Remove file.
48422
48423 2003-01-06  Jim Meyering  <jim@meyering.net>
48424
48425         * lib/version-etc.c: Update year in translatable copyright string.
48426
48427 2003-01-03  Karl Berry  <karl@gnu.org>
48428
48429         * config/config.{guess,sub}: update from prep.
48430
48431 2003-01-02  Karl Berry  <karl@gnu.org>
48432
48433         * doc/COPYING.DOC: belatedly updated to 1.2.
48434
48435 2003-01-01  Karl Berry  <karl@gnu.org>
48436
48437         * gnulib-tool (func_verify_module): report module name $module in
48438         error message, not $1.
48439         * gnulib-tool (create-testdir): don't complain if destdir couldn't
48440         be created, only if it doesn't exist.
48441         * gnulib-tool (last_checkin_date): don't expand the $Date here.
48442
48443 2002-12-31  Paul Eggert  <eggert@twinsun.com>
48444
48445         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
48446
48447 2002-12-31  Paul Eggert  <eggert@twinsun.com>
48448
48449         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
48450         memcmp if strcoll doesn't work.
48451
48452 2002-12-31  Bruno Haible  <bruno@clisp.org>
48453
48454         * lib/utime.c (utime_null): No need to call ftruncate if the file was
48455         nonempty.
48456
48457 2002-12-31  Bruno Haible  <bruno@clisp.org>
48458
48459         * lib/memcoll.c (STRCOLL): New macro.
48460         (memcoll): Use it.
48461
48462 2002-12-31  Bruno Haible  <bruno@clisp.org>
48463
48464         * lib/localcharset.h: New file.
48465         * lib/localcharset.c: Include it.
48466         * lib/unicodeio.c: Likewise.
48467
48468 2002-12-31  Bruno Haible  <bruno@clisp.org>
48469
48470         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
48471         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
48472
48473 2002-12-31  Bruno Haible  <bruno@clisp.org>
48474
48475         * lib/getline.h: Include <stddef.h>, for size_t.
48476
48477         * lib/unicodeio.h: Include <stddef.h>, for size_t.
48478         * lib/unicodeio.c: Don't include <stddef.h>.
48479
48480 2002-12-31  Bruno Haible  <bruno@clisp.org>
48481
48482         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
48483         HAVE_TM_ZONE.
48484
48485 2002-12-24  Karl Berry  <karl@gnu.org>
48486
48487         * config/config.guess: update from prep.
48488
48489 2002-12-24  Bruno Haible  <bruno@clisp.org>
48490
48491         General infrasructure.
48492         * m4/README: Rewritten.
48493         * m4/onceonly.m4: New file.
48494         * m4/onceonly_2_57.m4: New file.
48495
48496         Module atexit.
48497         * m4/atexit.m4: New file.
48498
48499         Module strtod.
48500         * m4/strtod.m4: New file.
48501
48502         Module strtol.
48503         * m4/strtol.m4: New file.
48504
48505         Module strtoul.
48506         * m4/strtoul.m4: New file.
48507
48508         Module memchr.
48509         * m4/memchr.m4: New file.
48510
48511         Module memcmp.
48512         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
48513         (jm_FUNC_MEMCMP): Invoke it.
48514
48515         Module memcpy.
48516         * m4/memcpy.m4: New file.
48517
48518         Module memmove.
48519         * m4/memmove.m4: New file.
48520
48521         Module memset.
48522         * m4/memset.m4: New file.
48523
48524         Module strcspn.
48525         * m4/strcspn.m4: New file.
48526
48527         Module strpbrk.
48528         * m4/strpbrk.m4: New file.
48529
48530         Module strstr.
48531         * m4/strstr.m4: New file.
48532
48533         Module strerror.
48534         * m4/strerror.m4: New file.
48535
48536         Module mktime.
48537         * m4/mktime.m4: Renamed from jm-mktime.m4.
48538         (gl_PREREQ_MKTIME): New macro.
48539         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
48540
48541         Module malloc.
48542         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
48543         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
48544         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
48545
48546         Module realloc.
48547         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
48548         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
48549         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
48550
48551         Module strftime.
48552         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
48553         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
48554         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
48555         gl_TM_GMTOFF.
48556         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
48557
48558         Module xalloc.
48559         * m4/xalloc.m4: New file.
48560
48561         Module alloca.
48562         * m4/alloca.m4: New file.
48563
48564         Module putenv.
48565         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
48566         (jm_FUNC_PUTENV): Invoke it.
48567
48568         Module setenv.
48569         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
48570         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
48571         when invoked twice.
48572         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
48573         gt_FUNC_SETENV.
48574
48575         Module memrchr.
48576         * m4/memrchr.m4: New file.
48577
48578         Module stpcpy.
48579         * m4/stpcpy.m4: New file.
48580
48581         Module strcase.
48582         * m4/strcase.m4: New file.
48583
48584         Module strdup.
48585         * m4/strdup.m4: New file.
48586
48587         Module strnlen.
48588         * m4/strnlen.m4: New file.
48589
48590         Module strndup.
48591         * m4/strndup.m4: New file.
48592
48593         Module xstrtod.
48594         * m4/xstrtod.m4: New file.
48595
48596         Module xstrtol.
48597         * m4/xstrtol.m4: New file.
48598
48599         Module getdate.
48600         * m4/getdate.m4: New file.
48601
48602         Module unlocked-io.
48603         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
48604         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
48605         * m4/jm-glibc-io.m4n: Remove file.
48606
48607         Module long-options.
48608         * m4/long-options.m4: New file.
48609
48610         Module md5.
48611         * m4/md5.m4: New file.
48612
48613         Module sha.
48614         * m4/sha.m4: New file.
48615
48616         Module getstr.
48617         * m4/getstr.m4: New file.
48618
48619         Module getline.
48620         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
48621         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
48622         <sys/types.h>, for size_t. Use the function name gnu_getline, not
48623         simply getline. Infoke gl_PREREQ_GETLINE.
48624
48625         Module obstack.
48626         * m4/obstack.m4: New file.
48627
48628         Module hash.
48629         * m4/hash.m4: New file.
48630
48631         Module readtokens.
48632         * m4/readtokens.m4: New file.
48633
48634         Module strverscmp.
48635         * m4/strverscmp.m4: New file.
48636
48637         Module stdbool.
48638         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
48639         OSF/1.
48640
48641         Module strtoll.
48642         * m4/strtoll.m4: New file.
48643
48644         Module strtoull.
48645         * m4/strtoull.m4: New file.
48646
48647         Module strtoimax.
48648         * m4/strtoimax.m4: New file.
48649
48650         Module strtoumax.
48651         * m4/strtoumax.m4: New file.
48652
48653         Module xstrtoimax.
48654         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
48655         jm_AC_PREREQ_XSTRTOIMAX.
48656         Moved the strtol prerequisites to strtol.m4.
48657         Moved the strtoll prerequisites to strtoll.m4.
48658         Moved the strtoimax prerequisites to strtoimax.m4.
48659
48660         Module xstrtoumax.
48661         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
48662         jm_AC_PREREQ_XSTRTOUMAX.
48663         Moved the strtoul prerequisites to strtoul.m4.
48664         Moved the strtoull prerequisites to strtoull.m4.
48665         Moved the strtoumax prerequisites to strtoumax.m4.
48666
48667         Module chown.
48668         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
48669         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
48670
48671         Module dup2.
48672         * m4/dup2.m4: New file.
48673
48674         Module ftruncate.
48675         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
48676         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
48677
48678         Module getgroups.
48679         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
48680         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
48681
48682         Module gettimeofday.
48683         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
48684         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
48685         gl_PREREQ_GETTIMEOFDAY.
48686
48687         Module mkdir.
48688         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
48689         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
48690
48691         Module mkstemp.
48692         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
48693         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
48694         jm_AC_TYPE_UINTMAX_T.
48695         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
48696
48697         Module stat.
48698         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
48699         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
48700
48701         Module lstat.
48702         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
48703         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
48704
48705         Module timespec.
48706         * m4/timespec.m4 (gl_TIMESPEC): New macro.
48707         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
48708         * m4/st_mtim.m4: Indentation.
48709
48710         Module nanosleep.
48711         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
48712         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
48713         gl_PREREQ_NANOSLEEP.
48714
48715         Module regex.
48716         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
48717         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
48718         (gl_REGEX): New macro.
48719
48720         Module rename.
48721         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
48722         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
48723
48724         Module rmdir.
48725         * m4/rmdir.m4: New file.
48726
48727         Module utime.
48728         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
48729         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
48730         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
48731
48732         Module dirname.
48733         * m4/dirname.m4: New file.
48734
48735         Module getopt.
48736         * m4/getopt.m4: New file.
48737
48738         Module unistd-safer.
48739         * m4/unistd-safer.m4: New file.
48740
48741         Module fnmatch.
48742         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
48743         declaration.
48744         (gl_PREREQ_FNMATCH_EXTRA): New macro.
48745         (gl_FUNC_FNMATCH_POSIX): New macro.
48746         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
48747         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
48748         simply fnmatch.
48749
48750         Module exclude.
48751         * m4/exclude.m4: New file.
48752
48753         Module human.
48754         * m4/human.m4: New file.
48755
48756         Module acl.
48757         * m4/acl.m4: Nop.
48758
48759         Module backupfile.
48760         * m4/backupfile.m4: New file.
48761         * m4/d-ino.m4: Indentation.
48762
48763         Module fsusage.
48764         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
48765         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
48766         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
48767
48768         Module dirfd.
48769         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
48770         requirements.
48771
48772         Module euidaccess.
48773         * m4/euidaccess.m4: New file.
48774
48775         Module file-type.
48776         * m4/file-type.m4: New file.
48777
48778         Module fileblocks.
48779         * m4/fileblocks.m4: New file.
48780
48781         Module filemode.
48782         * m4/filemode.m4: New file.
48783
48784         Module isdir.
48785         * m4/isdir.m4: New file.
48786
48787         Module lchown.
48788         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
48789         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
48790
48791         Module makepath.
48792         * m4/makepath.m4: New file.
48793
48794         Module modechange.
48795         * m4/modechange.m4: New file.
48796
48797         Module mountlist.
48798         * m4/mountlist.m4: New file.
48799         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
48800         Indentation.
48801
48802         Module path-concat.
48803         * m4/path-concat.m4: New file.
48804
48805         Module pathmax.
48806         * m4/pathmax.m4: New file.
48807
48808         Module same.
48809         * m4/same.m4: New file.
48810
48811         Module save-cwd.
48812         * m4/save-cwd.m4: New file.
48813
48814         Module savedir.
48815         * m4/savedir.m4: New file.
48816
48817         Module xgetcwd.
48818         * m4/xgetcwd.m4: New file.
48819         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
48820
48821         Module xreadlink.
48822         * m4/xreadlink.m4: New file.
48823
48824         Module safe-read.
48825         * m4/safe-read.m4: New file.
48826
48827         Module safe-write.
48828         * m4/safe-write.m4: New file.
48829
48830         Module closeout.
48831         * m4/closeout.m4: New file.
48832
48833         Module stdio-safer.
48834         * m4/stdio-safer.m4: New file.
48835
48836         Module getpass.
48837         * m4/getpass.m4: New file.
48838
48839         Module getugroups.
48840         * m4/getugroups.m4: New file.
48841
48842         Module group-member.
48843         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
48844         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
48845
48846         Module idcache.
48847         * m4/idcache.m4: New file.
48848
48849         Module userspec.
48850         * m4/userspec.m4: New file.
48851
48852         Module gettime.
48853         * m4/clock_time.m4: New file.
48854         * m4/gettime.m4: New file.
48855
48856         Module settime.
48857         * m4/settime.m4: New file.
48858
48859         Module posixtm.
48860         * m4/posixtm.m4: New file.
48861
48862         Module gethostname.
48863         * m4/gethostname.m4: New file.
48864
48865         Module canon-host.
48866         * m4/canon-host.m4: New file.
48867
48868         Module gettext.
48869         * m4/codeset.m4: New file, from gettext-0.11.5.
48870         * m4/gettext.m4: New file, from gettext-0.11.5.
48871         * m4/glibc21.m4: New file, from gettext-0.11.5.
48872         * m4/iconv.m4: New file, from gettext-0.11.5.
48873         * m4/intdiv0.m4: New file, from gettext-0.11.5.
48874         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
48875         * m4/inttypes.m4: New file, from gettext-0.11.5.
48876         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
48877         * m4/isc-posix.m4: New file, from gettext-0.11.5.
48878         * m4/lcmessage.m4: New file, from gettext-0.11.5.
48879         * m4/lib-ld.m4: New file, from gettext-0.11.5.
48880         * m4/lib-link.m4: New file, from gettext-0.11.5.
48881         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
48882         * m4/progtest.m4: New file, from gettext-0.11.5.
48883         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
48884         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
48885         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
48886
48887         Module localcharset.
48888         * m4/localcharset.m4: New file.
48889
48890         Module hard-locale.
48891         * m4/hard-locale.m4: New file.
48892
48893         Module mbswidth.
48894         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
48895         onceonly macros.
48896         * m4/mbrtowc.m4: Add comment.
48897
48898         Module memcasecmp.
48899         * m4/memcasecmp.m4: New file.
48900
48901         Module memcoll.
48902         * m4/memcoll.m4: New file.
48903
48904         Module unicodeio.
48905         * m4/unicodeio.m4: New file.
48906
48907         Module rpmatch.
48908         * m4/rpmatch.m4: New file.
48909
48910         Module yesno.
48911         * m4/yesno.m4: New file.
48912
48913         Module exitfail.
48914         * m4/exitfail.m4: New file.
48915
48916         Module c-stack.
48917         * m4/c-stack.m4 (gl_C_STACK): New macro.
48918         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
48919
48920         Module error.
48921         * m4/error.m4 (gl_ERROR): New macro.
48922         (jm_PREREQ_ERROR): Use onceonly macros.
48923
48924         Module fatal.
48925         * m4/fatal.m4: New file.
48926
48927         Module getloadavg.
48928         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
48929         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
48930
48931         Module getpagesize.
48932         * m4/getpagesize.m4: New file.
48933
48934         Module getusershell.
48935         * m4/getusershell.m4: New file.
48936
48937         Module physmem.
48938         * m4/physmem.m4: New file.
48939
48940         Module posixver.
48941         * m4/posixver.m4: New file.
48942
48943         Module quotearg.
48944         * m4/quotearg.m4: New file.
48945
48946         Module quote.
48947         * m4/quote.m4: New file.
48948
48949         Module readutmp.
48950         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
48951
48952         Module sig2str.
48953         * m4/sig2str.m4: New file.
48954
48955         Other.
48956         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
48957         ulonglong.m4.
48958         * m4/intmax_t.m4: New file.
48959         * m4/d-type.m4: Indentation.
48960         * m4/jm-macros.m4: Update.
48961         * m4/prereq.m4 (jm_PREREQ): Update.
48962         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
48963         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
48964         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
48965         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
48966         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
48967         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
48968         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
48969         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
48970         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
48971         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
48972         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
48973         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
48974         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
48975         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
48976         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
48977         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
48978         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
48979         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
48980         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
48981
48982 2002-12-24  Bruno Haible  <bruno@clisp.org>
48983
48984         * MODULES.txt: Update according to m4/ changes.
48985
48986         Module gettext.
48987         * config.rpath: New file, from gettext-0.11.5.
48988
48989         * modules/*: New module descriptions.
48990         * gnulib-tool: New file.
48991         * MODULES.html.sh: New file.
48992
48993 2002-12-21  Karl Berry  <karl@gnu.org>
48994
48995         * doc/fdl.texi: update to version 1.2.
48996
48997 2002-12-19  Karl Berry  <karl@gnu.org>
48998
48999         * config/config.guess: update from prep.
49000
49001 2002-12-18  Bruno Haible  <bruno@clisp.org>
49002
49003         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
49004         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
49005
49006 2002-12-17  Bruno Haible  <bruno@clisp.org>
49007
49008         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
49009         stdlib.h, string.h.
49010
49011 2002-12-17  Bruno Haible  <bruno@clisp.org>
49012
49013         * lib/canon-host.c (strdup): Remove unused declaration.
49014
49015         * lib/fsusage.c: Include full_read.h.
49016         (get_fs_usage): Use full_read instead of safe_read.
49017
49018         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
49019
49020 2002-12-12  Karl Berry  <karl@gnu.org>
49021
49022         * config/config.guess: update from prep.
49023
49024 2002-12-11  Bruno Haible  <bruno@clisp.org>
49025
49026         * m4/setenv.m4: New file, from gettext-0.11.5.
49027
49028 2002-12-11  Bruno Haible  <bruno@clisp.org>
49029
49030         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
49031         not unsetenv().
49032         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
49033         modifications:
49034
49035         2002-12-11  Bruno Haible  <bruno@clisp.org>
49036
49037                 * setenv.c (alloca): Fall back to malloc.
49038                 (freea): New macro.
49039                 (setenv): Use freea() to free memory allocated with alloca().
49040
49041         2002-11-13  Bruno Haible  <bruno@clisp.org>
49042
49043                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
49044                 function declarations.
49045                 * unsetenv.c (unsetenv): Likewise.
49046
49047         2002-03-04  Bruno Haible  <bruno@clisp.org>
49048
49049                 Portability to AIX 4.3.3.
49050                 * unsetenv.c: New file, extracted from setenv.c.
49051                 * setenv.c: Move the unsetenv() function to unsetenv.c.
49052
49053         2001-12-20  Bruno Haible  <bruno@clisp.org>
49054
49055                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
49056                 use malloc instead. For SunOS 4.
49057
49058         2001-12-11  Bruno Haible  <bruno@clisp.org>
49059
49060                 * setenv.c: Declare alloca.
49061                 (compar_fn_t): New typedef.
49062                 (KNOWN_VALUE, STORE_VALUE): Use it.
49063
49064         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
49065         setenv.h.
49066
49067 2002-12-10  Paul Eggert  <eggert@twinsun.com>
49068
49069         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
49070         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
49071         Choose values that are less likely to collide with system fnmatch
49072         options.
49073         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
49074         defined (e.g., a pure POSIX system).
49075         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
49076         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
49077
49078 2002-12-06  Paul Eggert  <eggert@twinsun.com>
49079
49080         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
49081         a pain in practice to deal with generated m4 files.  This change
49082         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
49083
49084         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
49085         and jm-glibc-io.m4, as they are no longer a special case.
49086         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
49087         kludge and the auto-generation stuff.  Check only whether the
49088         functions are declared, not whether they exist, since older hosts
49089         that don't declare the functions can't use the optimization anyway.
49090
49091 2002-12-06  Jim Meyering  <jim@meyering.net>
49092
49093         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
49094
49095         Merge in changes from libc's misc/error.c, in preparation
49096         for the merge of gnulib's changes back into libc.
49097
49098         * lib/error.c (_): Define only if not already defined.
49099         Move definition to follow all #include directives.
49100         Include unlocked-io.h only if !_LIBC.
49101         [_LIBC]: Include <libio/libioP.h>.
49102         [USE_IN_LIBIO]: Include <libio/iolibio.h>
49103         (fflush): Tweak definition to use INTUSE.
49104         (putc): Define.
49105
49106 2002-12-05  Paul Eggert  <eggert@twinsun.com>
49107
49108         * lib/alloca.c [defined emacs]: Include "lisp.h".
49109         (xalloc_die) [defined emacs]: New macro.
49110         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
49111         [! defined emacs]: Include <xalloc.h>.
49112         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
49113         (pointer): Typedef to POINTER_TYPE *.
49114         (malloc): Remove decl; we now always use xmalloc.
49115         (alloca): Use old-style definition, since Emacs needs this.
49116         Check for arithmetic overflow when computing combined size.
49117
49118 2002-12-04  Paul Eggert  <eggert@twinsun.com>
49119
49120         Do not generate unlocked-io.h automatically, since it's easier to
49121         maintain it by hand.
49122
49123         * lib/unlocked-io.h: New file, from GNU diffutils,
49124         but with proper copyright notice and attribution.
49125         * lib/gen-uio: Remove.
49126         * lib/Makefile.am: Add copyright notice.
49127         (libfetish_a_SOURCES): Add unlocked-io.h.
49128         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
49129         (DISTCLEANFILES, io_functions): Remove macros.
49130         (EXTRA_DIST): Remove gen_uio.
49131         (unlocked-io.h): Remove rule.
49132
49133 2002-12-04  Jim Meyering  <jim@meyering.net>
49134
49135         Reflect the fact that stat.c and lstat.c are no longer generated.
49136         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
49137         (DISTCLEANFILES): Likewise.
49138         (EXTRA_DIST): Likewise.
49139         (all_local): Don't depend on stat.c or lstat.c.
49140         (stat.c, lstat.c): Remove rules.
49141         (EXTRA_DIST): Remove xstat.in.
49142
49143         * lib/xstat.in: Remove file.  Contents moved into stat.c.
49144         * lib/stat.c: New file.  Contents mostly from xstat.in.
49145         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
49146         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
49147
49148         * lib/safe-read.c: Rework so that it may serve to define safe_write,
49149         too.
49150         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
49151
49152 2002-12-03  Jim Meyering  <jim@meyering.net>
49153
49154         * lib/safe-read.c, safe-write.c: Change variable names and comments,
49155         but not semantics, to minimize the differences between these two files.
49156         (safe_read): Change comment to mention SAFE_READ_ERROR.
49157
49158         * lib/safe-read.c (IS_EINTR): Define.
49159         (safe_read): Use IS_EINTR in place of in-function cpp directives.
49160
49161 2002-12-02  Jim Meyering  <jim@meyering.net>
49162
49163         * lib/safe-read.c (EINTR): Define.
49164         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
49165         (INT_MAX): Provide fallback.
49166         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
49167
49168         * lib/safe-read.h (SAFE_READ_ERROR): Define.
49169
49170 2002-12-02  Bruno Haible  <bruno@clisp.org>
49171
49172         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
49173         Define, taken from safe-read.c.
49174         (INT_MAX): Provide fallback.
49175         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
49176         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
49177
49178         * lib/safe-read.c (EINTR): Remove definition.
49179         (safe_read): Don't use EINTR if it is absent.
49180
49181 2002-12-01  Jim Meyering  <jim@meyering.net>
49182
49183         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
49184         zero.
49185         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
49186
49187 2002-11-27  Paul Eggert  <eggert@twinsun.com>
49188
49189         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
49190         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
49191         with `if (! (value < limit)) abort ();', for readability.
49192
49193 2002-11-26  Karl Berry  <karl@gnu.org>
49194
49195         * lib/strdup.c: copy from libc again, with jim's ok.
49196         * lib/.cppi-disable: re-add strdup.c
49197
49198 2002-11-25  Karl Berry  <karl@gnu.org>
49199
49200         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
49201         instead of "strtol.c".
49202
49203 2002-11-25  Karl Berry  <karl@gnu.org>
49204
49205         * config/install-sh: update from automake for variable quoting, $0 in
49206         error msgs, etc.
49207
49208         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
49209         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
49210         entry.
49211
49212 2002-11-25  Jim Meyering  <jim@meyering.net>
49213
49214         * lib/mktime.c: Sync from libc, now that it has the latest fix.
49215
49216 2002-11-24  Karl Berry  <karl@gnu.org>
49217
49218         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
49219         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
49220
49221 2002-11-24  Jim Meyering  <jim@meyering.net>
49222
49223         Update from coreutils:
49224
49225         * lib/mktime.c: Merge in changes from libc.
49226
49227         Avoid a link-time failure on some Linux systems.
49228         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
49229         (otherwise).
49230         (__mon_yday): Declare with the STATIC attribute.
49231         (__mktime_internal): Likewise.
49232         Based on a report from Greg Schafer.
49233
49234 2002-11-23  Jim Meyering  <jim@meyering.net>
49235
49236         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
49237         Use `unsigned', not `int', as type of index.
49238
49239         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
49240
49241         * lib/fsusage.c: Remove unneeded parentheses around operands of
49242         `defined'.
49243
49244 2002-11-22  Paul Eggert  <eggert@twinsun.com>
49245
49246         * lib/quotearg.h: Allow multiple inclusion by surrounding with
49247         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
49248         so that we can be included first.
49249         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
49250         * lib/quotearg.c: Include quotearg.h immediately after config.h.
49251         No need to include stddef.h or sys/types.h any more.
49252         Surround local include files with "", not "<>".
49253         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
49254         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
49255         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
49256         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
49257         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
49258         (ISPRINT): Remove; no longer needed now that we assume C89.
49259
49260         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
49261         Preserve errno.
49262
49263         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
49264         quotearg_char): Use SIZE_MAX rather than
49265         (size_t) -1 when we are talking about "infinity".
49266
49267         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
49268
49269 2002-11-22  Paul Eggert  <eggert@twinsun.com>
49270
49271         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
49272         hint that one should use `if (! x) abort ();' rather than `assert
49273         (x);', and anyway it's one less thing to worry about configuring.
49274         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
49275         hash_rehash, hash_insert): Use abort rather than assert.
49276
49277 2002-11-22  Bruno Haible  <bruno@clisp.org>
49278
49279         * lib/safe-read.h: Assume C89. Add comments.
49280         (safe_read): Change return type to size_t.
49281         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
49282         byte counts > SSIZE_MAX correctly.
49283         * lib/safe-write.h: New file.
49284         * lib/safe-write.c: New file.
49285         * lib/full-read.h: New file.
49286         * lib/full-read.c: New file.
49287         * lib/full-write.h: Assume C89. Add comments.
49288         * lib/full-write.c: Include safe-write.h.
49289         (full_write): Rewritten to use safe_write.
49290         Suggested by Jim Meyering and Paul Eggert.
49291
49292 2002-11-21  Jim Meyering  <jim@meyering.net>
49293
49294         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
49295
49296         Merge in changes from the coreutils.
49297
49298         2002-09-25  Paul Eggert  <eggert@twinsun.com>
49299         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
49300         <stdint.h>.
49301         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
49302         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
49303         int.  Work more efficiently if X is the same width as uintmax_t.
49304         Do not compare X to -1, to avoid bogus compiler warning.
49305         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
49306         Don't assume that f_frsize and f_bsize are the same type.
49307
49308         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
49309         warning on FreeBSD.
49310
49311         * lib/makepath.c (make_path): Restore umask *before* creating the final
49312         component.
49313         (make_path): Minor reformatting.
49314
49315         * lib/xmalloc.c: Adjust to work with new autoconf macros,
49316         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
49317         HAVE_MALLOC/HAVE_REALLOC.
49318
49319         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
49320         dummy ones.  At least on GNU/Linux systems, `auto' means something
49321         else.
49322         From Michael Stone.
49323
49324 2002-11-21  Bruno Haible  <bruno@clisp.org>
49325
49326         Remove case insensitive option matching.
49327         * lib/argmatch.h (argcasematch): Remove declaration.
49328         (ARGCASEMATCH): Remove macro.
49329         (__xargmatch_internal): Remove case_sensitive argument.
49330         (XARGMATCH): Update.
49331         (XARGCASEMATCH): Remove macro.
49332         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
49333         case_sensitive argument.
49334         (argcasematch): Remove function.
49335         (__xargmatch_internal): Remove case_sensitive argument.
49336         (main): Use XARGMATCH instead of XARGCASEMATCH.
49337
49338         * lib/xmalloc.c: Change compile-time error message. Add comment about
49339         required autoconf version.
49340
49341 2002-11-20  Paul Eggert  <eggert@twinsun.com>
49342
49343         Merge argmatch cleanups from Bison.  Assume C89.
49344
49345         * lib/argmatch.c: Include config.h here, not in argmatch.h.
49346         Include stdlib.h, for EXIT_FAILURE.
49347         Always include <string.h>, since we assume C89.
49348         (EXIT_FAILURE): Remove pre-C89 bug workaround.
49349         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
49350         Include <stddef.h> instead, since it's all we need for size_t.
49351         (PARAMS): Remove.  All uses removed.
49352         (ARRAY_CARDINALITY): Do not bother to #undef.
49353         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
49354         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
49355         Remove unnecessary parentheses.
49356         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
49357         Insert necessary parentheses.
49358         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
49359         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
49360
49361 2002-11-19  Bruno Haible  <bruno@clisp.org>
49362
49363         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
49364         * lib/mbswidth.h: Include <stddef.h>, for size_t.
49365
49366         * lib/mbswidth.h (PARAMS): Remove macro.
49367         (mbswidth, mbsnwidth): Use ANSI C function declarations.
49368         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
49369
49370         * lib/gcd.h (PARAMS): Remove macro.
49371         (gcd): Use ANSI C function declarations.
49372         * lib/gcd.c (gcd): Likewise.
49373
49374 2002-11-15  Bruno Haible  <bruno@clisp.org>
49375
49376         * lib/strcspn.c: Include <stddef.h>.
49377         (strcspn): Use ANSI C function declaration. Change return type to
49378         size_t. Use NULL.
49379         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
49380         (strpbrk): Use NULL.
49381         * lib/strpbrk.h (PARAMS): Remove macro.
49382         (strpbrk): Use ANSI C function declaration.
49383         * lib/strstr.c: Don't include <sys/types.h>.
49384         * lib/strstr.h (PARAMS): Remove macro.
49385         (strstr): Use ANSI C function declarations.
49386
49387 2002-11-14  Karl Berry  <karl@gnu.org>
49388
49389         * config/mkinstalldirs: `do' on separate line, instead of
49390         `for var; do'.
49391
49392 2002-11-06  Bruno Haible  <bruno@clisp.org>
49393
49394         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
49395         * lib/gcd.c (gcd): Likewise.
49396
49397 2002-11-05  Bruno Haible  <bruno@clisp.org>
49398
49399         * lib/gcd.h: New file, from gettext-0.11.5.
49400         * lib/gcd.c: New file, from gettext-0.11.5.
49401
49402 2002-11-05  Bruno Haible  <bruno@clisp.org>
49403
49404         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
49405         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
49406         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
49407         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
49408
49409         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
49410         <libintl.h>.
49411         * lib/makepath.c: Include gettext.h instead of <locale.h> and
49412         <libintl.h>.
49413
49414         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
49415         * lib/human.c: Include gettext.h instead of <libintl.h>.
49416         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
49417         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
49418         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
49419         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
49420         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
49421         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
49422         (textdomain): Remove definition.
49423         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
49424
49425         * lib/long-options.c: Remove include of <libintl.h> and definition of
49426         _.
49427         * lib/same.c: Remove include of <libintl.h> and definition of _.
49428
49429 2002-11-04  Owen Taylor  <otaylor@redhat.com>
49430
49431         * lib/config.charset: A few additions for Solaris.
49432
49433 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
49434
49435         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
49436         * lib/localcharset.c (locale_charset): Declare as extern "C".
49437
49438 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
49439
49440         * lib/config.charset: msdos in uk_UA uses CP1125.
49441
49442 2002-11-04  Bruno Haible  <bruno@clisp.org>
49443
49444         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
49445         * lib/strcase.h: New file, from GNU gettext-0.11.5.
49446         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
49447         * lib/strstr.h: New file, from GNU gettext-0.11.5.
49448         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
49449
49450 2002-11-04  Bruno Haible  <bruno@clisp.org>
49451
49452         * lib/localcharset.c (locale_charset): Don't return an empty string.
49453
49454 2002-11-04  Bruno Haible  <bruno@clisp.org>
49455
49456         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
49457         aliases.
49458
49459 2002-11-04  Bruno Haible  <bruno@clisp.org>
49460
49461         * lib/config.charset: Update for newest glibc. Add canonical names
49462         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
49463
49464 2002-11-04  Bruno Haible  <bruno@clisp.org>
49465
49466         * lib/config.charset: Add support for NetBSD.
49467
49468 2002-11-04  Bruno Haible  <bruno@clisp.org>
49469
49470         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
49471
49472 2002-11-01  Bruno Haible  <bruno@clisp.org>
49473
49474         * configure.in: Add AC_CONFIG_AUX_DIR call.
49475         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
49476         test/Makefile.
49477         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
49478
49479 2002-09-28  Karl Berry  <karl@gnu.org>
49480
49481         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
49482         installed automake until the next release, since changes have been
49483         made.
49484
49485 2002-09-25  Karl Berry  <karl@gnu.org>
49486
49487         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
49488         * lib/getopt*: copy from libc/posix.
49489         * lib/gettext.h: copy from gettext.
49490         * lib/.cppi-disable: add strdup.c, gettext.h.
49491
49492 2002-09-25  Karl Berry  <karl@gnu.org>
49493
49494         * config/srclist.txt: enable gettext.h check.
49495         * config/config.{guess,sub}: update from prep.
49496         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
49497                 from automake 1.6.3.
49498         See srclist*.
49499
49500 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
49501
49502         * regex.c (PATFETCH): Remove the translating fetch.
49503         (PATFETCH_RAW): Rename to PATFETCH.
49504         (set_image_of_range): New fun.
49505         (SET_RANGE_TABLE_WORK_AREA): Use it.
49506         (regex_compile): Don't translate the pattern chars so eagerly.
49507         Only do it when inserting an `exactn' bytecode or when handling
49508         a char-range.
49509         (mutually_exclusive_p): Avoid empty statement.
49510
49511 2002-07-06  Jim Meyering  <meyering@lucent.com>
49512
49513         * m4/README: Don't mention Makefile.am.in.
49514         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
49515
49516 2002-07-01  Jim Meyering  <meyering@lucent.com>
49517
49518         * lib/c-stack.c: Include sys/time.h.
49519         From Volker Borchert.
49520
49521 2002-06-26  Paul Eggert  <eggert@twinsun.com>
49522
49523         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
49524
49525 2002-06-26  Paul Eggert  <eggert@twinsun.com>
49526
49527         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
49528         New macro.  Use it uniformly instead of
49529         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
49530         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
49531         reported by Vin Shelton.
49532
49533 2002-06-22  Paul Eggert  <eggert@twinsun.com>
49534
49535         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
49536         Do not assume SA_SIGINFO behavior.
49537         Bug reported by Jim Meyering on NetBSD 1.5.2.
49538
49539 2002-06-22  Jim Meyering  <meyering@lucent.com>
49540
49541         * m4/c-stack.m4: New file, from diffutils-2.8.2.
49542         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
49543
49544         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
49545         now that configure.ac uses AC_GNU_SOURCE.
49546         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
49547         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
49548
49549         Update to latest tools.  Suggestions from Paul Eggert.
49550         * m4/stdbool.m4: New file, from diffutils-2.8.2.
49551         * m4/gnu-source.m4: Update from diffutils-2.8.2.
49552         * m4/fnmatch.m4: Likewise.
49553         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
49554         to AC_HEADER_STDBOOL
49555
49556 2002-06-22  Jim Meyering  <meyering@lucent.com>
49557
49558         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
49559         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
49560
49561 2002-06-22  Jim Meyering  <meyering@lucent.com>
49562
49563         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
49564
49565         * lib/exitfail.c, exitfail.h: Likewise.
49566         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
49567
49568         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
49569         of fnmatch.h.
49570         (EXTRA_DIST): Add fnmatch_loop.c.
49571         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
49572
49573         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
49574         * lib/fnmatch.c: Update from diffutils-2.8.2.
49575         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
49576         * lib/fnmatch.h: Remove file.
49577
49578 2002-06-21  Jim Meyering  <meyering@lucent.com>
49579
49580         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
49581         * m4/mbrtowc.m4: Likewise.
49582
49583         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
49584         * m4/mbswidth.m4: Reflect name change:
49585         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
49586         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
49587
49588         * m4/lib-link.m4: Update from gettext-0.11.2.
49589         * m4/gettext.m4: Likewise.
49590
49591         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
49592         From Alfred M. Szmidt.
49593
49594 2002-06-18  Paul Eggert  <eggert@twinsun.com>
49595
49596         * lib/file-type.h: Report an error if neither S_ISREG nor
49597         S_IFREG is defined, instead of using a test specific to glibc
49598         2.2.  This should be safe, since POSIX requires S_ISREG and
49599         Unix Version 7 had S_IFREG.  We don't need to check for
49600         <sys/types.h> since we don't use any symbols that it defines.
49601
49602 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
49603
49604         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
49605         $@-t, so that each temporary file name is unique and valid in the first
49606         8 characters, for operation under DOS.
49607
49608 2002-06-15  Paul Eggert  <eggert@twinsun.com>
49609
49610         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
49611
49612 2002-06-15  Jim Meyering  <meyering@lucent.com>
49613
49614         Work even with DJGPP 2.03, which lacks support for symlinks.
49615         From Richard Dawe.
49616         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
49617         is defined.
49618         * lib/lchown.c (S_ISLNK): Likewise.
49619
49620 2002-06-15  Jim Meyering  <meyering@lucent.com>
49621
49622         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
49623         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
49624         have been included before this file.
49625
49626 2002-06-14  Jim Meyering  <meyering@lucent.com>
49627
49628         * lib/file-type.h: Use the version from diffutils-2.8.2.
49629         * lib/file-type.c: Likewise.
49630
49631 2002-06-07  Jim Meyering  <meyering@lucent.com>
49632
49633         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
49634         They're needed at least for NetBSD 1.5.2.
49635         ($statxfs_includes): Include those same headers.
49636         ($statxfs_includes): Include sys/vfs.h if available.
49637         ($statxfs_includes): Likewise for sys/statvfs.h.
49638         Check for the following members in both structs statfs and statvfs:
49639         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
49640
49641 2002-06-01  Jim Meyering  <meyering@lucent.com>
49642
49643         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
49644         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
49645
49646 2002-05-28  Jim Meyering  <meyering@lucent.com>
49647
49648         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
49649         Reported by Volker Borchert.
49650
49651 2002-05-27  Jim Meyering  <meyering@lucent.com>
49652
49653         Fix a problem seen only on nonconforming systems whereby ls.c's
49654         use of localtime, and then of gettimeofday would cause trouble:
49655         the localtime call used to initialize rpl_gettimeofday's save
49656         mechanism would clobber ls's current local time information so
49657         that in any long listing the first file would always be listed
49658         with date 1970-01-01.  Analysis by Volker Borchert.
49659
49660         * lib/gettimeofday.c (localtime): Undefine.
49661         (rpl_localtime): New function.
49662
49663 2002-05-27  Jim Meyering  <meyering@lucent.com>
49664
49665         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
49666         localtime.
49667
49668         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
49669         use the replacement function; it wouldn't resolve at link time.
49670         Reported by Volker Borchert.
49671
49672 2002-05-22  Jim Meyering  <meyering@lucent.com>
49673
49674         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
49675         file-type.h.
49676         * lib/file-type.h: New file.
49677         * lib/file-type.c (file_type): New file/function.  Extracted from
49678         diffutils.
49679
49680 2002-04-30  Jim Meyering  <meyering@lucent.com>
49681
49682         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
49683
49684 2002-04-29  Paul Eggert  <eggert@twinsun.com>
49685
49686         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
49687
49688 2002-04-29  Paul Eggert  <eggert@twinsun.com>
49689
49690         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
49691         Do not check for alloca.h (no longer used) or stdbool.h (was never
49692         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
49693
49694 2002-04-29  Paul Eggert  <eggert@twinsun.com>
49695
49696         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
49697
49698 2002-04-29  Jim Meyering  <meyering@lucent.com>
49699
49700         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
49701         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
49702         Use AC_FUNC_STRNLEN here instead.
49703
49704         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
49705         With autoconf-2.53a, it's part of AC_PROG_CC.
49706
49707 2002-04-28  Paul Eggert  <eggert@twinsun.com>
49708
49709         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
49710         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
49711
49712 2002-04-28  Paul Eggert  <eggert@twinsun.com>
49713
49714         * lib/sig2str.h, lib/sig2str.c: New files.
49715         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
49716
49717 2002-04-28  Paul Eggert  <eggert@twinsun.com>
49718
49719         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
49720         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
49721         of 127, since 64 is the largest conceivable number for ancient
49722         nonstandard hosts.
49723         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
49724
49725 2002-04-28  Jim Meyering  <meyering@lucent.com>
49726
49727         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
49728
49729 2002-04-24  Jim Meyering  <meyering@lucent.com>
49730
49731         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
49732         (jm_PREREQ): Use it.
49733
49734         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
49735         mach/mach.h fcntl.h.
49736         Check for this function: setlocale.
49737
49738 2002-04-24  Jim Meyering  <meyering@lucent.com>
49739
49740         * lib/gettext.h: New file, from Gettext.
49741         * lib/Makefile.am (INCLUDES): Remove -I../intl.
49742         (libfetish_a_SOURCES): Add gettext.h.
49743
49744 2002-04-16  Jim Meyering  <meyering@lucent.com>
49745
49746         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
49747         ut_pid, ut_id, ut_exit.
49748
49749 2002-04-16  Jim Meyering  <meyering@lucent.com>
49750
49751         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
49752         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
49753         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
49754
49755 2002-04-12  Jim Meyering  <meyering@lucent.com>
49756
49757         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
49758         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
49759         existence of the getmntinfo function.  Needed for Darwin 5.3.
49760
49761         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
49762         This is necessary at least on Darwin 5.3.
49763
49764         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
49765         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
49766         strnlen.o in the library, and that makes some versions of ranlib
49767         object.
49768
49769 2002-04-12  Jim Meyering  <meyering@lucent.com>
49770
49771         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
49772
49773 2002-04-09  Jim Meyering  <meyering@lucent.com>
49774
49775         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
49776         to be more precise.  Rather than saying we're checking whether the
49777         function `works', say what we're testing.
49778         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
49779         Reported by Bruno Haible.
49780
49781 2002-03-10  Jim Meyering  <meyering@lucent.com>
49782
49783         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
49784         Suggestion from Santiago Vila.
49785
49786 2002-03-08  Jim Meyering  <meyering@lucent.com>
49787
49788         * lib/rename.c: Mention that this wrapper is needed also on
49789         mips-dec-ultrix4.4 systems.
49790
49791 2002-03-02  Jim Meyering  <meyering@lucent.com>
49792
49793         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
49794         not HAVE_CLOCK_SETTIME.
49795
49796 2002-02-27  Paul Eggert  <eggert@twinsun.com>
49797
49798         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
49799         Check for clock_settime.
49800
49801 2002-02-27  Paul Eggert  <eggert@twinsun.com>
49802
49803         * lib/nanosleep.h: Rename to....
49804         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
49805
49806         * lib/gettime.c: New file.
49807         * lib/settime.c: New file.
49808         * lib/stime.c: Remove.
49809
49810         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
49811         timespec.h.  Remove nanosleep.h.
49812
49813 2002-02-25  Paul Eggert  <eggert@twinsun.com>
49814
49815         * m4/acl.m4: New file.
49816         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
49817         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
49818
49819 2002-02-25  Paul Eggert  <eggert@twinsun.com>
49820
49821         * lib/acl.c, lib/acl.h: New files.
49822         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
49823
49824 2002-02-24  Jim Meyering  <meyering@lucent.com>
49825
49826         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
49827         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
49828         cause trouble.  Reported by Nelson Beebe.
49829
49830 2002-02-23  Paul Eggert  <eggert@twinsun.com>
49831
49832         * lib/path-concat.c (xpath_concat): Reorder code to pacify
49833         compilers that don't know that xalloc_die never returns.
49834
49835 2002-02-20  Jim Meyering  <meyering@lucent.com>
49836
49837         * lib/getdate.c: Regenerate using bison-1.33.
49838
49839 2002-02-17  Jim Meyering  <meyering@lucent.com>
49840
49841         * config/config.guess (main): Don't use `head -1'; it's no longer
49842         portable. Use `sed 1q' instead.
49843
49844 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
49845
49846         * m4/codeset.m4: Upgrade to gettext-0.11.
49847         * m4/gettext.m4: Upgrade to gettext-0.11.
49848         * m4/glibc21.m4: Upgrade to gettext-0.11.
49849         * m4/iconv.m4: Upgrade to gettext-0.11.
49850         * m4/isc-posix.m4: Upgrade to gettext-0.11.
49851         * m4/lcmessage.m4: Upgrade to gettext-0.11.
49852         * m4/lib-ld.m4: New file, from gettext-0.11.
49853         * m4/lib-link.m4: New file, from gettext-0.11.
49854         * m4/lib-prefix.m4: New file, from gettext-0.11.
49855         * m4/progtest.m4: Upgrade to gettext-0.11.
49856
49857 2002-02-15  Paul Eggert  <eggert@twinsun.com>
49858
49859         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
49860         (jm_PREREQ): Use it.
49861
49862 2002-02-15  Paul Eggert  <eggert@twinsun.com>
49863
49864         * lib/posixver.c, lib/posixver.h: New files.
49865         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
49866
49867 2002-02-02  Paul Eggert  <eggert@twinsun.com>
49868             Bruno Haible  <bruno@clisp.org>
49869
49870         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
49871         (fwrite_success_callback): New declaration.
49872         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
49873         print_unicode_char. Call failure callback instead of error.
49874         (fwrite_success_callback): New function.
49875         (exit_failure_callback): New function.
49876         (fallback_failure_callback): New function.
49877         (print_unicode_char): Call unicode_to_mb.
49878
49879 2002-01-26  Jim Meyering  <meyering@lucent.com>
49880
49881         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
49882         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
49883
49884 2002-01-26  Jim Meyering  <meyering@lucent.com>
49885
49886         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
49887
49888 2002-01-22  Paul Eggert  <eggert@twinsun.com>
49889
49890         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
49891
49892 2002-01-22  Jim Meyering  <meyering@lucent.com>
49893
49894         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
49895         Otherwise, some versions of automake would omit the rule that makes
49896         Makefile from Makefile.in.
49897
49898 2002-01-21  Paul Eggert  <eggert@twinsun.com>
49899
49900         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
49901         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
49902         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
49903         (memcoll): Set errno to zero if there is no error.
49904
49905         * lib/quotearg.c (quotearg_buffer_restyled):
49906         Fix bug with quoting buffers containing NUL when backslashing escapes.
49907         This bug was exposed by the other changes in this patch.
49908         (quotearg_n_options): New arg ARGSIZE.
49909         All callers changed.
49910         (quoting_options_from_style): New function.
49911         (quotearg_n_style): Use it.
49912         (quotearg_n_style_mem): New function.
49913
49914         * lib/quotearg.h (quotearg_n_style_mem): New function.
49915
49916 2002-01-19  Jim Meyering  <meyering@lucent.com>
49917
49918         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
49919         Remove useless quotes: DF_PROG="df".
49920         * m4/strnlen.m4: New file.
49921
49922 2002-01-16  Paul Eggert  <eggert@twinsun.com>
49923
49924         * lib/backupfile.c (ISDIGIT): Comment fix.
49925         * lib/getdate.y (ISDIGIT): Likewise.
49926         * lib/posixtm.c (ISDIGIT, year): Likewise.
49927         * lib/strverscmp.c (ISDIGIT): Likewise.
49928         * lib/userspec.c (ISDIGIT): Likewise.
49929
49930 2002-01-16  Jim Meyering  <meyering@lucent.com>
49931
49932         * lib/getdate.y: Add three semicolons, each just before a closing
49933         brace. Bison (as of version 1.31) no longer papers over that mistake.
49934
49935 2002-01-05  Jim Meyering  <meyering@lucent.com>
49936
49937         * lib/version-etc.c (version_etc_copyright): Update copyright year.
49938
49939 2001-12-19  Paul Eggert  <eggert@twinsun.com>
49940
49941         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
49942         not silently exit merely because the output buffer happens to
49943         have nothing pending.
49944
49945 2001-12-18  Paul Eggert  <eggert@twinsun.com>
49946
49947         See the big note in ../ChangeLog.
49948         * lib/human.c (suffixes): Prefer K to k for 1024.
49949         (generate_suffix_backwards): New function.
49950         (human_readable_inexact): Use it.
49951         * lib/xstrtol.c (__xstrtol): If there is no number but there
49952         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
49953         Accept 'K' as well as 'k'.
49954
49955 2001-12-15  Jim Meyering  <meyering@lucent.com>
49956
49957         * lib/regex.h (__restrict_arr): Update from libc.
49958
49959         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
49960         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
49961         (STREQ): Define.
49962
49963 2001-12-14  Jim Meyering  <meyering@lucent.com>
49964
49965         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
49966         Suggestion from Bruno Haible.
49967
49968 2001-12-10  Jim Meyering  <meyering@lucent.com>
49969
49970         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
49971         xrealloc, Instead, include "xalloc.h".
49972         (initbuffer): Don't cast xmalloc return value to char*.
49973         (readline): Reword comment.
49974         Don't cast xrealloc return value to char*
49975         Return NULL, not 0.
49976
49977 2001-12-09  Jim Meyering  <meyering@lucent.com>
49978
49979         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
49980         about `signed and unsigned type in conditional expression'.
49981         * lib/posixtm.c (posix_time_parse): Likewise.
49982
49983         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
49984
49985         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
49986         to avoid a pedantic warning.
49987
49988         * lib/getstr.c: Don't include assert.h.
49989         (getstr): Remove warning-evoking assertions.
49990         Return -1 if offset parameter is out of bounds.
49991         Change the type of a local from int to size_t.
49992
49993         * lib/strftime.c (my_strftime_localtime_r): Include this function
49994         definition in the `#if ! HAVE_TM_GMTOFF' block.
49995
49996         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
49997         Include xalloc.h instead.
49998
49999 2001-12-02  Jim Meyering  <meyering@lucent.com>
50000
50001         * lib/tempname.c: Don't declare getenv, thus reverting the change of
50002         2001-11-18.  It's no longer necessary, now that stdlib.h is always
50003         included.
50004
50005         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
50006         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
50007
50008 2001-11-30  Akim Demaille  <akim@epita.fr>
50009
50010         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
50011         before being defined.
50012
50013 2001-11-27  Paul Eggert  <eggert@twinsun.com>
50014
50015         * lib/quotearg.h (quotearg_n, quotearg_n_style):
50016         First arg is int, not unsigned.
50017         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
50018         (SIZE_MAX, UINT_MAX): New macros.
50019         (quotearg_n_options): Abort if N is negative.
50020         Avoid overflow check on hosts where size_t is 64 bits and int
50021         is 32 bits, as overflow is impossible there.
50022         Fix off-by-one typo that caused unnecessary reallocation.
50023
50024 2001-11-27  Jim Meyering  <meyering@lucent.com>
50025
50026         * lib/tempname.c: Merge with version from libc.
50027         * lib/regex.c: Likewise.
50028
50029         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
50030         systems for which STDC_HEADERS is 0, it was not included, resulting in
50031         a warning about an integer-to-pointer conversion problem with getenv.
50032         Reported by Volker Borchert.
50033
50034 2001-11-26  Jim Meyering  <meyering@lucent.com>
50035
50036         * lib/gtod.h: Remove file.
50037         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
50038         * lib/gettimeofday.c: Don't include gtod.h.
50039         (GTOD_init): Remove function.
50040         (rpl_gettimeofday): Do its job here instead, rather than aborting.
50041         Suggestion from Volker Borchert.
50042
50043 2001-11-23  Jim Meyering  <meyering@lucent.com>
50044
50045         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
50046         it.
50047         * lib/hash.c (struct hash_table): Define it here instead.
50048
50049 2001-11-22  Jim Meyering  <meyering@lucent.com>
50050
50051         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
50052
50053 2001-11-20  Jim Meyering  <meyering@lucent.com>
50054
50055         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
50056         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
50057
50058 2001-11-19  Jim Meyering  <meyering@lucent.com>
50059
50060         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
50061         directory.  Use "conftestXXXXXX" as the template.
50062         Suggestion from Paul Eggert.
50063
50064         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
50065         immediately, so the test doesn't mistakenly hit the max-open-files
50066         limit.
50067
50068 2001-11-18  Paul Eggert  <eggert@twinsun.com>
50069
50070         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
50071         (TEMPORARIES): New macro.
50072         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
50073         removes an artificial limitation (e.g. HP-UX 10.20, where
50074         TMP_MAX is 17576).
50075
50076 2001-11-18  Jim Meyering  <meyering@lucent.com>
50077
50078         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
50079
50080 2001-11-18  Jim Meyering  <meyering@lucent.com>
50081
50082         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
50083         on SunOS 4.
50084
50085         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
50086         files will be created before anything else.
50087
50088 2001-11-17  Paul Eggert  <eggert@twinsun.com>
50089
50090         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
50091         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
50092
50093 2001-11-17  Jim Meyering  <meyering@lucent.com>
50094
50095         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
50096         Prompted by a report from Bob Proulx.
50097
50098         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
50099         Instead, require UTILS_FUNC_MKSTEMP.
50100
50101 2001-11-17  Jim Meyering  <meyering@lucent.com>
50102
50103         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
50104         Now, that's done as part of AC_FUNC_STRTOD.
50105
50106 2001-11-17  Jim Meyering  <meyering@lucent.com>
50107
50108         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
50109         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
50110         rather than group writable.  Patch by Juan F. Codagnone.
50111
50112         * lib/readtokens.c: Remove explicit declarations of xmalloc and
50113         xrealloc, Instead, include "xalloc.h".
50114
50115         * lib/mountlist.c: Include unlocked-io.h after all system headers.
50116         Remove explicit declarations of xmalloc, xrealloc,
50117         and xstrdup.  Instead, include "xalloc.h".
50118
50119         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
50120         unlocked-io.h.
50121         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
50122         Likewise.
50123         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
50124
50125         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
50126         Reported by Padraig Brady.
50127
50128         * lib/mkstemp.c: #undef mkstemp.
50129         Include config.h.
50130         (rpl_mkstemp): Rename from mkstemp.
50131         Protoize.
50132
50133 2001-11-16  Jim Meyering  <meyering@lucent.com>
50134
50135         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
50136         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
50137         determine the amount of total physical memory, use pstat_getstatic.
50138         HPUX-11 doesn't define _SC_PHYS_PAGES.
50139         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
50140         If sysconf couldn't be used to determine the amount of available
50141         physical memory, use both pstat_getstatic and pstat_getdynamic.
50142         Based on a patch from Bob Proulx.
50143
50144 2001-11-10  Jim Meyering  <meyering@lucent.com>
50145
50146         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
50147         (jm_PREREQ): Use it.
50148
50149 2001-11-09  Jim Meyering  <meyering@lucent.com>
50150
50151         * m4/jm-macros.m4: Require autoconf-2.52f.
50152         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
50153         Use these AC_-prefixed names, not the AM_-prefixed ones.
50154
50155         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
50156
50157 2001-11-05  Jim Meyering  <meyering@lucent.com>
50158
50159         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
50160
50161 2001-11-04  Jim Meyering  <meyering@lucent.com>
50162
50163         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
50164         $DEFS.
50165
50166 2001-11-03  Jim Meyering  <meyering@lucent.com>
50167
50168         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
50169         of AC_DEFUN.
50170
50171         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
50172         know the name of the variable in the macro definition.
50173
50174 2001-11-03  Jim Meyering  <meyering@lucent.com>
50175
50176         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
50177         in argmatch_to_argument call.
50178
50179         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
50180         argument.
50181
50182         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
50183         e.g., a fault due to an attempt to free a NULL pointer.
50184
50185 2001-11-01  Jim Meyering  <meyering@lucent.com>
50186
50187         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
50188         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
50189
50190 2001-11-01  Jim Meyering  <meyering@lucent.com>
50191
50192         * lib/dirfd.c, lib/dirfd.h: New files.
50193         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
50194
50195         * lib/hash.c (hash_print) [TESTING]: Clean up.
50196
50197 2001-10-22  Paul Eggert  <eggert@twinsun.com>
50198
50199         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
50200         to avoid a warning if -Wall.
50201
50202 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
50203
50204         * README: New file
50205         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
50206         (per RMS's instructions, this is now the canonical source)
50207         * lgpl/, gpl/: New directories.
50208
50209 2001-10-21  Paul Eggert  <eggert@twinsun.com>
50210
50211         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
50212
50213 2001-10-21  Jim Meyering  <meyering@lucent.com>
50214
50215         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
50216         this code would end up calling gettext even in packages built
50217         with --disable-nls.
50218         * lib/getopt.c (_): Likewise.
50219         * lib/regex.c (_): Likewise.
50220
50221 2001-10-20  Paul Eggert  <eggert@twinsun.com>
50222
50223         * m4/error.m4 (jm_PREREQ_ERROR):
50224         Do not invoke AC_CHECK_FUNCS with strerror_r, as
50225         AC_FUNC_STRERROR_R does that.
50226         Check for strerror declaration.
50227
50228         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
50229         are supposed to have them these days.
50230         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
50231         Merge changes from latest Autoconf CVS.
50232         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
50233         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
50234         POSIX decided to standardize on the int flavor of strerror_r.
50235
50236 2001-10-20  Paul Eggert  <eggert@twinsun.com>
50237
50238         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
50239         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
50240         Use strerror_r that is only a macro, even if it is not a function.
50241         (strerror): Check for HAVE_DECL_STRERROR before declaring.
50242         (private_strerror): Use prototypes, not old-style function definition.
50243         (print_errno_message): New function.
50244         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
50245         char*-flavored one.
50246         (error_tail, error, error_at_line): Use it.
50247
50248 2001-10-11  Jim Meyering  <meyering@lucent.com>
50249
50250         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
50251         and quote_n (1, ... to avoid clobbering a buffer.
50252
50253 2001-10-05  Jim Meyering  <meyering@lucent.com>
50254
50255         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
50256         hash-pjw.h.
50257         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
50258         * lib/hash-pjw.h: New file.
50259
50260 2001-09-30  Jim Meyering  <meyering@lucent.com>
50261
50262         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
50263         `struct fsstat' has the `f_fstypename' member.
50264         Use that to define FS_TYPE, which is now used to make
50265         the getfsstat link test tighter.
50266
50267 2001-09-30  Jim Meyering  <meyering@lucent.com>
50268
50269         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
50270         Include <sys/ucred.h>, for Apple Darwin.
50271         Include sys/mount.h and sys/fs_types.h only if available.
50272         (FS_TYPE): Define.
50273         (read_filesystem_list): Use FS_TYPE.
50274
50275 2001-09-29  Paul Eggert  <eggert@twinsun.com>
50276
50277         * lib/exclude.c (excluded_filename): 0 -> false, since it's
50278         a boolean context.
50279
50280 2001-09-29  Jim Meyering  <meyering@lucent.com>
50281
50282         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
50283         [one-argument getmntent function]): Include stdio.h before mntent.h.
50284         SunOS 4.1.x needs it for the declaration of `FILE'.
50285         Patch by Volker Borchert.
50286
50287         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
50288         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
50289         sys/fs_types.h, and make the link-test for getfsstat guard #include
50290         directives with appropriate #if HAVE_*_H tests so that we can
50291         detect getfsstat on Apple Darwin1.3.7 systems.
50292         Reported by Nelson Beebe.
50293         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
50294
50295 2001-09-28  Paul Eggert  <eggert@twinsun.com>
50296
50297         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
50298         #defines strtoimax.  Also treat the other strto* functions
50299         like strtoimax.
50300
50301         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
50302         Check for strtoul and strtoumax,
50303         as those declarations are made even in the signed case.
50304         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
50305         Likewise, for strtol and strtoimax.
50306
50307 2001-09-28  Paul Eggert  <eggert@twinsun.com>
50308
50309         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
50310         #defines strtoimax.  Also treat the other strto* functions
50311         like strtoimax.
50312
50313         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
50314         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
50315         (strtoimax, strtoumax): Do not declare if already defined as a macro.
50316
50317 2001-09-26  Jim Meyering  <meyering@lucent.com>
50318
50319         Most macros in unlocked-io.h had the wrong number of arguments.
50320         * lib/gen-uio: New script.
50321         (USE_UNLOCKED_IO): Define to 1 if not already defined.
50322         * lib/unlocked-io.hin: Remove file.
50323         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
50324         rather than trying to embed it here.
50325         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
50326         Reported by Padraig Brady.
50327
50328 2001-09-25  Volker Borchert  <bt@teknon.de>
50329
50330         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
50331         `result'.
50332
50333 2001-09-24  Jim Meyering  <meyering@lucent.com>
50334
50335         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
50336
50337 2001-09-23  Jim Meyering  <meyering@lucent.com>
50338
50339         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
50340         instead of the mere test for existence of mntent.h.  The latter
50341         would get a false-positive on AIX 3.4 systems.
50342         In the outer getmntent if-block, don't die if neither of the getmntent
50343         tests succeeds.  Instead, just fall through and continue with the
50344         remaining tests.
50345
50346 2001-09-23  Jim Meyering  <meyering@lucent.com>
50347
50348         * lib/mountlist.c: Remove useless parentheses in #if directives.
50349         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
50350         the deprecated MOUNTED symbol is no longer defined in mntent.h.
50351
50352 2001-09-22  Jim Meyering  <meyering@lucent.com>
50353
50354         * m4/gettext.m4: New file.  From gettext.
50355         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
50356         * m4/progtest.m4: Likewise
50357         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
50358         * m4/glibc21.m4: Likewise.
50359
50360         * m4/libintl.m4: Remove.  No longer used.
50361
50362 2001-09-22  Jim Meyering  <meyering@lucent.com>
50363
50364         * lib/localcharset.c: Update from latest gettext.
50365         * lib/config.charset: Likewise.
50366
50367 2001-09-20  Jim Meyering  <meyering@lucent.com>
50368
50369         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
50370         strtoimax.
50371         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
50372         strtoumax.
50373
50374 2001-09-20  Jim Meyering  <meyering@lucent.com>
50375
50376         * lib/xstrtol.c (strtoimax): Guard declaration with
50377         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
50378         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
50379         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
50380         (strtoumax): Likewise, for completeness (it wasn't necessary).
50381
50382 2001-09-17  Paul Eggert  <eggert@twinsun.com>
50383
50384         * lib/strtoimax.c (HAVE_LONG_LONG):
50385         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
50386         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
50387         to work around bug in IBM C compiler.
50388
50389 2001-09-17  Jim Meyering  <meyering@lucent.com>
50390
50391         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
50392         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
50393         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
50394         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
50395         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
50396         whenever the right hand side need not be expanded by the shell.
50397
50398 2001-09-16  Paul Eggert  <eggert@twinsun.com>
50399
50400         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
50401         library.  It's not correct, as some older glibcs are buggy.
50402         fnmatch wasn't fixed until glibc 2.2.
50403
50404         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
50405         special shell magic here.
50406
50407 2001-09-16  Jim Meyering  <meyering@lucent.com>
50408
50409         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
50410         * m4/jm-macros.m4: Require it.
50411
50412 2001-09-16  Jim Meyering  <meyering@lucent.com>
50413
50414         * lib/mkdir.c: New file.
50415
50416 2001-09-15  Jim Meyering  <meyering@lucent.com>
50417
50418         * m4/jm-macros.m4: Check for help2man.
50419
50420 2001-09-11  Jim Meyering  <meyering@lucent.com>
50421
50422         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
50423         The body, by Paul Eggert, was moved here from configure.in.
50424         * m4/jm-macros.m4: Require UTILS_HOST_OS.
50425
50426 2001-09-04  Paul Eggert  <eggert@twinsun.com>
50427
50428         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
50429         (jm_PREREQ): Use it.
50430
50431 2001-09-04  Paul Eggert  <eggert@twinsun.com>
50432
50433         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
50434         Use ssize_t, not int, to store result of readlink.
50435         Check for ssize_t overflow as well as size_t overflow,
50436         as POSIX says the result of readlink is implementation-defined
50437         when ssize_t overflows.
50438         Remove unnecessary cast to char*.
50439         Use free+malloc instead of realloc, as the storage doesn't need
50440         to be preserved and it's clearer and can be more efficient that way.
50441         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
50442         * lib/xreadlink.h (xreadlink): Update prototype.
50443
50444 2001-09-04  Paul Eggert  <eggert@twinsun.com>
50445
50446         * lib/xgetcwd.c: Revert some of the previous change; intead,
50447         fix the HAVE_GETCWD_NULL code to behave more like the
50448         !HAVE_GETCWD_NULL code used to.
50449
50450         Include "xalloc.h".
50451         (xgetcwd): Do not return NULL when memory is exhausted; instead,
50452         invoke xalloc_die.
50453
50454 2001-09-03  Paul Eggert  <eggert@twinsun.com>
50455
50456         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
50457         sys/param.h, as pathmax.h includes them.
50458
50459 2001-09-03  Paul Eggert  <eggert@twinsun.com>
50460
50461         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
50462         (jm_PREREQ_XGETCWD): New macro.
50463
50464         * m4/getcwd.m4: New file.
50465
50466 2001-09-03  Paul Eggert  <eggert@twinsun.com>
50467
50468         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
50469         like the HAVE_GETCWD_NULL code.
50470         Include pathmax.h if not HAVE_GETCWD.
50471         Do not include xalloc.h.
50472         (INITIAL_BUFFER_SIZE): New symbol.
50473         Do not use xmalloc / xrealloc, since the caller is responsible for
50474         handling errors.  Preserve errno around `free' during failure.
50475         Do not overrun buffer when using getwd.
50476
50477 2001-09-03  Paul Eggert  <eggert@twinsun.com>
50478
50479         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
50480         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
50481         getcwd (NULL, 0).
50482
50483 2001-09-03  Paul Eggert  <eggert@twinsun.com>
50484
50485         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
50486         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
50487         spotted by Jim Meyering.
50488
50489 2001-09-03  Jim Meyering  <meyering@lucent.com>
50490
50491         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
50492         failure.
50493
50494 2001-09-02  Jim Meyering  <meyering@lucent.com>
50495
50496         * lib/error.c: Update from GNU libc.
50497
50498 2001-09-01  Jim Meyering  <meyering@lucent.com>
50499
50500         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
50501         Used by df.
50502
50503 2001-09-01  Jim Meyering  <meyering@lucent.com>
50504
50505         * lib/xreadlink.c: New file.
50506         * lib/xreadlink.h: New file.
50507         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
50508         xreadlink.h.
50509
50510         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
50511         doesn't conflict with sparc Solaris 7's definition in
50512         /usr/include/sys/int_types.h.
50513
50514         * lib/exclude.c: Use `""', not `<>' to #include non-system header
50515         files.
50516         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
50517         and strncasecmp as r-values.  Unixware didn't have declarations.
50518
50519 2001-08-31  Paul Eggert  <eggert@twinsun.com>
50520
50521         * lib/xstrtol.h: Add copyright notice.
50522         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
50523         LONGINT_INVALID_SUFFIX_CHAR.
50524
50525 2001-08-31  Paul Eggert  <eggert@twinsun.com>
50526
50527         * lib/xstrtol.c (strtoimax): New decl.
50528
50529 2001-08-31  Paul Eggert  <eggert@twinsun.com>
50530
50531         * lib/xgetcwd.c: Don't include pathmax.h.
50532         Include stdlib.h and unistd.h if available.
50533         Include xalloc.h.
50534         (xmalloc, xstrdup, free): Remove decls.
50535         (xgetcwd): Don't assume sizes fit in unsigned.
50536         Check for overflow when computing sizes.
50537         Simplify reallocation code.
50538
50539 2001-08-31  Paul Eggert  <eggert@twinsun.com>
50540
50541         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
50542         a directory's st_size can have an arbitrary value, so the old
50543         usage could waste an arbitrary amount of memory.  All uses
50544         changed.
50545         * lib/savedir.h: Update prototype.
50546
50547 2001-08-31  Paul Eggert  <eggert@twinsun.com>
50548
50549         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
50550
50551         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
50552         old strtoimax.c.
50553
50554         Also, make the following further changes to make this file's
50555         configuration more similar to that of strtol.c:
50556         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
50557         (strtoumax, uintmax_t, strtoull, strtol): Remove.
50558         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
50559         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
50560         changed to signed values.
50561
50562         And make the following changes as well:
50563         Fix copyright notice, as 1999 was missing.
50564         (verify): New macro.
50565         (strtoimax): Check sizes at compile-time, not run-time.
50566         Prefer strtol to strtoll if both work.
50567         (main): Remove; it was not that useful and was a pain to maintain.
50568
50569         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
50570
50571 2001-08-31  Jim Meyering  <meyering@lucent.com>
50572
50573         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
50574         Use an initial, malloc'd, buffer of length 128 rather than
50575         a statically allocated one of length 1024.
50576
50577 2001-08-30  Paul Eggert  <eggert@twinsun.com>
50578
50579         Simplify code, partly by assuming autoconf 2.52 semantics.
50580
50581         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
50582
50583         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
50584         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
50585         All uses removed.
50586         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
50587         Move AC_REQUIRE to next-to-top level, to avoid confusion.
50588         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
50589         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
50590         jm_AC_HEADER_INTTYPES_H.
50591         * m4/jm-macros.m4 (jm_MACROS): Likewise.
50592
50593         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
50594
50595         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
50596         Quote first arg of AC_DEFUN.
50597         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
50598         since they are needed to parse the include file even if we need
50599         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
50600         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
50601         but with opposite signedness.
50602
50603 2001-08-30  Paul Eggert  <eggert@twinsun.com>
50604
50605         Merge 'exclude' changes from tar 1.13.22.
50606         This fixes one or two unlikely storage allocation overflow bugs,
50607         but doesn't change user-visible behavior otherwise.
50608
50609 2001-08-30  Paul Eggert  <eggert@twinsun.com>
50610
50611         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
50612         (jm_PREREQ_EXCLUDE): New macro.
50613
50614 2001-08-30  Paul Eggert  <eggert@twinsun.com>
50615
50616         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
50617         tm to be declared.
50618
50619 2001-08-30  Paul Eggert  <eggert@twinsun.com>
50620
50621         * lib/hash.c: Remove '2001' from copyright notice.
50622
50623 2001-08-30  Paul Eggert  <eggert@twinsun.com>
50624
50625         * lib/full-write.h: New file.
50626         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
50627         * lib/full-write.c: Correct credits, as cccp.c no longer
50628         exists and anyway it was so heavily changed from the old cccp
50629         code as to be unrecognizable.  Include full-write.h.
50630         (full_write) Return size_t, with short writes meaning failure.
50631         All callers changed.  This fixes a bug with large buffers
50632         on 64-bit hosts.
50633         * lib/utime.c: Include full-write.h.
50634
50635 2001-08-30  Paul Eggert  <eggert@twinsun.com>
50636
50637         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
50638         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
50639         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
50640         Include if available.
50641         (<xalloc.h>): Include
50642         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
50643         (verify): New macro.  Use it to verify that EXCLUDE macros do not
50644         collide with FNM macros.
50645         (struct patopts): New struct.
50646         (struct exclude): Use it, as exclude patterns now come with options.
50647         (new_exclude): Support above changes.
50648         (new_exclude, add_exclude_file):
50649         Initial size must now be a power of two to simplify overflow checking.
50650         (free_exclude, fnmatch_no_wildcards): New function.
50651         (excluded_filename): No longer requires options arg, as the options
50652         are determined by add_exclude.  Now returns bool, not int.
50653         (excluded_filename, add_exclude):
50654         Add support for the fancy new exclusion options.
50655         (add_exclude, add_exclude_file): Now takes int options arg.
50656         Check for arithmetic overflow when computing sizes.
50657         (add_exclude_file): xrealloc might modify errno, so don't
50658         realloc until after errno might be used.
50659
50660         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
50661         New macros.
50662         (free_exclude): New decl.
50663         (add_exclude, add_exclude_file): Now takes int options arg.
50664         (excluded_filename): No longer requires options arg, as the options
50665         are determined by add_exclude.  Now returns bool, not int.
50666
50667 2001-08-30  Paul Eggert  <eggert@twinsun.com>
50668
50669         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
50670
50671 2001-08-27  Jim Meyering  <meyering@lucent.com>
50672
50673         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
50674
50675         * lib/version-etc.c (N_): Remove definition.
50676         Revert most of last change.
50677         Instead, simply don't mark the `Copyright...' string for translation.
50678         Based on advice from Paul Eggert.
50679
50680         * lib/strtoxmax.c: Tweak comment.
50681
50682 2001-08-26  Jim Meyering  <meyering@lucent.com>
50683
50684         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
50685
50686         * m4/xstrtoimax.m4: New file.
50687         * m4/xstrtoumax.m4: Add comments explaining why we
50688         AC_REPLACE_FUNCS(strtol).
50689
50690 2001-08-26  Jim Meyering  <meyering@lucent.com>
50691
50692         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
50693         of copyright with `%s' so translators don't get an untranslated
50694         message in 2002.
50695         (COPYRIGHT_YEAR): Define.
50696         (version_etc): Use fprintf rather than fputs.
50697         Suggestion from Ulrich Drepper.
50698
50699         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
50700
50701         * lib/strtoll.c: New file, from GNU libc.
50702         * lib/xstrtoimax.c: New file.
50703
50704         * lib/xstrtol.h: Add xstrtoimax.
50705         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
50706         * lib/strtoimax.c: New file.  Likewise, but first define
50707         STRTOUXMAX_SIGNED.
50708
50709         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
50710         ...
50711         * lib/strtoxmax.c: ... then renamed to this.
50712
50713 2001-08-18  Paul Eggert  <eggert@twinsun.com>
50714
50715         * m4/inttypes.m4: Add AC_PREREQ(2.13).
50716         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
50717         (jm_AC_TYPE_INTMAX_T): New macro.
50718         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
50719
50720         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
50721
50722         * m4/longlong.m4: Renamed from ulonglong.m4.
50723         * m4/inttypes.m4: Renamed from inttypes_h.m4.
50724         * m4/uintmax_t.m4: Removed.
50725
50726 2001-08-13  Paul Eggert  <eggert@twinsun.com>
50727
50728         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
50729         Port to Solaris 8, where 'sed' requires a space after the 'r'
50730         command, and where sh dislikes "$/".  Clean up the spacing a bit.
50731         Redirect output to $tmp just once.
50732
50733 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
50734
50735         * lib/addext.c (<errno.h>): Include.
50736         (errno): Declare if not defined.
50737         (addext): Work correctly when pathconf returns -1 and leaves
50738         errno alone because there is no limit.  Also, work even if
50739         pathconf returns a value greater than SIZE_MAX.
50740
50741 2001-08-12  Jim Meyering  <meyering@lucent.com>
50742
50743         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
50744         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
50745         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
50746         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
50747         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
50748         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
50749         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
50750         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
50751         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
50752         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
50753         utime.m4, utimes.m4, xstrtoumax.m4:
50754         Quote the first argument in each use of AC_DEFUN.
50755
50756 2001-08-12  Jim Meyering  <meyering@lucent.com>
50757
50758         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
50759         Simply `return getcwd (NULL, 0);'.
50760         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
50761         Use 1300 as initial value for length, not PATH_MAX.
50762
50763         * lib/pathmax.h: Clean up cpp syntax.
50764
50765 2001-08-12  Jim Meyering  <meyering@lucent.com>
50766
50767         * lib/gettimeofday.c: New file.
50768         * lib/gtod.h: New file.
50769         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
50770
50771 2001-08-05  Jim Meyering  <meyering@lucent.com>
50772
50773         * m4/jm-macros.m4: Require autoconf-2.52.
50774
50775 2001-08-04  Jim Meyering  <meyering@lucent.com>
50776
50777         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
50778         stmt, to get in sync with glibc.
50779
50780 2001-08-03  Paul Eggert  <eggert@twinsun.com>
50781
50782         The following changes are from gettext 0.10.39 as maintained by
50783         Bruno Haible.
50784
50785         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
50786         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
50787         with inverted sense.  All uses changed.
50788
50789         * lib/mbswidth.c: Don't include <limits.h>.
50790         Include <stdlib.h> and <string.h> unconditionally.
50791         (iswcntrl, mbsinit, ISCNTRL): New macros.
50792         (mbsnwidth): Use K&R style function declarations.
50793         Don't bother checking for MB_LEN_MAX == 1, since the compiler
50794         can optimize it when MB_CUR_MAX == 1.
50795         The width of control characters is zero, not 1.
50796
50797 2001-08-03  Paul Eggert  <eggert@twinsun.com>
50798
50799         The following changes are from gettext 0.10.39 as maintained by
50800         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
50801
50802         * m4/codeset.m4: Upgrade to serial AM1.
50803         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
50804         all uses changed.  Quote first arg of AC_DEFUN.
50805         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
50806
50807         * m4/iconv.m4: Upgrade to serial AM2.
50808         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
50809         Add --with-libconv-prefix.
50810         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
50811         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
50812         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
50813         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
50814         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
50815
50816         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
50817         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
50818         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
50819         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
50820         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
50821         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
50822         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
50823         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
50824         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
50825
50826         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
50827         string.h any more.
50828
50829         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
50830         not the default value.
50831
50832         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
50833         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
50834         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
50835         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
50836         Also check for iswcntrl, used for wcwidth fallback.
50837         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
50838         to Autoconf 2.13.
50839
50840 2001-08-03  Jim Meyering  <meyering@lucent.com>
50841
50842         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
50843         as it was in the original.  Reported by Paul Eggert.
50844
50845 2001-07-16  Jim Meyering  <meyering@lucent.com>
50846
50847         * m4/gettimeofday.m4: New file.
50848         Prompted by a report from Bernhard Baehr.
50849
50850 2001-07-15  Jim Meyering  <meyering@lucent.com>
50851
50852         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
50853         stuff. Now it's in ../Makefile.cfg.
50854
50855 2001-07-15  Jim Meyering  <meyering@lucent.com>
50856
50857         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
50858         (BUILT_SOURCES): Add unlocked-io.h.
50859         (io_functions): Define.
50860         (unlocked-io.h): New rule.
50861         (DISTCLEANFILES): Add unlocked-io.h.
50862         (all-local): Depend on unlocked-io.h, to ensure it is created.
50863
50864         * lib/unlocked-io.hin: New file
50865
50866         * lib/regex.c: Update from glibc.
50867
50868 2001-07-05  Jim Meyering  <meyering@lucent.com>
50869
50870         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
50871         recommendation.
50872         (libfetish_a_SOURCES): Put all .h files here instead.
50873         Remove a thus-exposed (better checks in automake) duplicate and
50874         two unnecessary .h files.
50875
50876 2001-07-04  Jim Meyering  <meyering@lucent.com>
50877
50878         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
50879         that generates jm-glibc-io.m4 so that it doesn't trigger any make
50880         distcheck failure.
50881
50882 2001-07-02  Jim Meyering  <meyering@lucent.com>
50883
50884         The following changes were prompted by suggestions from Bruno Haible.
50885
50886         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
50887         is now generated.
50888         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
50889         definition of EXTRA_DIST.
50890         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
50891         ensure that the generated file is created/updated whenever the list
50892         of $(unlocked_functions) is changed.
50893         (jm-glibc-io.m4): New rule.
50894         (unlocked-io.h): New rule -- currently unused.
50895
50896 2001-06-24  Jim Meyering  <meyering@lucent.com>
50897
50898         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
50899         unmatched right bracket, rather than kludging it with an extra,
50900         falsely-matching quote in a comment.  Patch by Akim Demaille.
50901
50902 2001-06-11  Jim Meyering  <meyering@lucent.com>
50903
50904         * lib/regex.c: Update from GNU libc.
50905
50906 2001-05-27  Jim Meyering  <meyering@lucent.com>
50907
50908         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
50909         Check for ut_type in struct utmp.
50910
50911 2001-05-27  Jim Meyering  <meyering@lucent.com>
50912
50913         * lib/readutmp.h (UT_TYPE): Define.
50914
50915 2001-05-24  Jim Meyering  <meyering@lucent.com>
50916
50917         * lib/argmatch.c: Include "quote.h".
50918         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
50919         quote function.  Reported by Göran Uddeborg.
50920
50921 2001-05-22  Jim Meyering  <meyering@lucent.com>
50922
50923         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
50924         now that we use the package-supplied version unconditionally.
50925         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
50926
50927 2001-05-21  Jim Meyering  <meyering@lucent.com>
50928
50929         * m4/regex.m4: Change a couple backticks to single quotes to avoid
50930         shell syntax errors.
50931
50932 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
50933
50934         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
50935
50936 2001-05-20  Paul Eggert  <eggert@twinsun.com>
50937
50938         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
50939         Don't bother to check library strftime, since
50940         we'll be using our own my_strftime function anyway.
50941         Define my_strftime instead of strftime.
50942
50943 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
50944
50945         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
50946         which is not yet declared.
50947
50948 2001-05-15  Jim Meyering  <meyering@lucent.com>
50949
50950         * m4/regex.m4: Use proper quoting so brackets appear in the test
50951         program.
50952         Reported by, and with help from, Bruno Haible.
50953
50954 2001-05-13  Jim Meyering  <meyering@lucent.com>
50955
50956         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
50957         undefined.
50958
50959 2001-05-11  Paul Eggert  <eggert@twinsun.com>
50960
50961         dirname code cleanup.  base_name now behaves more compatibly
50962         with POSIX basename when given file names that have trailing
50963         slashes, and similarly for dir_name.  Add new primitives
50964         base_len and dir_len.  Put the directory-name-related decls
50965         into dirname.h.
50966
50967         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
50968         * lib/backupfile.c (base_name): Likewise.
50969         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
50970         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
50971         * lib/makepath.c (strip_trailing_slashes): Likewise.
50972         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
50973         ISSLASH): Likewise.
50974         * lib/rename.c (strip_trailing_slashes): Likewise.
50975         * lib/same.c (base_name): Likewise.
50976         * lib/stripslash.c (ISSLASH): Likewise.
50977
50978         * lib/addext.c: Include <dirname.h> after size_t is defined.
50979         * lib/backupfile.c: Likewise.
50980
50981         * lib/addext.c (addext): Use base_len to trim redundant
50982         trailing slashes instead of doing it ourselves.
50983         But do not trim the last slash if it is not redundant.
50984
50985         * lib/backupfile.c (find_backup_file_name,
50986         max_backup_version): Use base_len instead of rolling it ourselves.
50987         Handle the case of "" and (on DOS) "C:" correctly.
50988
50989         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
50990         needed. Include <string.h>, <dirname.h>.
50991         (base_name): Allow file names ending in slashes, other than names
50992         that are all slashes.  In this case, return the basename followed
50993         by the slashes.  This is more general, and can be used in places
50994         where the original base_name purposely had an assertion failure.
50995         (base_len): New function.
50996
50997         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
50998         Do not include <assert.h>; no longer needed.
50999         Include xalloc.h.
51000         (memrchr): Remove decl.
51001         (dir_name_r): Remove.
51002         (dir_len): Renamed from dirlen.  All callers changed.
51003         Rewrite in terms of base_name, for simplicity and consistency.
51004         (dir_name): Never return NULL.  All callers changed.
51005         Do not include <stdlib.h> in test program; no longer needed.
51006         return 0; is fine for test program.
51007
51008         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
51009         New macros.
51010         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
51011
51012         * lib/path-concat.c (path_concat): Use base_len to compute
51013         base length, not strlen; this means we cannot rely on memcpy
51014         to null-terminate.
51015
51016         * lib/same.c (STREQ): Remove.
51017         (same_name): Handle the case where the basename ends in trailing '/'.
51018
51019         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
51020         a slash was stripped.  Do not strip the last slash after a
51021         file system prefix.
51022
51023 2001-05-11  Paul Eggert  <eggert@twinsun.com>
51024
51025         * lib/Makefile.am (libfetish_a_SOURCES):
51026         Add strftime.c, since we now compile it on all hosts.
51027
51028         * lib/strftime.c (my_strftime):
51029         Define to nstrftime if emacs, but only if my_strftime is not defined.
51030         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
51031         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
51032         Add one more extra argument: a nanoseconds value.
51033         All uses changed.
51034         (ns): New macro.
51035         (my_strftime function): Add %N format.
51036         (emacs_strftimeu): Renamed from emacs_strftime,
51037         with extra ut argument.
51038
51039 2001-05-09  Paul Eggert  <eggert@twinsun.com>
51040
51041         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
51042
51043 2001-04-21  Jim Meyering  <meyering@lucent.com>
51044
51045         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
51046         doesn't interfere.
51047
51048 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
51049
51050         * m4/ftruncate.m4: Check for chsize.
51051         Link with ftruncate.o unconditionally if ftruncate is missing.
51052         This was required when cross-compiling to i586-mingw32msvc.
51053
51054 2001-04-08  Jim Meyering  <meyering@lucent.com>
51055
51056         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
51057         recomputed; that's necessary when the offset spans a DST transition.
51058         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
51059
51060 2001-04-02  Jim Meyering  <meyering@lucent.com>
51061
51062         * lib/regex.h, regex.c: Update from GNU libc.
51063
51064 2001-03-24  Jim Meyering  <meyering@lucent.com>
51065
51066         * m4/jm-macros.m4: Require autoconf-2.49d.
51067
51068 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
51069
51070         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
51071
51072 2001-03-19  Paul Eggert  <eggert@twinsun.com>
51073
51074         * lib/version-etc.c (version_etc_copyright): Update to 2001.
51075
51076 2001-03-17  Jim Meyering  <meyering@lucent.com>
51077
51078         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
51079         now that the version in autoconf is equivalent.
51080         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
51081
51082         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
51083         Suggestion from Akim Demaille.
51084
51085         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
51086         (jm_PREREQ_TEMPNAME): New function.
51087
51088 2001-03-16  Paul Eggert  <eggert@twinsun.com>
51089
51090         * lib/tempname.c (uint64_t): Define to uintmax_t if
51091         not defined, and if UINT64_MAX is not defined.
51092         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
51093         Reported by John David Anglin.
51094
51095 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
51096
51097         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
51098         resolve alias if codeset is empty.
51099         * lib/config.charset (BeOS): Use wildcard syntax.
51100
51101 2001-03-13  Jim Meyering  <meyering@lucent.com>
51102
51103         * lib/path-concat.c (path_concat)
51104         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
51105         concatenating e.g., `C:' and `foo'.
51106         From Bruno Haible.
51107
51108 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
51109
51110         * lib/localcharset.c (locale_charset): Don't use
51111         setlocale(LC_CTYPE,NULL). Don't return NULL.
51112         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
51113
51114 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
51115
51116         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
51117         support for DOS/DJGPP.
51118
51119 2001-03-01  Paul Eggert  <eggert@twinsun.com>
51120
51121         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
51122         lacks mkstemp.  Compile our own tempname.c if we compile our own
51123         mkstemp.c, as mkstemp relies on tempname.
51124
51125 2001-03-01  Jim Meyering  <meyering@lucent.com>
51126
51127         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
51128         AH_VERBATIM really does output its argument verbatim.
51129
51130 2001-02-28  Paul Eggert  <eggert@twinsun.com>
51131
51132         * lib/Makefile.am (libfetish_a_SOURCES):
51133         Add dup-safer.c, fopen-safer.c.
51134         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
51135
51136         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
51137         * lib/unistd-safer.h: New files.
51138
51139 2001-02-25  Paul Eggert  <eggert@twinsun.com>
51140
51141         The mkstemp replacement is taken from glibc 2.2.2, with some
51142         portability fixes for use outside glibc, as follows:
51143
51144         * lib/tempname.c (struct_stat64): New macro.
51145         (direxists, __gen_tempname): Use it.
51146         This avoids a portability problem with Solaris 8.
51147
51148         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
51149         (<stddef.h>, <stdint.h>, <string.h>):
51150         Include only if STDC_HEADERS || _LIBC.
51151         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
51152         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
51153         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
51154         (__set_errno): Define this macro if <errno.h> doesn't.
51155         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
51156         Define these macros if <stdio.h> doesn't.
51157         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
51158         Define these macros if <sys/stat.h>
51159         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
51160         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
51161         __xstat64): Define if not _LIBC.
51162         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
51163         (__gen_tempname): Invoke gettimeofday only if
51164         HAVE_GETTIMEOFDAY || _LIBC;
51165         otherwise, fall back on plain "time".
51166         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
51167
51168         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
51169
51170         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
51171
51172 2001-02-18  Paul Eggert  <eggert@twinsun.com>
51173
51174         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
51175
51176 2001-02-17  Paul Eggert  <eggert@twinsun.com>
51177
51178         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
51179         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
51180         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
51181         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
51182
51183 2001-02-17  Paul Eggert  <eggert@twinsun.com>
51184
51185         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
51186         Remove workaround macros for hosts that have mbrtowc but not
51187         mbstate_t, as we now insist on proper declarations for both
51188         before using mbrtowc.
51189
51190 2001-02-17  Jim Meyering  <meyering@lucent.com>
51191
51192         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
51193         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
51194         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
51195         UnixWare 7.1.1.
51196
51197         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
51198         rather than AC_CACHE_VAL.
51199
51200 2001-02-17  Jim Meyering  <meyering@lucent.com>
51201
51202         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
51203         around included file name.
51204
51205         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
51206
51207         * lib/strftime.c: Update from GNU libc (the only changes were to
51208         comments).
51209
51210 2001-02-17  Jim Meyering  <meyering@lucent.com>
51211
51212         * lib/regex.c: Update from libc.
51213
51214 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
51215
51216         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
51217         clash.
51218
51219 2001-02-16  Paul Eggert  <eggert@twinsun.com>
51220
51221         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
51222         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
51223         Reported by Mark Hounschell via Paul Eggert.
51224
51225 2001-02-07  Jim Meyering  <meyering@lucent.com>
51226
51227         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
51228
51229 2001-02-05  Jim Meyering  <meyering@lucent.com>
51230
51231         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
51232         it includes the patch required for `large file' support with at least
51233         HP-UX's 10.20 /bin/cc.
51234
51235 2001-02-03  Jim Meyering  <meyering@lucent.com>
51236
51237         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
51238         AS_IF, now that it works once again (mysteriously).
51239         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
51240
51241 2001-01-30  Jim Meyering  <meyering@lucent.com>
51242
51243         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
51244         * m4/chown.m4: Rename conftestchown to conftest.chown.
51245         * m4/rename.m4: s/conftestdir/conftest.d1/ and
51246         s/conftestdir2/conftest.d2/.
51247         * m4/utimes.m4: s/conftestdata/conftest.data/
51248         Inspired by Pavel Roskin's change in autoconf.
51249
51250 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
51251
51252         * lib/config.charset: Update for FreeBSD 4.2.
51253
51254 2001-01-27  Jim Meyering  <meyering@lucent.com>
51255
51256         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
51257         a use of AS_IF.
51258         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
51259
51260 2001-01-26  Jim Meyering  <meyering@lucent.com>
51261
51262         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
51263         quotearg.c includes it.
51264
51265 2001-01-26  Jim Meyering  <meyering@lucent.com>
51266
51267         * lib/quotearg.c: Include stddef.h.
51268         * lib/quote.c: Include stddef.h.
51269         Reported by Axel Kittenberger.
51270
51271         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
51272         line in double quotes so that it evokes a better diagnostic.
51273         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
51274         Reported by Axel Kittenberger.
51275
51276 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
51277
51278         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
51279         as if it was a `charset'.
51280
51281 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
51282
51283         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
51284         has const.
51285
51286 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
51287
51288         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
51289         to avoid a warning.  Add back 'const' to inptr.
51290
51291 2001-01-20  Jim Meyering  <meyering@lucent.com>
51292
51293         Be sure that headers are checked before used in code compiled
51294         for the type checks.
51295         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
51296         In place of that, invoke jm_CHECK_ALL_TYPES.
51297         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
51298         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
51299         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
51300         The check for ssize_t was mistakenly run before the test for unistd.h.
51301
51302         The configure-time check for stdbool.h was missing.
51303         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
51304         (jm_PREREQ_HASH): New function.
51305
51306 2001-01-17  Jim Meyering  <meyering@lucent.com>
51307
51308         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
51309         for autoconf-2.49c.
51310         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
51311
51312 2001-01-16  Jim Meyering  <meyering@lucent.com>
51313
51314         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
51315         From Bruno Haible.
51316
51317 2001-01-14  Jim Meyering  <meyering@lucent.com>
51318
51319         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
51320         foo and bar.  Create conftestdir/ in the script, not in the C code.
51321         Remove directories in the script, not in the C code.
51322         Remove conftestdir{,2} before trying to create the directory.
51323         Make the entire configure script fail if the mkdir fails.
51324
51325 2001-01-14  Jim Meyering  <meyering@lucent.com>
51326
51327         * lib/rename.c: New file.  From Volker Borchert.
51328         Include stdlib.h, string.h or strings.h, and xalloc.h.
51329         Use strip_trailing_slashes rather than open-coding it.
51330
51331 2001-01-03  Paul Eggert  <eggert@twinsun.com>
51332
51333         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
51334
51335 2001-01-03  Jim Meyering  <meyering@lucent.com>
51336
51337         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
51338         of local `inptr' to avoid warning with some system declarations of
51339         iconv.
51340
51341 2001-01-02  Volker Borchert  <bt@teknon.de>
51342
51343         * m4/rename.m4: New file.
51344         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
51345
51346 2001-01-01  Jim Meyering  <meyering@lucent.com>
51347
51348         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
51349         even on systems with utmpx.h.  It's necessary for the declaration of
51350         utmp's ut_user member.  Reported by Andreas Jaeger.
51351
51352         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
51353         available. They are required for the declarations of getgrgid and
51354         getpwuid resp.
51355         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
51356         Reported by Andreas Jaeger.
51357
51358 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
51359
51360         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
51361         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
51362         so `make install' also works in VPATH builds.
51363
51364 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
51365
51366         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
51367         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
51368         can be used in subdirectories.
51369
51370 2000-12-29  Paul Eggert  <eggert@twinsun.com>
51371
51372         * lib/modechange.c: Do not assume that mode_t uses the
51373         traditional octal encoding.  E.g. "chmod 1 FOO" should set
51374         the other-execute bit of FOO even if S_IXOTH != 1.
51375
51376         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
51377         WOTH, XOTH, ALLM): New macros.
51378         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
51379          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
51380         Use them.
51381         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
51382         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
51383         (mode_compile):
51384         No need to use uintmax_t; unsigned long is long enough.
51385         Don't bother to get suffix since we don't use it.
51386
51387 2000-12-26  Jim Meyering  <meyering@lucent.com>
51388
51389         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
51390         better with autoheader.
51391
51392 2000-12-24  Jim Meyering  <meyering@lucent.com>
51393
51394         * lib/hash.c (is_prime): Return explicit boolean values.
51395         (hash_get_first): Return NULL to appease Irix5.6's 89.
51396         Reported by Nelson Beebe.
51397
51398 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
51399
51400         * lib/localcharset.c (locale_charset): Add support for Win32.
51401
51402 2000-12-18  Paul Eggert  <eggert@twinsun.com>
51403
51404         * lib/physmem.h, lib/physmem.c: New files.
51405
51406         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
51407         (noinst_HEADERS): Add physmem.h.
51408
51409         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
51410         't' for compatibility with Solaris 8 sort.
51411
51412 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
51413
51414         * lib/config.charset: Add support for BeOS.
51415
51416 2000-12-17  Jim Meyering  <meyering@lucent.com>
51417
51418         * m4/dos.m4 (jm_AC_DOS): New file and macro.
51419         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
51420
51421 2000-12-16  Jim Meyering  <meyering@lucent.com>
51422
51423         This bug had a serious impact on chown: `chown N:M FILE' (for integer
51424         N and M) would have treated it like `chown N:N FILE'.
51425
51426         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
51427
51428 2000-12-16  Jim Meyering  <meyering@lucent.com>
51429
51430         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
51431         SHELLS_FILE to a file name that's useful on djgpp systems.
51432         Include stdlib.h.
51433         (ADDITIONAL_DEFAULT_SHELLS): Define.
51434         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
51435         Based mostly on a patch from Prashant TR.
51436
51437 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
51438
51439         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
51440         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
51441         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
51442
51443 2000-12-08  Andreas Schwab  <schwab@suse.de>
51444
51445         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
51446         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
51447
51448 2000-12-07  Jim Meyering  <meyering@lucent.com>
51449
51450         * lib/stripslash.c (ISSLASH): Define.
51451         (strip_trailing_slashes): Use ISSLASH rather than comparing against
51452         `/'.
51453         From Prashant TR.
51454
51455         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
51456         (dir_name_r): Declare this function as static.
51457         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
51458         manifest itself on a name containing a mix of slashes and
51459         backslashes.
51460         Make this function work with names starting with a DOS-style
51461         drive letter and colon prefix.
51462         (dir_name): Append `.' if necessary.
51463         Based mostly on patches from Prashant TR and Eli Zaretskii.
51464
51465         * lib/dirname.h (dir_name_r): Remove prototype.
51466
51467 2000-12-06  Paul Eggert  <eggert@twinsun.com>
51468
51469         * m4/off_t-format.m4: Remove this file.
51470         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
51471
51472 2000-12-06  Jim Meyering  <meyering@lucent.com>
51473
51474         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
51475         replacement strtoull, we may well need the replacement strtoul, too.
51476         Check for declarations of strtoul and strtoull.
51477         Check for strtol.  Mainly as a cue to cause automake to include
51478         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
51479         Check for limits.h -- strtol.c needs it.
51480
51481 2000-12-05  Jim Meyering  <meyering@lucent.com>
51482
51483         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
51484
51485 2000-12-04  Jim Meyering  <meyering@lucent.com>
51486
51487         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
51488         Also include memory.h, stdlib.h, unistd.h if appropriate.
51489         Reported by Andreas Jaeger (conflicting declaration of malloc).
51490
51491 2000-12-02  Jim Meyering  <meyering@lucent.com>
51492
51493         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
51494         * m4/jm-macros.m4 (jm_MACROS): require it.
51495
51496 2000-12-02  Jim Meyering  <meyering@lucent.com>
51497
51498         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
51499
51500 2000-12-01  Paul Eggert  <eggert@twinsun.com>
51501
51502         * lib/memrchr.c: Include <config.h> before any system include file.
51503
51504 2000-11-30  Jim Meyering  <meyering@lucent.com>
51505
51506         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
51507
51508 2000-11-30  Jim Meyering  <meyering@lucent.com>
51509
51510         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
51511
51512 2000-11-29  Paul Eggert  <eggert@twinsun.com>
51513
51514         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
51515
51516 2000-11-26  Jim Meyering  <meyering@lucent.com>
51517
51518         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
51519
51520 2000-11-22  Paul Eggert  <eggert@twinsun.com>
51521
51522         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
51523         size of (size_t) -1; it's not portable.
51524
51525 2000-11-17  Jim Meyering  <meyering@lucent.com>
51526
51527         * lib/strstr.c: Update from GNU libc.
51528
51529 2000-11-17  Akim Demaille  <akim@epita.fr>
51530
51531         * lib/obstack.h: Formatting changes.
51532         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
51533         prevent type checking.
51534         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
51535         cast the value to (void *): assigning a `foo *' to a `void *'
51536         variable is valid.
51537         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
51538
51539 2000-11-16  Jim Meyering  <meyering@lucent.com>
51540
51541         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
51542
51543 2000-11-11  Jim Meyering  <meyering@lucent.com>
51544
51545         * lib/error.c: Add a couple #includes, merging from GNU libc version.
51546
51547 2000-11-10  Jim Meyering  <meyering@lucent.com>
51548
51549         * lib/obstack.h: Update from GNU libc.
51550         * lib/obstack.c: Likewise.
51551
51552 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
51553
51554         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
51555
51556 2000-11-06  Paul Eggert  <eggert@twinsun.com>
51557
51558         * lib/getusershell.c (setusershell): Use rewind rather than
51559         fseek/fseeko, to avoid configuration hassles with fseeko.
51560         Don't bother opening SHELLS_FILE if shellstream is NULL;
51561         it's not necessary.
51562
51563 2000-11-05  Jim Meyering  <meyering@lucent.com>
51564
51565         * lib/makepath.h (make_dir): Declare.
51566         * lib/makepath.c (make_dir): Remove `static' attribute.
51567         Tweak a comment.
51568
51569 2000-11-04  Jim Meyering  <meyering@lucent.com>
51570
51571         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
51572
51573 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
51574
51575         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
51576         last one in a bucket, advance to the next bucket.
51577
51578 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
51579
51580         * lib/fnmatch.c: Do not comment out all the code if we are using
51581         the GNU C library, because in some cases we are replacing buggy
51582         code in the GNU C library itself.
51583
51584 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
51585
51586         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
51587         (regex_compile): Catch bogus \(\1\).
51588
51589 2000-10-30  Paul Eggert  <eggert@twinsun.com>
51590
51591         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
51592         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
51593         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
51594
51595 2000-10-30  Paul Eggert  <eggert@twinsun.com>
51596
51597         * lib/error.h, getline.h, modechange.h:
51598         Remove "2000" from Copyright line, as the file hasn't been
51599         changed this year other than in the copyright notice.
51600
51601         * lib/xalloc.h: Add "2000" to Copyright line, as this file
51602         was changed this year.
51603
51604 2000-10-29  Jim Meyering  <meyering@lucent.com>
51605
51606         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
51607         renaming.
51608         * m4/ls-mntd-fs.m4: Likewise
51609
51610 2000-10-29  Jim Meyering  <meyering@lucent.com>
51611
51612         * lib/xstat.in: Fix grammar in comment.
51613
51614 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
51615
51616         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
51617         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
51618         doesn't define __restrict_arr.
51619
51620 2000-10-28  Jim Meyering  <meyering@lucent.com>
51621
51622         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
51623         (jm_PREREQ_MEMCHR): New function.
51624
51625 2000-10-28  Jim Meyering  <meyering@lucent.com>
51626
51627         * lib/memchr.c: Update from libc.
51628         Adjust for portability:
51629         [HAVE_STDLIB_H]: Include stdlib.h.
51630         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
51631         Undef __memchr, too.
51632         [!weak_alias]: Define __memchr to memchr.
51633
51634         * lib/regex.c: Update from libc.
51635         * lib/regex.h: Likewise.
51636         * lib/getopt1.c: Likewise.
51637         * lib/memcmp.c: Likewise.
51638
51639         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
51640         Avoid using fseek, when possible -- it's broken by design.
51641         Patch by Ulrich Drepper.
51642
51643 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
51644
51645         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
51646         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
51647         Giving in to popular pressure to shut up the compiler with casts.
51648
51649 2000-10-26  Jim Meyering  <meyering@lucent.com>
51650
51651         * lib/strftime.c: Update from libc.
51652
51653 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
51654
51655         * regex.c: More `unsigned char' -> `re_char' changes.
51656         Also change several `int' into `re_wchar_t'.
51657         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
51658         (PUSH_FAILURE_POINTER): Don't cast any more.
51659         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
51660         We want GCC to complain, since this piece of code makes
51661         re_match non-reentrant, which *should* be fixed.
51662         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
51663         (EXTEND_BUFFER): Use RETALLOC.
51664         (SET_LIST_BIT): Don't cast.
51665         (re_wchar_t): New type.
51666         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
51667         that those two functions will always properly return.
51668         (IMMEDIATE_QUIT_CHECK): Cast to void.
51669         (analyse_first): Use recursion rather than an explicit stack.
51670         (re_compile_fastmap): Can't fail anymore.
51671         (re_search_2): Don't check re_compile_fastmap for failure.
51672         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
51673         Now also sets the new value (passed in a new argument).
51674         (re_match_2_internal): Use it.
51675         Also, use a new var `reg' of type size_t when looping through regs
51676         rather than reuse the inappropriate `mcnt'.
51677
51678 2000-10-25  Jim Meyering  <meyering@lucent.com>
51679
51680         * lib/obstack.c: Update from libc.
51681
51682 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
51683
51684         * regex.c (regex_compile): Change the way of handling a range from
51685         a char less than 256 to a char not less than 256.
51686
51687 2000-10-24  Andrew Innes  <andrewi@gnu.org>
51688
51689         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
51690         NT-Emacs only.
51691         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
51692         so that re_search functions only quit when callers expect them to.
51693
51694 2000-10-23  Jim Meyering  <meyering@lucent.com>
51695
51696         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
51697         wrong.  That set_locale call must not have any side effects.
51698         From Paul Eggert.
51699
51700 2000-10-22  Jim Meyering  <meyering@lucent.com>
51701
51702         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
51703         [CYCLIC]: Remove now-unused definition.
51704
51705         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
51706         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
51707         Suggestion from Ulrich Drepper.
51708
51709 2000-10-21  Jim Meyering  <meyering@lucent.com>
51710
51711         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
51712         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
51713         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
51714
51715 2000-10-21  Jim Meyering  <meyering@lucent.com>
51716
51717         * lib/dirname.c (memrchr): Declare if necessary.
51718         (dir_name): Remove the restriction that there be no
51719         trailing slashes.  Now, this code skips past them, effectively
51720         ignoring them.
51721         [TEST_DIRNAME] (main): New unit tests.
51722
51723         * lib/memrchr.c: New file from GNU libc.
51724         Undef __memrchr, too.
51725         [!weak_alias]: Define __memrchr to memrchr.
51726         Guard weak_alias use with `#ifdef weak_alias'.
51727
51728 2000-10-21  Jim Meyering  <meyering@lucent.com>
51729
51730         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
51731         (dir_name): Use dir_name_r.
51732         * lib/dirname.h (dir_name_r): Declare it.
51733
51734 2000-10-17  Jim Meyering  <meyering@lucent.com>
51735
51736         * lib/quote.h (PARAMS): Define and use.
51737         Reported by Akim Demaille.
51738
51739         * lib/getopt.c: Update from libc.
51740
51741 2000-10-16  Jim Meyering  <meyering@lucent.com>
51742
51743         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
51744         setlocale.
51745         From Jan Fedak.
51746
51747 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
51748
51749         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
51750
51751 2000-09-25  Jim Meyering  <meyering@lucent.com>
51752
51753         * lib/md5.h (rol): Define (from GnuPG).
51754
51755         * lib/sha.c: Give credit (GnuPG) where due.
51756         (M): Use rol rather than open-coding it.
51757         Add a FIXME comment.
51758
51759 2000-09-21  Jim Meyering  <meyering@lucent.com>
51760
51761         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
51762         Reported by Michael Stone.
51763
51764 2000-09-20  Jim Meyering  <meyering@lucent.com>
51765
51766         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
51767         (noinst_HEADERS): Add sha.h.
51768         Based on code from Scott G. Miller and from GnuPG.
51769
51770 2000-09-18  Jim Meyering  <meyering@lucent.com>
51771
51772         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
51773         LIBS. Otherwise, everyone ends up linking with -lelf for some
51774         configurations.
51775         Reported by Mike Stone.
51776
51777 2000-09-15  Jim Meyering  <meyering@lucent.com>
51778
51779         * lib/regex.c: Update from libc.
51780
51781 2000-09-10  Jim Meyering  <meyering@lucent.com>
51782
51783         * lib/getopt.c (_getopt_internal): Update from glibc.
51784
51785 2000-09-09  Jim Meyering  <meyering@lucent.com>
51786
51787         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
51788         think it should be used as a general replacement for isascii.
51789         * lib/fnmatch.c: Likewise.
51790         * lib/mbswidth.c: Likewise
51791         * lib/regex.c: Likewise.
51792
51793         Don't use atoi.
51794         * lib/userspec.c: Include sys/param.h and limits.h.
51795         Include xstrtol.h.
51796         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
51797         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
51798         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
51799         UID, GID.  Check range.
51800
51801 2000-09-06  Jim Meyering  <meyering@lucent.com>
51802
51803         * lib/getopt.c (_getopt_internal): Update from glibc.
51804
51805 2000-08-30  Jim Meyering  <meyering@lucent.com>
51806
51807         * lib/strftime.c: Merge in changes from GNU libc.
51808
51809 2000-08-26  Jim Meyering  <meyering@lucent.com>
51810
51811         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
51812         * m4/fpending.m4: New file.
51813
51814 2000-08-26  Jim Meyering  <meyering@lucent.com>
51815
51816         * lib/closeout.c: Include "__fpending.h".
51817         (close_stdout_status): Return right away if there's nothing to flush.
51818
51819         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
51820         * lib/__fpending.c: New file.
51821         * lib/__fpending.h: New file.
51822
51823 2000-08-20  Jim Meyering  <meyering@lucent.com>
51824
51825         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
51826         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
51827         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
51828
51829 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
51830
51831         Improve fileutils installation on systems where running
51832         programs (like install) can't be unlinked.
51833         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
51834         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
51835
51836 2000-08-07  Paul Eggert  <eggert@twinsun.com>
51837
51838         Standardize on "memory exhausted" instead of "Memory exhausted"
51839         or "virtual memory exhausted".
51840         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
51841         "virtual memory exhausted".
51842         * lib/same.c (same_name): Invoke xalloc_die instead of printing
51843         our own message.
51844         * lib/userspec.c (parse_user_spec): Likewise.
51845         * lib/bumpalloc.h: comment fix
51846         * lib/same.c, userspec.c: Include xalloc.h.
51847
51848         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
51849         not char *const and pointing to a constant array.
51850         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
51851         (xrealloc): Comment fix.
51852
51853         * lib/userspec.c (parse_user_spec):
51854         Don't translate a message until just before returning,
51855         to avoid unnecessary translation.
51856
51857 2000-08-07  Jim Meyering  <meyering@lucent.com>
51858
51859         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
51860         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
51861         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
51862         getgroups.c, gethostname.c, getopt.h, group-member.c,
51863         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
51864         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
51865         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
51866         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
51867         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
51868         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
51869         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
51870         yesno.c: Back out Copyright date changes for each file with no change
51871         this year.  This eases coordination with other programs using the same
51872         source code modules.  From Paul Eggert.
51873
51874 2000-08-06  Paul Eggert  <eggert@twinsun.com>
51875
51876         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
51877         not char, for compatibility with glibc 2.1.3 strftime.c.
51878
51879 2000-08-03  Greg McGary  <greg@mcgary.org>
51880
51881         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
51882         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
51883         (EXTEND_BUFFER): Use them.
51884
51885 2000-08-01  Jim Meyering  <meyering@lucent.com>
51886
51887         * lib/dirname.c (ISSLASH): Define.
51888         (BACKSLASH_IS_PATH_SEPARATOR): Define.
51889         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
51890         both `\' and `/' may be use as path separators.
51891         Based on a patch from Prashant TR.
51892
51893 2000-07-31  Paul Eggert  <eggert@twinsun.com>
51894
51895         * lib/quotearg.c (quotearg_n_options): Don't make the initial
51896         slot vector a constant, since it might get modified.
51897
51898 2000-07-31  Jim Meyering  <meyering@lucent.com>
51899
51900         * lib/xmalloc.c: Use `virtual memory exhausted', not
51901         `Memory exhausted'.
51902         * lib/obstack.c (print_and_abort): Likewise.
51903
51904 2000-07-30  Paul Eggert  <eggert@twinsun.com>
51905
51906         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
51907         buffer, so that the caller can always quote one small
51908         component of a "memory exhausted" message in slot 0.
51909         From a suggestion by Jim Meyering.
51910
51911 2000-07-30  Jim Meyering  <meyering@lucent.com>
51912
51913         * lib/makepath.c (make_path): Quote the other instance, too.
51914
51915         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
51916         (STATIC_BUF_SIZE): Define.
51917         (quotearg_n_options): Use only statically allocated storage when
51918         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
51919         than STATIC_BUF_SIZE.
51920
51921 2000-07-29  Jim Meyering  <meyering@lucent.com>
51922
51923         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
51924         * lib/dirname.c (dir_name): Likewise.
51925
51926         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
51927         `/'.
51928
51929         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
51930         (dir_name): Assert that there are no trailing slashes.
51931
51932 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
51933
51934         * lib/mbswidth.h (mbswidth): Add a flags argument.
51935         (mbswidth): New declaration.
51936         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
51937         * lib/mbswidth.c (mbswidth): Add a flags argument.
51938         (mbsnwidth): New function.
51939
51940 2000-07-24  Jim Meyering  <meyering@lucent.com>
51941
51942         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
51943
51944 2000-07-23  Paul Eggert  <eggert@twinsun.com>
51945
51946         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
51947
51948 2000-07-23  Paul Eggert  <eggert@twinsun.com>
51949
51950         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
51951         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
51952         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
51953         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
51954         invoke multibyte primitives.
51955
51956 2000-07-23  Paul Eggert  <eggert@twinsun.com>
51957
51958         * lib/quotearg.c:
51959         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
51960         so that mbstate_t is always defined.
51961
51962         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
51963         be 1 in at least one GCC installation, and this configuration
51964         error is likely to be common.  Ignoring MB_LEN_MAX hurts
51965         performance on hosts that have mbrtowc but have only unibyte
51966         locales, but I assume these hosts are rare.
51967
51968 2000-07-23  Paul Eggert  <eggert@twinsun.com>
51969
51970         * lib/mbswidth.c (_XOPEN_SOURCE):
51971         Don't define; this causes problems on Solaris 7.
51972         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
51973
51974 2000-07-23  Jim Meyering  <meyering@lucent.com>
51975
51976         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
51977         too: getgrgid, getpwuid, getuid.
51978
51979 2000-07-23  Jim Meyering  <meyering@lucent.com>
51980
51981         * lib/basename.c (base_name): Add an assertion.
51982
51983 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
51984
51985         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
51986         shadow its mbsinit function.
51987
51988 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
51989
51990         * lib/mbswidth.h: New file.
51991         * lib/mbswidth.c: New file.
51992         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
51993         (noinst_HEADERS): Add mbswidth.h.
51994
51995 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
51996
51997         * lib/config.charset: Add support for FreeBSD. Improve support for
51998         HP-UX and IRIX 6.
51999
52000 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
52001
52002         * m4/mbswidth.m4: New file.
52003         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
52004
52005 2000-07-15  Jim Meyering  <meyering@lucent.com>
52006
52007         * lib/makepath.c: Include quote.h.
52008         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
52009         corresponding argument in a `quote (...)' call.
52010         Give better diagnostics.
52011
52012         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
52013         (noinst_HEADERS): Add quote.h.
52014
52015         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
52016         from tar's src/misc.c.
52017         * lib/quote.h: New file.  Prototypes for same.
52018
52019 2000-07-14  Paul Eggert  <eggert@twinsun.com>
52020
52021         From a suggestion by Bruno Haible.
52022         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
52023         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
52024         to decide whether to define the BeOS workaround macro;
52025         this adjusts to the change to AC_MBSTATE_T.
52026
52027 2000-07-14  Jim Meyering  <meyering@lucent.com>
52028
52029         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
52030         jm_AC_TYPE_UINTMAX_T.
52031
52032 2000-07-13  Paul Eggert  <eggert@twinsun.com>
52033
52034         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
52035
52036         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
52037         quotearg_buffer_restyled): Add support for
52038         clocale_quoting_style.  Undo previous change to
52039         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
52040         and "{RIGHT QUOTATION MARK}" msgids.
52041
52042 2000-07-10  Paul Eggert  <eggert@twinsun.com>
52043
52044         From a suggestion by Bruno Haible.
52045         * m4/mbstate_t.m4 (AC_MBSTATE_T):
52046         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
52047         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
52048         and mbstate_t, to a single-part test that simply defines mbstate_t.
52049         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
52050         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
52051
52052 2000-07-10  Jim Meyering  <meyering@lucent.com>
52053
52054         * m4/strerror_r.m4: Mirror the correction made in autoconf.
52055
52056         * m4/gnu-source.m4: Output to confdefs.h directly.
52057         Suggestion from Akim Demaille.
52058
52059 2000-07-09  Paul Eggert  <eggert@twinsun.com>
52060
52061         The old behavior of quoting `like this' doesn't look good with
52062         newer, ISO-style fonts.  See:
52063         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
52064
52065         Instead, quote "like this" by default.  Let the translator
52066         tailor the locale-specific quoting behavior by providing
52067         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
52068
52069         * lib/quotearg.c (N_): New macro.
52070         (gettext_default): New function.
52071         (quotearg_buffer_restyled): Use
52072         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
52073         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
52074
52075 2000-07-09  Jim Meyering  <meyering@lucent.com>
52076
52077         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
52078         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
52079
52080         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
52081         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
52082
52083 2000-07-09  Jim Meyering  <meyering@lucent.com>
52084
52085         * lib/Most files: Update copyright dates to include 2000.
52086
52087 2000-07-08  Jim Meyering  <meyering@lucent.com>
52088
52089         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
52090         if not defined.
52091         (xgethostname): Remove now-unnecessary #ifdef.
52092         Move declaration of `err' into loop where it's used.
52093
52094 2000-07-05  Paul Eggert  <eggert@twinsun.com>
52095         and Bruno Haible  <haible@clisp.cons.org>
52096
52097         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
52098         only if the test for an object-type mbstate_t fails.  This
52099         prevents us from mistakenly reporting that mbstate_t is a
52100         system object type after we "#define mbstate_t int" to work
52101         around its lack.
52102
52103 2000-07-05  Paul Eggert  <eggert@twinsun.com>
52104         and Bruno Haible  <haible@clisp.cons.org>
52105
52106         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
52107
52108 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
52109
52110         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
52111         to strerror_r.
52112         Include <ctype.h> for use of isalpha.
52113
52114 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
52115
52116         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
52117         by allocating a larger buffer. Test the gethostname return value for
52118         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
52119         returns an error and ENAMETOOLONG isn't defined.
52120
52121 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
52122
52123         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
52124         dimension.
52125
52126 2000-07-04  Jim Meyering  <meyering@lucent.com>
52127
52128         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
52129         of the deprecated AC_CHECKING.
52130
52131 2000-07-04  Jim Meyering  <meyering@lucent.com>
52132
52133         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
52134         Reported by Bruno Haible.
52135
52136 2000-07-04  Jim Meyering  <meyering@lucent.com>
52137
52138         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
52139         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
52140         lacks mbrtowc.
52141
52142 2000-07-03  Paul Eggert  <eggert@twinsun.com>
52143
52144         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
52145         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
52146
52147 2000-07-03  Paul Eggert  <eggert@twinsun.com>
52148         and Bruno Haible  <haible@clisp.cons.org>
52149
52150         * lib/quotearg.c (mbrtowc):
52151         Assign to *pwc, and return 1 only if result is nonzero.
52152         (iswprint): Use ISPRINT when substituting our own mbrtowc.
52153
52154 2000-07-03  Jim Meyering  <meyering@lucent.com>
52155
52156         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
52157
52158 2000-07-03  Jim Meyering  <meyering@lucent.com>
52159
52160         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
52161         This is necessary to get a definition of e.g., UTMP_FILE on
52162         HP-UX 10.20.
52163         From Bob Proulx.
52164
52165 2000-07-02  Jim Meyering  <meyering@lucent.com>
52166
52167         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
52168
52169         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
52170         AC_LIBOBJ(function_name).
52171         * m4/chown.m4: Likewise.
52172         * m4/fnmatch.m4: Likewise.
52173         * m4/ftruncate.m4: Likewise.
52174         * m4/getgroups.m4: Likewise.
52175         * m4/getline.m4: Likewise.
52176         * m4/group-member.m4: Likewise.
52177         * m4/jm-macros.m4: Likewise.
52178         * m4/lstat.m4: Likewise.
52179         * m4/malloc.m4: Likewise.
52180         * m4/memcmp.m4: Likewise.
52181         * m4/nanosleep.m4: Likewise.
52182         * m4/putenv.m4: Likewise.
52183         * m4/realloc.m4: Likewise.
52184         * m4/regex.m4: Likewise.
52185         * m4/stat.m4: Likewise.
52186         * m4/strftime.m4: Likewise.
52187
52188 2000-07-02  Jim Meyering  <meyering@lucent.com>
52189
52190         * lib/quotearg.c (mbstate_t): Don't define here.
52191
52192 2000-07-02  Jim Meyering  <meyering@lucent.com>
52193
52194         * lib/nanosleep.c (SIGCONT): Define if not already defined.
52195
52196 2000-07-01  Jim Meyering  <meyering@lucent.com>
52197
52198         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
52199
52200 2000-07-01  Jim Meyering  <meyering@lucent.com>
52201
52202         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
52203         problem.
52204
52205 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
52206
52207         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
52208         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
52209
52210 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
52211
52212         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
52213         per change in ../m4/ls-mntd-fs.m4.
52214         (read_filesystem_list): Ignore symbolic links.
52215
52216 2000-06-29  Jim Meyering  <meyering@lucent.com>
52217
52218         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
52219         for declaration of strcmp.
52220
52221         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
52222
52223         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
52224         Avoid warning by casting result to `char *' to remove `const'.
52225
52226 2000-06-28  Jim Meyering  <meyering@lucent.com>
52227
52228         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
52229         included by quotearg.c, for which we perform this test.  From
52230         Bruno Haible.
52231
52232 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
52233
52234         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
52235         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
52236         <utmpx.h> exists, put readutmp.o into LIBOBJS.
52237
52238 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
52239
52240         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
52241
52242 2000-06-26  Paul Eggert  <eggert@twinsun.com>
52243
52244         savedir now sets errno on failure and invokes xmalloc to get memory.
52245         Fix a couple of other minor bugs while we're at it.
52246
52247         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
52248         (NAMLEN): Remove macro.
52249         (malloc, realloc): Remove decls.
52250         (stpcpy): Likewise.
52251         ("xalloc.h"): Include.
52252         (NAME_SIZE_DEFAULT): New macro.
52253         (savedir): Use xmalloc / xrealloc to allocate memory.
52254         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
52255         Skip "" directory entries.
52256         Use strlen to calculate directory entry length, since the old method
52257         is rarely used these days and isn't worth supporting.
52258         Don't use a pointer after freeing it.
52259         Check for integer overflow when calculating allocation size.
52260         Use memcpy to copy entries, instead of stpcpy.
52261         Set errno properly when returning NULL.
52262         Check for readdir error.
52263
52264 2000-06-26  Jim Meyering  <meyering@lucent.com>
52265
52266         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
52267
52268 2000-06-25  Jim Meyering  <meyering@lucent.com>
52269
52270         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
52271         Linux header bug when _XOPEN_SOURCE is defined to 500.
52272
52273 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
52274
52275         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
52276         deficiency.
52277
52278 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
52279
52280         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
52281         Include xalloc.h.
52282         Don't include <stdlib.h>.  Don't declare malloc, realloc.
52283
52284 2000-06-24  Jim Meyering  <meyering@lucent.com>
52285
52286         * m4/strerror_r.m4: Revive this file -- to try out an experimental
52287         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
52288         for which strerror does return char*, but which lacks a conveniently
52289         accessible declaration of the function.  If the compile-test says
52290         strerror_r doesn't work, then resort to a `run'-test that works on
52291         BeOS and segfaults on DEC Unix.
52292
52293 2000-06-24  Jim Meyering  <meyering@lucent.com>
52294
52295         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
52296
52297 2000-06-23  Paul Eggert  <eggert@twinsun.com>
52298
52299         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
52300         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
52301
52302 2000-06-23  Paul Eggert  <eggert@twinsun.com>
52303
52304         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
52305         (mbrtowc, mbstate_t): Define substitutes if
52306         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
52307         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
52308         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
52309
52310 2000-06-23  Jim Meyering  <meyering@lucent.com>
52311
52312         * m4/afs.m4: Add missing AC_MSG_RESULT.
52313         Reported by Bruno Haible.
52314
52315         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
52316         Suggestion from Bruno Haible.
52317
52318 2000-06-23  Jim Meyering  <meyering@lucent.com>
52319
52320         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
52321
52322 2000-06-21  Jim Meyering  <meyering@lucent.com>
52323
52324         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
52325
52326 2000-06-21  Jim Meyering  <meyering@lucent.com>
52327
52328         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
52329         (noinst_HEADERS): Add getstr.h.
52330
52331         * lib/getline.c (getstr): Move into a separate file.
52332         * lib/getstr.c (getstr): New file, extracted from getline.c, with
52333         the following changes: new parameter, delim2; both delim[12]
52334         parameters have type `int', not `char'.  The latter would lose
52335         with 8-bit delimiters.
52336         * lib/getstr.h: New file.
52337
52338 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
52339
52340         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
52341         than 1024, return a memory chunk of least possible size, instead
52342         of size PATH_MAX + 2. In the loop, increment the size proportionally.
52343         Use free/xmalloc instead of xrealloc to avoid copying for very long
52344         paths.
52345
52346 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
52347
52348         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
52349         the empty string.
52350
52351 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
52352
52353         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
52354         address, not strdup.  Include <stdlib.h> and don't declare free().
52355
52356 2000-06-19  Jim Meyering  <meyering@lucent.com>
52357
52358         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
52359
52360 2000-06-18  Jim Meyering  <meyering@lucent.com>
52361
52362         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
52363
52364         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
52365         `checking whether...' message to be consistent with that of the
52366         lstat test.
52367
52368 2000-06-18  Jim Meyering  <meyering@lucent.com>
52369
52370         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
52371         Besides, these days every porting target provides a mkdir function.
52372
52373         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
52374         needed. (this snippet comes from src/system.h).
52375
52376 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
52377
52378         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
52379
52380 2000-06-15  Paul Eggert  <eggert@twinsun.com>
52381
52382         * lib/human.c (adjust_value): New function.
52383         (human_readable_inexact): Apply rounding style even when
52384         printing approximate values.
52385
52386 2000-06-14  Paul Eggert  <eggert@twinsun.com>
52387
52388         * lib/human.c (human_readable_inexact): Allow an input block
52389         size that is not a multiple of the output block size, and vice versa.
52390         Reported by Piergiorgio Sartor.
52391
52392 2000-06-14  Paul Eggert  <eggert@twinsun.com>
52393
52394         * lib/getdate.y (get_date): Apply relative times after time
52395         zone indicator, not before.  Reported by Todd A. Jacobs.
52396
52397 2000-06-13  Jim Meyering  <meyering@lucent.com>
52398
52399         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
52400
52401         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
52402
52403 2000-06-12  Paul Eggert  <eggert@twinsun.com>
52404
52405         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
52406
52407 2000-06-12  Jim Meyering  <meyering@lucent.com>
52408
52409         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
52410         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
52411         optional argument.
52412         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
52413         the optional argument, `lib'.
52414
52415 2000-06-08  Jim Meyering  <meyering@lucent.com>
52416
52417         * m4/largefile.m4: Remove file (now that it's part of autoconf).
52418
52419 2000-06-04  Paul Eggert  <eggert@twinsun.com>
52420
52421         Rewrite largefile configuration so that we don't need to run
52422         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
52423         AC_CANONICAL_HOST in configure.in -- jmm]
52424
52425         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
52426         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
52427         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
52428         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
52429         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
52430         All uses changed.
52431         Instead of inspecting the output of getconf, try to compile the
52432         test program without and with the macro definition.
52433         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
52434         for getconf.  Instead, check for the needed flags by compiling
52435         test programs.
52436
52437 2000-06-04  Paul Eggert  <eggert@twinsun.com>
52438
52439         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
52440
52441 2000-06-04  Jim Meyering  <meyering@lucent.com>
52442
52443         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
52444         SunOS 4.1.4 for which gid_t is an unsigned type.
52445
52446 2000-06-03  Jim Meyering  <meyering@lucent.com>
52447
52448         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
52449         now that autoconf requires that.
52450
52451         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
52452         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
52453         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
52454
52455 2000-06-03  Jim Meyering  <meyering@lucent.com>
52456
52457         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
52458
52459 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
52460
52461         * m4/glibc21.m4: New file.
52462         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
52463
52464 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
52465
52466         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
52467         newer, don't install charset.alias.
52468         * lib/config.charset: Change the Linux/glibc rules so they become empty
52469         on glibc-2.1 or newer.
52470
52471 2000-06-02  Jim Meyering  <meyering@lucent.com>
52472
52473         * lib/mountlist.c: Back out last change.  Instead, do this...
52474         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
52475         me_dummy member using the same `ignore'-testing code.
52476         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
52477         fs_type strings.
52478         From Mark D. Roth.
52479
52480 2000-05-29  Jim Meyering  <meyering@lucent.com>
52481
52482         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
52483         mounts with the `ignore' attribute.  Based on a patch from
52484         Mark D. Roth.
52485
52486 2000-05-28  Jim Meyering  <meyering@lucent.com>
52487
52488         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
52489         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52490         * m4/stat.m4: Likewise.
52491         * m4/lstat.m4: Likewise.
52492         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
52493
52494         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
52495         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
52496
52497 2000-05-26  Jim Meyering  <meyering@lucent.com>
52498
52499         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
52500
52501 2000-05-24  Jim Meyering  <meyering@lucent.com>
52502
52503         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
52504         autoconf requires that.
52505         * m4/lib-check.m4: Likewise.
52506         * m4/jm-macros.m4: Likewise.
52507         * m4/strftime.m4: Likewise.
52508
52509         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
52510         AC_CHECK_DECLS, now that autoconf requires that.
52511
52512 2000-05-22  Jim Meyering  <meyering@lucent.com>
52513
52514         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52515         * m4/lstat.m4: Likewise.
52516
52517 2000-05-22  Jim Meyering  <meyering@lucent.com>
52518
52519         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
52520
52521 2000-05-20  Jim Meyering  <meyering@lucent.com>
52522
52523         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
52524         (jm_PREREQ): Use it.
52525
52526 2000-05-18  Jim Meyering  <meyering@lucent.com>
52527
52528         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
52529         back, too, since it may have been modified by allocate_entry.
52530         (hash_delete): Rewrite to use neither the assignment operator
52531         nor the comma operator in an if-expression.
52532
52533 2000-05-15  Paul Eggert  <eggert@twinsun.com>
52534
52535         * lib/closeout.c:
52536         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
52537         Remove; no longer needed.
52538         "quotearg.h": Add include.
52539         (file_name): Do not bother to explicitly initialize to NULL; it's less
52540         efficient on some hosts.
52541         (close_stdout_status): Remove test as to whether stdout was already
52542         closed; it breaks for the case "echo x | sort >&-".
52543         Quote file name colons.
52544         Do not assume that _("write error") lacks format strings.
52545
52546 2000-05-15  Jim Meyering  <meyering@lucent.com>
52547
52548         * lib/version-etc.c (version_etc_copyright): Update the copyright
52549         string used in all --version output.
52550
52551 2000-05-14  Jim Meyering  <meyering@lucent.com>
52552
52553         * lib/closeout.c (close_stdout_set_file_name): New function.
52554         (close_stdout_status): Use new file-scoped global.
52555         Return right away if fstat says the stdout file descriptor is invalid.
52556         * lib/closeout.h (close_stdout_set_file_name): Declare.
52557
52558 2000-05-10  Jim Meyering  <meyering@lucent.com>
52559
52560         * lib/closeout.c [default_exit_status]: New file-scoped variable.
52561         (close_stdout_set_status): New function.
52562         * lib/closeout.h (close_stdout_set_status): Declare.
52563
52564 2000-05-09  Jim Meyering  <meyering@lucent.com>
52565
52566         * m4/gettext.m4: Rename this...
52567         * m4/libintl.m4: ...to this.
52568
52569 2000-05-08  Jim Meyering  <meyering@lucent.com>
52570
52571         * lib/long-options.c: Don't include closeout.h.
52572         (parse_long_options): Don't call close_stdout for --version.
52573
52574 2000-05-06  Paul Eggert  <eggert@twinsun.com>
52575
52576         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
52577         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
52578         2.1.3 bug.  This avoids a clash when files like regex.c define
52579         _GNU_SOURCE.
52580
52581 2000-05-06  Jim Meyering  <meyering@lucent.com>
52582
52583         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
52584         (AC_REPLACE_FUNCS): Add strnlen.
52585
52586         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
52587         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
52588
52589         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
52590         AC_SEARCH_LIBS call for nanosleep.
52591         (LIB_NANOSLEEP): Set and AC_SUBST.
52592
52593 2000-05-06  Jim Meyering  <meyering@lucent.com>
52594
52595         * lib/strnlen.c: Undefine __strnlen and strnlen.
52596         [!weak_alias]: Define __strnlen to strnlen.
52597
52598         * lib/atexit.c: New file, from libiberty.
52599
52600 2000-05-06  Jim Meyering  <meyering@lucent.com>
52601
52602         * lib/closeout.c (close_stdout_status): Also check for errors on the
52603         stderr stream.
52604
52605 2000-05-05  Jim Meyering  <meyering@lucent.com>
52606
52607         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
52608         AC_SEARCH_LIBS call for clock_gettime.
52609         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
52610
52611         * m4/search-libs.m4: Update from autoconf.
52612
52613         su doesn't work on Solaris 2.6.
52614         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
52615         <shadow.h>.  Reported by Dragos Harabor.
52616
52617 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
52618
52619         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
52620         memcpy instead of xmalloc, xrealloc, path_concat.
52621         (locale_charset): Treat empty environment variables as absent.
52622         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
52623
52624 2000-05-04  Jim Meyering  <meyering@lucent.com>
52625
52626         * lib/getopt.c: Update from glibc.
52627         * lib/obstack.c: Likewise.
52628         * lib/obstack.h: Likewise.
52629         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
52630         file
52631
52632         * lib/regex.h: Likewise.
52633         * lib/strndup.c: Likewise.
52634         * lib/strnlen.c: New file, from glibc.
52635
52636 2000-05-03  Jim Meyering  <meyering@lucent.com>
52637
52638         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
52639
52640 2000-05-02  Paul Eggert  <eggert@twinsun.com>
52641
52642         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
52643         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
52644         compile-time test, rather than inspecting host and OS, to
52645         decide whether to define _LARGEFILE_SOURCE.
52646
52647 2000-05-01  Jim Meyering  <meyering@lucent.com>
52648
52649         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
52650
52651         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
52652         Based on a patch from Bruno Haible.
52653
52654 2000-05-01  Jim Meyering  <meyering@lucent.com>
52655
52656         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
52657
52658 2000-04-29  Jim Meyering  <meyering@lucent.com>
52659
52660         * lib/path-concat.c: Declare strdup only if it's not defined.
52661         * lib/canon-host.c: Likewise.
52662
52663 2000-04-28  Jim Meyering  <meyering@lucent.com>
52664
52665         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
52666         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
52667         is included first, then limits.h is included by locale.h by libintl.h.
52668         From John David Anglin.
52669
52670 2000-04-25  Jim Meyering  <meyering@lucent.com>
52671
52672         * lib/makepath.c (S_IRWXUGO): Define.
52673         (make_path): Always perform explicit chmod if MODE specifies any
52674         of the `special' permission bits.  Prompted by a bug report against
52675         install from Mate Wierdl and Joost van Baal.
52676
52677 2000-04-18  Jim Meyering  <meyering@lucent.com>
52678
52679         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
52680         (jm_PREREQ): Use it.
52681
52682 2000-04-18  Jim Meyering  <meyering@lucent.com>
52683
52684         * lib/README: New file.
52685
52686         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
52687         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
52688
52689 2000-04-17  Jim Meyering  <meyering@lucent.com>
52690
52691         Get it right :-)
52692         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
52693         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
52694         Suggestion from Akim Demaille.
52695
52696 2000-04-17  Jim Meyering  <meyering@lucent.com>
52697
52698         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
52699         the definition of it to rpl_strftime also defined-away the system's
52700         declaration.
52701
52702 2000-04-15  Jim Meyering  <meyering@lucent.com>
52703
52704         Use `C' to denote so-called `contiguous' files, the same way
52705         that tar does.
52706         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
52707         (ftypelet): Use S_ISCTG.
52708         From Michael Deutschmann.
52709
52710 2000-04-14  Jim Meyering  <meyering@lucent.com>
52711
52712         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
52713         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
52714         clobbered.
52715
52716 2000-04-14  Jim Meyering  <meyering@lucent.com>
52717
52718         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
52719
52720 2000-04-13  Jim Meyering  <meyering@lucent.com>
52721
52722         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
52723         AH_VERBATIM to insert required #ifndef into config.h.in.
52724         Suggestion from Akim Demaille.
52725
52726 2000-04-12  Jim Meyering  <meyering@lucent.com>
52727
52728         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
52729         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
52730         Christian Krackowizer.
52731
52732         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
52733         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
52734         (AC_SYS_LARGEFILE): Require.
52735         (AM_C_PROTOTYPES): Require.
52736
52737 2000-04-08  Jim Meyering  <meyering@lucent.com>
52738
52739         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
52740         names don't conflict.  Reported by Eli Zaretskii.
52741
52742 2000-04-07  Jim Meyering  <meyering@lucent.com>
52743
52744         * lib/putenv.c: Move inclusion of errno.h so it follows that of
52745         sys/types.h, to work around system header problems on AIX 3.2.5.
52746         From Bruno Haible.
52747
52748 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
52749
52750         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
52751         bug.  Deal with the different error behavior of Irix iconv.
52752
52753 2000-04-05  Paul Eggert  <eggert@twinsun.com>
52754
52755         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
52756         IRIX if the installer said otherwise.
52757
52758 2000-04-05  Jim Meyering  <meyering@lucent.com>
52759
52760         Portability tweaks required for ultrix4.3.
52761         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
52762         (jm_CHECK_DECLS): Add getutent to the list of functions.
52763         (_jm_DECL_HEADERS): Add utmpx.h.
52764         From John David Anglin.
52765
52766         * m4/strftime.m4: Back out the 2000-04-02 change.
52767         Instead of that change, simply undefine putenv in the test program.
52768
52769 2000-04-05  Jim Meyering  <meyering@lucent.com>
52770
52771         Portability tweaks required for ultrix4.3.
52772         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
52773         getutent.
52774         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
52775         * lib/canon-host.c: Declare strdup.
52776         * lib/path-concat.c: Likewise.
52777         From John David Anglin.
52778
52779 2000-04-04  Jim Meyering  <meyering@lucent.com>
52780
52781         Be more DOS 8.3-friendly.
52782         * lib/ref-add.sin: Renamed from ref-add.sed.in.
52783         * lib/ref-del.sin: Renamed from ref-del.sed.in.
52784         * lib/Makefile.am: Reflect renaming.
52785         Reported by Eli Zaretskii.
52786
52787         Use a temporary file name that won't clash with `charset.alias'
52788         in the DOS 8.3 name space.
52789         * lib/Makefile.am (charset_tmp): Define.
52790         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
52791         (uninstall-local): Likewise.
52792         Reported by Eli Zaretskii.
52793
52794 2000-04-03  Jim Meyering  <meyering@lucent.com>
52795
52796         * m4/gettext.m4: Fix typo in comment.
52797
52798         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
52799         textutils/configure.in).  Suggestion from Paul Eggert.
52800         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
52801
52802 2000-04-02  Paul Eggert  <eggert@twinsun.com>
52803
52804         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
52805         variable in the shell rather than using putenv, which isn't
52806         portable.  This avoids the configure-time inter-test dependency
52807         on the potentially-renamed putenv function.
52808
52809 2000-03-30  Paul Eggert  <eggert@twinsun.com>
52810
52811         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
52812         before checking struct stat.st_blksize, so that
52813         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
52814
52815 2000-03-29  Paul Eggert  <eggert@twinsun.com>
52816
52817         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
52818         since strftime.c uses HAVE_STRFTIME to decide whether to use
52819         the underlying strftime.
52820
52821 2000-03-29  Paul Eggert  <eggert@twinsun.com>
52822
52823         * lib/time/strftime.c (my_strftime): Make sure we call the system
52824         strftime, not ourselves, when invoking the underlying strftime.
52825
52826 2000-03-24  Jim Meyering  <meyering@lucent.com>
52827
52828         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
52829         (charset_alias): Define.
52830         (install-exec-local): Factor out common code.
52831         (uninstall-local): Split lines longer than 80.
52832         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
52833         (SUFFIXES): Define.
52834         (.sed.in.sed): New rule.  Don't redirect directly to $@.
52835         (CLEANFILES): Add ref-add.sed and ref-del.sed.
52836
52837 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
52838
52839         * lib/config.charset: Output a line containing "Packages using this
52840         file".
52841         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
52842         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
52843         ref-del.sed): New rules.
52844
52845 2000-03-17  Jim Meyering  <meyering@lucent.com>
52846
52847         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
52848         Otherwise, include <strings.h>
52849
52850 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
52851
52852         * lib/unicodeio.c (utf8_wctomb): New function.
52853         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
52854         format instead of in UCS-4 with platform dependent endianness.
52855
52856 2000-03-10  Jim Meyering  <meyering@lucent.com>
52857
52858         * m4/lib-check.m4: Look for getspnam in -lgen, too.
52859         From Marco Franzen.
52860
52861 2000-03-07  Paul Eggert  <eggert@twinsun.com>
52862
52863         * lib/savedir.c (savedir): Work even if directory size is
52864         negative; this can happen with some screwy NFS configurations.
52865
52866 2000-03-06  Jim Meyering  <meyering@lucent.com>
52867
52868         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
52869         if it's NULL (because we ran out of memory).  From Bruno Haible.
52870
52871 2000-03-05  Jim Meyering  <meyering@lucent.com>
52872
52873         * lib/localcharset.c ("path-concat.h"): Include.
52874         (get_charset_aliases): Use path_concat instead of ANSI string
52875         concatenation.
52876
52877         * lib/unicodeio.h (PARAMS): Define.
52878         Use it to guard prototype.
52879
52880 2000-03-04  Jim Meyering  <meyering@lucent.com>
52881
52882         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
52883         for lib/localcharset.c.
52884
52885 2000-03-04  Jim Meyering  <meyering@lucent.com>
52886
52887         * lib/Makefile.am (install-exec-local): Create $(libdir) before
52888         installing into it.
52889         (uninstall-local): Uncomment this rule so `make distcheck' works
52890         once again.
52891
52892         * lib/unicodeio.c (<errno.h>): Include it.
52893         (errno): Declare if not defined.
52894
52895         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
52896
52897         * lib/config.charset: New version, incorporating remarks from a linux
52898         i18n mailing list.  From Bruno Haible.
52899
52900 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
52901
52902         * m4/codeset.m4: New file.
52903         * m4/iconv.m4: New file.
52904         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
52905
52906 2000-03-03  Jim Meyering  <meyering@lucent.com>
52907
52908         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
52909
52910 2000-03-02  Jim Meyering  <meyering@lucent.com>
52911
52912         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
52913         the messages come out on separate lines.
52914
52915         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
52916         rather than jm_CHECK_DECLARATIONS.
52917         * m4/decl.m4: Remove now-unused file.
52918
52919         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
52920         geteuid.
52921
52922 2000-03-02  Jim Meyering  <meyering@lucent.com>
52923
52924         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
52925
52926 2000-03-01  Jim Meyering  <meyering@lucent.com>
52927
52928         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
52929         * lib/unicodeio.c: Likewise.
52930
52931 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
52932
52933         * lib/config.charset: New file.
52934         * lib/localcharset.c: New file.
52935         * lib/unicodeio.h, lib/unicodeio.c: New files.
52936         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
52937         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
52938         (noinst_HEADERS): Add unicodeio.h.
52939         (all-local, install-exec-local, charset.alias): New targets.
52940
52941 2000-02-28  Paul Eggert  <eggert@twinsun.com>
52942
52943         * lib/quotearg.c (ALERT_CHAR): New macro.
52944         (quotearg_buffer_restyled): Use it.
52945
52946 2000-02-27  Jim Meyering  <meyering@lucent.com>
52947
52948         * m4/check-decl.m4: Add getenv to the list.
52949
52950 2000-02-27  Jim Meyering  <meyering@lucent.com>
52951
52952         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
52953         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
52954
52955         * lib/backupfile.c: Guard inclusion of stdlib.h with
52956         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
52957         Declare malloc if needed.
52958
52959         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
52960         `#ifndef HAVE_DECL..'
52961         now that autoconf always defines the HAVE_DECL_ symbols.
52962         * lib/human.c: Likewise.
52963         * lib/same.c: Likewise.
52964         * lib/strtoumax.c: Likewise.
52965
52966         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
52967         declaration check was not run.
52968         * lib/hash.c: Likewise.
52969         * lib/human.c: Likewise.
52970         * lib/same.c: Likewise.
52971         * lib/strtoumax.c: Likewise.
52972
52973         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
52974         `.', then first look up the entire `.'-containing string as a login
52975         name.
52976
52977 2000-02-23  Jim Meyering  <meyering@lucent.com>
52978
52979         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
52980         in place of my hack.
52981
52982 2000-02-18  Paul Eggert  <eggert@twinsun.com>
52983
52984         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
52985         (textint): New typedef.
52986         (parser_control): Member year changed from int to textint.
52987         All uses changed.
52988         (YYSTYPE): Removed; replaced by %union with int and textint members.
52989         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
52990         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
52991         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
52992         (tSNUMBER, tUNUMBER): Now of type <textintval>.
52993         (date, number, to_year): Use width of number in digits, not its value,
52994         to determine whether it's a 2-digit year, or a 2-digit time.
52995         (yylex): Store number of digits of numeric tokens.
52996         Reported by John Kendall.
52997
52998         (parser_control): Changed from struct parser_control to typedef (for
52999         consistency).  All uses changed.
53000
53001         (tID): Removed; not used.
53002         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
53003
53004 2000-02-14  Paul Eggert  <eggert@twinsun.com>
53005
53006         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
53007         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
53008
53009 2000-02-12  Jim Meyering  <meyering@lucent.com>
53010
53011         * lib/userspec.c (ISDIGIT): Define it.
53012         (isdigit): Remove definition.
53013         (is_number): Use ISDIGIT, not isdigit.
53014         <libintl.h>: Include.
53015         (_ and N_): Define.
53016         (parse_user_spec): Mark translatable strings.
53017
53018 2000-02-10  Jim Meyering  <meyering@lucent.com>
53019
53020         With these changes, nanosleep.[ch] are finally enough like the other
53021         lib/* replacement files to compile on a few more losing systems.
53022
53023         * lib/nanosleep.h: Don't include config.h.
53024         Remove prototype from declaration of nanosleep.
53025         (PARAMS): Remove now-unneeded definition.
53026         * lib/nanosleep.c: #undef nanosleep.
53027         (rpl_nanosleep): Rename from nanosleep.
53028
53029 2000-02-10  Jim Meyering  <meyering@lucent.com>
53030
53031         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
53032         gnu_nanosleep to rpl_nanosleep.
53033
53034 2000-02-09  Jim Meyering  <meyering@lucent.com>
53035
53036         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
53037         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
53038
53039 2000-02-08  Akim Demaille  <akim@epita.fr>
53040
53041         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
53042         `[' and `]' and remove uses of `changequote'.
53043         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
53044         (AC_SYS_LARGEFILE): Likewise.
53045         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
53046         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
53047         of changequote.
53048         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
53049         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
53050         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
53051         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
53052
53053 2000-02-05  Jim Meyering  <meyering@lucent.com>
53054
53055         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
53056         Remove explicit use of AC_HEADER_TIME.  It is required by
53057         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
53058         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
53059         in autoconf whereby the expansion of the latter ended up preceding
53060         the expansion of its prerequisite, AC_HEADER_TIME.
53061         Reported by Volker Borchert.
53062
53063 2000-02-03  Jim Meyering  <meyering@lucent.com>
53064
53065         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
53066
53067 2000-02-03  Jim Meyering  <meyering@lucent.com>
53068
53069         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
53070         rather than with `#if HAVE_UTMPNAME'.
53071
53072 2000-02-02  Jim Meyering  <meyering@lucent.com>
53073
53074         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
53075         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
53076         Reported by Eli Zaretskii.
53077
53078 2000-02-01  Jim Meyering  <meyering@lucent.com>
53079
53080         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
53081
53082 2000-01-31  Jim Meyering  <meyering@lucent.com>
53083
53084         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
53085         functions.  Add the time.h and sys/time.h headers along with the
53086         AC_REQUIRE'ment of AC_HEADER_TIME.
53087
53088 2000-01-31  Jim Meyering  <meyering@lucent.com>
53089
53090         * lib/nanosleep.h (nanosleep): Guard declaration with
53091         `#if ! HAVE_DECL_NANOSLEEP'.
53092         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
53093         the declaration in that vendor's sys/timers.h.
53094         Reported by Christian Krackowizer.
53095
53096         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
53097         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
53098         (ISPRINT): Likewise.
53099         Reported by Tom Tromey.
53100
53101 2000-01-30  Jim Meyering  <meyering@lucent.com>
53102
53103         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
53104
53105         * m4/prereq.m4 (utmp_includes): Define.
53106         Check for ut_user and ut_name members in both struct utmpx
53107         and struct utmp.
53108
53109 2000-01-30  Jim Meyering  <meyering@lucent.com>
53110
53111         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
53112         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
53113         header files where only utmpx.ut_user is declared.
53114
53115         * lib/readutmp.h (UT_USER): Define.
53116
53117 2000-01-29  Jim Meyering  <meyering@lucent.com>
53118
53119         * m4/lib-check.m4: New file containing library-related checks from
53120         fileutils and sh-utils (textutils had none).
53121
53122 2000-01-28  Jim Meyering  <meyering@lucent.com>
53123
53124         * m4/perl.m4: Change format of warning message to look more like that
53125         from the missing script.  Suggestion from François Pinard.
53126
53127 2000-01-25  Jim Meyering  <meyering@lucent.com>
53128
53129         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
53130         well as time.h in the compile check.
53131         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
53132         Fix typo in cross-compiling case: s/yes/no/.
53133
53134 2000-01-23  Jim Meyering  <meyering@lucent.com>
53135
53136         * m4/jm-macros.m4: Move df-related tests here from
53137         fileutils/configure.in
53138
53139         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
53140         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
53141
53142         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
53143         s/space/ac_fsusage_space/.
53144         (jm_FILE_SYSTEM_USAGE): Take two parameters.
53145
53146         * m4/ftruncate.m4: New file (derived from part of
53147         fileutils/configure.in).
53148         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
53149         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
53150
53151         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
53152         AC_SUBST these here, rather than just in sh-util/configure.in, so
53153         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
53154         all the same.
53155         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
53156         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
53157         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
53158         (AC_SUBST(POW_LIBM)): Likewise.
53159         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
53160
53161 2000-01-23  Jim Meyering  <meyering@lucent.com>
53162
53163         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
53164         obstack.c.
53165
53166 2000-01-22  Jim Meyering  <meyering@lucent.com>
53167
53168         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
53169
53170         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
53171
53172         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
53173         configure.in
53174         (AC_CHECK_HEADERS): Likewise for sh-utils.
53175         (AC_CHECK_HEADERS): Likewise for textutils.
53176         Merge the three lists of headers.
53177
53178         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
53179         from fileutils' configure.in.
53180
53181         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
53182         code. Moved tests into their own function (_jm_DECL_HEADERS) in
53183         check-decl.m4.
53184
53185         * m4/check-decl.m4: Use #if rather than #ifdef.
53186         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
53187         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
53188         (_jm_DECL_HEADERS): Define new function.
53189         (jm_CHECK_DECLARATIONS): Require it.
53190
53191 2000-01-22  Jim Meyering  <meyering@lucent.com>
53192
53193         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
53194         [! HAVE_DECL_STRTOULL]: Declare strtoull.
53195         Required for some AIX systems.  Reported by Christian Krackowizer.
53196         [TESTING] (main): New function.
53197
53198         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
53199         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
53200         letters.
53201
53202         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
53203         iswprint.
53204
53205         * lib/strverscmp.c (ISDIGIT): Define.
53206         (strverscmp): Use ISDIGIT, not isdigit.
53207
53208 2000-01-19  Jim Meyering  <meyering@lucent.com>
53209
53210         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
53211         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
53212         defines `struct timespec' in <sys/time.h>
53213
53214         * m4/c-bs-a.m4: Remove uses of changequote altogether.
53215         Thanks to Akim for explaining.
53216
53217 2000-01-17  Paul Eggert  <eggert@twinsun.com>
53218
53219         * lib/nanosleep.c (nanosleep):
53220         Don't use SA_INTERRUPT to decide whether to call sigaction, as
53221         POSIX.1 doesn't require SA_INTERRUPT and some systems
53222         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
53223         it's been part of POSIX.1 since day 1 (in 1988).
53224
53225 2000-01-17  Jim Meyering  <meyering@lucent.com>
53226
53227         * lib/interlock: Remove unused file.  Reported by François Pinard.
53228
53229 2000-01-16  Paul Eggert  <eggert@twinsun.com>
53230
53231         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
53232         alert, backslash, formfeed, and vertical tab unnecessarily in
53233         shell quoting style.
53234
53235 2000-01-16  Jim Meyering  <meyering@lucent.com>
53236
53237         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
53238         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
53239         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
53240         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
53241
53242 2000-01-16  Jim Meyering  <meyering@lucent.com>
53243
53244         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
53245         because the latter didn't work.
53246
53247 2000-01-15  Jim Meyering  <meyering@lucent.com>
53248
53249         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
53250         (AC_REPLACE_FUNCS): Add memcpy and memset.
53251         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
53252         Add strpbrk.
53253         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
53254
53255 2000-01-12  Jim Meyering  <meyering@lucent.com>
53256
53257         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
53258         (jm_PREREQ): Use it.
53259         (jm_PREREQ_READUTMP): New macro.
53260         (jm_PREREQ): Use it.
53261
53262 2000-01-11  Paul Eggert  <eggert@twinsun.com>
53263
53264         Quote multibyte characters correctly.
53265         * m4/c-bs-a.m4: New file.
53266         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
53267         (jm_PREREQ): Use it.
53268
53269 2000-01-11  Paul Eggert  <eggert@twinsun.com>
53270
53271         * m4/uintmax_t.m4: Port to autoconf 2.13.
53272
53273 2000-01-08  Jim Meyering  <meyering@ascend.com>
53274
53275         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
53276         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
53277
53278 2000-01-04  Jim Meyering  <meyering@ascend.com>
53279
53280         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
53281         jm_STRUCT_DIRENT_D_TYPE.
53282         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
53283         jm_STRUCT_DIRENT_D_INO.
53284         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
53285         jm_STRUCT_UTIMBUF.
53286         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
53287         renamings.
53288         * m4/utime.m4: Likewise.
53289
53290         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
53291         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
53292
53293 2000-01-03  Paul Eggert  <eggert@twinsun.com>
53294
53295         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
53296         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
53297
53298 2000-01-02  Jim Meyering  <meyering@ascend.com>
53299
53300         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
53301         remember if this is necessary.
53302
53303 1999-12-26  Jim Meyering  <meyering@ascend.com>
53304
53305         * m4/jm-macros.m4: Use it here.
53306         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
53307
53308 1999-12-23  Jim Meyering  <meyering@ascend.com>
53309
53310         * m4/jm-macros.m4: Check for clock_gettime (moved from
53311         fileutils/configure.in)
53312         Check for gettimeofday.
53313
53314 1999-12-20  Jim Meyering  <meyering@ascend.com>
53315
53316         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
53317         autoconf-2.14a-1999-12-20.
53318
53319 1999-12-19  Jim Meyering  <meyering@ascend.com>
53320
53321         * m4/lstat-slash.m4: New file.
53322         * m4/jm-macros.m4: Use the new macro:
53323         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
53324
53325 1999-12-07  Jim Meyering  <meyering@ascend.com>
53326
53327         * m4/perl.m4: Require that File::Compare be available, too.
53328         Too many systems seem to lack it.
53329
53330         * m4/strftime.m4: Add checks for most of the cpp macros tested in
53331         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
53332
53333 1999-11-18  Paul Eggert  <eggert@twinsun.com>
53334
53335         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
53336         problem with the QNX 4.25 shell, which doesn't propagate exit
53337         status of failed commands inside shell assignments.
53338
53339 1999-11-17  Jim Meyering  <meyering@ascend.com>
53340
53341         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
53342
53343 1999-11-07  Jim Meyering  <meyering@ascend.com>
53344
53345         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
53346
53347 1999-11-06  Jim Meyering  <meyering@ascend.com>
53348
53349         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
53350         * m4/jm-macros.m4 (jm_MACROS): Use it here.
53351
53352 1999-11-05  Jim Meyering  <meyering@ascend.com>
53353
53354         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
53355         configure.in of textutils, fileutils, and sh-utils into this one
53356         (shared between those packages) file.
53357         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
53358         AC_STRUCT_ST_BLKSIZE.
53359
53360 1999-11-03  Jim Meyering  <meyering@ascend.com>
53361
53362         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
53363         of AC_CHECK_TYPE checks includes unistd.h.
53364         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
53365         Suggestion from Akim Demaille.
53366
53367 1999-10-30  Jim Meyering  <meyering@ascend.com>
53368
53369         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
53370         m4-quoted string.
53371         * m4/ls-mntd-fs.m4: Likewise.
53372         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
53373         * m4/jm-winsz1.m4: Likewise.
53374
53375         * m4/const.m4: Remove file, since the fix made it into the experimental
53376         version of autoconf.
53377         * m4/mktime.m4: Likewise.
53378
53379         * m4/check-type.m4: Remove file, now that the latest version of
53380         AC_CHECK_TYPE takes a third arg to specify additional #includes.
53381
53382         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
53383         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
53384         AC_CHECK_TYPE.
53385
53386 1999-10-04  Jim Meyering  <meyering@ascend.com>
53387
53388         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
53389
53390 1999-09-22  Paul Eggert  <eggert@twinsun.com>
53391
53392         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
53393         2.95.1 bug with HP-UX 10.20.
53394
53395 1999-09-17  Jim Meyering  <meyering@ascend.com>
53396
53397         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
53398         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
53399         due to missing strdup (against sh-utils-2.0).
53400
53401 1999-08-29  Jim Meyering  <meyering@ascend.com>
53402
53403         * m4/jm-macros.m4: Require jm_BISON.
53404         * m4/bison.m4: New file.
53405
53406 1999-08-17  Paul Eggert  <eggert@twinsun.com>
53407
53408         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
53409         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
53410
53411 1999-08-05  Jim Meyering  <meyering@ascend.com>
53412
53413         * m4/getline.m4: Rename test file from conftestdata to conftest.data
53414         to avoid conflicts with `conftest' on 8+3 filesystems.
53415         Suggestion from Eli Zaretskii.
53416
53417 1999-08-04  Jim Meyering  <meyering@ascend.com>
53418
53419         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
53420         fileutils and sh-utils (textutils's getline test was inadequate).
53421         (AM_FUNC_GETLINE): Run this test.
53422         (AC_CHECK_FUNCS): Check for getdelim.
53423         Reported by Bob Proulx.
53424
53425 1999-08-02  Jim Meyering  <meyering@ascend.com>
53426
53427         * m4/jm-macros.m4: Add a comment.
53428
53429 1999-08-01  Paul Eggert  <eggert@twinsun.com>
53430
53431         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
53432         <inttypes.h> defines strtoumax as a macro (and not as a
53433         function).
53434
53435 1999-08-01  Paul Eggert  <eggert@twinsun.com>
53436
53437         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
53438         that we can shift, multiply and divide unsigned long long
53439         values; Ultrix cc can't do it.
53440
53441 1999-08-01  Paul Eggert  <eggert@twinsun.com>
53442
53443         * m4/mktime.m4: New file, which is a preview of what should appear
53444         in the next public autoconf release.
53445
53446 1999-08-01  Paul Eggert  <eggert@twinsun.com>
53447
53448         * m4/lfs.m4: Remove this file.
53449         * m4/largefile.m4: New file.  It contains the old contents of
53450         lfs.m4, except that all names with prefix AC_LFS have been
53451         changed to use the prefix AC_SYS_LARGEFILE instead, to be
53452         compatible with future autoconf versions.  Also, some minor m4
53453         quoting problems have been fixed.
53454
53455 1999-08-01  Paul Eggert  <eggert@twinsun.com>
53456
53457         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
53458         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
53459         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
53460         and simplify the shell code.
53461
53462 1999-08-01  Jim Meyering  <meyering@ascend.com>
53463
53464         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
53465         m4.
53466
53467 1999-07-20  Jim Meyering  <meyering@ascend.com>
53468
53469         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
53470
53471 1999-07-15  Jim Meyering  <meyering@ascend.com>
53472
53473         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
53474
53475 1999-05-22  Jim Meyering  <meyering@ascend.com>
53476
53477         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
53478
53479 1999-05-20  Jim Meyering  <meyering@ascend.com>
53480
53481         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
53482         Add a colon after each `then' in case $4 is empty.
53483
53484 1999-05-16  Jim Meyering  <meyering@ascend.com>
53485
53486         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
53487
53488 1999-05-10  Jim Meyering  <meyering@ascend.com>
53489
53490         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
53491
53492         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
53493         AC_FUNC_MKTIME.
53494
53495 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
53496
53497         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
53498
53499 1999-05-04  Paul Eggert  <eggert@twinsun.com>
53500
53501         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
53502         not CPPFLAGS, so that linking works correctly in IRIX.
53503
53504 1999-04-30  Paul Eggert  <eggert@twinsun.com>
53505
53506         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
53507
53508 1999-04-20  Paul Eggert  <eggert@twinsun.com>
53509
53510         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
53511         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
53512         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
53513         jm_AC_TYPE_UNSIGNED_LONG_LONG.
53514         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
53515
53516         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
53517
53518 1999-04-20  Jim Meyering  <meyering@ascend.com>
53519
53520         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
53521         AC_REPLACE xstroull if necessary.  From Paul Eggert.
53522         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
53523
53524 1999-04-18  Jim Meyering  <meyering@ascend.com>
53525
53526         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
53527         * m4/jm-macros.m4: Use it.
53528
53529 1999-04-06  Jim Meyering  <meyering@ascend.com>
53530
53531         * m4/strftime.m4: Remove test for %f.
53532
53533 1999-03-29  Jim Meyering  <meyering@ascend.com>
53534
53535         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
53536         superset of the AC_TYPE_* checks in the textutils, fileutils,
53537         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
53538         AC_TYPE_PID_T.
53539
53540 1999-03-28  Jim Meyering  <meyering@ascend.com>
53541
53542         * m4/jm-macros.m4: Define GNU_PACKAGE here.
53543         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
53544         replaced e.g., in the *.sh files of the sh-utils.
53545
53546 1999-03-20  Jim Meyering  <meyering@ascend.com>
53547
53548         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
53549         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
53550         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
53551
53552 1999-03-19  Jim Meyering  <meyering@ascend.com>
53553
53554         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
53555
53556 1999-03-12  Jim Meyering  <meyering@ascend.com>
53557
53558         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
53559
53560 1999-03-07  Jim Meyering  <meyering@ascend.com>
53561
53562         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
53563         declared.
53564
53565 1999-02-17  Jim Meyering  <meyering@ascend.com>
53566
53567         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
53568         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
53569
53570 1999-02-07  Jim Meyering  <meyering@ascend.com>
53571
53572         * m4/group-member.m4: New file -- extracted from sh-utils'
53573         configure.in.
53574
53575         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
53576         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
53577
53578 1999-02-06  Jim Meyering  <meyering@ascend.com>
53579
53580         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
53581         * m4/fnmatch.m4: Likewise.
53582         * m4/getgroups.m4: Likewise.
53583         * m4/lstat.m4: Likewise.
53584         * m4/malloc.m4: Likewise.
53585         * m4/putenv.m4: Likewise.
53586         * m4/realloc.m4: Likewise.
53587         * m4/regex.m4: Likewise.
53588         * m4/stat.m4: Likewise.
53589         * m4/strftime.m4: Likewise.
53590         Suggestion from Alain Magloire.
53591
53592         * m4/chown.m4: Use `.$ac_objext', not `.o'.
53593         * m4/fnmatch.m4: Likewise.
53594         * m4/getgroups.m4: Likewise.
53595         * m4/getline.m4: Likewise.
53596         * m4/lstat.m4: Likewise.
53597         * m4/malloc.m4: Likewise.
53598         * m4/memcmp.m4: Likewise.
53599         * m4/putenv.m4: Likewise.
53600         * m4/realloc.m4: Likewise.
53601         * m4/regex.m4: Likewise.
53602         * m4/stat.m4: Likewise.
53603         * m4/strftime.m4: Likewise.
53604         Suggestion from Alain Magloire.
53605
53606         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
53607         an argument.
53608
53609         * m4/regex.m4: Add a run-time Test for proper operation of
53610         re_compile_pattern.
53611
53612 1999-01-31  Jim Meyering  <meyering@ascend.com>
53613
53614         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
53615
53616 1999-01-30  Jim Meyering  <meyering@ascend.com>
53617
53618         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
53619
53620         * m4/jm-mktime.m4: Make this a wrapper around the official
53621         AM_FUNC_MKTIME rather than my private copy, now that the official one
53622         is up to date.
53623         * m4/mktime.m4: Remove file.
53624
53625         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
53626         * m4/uptime.m4: Likewise.
53627         * m4/uintmax_t.m4: Likewise.
53628
53629 1999-01-28  Jim Meyering  <meyering@ascend.com>
53630
53631         * m4/jm-macros.m4: Use jm_AFS.
53632         * m4/afs.m4: New file (from fileutils' configure.in).
53633
53634         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
53635         * m4/chown.m4: Likewise.
53636         * m4/d-ino.m4: Likewise.
53637         * m4/d-type.m4: Likewise.
53638         * m4/fnmatch.m4: Likewise.
53639         * m4/getgroups.m4: Likewise.
53640         * m4/gettext.m4: Likewise.
53641         * m4/jm-mktime.m4: Likewise.
53642         * m4/jm-winsz2.m4: Likewise.
53643         * m4/lcmessage.m4: Likewise.
53644         * m4/ls-mntd-fs.m4: Likewise.
53645         * m4/malloc.m4: Likewise.
53646         * m4/memcmp.m4: Likewise.
53647         * m4/putenv.m4: Likewise.
53648         * m4/realloc.m4: Likewise.
53649         * m4/st_mtim.m4: Likewise.
53650         * m4/strftime.m4: Likewise.
53651
53652 1999-01-16  Jim Meyering  <meyering@ascend.com>
53653
53654         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
53655         (ARGMATCH_DIE_DECL): Define.
53656
53657 1999-01-12  Jim Meyering  <meyering@ascend.com>
53658
53659         * m4/Makefile.am.in: Rewrite to avoid using fmt.
53660         Reported by Lars Hecking.
53661
53662 1999-01-10  Jim Meyering  <meyering@ascend.com>
53663
53664         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
53665         gross kludge.
53666         * m4/inttypes_h.m4: Likewise.
53667         * m4/lstat.m4: Likewise.
53668         * m4/malloc.m4: Likewise.
53669         * m4/readdir.m4: Likewise.
53670         * m4/realloc.m4: Likewise.
53671         * m4/st_dm_mode.m4: Likewise.
53672         * m4/stat.m4: Likewise.
53673         * m4/utimbuf.m4: Likewise.
53674         * m4/utimes.m4: Likewise.
53675
53676         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
53677         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
53678         comments in config.h.in are meaningful.
53679
53680         * m4/jm-macros.m4: Require autoconf-2.13 here.
53681
53682         * m4/regex.m4: By default, don't use the included regex.c on systems
53683         with glibc 2.  Suggestion from Uli Drepper.
53684
53685 1999-01-02  Jim Meyering  <meyering@ascend.com>
53686
53687         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
53688
53689 1998-12-18  Jim Meyering  <meyering@ascend.com>
53690
53691         * m4/Makefile.am.in (Makefile.am): Simplify rule.
53692         Based on a suggestion from Lars Hecking.
53693
53694 1998-11-16  Paul Eggert  <eggert@twinsun.com>
53695
53696         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
53697
53698 1998-11-16  Jim Meyering  <meyering@ascend.com>
53699
53700         * m4/lfs.m4: Double-quote the `uname...` expression.
53701
53702 1998-11-14  Jim Meyering  <meyering@ascend.com>
53703
53704         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
53705         * m4/stat.m4: Likewise.
53706
53707 1998-11-03  Jim Meyering  <meyering@ascend.com>
53708
53709         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
53710         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
53711
53712 1998-10-18  Jim Meyering  <meyering@ascend.com>
53713
53714         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
53715
53716 1998-10-17  Jim Meyering  <meyering@ascend.com>
53717
53718         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
53719         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
53720         calls for those previously hard-coded headers.  Instead, take a new
53721         parameter.
53722         (jm_CHECK_DECLARATIONS): Reflect interface change.
53723         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
53724         (jm_CHECK_DECL_LOCALTIME_R): New macro.
53725
53726         * m4/mktime.m4: Test for spring-forward gap before long-running test.
53727
53728 1998-10-14  Jim Meyering  <meyering@ascend.com>
53729
53730         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
53731         instead of "TZ=America/Vancouver".  From Paul Eggert.
53732
53733 1998-10-11  Jim Meyering  <meyering@ascend.com>
53734
53735         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
53736         This adds a test for a recently added compatibility fix for mktime.c.
53737         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
53738
53739 1998-09-27  Jim Meyering  <meyering@ascend.com>
53740
53741         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
53742
53743         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
53744         ../configure.in, including a change from Gordon Matzigkeit to allow
53745         cross-compiling for the Hurd.
53746
53747         * m4/glibc.m4: New file/macro to test for the GNU C Library
53748         versions 1 and 2.  From Gordon Matzigkeit.
53749         Indent.
53750
53751 1998-09-21  Jim Meyering  <meyering@ascend.com>
53752
53753         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
53754
53755 1998-08-18  Paul Eggert  <eggert@twinsun.com>
53756
53757         Port nanosecond-resolution times to UnixWare 2.1.2 and
53758         pedantic Solaris 2.6.
53759
53760         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
53761         AC_STRUCT_ST_MTIM.
53762         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
53763         Generate name of ns member, instead of just 1 or undef.
53764         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
53765
53766 1998-08-15  Jim Meyering  <meyering@ascend.com>
53767
53768         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
53769         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
53770         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
53771         instead of jm_TYPE_SSIZE_T.
53772
53773 1998-08-12  Jim Meyering  <meyering@ascend.com>
53774
53775         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
53776
53777 1998-08-02  Jim Meyering  <meyering@ascend.com>
53778
53779         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
53780         in acconfig.h manually.
53781
53782 1998-07-31  Paul Eggert  <eggert@twinsun.com>
53783
53784         * m4/st_mtim.m4: New file.
53785
53786 1998-07-28  Jim Meyering  <meyering@ascend.com>
53787
53788         * m4/utimes.m4: Undef stat.
53789
53790 1998-07-25  Jim Meyering  <meyering@ascend.com>
53791
53792         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
53793         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
53794
53795 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
53796
53797         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
53798         uid and gid actually remain unchanged.
53799
53800 1998-07-07  Jim Meyering  <meyering@ascend.com>
53801
53802         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
53803
53804 1998-07-04  Jim Meyering  <meyering@ascend.com>
53805
53806         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
53807         to prove that this macro can be used in packages without regex.c.
53808
53809 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
53810
53811         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
53812         is to be used.
53813
53814 1998-07-03  Jim Meyering  <meyering@ascend.com>
53815
53816         * m4/gettext.m4: Add -lintl if it's found to be necessary.
53817
53818         * m4/gettext.m4: New file -- from gettext-0.10.35.
53819         * m4/lcmessage.m4: Likewise.
53820         * m4/progtest.m4: Likewise.
53821
53822         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
53823         * m4/jm-macros.m4: Require the new macro.
53824
53825 1998-06-29  Jim Meyering  <meyering@ascend.com>
53826
53827         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
53828         for the definition of NGROUPS (used in a system header included
53829         by sys/mount.h).
53830
53831 1998-06-28  Jim Meyering  <meyering@ascend.com>
53832
53833         * m4/ls-mntd-fs.m4: New file.
53834         * m4/fstypename.m4: New file.
53835
53836         * m4/jm-macros.m4: Require the new macro.
53837         * m4/jm-glibc-io.m4: New file.
53838
53839 1998-05-19  Jim Meyering  <meyering@ascend.com>
53840
53841         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
53842         * m4/lchown.m4: New file.
53843
53844         * m4/Makefile.am.in: New file.
53845         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
53846
53847 1998-05-14  Jim Meyering  <meyering@ascend.com>
53848
53849         * m4/Makefile.am (EXTRA_DIST): Add them.
53850         * m4/jm-macros.m4: New file.
53851         * m4/utimbuf.m4: New file.
53852
53853 1998-05-12  Jim Meyering  <meyering@ascend.com>
53854
53855         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
53856
53857 1998-05-11  Jim Meyering  <meyering@ascend.com>
53858
53859         * m4/isc-posix.m4: New file.
53860
53861 1998-05-10  Jim Meyering  <meyering@ascend.com>
53862
53863         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
53864
53865 1998-05-09  Jim Meyering  <meyering@ascend.com>
53866
53867         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
53868         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
53869         with automake.
53870
53871         * m4/ssize_t.m4: New file.
53872         * m4/mktime.m4: Remove file -- the new automake has this now.
53873
53874 1998-04-26  Jim Meyering  <meyering@ascend.com>
53875
53876         * m4/assert.m4: New file.
53877         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
53878
53879 1998-04-05  Jim Meyering  <meyering@ascend.com>
53880
53881         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
53882         (jm_PREREQ): Use it here.
53883
53884 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
53885
53886         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
53887         in acconfig.h.
53888
53889 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
53890
53891         * m4/prereq.m4: New file.
53892         * m4/error.m4: New file.
53893         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
53894
53895 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
53896
53897         * m4/getline.m4: Don't set am_cv_func_working_getline before the
53898         cache-check for the same variable -- that defeated the purpose of
53899         the test; the test program was never run.  This was a problem only
53900         on systems with losing getline functions -- HP-UX 10.20 is one.
53901         Reported by Bjorn Helgaas.
53902
53903 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
53904
53905         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
53906
53907 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
53908
53909         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
53910
53911         * m4/const.m4: New file.  Use an initializer in this declaration
53912         typedef int charset[2]; const charset x;
53913         Reported by Bob Glickstein.
53914
53915 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
53916
53917         * m4/chown.m4: Fix reversed types on -1 args to chown.
53918         From Kaveh Ghazi.
53919
53920 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
53921
53922         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
53923         Add lseek and memchr.
53924
53925         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
53926         T.E.Dickey <dickey@clark.net> said that some older preprocessors
53927         have a 20-character limit on names.
53928
53929 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
53930
53931         * m4/inttypes_h.m4: New file.
53932         * m4/uintmax_t.m4: New file.
53933         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
53934
53935
53936         -----
53937
53938         Local Variables:
53939         coding: utf-8
53940         End:
53941
53942         Copyright (C) 1997-2009 Free Software Foundation, Inc.
53943
53944         Copying and distribution of this file, with or without
53945         modification, are permitted provided the copyright notice
53946         and this notice are preserved.